@charset "utf-8";
/* CSS Document */
html {
  color: #241b0c;
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  width: 100%;
  box-sizing: border-box;
}
body {
  background-image: url("../img/common/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #333;
  text-align: center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_message {
  display: block;
  font-family: "Shippori Mincho B1", serif;
  font-size: 3.6rem;
  font-weight: 400;
  letter-spacing: 1.5rem;
  margin-top: 50vh;
}
@media(max-width:1200px) {
  #splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: #333;
    text-align: center;
    color: #fff;
  }
  #splash_message {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 50vh;
  }
}
/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　モーダルウィンドウの設定　*/
.close-animatedModal {
  color: #fff;
  padding: 30px 0 10px;
}
@media(min-width:1200px) {
  .mobile_button, .header_logo, .close, .mobile_icon {
    display: none;
  }
  header {
    position: fixed;
    top: 50px;
    right: 0;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    max-width: 1100px;
    max-height: 50px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    box-shadow: -10px 10px 10px 0 rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    z-index: 99999;
  }
  header a {
    color: #241b0c;
  }
  header ul {
    display: flex;
    list-style: none;
    margin: 17px 100px 0;
  }
  header li {
    margin-right: 40px;
  }
  header li:last-child {
    margin-right: 0;
  }
  .icon {
    display: flex;
  }
  .icon1 {
    margin: 0 30px 0 0;
  }
  .icon1 img {
    width: 18px;
  }
  .icon2 {
    margin: -3px;
  }
  .icon2 img {
    width: 24px;
  }
  h2 {
    font-size: 3rem;
  }
  /*== ボタン共通設定 */
  .link_btn {
    /*アニメーションの起点とするためrelativeを指定*/
    position: relative;
    overflow: hidden;
    /*ボタンの形状*/
    background-color: #38128a;
    color: #fff;
    font-family: "Lora";
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    max-height: 50px;
    height: 100%;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    /*アニメーションの指定*/
    transition: ease .2s;
  }
  /*ボタン内spanの形状*/
  .link_btn span {
    position: relative;
    z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color: #fff;
  }
  .link_btn:hover span {
    color: #fff;
  }
  /*== 背景が流れる（左から右） */
  .bgleft:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #ea5514; /*背景色*/
    width: 100%;
    height: 100%;
    /*アニメーション*/
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  /*hoverした際の形状*/
  .bgleft:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .contact {
    position: relative;
    background-color: rgba(208, 169, 132, 0.9);
    width: 100%;
    border-top-left-radius: 200px;
    border-top-right-radius: 200px;
    margin-top: -100px;
    padding: 100px 0;
    box-sizing: border-box;
  }
  .contact_about_text{
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 50px;
    box-sizing: border-box;
  }
  .contact_about_text h2 {
    display: block;
    text-align: center;
    letter-spacing: 0.5rem;
    margin-bottom: 50px;
  }
  .contact_about_text p{
    font-size: 2rem;
    font-weight: 600;
    line-height: 4rem;
    letter-spacing: 0.15rem;
    text-align: left;
  }
  .contact_about_text span{
    font-size: 1.4rem;
  }
  .contact_link {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 100px;
  }
  .contact_link .link_btn {
    background-color: #fff;
    color: #38128a;
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 800;
    line-height: 2rem;
    max-width: 300px;
    width: 100%;
    height: 50px;
    padding: 15px 0;
  }
  /*ボタン内側の設定*/
  .contact_link .link_btn span {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 5rem;
    /* 重なりを3Dで表示 */
    transform-style: preserve-3d;
    /* アニメーションの設定 数字が少なくなるほど早く回転 */
    transition: 0.5s;
  }
  /*== くるっと回転（手前に） */
  /* 回転前 */
  .rotatefront span:nth-child(1) {
    background: #fff;
    color: #38128a;
    transform: rotateX(0deg); /*はじめは回転なし*/
    transform-origin: 0 50% -25px; /* 回転する起点 */
  }
  /*hoverをした後の形状*/
  .rotatefront:hover span:nth-child(1) {
    transform: rotateX(-90deg); /* X軸に-90度回転 */
  }
  /* 回転後 */
  .rotatefront span:nth-child(2) {
    background: #ea5514;
    color: #fff;
    transform: rotateX(90deg); /*はじめはX軸に90度回転*/
    transform-origin: 0 50% -25px; /* 回転する起点 */
  }
  /*hoverをした後の形状*/
  .rotatefront:hover span:nth-child(2) {
    transform: rotateX(0deg); /* X軸に0度回転 */
  }
  .reservation {
    width: 800px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .reservation_text{
    display: block;
    font-size: 2rem;
    font-weight: 600;
    text-align: center; 
    margin-bottom: 15px;
  }
  .reservation .link_btn {
    display: block;
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 600;
    letter-spacing: 0.2rem;
    max-width: 250px;
    width: 100%;
    height: 50px;
    padding: 15px 35px;
    margin: 10px auto 0;
    border-radius: 5px;
    box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
  }
  .close-animatedModal{
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    max-width: 80px;
    max-height: 50px;
    margin: 20px auto;
    padding: 10px;
    cursor: pointer;
    border-radius: 15px;
    box-sizing: border-box;
  }
  .modal-content{
    text-align: center;
  }
  .check{
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
  }
  .check_link{
    color: #ea5514;
    font-weight: 800;
    border-bottom: dashed 2px #7e6145;
    cursor:pointer;
  }
    #check.panelactive{
    left: 0;
}
  .check_text_box{
    display: block;
    position: fixed;
    top: 0;
    left: -50%;
    background-color: #fff4da;
    width:50%;
    height: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
    z-index: 999999;
    transition: all 0.6s;
  }
  .check_close{
    display: block;
    font-size: 5rem;
    font-weight: 400;
    text-align: right;
    width: 50px;
    margin: 0 0 0 auto;
    cursor: pointer;
  }
  .check_text_box h2{
    font-size: 2.4rem;
    text-align: left;
    margin-bottom: 30px;
  }
  .check_text_box h3{
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 15px;
  }
  .check_text_box p{
    display: block;
    font-weight: 500;
    text-align: start;
    line-height: 2rem;
    letter-spacing: 0.15rem;
    margin: 0;
    padding: 0 0 30px;
  }
  .iPhone,.Mac{
    font-weight: 800;
  }
  .check_comment{
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 20px;
  }

  footer {
    background-color: #7E6145;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
    height: 300px;
    padding-top: 50px;
    box-sizing: border-box;
  }
  footer ul {
    display: flex;
    justify-content: center;
    list-style: none;
  }
  footer ul li {
    margin-left: 20px;
  }
  footer a {
    color: #fff;
  }
  .footer_icon {
    text-align: center;
    width: 100px;
    margin: 50px auto 80px;
  }
  .footer_icon li {
    margin-right: 40px;
  }
  .footer_icon li:last-child {
    margin-left: 0;
  }
  footer small {
    font-weight: bold;
  }
}
/* モバイルの設定 */
@media(max-width:1200px) {
  .pc_icon {
    display: none;
  }
  header {
    position: fixed;
    top: 0;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    z-index: 99999;
  }
  .header_logo_wrap {
    max-width: 40px;
    width: 100%;
    margin: 0 auto;
    padding: 5px 0;
  }
  .header_logo {
    width: 40px;
  }
  header a {
    color: #fff;
  }
  header nav {
    position: fixed;
    right: -120%;
    background-color: #38128a;
    color: #fff;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    z-index: 555;
  }
  header nav span {
    font-size: 2rem;
  }
  header ul {
    position: absolute;
    top: 30%;
    left: 30%;
  }
  header li {
    margin-bottom: 30px;
  }
  header li:last-child {
    margin-bottom: 0;
  }
  #nav.panelactive {
    right: 0;
  }
  .close {
    display: flex;
    width: 40px;
    padding: 50vh 10px;
    box-sizing: border-box;
  }
  .btn {
    font-size: 2rem;
    font-weight: 400;
  }
  .close span {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .icon {
    display: flex;
  }
  .icon1 {
    margin: 0 30px 0 0;
  }
  .icon1 img {
    width: 20px;
  }
  .icon2 img {
    width: 24px;
    margin-top: -3px;
  }
  h2 {
    font-size: 3rem;
  }
  .link_btn {
    position: relative;
    background-color: #38128a;
    color: #fff;
    font-family: "Lora";
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2rem;
    text-align: center;
    max-width: 150px;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 7px 30px;
    border-radius: 5px;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
    /*アニメーションの指定*/
    transition: ease .2s;
  }
  /*ボタン内spanの形状*/
  .link_btn span {
    position: relative;
    z-index: 3; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
    color: #fff;
    border-radius: 5px;
  }
  .link_btn:hover span {
    color: #fff;
  }
  /*== 背景が流れる（左から右） */
  .bgleft:before {
    content: '';
    /*絶対配置で位置を指定*/
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /*色や形状*/
    background: #ea5514; /*背景色*/
    width: 100%;
    height: 100%;
    border-radius: 5px;
    /*アニメーション*/
    transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  /*hoverした際の形状*/
  .bgleft:hover:before {
    border-radius: 5px;
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .contact {
    position: relative;
    background-color: rgba(208, 169, 132, 0.9);
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-align: center;
    width: 100%;
    height: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    margin-top: -100px;
    padding: 100px 15px 50px;
    box-sizing: border-box;
  }
  .contact_about_text h2 {
    font-size: 2.4rem;
    letter-spacing: 0.5rem;
    margin-bottom: 30px;
  }
  .contact_about_text p {
    text-align: left;
    max-width: 540px;
    margin: 0 auto 50px;
  }
  .contact_about_text span {
    font-size: 1.2rem;
  }
  .contact_link {
    display: flex;
    flex-wrap: wrap;
    max-width: 345px;
    margin: 0 auto 50px;
  }
  .mobile_none {
    display: none;
  }
  .contact_link .link_btn {
    position: relative;
    background-color: #fff;
    color: #38128a;
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: 800;
    max-width: 250px;
    width: 100%;
    height: 50px;
    padding: 15px 35px;
    margin-bottom: 30px;
  }
  /*ボタン内側の設定*/
  .contact_link .link_btn span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 5rem;
    border-radius: 5px;
    /* 重なりを3Dで表示 */
    transform-style: preserve-3d;
    /* アニメーションの設定 数字が少なくなるほど早く回転 */
    transition: 0.5s;
  }
  /*== くるっと回転（手前に） */
  /* 回転前 */
  .rotatefront span:nth-child(1) {
    background: #fff;
    color: #38128a;
    transform: rotateX(0deg); /*はじめは回転なし*/
    transform-origin: 0 50% -25px; /* 回転する起点 */
  }
  /*hoverをした後の形状*/
  .rotatefront:hover span:nth-child(1) {
    transform: rotateX(-90deg); /* X軸に-90度回転 */
  }
  /* 回転後 */
  .rotatefront span:nth-child(2) {
    background: #ea5514;
    color: #fff;
    transform: rotateX(90deg); /*はじめはX軸に90度回転*/
    transform-origin: 0 50% -25px; /* 回転する起点 */
  }
  /*hoverをした後の形状*/
  .rotatefront:hover span:nth-child(2) {
    transform: rotateX(0deg); /* X軸に0度回転 */
  }
  .reservation {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .reservation_text{
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  .reservation .link_btn {
    display: block;
    font-family: "Shippori Mincho B1", "Shippori Mincho", YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif', "メイリオ", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 1.4rem;
    font-weight: 600;
    max-width: 180px;
    height: 50px;
    padding: 12px;
    margin: 10px auto 20px;
  }
    .close-animatedModal{
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    max-width: 80px;
    max-height: 30px;
    margin: 20px auto;
    padding: 5px;
    cursor: pointer;
    border-radius: 15px;
    box-sizing: border-box;
  }
  .modal-content{
    text-align: center;
  }
  .check{
    display: block;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
  }
  .check_link{
    color: #ea5514;
    font-weight: 800;
    border-bottom: dashed 2px #7e6145;
  }
  .check_link{
    cursor:pointer;
  }
  .check_text_box{
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff4da;
    width:100%;
    height: 100%;
    padding: 20px 15px;
    box-sizing: border-box;
    z-index: 999999;
    transition: all 0.6s;
  }
  .check_close{
    display: block;
    font-size: 50px;
    font-weight: 400;
    max-width: 50px;
    height: 50px; 
    margin: 0 0 0 auto;
    cursor: pointer;
  }
  .check_text_box h2{
    font-size: 2.4rem;
    font-weight: 800;
    text-align: left;
    margin: 10px 0 20px;
  }
  .check_text_box h3{
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 10px;
  }
  .check_text_box p{
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 30px;
  }
  .iPhone,.Mac{
    font-weight: 800;
  }
  .check_comment{
    display: block;
    font-size: 1rem;
    line-height: 1.6rem;
    margin-top: 20px;
  }
  #check.panelactive{
    left: 0;
}
  /*ナビゲーションの縦スクロール*/
#check.panelactive #check_text{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    max-width: 95%;
    width:100%;
    height: 90%;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
  footer {
    background-color: #7E6145;
    width: 100%;
    height: 400px;
    padding: 30px 15px 0;
    box-sizing: border-box;
  }
  footer ul {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.4rem;
    list-style: none;
    box-sizing: border-box;
  }
  footer nav ul li {
    margin-bottom: 10px;
  }
  footer a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
  }
  .footer_icon {
    display: flex;
    flex-direction: row;
    text-align: center;
    max-width: 100px;
    width: 100%;
    margin: 40px auto 40px;
  }
  .footer_icon li {
    margin-right: 40px;
  }
  .footer_icon li:last-child {
    margin-right: 0;
  }
  footer small {
    display: block;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
}
/*メニューボタンとコンバージョンボタン*/
@media(max-width:1200px) {
  .menu_button {
    position: fixed;
    top: 40vh;
    right: 0;
    background-color: #38128a;
    max-width: 50px;
    max-height: 100px;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    box-sizing: border-box;
    z-index: 99999;
  }
  .menu_btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5rem;
    max-width: 50px;
    max-height: 90px;
    width: 100%;
    height: 100%;
    border: solid 1px #f8b62d;
    margin: 5px 0 5px 5px;
    padding: 5px 0 0 10px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-sizing: border-box;
  }
  .openbtn1 span {
    writing-mode: vertical-rl;
    margin: 4px 0 0 4px;
  }
  .openbtn1 img {
    width: 25px;
  }
  .conversion {
    position: fixed;
    right: 25px;
    bottom: 10vh;
    background-color: #38128a;
    color: #fff;
    font-weight: 600;
    max-width: 80px;
    max-height: 80px;
    width: 100%;
    height: 100%;
    padding: 5px 4px;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 999;
  }
  .conversion_btn {
    width: 70px;
    height: 70px;
    border: solid 1px #f8b62d;
    border-radius: 3px;
  }
  .conversion_btn p {
    text-align: center;
    line-height: 2rem;
    padding: 5px;
  }
}