@charset "utf-8";
ol{
  margin-left: 1em;
}
.marginl{
  margin-left: 1em;
}
.color_fff{
  color: #fff!important;
}
.color_fff a{
  color: #fff!important;
}
.color_black{
  color: #111!important;
}
.bk_fff{
  /* background-color: #fff!important; */
  background-color: rgba(255,255,255,0.6) !important;
}
.bk_gold_lite{
  background-color: #faf7fd!important;
}
.bk_ttl{
  position: relative;
  display: inline-block;
  padding-right: 4.2em;
}
.bk_ttl::after{
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  padding: 1em 2em;
}
.bk_ttl::after{
  background-image: url(images/page_img02.svg);
  bottom: 0;
  right: 0;
}
.sec_mr{
  margin-right: 180px;
  position: relative;
  z-index: 2;
}
.ul_news {
  position: absolute;
  z-index: 9;
  background: linear-gradient(135deg, #ffffff 0%, #e3c8f9 80%, #f0e1fd 100%);
  box-shadow: 0 1px 4px 0 #5f5f5f;
  bottom: 6vw;
  left: 4%;
  width: 40%;
  max-width: 600px;
  padding: 0.4em 1em;
  border-radius: 6px;
}
.slide_slick .slick-list {
  /* 左右どちらかにスペースを入れると画像が一部隠れる */
  padding: 0 10% 0 0!important;
}
.slider-nav{
  padding: 1em 0;
}
.slide_slick_li{
  margin-right: 15px;
}
.slick-dots{
  position: absolute;
  left: 0;
  width: auto;
  bottom: -50px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  width: 12px;
  height: 12px;
  content: '';
  border-radius: 50%;
  border: solid 1px #333;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #333;
}
.main_nav{
  width: 100%;
  padding: 0 2%;
}
.mainimg{
  height: calc(100vh - 8vw);
  margin-right: 180px;
  margin-left: 8%;
  margin-bottom: 4vw;
  margin-top: 4vw;
}
.bk_main{
  background: linear-gradient(135deg, #e3c8f9 0%, #ffffff 90%, #f0e1fd 100%);
}
.ul_info{
  margin: 4em 0;
}
.single_sub_ul_tile{
  font-size: 0.8em;
}
.single_sub_ul_date{
  font-size: 10px;
  display: block;
  margin-bottom: 0;
}
.btn_yoyaku{
  display: none;
  position: fixed;
  bottom: 5%;
  left: 5%;
  border-radius: 4em;
  background-color: #dfc8b5;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  z-index: 99;
  box-shadow: 0 0 10px 0 #878787;
}
.btn_yoyaku span{
  display: block;
  font-size: 0.4em;
  font-weight: 600;
  color: #e86e75;
}
.btn_yoyaku a{
  display: block;
  padding: 0.8em;
}
.btn_next{
  border: solid 1px #333;
  background-color: #fff0;
  max-width: 200px;
  width: 100%;
  z-index: 1;
}
.btn_next:hover a {
  color: #333!important;
}

.ttl_main{
  font-size: 3.2vw;
  font-weight: 700;
}
.ttl_main span{
  display: block;
  font-size: 0.4em;
}

.ttl_single{
  font-size: 2vw;
  color: #333;
  border-left: solid 4px #97887b;
  padding-left: 1em;
  margin-bottom: 2em;
}
.ttl_page_h3{
  padding: 0.4em 0.8em;
  font-size: 1.1em;
  background-color: #beabcd;
}
.footer_contact{
  border: solid 1px #a3a3a3;
  padding: 2em 0;
}
.footer_contact .col2:last-of-type .footer_contact_p{
  border-left: solid 1px #a3a3a3;
}
.footer_contact_p{
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 0;
}
.footer_contact_p img{
  margin-right: 0.6em;
  width: 1.1em;
}
.footer_contact_conmany{
  font-size: 0.7em;
  /* margin-top: 4em; */
  margin-bottom: 0;
}
.footer_contact_conmany span{
  margin-left: 1em;
}
.footer_contact_conmany a{
  text-decoration: underline;
}
.footer_contact_nav{
  margin: 4em 1em 2em;
  font-size: 0.8em;
}
.footer_contact_nav a{
  text-decoration: underline;
}
.page_main a{
  color: #111;
}
.table_company table tr{
  border-bottom: solid 1px #ddd;
}
.table_company table tr:first-of-type{
  border-top: solid 1px #ddd;
}
.table_company th{
  position: relative;
  width: auto;
  border: 0;
  padding: 2em 0 2em 1em;
  text-align: left;
  font-weight: 700;
}
.table_company th{
  /* color: #8b8b8b; */
  font-size: 0.9em;
  background-color: #f9f9f9;
}
.table_company table tr td{
  border: 0;
  padding: 2em 1em 2em 2em;
  background-color: #fff;
}
.table_company table tr:nth-of-type(1) td{
  border: 0;
}
#single_archive .date_info::after{
  background-color: #111;
}
.bk_main_img{
  background-image: url(images/page_img.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  margin-bottom: 2em;
}
.ul_btn .btn_next{
  margin: 0;
}
.ul_items{
  /* background-color: #fff; */
  padding: 0 2em;
}
.ul_items li{
  width: 30%;
  margin-top: 2em;
  /* text-align: center; */
}
.ul_items li p{
  margin-bottom: 0;
  margin-top: 1em;
  font-size: 0.8em;
}
.ul_items_list{
  padding: 0 0 0 2em;
  margin-bottom: 2em;
}
.ul_items_list li{
  list-style: disc;
  margin-bottom: 1em;
}
.flow_box{
  margin-bottom: 2em;
}
.flow_number{
  width: 20%;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}
.flow_number span{
  display: block;
  background-color: #111;
  color: #fff;
  font-size: 0.4em;
}
.flow_dl{
  background-color: #fff;
  padding: 1em;
  width: 78%;
}
.flow_dl dt{
  font-size: 1.1em;
  font-weight: 600;
}
.flow_dl dt, .flow_dl dd{
  width: 100%;
}
.flow_dl .btn_next{
  background-color: #faf7fd;
}
.flow_dl .btn_next a.ttl_middle{
  display: inline-flex;
  align-items: center;
}
.flow_dl .btn_next img{
  width: 2em;
  margin-right: 0.8em;
}
.price_dl{
  width: 100%;
}
.page_main .btn_next{
  margin: 8em auto 0 !important;
}
.dl_station p{
  margin-bottom: 0em;
}
.dl_station small{
  margin-left: 2em;
}

.dl_station dt{
  font-weight: 600;
}
.dl_station dt, .dl_station dd{
  border-bottom: solid 1px #ddd;
  padding-bottom: 1em;
  margin-top: 1em;
}
.dl_station dt:first-child, .dl_station dt:first-of-type + dd{
  margin-top: 0;
}
.table_price{
  width: 100%;
  margin-bottom: 2em;
}
.table_price table{
  background: linear-gradient(25deg, #f0e1fd 0%, #ffffff 80%, #f0e1fd 100%);
}
.table_price table tr td{
  padding: 0.4em 2em;
}
.table_price table tr td:first-of-type{
  text-align: left;
}
.table_price table tr td:last-of-type{
  text-align: right;
}
.wpcf7_form dt, .wpcf7_form dd{
  margin-bottom: 2em;
}
.wpcf7_form dt span{
  margin-left: 1em;
}
.wpcf7_form input[type="text"], .wpcf7_form input[type="email"], .wpcf7_form textarea{
  padding: 1em;
  width: 100%;
}
.wpcf7_form input[type="submit"]{
  padding: 1em 2em;
  background-color: #dfc8b5;
  border: solid 1px #333;
}
.wpcf7_form input[type="submit"]:hover{
  opacity: 0.6;
  cursor: pointer;
}
.wpcf7_form_btn{
  text-align: center;
}
.p_attention{
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 1em;
}
.p_attention::before{
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
/* === navi === */
.sp_nav{
}
.pc_nav{
  position: fixed;
  width: 180px;
  height: 100vh;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: 9;
}
.pc_nav_center{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1em;
  margin-right: 1em;
}
.pc_nav_banner{
  line-height: 0.6;
  margin-top: 2em;
}
.pc_nav_banner a{
  padding: 0;
  text-align: center;
}
.pc_nav_banner img{
  border: solid 1px #ebdfd5;
}
.sp_nav_banner{
  background-color: #fef8f1;
  margin: 0 2em;
  text-align: center;
}
.sp_nav_banner_top{
  padding: 0 7em;
  margin: 0 auto 1em;
  text-align: center;
}
.nav_h{
  top: 4vw;
}

.nav_h li::after{content: none;}
nav ul li a{
  color: #333;
  padding: 1em;
  width: 100%;
  text-align: left;
  font-weight: 600;
}
nav ul li a span{
  display: block;
  font-size: 0.6em;
}
/* === navi === */

.btn_sns{
  margin-top: 2em;
}
nav ul li .btn_sns a{
  padding: 0.4em;
}
.btn_sns_head{
  margin: 0 0 1em;
}
.btn_sns_head div{
  text-align: center;
  padding: 1em;
}
.btn_sns_head img{
  width: 30px;
}
/* =================== */
.bgappearTrigger,
.bgUDextendTrigger,
.bgDUextendTrigger,
.bgRLextendTrigger,
.bgLRextendTrigger{
    opacity: 0;
}
/*背景色が伸びて出現（共通）*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
}
/*左から*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff6600 0%, #ffa300 80%, #ffa300 100%);
  border-radius: 8px;
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
@keyframes bgextendAnimeBase{
  from {opacity:0;}
  to {opacity:1;}
}

/* =================== */



/* ////////////////////////////////////////////////////////////////////// */
/*  機能
/* ////////////////////////////////////////////////////////////////////// */
/* ギャラリー lightbox*/
.lightbox_gallery{
  columns: 5;/*段組みの数*/
  columns: 3;
  padding:0 0;/*ギャラリー左右に余白をつける*/
  margin:0 0 0;
}
.lightbox_gallery li{
  margin-bottom: 20px;/*各画像下に余白をつける*/
  list-style:none;
}

/*ギャラリー内のイメージは横幅100%にする*/
.lightbox_gallery img{
	width:100%;
	height:auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*　横幅900px以下の段組み設定　*/
@media only screen and (max-width: 900px) {
	.lightbox_gallery{columns:3;}
}

@media only screen and (max-width: 768px) {
	.lightbox_gallery{columns: 2;}
}
.flipLeft {
  animation-name: flipLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  perspective-origin: left center;
  opacity: 0;
}
@keyframes flipLeft{
  from {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
   	opacity: 0;
  }
  to {
    transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
    opacity: 1;
  }
}



@media(min-width:1024px) {
  nav{position: relative;}
  .ul_info{margin: 0 0 0 30%;}
}
@media(max-width:1366px) {}
@media(max-width:1024px) {
  .ul_btn .btn_next{
    width: 48%;
    margin-top: 1em;
  }

}
@media(max-width:992px) {
}
@media(min-width:769px){
  .btn_next_left{
    margin-left: 0;
  }
  .table_price{
    width: 45%;
  }
  .shop_map{
    width: 48%;
  }
}
@media(max-width:768px){
  .mainimg{
    height: 50vh;
    margin: 0;
  }
  .main_nav h1{
    position: static;
    text-align: center;
  }
  nav{
    z-index: 999;
    position: fixed;
    right: 0;
    top: 0;
  }
  .ttl_name img, .ttl_name_page img{
    width: 8em;
  }
  .ul_news {
    position: static;
    width: 100%;
    margin: 0;
    padding: 4%;
    box-shadow: initial;
    border-radius: 0;
  }
  .h_nav_yoyaku a{
    margin: 0 10%;
    padding: 1em 2em;
    border: solid 1px #e3c8f9;
    border-radius: 50px;
    background: linear-gradient(135deg, #ffffff 0%, #e3c8f9 80%, #f0e1fd 100%);
    font-size: 1.1em;
    font-weight: 600;
    text-align: center;
    display: block;
  }
  .section {
    padding: 3em 0;
  }
  .row {
    margin: 2em 0 0;
  }
  .ttl_menu{
    font-size: 6vw;
  }
  .ttl_single{
    font-size: 1.1em;
  }
  .ul_items li{
    width: 42%;
  }
  .slick-dots{
    position: static;
    padding: 0;
  }
  .slick-dotted.slick-slider{
    margin-bottom: 0!important;
  }
  .sec_mr {
    margin: 0 0;
  }
  .colsp_mt{
    margin-top: 4em;
  }
  .footer_contact .col2{
    font-size: 1.1em;
  }
  .footer_contact .col2:last-of-type{
    margin-top: 1em;
  }
  .footer_contact .col2:last-of-type .footer_contact_p {
    border: 0;
  }
  .ttl_main {
    font-size: 8vw;
  }
  footer {
    text-align: center;
  }
  #single_archive .row{
    margin-bottom: 4em;
  }
  .inner04{padding: 2em;}
  .h_nav_sub{
    text-align: center;
    border-top: solid 1px #ddd;
    padding: 2em 0;
  }
  .h_nav_sub img{
    width: 2.4em;
  }
  .h_nav_main{
    margin-top: 2em;
  }
  .border_b{
    border-bottom: solid 1px #ddd;
  }
  .dl_station dt, .dl_station dd{
    width: 100%;
  }
  .dl_station dt{
    border-bottom: 0;
    padding-bottom: 0;
  }
  .dl_station dt:first-of-type + dd{
    margin-top: 1em;
  }
  .dl_station small{
    margin-left: 0;
  }
  .shop_map:first-of-type p{
    margin-bottom: 1em!important;
  }
  .table_company th{
    width: 6.5em;
  }
}

@media(max-width:480px){}
