@charset "UTF-8";
@import url("reset.min.css");

@font-face {
    font-family: 'zen-medium';
    src: url(../font/ZenKakuGothicNew-Medium.ttf);
}

@font-face {
    font-family: 'zen-bold';
    src: url(../font/ZenKakuGothicNew-Bold.ttf);
}

/*----------------------------------
全体
------------------------------------*/
html {
    scroll-behavior: smooth;
    font-size: 62.5%;
    /*pxだと10px;*/
}

@media screen and (min-width:1000px) and (max-width:1300px) {

    /*　画面サイズが1000pxから1300pxまではここを読み込む　*/
    html {
        font-size: 59%;
        /*pxだと9.04px;*/
    }
}

@media screen and (min-width:999px) and (max-width:501px) {

    /*　画面サイズが999pxから501pxまではここを読み込む　*/
    html {
        font-size: 65%;
    }
}

@media screen and (max-width:500px) {

    /*　画面サイズが500px以下はここを読み込む　*/
    html {
        font-size: 62.5%;
    }
}

body {
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    width: 100%;
    height: auto;
    color: #1C1C1C;
    font-family: "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: 0.5em;
    position: relative;
    margin: 0;
    padding: 0;
}

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

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

a {
    color: #1C1C1C;
}

a.anchor {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}

@media screen and (max-width: 1000px) {
    a.anchor {
        margin-top: -55px;
        padding-top: 55px;
    }
}

.clear {
    clear: both;
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

@media screen and (max-width: 1000px) {
    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }
}

/*----------------------------------
ヘッダー　header
------------------------------------*/
#header {
    width: 100%;
    position: fixed;
    z-index: 100;
}

#header .header-inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

#header .header-inner ul {
    display: flex;
    align-items: center;
}

#header .header-inner ul.btn-area {
    display: none;
}

#header .header-inner ul li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11rem;
    height: 100px;
    position: relative;
    list-style: none;
    font-size: 1.4rem;
    font-family: 'zen-bold';
    font-weight: bold;
    letter-spacing: 0.15em;
    color:#00A08F;
}

#header .header-inner ul li.btn a {
    display: flex;
    align-items: center;
    color: #fff;
    background: #F38200;
    width: 24rem;
    height: 3.8rem;
    border-radius: 1.9rem;
    margin-right: 2rem;
}

/*スクロール時の変化*/
#header.change {
    background-color: rgba(255, 255, 255, 1);
}

#header.change .header-inner ul li a {
    height: 60px;
    color: #1C1C1C;
    transition-duration: 0.8s;
}

#header.change .header-inner ul li.btn a {
    height: 38px;
    color: #fff;
}

@media screen and (max-width: 999px) {
    .header-inner nav {
        display: none
    }

    #header .header-inner ul {
        width: 100%;
        justify-content: space-between;
    }

    #header .header-inner ul li {}

    #header .header-inner ul li a,
    #header.change .header-inner ul li a {
        width: auto;
        height: auto;
        display: block;
        padding: 1.5em 0.2em 0;
        color: #000;
        letter-spacing: 0.1em;
    }

    #header .header-inner ul.btn-area {
        width: 100%;
        display: flex;
        justify-content: space-between
    }

    #header .header-inner ul.btn-area li {
        display: block;
    }

    #header .header-inner ul.btn-area li a,
    #header.change .header-inner ul.btn-area li a {
        width: 43vw;
        height: 38px;
        margin: 0 auto;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 25px;
    }
}


/*----------------------------------
メインコンテンツ main
------------------------------------*/
.container {
    max-width: 900px;
    width: 85%;
    height: auto;
    margin: 0 auto;
}

h2 {
    padding-top: 100px;
    padding-bottom: 66px;
}

h2 img {
    height: 2.55rem;
}

@media screen and (max-width: 999px) {

  .container {
      width: 90%;
  }

    h2 {
        padding-top: 70px;
        padding-bottom: 20px;
    }

    h2 img {
        height: 1.964rem;
    }
}

/*----------------------------------
top画像 mainimg
------------------------------------*/
.main-area {
    position: relative;
    display: flex;
    width: 100vw;
    height: 650px;
}

.main-area .left {
    width: 30vw;
    text-align: center;
}

.main-area .right {
    width: 70vw;
}

.main-area .left h1 {
    width: 15vw;
    height: 15vw;
    display: block;
    margin: 30% auto 40px;
}

.main-area .left p {
    font-size: 1.4rem;
    line-height: 2;
}

.main-area .right img {
    width: 70vw;
    height: 650px;
    object-fit: cover;
    object-position:center;
}

a.reserve-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -100px;
    right: 5%;
    background: #09C6B0;
    color: #fff;
    border-radius: 50%;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.13em;
}

a.reserve-btn span{
  margin-top: 1rem;
 font-size: 1.4rem;
}

.scroll {
    position: absolute;
    width: 30px;
    height: 120.91px;
    bottom: -59px;
    right: 0;
    left: 0;
    margin: auto;
}

@media screen and (max-width: 999px) {
    .main-area {
        display: block;
        height: 580px;
    }

    .main-area .left {
        width: 100%;
        display: flex;
        align-items: center;
        height: 80px;
    }

    .main-area .left h1 {
        margin: auto;
        width: 5rem;
        height: 5rem;
    }

    .main-area .left p {
        font-size: 1.35rem;
        line-height: 1.7;
        letter-spacing: 0.1em;
    }

    .main-area .left div {
        width: 75%;
        text-align: left;
    }

    .main-area .right {
        width: 100%;
    }

    .main-area .right img {
        width: 100%;
        height: 500px;
    }

    a.reserve-btn {
        width: 115px;
        height: 115px;
        font-size: 15px;
        line-height: 1.3;
        letter-spacing: 0.1em;
        left: 8%;
        right: auto;
        bottom: 50px;
    }
    a.reserve-btn span{
      margin-top: 5px;
     font-size: 13.5px;
    }

    .scroll {
        width: 21px;
        height: 86.72px;
        bottom: -43px;
    }
}

/*----------------------------------
concept
------------------------------------*/
.con-area {
    background: linear-gradient(180deg, #F2F2F2 0%, #F2F2F2 50%, #fff 50%, #fff 100%);
}

.concept {
    position: relative;
    height: 574px;
}

.concept img {
    width: 585px;
    height: 378px;
}

.concept-txt {
    position: absolute;
    width: 496px;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 5.3rem 4.6rem;
}

.concept-txt h3 {
    padding-bottom: 0;
}
.concept-txt h3 img {
  width: 174px;
  height: auto;
}
h4.concept-copy {
  font-size:2.5rem;
  margin:0;
  padding-top: 3rem;
  padding-bottom: 3rem;
  letter-spacing:  0.07em;
  color: #00A08F;
}

.concept-txt p {
    font-size: 1.5rem;
    line-height: 1.7;
}

@media screen and (max-width: 999px) {
    .concept {
        height: auto;
    }

    .concept img {
        position: static;
        width: 100%;
        height: 50vw;
        box-shadow: -7px 7px 0px -7px rgba(0, 0, 0, 0.5);
    }

    .concept-txt {
        position: static;
        width: 100%;
        height: auto;
        padding: 3rem 2.5rem 2.5rem;
        box-shadow: 7px 7px 7px -7px rgba(0, 0, 0, 0.5);
    }

    .concept-txt h3 {
        font-size: 1.6rem;
        padding-bottom: 1.1rem;
    }

    .concept-txt p {
        font-size: 1.35rem;
        line-height: 1.8;
    }
}


/*----------------------------------
MENU
------------------------------------*/

.menu-bg-area{
  width: 100%;
  background-image:url(../images/menu_back.webp);
  background-size:cover;
  margin-top: 6rem;
  padding-bottom: 6rem;
}
.menu-area {
  margin: 0 auto;
}

.menu-area p{
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-top: 2rem;
}

.menu-area .menu-item {
    background: #fff;
    padding: 3rem 3rem;
    font-size: 1.6rem;
    line-height: 2.4;
    box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.6);
}

.menu-item h3 {
    font-weight: 600;
    padding-bottom: 2rem;
    text-align: left;
    color:#00A08F;;
}

.menu-item ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.menu-item li {
    display: flex;
    justify-content: space-between;
    width: 47%;
}

.menu-item li span {
    display: block;
}

.menu-item li span:first-child {
    margin-right: 2.5rem;
}

.menu-item li span:last-child {
    font-family: 'zen-bold';
    letter-spacing: 0.1em;
}

@media screen and (max-width: 999px) {

    .menu-area .menu-item {
        margin-bottom: 1.5rem;
        font-size: 1.5rem;
    }

    .menu-item h3 {
        padding-bottom: 1rem;
    }
    .menu-item li {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
}

/*----------------------------------
ご予約　reserve
------------------------------------*/

.reserve{
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.25em;
}

.reserve img{
  width: 270px;
}

@media screen and (max-width: 999px) {
.reserve {font-size: 15px}
}

/*----------------------------------
アクセス　Access
------------------------------------*/
.gra {
    width: 100%;
    background: #F2F2F2;
    padding: 64px 0;
    margin: 90px 0;
}

.access {
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse;
}

.access .left-google,
.access .right {
    width: 46%;
}


.access h2 {
    padding-top: 2rem;
    display: inline-block;
}

.access p {
    font-size: 1.8rem;
    padding-bottom: 2rem;
    line-height: 1.7;
}
#reserve iframe {
    height: 1000;
}
.left-google{
    position : relative;
    height : 0;
    padding-bottom : 50%; /* 縦横比の指定 */
    overflow : hidden;
}

.left-google iframe,
.left-google object,
.left-google embed{
    position : absolute;
    top : 0;
    left : 0;
    width : 100%;
    height : 100%;
}

@media screen and (max-width: 999px) {
    .access {
        display: block;
    }

    .access .left,
    .access .right {
        width: 100%;
    }

    .gra {
        margin: 60px 0;
        padding: 40px 3%;
    }

    .access h2 {
        display: block;
        padding-bottom: 30px
    }

    .access p {
        font-size: 1.6rem;
    }
    .access .left-google,
    .access .right {
        width: 100%;
    }

    .left-google{
        padding-bottom : 100%; /* 縦横比の指定 */
    }

}

/*----------------------------------
SNS
------------------------------------*/
.sns {
    display: flex;
    justify-content: space-around;
}

.sns a {
    display: flex;
    justify-content: center;
    width: 30rem;
    height: 30rem;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 110px;
    box-shadow: 0px 0px 16px -10px rgba(0, 0, 0, 0.6);
}

.sns img {
    height: 3.35rem;
    margin-top: 40%;
    margin-bottom: 2rem;
}
.sns a p {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: center;
    margin-top: 2rem;
}

.sns-item{
  display: flex;
  flex-flow: column;
}

.triangle{
  width:auto;
  height: 15px;
}

.triangle img{
  margin-bottom: 0;
  margin-top: 0;
}
.sns p.app-text{
  margin-top: 0;
}



@media screen and (max-width: 999px) {
    .sns {
        display: block;
        padding-bottom: 40px;
    }

    .sns a {
        width: 60vw;
        height: 60vw;
        margin: 0 auto 3rem;
    }

    .sns a img {
        height: 2rem;
        margin-bottom: 1rem;

    }

    .sns a p {
        font-size: 1.35rem;
    }
.sns-item{
 align-items: center;
}
}


/*----------------------------------
フッター footer
------------------------------------*/
footer {
    height: 100px;
    background: #F38200;
    padding-top: 30px;
}

footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer ul li a {
    color: #fff;
    font-size: 1.5rem;
}

footer ul li.btn a {
    background: #00A08F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18rem;
    height: 40px;
    border-radius: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.15em;
    font-weight: bold;
}

@media screen and (max-width: 999px) {
    footer {
        height: 400px;
    }

    footer ul {
        display: block;
        margin-top: 40px;
        text-align: center;
    }

    footer ul li {
        margin-bottom: 2rem
    }

    footer ul li a {

        font-size: 1.4rem;

    }

    footer ul li.btn a {
        width: 22rem;
        margin: 0 auto;
    }
}


/*----------------------------------
ページトップボタン pagetopbtn
------------------------------------*/
#pagetopbtn {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background-image: url('img/pagetopbtn.svg');
    background-size: contain;
    text-indent: -9999px;
    z-index: 9999;
}

@media screen and (max-width: 999px) {
    #pagetopbtn {
        width: 75px;
        height: 75px;
    }
}
