@charset "utf-8";

/* style.css
 * **************************************************
 * Body
 * Header
 * Global Navigation
 * Common Elements
 * Content
 * Footer
 * Media Queries
 * **************************************************
 */

/* Body
-------------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;900&display=swap");

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Font：基本サイズ（16 * 0.625 = 10px） */
html {
    font-size: 62.5%;
}

body {
    color: #000000;
    font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium",
        YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3",
        "Hiragino Kaku Gothic Pro", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 19px;
    font-size: 1.48vw;
    overflow-x: hidden;
    font-feature-settings: "palt";
}

.inner {
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 960px;
    max-width: 100%;
}

.container {
    width: 960px;
    max-width: 100%;
    margin: 0 auto;
}

.sp {
    display: none;
}

/* Header
-------------------------------------------------- */

#header .inner {
    padding: 1.71% 3.28% 1.56%;
    width: 100%;
}

/* logo */
#header h1 {
    width: 12.03%;
}

/* fiftieth */
#header .fiftieth {
    position: absolute;
    top: 11.76%;
    right: 2.96%;
    width: 6.87%;
}

/* Common Elements
-------------------------------------------------- */

/* img */
img {
    vertical-align: bottom;
    max-width: 100%;
}

/* link */
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}

/* columns */
.columns {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

ul,
li {
    list-style: none;
}

b {
    font-weight: 600;
}

/* Content
-------------------------------------------------- */

h2 {
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
}

h2 img {
    height: 80px;
    margin: 2% auto 8% auto;
}

h3,
h4 {
    line-height: 1.8em;
    font-weight: 400;
    letter-spacing: 0.1em;
}

p {
    font-size: 17px;
    line-height: 1.8em;
    font-weight: 200;
    letter-spacing: 0.1em;
}

b {
    font-weight: 400;
}

main {
    display: block;
    overflow: hidden;
}

.flex {
    display: flex;
}

.lead {
    font-size: 1.6vw;
    letter-spacing: 0.1em;
    line-height: 2;
}

.sp_style {
    display: none !important;
}

/* mainvisual */
#mainvisual {
    position: relative;
}

#mainvisual img {
    width: 100%;
}

#mainvisual h1 {
    position: absolute;
    top: 6%;
    right: 6.4%;
    width: 31.4%;
    z-index: 2;
}

#mainvisual #btnSticky {
    filter: drop-shadow(3px 3px 10px rgba(0, 0, 0, 0.2));
    position: absolute;
    bottom: -8%;
    right: 50px;
    transform: translateZ(0);
    max-width: 210px;
    width: 14%;
    z-index: 99;
}

#mainvisual #btnSticky.fixed {
    position: fixed;
    bottom: auto;
    top: 20px;
}

#mainvisual #btnSticky a {
    opacity: 1;
}

#mainvisual #btnSticky a img {
    transition: 0.3s;
}

#mainvisual #btnSticky a:hover img {
    transform: scale(1.05, 1.05);
}

#content #intro {
    padding: 5% 0;
}

#content .price {
    padding: 5% 0;
    /* background: url("../images/price_bg.jpg");
  background-size: cover;
  background-position: center; */
    background-color: #d9c8b4;
}

#content .cource {
    padding: 5% 0;
    background: url("../images/cource_bg.png");
    background-size: cover;
}

#content .flow {
    padding: 5% 0;
    background: #f1f1f1;
}

#content .flow .white_box {
    width: 60%;
    margin: 0 auto 3% auto;
    background: #fff;
    padding: 1.5%;
    font-weight: 500;
    text-align: center;
}

#content .flow .white_box p {
    line-height: 1.7em;
    font-size: 27px;
    font-weight: 400;
}

#content .flow .white_box p span {
    color: #b9973d;
    font-size: 25px;
    font-weight: 400;
}

#content .flow .flow_chart {
    margin: 7% auto;
}

#content .flow .flow_chart .flow_chart_item {
    display: flex;
    align-items: center;
    background: #fff;
    background-image: url("../images/blue_bg.svg");
    background-size: 55px;
    background-position: right top;
    background-repeat: no-repeat;
    box-shadow: 6px 6px 0px 1px #e6e6e6;
}

#content .flow .flow_chart .flow_chart_item img {
    width: 357px;
    height: auto;
    max-height: 407px;
}

#content .flow .flow_chart .flow_chart_item .right {
    padding: 2%;
    font-size: 18px;
    line-height: 1.7em;
}

#content .flow .flow_chart .flow_chart_item .right h3 {
    font-size: 22px;
    margin: 0 0 2% 0;
}

#content .flow .flow_chart .brown {
    margin: 10px 0 0 0;
}

#content .flow .flow_chart .brown span {
    background: #f1ead8;
    color: #9f7126;
    padding: 1%;
    font-size: 20px;
    margin: 0 18px 0 0;
    font-weight: 400;
}

#content .flow .arrow {
    text-align: center;
}

#content .flow .arrow img {
    width: 30px;
    margin: 2% auto;
}

#content .point {
    padding: 5% 0;
    background-image: url("../images/point_bg.jpg");
    background-size: cover;
    color: #fff;
}

#content .point .point_item {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 0 0 7% 0;
}

#content .point .point_item.point01 {
    height: 340px;
}

#content .point .point_item h3 {
    display: flex;
    align-items: center;
    color: #b9973d;
    margin: 0 0 4% 0;
    font-size: 23px;
}

#content .point .point_item h3 img {
    width: 85px;
    margin: 0 10px 0 0;
}

#content .point .point_item h3 span {
    font-size: 40px;
}

#content .point .point_item figure.point01 {
    position: absolute;
    top: -6%;
    right: 0;
    width: 67%;
}

#content .point .point_item .left {
    flex: 1;
}

#content .point .point_item .right {
    width: 350px;
    margin: 0 0 0 4%;
}

#content .point .point_item .right img {
    width: 100%;
    height: auto;
}

#content .food {
    position: relative;
    padding: 5% 3%;
    background-image: url("../images/food_bg.jpg");
    background-size: 50%;
}

#content .food .container {
    width: 750px;
}

#content .food figure.leaf {
    position: absolute;
    width: 4%;
    top: 3%;
    right: 25%;
}

#content .food h3 {
    font-size: 24px;
    color: #b9973d;
    margin: 0 0 4% 0;
}

#content .food .flex {
    width: 100%;
    justify-content: space-between;
}

#content .food .flex figure {
    width: 55%;
}

#content .food .chaya {
    position: relative;
    width: 90%;
    display: flex;
    align-items: center;
    padding: 4% 0;
    border-top: 1px solid #b9973d;
    border-bottom: 1px solid #b9973d;
    margin: 8% 0;
}

#content .food .chaya img {
    width: 75%;
}

#content .food .chaya h4 {
    font-size: 20px;
    margin: 0 0 3% 0;
}

#content .food .chaya figure.pc {
    width: 156%;
}

#content .food .chaya .book {
    position: absolute;
    top: -12%;
    right: -50%;
    width: 50%;
}

#content .food .set-items {
    margin: 4% 0 0 0;
}

#content .contact {
    background: #f9f5e7;
    padding: 0 0 8% 0;
}

#content .contact .inner {
    position: relative;
    background: #fff;
    padding: 9% 0 6% 0;
    margin: 10% auto 0 auto;
    border-radius: 15px;
    text-align: center;
}

#content .contact .inner figure {
    position: absolute;
    top: -20%;
    left: 0;
    right: 0;
    width: 40%;
    margin: auto;
}

#content .contact .inner h3 {
    font-weight: 500;
    letter-spacing: 0.2em;
    font-size: 27px;
}

#content .contact .button {
    background-color: #ffffff;
    border: 2px solid #b9973d;
    border-radius: 12px;
    box-shadow: 6px 6px 0 0 #b9973d;
    margin: 6.25% auto 0;
    position: relative;
    text-align: center;
    width: 420px;
}

#content .contact .button a {
    display: block;
    font-size: 25px;
    letter-spacing: 0.15em;
    padding: 1em 0;
    width: 100%;
}

#content .contact .button::after {
    border-right: 3px solid;
    border-bottom: 3px solid;
    content: "";
    display: inline-block;
    height: 14px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: rotate(-45deg);
    width: 14px;
}

/* Footer
	-------------------------------------------------- */
#footer .inner {
    background: #fff;
    width: 100%;
    padding: 5% 0;
    text-align: center;
}

#footer .logo {
    width: 12%;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    p {
        font-size: 2em;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .container {
        width: 85%;
        margin: 0 auto;
    }

    #mainvisual h1 {
        top: 6.83%;
        right: 5.33%;
        width: 36.66vw;
    }

    #mainvisual #btnSticky {
        bottom: -13%;
        right: 3%;
        width: 20%;
    }

    #mainvisual #btnSticky.fixed {
        top: 10px;
    }

    #intro .intro_img02 {
        margin: 8% auto;
        width: 40%;
    }

    #content .cource {
        background-size: 100%;
    }

    #content .cource .couce_item {
        width: 75%;
        margin: 0 auto;
    }

    #content .cource .couce_item img {
        margin: 0 0 15% 0;
    }

    #content .flow .white_box {
        width: 90%;
    }

    #content .flow .flow_chart .flow_chart_item {
        flex-direction: column-reverse;
        align-items: normal;
        padding: 5%;
        background-size: 25px;
    }

    #content .flow .flow_chart .flow_chart_item .right {
        padding: 0;
    }

    #content .flow .flow_chart .flow_chart_item .right p {
        text-align: left;
        font-size: 1.5em;
    }

    #content .flow .flow_chart .brown span {
        font-size: 1.2em;
        font-weight: 400;
    }

    #content .flow .flow_chart .flow_chart_item .right h3 {
        font-size: 1.8em;
        text-align: center;
        line-height: 1.6em;
        margin: 4% 0 5% 0;
    }

    #content .flow .arrow img {
        width: 55px;
        margin: 4% auto;
    }

    #content .flow .flow_chart .flow_chart_item img {
        width: 100%;
        max-height: none;
        margin: 6% 0 0 0;
    }

    #content .point .point_item {
        flex-direction: column;
        margin: 0 0 14% 0;
    }

    #content .point .point_item h3 {
        font-size: 2.7em;
        margin: 0 0 4% 0;
    }

    #content .point .point_item.point01 {
        height: 62vw;
    }

    #content .point .point_item figure.point01 {
        width: 82vw;
        top: -4%;
        left: 0;
    }

    #content .point .point_item p.note {
        position: absolute;
        bottom: 0;
        font-size: 12px;
    }

    #content .point .point_item .right {
        width: 75%;
        margin: 5% auto 0 auto;
    }

    #content .food {
        padding: 8% 5%;
    }

    #content .food figure.leaf {
        width: 7%;
        top: 2%;
        right: 8%;
    }

    #content .food .flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #content .food h3 {
        font-size: 2.2em;
    }

    #content .food .flex figure {
        width: 65%;
        margin: 3% 0;
    }

    #content .food .flex p {
        margin: 5% 0;
    }

    #content .food .chaya {
        margin: 5% auto 9% auto;
    }

    #content .food .chaya .chaya_logo {
        width: 77px;
        margin: 0 15px 0 0;
    }

    #content .food .chaya img {
        width: 100%;
    }

    #content .food .chaya .book {
        position: absolute;
        top: 58%;
        right: -5%;
        width: 33%;
    }

    #content .food .chaya figure.sp {
        width: 67vw;
    }

    #content .contact .inner figure {
        top: -29%;
        width: 55%;
    }

    #content .contact .inner h3 {
        font-size: 2.4em;
    }

    #footer .logo {
        width: 25%;
    }
}

@media screen and (max-width: 430px) {
    p {
        font-size: 2.2em;
    }

    h2 img {
        margin: 11% auto 10% auto;
    }

    h2 img {
        height: 45px;
    }

    #content #intro {
        padding: 10% 0 5% 0;
    }

    #content .flow .flow_chart .flow_chart_item .right h3 {
        font-size: 5.5vw;
    }

    #content .flow .flow_chart .flow_chart_item .right p {
        font-size: 3.4vw;
    }

    #content .flow .white_box {
        margin: 7% auto;
    }

    #content .flow .white_box p {
        font-size: 4.4vw;
    }

    #content .flow .white_box p span {
        font-size: 4.2vw;
    }

    #content .flow .arrow img {
        width: 35px;
        margin: 5% 0 4% 0;
    }

    #content .point .point_item figure.point01 {
        top: 5vw;
        width: 86vw;
    }

    #content .point .point_item.point01 {
        height: 88vw;
    }

    #content .point .point_item p.note {
        font-size: 10px;
        bottom: 4vw;
    }

    #content .point .point_item h3 img {
        width: 55px;
    }

    #content .point .point_item h3 span {
        font-size: 35px;
    }

    #content .food {
        padding: 8% 4%;
    }

    #content .food h3 {
        font-size: 4vw;
    }

    #content .food figure.leaf {
        width: 7%;
        top: 4.5%;
        right: 5%;
    }

    #content .food .flex p {
        font-size: 3vw;
    }

    #content .food .chaya h4 {
        font-size: 2.7vw;
    }

    #content .food .chaya .chaya_logo {
        width: 41px;
    }

    #content .food .chaya .book {
        top: 62%;
    }

    #content .food .set-items {
        margin: 6% 0 0 0;
    }

    #content .food .chaya {
        margin: 5% auto 15% auto;
    }

    #content .contact .inner {
        border-radius: 6px;
    }

    #content .contact .button {
        border-radius: 8px;
        box-shadow: 4px 4px 0 0 #b9973d;
        border-width: 1px;
        margin-top: 5%;
        width: 70%;
        min-width: 230px;
    }

    #content .contact .button a {
        font-size: max(3.73vw, 14px);
    }

    #content .contact .button::after {
        border-right-width: 2px;
        border-bottom-width: 2px;
        height: 10px;
        margin-top: -4px;
        width: 10px;
    }
}

@media screen and (max-width: 320px) {
    #content .point .point_item h3 span {
        font-size: 25px;
    }

    #content .point .point_item.point01 {
        height: 90vw;
    }

    #content .food .chaya h4 {
        font-size: 0.7em;
    }

    #content .flow .flow_chart .brown span {
        font-size: 1.1em;
    }

    #content .food figure.leaf {
        right: 3%;
    }
}
