@charset "utf-8";

body{margin:0 auto; padding:0; color:#000; width: 100%; }

html{margin:0 auto; padding:0; font-size:15px; letter-spacing: 1px; line-height:24px; 
font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
/*font-family:Arial, Helvetica, "Hiragino Kaku Gothic Pro", "NotoSansCJKjp-Jxck","游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック"; */
min-width: 1200px; scroll-padding-top: 60px;}
*{margin:0; padding:0; text-align:left;}
img{border:none; vertical-align:top; max-width:100%;}
a img,
.t_se_newbox .t_search li a,
.t_toursbox .plan_list li a,
header .nav nav li a,
header .h_smalllink a,
.menu_drop>span.both,
.link-ver strong a{-moz-transition:all 0.4s ease; -webkit-transition:all 0.4s ease; transition:all 0.4s ease;}
ol, ul{list-style: none;}
li img {vertical-align:top;}
a:hover img,
#boss-rh li:hover,
#boss-lf li:hover div,
.t_se_newbox .t_search li a:hover,
.t_toursbox .plan_list li a:hover,
.link-ver strong a:hover{opacity: 0.6;filter: alpha(opacity=60);}
table {border-collapse: collapse;border-spacing: 0;}
hr{border-top: 0.5px solid #ededef;}
.clear{zoom:100%;}
.clear:after{content:"."; display:block; visibility:hidden; height:0; font-size:0; line-height:0; clear:both;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
::selection{background:#936BCC; color:#fff;}
::-moz-selection{background:#936BCC; color:#fff;}
*, *:before, *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

h1 { font-size: 130%;
    letter-spacing:-0.1em;	 
}

#sp_gnav{
display: none;
}

.pc-none{
display: none !important;
}

.inner{
max-width: 1020px;
margin: 0 auto;
}

.plan_list{
display: flex;
flex-wrap:wrap;
margin-bottom: 60px;
}
.plan_list>li {
width: calc(94% / 4);
padding:10px 8px;
}


.boxContainer {
    padding-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 0;
}

.con_ttl{
width: 100%;
padding: 5px 0 5px;
text-align: center;
margin-bottom: 20px;
}

.con_ttl span{
font-size: 20px;
font-weight: bold;
color: #FFFFFF;
}

.bg_red{
background: #FF1A1F;
}

.bg_bule,
.bg_blue{
background: #0255C4;
}

.bg_blue2{
background: #0092D7;
}

.bg_blue3{
background: #1e90ff;
}

.bg_gen,
.bg_green{
background: #149244;
}

.bg_orange{
background: #FF7546;
}

.bg_lavender{
background: #8756CC;
}

.ch{
background: #0255C4 !important;
color:#FFFFFF !important;
}

.left{
text-align: left;
}

.center{
text-align: center;
}

.right{
text-align: right;
}

.color-w{
color: #fff;
}

.block{
display: block;
}

.nav_ch{
color: #d9cd5b !important;
background: #1d2088;
}

.nav_ch a{
color: #d9cd5b !important;
}

/*NAVI_DROPDOWN----------------------------------------------------------*/
.menu_drop{
position: relative;
}

.menu_drop>span{
cursor: pointer;
font-size: 17px;
padding: 10px 15px;
display: block;
}

.menu_drop>span.both:hover{
background: #efefef;
border-radius: 5px;
}

.menu_drop ol.menu__second-level {
position: absolute;
top: 35px;
left: -40%;
width: 200px;
background: #898989;
-webkit-transition: all .2s ease;
transition: all .2s ease;
opacity: 0;
z-index: 9997;
padding: 2px 0 0;
visibility: hidden;
}

.menu_drop:hover ol.menu__second-level {
top: 45px;
opacity: 1 !important;
color: #fff;
visibility: visible;
}

ol.menu__second-level li{
display: block !important;
border-bottom: #fff solid 1px;
}

ol.menu__second-level li a{
display: block;
color: #fff !important;
margin:0 !important;
/*padding: 8px 0;*/
padding: 8px;
}

ol.menu__second-level li a:hover{
color: #fee902 !important;
background: #1d2088;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}

ol.menu__second-level li a:last-child{
border-bottom: none;
padding-bottom: 4px;
margin-bottom: 0;
}

ol.menu__second-level li:last-child{
border-bottom: none;
}

.menu_drop-type02{
position: relative;
}

.menu_drop-type02 ul.menu__second-level-type02 {
position: absolute;
bottom: 80px;
left: 0;
width: 315px;
-webkit-transition: all .2s ease;
transition: all .2s ease;
opacity: 0;
z-index: 9997;
padding: 2px 0 0;
visibility: hidden;
}

.menu_drop-type02:hover ul.menu__second-level-type02 {
bottom: 90px !important;
opacity: 1 !important;
color: #fff !important;
visibility: visible !important;
}

ul.menu__second-level-type02 li{
display: block !important;
border-bottom: #fff solid 1px;
width: 100% !important;
margin: 0 !important;
}

ul.menu__second-level-type02 li a{
display: block !important;
color: #fff !important;
margin:0 !important;
padding: 8px 0 !important;
height: auto !important;
background: #898989 !important;
font-size:18px !important;
}

ul.menu__second-level-type02 li a::before{
content: none !important;
}

ul.menu__second-level-type02 li a:hover{
color: #fee902 !important;
background: #1d2088 !important;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}

ul.menu__second-level-type02 li a:last-child{
border-bottom: none;
padding-bottom: 4px;
margin-bottom: 0;
}

ul.menu__second-level-type02 li:last-child{
border-bottom: none;
}

/*HEARDER----------------------------------------------------------*/
header .h_smalllink{
background: #149244;
width: 100%;
font-size: 14px;
}

header .h_smalllink a{
text-decoration: none;
color: #FFFFFF;
}

header .h_smalllink a:hover{
text-decoration: none;
opacity: 0.7;
}

header .h_smalllink ol{
text-align: right;
}

header .h_smalllink ol li{
display: inline-block;
}

header .h_smalllink ol li:first-child a::after {
content: "|";
display: inline-block;
padding: 0 5px 0 10px;
}

header .nav{
padding: 20px 0;
}

header .nav:before,
header .nav:after {
    content: " ";
    display: table;
}

header .nav:after {
    clear: both;
}

header .nav h1{
float: left;
width: 150px;
padding-top: 10px;
}


header .nav nav{
float: right;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
}

header .nav nav li{
display: inline-block;
}

header .nav nav li.both a{
padding: 10px 15px;
display: block;
}

header .nav nav li.both a:hover{
background: #efefef;
border-radius: 5px;
}

header .nav nav li a{
text-decoration: none;
color: #000;
font-size: 17px;
}

header.clone-nav {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
transition: .3s;
transform: translateY(-100%);
background: #fff;
border-bottom: #ccc solid 1px;
}

header.clone-nav .h_smalllink{
display: none;
}

header.clone-nav .nav{
padding: 10px 0;
min-width: 1020px;
}

header.clone-nav .nav h1{
width: 140px;
padding: 0;
}

header.clone-nav .nav nav{
height: 40px;
}

header.is-show {
transform: translateY(0);
}


/*slider----------------------------------------------------------*/
.mvbox{
margin-bottom: 50px;
width: 100%;
}


/*t_se_newbox----------------------------------------------------------*/

	.input_searchbox{
	overflow: hidden;
	margin-bottom: 40px;
	border:#e60012 solid 1px;
	box-sizing: border-box;
	padding: 15px 0 10px;
	position: relative;
	}

	.input_searchbox .mas-both{
	text-align: center;
	}

	.input_searchbox .mas-both h2{
	display: inline-block;
	margin-right: 20px;
	color: #e60012;
	font-size: 20px;
	font-weight: bold;
	vertical-align: -3px;
	}

	.input_searchbox .mas-both .searchs{
	display: inline-block;
	}

.input_searchbox .mas-under>dt{
background: #dcdddd;
font-size: 14px;
padding: 1px 20px;
display: inline-block;
margin-right: 10px;
}

.input_searchbox .mas-under>dd{
display: inline-block;
}

.input_searchbox .mas-select{
margin-right: 5px;
}

.input_searchbox .mas-select,
.input_searchbox .mas-select li{
display: inline-block;
vertical-align: -0.5px;
}

.input_searchbox .mas-select li select{
font-size:16px;
border: 1px solid #ccc;
padding: 1px 15px;
width: 110px;
text-align: center;

}

.input_searchbox .mas-select li span{
padding: 0 10px 0 0;
}

.input_searchbox .mas-calendar{
display: inline-block;
margin-right: 20px;
}

.input_searchbox .mas-calendar dt{
vertical-align: -5px;
display: inline-block;
}

.input_searchbox .mas-calendar dd{
display: none;
}

.input_searchbox p.bt{
display: inline-block;
vertical-align: -10px;
}

.input_searchbox p.bt input{
max-width: 210px;
}


/*t_se_newbox----------------------------------------------------------*/
.t_se_newbox{
margin-bottom: 50px;
}

.t_se_newbox .t_search{
margin: 0 auto 30px;
}

.t_se_newbox .t_search li{
display: inline-block;
width: 31%;
}

.t_se_newbox .t_search li:nth-child(2){
margin: 0 30px;
}

.t_se_newbox .t_search li a{
display: block;
background: #f39700;
height: 90px;
display: flex;
justify-content: center;
align-items: center;
text-decoration: none;
color: #fff;
font-size: 22px;
position: relative;
}

.t_se_newbox .t_search li a::before{
width: 0;
height: 0;
border-top: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: 15px solid #fff;
position: absolute;
bottom: 10px;
right: 10px;
content: '';
}

.t_se_newbox .t_news{
position: relative;
}

.t_se_newbox .t_news h2{
border-radius: 50%;
width: 120px;
height: 120px;
background: #e60012;
color: #fff;
font-size: 33px;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}

.t_se_newbox .t_news h2 span{
font-size: 24px;
display: block;
padding-top: 35px;
margin-bottom: 5px;
text-align: center;
}

.t_se_newbox .t_news ul{
width: 950px;
height: 120px;
overflow: auto;
border: solid 1px #ccc;
margin-left: 70px;
padding: 10px 0 10px;
}

.t_se_newbox .t_news ul li{
border-bottom: #ccc dotted 1px;
padding:0 0 7px 60px;
margin-bottom: 7px;
}

.t_se_newbox .t_news ul li dl{
overflow: hidden;
}

.t_se_newbox .t_news ul li dl dt{
float: left;
}

.t_se_newbox .t_news ul li dl dd{
margin-left: 100px;
}

.t_se_newbox .t_news ul li dl dd strong{
background: #e60012;
color: #fff;
padding: 0 5px;
}

/*t_feabox----------------------------------------------------------*/

.t_feabox .inner{
position: relative;
}

.t_feabox ol li{
position: relative;
overflow: hidden;
}

.t_feabox ol li span img {
display: block;
width: 100%;
opacity: 1;
-webkit-transition: opacity 0.4s, transform 0.4s;
transition: opacity 0.4s, transform 0.4s;
background: #000;
max-width: 255px;
}

.t_feabox ol li:hover span img {
opacity: 0.3;
}

.t_feabox ol li .fed_box {
opacity: 0;
width: 240px;
height: 240px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
-webkit-transition: opacity 0.4s;
transition: opacity 0.4s;
z-index: 2;
background:rgba(0,0,0,0.7);
}

.t_feabox ol li:hover .fed_box {
opacity: 1;
color: #fff;
}

.t_feabox ol li .fed_box dl{
padding: 30px 5px 0;
}

.t_feabox ol li .fed_box dl dt{
text-align: center;
font-size: 25px;
line-height: 30px;
font-weight: bold;
margin-bottom: 10px;
}

.t_feabox ol li .fed_box dl dd{
text-align: center;
margin-bottom: 10px;
}

.t_feabox ol li .fed_box p{
text-align: center;
width: 70%;
font-size: 22px;
font-weight: bold;
border: #fff solid 3px;
border-radius: 20px;
padding: 5px 0;
margin: 0 auto;
}

.t_feabox ol li .fed_box p a{
color: #fff;
text-decoration: none;
}

.t_feabox ol li .fed_box p::after {
content: "▶";
display: inline-block;
}

.t_feabox strong{
position: absolute;
bottom: 20px;
right: 20px;
background: #000;
color: #fff;
text-align: center;
border-radius: 15px;
font-size: 12.5px;
padding: 0 10px;
z-index: 2;
}

.t_feabox strong::after {
content: "▶";
display: inline-block;
}

.t_feabox .apibox{
position: absolute;
width: 490px;
height: 240px;
bottom: 10px;
right: 8px;
background: #cccccc;
color: #a4a4a4;
display: flex;
justify-content: center;
align-items: center;
}

/*t_toursbox----------------------------------------------------------*/
.t_toursbox .plan_list>li{
border: #ccc solid 1px;
border-radius: 5px;
width: calc(94% / 4);
padding: 10px 12px;
margin: 8px 6.5px;
}

.t_toursbox .plan_list li a{
text-decoration: none;
display: block;
}

.t_toursbox .plan_list li span{
margin-bottom: 10px;
display: block;
}

.t_toursbox .plan_list li span img{
width: 100%;
}

.t_toursbox .plan_list li .info {
margin-bottom: 20px;
}

.t_toursbox .plan_list li .info dt{
color: #1c82d3;
font-weight: bold;
font-size: 16px;
line-height: 20px;
margin-bottom: 5px;
}

.t_toursbox .plan_list li .info dd{
color: #000;
line-height: 18px;
}

.t_toursbox .plan_list li .price{
line-height: 18px;
font-size: 13px;
margin-bottom: 5px;
position: relative;
}

.t_toursbox .plan_list li .price::after{
width: 25px;
height: 25px;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #74cffa;
content: '>';
font-weight: bold;
text-align: center;
display: inline-block;
color: #fff;
font-size: 20px;
line-height: 22px;
position: absolute;
right: 0;
top: 5px;
}


.t_toursbox .plan_list li .price dt{
color: #000;
}

.t_toursbox .plan_list li .price dd{
color: #e65189;
}

.t_toursbox .plan_list li .calendar dt{
float: left;
background: #efefef;
border: #898989 solid 1px;
padding: 1px 4px;
font-size: 10px;
color: #000;
height: 25px;
}

.t_toursbox .plan_list li .calendar dd{
margin-left: 52px;
}

.t_toursbox .plan_list li .calendar dd ol{
font-size: 0;
}

.t_toursbox .plan_list li .calendar dd ol{
display: flex;
flex-wrap:wrap;
margin-bottom: 5px;
}

.t_toursbox .plan_list li .calendar dd li {
width: calc(90% / 6);
padding: 1px 0;
font-size: 10px;
letter-spacing: 0;
color: #fff;
height: 25px;
background: #b5b6b6;
text-align: center;
margin: 0 0.97px;
}

.t_toursbox .plan_list li .number{
overflow: hidden;
}

.t_toursbox .plan_list li .number li{
width: 49%;
color: #fff;
font-size: 12px;
text-align: center;
background: #b5b6b6;
}

.t_toursbox .plan_list li .number li:first-child{
float: left;
}

.t_toursbox .plan_list li .number li:last-child{
float: right;
}

/*footer----------------------------------------------------------*/
footer{
margin-top: 60px;
/*padding-top: 40px;*/
border-top: #936BCC solid 4px;
}

footer .f_logo{
/*margin:0 auto 10px;*/
margin:0 auto 0;
text-align: center;
}

footer .f_logo dt{
display: inline-block;
/*width:110px;*/
width:140px;
vertical-align: 10px;
}

footer .f_logo dd{
font-size: 21px;
font-weight: bold;
text-decoration:none;
display: inline-block;
}

footer .inner{
padding-top: 40px;
}

footer .inner p{
text-align: center;
font-style: normal;
font-size: 13px;
margin-bottom:10px;
}

footer address{
text-align: center;
font-style: normal;
font-size: 13px;
margin-bottom: 40px;
}

footer address span{
font-size: 16px;
display: block;
text-align: center;
}

footer .f_sitemap{
overflow: hidden;
}

footer .f_sitemap h5{
font-size: 19px;
font-weight: bold;
margin-bottom: 10px;
}

footer .f_sitemap h5 span{
width: 70px;
display: inline-block;
margin-left: 20px;
}

footer .f_sitemap .lest_01{
float: left;
/*width: 280px;*/
width: 270px;
}

footer .f_sitemap .lest_02{
float: left;
/*width: 470px;*/
width: 480px;
}

footer .f_sitemap .lest_03{
float: right;
width: 250px;
}

footer .f_sitemap .link_box{
margin-bottom: 35px;
}

footer .f_sitemap .lest_02 h5{
width: 235px;
}
footer .f_sitemap .link_box ol{
width: 235px;
float: left;
/*margin-right:5px;*/
}

footer .f_sitemap li{
margin-bottom: 1px;
font-size: 12px;
}

footer .f_personal dl{
overflow: hidden;
}

footer .f_personal dt{
float: left;
}

footer .f_personal dt span{
display: inline-block;
}

footer .f_personal dd{
margin-left: 200px;
}

footer .f_sitemap li a,
footer .f_personal dd ol li a{
text-decoration: none;
color: #000;
}

footer .f_sitemap li a::before {
content: "▶";
display: inline-block;
font-size: 8px;
vertical-align: 1.5px;
padding-right: 3px;
}

footer .f_sitemap li a:hover,
footer .f_personal dd ol li a:hover{
text-decoration: none;
color: #1d2088;
}

footer .f_personal{
margin-bottom: 20px;
}

footer .f_personal dd ol li{
display: inline-block;
margin-right: 12px;
font-size: 13px;
}

footer .f-tel{
display: none;
}

.f_sns_space{
	/*background-color:#696969;*/
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: #e60012 solid 4px;
	/*border-bottom: #233f9a solid 4px;*/
}

.f_snstxt h5{
	font-weight:bold;
	font-size:24px;
	border:none;
	text-align:center;
	text-decoration:none;
}

/*.f_snstxt p{
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
}*/

footer .f_sns{
	margin-top:20px;
}

footer a.icn{
	margin-right:50px;
}

footer a.icn_end{
	margin:0;
}


/*n_under_contentsBox----------------------------------------------------------*/
.n_under_contentsBox{
max-width: 1020px
}

.place-box li{
position: relative;
margin-bottom: 65px;
}

.place-box li:after{
content:".";
display:block;
visibility:hidden;
height:0;
font-size:0;
line-height:0;
clear:both;
}

.place-box li p img{
max-width: 450px;
}

.place-box .map{
position:absolute;
right: 0;
bottom: 0;
width:550px;
height:240px;
}

.place-box .map p{
height: 240px;
}

.place-box .map iframe{
width:100%;
height:100%;
}

.place-box .Left{
float: left;
width: 450px;
}

.place-box .Right{
float:right;
width: 550px;
}

.un-ttlbox-ty01{
padding: 15px 0;
border-top: 2px solid #233f9a;
border-bottom: 2px solid #233f9a;
margin-bottom: 50px;
}

.un-ttlbox-ty01 span{
max-width: 1020px;
margin: 0 auto;
display: block;
font-size: 21px;
}

.un-ttlbox-ty02{
background: #898989;
color: #fff;
margin-bottom: 30px;
font-size: 20px;
padding: 15px 0 15px 15px;
position: relative;
}

.logos-ver{
font-size: 22px !important;
}

.link-ver strong{
position: absolute;
top: 20%;
right: 15px;
}

.link-ver strong a{
display: block;
color: #898989;
border-radius: 5px;
background: #fff;
text-decoration: none;
text-align: center;
font-size: 15px;
padding: 5px 20px;
}

.logos-ver:before{
content: '';
display: inline-block;
width: 90px;
height: 25px;
background: url(../img/common/ttl-logo.png) no-repeat;
background-size: contain;
vertical-align: top;
margin-right: 10px;
}

.un-ttlbox-ty03 {
position: relative;
padding: 12px 0 12px 15px;
border-left: 6px solid #727171;
border-bottom: 1px solid #221815;
margin-bottom: 20px;
font-size: 20px;
}

.un-ttlbox-ty03::before {
position: absolute;
left: -6px;
bottom: 0;
content: '';
width: 6px;
height: 50%;
background-color: #221815;
}

.un-ttlbox-ty03::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #727171;
}

.place-det,
.address-box{
overflow: hidden;
}

.place-det>dt{
float: left;
margin-right: 15px;
}
.place-det>dt img{
max-width: 280px;
}

.address-box dl{
margin-bottom: 10px;
}
.address-box dt{
font-weight: bold;
}

/*-----------------------------------------------------
●ヘッダーテキスト用
-----------------------------------------------------*/
#path_att { 
	margin-top:10px;
	/*margin-left:auto;
	margin-right:auto;*/
	font-size: 11px;
	padding: 5px 5px 5px 5px;
}

#path_att p {
	text-align:center;
}

.m-t5 { 
	margin-top: 5px; 
} 

.fb{
	font-weight: bold;
}

.fs-b18 { 
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
} 

.c-red{
	color: #F41346;	
}


/*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*---Below767px-//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media screen and (max-width: 767px){

html{
min-width: 100%;
}

.pc-none{
display: block !important;
}

.inner{
max-width: 100%;
margin: 0 auto;
}

ul.menu__second-level-type02{
display: none;
}

.fs-2vw{
font-size: 2vw;
}

.con_ttl{
width: 100%;
padding: 2vw 0;
margin-bottom: 2vw;
}

.con_ttl span{
font-size: 5.5vw;
font-weight: bold;
color: #fff;
}

.plan_list{
width: 97%;
margin: 0 auto 10vw;
}

.slick-dots{
bottom: 0 !important;
}

#wrapper{
padding-top: 55px;
}

/*NAVI_DROPDOWN----------------------------------------------------------*/
.menu_drop{
position: static;
}

.menu_drop>span{
font-size: 3.8vw;
display: block;
width: 100%;
position: relative;
}

#studio .inner .field .shop-list dl dt {
font-size: 28px;
font-weight: 300;
background-color: #404040;
color: #fff;
position: relative;
padding: 18px 0 18px 32px;
cursor: pointer;
}

.menu_drop>span::after {
content: '';
position: absolute;
right: 5px;
top: 0;
width: 15px;
height: 15px;
border-width: 1px;
border-style: solid;
border-color: transparent transparent #000 #000;
transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
-moz-transition:all 0.4s ease;
-webkit-transition:all 0.4s ease; transition:all 0.4s ease;
}

.menu_drop>span.active::after {
top: 44%;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}
.menu_drop ol {
display: none;
}

.menu_drop ol.menu__second-level {
position: static;
width: 100%;
background: #fff;
opacity: 1;
z-index: 9997;
padding: 2px 0 0;
visibility:visible;
}

.menu_drop:hover ol.menu__second-level {
opacity: 1 !important;
}

ol.menu__second-level li{
padding: 1% 0 1% 5% !important;
}

ol.menu__second-level li a{
display: block;
color: #000 !important;
margin:0 !important;
padding: 2% 0 0;
}

ol.menu__second-level li a:hover{
color: #000 !important;
background: #fff;
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}

ol.menu__second-level li a:last-child{
border-bottom: none;
padding-bottom: 1%;
margin-bottom: 0;
}

ol.menu__second-level li:last-child{
border-bottom: none;
}


/*HEARDER----------------------------------------------------------*/

header{
position: fixed;
z-index: 9999;
background: #fff;
width: 100%;
height: 55px;
/*お知らせ掲載時のみ高さ125px*/
/*height: 125px;*/
border-bottom: 1px solid #ccc;
}

header .h_smalllink{
display: none;
}

header .nav{
padding:1% 3%;
}

header .nav:before,
header .nav:after {
    content: " ";
    display: table;
}

header .nav:after {
    clear: both;
}

header .nav h1{
width: 110px;
padding-top: 8px;
}

header .nav nav{
float: none;
height: 110vh;
display: flex;
justify-content: center;
align-items: center;
overflow: auto;
overflow-y: scroll;
}

header .nav nav li{
display: block;
padding: 3% 0;
border-bottom: #ccc solid 1px;
}

header .nav nav li.both a:hover,
.menu_drop>span.both:hover{
background: #fff;
}

header .nav nav li:last-child{
border-bottom: none;
}

header .nav nav li a{
text-decoration: none;
color: #000;
margin-left: 0;
font-size: 3.8vw;
}

header.clone-nav {
display: none;
}

/*slider----------------------------------------------------------*/
.mvbox{
margin-bottom: 5vw;
width: 100%;
}

/*t_se_newbox----------------------------------------------------------*/
.t_se_newbox{
margin-bottom: 5vw;
}

.t_se_newbox .t_search{
margin: 0 auto 5vw;
width: 94%;
}

.t_se_newbox .t_search li{
display: inline-block;
width: 31%;
vertical-align:top;
}

.t_se_newbox .t_search li:nth-child(2){
margin: 0 1%;
}

.t_se_newbox .t_search li a{
font-size: 4vw;
line-height: 5vw;
padding:0 3%;
height: 15vw;}

.t_se_newbox .t_search li a::before{
border-top: 5px solid transparent;
border-left: 5px solid transparent;
border-bottom: 5px solid #fff;
bottom: 5px;
right: 5px;
}

.t_se_newbox .t_news{
position: static;
}

.t_se_newbox .t_news h2{
border-radius: 0;
width: 100%;
height: auto;
font-size: 5vw;
text-align: center;
position: static;
padding: 2% 0;
margin-bottom: 3vw;
}

.t_se_newbox .t_news h2 span{
font-size: 5vw;
display: inline;
padding-top: 0;
margin-bottom: 0;
text-align: left;
}

.t_se_newbox .t_news ul{
width: 92%;
height: 120px;
overflow: auto;
padding: 2%;
margin: 0 auto;
}

.t_se_newbox .t_news ul li{
margin-bottom: 3vw;
padding: 0;
}

.t_se_newbox .t_news ul li dl{
font-size: 3vw;
}

.t_se_newbox .t_news ul li dl dt{
line-height: 5vw;
}

.t_se_newbox .t_news ul li dl dd{
margin-left: 20vw;
line-height: 5vw;
}

.t_se_newbox .t_news ul li dl dd strong{
background: #e60012;
color: #fff;
padding: 0 5px;
}

/*t_feabox----------------------------------------------------------*/
.t_feabox .plan_list{
display: block;
flex-wrap:wrap;
margin-bottom: 10vw;
}

.t_feabox .plan_list>li {
width: 96%;
border: #ccc solid 1px;
padding: 1.5%;
margin: 0 auto 3vw;
border-radius: 5px;
}

.t_feabox ol li{
position: static;
overflow: hidden;
}

.t_feabox ol li div.both{
width: 45%;
float: left;
position: relative;
}

.t_feabox ol li span img {
display: block;
width: 100%;
opacity: 1;
-webkit-transition: opacity 1s, transform 1s;
transition: opacity 1s, transform 1s;
background: #000;
max-width: 100%;
}

.t_feabox ol li:hover span img {
opacity: 1;
}

.t_feabox ol li .fed_box {
opacity: 1;
height: auto;
position: static;
text-align: center;
-webkit-transition: opacity 1s;
transition: opacity 1s;
z-index: 2;
-webkit-transform: translate(0, 0);
transform: translate(0, 0);
background:#fff;
float: right;
width: 54%;
}

.t_feabox ol li:hover .fed_box {
opacity: 1;
}

.t_feabox ol li .fed_box dl{
padding: 1vw 2% 0.5vw 5%;
}

.t_feabox ol li .fed_box dl dt{
font-size: 4.5vw;
line-height: 6vw;
margin-bottom: 1.5vw;
color: #1c82d3;
text-align: left;
}

.t_feabox ol li .fed_box dl dd{
text-align: left;
font-size: 4vw;
line-height: 5.5vw;
color: #000;
margin-bottom: 1.5vw;
}

.t_feabox ol li .fed_box dl dd br{
display: none;
}

.t_feabox ol li .fed_box p{
width: 70%;
font-size: 4.5vw;
border: #000 solid 2px;
border-radius: 20px;
padding:1.5% 0;
margin: 0 auto;
}

.t_feabox ol li .fed_box p a{
color: #000;
text-decoration: none;
}

.t_feabox ol li .fed_box p::after {
content: "▶";
display: inline-block;
color: #000;
}

.t_feabox strong{
display: none;
}

.t_feabox strong::after {
content: "▶";
display: inline-block;
}

.t_feabox .apibox{
display: none;
}

/*t_toursbox----------------------------------------------------------*/
.t_toursbox .plan_list>li{
width: calc(94% / 2);
padding: 1.25%;
margin: 2vw 1.2vw;
}

.t_toursbox .plan_list li a{
text-decoration: none;
display: block;
}

.t_toursbox .plan_list li span{
margin-bottom: 3vw;
display: block;
}

.t_toursbox .plan_list li .info {
margin-bottom: 2vw;
}

.t_toursbox .plan_list li .info dt{
font-size: 4vw;
line-height: 5vw;
margin-bottom: 1vw;
}

.t_toursbox .plan_list li .info dd{
font-size: 3.5vw;
line-height:4.5vw;
}

.t_toursbox .plan_list li .price{
font-size: 3vw;
line-height:4vw;
margin-bottom: 2vw;
}

.t_toursbox .plan_list li .price::after{
width: 5vw;
height: 5vw;
font-size: 4vw;
line-height: 5vw;
right: 0;
top: 0.5vw;
}

.t_toursbox .plan_list li .calendar dt{
font-size: 3vw;
height: auto;
padding:0.5% 0;
float: none;
width: 100%;
text-align: center;
margin-bottom: 2vw;
}

.t_toursbox .plan_list li .calendar dd{
margin-left: 0;
}

.t_toursbox .plan_list li .calendar dd ol{
font-size: 0;
}

.t_toursbox .plan_list li .calendar dd ol{
display: flex;
flex-wrap:wrap;
margin-bottom: 5px;
}

.t_toursbox .plan_list li .calendar dd li {
width: calc(94% / 6);
padding: 1px 0;
font-size: 2vw;
line-height: 5vw;
letter-spacing: 0;
height: auto;
margin: 0 0.2vw;
}

.t_toursbox .plan_list li .number{
overflow: hidden;
}

.t_toursbox .plan_list li .number li{
width: 49%;
font-size: 2vw;
line-height: 4vw;
padding: 1%;
letter-spacing: 0;
}


/*footer----------------------------------------------------------*/
footer{
margin-top: 15vw;
padding-top: 5vw;
border-top: #e60012 solid 2px;
}

footer .f_logo{
margin:0 auto 0;
width: 96%;
}

footer .f_logo dt{
display: inline-block;
/*width:100px;*/
width:140px;
vertical-align: 5px;
}

footer .f_logo dd{
font-size: 20px;
line-height: 5vw;
}

footer address{
font-size: 4vw;
line-height: 5vw;
margin:0 auto 5vw;
width: 94%;
}

footer address span{
font-size: 3vw;
}

footer .f_sitemap,
footer .f_personal{
display: none;
}

footer .f-tel{
display: block;
font-size: 11vw;
letter-spacing: 0;
text-align: center;
margin: 0 auto 1vw;
}

footer .f-tel a{
text-decoration: none;
color: #000;
}

footer .f-tel a::before{
content:" ";
display:inline-block;
background: url(../img/common/tel_icon.png) no-repeat;
background-size:100%;
vertical-align:-3vw;
width: 7vw;
height: 11vw;
margin-right: 5px;
}

footer a.icn{
	margin-right:20px;
}


/*--SP_NAV-------------------------------------------------------------*/

#sp_gnav{
position: absolute;
top:0;
right: 0;
padding:5px;
display: block;
height: 50px;
width: 50px;
}

#sp_gnav>.sp_tgr,
#sp_gnav>.sp_tgr span {
display: inline-block;
transition: all .4s;
box-sizing: border-box;
}

#sp_gnav>.sp_tgr {
position: absolute;
width: 30px;
height: 22px;
top:14px;
left:10px;
z-index: 9999;

}

#sp_gnav>.sp_tgr span {
position: absolute;
left: 0;
width: 100%;
height: 2px;
background:#000;
}

#sp_gnav>.sp_tgr span:nth-of-type(1){
top: 0;
}

#sp_gnav>.sp_tgr span:nth-of-type(2){
top: 10px;
}

#sp_gnav>.sp_tgr span:nth-of-type(3){
bottom: 0;
}

#sp_gnav>.sp_tgr.active{}
#sp_gnav>.sp_tgr.active span:nth-of-type(1) {
-webkit-transform:
translateY(10px) rotate(-45deg);
transform: translateY(10px) rotate(-45deg);
background:#000;
height: 2px;
}

#sp_gnav>.sp_tgr.active span:nth-of-type(2) {
opacity: 0;
}

#sp_gnav>.sp_tgr.active span:nth-of-type(3) {
-webkit-transform: translateY(-10px) rotate(45deg);
transform: translateY(-10px) rotate(45deg);
background:#000;
height: 2px;
}

.m_modal {
width: 100%;
height: auto;
display:block !important;
transition: opacity .1s ease-out;
-moz-transition: opacity .1s ease-out;
-webkit-transition: opacity .1s ease-out;
overflow-y: scroll;
overflow-scrolling:
touch;-webkit-overflow-scrolling:
touch;
height: 100vh;
overflow-x: scroll;
display: block!important;
z-index: 9998;
}

#firing{
opacity: 0;
}

.seamenu_opsp #firing{
opacity: 1;
display: block;
}

#navi{
z-index: 9995;
display:block;
width: 100%;
min-width: 100%;
padding: 0;
margin: 0 auto !important;
position: fixed;
left: 0;
}


#navi .navisbox{
width: 100%;
max-width: 100%;
display: none;
background: #fff;
opacity: 0.95;
}

#navi .navisbox ul{
position: static;
top: 0;
left: 0;
margin-left: 0 ;
width: 100%;
height: 100vh;
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
transition: .5s ease-in-out;
overflow: auto;
overflow-y: scroll;
z-index: 9999;
padding:40px 3% 100px;
}

#box-b {
position: absolute;
bottom: 0;
}

/*t_se_newbox----------------------------------------------------------*/

.input_searchbox{
margin:0 auto 5vw;
padding:6% 2% 4%;
width: 94%;
}

.input_searchbox .mas-both{
}

.input_searchbox .mas-both h2{
display: block;
margin:0 auto 4vw;
font-size: 6vw;
text-align: center;
vertical-align: 0;
}

.input_searchbox .mas-both .searchs{
display: block;
}

.input_searchbox .mas-under{
overflow: hidden;
}

.input_searchbox .mas-under>dt{
font-size: 4vw;
width: 100%;
text-align: center;
padding:1% 0;
display: block;
margin:0 auto 3vw;
float: left;
}

.input_searchbox .mas-under>dd{
display: block;
}

.input_searchbox .mas-select{
margin:0 auto 5vw;
display: block;
text-align: center;
}

.input_searchbox .mas-select li{
display: inline-block;
vertical-align: -0.5px;
}

.input_searchbox .mas-select li select{
font-size:18px;
padding: 3px 0 3px 15px;
width: 21.5vw;
text-align: center;

}

.input_searchbox .mas-select li span{
padding: 0 1.1vw 0 0;
font-size: 4vw;
}

.input_searchbox .mas-calendar{
display: block;
margin:0 auto 4vw;
text-align: center;
}

.input_searchbox .mas-calendar dt{
vertical-align: 0;
display: inline-block;
width: 20px;
}

.input_searchbox .mas-calendar dt img{
width: 100%;
}

.input_searchbox .mas-calendar dd{
display:inline-block;
font-size: 4vw;
}

.input_searchbox p.bt{
display: block;
vertical-align: 0;
text-align: center;
width: 60vw;
margin: 0 auto;
}

.input_searchbox p.bt input{
max-width: 100%;
}



/*.place-box----------------------------------------------------------*/
.place-box{
max-width:96%;
margin: 0 auto;
}

.place-box li p img{
max-width: 100%;
}

.place-box li{
margin-bottom: 15vw;
}

.place-box .Left{
width: 55%;
}

.place-box .Right{
width: 43%;
}

.place-box .map{
position:static;
width:100%;
height:auto;
clear: both;
padding-top: 2vw;
}

.place-box .map p{
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

.place-box .map iframe{
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.un-ttlbox-ty01{
padding: 3% 0;
margin-bottom: 5vw;
}

.un-ttlbox-ty01 span{
max-width: 95%;
text-align: left;
font-size: 4.5vw;
}

.un-ttlbox-ty02{
margin-bottom: 5vw;
font-size: 4.2vw;
padding: 3.5% 0 5%;
text-align: center;
}

.logos-ver{
font-size: 4.75vw !important;
text-align: left;
padding: 3% !important;
}

.logos-ver:before{
width: 20vw;
height: 6vw;
margin-right: 2vw;
vertical-align: middle;
}


.link-ver strong{
position: static;
margin: 2vw auto 0;
display: block;
width: 70%;
}

.link-ver strong a{
font-size: 4vw;
padding: 3% 0;
width: 70%;
margin: 0 auto;
}

.un-ttlbox-ty03 {
padding: 2%;
margin-bottom: 5vw;
font-size: 4vw;
}

.un-ttlbox-ty03::before {
position: absolute;
left: -6px;
bottom: 0;
content: '';
width: 6px;
height: 50%;
background-color: #221815;
}

.un-ttlbox-ty03::after {
position: absolute;
left: 0;
bottom: 0;
content: '';
width: 100%;
height: 0;
border-bottom: 1px solid #727171;
}

.place-det,
.address-box{
overflow: hidden;
font-size: 3.4vw;
line-height: 4.45vw;
}

.place-det>dt{
float: none;
margin:0 0 2vw 0;
}
.place-det>dt img{
max-width: 100%;
}

.place-det>dd br{
display: none;
}

.address-box dl{
margin-bottom: 2vw;
}

.f_sns_space{
	padding-top: 0;
	padding-bottom: 20px;
	border-bottom: #e60012 solid 2px;
	/*border-bottom: #233f9a solid 2px;*/
}

footer.f_snstxt,
footer.f_sns{
	width:100%;
}

footer a.icn{
	margin-left:20px;
}

footer a.icn_end{
	margin-left:20px;
	margin-right:20px;
}

footer .f_logo dd,
.f_snstxt h5{
	border:none;
	text-decoration:none;
}

}/*--Below767px---END*/


/*-----------------------------------------------------
●販売終了
-----------------------------------------------------*/	 

@media screen and (max-width: 767px) {
.final_txt{
	width: 928px;
	margin:10px 10px 10px 10px;
	padding:5px 0px 5px 0px;
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border:solid 1px #CC0000;
}
}

@media screen and (min-width: 768px) {
.final_txt{
	width: 97%;
	margin:10px 10px 10px 10px;
	color:#CC0000;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	border:solid 1px #CC0000;
}
}
