@charset "utf-8";
/* CSS Document */

body { -webkit-text-size-adjust: 100%; }

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, hr { margin: 0; padding: 0; border: 0; font-style: normal; font-weight: normal; font-size: 100%; vertical-align: baseline; text-align: left; text-decoration: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main { display: block; }

html { overflow-y: scroll; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

input, button, textarea, select { margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

select::-ms-expand { display: none; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; }

a:focus { outline: none; }

img { vertical-align: bottom; }

a, span, small, strong, em { color: inherit; font-weight: inherit; }


html {
    font-size: 0.8em;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*:after, *:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}

*[role="button"] { cursor: pointer; }

body { 
	font-size: 16px;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #000;
	letter-spacing: 0.1em; 
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"; 
}

@media screen and (min-width: 981px) { 
	body { 
		min-width: 1030px;
	} 
}

@media screen and (max-width: 750px) {
	body { 
		font-size: 12px; 
		letter-spacing: 0.05em;
	} 
}

.site-header {
    position: fixed;
    width: 100%;
    background-color: #000000;
	z-index: 1000;
}
.site-header-logo {
    margin: 0 auto;
	text-align: center;
}
.site-header-img{
	max-width: 500px;
}

.site-header-icon {
    position: absolute;
	top: 10px;
	left: 10px;
}

.icon-nanyo{
	width: 26%;
	
}
.icon-shikokudc{
	width: 29%;
	padding: 0 0 0 .5em;
}

@media screen and (min-width: 981px) {
    .site-header {
        width: 100%;
        min-width: 1030px;
        height: 100px;
        padding: 0 50px 0 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (max-width: 980px) {
    .site-header {
        position: fixed;
        /*width: 100%;*/
        top: 0;
        left: 0;
        z-index: 10;
		padding: 10px 0;
    }
}
@media screen and (max-width: 750px) {
	.site-header-img{
		margin: 0 auto;
		text-align: center;
		max-width: 50%;
	}
	.icon-nanyo{
		width: 15%;
	}
	.icon-shikokudc{
		width: 18%;
		padding: 0 0 0 .5em;
	}
}

.inner__detail{
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;	
}
.inner__about{
	margin: 0 auto;
	max-width: 1120px;
	overflow: hidden;
	
}
.movieKv { position: relative; overflow: hidden; }

.movieKv.movieKv--mess { 
	overflow: visible; 
}

@media screen and (min-width: 981px) {
	.movieKv { 
		min-width: 1030px;
	}
  }

@media screen and (min-width: 751px) { 
	.movieKv { 
		/*height: 730px;*/
		width: 100%; 
	}
  }

@media screen and (max-width: 750px) {
	.movieKv { 
		height: 80vh; 
	}
  .movieKv.movieKv--mess { 
	  height: auto;
	}
  .movieKv.movieKv--mess .movieKv__text { 
	  padding-top: 80px; 
	}
  .movieKv.movieKv--mess .movieKv__udon { 
	  bottom: -50px; 
	}
  .movieKv__text { 
	  font-size: 16px; 
	  letter-spacing: 0.2em; 
	}
   }

@keyframes text_anime_on {
  0% {
	  opacity:0;
	}
  100% {
	  opacity:1;
	}
}

@media screen and (min-width: 769px) { 
.tate_gaki {
	direction: ltr;
	display: inline-block;
	text-align: left;
	font-size: 16px;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
	line-height: 2;
	letter-spacing: .05em;
	height: 300px;
	background: #ffffff;
	opacity: 0.8;
	padding: 2em;
	overflow: auto;
	animation-name: fadein;
    animation-duration: 3s;
}
}
@media screen and (max-width: 768px) {
	.tate_gaki {
		direction: ltr;
		display: inline-block;
		text-align: left;
		font-size: 10px;
		text-orientation: upright;
		line-height: 2;
		letter-spacing: .05em;
		background: #ffffff;
		opacity: 0.8;
		padding: 1em;
		overflow: auto;
		margin-top: 2em;
		animation-name: fadein;
		animation-duration: 3s;		
	}
}
@keyframes fadein{
    from{
    opacity: 0;
    transform: translatesy(20px);
    }
    to{
    opacity: 0.8;
    transform: translatey(0);
    }
}

.t-topics__inner { position: relative; z-index: 2; }

.t-topics__banner { display: block; line-height: 1; -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; -webkit-box-shadow: 0 0 2px rgba(100, 100, 100, 0.5); box-shadow: 0 0 2px rgba(100, 100, 100, 0.5); }

.t-topics__title { font-size: 24px; }


@media screen and (min-width: 981px) { .t-topics__inner { display: -webkit-box; display: -ms-flexbox; display: flex; }
  .t-topics__title { -webkit-box-flex: 0; -ms-flex: 0 0 220px; flex: 0 0 220px; width: 220px; }
  .t-topics__content { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; width: calc(100% - 220px); } }

@media screen and (max-width: 980px) { .t-topics { background-size: 102% auto,3px auto; padding-top: 10%; padding-bottom: 45px; }
  .t-topics__title { display: none; }
   }

.t-detail{
	padding: 60px 2%;
	max-width: 1200px;
    margin: auto;
}
.t-detail__name{
	line-height: 1.3;
	font-size: 30px;
	text-align: center;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin: 5rem 0 6rem;
	position: relative;
}
.t-detail__name::after{
	content: "";
	width: 120px;
	height: 2px;
	display: inline-block;
	position: absolute;
	background-color: #333;
	bottom: -20px;
	left: calc(50% - 61px);
}
@keyframes border_anim {
  0%{
    width: 0%;
  }
  100%{
    width: 100%;
  }
}
.t-detail__sub{
	font-size: 22px;
}

.t-detail__name {
	animation-duration: 1s;
}
.t-detail__p{
	margin: 2em;
}
.boxLeft{
	width: 49%;
	float: left;
	margin: 0 1% 0 0;
	overflow: hidden;
}
.boxRight{
	width: 49%;
	float: right;
	margin: 0 0 0 1%;
	overflow: hidden;
}
.boxUnder-right{
	width: 49%;
	float: right;
	margin: 0 0 0 1%;
	overflow: hidden;
}
.boxUnder-left{
	width: 49%;
	float: left;
	margin: 0 0 0 1%;
	overflow: hidden;
}
@media screen and (max-width: 768px){
	.t-detail{
	padding: 30px 0 !important;
}
	.t-detail__name{
		font-size: 22px;
	}
	.t-detail__sub{
		font-size: 18px;
	}
	.boxUnder-left,.boxUnder-right{
		width: 100%;
		float: none;
		margin: 0.5em;
	}	
}
/*料金2種類掲載終わったらこちらを有効にする
.t-about {
	background-image:url(../img/f-bg.jpg); 
	background-repeat: repeat; 
	background-position: left top;
	background-size: auto; 
	padding: 60px 0 100px 0; 
}*/
.t-about-01 {
	max-width: 1200px;
	margin: 0 auto;
	background: #f8ca6f;
	padding: 3em 0;
}
.t-about-02 {
	max-width: 1200px;
	margin: 0 auto;
	background: #acc776;
	padding: 3em 0;
}

.t-about__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.t-about__item { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; width: 50%; max-width: 520px; position: relative; }

.t-about__item--order { padding-top: 70px; }

.t-about__item--kodawari { margin-top: 90px; padding-top: 100px; }

.t-about__category{
	line-height: 1.3; 
	font-size: 24px;
	text-align: center;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	margin: 1em 0;
}
.t-about__name{
	line-height: 1.3; 
	font-size: 30px;
	text-align: center;
	font-family: "Lucida Grande", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Meiryo UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	margin: 1em 0;
}
.t-about__img { margin-bottom: 40px; }

.t-about__text { margin: 2em; }

.t-about__btn { text-align: right; }

@media screen and (max-width: 980px) {
	.t-about { 
		padding: 20px 0; 
		background-position: right -10% top -5%,left -10% bottom -5%, left top; 
		background-size: 45% auto,60% auto,auto;
	}
  }
@media screen and (max-width: 768px){
	.t-about__category{
		font-size: 18px;
	}
	.t-about__name{
		font-size: 22px;
	}
	.person_left{
		width: 80%;
		margin-left: 20%;
	}
	.person_right{
		width: 80%;
		margin-right: 20%;
	}
}
@media screen and (max-width: 360px) { .t-about__btn .btn-style3__text { letter-spacing: 0; } }
.button09 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 2em auto;
  padding: 1em 2em;
  width: 300px;
  font-size: 18px;
  font-weight: 700;
  background-color: #eee2c4;
  transition: 0.3s;
}

.button09 a::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #000000;
  transition: 0.2s;
}

.button09 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
  transform: rotate(45deg);
}

.button09 a:hover::before {
  top: 0;
  left: 0;
}

.button09 a:hover {
  text-decoration: none;
  background-color: #d4b66d;
}

.font-bold { font-weight: bold; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

.clearfix { display: inline-block; min-height: 1%; }

/* for IE-mac */
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* kome ------------------------------------*/
.kome {text-indent: -1em; padding-left: 1em;}
ul.kome_list li {text-indent: -1em; padding-left: 1em;}

/* hide ------------------------------------*/
@media screen and (min-width: 1101px) { .pc-hide { display: none !important; }
  .hover-alpha { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }
  .hover-alpha:hover { opacity: .8; }
  .hover-line:hover { text-decoration: underline; } }

@media screen and (min-width: 981px) and (max-width: 1100px) { .tablet-hide { display: none !important; } }

@media screen and (max-width: 980px) { .smt-hide { display: none !important; } }

img.ofi { max-width: none; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; font-family: 'object-fit: cover;object-position: center;'; }

/* text-indent ------------------------------------*/
.ind-1em { text-indent: -1em; padding-left: 1em; }

/* box-center ------------------------------------*/
/*.box-center { margin-left: auto; margin-right: auto; }*/

/* inner ------------------------------------*/

.inner { margin-left: auto; margin-right: auto; padding-left: 25px; padding-right: 25px; }
.inner__w1920 { max-width: 1920px; display: block; }

.has-scrollitem { position: relative; z-index: 1; padding-top: 0px; }

.has-scrollitem.no-straddle { padding-top: 120px; }

@media screen and (max-width: 750px) { 
	.has-scrollitem.smt-straddle { padding-top: 15px;
    padding-bottom: 20px; }
  .has-scrollitem.no-straddle { padding-top: 60px; }
}

.scrollitem { width: 7px; height: 90px; position: absolute; left: 50%; margin-left: -3px; top: -45px; overflow: hidden; background-color: transparent; }

.scrollitem:after { content: ''; position: absolute; display: block; height: 90px; width: 1px; background-color: #333; top: 0; left: 3px; }

.scrollitem:before { content: ''; display: block; width: 7px; height: 45px; position: absolute; left: 0; top: 0; background-color: #b8860b; -webkit-animation-name: scrollitemanime; animation-name: scrollitemanime; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; z-index: 2; }


@media screen and (max-width: 750px) { .scrollitem { height: 40px; top: 20px; width: 3px; margin-left: -1px; }
  .scrollitem:after { height: 40px; left: 1px; }
  .scrollitem:before { left: 0px; width: 3px; height: 20px; -webkit-animation-name: scrollitemanime-smt; animation-name: scrollitemanime-smt; }
  .scrollitem.smt-straddle { top: -20px; } }

@-webkit-keyframes scrollitemanime { 0% { -webkit-transform: translateY(-75px); transform: translateY(-75px); }
  100% { -webkit-transform: translateY(90px); transform: translateY(90px); } }

@keyframes scrollitemanime { 0% { -webkit-transform: translateY(-75px); transform: translateY(-75px); }
  100% { -webkit-transform: translateY(90px); transform: translateY(90px); } }

@-webkit-keyframes scrollitemanime-smt { 0% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  100% { -webkit-transform: translateY(40px); transform: translateY(40px); } }

@keyframes scrollitemanime-smt { 0% { -webkit-transform: translateY(-20px); transform: translateY(-20px); }
  100% { -webkit-transform: translateY(40px); transform: translateY(40px); } }

/* ANCHOR .link-style1 ------------------------------------*/
.link-style1 { color: #f08201; text-decoration: underline; word-break: break-all; }

.link-style1[href$=".pdf"]:after { content: ''; display: inline-block; width: 18px; height: 19px; background: url(/assets/img/shared/icon-pdf.png) no-repeat center center/contain; margin-left: 0.5em; }

.link-style1:hover { text-decoration: none; }

@media screen and (max-width: 750px) { .link-style1[href$=".pdf"]:after { width: 14.4px; height: 15.2px; vertical-align: middle; } }


.line-style1 { width: 100%; height: 1px; background-color: #999999; }

.text-style1 { font-size: 20px; }

@media screen and (max-width: 750px) { .text-style1 { font-size: 12px; } }

.text-style2 { font-size: 18px; }

@media screen and (max-width: 750px) { .text-style2 { font-size: 12px; } }

.btn-style1 { border-radius: 5px; height: 60px; padding: 0 60px; display: inline-block; -webkit-transition: .2s border ease-in,.2s background-color ease-in,.2s color ease-in; -o-transition: .2s border ease-in,.2s background-color ease-in,.2s color ease-in; transition: .2s border ease-in,.2s background-color ease-in,.2s color ease-in; }

.btn-style1--black { border: 1px solid #000; }

.btn-style1--white { border: 1px solid #fff; color: #fff; }

.btn-style1--hoverorange:hover { background-color: #f08201; border: 1px solid #f08201; }

.btn-style1--hoverorange.btn-style1--black:hover { color: #fff; }

.btn-style1--hoverblack:hover { background-color: #333; border: 1px solid #333; }

.btn-style1__text { font-size: 18px; font-weight: bold; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100%; }

.btn-style1__text.font-normal { font-weight: normal; }

@media screen and (max-width: 980px) { .btn-style1 { height: 44px; padding: 0 40px; }
  .btn-style1__text { font-size: 12px; } }

.btn-style2 { border-radius: 5px; width: 500px; letter-spacing: 0.2em; border: 1px solid #000; display: block; text-align: center; position: relative; -webkit-transition: .2s  background-color ease-in , .2s  color ease-in; -o-transition: .2s  background-color ease-in , .2s  color ease-in; transition: .2s  background-color ease-in , .2s  color ease-in; }

.btn-style2--orange { border-color: #f08201; color: #f08201; }

.btn-style2--orange polygon { fill: #f08201; -webkit-transition: .2s fill ease-in; -o-transition: .2s fill ease-in; transition: .2s fill ease-in; }

.btn-style2--hoverorange:hover { background-color: #f08201; color: #fff; }

.btn-style2--hoverorange:hover polygon { fill: #fff; }

.btn-style2--hoverblack:hover { background-color: #333; color: #fff; }

.btn-style2--hoverblack:hover polygon { fill: #333; }

.btn-style2__arrow { position: absolute; width: 9px; height: 16px; right: 20px; top: 50%; margin-top: -7px; line-height: 1; }

.btn-style2__text { font-weight: bold; }

@media screen and (min-width: 981px) { .btn-style2 { height: 60px; line-height: 58px; } }

@media screen and (max-width: 980px) { .btn-style2 { height: 50px; line-height: 48px; width: 100%; }
  .btn-style2__text { font-size: 13px; } }

.btn-style3 { display: inline-block; line-height: 1; height: 50px; line-height: 48px; border-radius: 5px; border: 1px solid #000; padding: 0 40px; -webkit-transition: .2s  background-color ease-in ,.2s  border-color ease-in , .2s  color ease-in; -o-transition: .2s  background-color ease-in ,.2s  border-color ease-in , .2s  color ease-in; transition: .2s  background-color ease-in ,.2s  border-color ease-in , .2s  color ease-in; }

.btn-style3--white { color: #fff; border-color: #fff; }

.btn-style3__text { font-size: 16px; letter-spacing: 0.2em; }

.btn-style3--hoverorange:hover { background-color: #f08201; border-color: #f08201; color: #fff; }

.btn-style3--hoverblack:hover { background-color: #333; border-color: #333; color: #fff; }

@media screen and (max-width: 980px) { .btn-style3 { height: 40px; line-height: 38px; padding: 0 20px; }
  .btn-style3__text { font-size: 12px; } }

.btn-style4 { display: inline-block; line-height: 1; height: 30px; line-height: 28px; border-radius: 5px; border: 1px solid #000; padding: 0 35px; -webkit-transition: .2s  background-color ease-in ,.2s  border-color ease-in , .2s  color ease-in; -o-transition: .2s  background-color ease-in ,.2s  border-color ease-in , .2s  color ease-in; transition: .2s  background-color ease-in ,.2s  border-color ease-in , .2s  color ease-in; }

.btn-style4--white { color: #fff; border-color: #fff; }

.btn-style4__text { font-size: 14px; letter-spacing: 0.2em; }

.btn-style4--hoverorange:hover { background-color: #f08201; border-color: #f08201; color: #fff; }

.btn-style4--hoverblack:hover { background-color: #333; border-color: #333; color: #fff; }

@media screen and (max-width: 980px) { .btn-style4 { padding: 0 20px; }
  .btn-style4__text { font-size: 12px; } }

.btn-style5 { display: inline-block; width: 100%; max-width: 600px; border-radius: 3px; height: 80px; line-height: 80px; font-size: 20px; font-weight: bold; text-align: center; }

.btn-style5--orange { background-color: #f08201; border: 2px solid #f08201; line-height: 76px; color: #fff; -webkit-transition: .2s  background-color ease-in , .2s color ease-in; -o-transition: .2s  background-color ease-in , .2s color ease-in; transition: .2s  background-color ease-in , .2s color ease-in; }

.btn-style5--orange:hover { background-color: #fff; color: #f08201; }

.btn-style5--borderOrange { background-color: #fff; color: #f08201; -webkit-transition: .2s  background-color ease-in , .2s color ease-in; -o-transition: .2s  background-color ease-in , .2s color ease-in; transition: .2s  background-color ease-in , .2s color ease-in; border: 2px solid #f08201; }

.btn-style5--borderOrange:hover { background-color: #f08201; color: #fff; }

@media screen and (max-width: 980px) { .btn-style5 { font-size: 13px; height: 50px; line-height: 50px; }
  .btn-style5--orange { line-height: 46px; }
  .btn-style5--borderOrange { line-height: 46px; } }

.h2-title1 { text-align: center; font-weight: bold; font-size: 34px; letter-spacing: 0; }

@media screen and (max-width: 980px) { .h2-title1 { font-size: 18px; } }

.h2-title2 { text-align: center; line-height: 1.5; }

.h2-title2__jp { font-size: 42px; letter-spacing: 0.1em; font-weight: bold; }

.h2-title2__en { font-size: 18px; letter-spacing: 0.1em; }

@media screen and (max-width: 980px) { .h2-title2__jp { font-size: 21px; }
  .h2-title2__en { font-size: 12px; } }

.h2-title3 { position: relative; }

.h2-title3__text { font-size: 20px; font-weight: bold; display: inline-block; padding-right: 30px; background-color: #fff; position: relative; z-index: 2; }

.h2-title3:after { content: ''; display: block; width: 100%; height: 1px; background-color: #000; position: absolute; z-index: 1; right: 0; top: 50%; }

@media screen and (max-width: 980px) { .h2-title3__text { font-size: 12px; padding-right: 15px; } }

.h2-title4 { font-size: 16px; font-weight: bold; line-height: 1.5; }

@media screen and (min-width: 981px) { .h2-title4 { font-size: 20px; } }



@media screen and (min-width: 981px) { .h2-title5 { font-size: 32px; } }

.box-style1 { background-color: #fef8f0; position: relative; margin: 0 10px 10px 0; padding: 40px 40px 30px; z-index: 2; }

.box-style1:after { content: ''; display: block; position: absolute; bottom: -10px; right: -10px; width: calc(100% - 10px); height: calc(100% - 10px); border: 2px solid #333333; z-index: -1; }

@media screen and (max-width: 980px) { .box-style1.smt-narrow { margin: 0 5px 5px 0; padding: 30px 30px 30px; }
  .box-style1.smt-narrow:after { bottom: -5px; right: -5px; width: calc(100% - 5px); height: calc(100% - 5px); } }

.pagetitle { background-repeat: no-repeat; background-position: center center; background-size: cover; height: 270px; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.pagetitle--menu { height: 410px; padding-bottom: 140px; background-image: url(/assets/img/menu/bg-pagetitle.jpg); }

.pagetitle--news { background-image: url(/assets/img/news/bg-pagetitle.jpg); color: #fff; }

.pagetitle--contact1 { height: 340px; background-image: url(/assets/img/contact/bg-pagetitle1.jpg); }

.pagetitle--contact2 { height: 340px; background-image: url(/assets/img/contact/bg-pagetitle2.jpg); }

.pagetitle--other { height: 330px; background-image: url(/assets/img/shared/bg-pagetitle--other.jpg); }

.pagetitle--company { height: 330px; background-image: url(/assets/img/company/bg-pagetitle.jpg); color: #fff; }

.pagetitle__inner { -webkit-box-flex: 0; -ms-flex: 0 1 auto; flex: 0 1 auto; }

.pagetitle__jp { display: block; text-align: center; line-height: 1; font-size: 42px; font-weight: bold; letter-spacing: 0.1em; }

.pagetitle__en { display: block; text-align: center; font-size: 18px; letter-spacing: 0.1em; }

@media screen and (max-width: 750px) { .pagetitle { height: 90px; }
  .pagetitle--menu { height: 200px; padding-bottom: 50px; background-image: url(/assets/img/menu/bg-pagetitle--smt.jpg); }
  .pagetitle--news { background-image: url(/assets/img/news/bg-pagetitle-smt.jpg); }
  .pagetitle--contact1 { height: 150px; background-image: url(/assets/img/contact/bg-pagetitle1-smt.jpg); }
  .pagetitle--contact2 { height: 150px; background-image: url(/assets/img/contact/bg-pagetitle2-smt.jpg); }
  .pagetitle--other { height: 150px; background-image: url(/assets/img/shared/bg-pagetitle--other@0.5x.jpg); }
  .pagetitle--company { height: 150px; background-image: url(/assets/img/company/bg-pagetitle@0.5x.jpg); }
  .pagetitle__jp { font-size: 18px; }
  .pagetitle__en { display: none; } }

.pager__arrow { -webkit-box-flex: 0; -ms-flex: 0 0 10px; flex: 0 0 10px; width: 10px; line-height: 1; }

.pager__arrow--grey img { opacity: .3; }

.pager__inner { padding-top: 40px; border-top: 1px solid #eb5c01; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.pager__inner a { -webkit-transition: .2s opacity ease-in; -o-transition: .2s opacity ease-in; transition: .2s opacity ease-in; }

.pager__inner a:hover { opacity: .8; }

.pager__current { font-weight: bold; font-size: 20px; text-decoration: underline; color: #eb5c01; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-left: 1em; line-height: 1; }

.pager__slash { font-size: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin: 0 .5em; line-height: 1; }

.pager__total { font-weight: bold; font-size: 20px; -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 1em; line-height: 1; }

@media screen and (max-width: 750px) { .pager__inner { padding-top: 15px; padding-left: 25px; padding-right: 25px; }
  .pager__current, .pager__slash, .pager__total { font-size: 13px; }
  .pager__current { margin-left: auto; }
  .pager__total { margin-right: auto; }
  .pager__arrow { -webkit-box-flex: 0; -ms-flex: 0 0 7px; flex: 0 0 7px; width: 7px; } }


.snslist { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.snslist__item { -webkit-box-flex: 0; -ms-flex: 0 0 40px; flex: 0 0 40px; width: 40px; margin: 0 15px; }

@media screen and (max-width: 600px) { .snslist__item { -webkit-box-flex: 0; -ms-flex: 0 0 25px; flex: 0 0 25px; width: 25px; margin: 0 10px; } }



/* ANCHOR bottomLink ------------------------------------*/
.bottomLink { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.bottomLink__item { position: relative; border-radius: 3px; overflow: hidden; }

.bottomLink__item:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.1); z-index: 2; opacity: 0; -webkit-transition: .2s all ease-in; -o-transition: .2s all ease-in; transition: .2s all ease-in; }

.bottomLink__item:hover .bottomLink__btn { background-color: #f08201; border-color: #f08201; }

.bottomLink__item:hover:before { opacity: 1; }

.bottomLink__item:hover .bottomLink__bg { -webkit-filter: blur(4px); filter: blur(4px); }

.bottomLink__bg { -webkit-transition: .2s all ease-in; -o-transition: .2s all ease-in; transition: .2s all ease-in; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transition: .2s all ease-in; z-index: 1; }

.bottomLink__title { text-align: center; font-weight: bold; color: #fff; font-size: 20px; margin-bottom: 5px; }

.bottomLink__btn { display: block; border: 1px solid #fff; width: 138px; height: 30px; line-height: 28px; border-radius: 5px; text-align: center; margin: 0 auto; color: #fff; -webkit-transition: .2s all ease-in; -o-transition: .2s all ease-in; transition: .2s all ease-in; }

.bottomLink__inner { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; }

@media screen and (min-width: 981px) { .bottomLink__item { position: relative; height: 500px; }
  .bottomLink__item--col3 { -webkit-box-flex: 0; -ms-flex: 0 0 calc((100% - 28px)/3); flex: 0 0 calc((100% - 28px)/3); max-width: calc((100% - 28px)/3); width: calc((100% - 28px)/3); }
  .bottomLink__item--col4 { -webkit-box-flex: 0; -ms-flex: 0 0 calc((100% - 24px)/4); flex: 0 0 calc((100% - 24px)/4); max-width: calc((100% - 24px)/4); width: calc((100% - 24px)/4); } }

@media screen and (max-width: 980px) { .bottomLink { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .bottomLink__item { -webkit-box-flex: 0; -ms-flex: 0 0 49%; flex: 0 0 49%; padding-top: 85.75%; position: relative; }
  .bottomLink__item--col3.smt-full { -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; padding-top: 43.07%; }
  .bottomLink__box { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; }
  .bottomLink__btn { background-color: #f08201; border-color: #f08201; } }

@media screen and (max-width: 750px) { .bottomLink__title { font-size: 13px; }
  .bottomLink__btn { font-size: 10px; width: 100%; max-width: 138px; height: 20px; line-height: 18px; } }

/* ANCHOR col2box ------------------------------------*/
@media screen and (min-width: 981px) { .col2box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .col2box__item { -webkit-box-flex: 0; -ms-flex: 0 0 46.875%; flex: 0 0 46.875%; max-width: 46.875%; margin-top: 40px; }
  .col2box .col2box__item:nth-child(1), .col2box .col2box__item:nth-child(2) { margin-top: 0; } }

@media screen and (max-width: 980px) { .col2box { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .col2box__item { -webkit-box-flex: 0; -ms-flex: 0 0 calc(50% - 5px); flex: 0 0 calc(50% - 5px); max-width: calc(50% - 5px); margin-top: 5px; }
  .col2box .col2box__item:nth-child(1), .col2box .col2box__item:nth-child(2) { margin-top: 0; } }


.pagetopbtn { 
	position: relative; 
	cursor: pointer; 
	z-index: 5; 
	width: 60px;
	margin: -70px 5px 25px auto;
	}

.pagetopbtn__text {
	display: block; 
	text-align: center;
	color: #b8860b;
	font-weight: bold;
	font-size: 10px;
	}

.pagetopbtn__img { 
	width: 30px; 
	display: block;
	line-height: 1; 
	margin: 0 auto;
	}

.js-fade { -webkit-transition: .9s opacity ease, .9s transform ease; -o-transition: .9s opacity ease, .9s transform ease; transition: .9s opacity ease, .9s transform ease; opacity: 0; }

.js-fade.display { opacity: 1; }

.js-fade--down { -webkit-transform: translateY(-18px); -ms-transform: translateY(-18px); transform: translateY(-18px); }

.js-fade--down.display { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.js-fade--top { -webkit-transform: translateY(18px); -ms-transform: translateY(18px); transform: translateY(18px); }

.js-fade--top.display { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.display .js-fade { opacity: 1; }

.display .js-fade--top { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

.hd-ttl {
    margin: 60px 0 10px;
}
.box {
    width: 1000px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 2px;
    clear: both;
    overflow: hidden;
}
.links_left {
    display: inline;
    float: left;
    position: relative;
    width: 31%;
}
.links_center {
    display: inline-block;
    position: relative;
    width: 31%;
}
.links_right {
    display: inline;
    float: right;
    position: relative;
    width: 31%;
}
.btn {
    text-align: center;
    padding: 1rem 0.3rem;
    margin: 0 0 1rem 0;
    border: #af9136 1px solid;
    background: rgb(223,209,172);
    background: linear-gradient(180deg, rgba(223,209,172,1) 0%, rgba(175,145,54,1) 100%);
    color: #fff;
    border-radius: 2px;
    font-size: 1.5rem;
    overflow: hidden;
    text-decoration: none;
}
.btn:hover{
	opacity: 0.8;
}
@media screen and (max-width:760px){
	.links_left{
		width: 100%;
		float: none;
	}
	.links_center{
		width: 100%;
		float: none;
	}
	.links_right{
		width: 100%;
		float: none;
	}
	.btn{
		font-size: 90%;
	}
	.box{
		width: 70%;
		margin: 1em auto 0;
		padding: 0.5rem 2rem;
	}
}

.footer-info{
	margin:0 auto;
	max-width: 1120px;
}

.footer-info-ttl{
	text-align: center; 
	font-weight: bold;
	font-size: 28px;
	letter-spacing: 0.2em; 
	line-height: 1.5; 
	margin: 0.5em; 
	}
@media screen and (max-width: 768px){
	.footer-info-ttl{
		font-size: 18px;
	}
}

.footer-info-h6{
	text-align: center;
	font-size: 20px;
	margin-bottom: 1em;
}
@media screen and (max-width: 768px){
	.footer-info-h6{
		font-size: 14px;
	}
}
.footer-info-table{
	margin: 0 auto;
	width: 30%;
	font-size: 16px;
}
.footer-info-table tr{
	padding-bottom: 0.5em;
}
.footer-info-table th{
	padding: 0 0.5em;
	text-align: justify;
	text-align-last: justify;
}
.footer-info-table td{
	padding: 0 0.5em;
}
@media screen and (max-width: 1080px){
	.footer-info-table{
		width: 35%;
	}
}
@media screen and (max-width: 980px){
	.footer-info-table{
		width: 45%;
	}
}
@media screen and (max-width: 768px){
	.footer-info-table{
		font-size: 12px;
		width: 70%;
	}
}
@media screen and (max-width: 500px){
	.footer-info-table{
		width: 90%;
	}
}
.footer_icon{
	padding-top: 4em;
	text-align: center;
}
@media screen and (max-width: 768px){
	.footer_icon{
		padding-top: 2em;
	}
}
.copy_right{
	font-size: 1.1rem;
	padding-top: 1em;
	text-align: center;
}
@media screen and (max-width: 768px){
	.copy_right{
		font-size: 10px;
	}
}
/*-----------------------------------*/
.slider_under {
	margin: 10rem auto 5rem;
	text-align: center;
	letter-spacing: 6px;
	line-height: 2.8rem;
	padding: 0px 0.8em;
    font-size: 18px;
}
/*.price_box {
    max-width: 950px;
    margin: auto;
}*/

.price-circle-box {
	max-width: 950px;
	margin: 0 auto;
}

.price-circle-table{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.price-circle-table td,
.price-circle-table th,
.price-circle-table td{
	border: none;
}

.price-circle-txt{
	background: rgb(238,238,238);
	background: radial-gradient(circle, rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%);
	border-radius: 50vh;
	width: 27%;
	text-align: center;
	font-size: 2rem;
	color: #444;
	vertical-align: middle;
	padding: 3.2em 0;
}

.price-circle-txt-small{
	font-size: 1.3rem;
}

.price-plus-icon{
	color: #cccccc;
	font-size: 7.2rem;
	width: 10%;
	vertical-align: middle;
	text-align: center;
}

@media screen and (max-width: 1080px){
	.price-circle-txt{
		font-size: 1.6rem;
	}
	
	.price-circle-txt-small{
		font-size: 1rem;
	}
	
	.price-plus-icon{
		font-size: 4.2rem;
	}
}

@media screen and (max-width: 768px){
	.price-circle-table td{
		display: block;
	}
	
	.br-none-768{
		display: none;
	}
	
	.price-circle-txt{
		border-radius: 0px;
		width: 90%;
		margin: 0 5%;
		padding: 0.5em;
	}
	
	.price-circle-txt-small{
		font-size: 1.2rem;
	}
	
	.price-plus-icon{
		font-size: 3.2rem;
		width: 90%;
		margin: 0 5%;
		line-height: 1.4;
	}
}

.pc_none {
	display: none;
}
.sp_none {
    width: 100%;
	height: auto;
	display: block;
	padding: 0px 1em;
}
.reserve_under {
	display: flex;
	justify-content: center;
}
.reserve_under ul{
	list-style: disc;
	margin: 0 3rem;
	line-height: 30px;
}
.reserve_under li a {
	color: #0095d9;
}
.reserve_under li a:hover {
	opacity: 0.7;
}
/*Web予約ボタン*/
.buttonbox {
  width: 100%;
  display: flex;
  justify-content: center;
}
.button06 a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px 20px;
  padding: 1em 2em;
  width: 320px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #FCA52B;
  box-shadow: 0 0 10px rgba(0 0 0 / .2);
  border-radius: 6px;
  transition: 0.3s;
}
.button06 a:hover {
  text-decoration: none;
  opacity: 0.65;
}
/*---------*/
.button-under {
	text-align: center;
	margin: -17px 0 2rem;	
}
h4 {
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}
.caution {
	margin: 5rem auto 0;
}
.caution dl {
	margin-top: 1rem;
	line-height: 2.5rem;
	width: 74%;
	margin: 1rem auto 0;
}
.caution_under {
	width: 73%;
	margin: 0 auto;
}
.last-child {
	margin-bottom: 1rem;
}
.indent {
	padding-left: 2em;
	text-indent: -1.5em;
}
/* sightseeing train */
.boxAll {
	width: 100%;
}
.BoxAll {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.BoxLeft ,.BoxCenter ,.BoxRight{
	width: 33%;
	display: flex;
	flex-direction: column;
	padding: 1em;
}

.Box-4-column{
	width: 25%;
	display: flex;
	flex-direction: column;
	padding: 1em;
}

@media screen and (max-width: 768px){
	.Box-4-column{
		width: 33%;
	}
}

.h5img {
	margin: 1em 0;
	/*box-shadow: 15px 15px 0px 0 rgba(169, 169, 169, 0.5);*/
}
.BoxLeft a:hover ,.BoxCenter a:hover ,.BoxRight a:hover {
	opacity: 0.6;
}
.product {
	margin-top: 0;
}
.application-period-before{
	background: #f8ca6f;
	margin: 3em 0 0;
	padding: 0.2em;
}
.application-period-after{
	background: #acc776;
	margin: 3em 0 0;
	padding: 0.2em;
}
.box27 {
    position: relative;
    padding: 0.5em 1em;
    border: solid 1px #897858;
	width: 80%;
	margin: 2rem auto;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 3px 18px;
    height: 30px;
    line-height: 25px;
    font-size: 17px;
    background: #89c3eb;
    color: #333;
    font-weight: bold;
    border-radius: 5px 5px;
}
.box-sentence {
	padding: 1.8rem;
}
.yajirushi {
	width: 70px;
	display: block;
	margin: 2rem auto 5rem;
}
.necessary {
	list-style:initial;
	margin-left: 4rem;
}
.necessary li{
	padding: 5px 0;
}
.pc_only{
		display: block;
	}
@media screen and (max-width: 700px){
	.necessary {
		margin-left: 1.5rem;
		line-height: 2rem;
	}
	.caution_under {
    width: 90%;
}
}
.link-color {
	color: #0095d9;
}
.link-color a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px){
	.slider_under {
	margin: 0 auto 3em;
}
	.caution dl {
		line-height: 2rem;
		width: 88%;
	}
	.ticket_caution,.txt_box {
		font-size: 140%!important;
	}
	.application-period-before,.application-period-after {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 750px){
	.button06 a {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		width: 280px;
		font-size: 14px;
	}
	.slider_under {
	line-height: 2.5rem;
	font-size: 140%;
	}
	.reserve_under ul {
		line-height: 20px;
	}
	.pc_only{
		display: none !important;
	}
		.sp_none {
		display: none;
	}
	.pc_none {
		display: block;
		margin: auto;
		width: 88%;
	}
}
@media screen and (max-width: 500px){
	.button06 a {
		width: 220px;
		font-size: 13px;
	}
	.slider_under {
	line-height: 2rem;
	font-size: 14px;
	}
}


/*----------------slider text animation-----------------*/
.tracking-in-expand {
	-webkit-animation: tracking-in-expand 2.1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.8s both;
	        animation: tracking-in-expand 2.1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.8s both;
}
/**
 * ----------------------------------------
 * animation tracking-in-expand
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
/*----------------slider text animation end-----------------*/
.movie_text { 
	position: absolute; 
	z-index: 3; 
	color: #fff; 
	/*font-size: 3rem; */
	font-size: 3.5rem;
	letter-spacing: 0.3em; 
	text-align: center; 
	font-weight: bold; 
	line-height: 1.6;
	text-shadow: 1px 2px 3px #333333;
	font-family: serif;
	/*margin: 30px 30px;*/
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

@media screen and (max-width: 1100px){
	.movie_text {
		font-size: 3rem; 
	}
	
}
@media screen and (max-width: 867px){
	.movie_text {
		font-size: 2.5rem; 
	}
	
}
@media screen and (max-width: 650px){
	.movie_text {
		font-size: 2rem; 
	}
	
}
@media screen and (max-width: 542px){
	.movie_text {
		font-size: 1.5rem; 
	}
	
	.txt_box{
		font-size: 14px !important;
    	padding: 0 10px;
    	letter-spacing: 1px;
		text-align: left !important;
	}
	.ticket_caution {
		line-height: 2rem;
   		font-size: 14px!important;
		padding: 0 15px;
	}
	.box27{
		width: 93%;
	}
}
@media screen and (max-width: 437px){
	.movie_text {
		font-size: 1rem;
		width: 95%;	
	}	
}
.title-margin {
	margin: 0 0 9rem;
}
.bold {
	font-weight: 600;
}
.ticket_caution {
	text-align: center;
	margin: 6rem auto 0;
	font-size: 18px;
}
.txt_box {
	text-align: center;
	font-size: 18px;
	padding: 0 0.8em;
}

.reserve_flow li{
	padding: 0;
}
.tx_small{
	font-size: 0.8em;
}