@charset "UTF-8";
@import url(sanitize.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");

html {
    font-size: 100%;
    scroll-behavior: smooth;
    font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: bold;
}

body {
    max-width: 1920px;
    /* min-width: 360px; */
    text-align: center;
    background-color: #F1EDE4;
    margin: auto;
    /* background-image: url(../img/background158_03Qz6.png); */
}

p {
    font-size: 16px;
}

/* header------------------------ */
header {
    /* background-color: #11265f81; */
    /* border: rgb(0, 208, 255) 4px solid; */
    background-color: #ffffffb8;
    /* position: fixed; */
    /* 高さを保持したままスクロールできる */
    position: sticky;
    top: 0;
    /* z-index: 2; */
    width: 100%;
    z-index: 500;
}

h2 {
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
}

.navi {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;

    /* border: rgb(0, 255, 94) 4px solid; */
}

a {
    text-decoration: none;
    font-weight: bold;
    transition: all 0.5s;

}

nav ul li a:hover {
    color: #11265F;
    font-weight: bolder;
    font-size: 1.1rem;
}

h1 img {
    /* width: 184px;  */
    height: 80px;
    width: auto;
    /* background-size: contain; */
    background-size: cover;
    /* background-position: top -10px; */
    transition: all 0.5s;
}

h1 a img:hover {
    /* transition: all 0.5s;     */
    height: 90px;
}

nav ul {
    /* width: 580px; */
    width: 600px;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* border: rgb(255, 145, 0) 4px solid; */
}

nav ul li {
    /* width: 84px; */
    width: 100px;
    margin: 0 auto;
    /* border: rgb(0, 238, 255) 4px solid;  */
}

/* ハンバーガーメニュー -----------------------------------*/
.open .hum_nav {
    /* 左の画面-300の距離にいたものを0にして戻してあげる */
    right: 0;
    /* 不透明度100％ */
    opacity: 1;
}

.inner {
    /* display: none; */
    padding: 25px 0;
}

.inner ul {
    list-style: none;
    /* margin: 0; */
    padding: 0;
    margin: auto;
    margin-top: 50px;
}

.inner ul li {
    margin: 0;
    /* border-bottom: 1px solid #333; */
    width: 75%;
}

.inner ul a {
    /* aタグはインライン要素 */
    display: block;
    /* アンダーライン消す */
    text-decoration: none;
    color: #333;
    padding: 10px;
    width: 100%;
    /* どれくらい遅らせるか */
    text-decoration: 0.2s;

}

.inner ul a:hover {
    background-color: #1c0863be;
    color: #fff;
}

.hum_nav {
    /* display: block; */
    display: none;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    width: 40%;
    top: 0;
    /* 画面外に追い出す */
    right: -300px;
    bottom: 0;
    /* 要素を遅らせる */
    /* https://www.asobou.co.jp/blog/web/css-animation3 */
    transition: all 0.5s;
    z-index: 3;
    /* opacityとは要素の不透明度
    https://developer.mozilla.org/ja/docs/Web/CSS/opacity
    */
    opacity: 0;
}

.open nav {
    /* 左の画面-300の距離にいたものを0にして戻してあげる */
    right: 0;
    /* 不透明度100％ */
    opacity: 1;
}

/* 3本線 */
.toggle-btn {
    /* 3凡戦ん一時的に隠す */
    display: none;
    /* display: block; */

    position: fixed;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    z-index: 5;
    /* カーソルを手にする */
    cursor: pointer;
}

.toggle-btn span {
    position: absolute;
    /* インラインをブロックか */
    display: block;
    /* トグルボタンを親にして左の位置の0に指定 */
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    transition: all 0.5s;
    border-radius: 4px;
}

/* ハンバーガーメニュー */
.toggle-btn span:nth-child(1) {
    top: 4px;
}

.toggle-btn span:nth-child(2) {
    top: 14px;
}

.toggle-btn span:nth-child(3) {
    bottom: 4px;
}

/* バッテン */
/* .open .toggle-btn span{

} */
/* ✖回転 */
.open .toggle-btn span:nth-child(1) {
    /* 10ピクセル下に下げる 315度回転させる*/
    transform: translateY(10px) rotate(-315deg);
}

.open .toggle-btn span:nth-child(2) {
    opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
    /* 315度回転させる*/
    transform: translateY(-10px) rotate(315deg);
}

/* マスク */
#mask {
    display: none;
    transition: all 0.8s;
}

.open #mask {
    display: block;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.5;
    cursor: pointer;
    transition: all 0.8s;
}

/*main_visial --------------------------------- */

/* .wraper {
    max-width: 1920px;
    max-height: 864px;
    border: gold 4px solid; 
} */

.main_visial {
    width: 100%;
    height: 100vh;
    background-image: url(../img/main.jpg);
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    animation: img_anime 28s ease infinite;
}

@keyframes img_anime {
    0% {
        background-image: url(../img/main.jpg);
        /* 背景画像1を指定 */
    }

    20% {
        background-image: url(../img/main.jpg);
        /* 背景画像1を指定 */
    }

    35% {
        background-image: url(../img/main_v02.jpg);
        /* 背景画像2を指定 */
    }

    53% {
        background-image: url(../img/main_v02.jpg);
        /* 背景画像2を指定 */
    }

    68% {
        background-image: url(../img/main_v03.jpg);
        /* 背景画像3を指定 */
    }

    85% {
        background-image: url(../img/main_v03.jpg);
        /* 背景画像3を指定 */
    }

    100% {
        background-image: url(../img/main.jpg);
        /* 背景画像1を指定 */
    }
}

/* main------------------------ */
main {
    /* border: blue 4px solid; */
    max-width: 1280px;
    margin: 0 auto;
}

/* conseput---------------------------------- */
.back_png {
    background-image: url(../img/background158_03Qz6.png);
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
    background-size: cover;
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
    /* max-width: 1920px; */
    margin: auto;
}

.back_png2 {
    background-image: url(../img/back_leaf2.png);
    background-color: rgba(255, 255, 255, 0.8);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
    height: auto;
}



/* .back_png4 {
    max-width: 1980px;
    border: rgb(234, 0, 255) 4px solid;
 
} */

.section_01 {

    display: flex;
    justify-content: center;
    text-align: left;

    /* border: red 4px solid; */
}

.section_01 img {
    position: relative;
    bottom: 20px;
    right: 5px;
    box-shadow: -10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.section_02 img {
    position: relative;
    bottom: 20px;
    left: 5px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.CONCEPT_01 {
    padding: 60px;
    width: 640px;
    height: 360px;
    /* border: palevioletred 4px solid; */
}

.section_02 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    text-align: left;

    /* border: green 4px solid; */
}

.CONCEPT_02 {
    padding: 60px;
    width: 640px;
    height: 360px;
    /* border: saddlebrown 4px solid; */
}

.camel {
    max-width: 1280px;
    width: 80%;
    height: auto;
    border-radius: 50%;
}

/* .camel_02 {
    
} */

/* mune---------------------------------------- */
.section_03 {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    text-align: left;

    /* 間隔開けるよう */
    /* border: yellow 4px solid; */
    margin-bottom: 55.92px;
}

.section_03 img {
    position: relative;
    bottom: 20px;
    left: 5px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.menu_01 {
    width: 640px;
    height: 640px;
    padding: 60px;
    /* border: purple 4px solid; */
    background-image: url(../img/barista-6197867_1920.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    background-blend-mode: lighten;
}

.menu ul {
    display: flex;
    justify-content: space-around;
    padding: 0;
    list-style: none;

    /* 間隔開けるよう */
    /* border: rgb(255, 0, 230) 4px solid; */
    /* margin-bottom: 55.92px; */
}

.menu ul li {
    width: 33%;
    /* border: chartreuse 4px solid; */
}

.menu ul li p {
    text-align: left;
    width: 80%;
    margin: 15px auto;
}

.menu ul li img {
    border-radius: 50px;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.2);

}


.p_center {
    text-align: center;
}

.mune_all {
    /* width: 1280px; */
    width: 100%;
    height: 432px;
    background-image: url(../img/menu_all_defo.png);
    /* 間隔開けるよう */
    /* border: rgb(255, 0, 0) 4px solid; */
    /* margin-bottom: 55.92px; */
    background-repeat: no-repeat;
    background-size: contain;
    /* background-size: cover; */
    background-position: center;


}

.menu_list {
    justify-content: space-around;
    text-align: left;
    /* style--------------- */
    color: #fff;
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    vertical-align: middle;

}

.menu_list ul li {
    list-style: none;

}

.menu_list p {
    text-align: center;
}

/* banner------------------------------------------------------- */

.banner {
    background-image: url(../img/banna_winter.jpg);
    /* width: 1280px; */
    /* width: 100%; */
    height: 360px;

    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    /* 間隔開けるよう */
    /* border: rgb(255, 128, 0) 4px solid; */
    /* margin-bottom: 55.92px; */
}

/* h3 a:hover {
    color: #477424;
    font-weight: bolder;
} */

.btn {
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
    perspective: 300px;
    width: 200px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
}

.btn.cubic span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid black;
    box-sizing: border-box;
    line-height: 48px;
    text-align: center;
    transition: all 0.3s;
    transform-origin: center center -25px;
}

.btn.cubic .hovering {
    background-color: black;
    color: white;
    transform: rotateX(90deg);
}

.btn.cubic .default {
    background-color: white;
    color: black;
    transform: rotateX(0);
}

.btn.cubic:hover .hovering {
    transform: rotateX(0);
}

.btn.cubic:hover .default {
    transform: rotateX(-90deg);
}

/*# sourceMappingURL=answer.css.map */


.mordal_span {
    font-weight: bold;
    color: red;
}

/* .m_png {
    background-size: cover;
    background-image: url(../img/bock_png_img2.png);
    opacity: .5;
} */
/*infoエリアをはじめは非表示*/
#info {
    display: none;

}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
    max-width: 600px;
    /* height: px; */
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
    background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}

/* map---------------------------------------------------- */
.map {
    /* width: 1280px; */
    height: 640px;
    /* 間隔開けるよう */
    /* border: rgb(0, 255, 110) 4px solid; */
    /* margin:55.92px auto;  */
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.map_box {
    width: 640px;
    height: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.map_img {
    width: 600px;
    height: 600px;
}

/* iframeでパディングで比率を簡単に保つ方法、paddingは電卓で計算する */
/* 
.map_box {
    width: 100%;
    position: relative;
    padding-top: 75%;
}

.map_img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.text {
    width: 640px;
    height: 640px;
    padding: 60px;
    /* border: rgb(60, 0, 255) 4px solid; */
}

.text p a {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    box-shadow: 0px 10px rgba(0, 0, 0, 0.3);
    background-color: rgb(63, 226, 128);
    /* transition: all 0.5s ease-out; */
    transition: all 0.4s ease;

}

.text p a:hover {
    /* width: 250px; */
    /* height: 90px; */
    /* line-height: 90px; */
    box-shadow: 0px 0px;
    position: relative;
    top: 10px;
    /* transition: all 0.5s ease-out; */
}

/* footer-------------------------------------------------------------- */
footer {
    width: 100%;
    /* 垂直のプロパティ */
    vertical-align: middle;
    /* border: rgb(153, 255, 0) 4px solid; */
    margin: 0 auto;
    max-width: 1280px;
}

/* 通常のimgを使ってアイコンを表示するパターン */

.fa-twitter::before {
    content: '𝕏';
    font-family: unset;
    font-weight: bold;
    font-style: normal;
}

.wrapper2 .button_sns {
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px rgba(0, 0, 0, 0.2);


    transition: all 0.3s ease-out;
    overflow: hidden;

}

.wrapper2 ul {
    display: flex;
    justify-content: center;
}

.wrapper2 ul li {
    padding: 0 5px;
    list-style: none;
    transition: all 0.3s ease-out;

}

.wrapper2 .button_sns:hover {
    width: 200px;

}

/* nth-cheild迄で場所の指定で、:hoverの後でiconを対象に指定している */


.wrapper2 .button_sns .icon_sns {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50px;
    box-sizing: border-box;
    /* 高さ */
    line-height: 60px;
    text-align: center;
    transition: all 0.3s;
}

.wrapper2 .button_sns .icon_sns i {
    font-size: 25px;
    line-height: 60px;
}

.wrapper2 .button_sns .sns_name {
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    margin-left: 10px;
    transition: all 0.3;
}

.sns_name {
    display: block;
    text-align: left;
    margin: 0 5px;
    /* overflow: hidden; */
    /* display: none; */

}

/* 色-------------------------------------------------- */

/* nth-cheild迄で場所の指定で、:hoverの後でiconを対象に指定している */
.wrapper2 ul li:nth-of-type(1):hover .icon_sns {
    background: #4267b2;
}

.wrapper2 ul li:nth-of-type(2):hover .icon_sns {
    background: #06c755;
}

.wrapper2 ul li:nth-of-type(3):hover .icon_sns {
    background: #1da1f2;
}

.wrapper2 ul li:nth-of-type(4):hover .icon_sns {
    background: #e1306c;
}

.wrapper2 ul li:nth-of-type(5):hover .icon_sns {
    background: #ff0000;
}

.wrapper2 .button_sns:hover .icon_sns {
    color: #fff;
}

.wrapper2 ul li:nth-child(1):hover .sns_name {
    color: #4267b2;
}

.wrapper2 ul li:nth-child(2):hover .sns_name {
    color: #06c755;
}

.wrapper2 ul li:nth-child(3):hover .sns_name {
    color: #1da1f2;
}

.wrapper2 ul li:nth-child(4):hover .sns_name {
    color: #e1306c;
}

.wrapper2 ul li:nth-child(5):hover .sns_name {
    color: #ff0000;
}

/* -------------------------------------------------------------------- */
.top_btn {
    z-index: 200;
    opacity: 0.7;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    box-shadow: 10px 10px rgba(0, 0, 0, 0.3);
    background-color: #477424;
    transition: all 0.5s ease-out;
}

.top_btn:hover {
    background: #A6AD23;
}


/*==================================================
ふわっ
===================================*/
.fade {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 1.5s, transform 1s;
}.fade.active {
	opacity: 1;
	transform: translateY(0px);
}

/* レスポンシブ---------------------------------------- */
@media screen and (max-width:1279px) {
    .mune_all {
        background-size: cover;
    }
}

@media screen and (max-width:1220px) {
    .menu ul li img {
        max-width: 95%;
    }

    main {
        padding: 20px;
    }
}

/* 1081 ------------------------------------------ */
@media screen and (max-width:1081px) {
    .main_visial {
        background-size: cover;
        /* background-size: contain; */
        height: 60vh;
        aspect-ratio: 1/1;
    }

    main img {
        width: 50%;
        /* object-fit: contain; */
        object-fit: cover;

    }

    .section_01,
    .section_02 {
        margin: 0 10px;
    }

    .section_01 img {
        position: relative;
        bottom: 10px;
        left: 10px;
        box-shadow: -5px 5px rgba(0, 0, 0, 0.2);
        border-radius: 50px;
    }

    .section_02 img {
        position: relative;
        bottom: 10px;
        right: 10px;
        box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
        border-radius: 50px;
        /* margin-right: 5px; */
    }

    .CONCEPT_01,
    .CONCEPT_02 {
        padding: 15px;
        width: 100%;
        height: 360px;
    }

    .menu_01 {
        height: auto;
        padding: 10px;
    }

    .menu_01 h3 {
        text-align: center;
    }

    .menu_01 p {
        padding: 15px;
    }
    
    .mune_all {
        background-size: cover auto;

    }

    .menu ul li {
        width: 100%;
    }

    .menu ul li img {
        width: 100%;
    }

    .banner {
        background-size: contain;

        height: 300px;
    }

    .map_box {
        width: 50%;
    }

}

@media screen and (max-width:800px) {
    .menu ul {
        flex-direction: column;
        align-items: center;
    }

    .menu ul li img {
        width: 80%;
    }

    .mune_all {
        background-image: url(../img/menu_all_culmun.png);
        height: 1080px;
        background-size: contain;
    }

    .menu_list ul li {
        text-align: center;

    }

    .menu_list ul {
        padding: 0;
    }

    .menu_list {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .wrapper2 ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* ----------------------------------------------------------- */
@media screen and (max-width:728px) {
    html {
        font-size: 14px;
    }

    .back_png2 {
        /* バッググラウンド画像を背景の不透明でコントロールして#f1ede4の色で塗り潰し */
        background-color: #f1ede4;
    }

    .section_01 img,
    .section_02 img,
    .section_03 img {
        position: static;
        width: 80%;
        margin-bottom: 15px;
    }

    .hum_nav {
        display: block;

    }

    .section_01,
    .section_02 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .section_03 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .section_03 h3 {
        text-align: center;
    }

    .section_03 p {
        padding: 10px;
    }

    .section_03 img {
        width: 80%;
    }

    .menu_01 {
        /* width: 100%; */
        width: 80%;
    }

    .menu ul li p {
        width: 80%;
        margin: 20px auto;
    }

    .CONCEPT_01,
    .CONCEPT_02 {
        height: auto;
    }

    main img {
        width: 100%;
        object-fit: contain;
    }

    .banner {
        background-size: contain;

        height: 230px;
    }

    .map_box {
        width: 70%;
        /* margin-bottom: 36px; */
    }

    .text {
        width: 90%;
        padding: 0 auto;
        height: auto;
        background-color: #fff;
        border-radius: 50px;
        margin-bottom: 36px;
    }

    .map {
        display: flex;
        flex-direction: column-reverse;
        height: auto;
    }

    h2 {
        margin: auto;
    }

    .map_img {
        width: 100%;
        height: 70%;
    }

    /* ハンバーガーメニューを表示 */
    .inner {
        display: block;
    }

    .inner ul {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .toggle-btn {
        display: block;
    }

    nav ul {
        height: auto;
        max-width: 275px;
        /* PC版のハンバーガーメニューを消す */
        display: none;
    }
}

/*680 ----------------------------------------------- */
@media screen and (max-width:680px) {
    nav ul {
        /* max-width: 370px; */
        max-width: 275px;
    }

    footer p {
        font-size: 12px;
    }

    .map_box iframe {
        height: 75%;
    }

    .menu_list {
        padding-top: 10%;
    }
}

/* 470------------------------------------------------ */
@media screen and (max-width:470px) {
    .navi {
        /* display: flex;
        flex-direction: column;
        justify-content: start; */
        /* height: 200px; */
        font-size: 12px;
    }

    .banner {
        height: 130px;
    }

    nav ul li {
        padding: 0;
        margin: 0;
    }

    .menu_list {
        padding-top: 20%;
    }
}