@charset "utf-8";
/*
Theme Name: GRITS THEME
Author: GRITS
Version: 1.0.0
*/
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Estonia&family=Pinyon+Script&family=Allura&family=Whisper&display=swap');
/******************************************************
リセット
******************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html, body {
  margin: 0;
	padding: 0;
	border: 0;
  color: #2b2824;
	font-size: 100%;
  font-weight: 400;
	font: inherit;
	vertical-align: middle;
  word-break : break-all;
  background: #f3ede9;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  font-size: 16px;
	font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  counter-reset: 0;
}
@media screen and (max-width: 1024px) {
  body {
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
    counter-reset: 0;
  }
}
main {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: 400;
  line-height: 1.5;
}
table, th, td {
  border-collapse: collapse;
  font-weight: 400;
}
dl, dt, dd {
  margin: 0;
  padding: 0;
}
p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul, ol {
  text-align: left;
}
li {
  font-size: 1.6rem;
}
@media screen and (max-width:1024px) {
  li {
    font-size: 1.4rem;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  color: #2b2824;
  text-decoration: none;
  vertical-align: baseline;
  border:none;
  outline:none;
}
span {
  vertical-align: baseline;
}
*:focus {
  outline: none;
}
/******************************************************
animate.css カスタマイズ
******************************************************/
@keyframes fadeInUp60 {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp60 {
  animation-name: fadeInUp60;
  animation-duration: 1s;
}
@keyframes zoomUp {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}

@keyframes boxShadow {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  50% {
    opacity: 1;
    box-shadow: none;
  }
  100% {
    box-shadow: -3rem 3rem 0 0 rgba(238,238,238,1);
  }
}
.fadeInUpShadow {
  animation-name: boxShadow;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
/******************************************************
回り込み解除 ※解除したいclassを記述
******************************************************/
.clear:after,
.clearfix:after,
.inner:after,
.col:after,
.box:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
/******************************************************
領域指定
******************************************************/
.pc, .tab, .sp {display:none!important;}
/* SP */
@media screen and (max-width: 767px){
  .inner {
    margin: 0 1.5rem;
    position: relative;
  }
  .sp-left {
    text-align: left!important;
  }
  .sp {
    display: block!important;
  }
}
/* PC */
@media screen and (min-width: 768px){
  .inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    box-sizing: border-box;
  }
  .pc {
    display: block!important;
  }
}
/******************************************************
基本フォント
******************************************************/
/* 位置 */
.text-center {text-align: center;}
.text-right {text-align: right;}
.text-left {text-align: left;}
/* カラー */
.color_black {color: #464646;}
.color_white {color: #fff;}
.color_red {color: #2b2824;}
.blue {color: #2b2824;}
/******************************************************
各種フォント
******************************************************/
.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.text-xlarge {font-size: 3.6rem;}
.text-large {font-size: 2.7rem;}
.color-red {color: #2b2824;}
/******************************************************
iPhoneリセット
******************************************************/
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input[type=text], input[type=email], textarea, select {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  outline: none;
  -webkit-appearance:none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ccc;
}
/******************************************************
パンくず
******************************************************/
#breadcrumb {
  padding: 1.2em 0;
}
#breadcrumb br {
  display: none;
}
#breadcrumb li {
  display: inline-block;
  color: #2b2824;
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  #breadcrumb li {
    font-size: 1.2rem;
  }
}
#breadcrumb li a {
  color: #2b2824;
}
#breadcrumb li a:hover {
  color: #2b2824;
}
#breadcrumb li a.breadcrumb_home:before {
  content: "\f015";
  font-family: "FontAwesome";
  margin-right: .5em;
}
#breadcrumb li:after {
  content: "\f105";
  font-family: "FontAwesome";
  margin: 0 .5em;
}
#breadcrumb li:last-child:after {
  content: none;
  margin: 0;
}
/******************************************************
ページネーション
******************************************************/
#pagination {
  margin-top: 3rem;
}
#pagination ul {
  text-align: center;
}
#pagination li {
  display: inline-block;
  margin-right: .3rem;
  font-size: 1.2rem;
}
#pagination li:last-child {
  margin-right: 0;
}
#pagination li a,
#pagination li span {
  display: block;
  width: 3rem;
  height: 3rem;
  color: #fff;
  line-height: 3rem;
  background: #ccc;
  text-decoration: none!important;
}
#pagination li a:hover {
  background: #b19d90;
}
#pagination li span.current {
  background: #b19d90;
}
#pagination li span.dots {
  color: #b19d90;
  background: none;
}
/******************************************************
ヘッダー
******************************************************/
@media screen and (min-width: 1025px) {
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
    box-sizing: border-box;
  }
  #h_cover.active {
    padding: 2rem;
    background: #f3ede9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  /******************************************************
  上部メニュー
  ******************************************************/  
  #h_nav_top {
    position: relative;
    display: flex;
    align-items: center;
  }
  /******************************************************
  ロゴ
  ******************************************************/  
  #h_logo a {
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }
  #h_logo a:hover {
    opacity: .7;
  }
  #h_logo a img {
    display: block;
    width: auto;
    height: 6rem;
  }
  /******************************************************
  PCメニュー
  ******************************************************/
  #h_nav_pc ul {
    display: flex;
    justify-content: flex-end;
  }
  #h_nav_pc li {
    margin-right: 2em;
    font-size: .9vw;
  }
  #h_nav_pc li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 3rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }
  #h_nav_pc li a:hover {
    opacity: .7;
  }    
  /******************************************************
  ハンバーガーメニュー
  ******************************************************/
  #h_toggle_btn {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
    cursor: pointer;
    z-index: 102;
  }
  #h_toggle_btn span {
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    background: #2b2824;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #h_toggle_btn span:nth-child(1) {
    width: 50px;
    top: 20px;
  }
  #h_toggle_btn span:nth-child(2) {
    width: 40px;
    top: 30px;
  }
  #h_toggle_btn:hover span:nth-child(2) {
    width: 50px;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 25px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  #h_toggle_btn.open span:nth-child(2) {
    top: 25px;
    width: 50px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }  
  /******************************************************
  下部メニュー
  ******************************************************/
  #h_nav_bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4px;
  }
  /******************************************************
  翻訳
  ******************************************************/
  #h_language_box {
    position: relative;
  }
  .gt_selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 8vw;
    height: 36px;
    padding: 8px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;   
    font-size: .9vw;    
    line-height: 1;
    border: 1px solid #2b2824;
    box-sizing: border-box;
    background: none;
    z-index: 1;
    cursor: pointer;
  }
  .gt_selector option:nth-child(1) {
    display: none;
  }
  #h_language_box span {
    margin: 0 3px;
    line-height: 1;
  }
  #h_language_box span img {
    width: auto;
    height: 2.4rem;
  }
  /******************************************************
  電話番号
  ******************************************************/
  #h_tel {
    margin-left: 2rem;
  }
  #h_tel a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.6rem;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;   
    line-height: 1;
  }
  #h_tel a:before {
    display: block;
    content: "";
    width: .8em;
    height: .8em;
    margin-right: .4em;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
    line-height: 1;    
  }
  /******************************************************
  SNSボタン
  ******************************************************/
  #h_sns_list {
    display: flex;
  }
  #h_sns_list .list {
    margin-right: 1.4rem;
  }
  #h_sns_list .list a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }
  #h_sns_list .list a:hover {
    opacity: .7;
  }      
  #h_sns_list .list img {
    width: auto;
    height: 2.8rem;
  }  
  /******************************************************
  ドロワーメニュー
  ******************************************************/
  #h_nav {
    background: #f6f1ef;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    opacity: 1;
  }  
  #h_nav_flex {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;    
  }
  #h_nav_flex .logo {}
  #h_nav_flex .logo img {
    width: 215px;
    height: auto;
  }
  #h_nav_flex .h_nav_list li:nth-child(n+2) {
    margin-top: .8em;
  }
  #h_nav_flex .h_nav_list li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  #h_nav_flex .h_nav_list li a:after  {
    display: block;
    position: absolute;
    left: -100%;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #2b2824;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }  
  #h_nav_flex .h_nav_list li a:hover:after  {
    left: 0;
  }
  /* 翻訳 */  
  #h_nav_bottom .gtranslate_wrapper {
    display: flex;
    flex-wrap: wrap;
  }
  #h_nav_bottom .gtranslate_wrapper .glink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 8vw;
    height: 36px;
    margin-left: 8px;
    padding: 8px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;   
    font-size: 0;    
    line-height: 1;
    border: 1px solid #2b2824;
    box-sizing: border-box;
    background: none;
    z-index: 1;
    cursor: pointer;
  }
  #h_nav_bottom .translate_box {
    font-size: .8vw;
  }  
  #h_nav_flex .gtranslate_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 3rem;
  }
  #h_nav_flex .gtranslate_wrapper .glink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 36px;
    margin-bottom: 8px;
    padding: 8px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;   
    font-size: 0;    
    line-height: 1;
    border: 1px solid #2b2824;
    box-sizing: border-box;
    background: none;
    z-index: 1;
    cursor: pointer;
  }
  #h_nav_flex .translate_box {
    font-size: 1.6rem;
  }  
  .gtranslate_wrapper .glink:nth-child(1) {
    /* 中国語 */
    order: 3;
  }
  .gtranslate_wrapper .glink:nth-child(2) {
    /* 英語 */
    order: 2;
  }
  .gtranslate_wrapper .glink:nth-child(3) {
    /* 日本語 */
    order: 1;
  }
  .gtranslate_wrapper .glink:nth-child(4) {
    /* 韓国語 */
    order: 4;
  }  
}
@media screen and (max-width: 1024px) {
  #h_cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
    box-sizing: border-box;
    /*background: #f3ede9;*/
  }
  #h_cover.active {
    background: #f3ede9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
  }
  #h_logo {}
  #h_logo a {
    display: block;
    padding: 2rem;
  }
  #h_logo a img {
    display: block;
    width: auto;
    height: 3rem;
  }
  #h_nav_top {
    position: relative;
    display: flex;
    align-items: center;
  }
  #h_nav_pc {
    display: none;
  }
  #h_nav_pc ul {
    display: flex;
    justify-content: flex-end;    
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal; 
    letter-spacing: .15em;
  }  
  #h_nav_bottom {
    display: flex;
    justify-content: flex-end;
    margin-top: 8px;
    display: none;
  }
  #h_language_box {
    position: relative;
  }
  .gt_selector {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-width: 8vw;
    height: 36px;
    padding: 8px;
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;        
    letter-spacing: .15em;
    font-size: .9vw;    
    line-height: 1;
    border: 1px solid #2b2824;
    box-sizing: border-box;
    background: none;
    z-index: 1;
    cursor: pointer;
  }
  .gt_selector option:nth-child(1) {
    display: none;
  }
  #h_language_box span {
    margin: 0 3px;
    line-height: 1;
  }
  #h_language_box span img {
    width: auto;
    height: 2.4rem;
  }
  #h_sns_list {
    display: flex;
    margin-right: 1.6rem;
  }
  #h_sns_list .list:nth-child(n+2) {
    margin-right: 1.6rem;
  }
  #h_sns_list .list a {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;   
  }
  #h_sns_list .list a:hover {
    opacity: .7;
  }      
  #h_sns_list .list img {
    width: auto;
    height: 2.4rem;
  }  
  #h_toggle_btn {
    position: relative;
    width: 70px;
    height: 70px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
    cursor: pointer;
    z-index: 102;
  }
  #h_toggle_btn span {
    position: absolute;
    top: 0;
    right: 1.5rem;
    height: 1px;
    background: #2b2824;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  #h_toggle_btn span:nth-child(1) {
    width: 30px;
    top: 32px;
  }
  #h_toggle_btn span:nth-child(2) {
    width: 30px;
    top: 38px;
  }
  #h_toggle_btn.open span:nth-child(1) {
    top: 35px;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  #h_toggle_btn.open span:nth-child(2) {
    top: 35px;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    transform: rotate(30deg);
  }  
  
  
  #h_nav {
    background: #f6f1ef;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 7rem 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    box-sizing: border-box;
  }
  #h_nav.on {
    visibility: visible;
    opacity: 1;
  }  
  #h_nav_flex {
    width: 100%;
    padding: 0 1.5rem;
    position: relative;   
    box-sizing: border-box;
  }
  #h_nav_flex .logo .image {
    text-align: center;
  }
  #h_nav_flex .h_nav_list li {
    border-bottom: 1px solid #ccc;
  }
  #h_nav_flex .h_nav_list li a {
    position: relative;
    display: block;
    padding: .8em;
  }
  #h_nav_flex .h_nav_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";  
  }
  /* 翻訳 */
  #h_nav_flex .gtranslate_wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 3rem;
  }
  #h_nav_flex .gtranslate_wrapper .glink {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 4.8rem;
    margin-bottom: 8px;
    padding: 8px;
    font-size: 0;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;      
    line-height: 1;
    border: 1px solid #2b2824;
    box-sizing: border-box;
    background: none;
    z-index: 1;
    cursor: pointer;
  }
  #h_nav_flex .translate_box {
    font-size: 1.4rem;
  } 
  .gtranslate_wrapper .glink:nth-child(1) {
    /* 中国語 */
    order: 3;
  }
  .gtranslate_wrapper .glink:nth-child(2) {
    /* 英語 */
    order: 2;
  }
  .gtranslate_wrapper .glink:nth-child(3) {
    /* 日本語 */
    order: 1;
  }
  .gtranslate_wrapper .glink:nth-child(4) {
    /* 韓国語 */
    order: 4;
  }  
  
  
  
  
}
/******************************************************
フッター
******************************************************/
@media screen and (min-width: 1240px) {
  #footer {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 8vw;
    color: #fff;

    background: url(/wp-content/uploads/images/bg_footer.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #footer:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_reverce_top_beige1.webp) top center no-repeat;
    background-size: 100% auto;
  }
  
  #f_information {}
  #f_inner {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;    
  }
  #f_logo {}
  #f_logo img {
    width: 215px;
    height: auto;
  }
  #f_information {
    color: #fff;
  }
  #f_information .f_nav_list li:nth-child(n+2) {
    margin-top: .8em;
  }
  #f_information .f_nav_list li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
  }
  #f_information .f_nav_list li a:after  {
    display: block;
    position: absolute;
    left: -100%;
    bottom: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;    
  }  
  #f_information .f_nav_list li a:hover:after  {
    left: 0;
  }  
  #f_bottom {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 4vw;
    padding: 0 5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*flex-direction: row-reverse;*/
    align-items: flex-end;
    box-sizing: border-box;       
  }
  #f_company {
    padding: 3rem;
    color: #2b2824;
    text-align: center;
    background: #fff;
  }
  #f_company .logo {
    margin-bottom: 2rem;
  }
  #f_company .logo img {
    width: auto;
    height: 6rem;
  }
  #f_company .data {
    margin-bottom: 2rem;
  }
  #f_company .sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_company .sns_list .list {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 1239px) {
  #footer {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 5rem 0 11rem;
    color: #fff;

    background: url(/wp-content/uploads/images/bg_footer.webp) top center no-repeat;
    background-size: cover;
    box-sizing: border-box;
  }
  #footer:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_reverce_top_beige1.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #f_information {}
  #f_inner {
    padding: 0 4vw;  
  }
  #f_logo {
    margin-bottom: 3rem;
    text-align: center;
  }
  #f_logo img {
    width: auto;
    height: 3rem;
  }
  #f_information .f_nav_list li {
    border-bottom: 1px solid #ccc;
  }
  #f_information .f_nav_list li a {
    position: relative;
    display: block;
    padding: .8em;
    color: #fff;
  }
  #f_information .f_nav_list li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";  
  }
  #f_bottom {
    margin-top: 5rem;
    padding: 0 4vw;
    text-align: center;     
  }
  #f_company {
    margin-bottom: 3rem;
    padding: 1.5rem;
    color: #2b2824;
    text-align: center;
    background: #fff;
  }
  #f_company .logo {
    margin-bottom: 2rem;
  }
  #f_company .logo img {
    width: auto;
    height: 6rem;
  }
  #f_company .data {
    margin-bottom: 2rem;
  }
  #f_company .sns_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #f_company .sns_list .list {
    margin: 0 1rem;
  }  
  
}
/******************************************************
トップ
******************************************************/
@media screen and (min-width: 1240px) {
  /******************************************************
  テキスト・タイトル
  ******************************************************/
  .main_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
    font-size: 1.875vw;      
    text-align: center;
    line-height: 1.5;
  }
  .main_title .eng {
    margin-right: .3em;
    font-size: 6.25vw;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .main_title .jap {}
  /******************************************************
  追尾ボタン
  ******************************************************/
  #fix_btn_list {
    position: fixed;
    bottom: 4rem;
    right: 0;
    width: 60px;
    z-index: 99;
  }
  #fix_btn_list .list:nth-child(n+2) {
    margin-top: 1px;
  }
  #fix_btn_list .list a,
  #fix_btn_list .list .title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 180px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.3;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;        
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
  }
  #fix_btn_list .list a:hover {
    opacity: .7;
  }
  #fix_btn_list .list a.bus {
    color: #fff;
    background: #b19d90;
  }
  #fix_btn_list .list a.tour {
    color: #2b2824;
    background: #fff9ee;
  }
  #fix_btn_list .list a.agent {
    color: #2b2824;
    background: #e5dbcd;
  }
  #fix_btn_list .list a span:nth-child(n+2) {
    margin-top: 6px;
  }
  #fix_btn_list .list a span img {
    width: auto;
    height: 24px;
  }
  /******************************************************
  お知らせ
  ******************************************************/
  #top_news {
    padding: 8vw 0;
    background: #f3ede9;
  }
  #top_news .news_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #top_news .news_flex .news_title {
    font-size: 4.8rem;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;       
  }
  #top_news .news_flex .news_list {
    width: calc(100% - 300px);
  }
  #top_news .news_flex .news_list .list {
    border-bottom: 1px solid #ddd;
  }
  #top_news .news_flex .news_list .list:first-child {
    border-top: 1px solid #ddd;
  }
  #top_news .news_flex .news_list .list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    padding: 0 1em;
    padding-right: 6rem;
  }
  #top_news .news_flex .news_list .list a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 27px;
    height: 1px;
    background: #2b2824;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #top_news .news_flex .news_list .list a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";    
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 7px solid #2b2824;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;     
  }
  #top_news .news_flex .news_list .list a:hover:before {
    right: 10px;
  }
  #top_news .news_flex .news_list .list a:hover:after {
    right: 10px;
  }  
  #top_news .news_flex .news_list .list a .time,
  #top_news .news_flex .news_list .list a .title {
    line-height: 1.5;
  }
  #top_news .news_flex .news_list .list a .time {
    width: 6em;
  }
  #top_news .news_flex .news_list .list a .title {
    width: calc(100% - 6em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /******************************************************
  メッセージ
  ******************************************************/
  #top_message {
    position: relative;
    padding-bottom: 8vw;
    background: #fff;
  }
  #top_message .message_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background: url(/wp-content/uploads/images/bg_message.webp) top center no-repeat;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }
  #top_message .message_box:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_reverce_bottom_white.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_message .message_title {
    position: absolute;
    top: -.5em;
    right: .5em;
    color: #d2d2d2;
    font-size: 9.375vw;
    line-height: 1;
    z-index: 10;
    opacity: .3;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;       
  }
  #top_message .message_box .message_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem 10vw;
    box-sizing: border-box;
  }
  #top_message .message_box .message_cover .message {
    margin-bottom: 1.5em;
    font-size: 2.5vw;
    line-height: 1.5;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;       
  }
  #top_message .message_box .message_cover .comment {
    font-size: 1.5vw;
  }
  #top_message .message_image {
    position: relative;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 7 / 2;
  }
  #top_message .message_image .image_a {
    position: absolute;
    width: 40vw;
    top: -14vw;
    left: 4vw;
  }
  #top_message .message_image .image_b {
    position: absolute;
    width: 18vw;
    margin-top: -9vw;
    right: 0;
  }
  #top_message .message_image .image_c {
    position: absolute;
    width: 22vw;
    top: 5vw;
    left: 51vw;
  }  
  
  /******************************************************
  選ばれる理由
  ******************************************************/
  #top_reason {
    position: relative;
    padding: 8vw 0;
    background: #f3ede9;
  }
  #top_reason:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_circle_bottom_white.webp) top center no-repeat;
    background-size: 100% auto;
  }    
  #top_reason .main_title .eng {
    color: #b8b3b0;
  }
  #top_reason .reason_list {
    margin-bottom: 8vw;
  }
  #top_reason .reason_list .list {
    margin-bottom: 20vw;
  }
  #top_reason .reason_list .number {
    position: relative;
    margin-right: -100%;
    margin-bottom: .5em;
    color: #b8b3b0;
    font-size: 4vw;    
    line-height: 1;
    z-index: 1;
  }
  #top_reason .reason_list .number .small {
    margin-right: .5em;
  }
  #top_reason .reason_list .number .large {
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-size: 7vw;
    letter-spacing: 0;
  }
  #top_reason .reason_list .title {
    margin-bottom: 2em;
    font-size: 1.6vw;
    line-height: 1.5;
  }
  #top_reason .reason_list .comment {
    line-height: 2;
  }
  #top_reason .reason_list .list_a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  #top_reason .reason_list .list_a .image {
    width: 45vw;
    background: url(/wp-content/uploads/images/top_reason_001_1.webp) top center no-repeat;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 4 / 5;
  }
  #top_reason .reason_list .list_a .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 45vw);
    padding-left: 4vw;
    padding-right: 22vw;
    padding-bottom: 16vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list_a .sub_title {
    position: absolute;
    bottom: -.5em;
    left: 1em;
    color: #bb9e8a;
    font-size: 4vw;
    line-height: 1;
    opacity: .4;
    z-index: 1;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;       
  }
  #top_reason .reason_list .list_a .sub_image_1 {
    position: absolute;
    bottom: -12vw;
    left: 40vw;
    width: 48vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 1;
  }
  #top_reason .reason_list .list_a .sub_image_2 {    
    position: absolute;
    bottom: 8vw;
    right: 0;
    width: 18vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 0;
  }
  
  #top_reason .reason_list .list_b {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #top_reason .reason_list .list_b .image {
    width: 45%;
    background: url(/wp-content/uploads/images/top_reason_002_1.webp) top center no-repeat;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 4 / 5;
  }
  #top_reason .reason_list .list_b .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 45%);
    padding-right: 4vw;
    padding-left: 14vw;
    padding-bottom: 16vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list_b .sub_title {
    position: absolute;
    bottom: -.5em;
    right: 1em;
    color: #bb9e8a;
    font-size: 4vw;
    line-height: 1;
    opacity: .4;
    z-index: 1;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;       
  }
  #top_reason .reason_list .list_b .comment p {
    padding-left: 8vw;
  }
  #top_reason .reason_list .list_b .sub_image_1 {
    position: absolute;
    bottom: -12vw;
    right: 40vw;
    width: 48vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 1;
  }
  #top_reason .reason_list .list_b .sub_image_2 {    
    position: absolute;
    bottom: 8vw;
    left: 0;
    width: 18vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 0;
  }    
  #top_reason .reason_list .list_c {
    position: relative;
  }
  #top_reason .reason_list .list_c .box {
    display: flex;
    flex-direction: column;
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list_c .image {
    order: 1;
    width: 100%;
    background: url(/wp-content/uploads/images/top_reason_003_1.webp) center center no-repeat;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 5 / 2;
  }  
  #top_reason .reason_list .list_c .text {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 4vw;    
  }
  #top_reason .reason_list .list_c .text .number {
    width: calc(100% - 80px);
    margin-right: -480px;
  }
  #top_reason .reason_list .list_c .text .comment {
    width: 480px;
  }
  #top_reason .reason_list .list_c .sub_title {
    position: absolute;
    bottom: -.5em;
    left: 1em;
    color: #bb9e8a;
    font-size: 4vw;
    line-height: 1;
    opacity: .4;
    z-index: 1;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;       
  }
  #top_reason .reason_list .list_c .sub_image_1 {
    position: absolute;
    bottom: -4vw;
    right: 4vw;
    width: 16vw;
    object-fit: cover;
    aspect-ratio: 3 / 4;
  }
  #top_reason .reason_list .list_c .sub_image_2 {    
    position: absolute;
    bottom: -12vw;
    right: 16vw;
    width: 16vw;
    object-fit: cover;
    aspect-ratio: 3 / 4;
  }  
  #top_reason .equipment_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 8vw;
  }
  #top_reason .equipment_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% / 5) - 24px);
    margin-left: 20px;
    color: #fff;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    background: #b19d90;
  }
  #top_reason .equipment_list .list:nth-child(5n+1) {
    margin-left: 0;
  }
  #top_reason .equipment_list .list .icon {
    margin-bottom: 2rem;
  }
  #top_reason .equipment_list .list .title {
    font-size: 2rem;
  }
  /******************************************************
  スライダー
  ******************************************************/
  #top_slider {
    position: relative;
    padding: 8vw 0;
    background: #fff;
  }
  #top_slider:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_circle_bottom_beige.webp) top center no-repeat;
    background-size: 100% auto;
  }
  
  
  #top_slider .slider_cover {
    position: relative;
  }
  #top_slider .slider_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;    
    margin-bottom: 1em;
    font-size: 1.875vw;      
    text-align: center;
    line-height: 1.5;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;    
    opacity: .65;
    z-index: 2;
  }
  #top_slider .slider_title .eng {
    font-size: 6.25vw;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  
  
  #top_slider .slider_cover:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_slider_top.webp) top center no-repeat;
    background-size: 100% auto;
    z-index: 1;
  }
  #top_slider .slider_cover:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_slider_bottom.webp) bottom center no-repeat;
    z-index: 1;
  }
  #top_slider .slider_list .list {
    margin: 0 5px;
    padding: 0;
    background: #000;
  }
  #top_slider .slider_list .list img {
    width: 30vw;
    height: auto;
    opacity: .9;
  }
  /******************************************************
  ツアー
  ******************************************************/
  #top_tour {
    padding-bottom: 8vw;
    background: #fff;
  }
  #top_tour .title_cover {
    padding: 8vw 0;
    background: url(/wp-content/uploads/images/bg_tour.webp) center center;
    background-size: cover;
  }
  #top_tour .title_cover .main_title {
    color: #fff;
  }
  #top_tour .tour_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -4vw;
    padding: 0 2rem;
  }
  #top_tour .tour_list .list {
    width: calc((100% / 5) - 16px);
    margin-left: 20px;
  }
  #top_tour .tour_list .list:nth-child(5n+1) {
    margin-left: 0;
  }
  #top_tour .tour_list .list a {
    display: block;    
  }
  #top_tour .tour_list .list .image {
    position: relative;
    margin-bottom: .8em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #top_tour .tour_list .list a:hover .image {
    opacity: .7;
  }   
  #top_tour .tour_list .list .image span {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0 1em;
    color: #fff;
    font-size: .8em;
    line-height: 2;
    background: #b19d90;
  }
  #top_tour .tour_list .list .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  } 
  #top_tour .tour_list .list .time,
  #top_tour .tour_list .list .title {
    font-size: 1.8rem;
  }
  /******************************************************
  お問い合わせ
  ******************************************************/
  #top_contact {
    position: relative;
    background: #f3ede9;
    padding: 8vw 0;
  }
  #top_contact .main_title .eng {
    color: #b8b3b0;
  }  
  #top_contact:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_circle_bottom_white.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_contact .tel {
    margin-bottom: 5rem;
  }
  #top_contact .tel a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.8rem;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear; 
  }
  /*
  #top_contact .tel a:before {
    display: block;
    content: "";
    width: .8em;
    height: .8em;
    margin-right: .4em;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
    line-height: 1;
  }
  */
  #top_contact .tel a:hover {
    opacity: .7;
  }
  #top_contact .btn_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 6rem;
  }
  #top_contact .btn_list .list {
    width: calc((100% / 3) - 20px);
    margin-left: 30px;
  }
  #top_contact .btn_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_contact .btn_list .list:nth-child(n+4) {
    margin-top: 30px;
  }
  #top_contact .btn_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #2b2824;
    z-index: 1;
  }
  #top_contact .btn_list .list a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 27px;
    height: 1px;
    background: #2b2824;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #top_contact .btn_list .list a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";    
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 7px solid #2b2824;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #top_contact .btn_list .list a:hover:before {
    right: 10px;
  }
  #top_contact .btn_list .list a:hover:after {
    right: 10px;
  }
    
  
  #top_contact .banner_list {
    display: flex;
    flex-wrap: wrap;
  }
  #top_contact .banner_list .list {
    width: calc(50% - 15px);
    margin-left: 30px;
  }
  #top_contact .banner_list .list:nth-child(3n+1) {
    margin-left: 0;
  }
  #top_contact .banner_list .list:nth-child(n+4) {
    margin-top: 30px;
  }
  #top_contact .banner_list .list a {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #top_contact .banner_list .list a:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 1239px) {
  /******************************************************
  テキスト・タイトル
  ******************************************************/
  .main_title {
    display: flex;
    flex-direction: column;
    margin-bottom: 3rem;
    text-align: center;
    line-height: 1.5;
  }
  .main_title .eng {
    font-size: 2.4rem;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  .main_title .jap {}
  /******************************************************
  追尾ボタン
  ******************************************************/
  #fix_btn_list {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-wrap: wrap;
  }
  #fix_btn_list .list:nth-child(n+2) {
    border-left: 1px solid #fff;
  }
  #fix_btn_list .list {
    width: calc(100% / 3);
    box-sizing: border-box;
  }
  #fix_btn_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 6rem;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.5;       
  }
  #fix_btn_list .list .title {
    display: none;
  }
  #fix_btn_list .list a .img {
    display: none;
  }  
  #fix_btn_list .list a.bus {
    color: #fff;
    background: #b19d90;
  }
  #fix_btn_list .list a.tour {
    color: #2b2824;
    background: #fff9ee;
  }
  #fix_btn_list .list a.agent {
    color: #2b2824;
    background: #e5dbcd;
  }
  /******************************************************
  お知らせ
  ******************************************************/
  #top_news {
    padding: 5rem 0;
    background: #f3ede9;
  }
  #top_news .news_flex {}
  #top_news .news_flex .news_title {
    margin-bottom: 3rem;
    font-size: 2.4rem;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: center;
  }
  #top_news .news_flex .news_list {}
  #top_news .news_flex .news_list .list {
    border-bottom: 1px solid #ddd;
  }
  #top_news .news_flex .news_list .list:first-child {
    border-top: 1px solid #ddd;
  }
  #top_news .news_flex .news_list .list a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    padding: 0 1em;
    padding-right: 6rem;
  }
  #top_news .news_flex .news_list .list a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 27px;
    height: 1px;
    background: #2b2824;
  }
  #top_news .news_flex .news_list .list a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";    
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 7px solid #2b2824;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent; 
  }
  #top_news .news_flex .news_list .list a .time,
  #top_news .news_flex .news_list .list a .title {
    line-height: 1.5;
  }
  #top_news .news_flex .news_list .list a .time {
    width: 6em;
  }
  #top_news .news_flex .news_list .list a .title {
    width: calc(100% - 6em);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  /******************************************************
  メッセージ
  ******************************************************/
  #top_message {
    position: relative;
    background: #fff;
  }
  #top_message .message_box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 5rem 0;
    color: #fff;
    background: url(/wp-content/uploads/images/bg_message_sp.webp) top center no-repeat;
    background-size: cover;
    overflow: hidden;
  }
  #top_message .message_box:after {
    position: absolute;
    bottom: -1px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_reverce_bottom_white.webp) bottom center no-repeat;
    background-size: 100% auto;
  }
  #top_message .message_title {
    position: absolute;
    top: -.5em;
    right: 0;
    width: 100%;
    color: #d2d2d2;
    font-size: 12vw;
    text-align: center;
    line-height: 1;
    z-index: 10;
    opacity: .3;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;       
  }
  #top_message .message_box .message_cover {
    padding: 0 4vw 3rem;
    box-sizing: border-box;
  }
  #top_message .message_box .message_cover .message {
    margin-bottom: 1.5em;
    font-size: 2rem;
    line-height: 1.5;
  }
  #top_message .message_box .message_cover .comment {}
  #top_message .message_image {
    position: relative;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 5 / 2;
  }
  #top_message .message_image .image_a {
    position: absolute;
    width: 40vw;
    top: -14vw;
    left: 4vw;
  }
  #top_message .message_image .image_b {
    position: absolute;
    width: 18vw;
    margin-top: -9vw;
    right: 0;
  }
  #top_message .message_image .image_c {
    position: absolute;
    width: 22vw;
    top: 5vw;
    left: 51vw;
  }  
  /******************************************************
  選ばれる理由
  ******************************************************/
  #top_reason {
    position: relative;
    padding: 5rem 0;
    background: #f3ede9;
  }
  #top_reason:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_circle_bottom_white.webp) top center no-repeat;
    background-size: 100% auto;
  }    
  #top_reason .main_title .eng {
    color: #b8b3b0;
  }
  #top_reason .reason_list {
    margin-bottom: 8vw;
  }
  #top_reason .reason_list .list {
    margin-bottom: 40vw;
  }
  #top_reason .reason_list .list_a {
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  #top_reason .reason_list .list_a .image {
    width: 100%;
    background: url(/wp-content/uploads/images/top_reason_001_1.webp) top center no-repeat;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }

  #top_reason .reason_list .list_a .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4vw 20vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list_a .number {
    margin-bottom: .5em;
    color: #b8b3b0;
    font-size: 2.4rem;    
    line-height: 1;
  }
  #top_reason .reason_list .list_a .number .small {
    margin-right: .5em;
  }
  #top_reason .reason_list .list_a .number .large {
    font-size: 3.6rem;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    letter-spacing: 0;    
  }
  #top_reason .reason_list .list_a .title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  #top_reason .reason_list .list_a .comment {
    line-height: 2;
  }
  #top_reason .reason_list .list_a .sub_title {
    position: absolute;
    bottom: -.5em;
    left: 8vw;
    color: #bb9e8a;
    font-size: 6vw;
    line-height: 1;
    opacity: .4;
    z-index: 1;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;       
  }
  #top_reason .reason_list .list_a .sub_image_1 {
    position: absolute;
    top: 100%;
    left: 4vw;
    width: 66vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 1;
  }
  #top_reason .reason_list .list_a .sub_image_2 {    
    position: absolute;
    bottom: -17vw;
    right: 0;
    width: 34vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 0;
  }
  #top_reason .reason_list .list_b {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  #top_reason .reason_list .list_b .image {
    width: 100%;
    background: url(/wp-content/uploads/images/top_reason_002_1.webp) top center no-repeat;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_reason .reason_list .list_b .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4vw 20vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list_b .number {
    margin-bottom: .5em;
    color: #b8b3b0;
    font-size: 2.4rem;    
    line-height: 1;
  }
  #top_reason .reason_list .list_b .number .small {
    margin-right: .5em;
  }
  #top_reason .reason_list .list_b .number .large {
    font-size: 3.6rem;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    letter-spacing: 0;       
  }
  #top_reason .reason_list .list_b .title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  #top_reason .reason_list .list_b .comment {
    line-height: 2;
  }
  #top_reason .reason_list .list_b .sub_title {
    position: absolute;
    bottom: -.5em;
    left: 8vw;
    color: #bb9e8a;
    font-size: 6vw;
    line-height: 1;
    opacity: .4;
    z-index: 1;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;     
  }
  #top_reason .reason_list .list_b .comment p {}
  #top_reason .reason_list .list_b .sub_image_1 {
    position: absolute;
    top: 100%;
    left: 4vw;
    width: 66vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 1;
  }
  #top_reason .reason_list .list_b .sub_image_2 {    
    position: absolute;
    bottom: -17vw;
    right: 0;
    width: 34vw;
    object-fit: cover;
    aspect-ratio: 2 / 1;
    z-index: 0;
  }
  #top_reason .reason_list .list_c {
    position: relative;
  }
  #top_reason .reason_list .list_c .box {}
  #top_reason .reason_list .list_c .image {
    order: 1;
    width: 100%;
    background: url(/wp-content/uploads/images/top_reason_003_1.webp) center center no-repeat;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }  
  #top_reason .reason_list .list_c .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3rem 4vw 20vw;
    line-height: 1.5;
    box-sizing: border-box;
  }
  #top_reason .reason_list .list_c .number {
    margin-bottom: .5em;
    color: #b8b3b0;
    font-size: 2.4rem;    
    line-height: 1;
  }
  #top_reason .reason_list .list_c .number .small {
    margin-right: .5em;
  }
  #top_reason .reason_list .list_c .number .large {
    font-size: 3.6rem;
    font-family: "Pinyon Script", cursive;
    font-weight: 400;
    letter-spacing: 0;       
  }
  #top_reason .reason_list .list_c .title {
    margin-bottom: 3rem;
    font-size: 2rem;
    line-height: 1.5;
  }
  #top_reason .reason_list .list_c .comment {
    line-height: 2;
  }
  #top_reason .reason_list .list_c .sub_title {
    position: absolute;
    bottom: -.5em;
    left: 8vw;
    color: #bb9e8a;
    font-size: 6vw;
    line-height: 1;
    opacity: .4;
    z-index: 1;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;      
  }
  #top_reason .reason_list .list_c .sub_image_1 {
    position: absolute;
    bottom: -16vw;
    right: 4vw;
    width: 24vw;
    object-fit: cover;
    aspect-ratio: 3 / 4;
  }
  #top_reason .reason_list .list_c .sub_image_2 {    
    position: absolute;
    bottom: -24vw;
    right: 16vw;
    width: 24vw;
    object-fit: cover;
    aspect-ratio: 3 / 4;
  }
  #top_reason .equipment_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 4vw;
  }
  #top_reason .equipment_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% / 2) - 3px);
    margin-left: 6px;
    color: #fff;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    background: #b19d90;    
  }
  #top_reason .equipment_list .list:last-child {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 2 / 1;
  }
  #top_reason .equipment_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_reason .equipment_list .list:nth-child(n+3) {
    margin-top: 6px;
  }  
  #top_reason .equipment_list .list .icon {
    margin-bottom: 1rem;
  }
  #top_reason .equipment_list .list .icon img {
    width: 80px;
    height: auto;
  }
  #top_reason .equipment_list .list .title {}
  /******************************************************
  スライダー
  ******************************************************/
  #top_slider {
    position: relative;
    padding: 5rem 0;
    background: #fff;
  }
  #top_slider:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_circle_bottom_beige.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_slider .slider_cover {
    position: relative;
  }
  #top_slider .slider_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: 1.5;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;    
    opacity: .65;
    z-index: 2;
  }
  #top_slider .slider_title .eng {
    font-size: 6.25vw;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }  
  
  #top_slider .slider_cover:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_slider_top.webp) top center no-repeat;
    background-size: 100vw auto;
    z-index: 1;
  }
  #top_slider .slider_cover:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_slider_bottom.webp) bottom center no-repeat;
    background-size: 100vw auto;
    z-index: 1;    
  }
  #top_slider .slider_list .list {
    margin: 0 3px;
    padding: 0;
    background: #000;
  }
  #top_slider .slider_list .list img {
    width: 60vw;
    height: auto;
    opacity: .9;
  }
  /******************************************************
  ツアー
  ******************************************************/
  #top_tour {
    padding-bottom: 8vw;
    background: #fff;
  }
  #top_tour .title_cover {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/wp-content/uploads/images/bg_tour.webp) center center;
    background-size: cover;
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #top_tour .title_cover .main_title {
    color: #fff;
  }
  #top_tour .tour_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12vw;
    padding: 0 2rem;
  }
  #top_tour .tour_list .list {
    width: calc((100% / 2) - 5px);
    margin-left: 10px;
  }
  #top_tour .tour_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #top_tour .tour_list .list:nth-child(n+3) {
    margin-top: 3rem;
  }  
  #top_tour .tour_list .list:nth-child(n+5) {
    display: none;
  }
  #top_tour .tour_list .list a {
    display: block;    
  }
  #top_tour .tour_list .list .image {
    position: relative;
    margin-bottom: 1em;
  }
  #top_tour .tour_list .list .image span {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0 1em;
    color: #fff;
    font-size: .8em;
    line-height: 2;
    background: #b19d90;
  }
  #top_tour .tour_list .list .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1; 
  }
  #top_tour .tour_list .list .time,
  #top_tour .tour_list .list .title {}
  /******************************************************
  お問い合わせ
  ******************************************************/
  #top_contact {
    position: relative;
    background: #f3ede9;
    padding: 5rem 0;
  }
  #top_contact .main_title .eng {
    color: #b8b3b0;
  }
  #top_contact:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background: url(/wp-content/uploads/images/bg_circle_bottom_white.webp) top center no-repeat;
    background-size: 100% auto;
  }
  #top_contact .tel {
    margin-bottom: 3rem;
  }
  #top_contact .tel a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.8rem;
    z-index: 1;
  }
  /*
  #top_contact .tel a:before {
    display: block;
    content: "";
    width: .8em;
    height: .8em;
    margin-right: .4em;
    background: url(/wp-content/uploads/images/icon_tel.webp) center center no-repeat;
    background-size: contain;
    line-height: 1;
  }
  */
  #top_contact .btn_list {
    margin-bottom: 15px;
  }
  #top_contact .btn_list .list {
    width: 100%;
  }
  #top_contact .btn_list .list:nth-child(n+2) {
    margin-top: 15px;
  }
  #top_contact .btn_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #2b2824;
    z-index: 1;
  }
  #top_contact .btn_list .list a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 27px;
    height: 1px;
    background: #2b2824;
  }
  #top_contact .btn_list .list a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";    
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 7px solid #2b2824;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;  
  }
  #top_contact .banner_list {}
  #top_contact .banner_list .list {
    width: 100%;
  }
  #top_contact .banner_list .list:nth-child(n+2) {
    margin-top: 15px;
  }
  #top_contact .banner_list .list a {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #top_contact .banner_list .list img {
    width: 100%;
    height: auto;
  }
}
/******************************************************
下層ページタイトル
******************************************************/
@media screen and (min-width: 1240px) {
  /******************************************************
  タイトル
  ******************************************************/
  #page_catch {
    position: relative;
  }
  #page_catch .catch_cover {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem;
    padding-top: 17rem;
    position: relative;
    box-sizing: border-box;
  }
  #page_catch h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 1;
  }
  #page_catch h1 span {
    font-size: 4.8rem;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
}
@media screen and (max-width: 1239px) {
  /******************************************************
  タイトル
  ******************************************************/
  #page_catch {
    position: relative;
  }
  #page_catch .catch_cover {
    margin: 0 auto;
    padding: 7rem 1.5rem 0;
    position: relative;
    box-sizing: border-box;
  }
  #page_catch h1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 3 / 1;
  }
  #page_catch h1 span {
    font-size: 2.4rem;
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
}
/******************************************************
共通CSS
******************************************************/
@media screen and (min-width: 1240px) {
  /******************************************************
  ページ共通
  ******************************************************/
  #page {
    padding: 5vw 0;
  }
  #page .page_btn_cover {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #page .page_btn_cover .page_btn {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  #page .page_btn_cover .page_btn:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .page_btn_cover .page_btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #2b2824;
    z-index: 1;
  }
  #page .page_btn_cover .page_btn a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 27px;
    height: 1px;
    background: #2b2824;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #page .page_btn_cover .page_btn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";    
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 7px solid #2b2824;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;  
  }
  #page .page_btn_cover .page_btn a:hover:before {
    right: 10px;
  }
  #page .page_btn_cover .page_btn a:hover:after {
    right: 10px;
  }    
}
@media screen and (max-width: 1239px) {
  /******************************************************
  ページ共通
  ******************************************************/
  #page {
    padding: 5rem 0;
  }
  #page .page_btn_cover .page_btn:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #page .page_btn_cover .page_btn a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 60px;
    text-align: center;
    line-height: 1.5;
    border: 1px solid #2b2824;
    z-index: 1;
  }
  #page .page_btn_cover .page_btn a:before {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";
    width: 27px;
    height: 1px;
    background: #2b2824;
  }
  #page .page_btn_cover .page_btn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: "";    
    width: 0;
    height: 0;
    margin-top: -4px;
    border-left: 7px solid #2b2824;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }  
}
/******************************************************
お知らせ
******************************************************/
@media screen and (min-width: 1240px) {
  /******************************************************
  一覧
  ******************************************************/
  #page .information_list {
    margin-bottom: 5rem;
  }
  #page .information_list .list {
    border-bottom: 1px solid #ccc;
  }
  #page .information_list .list:first-child {
    border-top: 1px solid #ccc;
  }
  #page .information_list .list a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 3em 1em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;        
  }
  #page .information_list .list a:hover {
    color: #b19d90;
  }  
  #page .information_list .list a .time,
  #page .information_list .list a .title {
    line-height: 1.5;
  }
  #page .information_list .list a .time {
    width: 8em;
  }
  #page .information_list .list a .title {
    width: calc(100% - 8em);
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;    
  }    
  /******************************************************
  記事
  ******************************************************/
  #page.post #post_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 6rem;
    padding-bottom: 6rem;
    border-bottom: 1px solid #ccc; 
  }
  #page.post #post_data .thumbnail {
    width: 240px;
    margin-left: 4rem;
  }
  #page.post #post_data .thumbnail img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
  #page.post #post_data .title {
    margin-bottom: .6em;
    font-size: 2.4rem;
  }
  #page.post #post_data .time {
    display: block;
    font-weight: 600;
  }
  #page.post #post_contents h1,
  #page.post #post_contents h2,
  #page.post #post_contents h3,
  #page.post #post_contents h4 {
    margin: .8em 0 1.2em;
    font-weight: 700;
  }
  #page.post #post_contents h1 {
    font-size: 1.8em;
  }
  #page.post #post_contents h2 {
    font-size: 1.6em;
  }
  #page.post #post_contents h3 {
    font-size: 1.4em;
  }
  #page.post #post_contents h4 {
    font-size: 1.2em;
  }
  #page.post #post_contents p {
    margin: .8em 0 1.2em;
  }
  #page.post #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page.post #post_contents table th,
  #page.post #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }  
  #page.post #post_contents a {
    text-decoration: underline;
  }
  #page.post #post_contents p a:hover {
    text-decoration: none;
  }  
}
@media screen and (max-width: 1239px) {
  /******************************************************
  一覧
  ******************************************************/
  #page .information_list {
    margin-bottom: 3rem;
  }
  #page .information_list .list {
    border-bottom: 1px solid #ccc;
  }
  #page .information_list .list:first-child {
    border-top: 1px solid #ccc;
  }
  #page .information_list .list a {
    display: block;
    padding: 1em;
  }
  #page .information_list .list a .time,
  #page .information_list .list a .title {
    display: block;
    line-height: 1.5;
  }
  #page .information_list .list a .time {
    margin-bottom: .5em;
    font-weight: 600;
  }
  #page .information_list .list a .title {
    font-weight: 400;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;    
  }    
  /******************************************************
  記事
  ******************************************************/
  #page.post #post_data {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc; 
  }
  #page.post #post_data .thumbnail img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  #page.post #post_data .data {
    margin-bottom: 1em;
  }  
  #page.post #post_data .title {
    margin-bottom: .6em;
    font-size: 2rem;
  }
  #page.post #post_data .time {
    display: block;
    font-weight: 600;
  }
  #page.post #post_contents h1,
  #page.post #post_contents h2,
  #page.post #post_contents h3,
  #page.post #post_contents h4 {
    margin: .8em 0 1.2em;
    font-weight: 600;
  }
  #page.post #post_contents h1 {
    font-size: 1.8em;
  }
  #page.post #post_contents h2 {
    font-size: 1.6em;
  }
  #page.post #post_contents h3 {
    font-size: 1.4em;
  }
  #page.post #post_contents h4 {
    font-size: 1.2em;
  }
  #page.post #post_contents p {
    margin: .8em 0 1.2em;
  }
  #page.post #post_contents table {
    width: 100%;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  #page.post #post_contents table th,
  #page.post #post_contents table td {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }  
  #page.post #post_contents a {
    text-decoration: underline;
  }  
}
/******************************************************
マガジン（記事はお知らせと同じ）
******************************************************/
@media screen and (min-width: 1240px) {
  /******************************************************
  一覧
  ******************************************************/
  #page .magazine_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #page .magazine_list .list {
    width: calc((100% / 4) - 15px);
    margin-left: 20px;
  }
  #page .magazine_list .list:nth-child(4n+1) {
    margin-left: 0;
  }
  #page .magazine_list .list:nth-child(n+5) {
    margin-top: 50px;
  }
  #page .magazine_list .list a {
    display: block;
  }
  #page .magazine_list .list a .image {
    position: relative;
    margin-bottom: .8em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #page .magazine_list .list a:hover .image {
    opacity: .7;
  }  
  #page .magazine_list .list a .image span {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0 1em;
    color: #fff;
    font-size: .8em;
    line-height: 2;
    background: #b19d90;
  }  
  #page .magazine_list .list a .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  #page .magazine_list .list a .text {}
  #page .magazine_list .list a .title {}
  #page .magazine_list .list a .comment p {
    margin: 0;
  }
  #page .magazine_list .list a .comment strong {
    font-weight: 600;
  }    
}
@media screen and (max-width: 1239px) {
  /******************************************************
  一覧
  ******************************************************/
  #page .magazine_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #page .magazine_list .list {
    width: calc((100% / 2) - 5px);
    margin-left: 10px;
  }
  #page .magazine_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .magazine_list .list:nth-child(n+3) {
    margin-top: 30px;
  }
  #page .magazine_list .list a {
    display: block;
  }
  #page .magazine_list .list a .image {
    margin-bottom: 1.2em;
  }
  #page .magazine_list .list a .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  #page .magazine_list .list a .text {}
  #page .magazine_list .list a .title {}
  #page .magazine_list .list a .comment p {
    margin: 0;
  }
  #page .magazine_list .list a .comment strong {
    font-weight: 600;
  }    
}
/******************************************************
募集ツアー
******************************************************/
@media screen and (min-width: 1240px) {
  /******************************************************
  一覧
  ******************************************************/
  #page .tour_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
  }
  #page .tour_list .list {
    width: calc((100% / 4) - 15px);
    margin-left: 20px;
  }
  #page .tour_list .list:nth-child(4n+1) {
    margin-left: 0;
  }
  #page .tour_list .list:nth-child(n+5) {
    margin-top: 50px;
  }
  #page .tour_list .list a {
    display: block;
  }
  #page .tour_list .list a .image {
    position: relative;
    margin-bottom: .8em;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #page .tour_list .list a:hover .image {
    opacity: .7;
  }  
  #page .tour_list .list a .image span {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0 1em;
    color: #fff;
    font-size: .8em;
    line-height: 2;
    background: #b19d90;
  }  
  #page .tour_list .list a .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }   
  /******************************************************
  記事
  ******************************************************/
  #page.post_tour .tour_section {
    margin-bottom: 5vw;    
  }
  #page.post_tour .tour_title {
    position: relative;
    margin-bottom: 1.2em;
    font-size: 3rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  }  
  #page.post_tour .tour_sub_title {
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 2.4rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    border-bottom: 1px solid #ccc;
  }
  #tour_slider_list {
    margin-bottom: 12px;
  }
  #tour_slider_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background: #f2f2f2;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }  
  #tour_slider_list .list img {
    object-fit: contain;
    aspect-ratio: 16 / 9;
  }
  #thumbnail-list_cover {
    overflow: auto;
    white-space: nowrap;
  }
  #thumbnail-list {
    display: flex;
    flex-wrap: wrap;
  }
  #thumbnail-list .thumbnail-item {
    width: calc((100% / 6) - 10px);
    margin-right: 12px;
    background: #ccc;
  }
  #thumbnail-list .thumbnail-item:nth-child(6n) {
    margin-right: 0;
  }
  #thumbnail-list .thumbnail-item:nth-child(n+7) {
    margin-top: 12px;
  }
  #thumbnail-list .thumbnail-item img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #tour_data .tour_table {
    width: 100%;
    margin-bottom: 4vw;
    table-layout: fixed;
    border-top: 1px solid #b19d90;
    border-left: 1px solid #b19d90; 
  }
  #tour_data .tour_table th,
  #tour_data .tour_table td {
    padding: 1.2em;
    border-right: 1px solid #b19d90;
    border-bottom: 1px solid #b19d90;  
  }
  #tour_data .tour_table th {
    width: 300px;
    text-align: center;
    background: #e7ded9;
  }
  #tour_information .tour_box {
    margin-bottom: 4vw;
  }
  #tour_information .tour_box .tour_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #tour_information .tour_box:nth-child(odd) .tour_flex {
    flex-direction: row-reverse;
  }
  #tour_information .tour_box .tour_flex .flex_image {
    width: 420px;
  }
  #tour_information .tour_box .tour_flex .flex_comment {
    width: calc(100% - 480px);
  }
  #tour_information .tour_box .tour_flex .flex_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #tour_information .tour_box .tour_flex .flex_comment p a {
    text-decoration: underline;
  }
  #tour_information .tour_box .tour_flex .flex_comment p a:hover {
    text-decoration: none;
  }  
}
@media screen and (max-width: 1239px) {
  /******************************************************
  一覧
  ******************************************************/
  #page .tour_list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
  #page .tour_list .list {
    width: calc((100% / 2) - 5px);
    margin-left: 10px;
  }
  #page .tour_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page .tour_list .list:nth-child(n+3) {
    margin-top: 30px;
  }
  #page .tour_list .list a {
    display: block;
  }
  #page .tour_list .list a .image {
    position: relative;
    margin-bottom: .8em;    
  }
  #page .tour_list .list a .image span {
    position: absolute;
    top: 1rem;
    left: 0;
    padding: 0 1em;
    color: #fff;
    font-size: .8em;
    line-height: 2;
    background: #b19d90;
  }  
  #page .tour_list .list a .image img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }  
  /******************************************************
  記事
  ******************************************************/
  #page.post_tour .tour_section {
    margin-bottom: 3rem;    
  }
  #page.post_tour .tour_title {
    position: relative;
    margin-bottom: 1.2em;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;      
  }
  #page.post_tour .tour_sub_title {
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;     
    border-bottom: 1px solid #ccc;
  }
  #tour_slider_list {
    margin-bottom: 12px;
  }
  #tour_slider_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    background: #f2f2f2;
    object-fit: cover;
    aspect-ratio: 16 / 9;
  }  
  #tour_slider_list .list img {
    object-fit: contain;
    aspect-ratio: 16 / 9;
  }
  #thumbnail-list_cover {
    overflow: auto;
    white-space: nowrap;
  }
  #thumbnail-list {
    display: flex;
    flex-wrap: wrap;
  }
  #thumbnail-list .thumbnail-item {
    width: calc((100% / 4) - 9px);
    margin-right: 12px;
    background: #ccc;
  }
  #thumbnail-list .thumbnail-item:nth-child(4n) {
    margin-right: 0;
  }
  #thumbnail-list .thumbnail-item:nth-child(n+5) {
    margin-top: 12px;
  }
  #thumbnail-list .thumbnail-item img {
    object-fit: cover;
    aspect-ratio: 3 / 2;
  }
  #tour_data .tour_table {
    width: 100%;
    margin-bottom: 3rem;
    table-layout: fixed;
    border-top: 1px solid #b19d90;
    border-left: 1px solid #b19d90; 
  }
  #tour_data .tour_table th,
  #tour_data .tour_table td {
    display: block;
    width: 100%;
    padding: 1.2em;
    border-right: 1px solid #b19d90;
    border-bottom: 1px solid #b19d90;  
    box-sizing: border-box;
  }
  #tour_data .tour_table th {
    text-align: center;
    background: #e7ded9;
  }
  #tour_information .tour_box {
    margin-bottom: 3rem;
  }
  #tour_information .tour_box .tour_flex .flex_image {
    margin-bottom: 1.2em;
    text-align: center;
  }
  #tour_information .tour_box .tour_flex .flex_comment {}
  #tour_information .tour_box .tour_flex .flex_comment p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #tour_information .tour_box .tour_flex .flex_comment p a {
    text-decoration: underline;
  }  
}
/******************************************************
固定ページ
******************************************************/
@media screen and (min-width: 1025px) {
  /******************************************************
  ページ共通
  ******************************************************/
  #page.page .inner *:last-child,
  #page.page .section *:last-child,
  #page.page .box *:last-child,
  #page.page .s_box *:last-child {
    margin-bottom: 0;
  }  
  #page.page .section {
    margin-bottom: 6vw;
  }
  #page.page .box {
    margin-bottom: 6vw;
  }
  #page.page .s_box {
    margin-bottom: 4vw;
  }
  #page.page .bg_box {
    padding: 4vw;
    background: #e7ded9;
  }
  #page.page .border_box {
    padding: 4vw;
    border: 1px solid #2b2824;
  }
  #page.page .bg_box ul li,
  #page.page .border_box ul li {
    position: relative;
    padding-left: 1.5em;
  }
  #page.page .bg_box ul li:before,
  #page.page .border_box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
  }
  #page.page .bg_box ul li:nth-child(n+2),
  #page.page .border_box ul li:nth-child(n+2) {
    margin-top: .5em;
  }
  #page.page li a {
    font-weight: 600;
    text-decoration: underline;
  }
  #page.page li a:hover {
    text-decoration: none;
  }
  #page.page table {
    margin: 1.2em 0;
  }
  #page.page p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page.page p a {
    text-decoration: underline;
  }
  #page.page p a:hover {
    text-decoration: none;
  }
  #page.page .bold {
    font-weight: 600;
  }
  #page.page a.bold {
    font-weight: 600;
    text-decoration: underline;
  }
  #page.page a.bold:hover {
    text-decoration: none;
  }
  /******************************************************
  タイトル
  ******************************************************/
  #page.page .page_title_a {
    position: relative;
    margin-bottom: 1.2em;
    font-size: 3rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;      
  }
  #page.page .page_title_b {
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 2.4rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;     
    border-bottom: 1px solid #ccc;
  }
  /******************************************************
  サイトマップ
  ******************************************************/  
  #page.page ul.sitemap li {
    border-bottom: 1px solid #ccc;
  }
  #page.page ul.sitemap li a {
    position: relative;
    display: block;
    padding: 1.2em 0;
  }
  #page.page ul.sitemap li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";    
  }
  /******************************************************
  よくあるご質問
  ******************************************************/  
  #page.page dl.faq dt {
    position: relative;
    font-size: 2rem;
    line-height: 1.5;
    cursor: pointer;
  }
  #page.page dl.faq dt:nth-of-type(n+2) {
    margin-top: 1.8em;
    padding-top: 1.8em;
    border-top: 1px solid #ccc;
  }
  #page.page dl.faq dt span {
    position: relative;
    display: block;
    padding: 0 1.5em;
  }
  #page.page dl.faq dt span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "Q";
  }
  #page.page dl.faq dt span:after {
    position: absolute;
    top: 50%;
    right: .5em;
    display: block;
    margin-top: -.5em;
    content: "+";
    line-height: 1;
  }  
  #page.page dl.faq dt.active span:after {
    content: "-"
  }
  #page.page dl.faq dd {
    display: none;
    margin-top: 1.2em;
  }
  /******************************************************
  姫バスの特徴
  ******************************************************/  
  #page.page .message_box {
    text-align: center;
  }
  #page.page .message_box h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2em;
    text-align: center;
  }
  #page.page .message_box h2 .small {
    font-size: 2.4rem;
  }
  #page.page .message_box h2 .large {
    font-size: 3.6rem;
  }
  #page.page .message_box .message_image {
    margin-bottom: 4vw;
    text-align: center;
  }
  #page.page .message_box .message_image.w_600 img {
    width: 800px;
    max-width: 100%;
  }  
  #page.page .message_box .message {
    font-size: 2rem;
  }
  #page.page .message_box .message span {
    font-size: 1.2em;
    font-weight: 600;
  }
  #page.page .feature_list .list {
    display: flex;
    flex-wrap :wrap;
    justify-content: space-between;
  }
  #page.page .feature_list .list:nth-child(n+2) {
    margin-top: 8vw;
  }
  #page.page .feature_list .list.reverse {
    flex-direction: row-reverse;
  }
  #page.page .feature_list .image {
    width: 480px;
  }
  #page.page .feature_list .image_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4vw;
  }
  #page.page .feature_list .image_list .list_3 {
    width: calc((100% / 3) - 20px);
  }    
  #page.page .feature_list .image_list .list_3 .img {
    margin-bottom: 1.2em;
  }
  #page.page .feature_list .text {
    width: calc(100% - 540px);
  }
  #page.page .feature_list .text.all {
    width: 100%;
  }
  #page.page .feature_list .text h3 {
    margin-bottom: .8em;
    font-size: 3rem;
  }
  #page.page .feature_list .price {
    font-size: 2rem;
    font-weight: 600;
  }
  #page.page .feature_list .comment p {
    margin: 1.2em 0;
  }
  #page.page .feature_list .schedule p {
    margin: 1.2em 0;
  }
  #page.page .feature_list .schedule span {
    display: inline-block;
    margin-bottom: .6em;
    padding: .6em 1.2em;
    line-height: 1;
    background: #e7ded9;
  }
  #page.page .profile_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 4vw;
    background: #e7ded9;
  }
  #page.page .profile_flex .image {
    width: 300px;
  }
  #page.page .profile_flex .text {
    width: calc(100% - 360px);
  }
  /******************************************************
  貸切ツアー
  ******************************************************/
  #page.page .case_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page.page .case_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% / 5) - 16px);
    padding: 2em;
    text-align: center;
    line-height: 1.5;
    border-radius: 50%;
    background: #e7ded9;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
  }
  #page.page .flow_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page.page .flow_list .list {
    width: calc((100% / 4) - 30px);
    margin-left: 40px;
  }
  #page.page .flow_list .list:nth-child(4n+1) {
    margin-left: 0;
  }
  #page.page .flow_list .list .image {
    margin-bottom: 1.2em;
  }
  #page.page .flow_list .list h3 {
    font-weight: 600;
  }
  #page.page .tour_flow_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page.page .tour_flow_list .list {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc((100% / 6) - 15px);
    padding: .5em;
    text-align: center;
    line-height: 1.5;
    background: #e7ded9;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    box-sizing: border-box;
  }
  #page.page .tour_flow_list .list:nth-child(n+2) {
    margin-left: 18px;
  }
  #page.page .tour_flow_list .list:nth-child(n+2):before {
    position: absolute;
    bottom: calc(100% + 1rem);
    top: 50%;
    right: 100%;
    display: block;    
    content: "";
    width: 0;
    height: 0;
    margin-top: -18px;
    border-left: 18px solid #b19d90;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
  }
  #page.page .tour_flow_list .list span {
    margin: 0 .5em;
    font-size: 1.2em;
    font-weight: 600;
  }
  /******************************************************
  旅行会社様・幹事様へ
  ******************************************************/
  #page.page .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #page.page .flex_box .flex_image {
    width: 360px;
  }
  #page.page .flex_box  .flex_text {
    width: calc(100% - 420px);
  }
  /******************************************************
  お問い合わせ
  ******************************************************/
  #page.page .contact_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page.page .contact_list .list {
    width: calc((100% / 2) - 15px);
    margin-left: 30px;
  }
  #page.page .contact_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page.page .contact_list .list:nth-child(n+3) {
    margin-top: 30px;
  }
  #page.page .contact_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    color: #fff;
    font-size: 2.4rem;    
    background: #2b2824;
  }
  #page.page .contact_list .list a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .6;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #page.page .contact_list .list a:hover:before {
    opacity: .8;
  }
  #page.page .contact_list .list a.tour:before {
    background: url(/wp-content/uploads/images/contact_tour.webp) center center no-repeat;
    background-size: cover;
  }
  #page.page .contact_list .list a.charter:before {
    background: url(/wp-content/uploads/images/contact_charter.webp) center center no-repeat;
    background-size: cover;
  }
  #page.page .contact_list .list a.agent:before {
    background: url(/wp-content/uploads/images/contact_agent.webp) center center no-repeat;
    background-size: cover;
  }
  #page.page .contact_list .list a:after {
    position: absolute;
    top: 50%;
    right: 2em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";   
    z-index: 1;
  }
  #page.page .contact_list .list a .title {
    position: relative;
    z-index: 1;
  }
  #page.page .tel_comment {
    text-align: center;
    font-size: 3.6rem;
  }
  #page.page .page_contact_form table .contact_req {
    margin-left: 1em;
  }
  #page.page .page_contact_form table {
    width: 100%;
    margin-bottom: 5rem;
    table-layout: fixed;
    border-top: 1px solid #b19d90;
    border-left: 1px solid #b19d90;
  }
  #page.page .page_contact_form th,
  #page.page .page_contact_form td {
    padding: 1.2em;
    border-right: 1px solid #b19d90;
    border-bottom: 1px solid #b19d90;
    box-sizing: border-box;
  }
  #page.page .page_contact_form th {
    background: #e7ded9;
  }
  #page.page .page_contact_form th {
    width: 25%;
  }
  #page.page .page_contact_form table input,
  #page.page .page_contact_form table select,
  #page.page .page_contact_form table textarea {
    border: none;
  }
  #page.page .page_contact_form table input[type=text],
  #page.page .page_contact_form table input[type=email] {
    width: 100%;
    padding: .8em;
  }
  #page.page .page_contact_form table select {
    max-width: 100%;
    padding: .8em;
  }
  #page.page .page_contact_form table input[type=tel] {
    width: 25%;
    padding: .8em;
  }
  #page.page .page_contact_form table textarea {
    width: 100%;
    padding: .8em;
  }
  #page.page .page_contact_form table .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }  
  #page.page .page_contact_form .form_btn {
    text-align: center;
  }
  #page.page .page_contact_form .form_btn input[type=submit] {
    width: 360px;
    height: 8rem;
    color: #fff;
    font-size: 1.6rem;
    background: #b19d90;
  }
  /******************************************************
  会社案内
  ******************************************************/  
  #page.page table.company_table {
    width: 100%;
    table-layout: fixed;
  }
  #page.page table.company_table th,
  #page.page table.company_table td {
    padding: 1.2em;
    border-bottom: 1px solid #2b2824;
  }
  #page.page table.company_table th {
    width: 300px;
  }
  #page.page table.cancel_table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #b19d90;
    border-left: 1px solid #b19d90;
  }
  #page.page table.cancel_table th,
  #page.page table.cancel_table td {
    padding: 1.2em;
    text-align: center;
    border-right: 1px solid #b19d90;
    border-bottom: 1px solid #b19d90;
  }
  #page.page table.cancel_table th {
    background: #e7ded9;  
  }
  #page.page .modal_image_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page.page .modal_image_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc((100% / 2) - 5px);
    margin-left: 10px;
  }
  #page.page .modal_image_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page.page .modal_image_list .list:nth-child(n+3) {
    margin-top: 10px;
  }
  #page.page .modal_image_list .list .main_image {
    width: 100%;
  }
  #page.page .modal_image_list .list .sub_image {
    width: calc(50% - 5px);
    margin-left: 10px;
  }
  #page.page .modal_image_list .list .sub_image:nth-child(2n+1) {
    margin-left: 0;
  }
  #page.page .modal_image_list .list .sub_image:nth-child(n+3) {
    margin-top: 10px;
  }
  #page.page .map {
    position: relative;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    overflow: hidden;    
  }
  #page.page .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
  }    
  #page.page .image_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page.page .image_list .list {
    width: calc(50% - 3rem);
    margin-left: 6rem;
  }
  #page.page .image_list .list:nth-child(2n+1) {
    margin-left: 0;
  }
  #page.page .image_list .list:nth-child(n+3) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1024px) {
  /******************************************************
  ページ共通
  ******************************************************/
  #page.page .inner *:last-child,
  #page.page .section *:last-child,
  #page.page .box *:last-child,
  #page.page .s_box *:last-child {
    margin-bottom: 0;
  }  
  #page.page .section {
    margin-bottom: 5rem;
  }
  #page.page .box {
    margin-bottom: 5rem;
  }
  #page.page .s_box {
    margin-bottom: 3rem;
  }
  #page.page .bg_box {
    padding: 1.5rem;
    background: #e7ded9;
  }
  #page.page .border_box {
    padding: 1.5rem;
    border: 1px solid #2b2824;
  }  
  #page.page .bg_box ul li,
  #page.page .border_box ul li {
    position: relative;
    padding-left: 1.5em;
  }
  #page.page .bg_box ul li:before,
  #page.page .border_box ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "●";
  }
  #page.page .bg_box ul li:nth-child(n+2),
  #page.page .border_box ul li:nth-child(n+2) {
    margin-top: .5em;
  }
  #page.page li a {
    font-weight: 600;
    text-decoration: underline;
  }
  #page.page li a:hover {
    text-decoration: none;
  }  
  #page.page table {
    margin: 1.2em 0;
  }  
  #page.page .table_scroll {
    overflow-x: auto;
    display: block;
  }
  #page.page .table_scroll table {
    table-layout: auto!important;
  }
  #page.page .table_scroll table th,
  #page.page .table_scroll table td {
    white-space: nowrap;
  }
  #page.page p:nth-child(n+2) {
    margin-top: 1.2em;
  }
  #page.page p a {
    text-decoration: underline;
  }
  #page.page p a:hover {
    text-decoration: none;
  }
  #page.page .bold {
    font-weight: 600;
  }
  #page.page a.bold {
    font-weight: 600;
    text-decoration: underline;
  }  
  /******************************************************
  タイトル
  ******************************************************/
  #page.page .page_title_a {
    position: relative;
    margin-bottom: 1.2em;
    font-size: 2rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;      
  }
  #page.page .page_title_b {
    margin-bottom: 1.2em;
    padding-bottom: .8em;
    font-size: 1.8rem;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;     
    border-bottom: 1px solid #ccc;
  }
  /******************************************************
  サイトマップ
  ******************************************************/  
  #page.page ul.sitemap li {
    border-bottom: 1px solid #ccc;
  }
  #page.page ul.sitemap li a {
    position: relative;
    display: block;
    padding: 1.2em 0;
  }
  #page.page ul.sitemap li a:after {
    position: absolute;
    top: 50%;
    right: 1em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";    
  }
  /******************************************************
  よくあるご質問
  ******************************************************/  
  #page.page dl.faq dt {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.5;
    cursor: pointer;
  }
  #page.page dl.faq dt:nth-of-type(n+2) {
    margin-top: 1.8em;
    padding-top: 1.8em;
    border-top: 1px solid #ccc;
  }
  #page.page dl.faq dt span {
    position: relative;
    display: block;
    padding: 0 1.5em;
  }
  #page.page dl.faq dt span:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "Q";
  }
  #page.page dl.faq dt span:after {
    position: absolute;
    top: 50%;
    right: .5em;
    display: block;
    margin-top: -.5em;
    content: "+";
    line-height: 1;
  }  
  #page.page dl.faq dt.active span:after {
    content: "-"
  }
  #page.page dl.faq dd {
    display: none;
    margin-top: 1.2em;
  }
  /******************************************************
  姫バスの特徴
  ******************************************************/  
  #page.page .message_box {
    text-align: center;
  }
  #page.page .message_box h2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.2em;
    text-align: center;
  }
  #page.page .message_box h2 .small {}
  #page.page .message_box h2 .large {
    font-size: 2.4rem;
  }
  #page.page .message_box .message_image {
    margin-bottom: 4vw;
    text-align: center;
  }
  #page.page .message_box .message_image.w_600 img {
    width: 800px;
    max-width: 100%;
  }  
  #page.page .message_box .message {
    text-align: left;
  }
  #page.page .message_box .message span {
    font-weight: 600;
  }
  #page.page .feature_list .list {}
  #page.page .feature_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page.page .feature_list .image {
    margin-bottom: 1.2em;
  }
  #page.page .feature_list .image_list {}
  #page.page .feature_list .image_list .list_3 {
    margin-top: 3rem;
  }    
  #page.page .feature_list .image_list .list_3 .img {
    margin-bottom: 1.2em;
  }
  #page.page .feature_list .text {}
  #page.page .feature_list .text.all {
    width: 100%;
  }
  #page.page .feature_list .text h3 {
    margin-bottom: .8em;
    font-size: 2rem;
  }
  #page.page .feature_list .price {
    font-size: 1.6rem;
    font-weight: 600;
  }
  #page.page .feature_list .comment p {
    margin: 1.2em 0;
  }
  #page.page .feature_list .schedule p {
    margin: 1.2em 0;
  }
  #page.page .feature_list .schedule span {
    display: inline-block;
    margin-bottom: .6em;
    padding: .6em 1.2em;
    line-height: 1;
    background: #e7ded9;
  }
  #page.page .profile_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 1.5em;
    background: #e7ded9;
  }
  #page.page .profile_flex .image {
    width: 50%;
    margin: 0 auto 1.2em;
  }
  #page.page .profile_flex .text {}
  /******************************************************
  貸切ツアー
  ******************************************************/
  #page.page .case_list {}
  #page.page .case_list .list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5em;
    text-align: center;
    line-height: 1.5;
    background: #e7ded9;
    box-sizing: border-box;
  }
  #page.page .case_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #page.page .flow_list {
    display: flex;
    flex-wrap: wrap;
  }
  #page.page .flow_list .list {}
  #page.page .flow_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }
  #page.page .flow_list .list .image {
    margin-bottom: 1.2em;
  }
  #page.page .flow_list .list h3 {
    font-weight: 600;
  }
  #page.page .tour_flow_list .list {
    position: relative;
    padding: 1em;
    text-align: center;
    line-height: 1.5;
    background: #e7ded9;
  }
  #page.page .tour_flow_list .list:nth-child(n+2) {
    margin-top: 4rem;
  }
  #page.page .tour_flow_list .list:nth-child(n+2):before {
    position: absolute;
    bottom: calc(100% + 1rem);
    left: 50%;
    display: block;    
    content: "";
    width: 0;
    height: 0;
    margin-left: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #b19d90;
  }
  #page.page .tour_flow_list .list span {
    margin: 0 .5em;
    font-size: 1.1em;
    font-weight: 600;
  }
  /******************************************************
  旅行会社様・幹事様へ
  ******************************************************/
  #page.page .flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  #page.page .flex_box .flex_image {
    margin-bottom: 1.2em;
  }
  #page.page .flex_box  .flex_text {}
  /******************************************************
  お問い合わせ
  ******************************************************/
  #page.page .contact_list {
  }
  #page.page .contact_list .list:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  #page.page .contact_list .list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    object-fit: cover;
    aspect-ratio: 3 / 2;
    color: #fff;
    font-size: 1.6rem;    
    background: #2b2824;
  }
  #page.page .contact_list .list a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .8;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;      
  }
  #page.page .contact_list .list a.tour:before {
    background: url(/wp-content/uploads/images/contact_tour.webp) center center no-repeat;
    background-size: cover;
  }
  #page.page .contact_list .list a.charter:before {
    background: url(/wp-content/uploads/images/contact_charter.webp) center center no-repeat;
    background-size: cover;
  }
  #page.page .contact_list .list a.agent:before {
    background: url(/wp-content/uploads/images/contact_agent.webp) center center no-repeat;
    background-size: cover;
  }
  #page.page .contact_list .list a:after {
    position: absolute;
    top: 50%;
    right: 2em;
    margin-top: -.5em;
    line-height: 1;
    content: "\f105";
    font-family: "FontAwesome";   
    z-index: 1;
  }
  #page.page .contact_list .list a .title {
    position: relative;
    z-index: 1;
  }  
  #page.page .tel_comment {
    text-align: center;
    font-size: 2.4rem;
  }
  #page.page .page_contact_form table .contact_req {
    margin-left: 1em;
  }
  #page.page .page_contact_form table {
    width: 100%;
    margin-bottom: 5rem;
    table-layout: fixed;
    border-top: 1px solid #b19d90;
    border-left: 1px solid #b19d90;
  }
  #page.page .page_contact_form th,
  #page.page .page_contact_form td {
    display: block;
    width: 100%;
    padding: 1.2em;
    border-right: 1px solid #b19d90;
    border-bottom: 1px solid #b19d90;
    box-sizing: border-box;
  }
  #page.page .page_contact_form th {
    background: #e7ded9;
  }
  #page.page .page_contact_form table input,
  #page.page .page_contact_form table select,
  #page.page .page_contact_form table textarea {
    border: none;
  }
  #page.page .page_contact_form table input[type=text],
  #page.page .page_contact_form table input[type=email] {
    width: 100%;
    padding: .8em;
  }
  #page.page .page_contact_form table select {
    max-width: 100%;
    padding: .8em;
  }
  #page.page .page_contact_form table input[type=tel] {
    width: 25%;
    padding: .8em;
  }
  #page.page .page_contact_form table textarea {
    width: 100%;
    padding: .8em;
  }
  #page.page .page_contact_form table .mwform-checkbox-field {
    display: block;
    margin: 0!important;
  }  
  #page.page .page_contact_form .form_btn {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  #page.page .page_contact_form .form_btn input[type=submit] {
    width: 280px;
    height: 6rem;
    margin: 5px auto;
    color: #fff;
    font-size: 1.6rem;
    background: #b19d90;
  }
  #page.page .page_contact_form .form_btn .btn_back {
    order: 2;
  }
  
  /******************************************************
  会社案内
  ******************************************************/  
  #page.page table.company_table {
    width: 100%;
    table-layout: fixed;
  }
  #page.page table.company_table th,
  #page.page table.company_table td {
    text-align: left;
  }
  #page.page table.company_table th {
    display: block;
    width: 100%;
    padding: 1.2em 1.2em 0;
    box-sizing: border-box;
  }
  #page.page table.company_table td {
    display: block;
    width: 100%;
    padding: 0 1.2em 1.2em;
    border-bottom: 1px solid #2b2824;
    box-sizing: border-box;    
  }
  #page.page table.cancel_table {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid #b19d90;
    border-left: 1px solid #b19d90;
  }
  #page.page table.cancel_table th,
  #page.page table.cancel_table td {
    padding: .4em;
    font-size: 1.2rem;
    text-align: center;
    border-right: 1px solid #b19d90;
    border-bottom: 1px solid #b19d90;
  }
  #page.page table.cancel_table th {
    background: #e7ded9;  
  }  
  #page.page .modal_image_list {
  }
  #page.page .modal_image_list .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #page.page .modal_image_list .list:nth-child(n+2) {
    margin-top: 6px;
  }
  #page.page .modal_image_list .list .main_image {
    width: 100%;
  }
  #page.page .modal_image_list .list .sub_image {
    width: calc(50% - 3px);
    margin-left: 6px;
  }
  #page.page .modal_image_list .list .sub_image:nth-child(2n+1) {
    margin-left: 0;
  }
  #page.page .modal_image_list .list .sub_image:nth-child(n+3) {
    margin-top: 6px;
  }
  #page.page .map {
    position: relative;
    object-fit: cover;
    aspect-ratio: 16 / 9;
    overflow: hidden;    
  }
  #page.page .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; 
  }    
  #page.page .image_list {
  }
  #page.page .image_list .list {
  }
  #page.page .image_list .list:nth-child(n+2) {
    margin-top: 3rem;
  }  
}


@media screen and (min-width: 768px) {
  #top_visual {
    position: relative;
    width: 100%;
  }
  #top_visual #main_visual {
    width: 100%; 
  }
  #top_visual #main_visual .image {
    width: 100%;
  }
  #top_visual #main_visual .image:nth-child(1) {
    background: url(/wp-content/uploads/images/bg_main_2.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_visual #main_visual .image:nth-child(2) {
    background: url(/wp-content/uploads/images/bg_main_1.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_visual #main_visual .image .catch_cover {
    position: relative;
    width: 100%;
    height: calc(12em + 200px + 10vw);
    display: flex;
    flex-wrap: wrap;
    padding: 200px 20% 10vw;
    font-size: 2.4vw;
    line-height: 1.3;    
    box-sizing: border-box;
    z-index: 1;
    background: url(/wp-content/uploads/images/main_visual_image.webp) bottom center no-repeat;
    background-size: contain;  
  }  
  @media screen and (max-width:1024px) {
    #top_visual #main_visual .image .catch_cover {
      height: calc(12em + 90px + 10vw);
      padding: 90px 20% 10vw;
    }
  }
  #top_visual #main_visual .image .catch.catch_a {
    display: flex;
    flex-direction: column;
    padding: 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;    
  }  
  #top_visual #main_visual .image .catch.catch_b {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    font-size: 2.4vw;
    line-height: 1.3;
    text-align: right;
  }
  #top_visual #main_visual .image_type_a {
    width: 100%;
    background: url(/wp-content/uploads/images/main_visual_image_type_a.webp) bottom center no-repeat;
    background-size: contain;
  }
  #top_visual #main_visual .image_type_a:nth-child(1) {
    background-image: url(/wp-content/uploads/images/main_visual_image_type_a.webp), url(/wp-content/uploads/images/bg_main_2.webp);
    background-position: bottom center, bottom center;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;    
    
  }
  #top_visual #main_visual .image_type_a:nth-child(2) {
    background-image: url(/wp-content/uploads/images/main_visual_image_type_a.webp), url(/wp-content/uploads/images/bg_main_1.webp);
    background-position: bottom center, bottom center;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;    
  }
  #top_visual #main_visual .image_type_a .catch_cover {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 170px 20% 0;
    box-sizing: border-box;
    z-index: 1;
  }  
  #top_visual #main_visual .image_type_a .catch.catch_a {
    display: flex;
    flex-direction: column;
    padding: 0;
    font-size: 2.4vw;
    line-height: 1.3;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;    
  }  
  #top_visual #main_visual .image_type_a .catch.catch_b {
    display: flex;
    flex-direction: column;
    padding: 0;
    font-size: 2.4vw;
    line-height: 1.3;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;    
  }  
}
@media screen and (max-width: 767px) {
  #top_visual {
    position: relative;
    width: 100%;
  }
  #top_visual #main_visual {
    width: 100%; 
  }
  #top_visual #main_visual .image {
    width: 100%;
  }
  #top_visual #main_visual .image:nth-child(1) {
    background: url(/wp-content/uploads/images/bg_main_2.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_visual #main_visual .image:nth-child(2) {
    background: url(/wp-content/uploads/images/bg_main_1.webp) bottom center no-repeat;
    background-size: cover;
  }
  #top_visual #main_visual .image .catch_cover {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: calc(15em + 9rem + 5em);       
    padding: 9rem 4vw 5em;
    font-size: 5vw;
    line-height: 1.3;    
    box-sizing: border-box;
    z-index: 1;
    background: url(/wp-content/uploads/images/main_visual_image_sp.webp) bottom center no-repeat;
    background-size: contain;  
  }  
  #top_visual #main_visual .image .catch.catch_a,
  #top_visual #main_visual .image .catch.catch_b {
    display: flex;
    flex-direction: column;
    padding: 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;    
  }  
  
  
  
  #top_visual #main_visual .image_type_a {
    width: 100%;
  }  
  #top_visual #main_visual .image_type_a:nth-child(1) {
    background-image: url(/wp-content/uploads/images/main_visual_image_type_a_sp.webp), url(/wp-content/uploads/images/bg_main_2.webp);
    background-position: bottom center, bottom center;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;    
    
  }
  #top_visual #main_visual .image_type_a:nth-child(2) {
    background-image: url(/wp-content/uploads/images/main_visual_image_type_a_sp.webp), url(/wp-content/uploads/images/bg_main_1.webp);
    background-position: bottom center, bottom center;
    background-size: contain, cover;
    background-repeat: no-repeat, no-repeat;    
  }
  #top_visual #main_visual .image_type_a .catch_cover {
    position: relative;
    width: 100%; 
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: calc(15em + 9rem + 5em);         
    padding: 9rem 4vw 5em;
    font-size: 5vw;
    line-height: 1.3;    
    box-sizing: border-box;
    z-index: 1;
  }  
  #top_visual #main_visual .image_type_a .catch.catch_a,
  #top_visual #main_visual .image_type_a .catch.catch_b {
    display: flex;
    flex-direction: column;
    padding: 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;    
  }    
  #top_visual #main_visual .image_type_a .catch.catch_a,
  #top_visual #main_visual .image_type_a .catch.catch_b {
    display: flex;
    flex-direction: column;
    padding: 0;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;    
  }  
  
}