@import url("common/styles/fonts.css");
@import url("common/styles/jquery.bxslider.css");
@import url("common/styles/lightbox.css");
@import url("common/styles/drawer.min.css");
/****************************************
		base
*****************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #666;
	font-family: "Noto Sans JP", "游ゴシック体" , "YuGothic" , "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", sans-serif;
	font-weight: 300;
	font-size: 15px;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 2px;
/*	min-width: 900px;*/
}



ul, li {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #4D4D4D;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* Clearfix
=================================*/

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}


/* Hide from Mac IE \*/

.cf {
	display: block;
}

* html .cf {
	height: 1%;
}


/* Hide from Mac IE */


/****************************************
		base
*****************************************/
.main{
	width: 100%;
	margin: 0 auto 10px;
	max-width: none;
}
.pc{
	display: inline-block;
}
.sp{
	display: none;
}

.popup_sp{
	display: none !important;
}
h2{
	text-align: center;
	font-size: 26px;
	letter-spacing: 5px;
	font-weight: 400;
	line-height: 1;
	margin: 10px 0;
	color: #595656;;
}
h2 span{
	font-size: 0.5em;
	letter-spacing: 2px;
	font-weight: 100;
	color: #ccc;
}
h3{
	text-align: center;
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: 400;
	line-height: 1.2;
	margin: 40px 0;
}
.sub_title{
	text-align: center;
	font-size: 21px;
	letter-spacing: 6px;
	font-weight: 300;
	margin: 20px 0;
	color: #666;
}
.text{
	font-size: 18px;
	color: #666;
	padding: 10px 30px 30px 30px;
	margin-left: 20px;
}

.small{
	font-size: 0.9em;
	text-align: left;
	margin-top: 10px;
}
.asterisk{
	background: #F2F2F2;
	padding: 10px;
	font-size: 22px;
	max-width: 700px;
	margin: 80px auto 0;
}
.main_contents{
	max-width: 1060px;
	margin: 0 auto;
}
.main_contents section{
/*	padding: 0 10px;*/
	padding-bottom: 80px;
	text-align: center;
}

.main_contents section:last-of-type {
	border-bottom: none;
	padding-bottom: 0;
}
.total_column{
	max-width: 1230px;
	margin: 0 auto;
}
.two_column{
	width: 49%;
	float: left;
	margin-top: 0;
	margin-right: 2%;
	box-sizing: border-box;
}
.two_column:nth-of-type(2){
	margin-right: 0;
}

.three_column li{
	width: 32%;
	float: left;
	margin-top: 0;
	padding-right: 2%;
}
.three_column li:last-child{
	padding-right: 0;
}
.three_column p{
	font-size: 18px;
}
.three_column .number{
	max-width: 60px;
	margin-bottom: 20px;
}

.four_column{
	margin-right: -10px;
}
.four_column li{
	width: 25%;
	float: left;
	padding-right: 10px;
	box-sizing: border-box;
}
span.days{
	display: inline-block;
	background: #E5E5E5;
	padding: 1px;
	max-width: 100px;
	width: 50%;
	margin: 12px 7px 5px 0;
	text-align: center;
	font-size: 11px;
}
span.campaign{
	display: inline-block;
	background: #FFAE00;
	padding: 3px;
	max-width: 250px;
	width: 50%;
	margin: 12px 0 5px 0;
	text-align: center;
	border-radius: 20px;
	color: #fff;
	font-size: 11px;
}
.plan_detail section.outline .tax.mt0{
	margin-top: 0;
}
.cf.outline.plan02 td {
	padding: 1% 0;
}


/* --------------------------------------------------
	how_to @sub
-------------------------------------------------- */
.how_to{
	width: 100%;
	max-width: 1060px;
    margin: 0 auto;
    padding: 80px 0;
}
.how_to a{
	border: #DFCA92 solid 2px;
	color: #DAC078;
	padding: 15px;
	display: block;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	font-size: 17px;
	font-weight: 400;
	transition: 0.5s;
    box-sizing: border-box;
}

.how_to a:hover{
	color: #fff;
    border: #d4b65b solid 2px;
    background: #d4b65b;
}
.how_to ul{
	max-width: 720px;
	margin: 0 auto;
	width: 100%;
}
.how_to ul li{
	float: left;
	width: 42%;
	margin-right: 16%;
}
.how_to ul li:last-child{
	margin-right: 0;
}
.how_to ul + a{
	margin-top: 55px;
}

/* --------------------------------------------------
	comingsoon @sub
-------------------------------------------------- */

.comingsoon div h2{
	font-size: 50px;
	font-weight: 700;
	color: #BEBDC0;
	letter-spacing: 7px;
	margin-top: 60px;
}

.comingsoon div h3{
	font-size: 17px;
	line-height: normal;
	letter-spacing: 0px;
}

.comingsoon div a{
	border: 1px solid #C8AB67;
	padding: 10px;
	color: #C8AB67;
	display: block;
	text-align: center;
	width: 90%;
	max-width: 300px;
	margin: 0 auto 80px;
	font-size: 16px;
	transition: 0.5s;
}
.comingsoon div a:hover{
	color: #fff;
    border: #d4b65b solid 1px;
    background: #d4b65b;
}
/* --------------------------------------------------
	BREADCRUMS @sub
-------------------------------------------------- */
.breadcrumbs {
	font-size: 12px;
	display: block;
	margin: 20px auto 10px;
	max-width: 1060px;
}

.breadcrumbs ol {
	display: block;
}

.breadcrumbs ol li {
	display: inline-block;
}

.breadcrumbs a {
	background: url("../images/bread_arrow.png") no-repeat 100% 50%;
	color: #A0A0A0;
	padding-right: 0.8em;
	padding-left: 0.3em;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs ol li:last-child a {
	background: none;
}

/****************************************
		header
*****************************************/
header{
	width: 100%;
	display: block;
	margin: 0 auto;
/*	border-bottom: #4D4D4D solid 5px;*/
}
.hum-menu{
	display: none;
}

.head-nav{
	width: 100%;
	max-width: 1200px;
	margin: 20px auto;
	max-height: 53px;
}

.head-nav .logo{
	width: 50%;
	float: left;
	display: table;
}
.head-nav .logo img{
	/*margin-bottom:3px;
	margin-top:-7px;*/
}
.tkp_logo{
	float:left;
	width:50px;
	padding:5px 5px 0 0;
}
.head-nav .logo h1{
	display: inline-block;
	float: left;
/*	max-width: 150px;*/
/*	width: 40%;*/
	padding:20px 5px 0 0;
	display: table-cell;
	vertical-align: middle;
}
.head-nav .logo h1 a img{
	max-width: 170px;
/*	margin-top: -5px;*/
}
.head-nav .logo > a{
	/*float: left;*/
	display: inline-block;
	width: 46%;
	display: table-cell;
	vertical-align: middle;
	padding-top: 11px;
}
.head-nav .logo > a img{
	width: 100%;
	max-width: 220px;
}
.nav-contact{
	float: right;
	width: 50%;
	text-align: right;
}
.nav-contact .tel{
	display: block;
	max-width: 300px;
	float: right;
	line-height: 1.2;
	margin-right: 20px;
	width: 32%;
}
.nav-contact .tel p:nth-child(1){
	font-weight: 400;
}
.nav-contact .tel p:nth-child(2){
	display: inline;
/*	padding-left: 30px;
	background: url(../images/bottom_menu_tel2.png) left 60%/25px auto no-repeat;
	font-weight: 700;
	font-size: 1.9em;
	color: #D4B65B;*/
}
.nav-contact .tel p:nth-child(2) img{
	max-width: 240px;
	padding-top: 4px;
}
.nav-contact a{
	padding: 10px 5px;
	text-align: center;
	color: #fff;
	display: inline-block;
	margin-right: 15px;
	font-size: 1.1em;
	font-weight: 300;
	float: right;
}

.nav-contact a:nth-child(1){
	background: #6FC2FF;
	margin-right: 20px;
	max-width: 150px;
	width: 21%;
}

.nav-contact a:nth-child(2){
	background: #D4B65B;
	max-width: 180px;
	width: 29%;
}
.gnav{
	width: 100%;
	display: block;
	margin: 0 auto;
    box-shadow: 0px -5px 0px 0px #4D4D4D inset;
    background: rgba(255,255,255,0.8);
}
.gnav ul{
	/*width: 100%;*/
	max-width: 1200px;
	display: block;
	margin: 0 auto;
	height: 100px;
	position: relative;
}
.gnav ul li{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100px;
	overflow: hidden;
	display: table;
	transition: 0.5s;
/*    box-shadow: 0px -5px 0px 0px #4D4D4D inset;*/
}
.gnav ul li:hover{
/*    box-shadow: 0px 5px 0px 0px #D4B65B;*/
    box-shadow: 0px -5px 0px 0px #D4B65B inset;
}
/*
.gnav ul li:last-child{
	border: none;
}*/
.gnav ul li:nth-child(1){
	width: 11%;
}
.gnav ul li:nth-child(2){
	width: 15%;
}
.gnav ul li:nth-child(3){
	width: 19%;
}
.gnav ul li:nth-child(4){
	width: 20%;

}
.gnav ul li:nth-child(5){
	width: 21%;

}
.gnav ul li:nth-child(6){
	width: 14%;
}
/*
.gnav ul li:nth-child(7){
	width: 10%;
}*/

.gnav ul li a{
	padding: 30px 0 0;
	margin: 0 0 5px 0;
	text-align: center;
	display: block;
/*	display:table-cell;*/
	vertical-align: middle;
	width: 100%;
	color: #999999;
	line-height: 1.5;
	font-size: 0.9em;
	/*border-right: #E6E6E6 solid 2px;*/
	background: url(images/gnav_border.png) right 0/2px repeat-y;
	box-sizing: border-box;
	height: 95px;
}
.gnav ul li a span{
	font-size: 1.5em;
	font-weight: 400;
	color: #4D4D4D;
}
.gnav ul li:last-of-type a{
	border: none;
	background: none;
}

.gnav ul li.top_pulldown_btn ul li:hover{
	box-shadow: none;
}

.gnav ul li.top_pulldown_btn div.top_pulldown{
	display:none;
	height: auto;
	width: 100%;
	position: absolute;
	top: 100px;
	left:0;
	z-index: +2;
	background-color:rgba(106, 106, 106, 0.82);
	padding: 25px 0px 40px 0px;
	opacity: 0;
	animation: top_pulldown 0.5s ease 1 forwards;
	-webkit-animation: top_pulldown 0.5s ease 1 forwards;
	-moz-animation: top_pulldown 0.5s ease 1 forwards;
	-o-animation: top_pulldown 0.5s ease 1 forwards;
	-ms-animation: top_pulldown 0.5s  ease 1 forwards;
}

@-webkit-keyframes top_pulldown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes top_pulldown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes top_pulldown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes top_pulldown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-ms-keyframes top_pulldown {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.gnav ul li.top_pulldown_btn div.top_pulldown ul{
	float: none;
	clear: both;
	height: auto;
	margin: 0px 5%;
	box-sizing: border-box;
}

.gnav ul li.top_pulldown_btn div.top_pulldown ul li{
	float: left;
	margin:0px 1.49%;
	padding: 5px 0 10px;
	height: 100px;
	overflow: hidden;
	display: table;
	transition: 0.5s;
    box-shadow: none;
	width: 17%;
	text-align: center;
	border: none;
	background: none;
}

.gnav ul li.top_pulldown_btn div.top_pulldown ul li a{
	padding: 0;
	margin: 0;
	text-align: center;
	display:table-cell;
	vertical-align: middle;
	width: 100%;
	color: #999999;
	line-height: 1.5;
	font-size: 0.9em;
	border: none;
	background: none;
	transition:0.5s;
}
.gnav ul li.top_pulldown_btn div.top_pulldown ul li a:hover{
	opacity: 0.8;
}
.gnav ul li.top_pulldown_btn div.top_pulldown ul li a p{
	color: #fff;
	font-size: 14px;
	padding-top: 10px;
}

.gnav ul li.top_pulldown_btn div.top_pulldown ul li img{
	width:100%;
	height: auto;
	text-align: center;
	background: #fff;
}

.gnav ul li.top_pulldown_btn div.top_pulldown div {
	width: 51%;
	margin: auto;
	text-align: center;
	clear: both;
	float: none;
	margin-top:40px;
}

.gnav ul li.top_pulldown_btn div.top_pulldown div:hover {
	background-color: #fff;
	opacity: 0.9;
}


.gnav ul li.top_pulldown_btn div.top_pulldown div a{
	display: block;
	color: #fff;
	font-size: 16px;
	border: none;
	background: none;
	background-color: #D4B65B;
	padding: 10px;
	/*margin-top: 30px;*/
	height: auto;
	margin-bottom: 0;
}

.gnav ul li.top_pulldown_btn div.slideopen{
	display: block;
}


/*.gnav ul li.top_pulldown_btn div.top_pulldown:hover{
	display: block;
}*/

/*fixed-gnav*/

.gnav_logo{
	background: url(../images/logo_gnav2.png) center 22% no-repeat;
	background-size: 76%;
	transition: box-shadow 0.5s ease,background 2s ease;
}

.gnav_logo.fade{
	background: url(../images/logo_gnav.png) center 22% no-repeat;
	background-size: 76%;
	transition: box-shadow 0.5s ease,background 2s ease;

}

.gnav_logo.fade p{
	display: none
}

.gnav.fixed{
	position: fixed;
	margin-top: -92px;
	z-index: 2;
}


/****************************************
		footer
*****************************************/
footer{
	width: 100%;
	margin: 0 auto;
	letter-spacing: 1px;
	border-top: #EDEDED solid 2px;
	padding-top: 50px;
	margin-bottom: 70px;
	padding-bottom: 80px;
}
.footer_info_wrapper{
	max-width: 1060px;
	margin: 0 auto;
	padding: 0 10px;
}


.footer_info01{
	width: 100%;
	margin-bottom: 30px;
}
.footer_info02{
	margin: 40px 0;
}


.footer_info_left{
	width: 48%;
	float: left;
}

.footer_info_right{
	width: 46%;
	float: right;

}
.footer_contact{
	background: #D4B65B;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-weight: 500;
	line-height: 1.4;
}

.footer_contact p:nth-child(1){
	font-size: 20px;
	font-weight: 700;
}
.footer_contact p:nth-child(2){
	display: inline;
/*	background: url(../images/bottom_menu_tel3.png) left 60%/47px auto no-repeat;
	padding-left: 55px;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 4px;*/
}
.footer_contact p:nth-child(2) img{
	max-width: 380px;
	padding: 12px 0 7px;
}
.footer_contact p:nth-child(3){
	font-size: 14px;
	font-weight: 300;
}
.footer_contact p:nth-child(3) a{
	color: #fff;
	font-size: 17px;
	margin-right: 25px;
	font-weight: 400;
	background: url(../images/arrow00.png) left center/8px auto no-repeat;
	padding-left: 15px;
}

.lectore_logo{
	float: left;
	/* display: block; */
	width: 34%;
	padding-right: 20px;
	padding-top: 10px;
	vertical-align: middle;
	display: table-cell;
}

.lectore_logo img{
	max-width: 170px;
}
.address{
	margin: 30px 0;
}
/*
.address > div{
	float: right;
	width: 63%;
}*/
.address > div{
	vertical-align: middle;
	display: table;
}
.address > div p:nth-child(2){
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 5px;
}
.resort_logo{
	max-width: 220px;
	display: block;
}

.time_info{
	border-top: #CCC solid 2px;
	border-bottom: #CCC solid 2px;
	text-align: center;
	padding: 10px 0;
	float: none;
	clear: both;
	width: 100%;
}
.use_case p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}

.use_case ul{
	float: left;
}

.use_case ul:nth-of-type(1){
	width: 33%;
}
.use_case ul:nth-of-type(2){
	width: 33%;
}
.use_case ul:nth-of-type(3){
	width: 34%;
	margin-right: 0;
}

.use_case ul li{
	font-size: 12px;
	margin: 5px 0;
}

.footer_access{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 10px;
}

.footer_access p{
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.footer_access p span{
	font-weight: 300;
	font-size: 14px;
}
.footer_access img{
	width: 90%;
	display:block;
	margin: 0 auto;
}
.footer_nav01{
	background: #F5F5F5;
	padding: 10px 10px;
}

.footer_nav01 ul{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.footer_nav01 ul li{
	float: left;
	position: relative;
	text-align: right;
	min-width: 132px;
	margin-right: 1%;
}
.footer_nav01 ul li:last-child{
	margin-right: 0;
}

.footer_nav01 ul li a{
	box-sizing: border-box;
	padding: 5px 0 5px 15px;
	background: url(../images/arrow01.png) left center/5px auto no-repeat;
	font-size: 12px;
}
/*
.footer_nav01 ul li:before{
	content: ">";
	position: absolute;
	left: 0;
}*/
.footer_nav01 ul li:nth-child(1){
	font-size: 1.1em;
	font-weight: 500;
	width: 24%;
	min-width: 245px;
	text-align: left;
}
.footer_nav01 ul li:nth-child(1) a{
	padding: 10px 0 10px 15px;
	font-size: 14px;
}
.footer_nav01 ul li:nth-child(2){
	width: 12%;
	min-width: 120px;
}

.footer_nav01 ul li:nth-child(3){
	width: 14%;
}
.footer_nav01 ul li:nth-child(4){
	width: 14%;
}
.footer_nav01 ul li:nth-child(5){
	width: 14%;
}
/*
.footer_nav01 ul li:nth-child(2){
	width: 12%;
	min-width: 120px;
}

.footer_nav01 ul li:nth-child(3){
	width: 17%;
	min-width: 158px;
}
.footer_nav01 ul li:nth-child(4){
	width: 14%;
}
.footer_nav01 ul li:nth-child(5){
	width: 14%;
}
.footer_nav01 ul li:nth-child(6){
	width: 14%;
}
*/


.footer_nav02{
	max-width: 1060px;
	margin: 10px auto;
	padding: 0 10px;
}
.footer_nav02 ul{
}
.footer_nav02 ul li{
	float: left;
	border-right: solid 2px #4D4D4D;
	text-align: center;
}
/*
.footer_nav02 ul li:nth-child(1){
	width: 21%;
	text-align: left;
}
.footer_nav02 ul li:nth-child(2){
	width: 19%;
}
.footer_nav02 ul li:nth-child(3){
	width: 19%;
}
.footer_nav02 ul li:nth-child(4){
	width: 13%;
}
.footer_nav02 ul li:nth-child(5){
	width: 13%;
}
.footer_nav02 ul li:nth-child(6){
	width: 13%;
}*/
.footer_nav02 ul li:last-child{
	border-right: none;
}
.footer_nav02 ul li a{
	color: #4D4D4D;
	display: block;
	padding: 2px 20px;
	font-size: 12px;
}
.footer_nav02 ul li:nth-child(1) a{
	padding-left: 40px;
	font-weight: 500;
	font-size: 12px;
	position: relative;
}
.footer_nav02 ul li:nth-child(1) a:before{
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/icon-fb.png) center center/contain no-repeat;
	position: absolute;
	left: 0;
	bottom: 0;
}
.copyright{
	float: right;
	font-weight: 400;
	margin: 5px 0 0;
}

/* --------------------------------------------------
	totop @common
-------------------------------------------------- */

.totop a {
	float: right;
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 1;
	/*opacity: 0.6;*/
	width: 50px;
	transition: 1s;
}

.totop a:hover {
	opacity: 0.7;
}
@media only screen and (max-width: 767px) {
	.totop a {
		right: 15px;
		bottom: 100px;
		width: 40px;
	}
}

/****************************************
		bottom-menu
*****************************************/

.accordionbox{
	max-width: 900px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 30;
	background: #d4b65b;
}

.accordion_icon,
.accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
	width: 55px;
	height: 55px;
	background-color: #C8A22D;
	cursor: pointer;
	float: right;
}
.accordion_icon span {
	position: absolute;
    left:31%;
    width: 41%;
	height: 2px;
    background-color: #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
    top:50%;
	transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
    top: 50%;
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
	display:none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 50%;
	transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.bottom_menu > ul.bottom_menu_bar{
	max-width: 845px;
}
.bottom_menu > ul.bottom_menu_bar > li:first-child{
	float: left;
	width: 29%;
	height: 45px;
	background-color: #C8A22D;
	padding: 10px 0 0 15px;
/*	margin-left: 2%;*/
}


.bottom_menu > ul.bottom_menu_bar > li:first-child p{
	font-size: 16px;
}
.bottom_menu > ul.bottom_menu_bar > li:nth-child(2){
	width: 68%;
	background-color: #D4B65B;
	float: left;
	max-width: 585px;
}
.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li{
	float: left;
	/*width: 19.66%;*/
	height: 45px;
	padding: 10px 0 0 0;
}

.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:first-child{
	margin-left: 4%;
	width: 20%;
	min-width: 118px;
}

.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:first-child p{
}


.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(2){
	width: 41%;
	margin-left: 1%;
}
.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(3){
	margin-left: 3%;
	min-width: 170px;
	width: 30%;
}


.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(2) p{
/*
	font-size: 27px;
	font-weight: 500;*/
	margin-top: 8px;
/*	padding-right: 6px;*/
}

.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(3) a{
	border: 1px solid #fff;
	padding: 5px;
	line-height: 3;
}

.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li img{
	vertical-align: middle;
	margin-right:3.5px;
	margin-bottom: 3px;
}

.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(2) img{
	/*margin-bottom: 11px;*/
	max-width: 245px;
}
.bottom_menu ul.bottom_menu_bar li p{
	display: inline-block;
	color: #fff;
	font-size: 11px;
	font-weight: 100;
}

.accordionlist div:first-child{
	border-top: none !important;
}
.accordionlist div:nth-child(2){
    display:none;
	padding:15px 0 15px 30px;
	background-color: #333333;
	clear: both;
	float: none;
/*	height: 150px;*/
}

.accordionlist div:nth-child(2) ul{
	clear: both;
	float: none;
	width: 100%;
}

.accordionlist div:nth-child(2) ul:nth-child(1) li a,
.accordionlist div:nth-child(2) ul:nth-child(2) li a,
.accordionlist div:nth-child(2) ul:nth-child(3) li a{
	background: url(../images/arrow02.png) 0 50%/8px no-repeat;
	padding: 0 0 0 20px;
}

.accordionlist div:nth-child(2) ul:nth-child(3) li:last-child{
	width: 30%;
	text-align: left;
}
.accordionlist div:nth-child(2) ul:last-child li{
	width: 25%;
	text-align: center;
}

.accordionlist div:nth-child(2) li{
	float: left;
	width: 16%;
	text-align: left;
	margin: 5px 0;
	display: table;
}

.accordionlist div:nth-child(2) li a{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	height: 30px;
}

.accordionlist div:nth-child(2) li a span{
	color: #C8A22D;
	font-weight: 600;

}

@media (max-width: 915px) {
	.bottom_menu > ul.bottom_menu_bar > li:first-child{
		width: 22%;
		padding-left: 10px;
	}
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(2){
		width: 69%;
	}
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:first-child{
		margin-left: 2%;
	}
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(2){
		width: 38%
	}
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(3){
		margin-left: 2%;;
	}
}
/****************************************
		HOME
*****************************************/

/* ---- hero ---- */
.hero{
	height: 650px;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: auto;
}

/* ---- hero slider ---- */
.hero-slider {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
}

.hero-slide {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1s ease-in-out;
}

.hero-slide:first-child {
	opacity: 1;
	z-index: 1;
}

.hero-slider.is-initialized .hero-slide:first-child:not(.is-active) {
	opacity: 0;
	z-index: 0;
}

.hero-slide.is-active {
	opacity: 1;
	z-index: 1;
}

.hero-slide_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.hero-slide .hero_copy {
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	top: 22%;
	max-width: 750px;
	width: 100%;
	color: #fff;
	text-align: center;
	font-weight: 100;
	letter-spacing: 4px;
}

.hero-slide .hero_subtitle {
	line-height: 2;
	letter-spacing: 4px;
	padding: 50px 0;
	max-width: 370px;
	font-size: 20px;
	margin: 0 auto 40px;
	text-shadow: 2px 2px 5px #000;
	background: url(../../images/hero_subtitle_back.png) center center/contain no-repeat;
}

.hero-slide .hero_subtitle img {
	width: 70%;
	padding: 10px 0 0;
}

.hero-slide .hero_title {
	font-size: 22px;
	letter-spacing: 10px;
	text-shadow: 2px 2px 5px #000;
	margin: 50px auto 0;
	width: 100%;
}

.hero-slide .hero_title span {
	font-size: 38px;
	line-height: 32px;
}

/* hero slider navigation */
.hero-slider_nav {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: inline-flex;
	gap: 10px;
	align-items: center;
	z-index: 2;
}

.hero-slider_dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: none;
	background-color: rgba(255,255,255,0.5);
	cursor: pointer;
	padding: 0;
	transition: background-color 0.3s ease;
}

.hero-slider_dot.is-active {
	background-color: #fff;
}

.hero-slider_dot:focus {
	outline: 2px solid #fff;
	outline-offset: 2px;
}
video {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	/*min-width: 100%;
	min-height: 100%;*/
	height: auto;
	z-index: -2;
	overflow: hidden;
}

@media (min-width: 960px) {
	#hero {
	    /*background: url(../images/dot01.png) left top repeat,url(../images/top_hero.mp4) center center/cover no-repeat;*/
	}
}

@media (max-width: 959px) {
	#hero {
	    background: url(../images/top_hero_img.jpg) center center/cover no-repeat;
	}
	video{
		display: none;
	}
}

.hero .hero_copy{
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 1;
	top: 22%;
	max-width: 750px;
	width: 100%;
	/*height: 400px;*/
	color: #fff;
	text-align: center;
/*	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	font-weight: 100;
	letter-spacing: 4px;
}

.hero .hero_subtitle,
.hero-slide .hero_subtitle{
	line-height: 2;
	letter-spacing: 4px;
	padding: 50px 0;
	max-width: 370px;
	font-size: 20px;
	margin: 0 auto 40px;
	text-shadow: 2px 2px 5px #000;
	background: url(../../images/hero_subtitle_back.png) center center/contain no-repeat;
}
.hero .hero_subtitle img{
	width: 70%;
	padding: 10px 0 0;
}
.hero .hero_title{
	font-size: 22px;
	letter-spacing: 10px;
	text-shadow: 2px 2px 5px #000;
	margin: 50px auto 0;
	width: 100%;
}
.hero .hero_title span{
	font-size: 38px;
	line-height: 32px;
}

/* ---- home_menu01 ---- */
.home_menu01{
	background: #EDEDED;
	padding: 50px 0;
}
.home_menu01 ul{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.home_menu01 ul li{
	float: left;
	padding-right: 20px;
	margin: 0 0 20px;
}
.home_menu01 ul li:last-child{
	padding-right: 0;
}
.home_menu01 ul a:hover{
	opacity:0.8;
}
.home_menu01 .home_menu_img{
	display: block;
	transition: 0.5s;
}
.home_menu01 ul li:hover .home_menu_img{
	opacity: 0.8;
}

.home_menu01 .home_menu_info{
	display: block;
	background: #fff;
    box-sizing: border-box;
    padding: 10px;
}
.home_menu01 .home_menu_info p{
	text-align: center;
	margin: 0 auto;
	padding: 25px 0;
}
.home_menu01 .home_menu_info p:nth-child(1){
	font-weight: 400;
	font-size: 20px;
	border-bottom: #B3B3B3 solid 2px;
	margin: 0 0;
	line-height: 1.2;
	background: url(../images/corner02.png) left top/13px no-repeat;
	transition: 0.5s;
}
.home_menu01 ul li:hover .home_menu_info p:nth-child(1){
	background: url(../images/corner01.png) left top/13px no-repeat;
}
.home_menu01 .home_menu_info p:nth-child(1) span{
	font-weight: 400;
	font-size: 10px;
	color: #D7D7D7;
}
.home_menu01 .home_menu_info p:nth-child(3){
	background: #D9D9D9;
	color: #fff;
	padding: 4px;
	width: 100px;
	display: block;
	margin: 10px auto 0;
}
.home_menu01 ul li:hover .home_menu_info p:nth-child(3){
	opacity: 0.8;
}
/* .home_menu01 ul:nth-child(1) li{ */
.home_menu01 ul li{
	width: 48.63%; /*未対応ブラウザ用*/
	width: -webkit-calc((100% - 21px) / 2);/*Chrome用*/
	width: -moz-calc((100% - 21px) / 2);/*Firefox用*/
	width: calc((100% - 21px) / 2);
}
/* .home_menu01 ul:nth-child(1) li:last-child{
	padding-right: 0;
} */
.home_menu01 ul:nth-child(1) .home_menu_img{
	width: 66%;
	float: left;
	height: 250px;
}
.home_menu01 ul:nth-child(1) .home_menu_info{
	width: 34%;
	float: left;
	height: 250px;
}
.home_menu01 ul:nth-child(1) li p:nth-child(1){
	padding: 24px 0;
	margin: 0 0 0;
}

.home_menu01 ul:nth-child(1) li p:nth-child(3){
	margin: 0 auto;
}*/
/*.home_menu01 ul:nth-child(2) li,
.home_menu01 ul:nth-child(3) li{
	height: 300px;
	width: 31.5%; /*未対応ブラウザ用*/
	widht: -webkit-calc((100% - 41px) / 3);/*Chrome用*/
	width: -moz-calc((100% - 41px) / 3);/*Firefox用*/
	width: calc((100% - 41px) / 3);
}*/
/*
.home_menu01 ul:nth-child(2) li:last-child,
.home_menu01 ul:nth-child(3) li:last-child{
	padding-right: 0;
}*/
/*.home_menu01 ul:nth-child(2) .home_menu_img,
.home_menu01 ul:nth-child(3) .home_menu_img{
	height: 150px;
}
.home_menu01 ul:nth-child(2) .home_menu_info,
.home_menu01 ul:nth-child(3) .home_menu_info{
	height: 150px;
}
.home_menu01 ul:nth-child(2) .home_menu_info p,
.home_menu01 ul:nth-child(3) .home_menu_info p{
	padding: 5px 0;
}*/

/* ---- home_menu02 ---- */
/*
.home_menu02 p{
	background: rgba(255,255,255,0.5);
	max-width: 410px;
	display: block;
	margin: 0 auto;
	font-weight: 400;
	font-size: 26px;
	letter-spacing: 4px;
}
.home_menu02 p a{
	padding: 40px 0;
	text-align: center;
	display: block;
}
.home_menu02 p a span{
	font-weight: 400;
	font-size: 12px;
	color: #B4B4B4;
	letter-spacing: 2px;
}
*/
.home_menu02{
	width: 100%;
	max-width: 1060px;
	margin: 100px auto;
/*	padding: 50px 0;*/
/*	background: #999;*/
}
.home_menu02 ul{
	margin-top: 50px;
}
.home_menu02 ul li{
	width: 49%;
	margin-right: 2%;
	position: relative;
	height: 200px;
	float: left;
}
.home_menu02 ul li:nth-child(2){
	margin-right: 0;
}
.home_menu02 ul li a{
	display: block;
	height: 100%;
	transition: 0.5s;
}
.home_menu02 ul li:hover a{
	background: rgba(255,255,255,0.2);
}
.home_menu02 ul li div{
	background: rgba(255,255,255,0.8);
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}
.home_menu02 p{
	background: url(../images/corner02.png) left top/12px no-repeat;
	/* max-width: 410px; */
	display: block;
	margin: 10px 10px;
	font-weight: 400;
	font-size: 18px;
	/* letter-spacing: 4px; */
	text-align: center;
	line-height: 1.2;
	transition: 0.5s;
}
.home_menu02 ul li:hover p{
	background: url(../images/corner01.png) left top/12px no-repeat;
}
/* ---- home_menu03 ---- */
.home_menu03{
	background: #EDEDED;
	padding: 50px 0;
}
.home_menu03 ul{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto 0;
}
.home_menu03 ul li{
	float: left;
	height: 320px;
	padding-right: 12px;
	padding-bottom: 12px;
}
.home_menu03 ul li:last-child{
	padding-right: 0;
}
.home_menu03 ul li a{
	background: #fff;
	display: block;
	height: 100%;
}
.home_menu03 .home_menu_img{
	height: 230px;
	transition: 0.5s;
}
.home_menu03 .home_menu_info{
	text-align: center;
	margin-top: 20px;
}
.home_menu03 .home_menu_info p:nth-child(1){
	text-align: center;
	display: inline;
	width: auto;
	font-weight: 400;
	font-size: 16px;
	/* line-height: 1; */
	margin: 20px 0 5px;
	background: url(../images/arrow03b.png) left 70%/18px auto no-repeat;
	padding-left: 30px;
	transition: 0.5s;
}
.home_menu03 ul li:hover .home_menu_img{
	opacity: 0.8;
}
.home_menu03 ul li:hover p:nth-child(1){
	background: url(../images/arrow03a.png) left 70%/18px auto no-repeat;
}
.home_menu03 .home_menu_info p:nth-child(2){
	margin-top: 5px;
}
.home_menu03 ul:nth-child(1) li{
	width: 32.25%; /*未対応ブラウザ用*/
	widht: -webkit-calc((100% - 25px) / 3);/*Chrome用*/
	width: -moz-calc((100% - 25px) / 3);/*Firefox用*/
	width: calc((100% - 25px) / 3);
}
/*
.home_menu03 ul:nth-child(1) li:last-child{
	padding-right: 0;
}*/
.home_menu03 ul:nth-child(2) li{
	width: 23.8%; /*未対応ブラウザ用*/
	widht: -webkit-calc((100% - 37px) / 4);/*Chrome用*/
	width: -moz-calc((100% - 37px) / 4);/*Firefox用*/
	width: calc((100% - 37px) / 4);
}
/*
.home_menu03 ul:nth-child(2) li:last-child{
	padding-right: 0;
}*/

/* ---- home_menu04 ---- */
.home_menu04{
	margin: 0 auto;
	max-width: 1060px;
	padding: 100px 10px;
}

.home_menu04_title{
	width: 30%;
	background: #EDEDED;
	float: left;
	height: 120px;
	text-align: center;
}

.home_menu04_title p{
	padding: 38px 0px;
	font-size: 11px;
}

.home_menu04_title p span{
	font-weight: 400;
	font-size: 18px;
	letter-spacing:3px;
}
.home_menu04 .top-news{
	float: right;
	width: 70%;
	max-height: 120px;
	display: inline-block;
	box-shadow: 0px 0px 0px 1px #ededed inset;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.home_menu04 .top-news iframe{
	width:100%;
	height:100%;
	display:block;
}
.home_menu04 .top-news iframe::-webkit-scrollbar{
	display: none;
}

.home_menu04 .more{
	display: block;
	width: 100%;
	text-align: right;
	float: none;
}
.home_menu04 .more a{
	padding: 5px 0;
	display: inline-block;
}

/****************************************
		plan_price
*****************************************/

.section-heading-center{
	text-align: center;
}

.plan_table1,
.plan_table2,
.plan_table4 {
    width: 100%;
	border: solid #ccc 1px;
	border-collapse: collapse;
    border-spacing: 0;
	font-size:14px;
}
.table1_special {
    margin-left: auto;
    margin-right: auto;
    display: table;
	width: 85%;
}

.plan_table5 {
    width: 50%;
	border: solid #ccc 1px;
	border-collapse: collapse;
    border-spacing: 0;
	font-size:14px;
	clear:both;
}

.plan_table3 {
    width: 100%;
    margin-bottom: 10px;
	border: solid #ccc 1px;
	border-collapse: collapse;
    border-spacing: 0;
	font-size:14px;
}

.plan_table1 td,
.plan_table5 td {
    text-align: center;
    border: solid #ccc 1px;
    padding: 15px;
}

.plan_table2 td {
    text-align: left;
    border: solid #ccc 1px;
    padding: 15px;
}

.plan_table3 td {
    text-align: left;
    border: solid #ccc 1px;
    padding: 12px;
}

.plan_table4 td {
    text-align: left;
    padding: 12px;
}

.plan_table4_text {
	margin-top:-30px;
	font-size:14px;
	margin-bottom:30px;
	text-align:left;
}

.plan_table1 th,
.plan_table5 th {
	background-color:#666;
	border: solid #ccc 1px;
	color:#fff;
	padding:15px;
}

.plan_table2 th,
.plan_table4 th {
	text-align: left;
	background-color:#666;
	border: solid #ccc 1px;
	color:#fff;
	padding:15px;
	width:35%;
}

.plan_table3 th {
	text-align: left;
	background-color:#666;
	border: solid #ccc 1px;
	color:#fff;
	padding:15px;
	width:35%;
}

.plan_table1 caption,
.plan_table2 caption,
.plan_table3 caption,
.plan_table4 caption {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
}

.plan_price h3 {
	text-align: center;
	font-size: 25px;
	letter-spacing: 5px;
	font-weight: 400;
	line-height: 1.2;
	margin: 40px 0 0 0;
}

.plan_price p {
	font-size:16px;
	font-weight:bold;
	margin-top: 20px;
}

.plan_price li {
	font-size:14px;
	list-style: square;
	margin-left: 19px;
}

.plan_price2>h3 {
	text-align:left;
	font-size: 16px;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0 5px 0;
}

.plan_price2>p {
	margin-bottom:10px;
}

/****************************************
		training_room_list @sub
*****************************************/
.training_room1 ul.training-room_vertical > li{
	float: none;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}
.training_room1 ul.training-room_vertical > li + li{
	margin-top: 20px;
}
.training_room1 ul.training-room_vertical > li img{
	width: 100%;
	height: auto;
	display: block;
}
.training_room1 ul.training-room_vertical > li.training-room_map a{
	display: block;
}

.training_room_list .main_contents{
	max-width: none;
}
.training_room_list .room_list{
	width: 100%;
	margin: 40px 0 0;
}
.training_room_list .room_list li{
	width: 24.7%;
	float: left;
	margin-right: 0.4%;
	text-align: center;
	height: 360px;
	position: relative;
}

.training_room_list .room_list li:last-child{
	margin-right: 0;
}
.training_room_list .room_list li a{
	display: block;
	height: 100%;
	transition: 0.5s;
}

.training_room_list .room_list li a:hover{
	background: rgba(255,255,255,0.2);
}
.training_room_list .room_list li a:hover > div{
	background: rgba(0,0,0,0.3);
}
.training_room_list .room_list li div{
	position: absolute;
	height: 120px;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	width: 100%;
	left: 0;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	transition: 0.5s;
}
.training_room_list .room_list li img{
	display: inline;
	vertical-align: middle;
	width: 80px;
	height: 60px;
	margin: 0 9% 0 0;
}

.training_room_list .room_list li p{
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	font-size: 20px;
	text-align: center;
	width: 100%;
	margin: 30px auto;
	height: 60px;
}

.training_room_list .room_list span.training_room_infoicon{
	background:url(../images/icon-info2.png) center /contain no-repeat;
	background-size: 23px;
	width: 23px;
	height: 23px;
	position: relative;
	display: inline-block;
	vertical-align: sub;
}

.training_room_list .room_list li span.trainingroominfo_popup{
	display:none;
	width: 634px;
	position: absolute;
	top:91px;
	padding:16px 40px 16px 16px;
	background: #C4C4C4;
	color: #fff;
	z-index: 1;
	cursor:default;
	font-size: 14px;
	text-align: justify;
	font-weight: 100;
}

.training_room_list .room_list div p span.training_room_infoicon:hover>.trainingroominfo_popup {
	display: block;
}

.training_room_list .room_list li:nth-child(1) span.trainingroominfo_popup,
.training_room_list .room_list li:nth-child(2) span.trainingroominfo_popup
 {
	left:-120px;
}

.training_room_list .room_list li:nth-child(3) span.trainingroominfo_popup{
	right:-120px;
}

.training_room_list .room_list li:nth-child(4) span.trainingroominfo_popup{
	right:-16px;
}


.training_room_list .room_list span.trainingroominfo_popup span{
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
}

.training_room_list .room_list span.trainingroominfo_popup img{
	width: 150px;
	height: auto;
	float: left;
	margin:10px 40px 10px 8px;
	padding-right: 0px;
	background-color: #fff;
}

.training_room_list .room_list li span.trainingroominfo_popup:after {
	position: absolute;
	width: 2px;
	left:116px;
	top: -85px;
	margin-left: 3px;
	border: solid transparent;
	pointer-events: none;
	border-bottom: 68px solid #c4c4c4;
	border-right: 13px solid transparent;
	border-top: 20px solid transparent;
	border-left: 13px solid transparent;
	content: " ";
	z-index: -2;
	cursor:default;
}

.training_room_list .room_list li:nth-child(3) span.trainingroominfo_popup:after {
	left:543px;
}


.training_room_list .room_list li:nth-child(4) span.trainingroominfo_popup:after {
	left:645px;
}

.training_room_list #tabs_1{
	margin: 0 0 110px;
	padding: 0;
}
.training_room_list #tabs_1 .panel{
	position: relative;
	padding: 50px 10px 0;
}

.training_room_list #tabs_1 .panel .tab_arrow{
	position: absolute;
	top: 0;
	margin-left: -15px;
	margin-top: -40px;
	width: 0;
	height: 0;
	border-bottom: 20px solid #fff;
	border-right: 15px solid transparent;
	border-top: 20px solid transparent;
	border-left: 15px solid transparent;
}
.training_room_list #tabs_1 .panel .tab_info{
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.training_room_list #tabs_1 .panel h3{
	margin: 0 0 50px;
}

.training_room_list #tabs_1 .panel .tab_info p{
	background: #C4C4C4;
	color: #fff;
	padding: 5px 10px;
	right: 0;
	top: 0;
	position: absolute;
	margin: 0 0 20px;
}

.training_room1-container{
	display: flex;
	flex-wrap: wrap;
	column-gap: 4%;
	row-gap: 30px;
}

.training_room1-container .training_room1{
	flex: 0 0 48%;
	box-sizing: border-box;
}

.training_room1 {
	margin:20px 0 0 0;
	overflow:hidden;
	border: 1px solid #ccc;
}

.training_room1>ul>li {
	float:left;
	width:45%;
	padding:10px;
}

.training_room1 img {
	width:100%;
}

.training_room1 h3 {
	border-left: solid 5px #6FC2FF;
	margin: 0 0 15px;
	padding: 12px 20px;
	font-size: 24px;
	text-align: left;
	color: #6FC2FF;
}

.training_room1 p {
	text-align:center;
	font-size:14px;
	margin-bottom:20px;
}

.training_room1 table {
    border: solid #ccc 1px;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 11px;
    clear: both;
	width:100%;
}

.training_room1 th {
    background-color: #aaa;
    border: solid #ccc 1px;
    color: #fff;
    padding: 5px;
	width: 25%;
	text-align: center;
}

.training_room1 td {
    text-align: center;
    border: solid #ccc 1px;
    padding: 5px;
	color:#666;
}






@media (max-width: 1100px) {
	.training_room_list #tabs_1 .panel .tab_info p{
		position: static;
	}
}
@media (max-width: 768px) {
	.training_room1-container{
		column-gap: 0;
	}
	.training_room1-container .training_room1{
		flex: 0 0 100%;
	}
}
.training_room_list #tabs_1 .panel ul{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.training_room_list #tabs_1 .panel ul li{
	width: 32.5%;
	margin-right: 1.2%;
	height: 140px;
	float: left;
	margin-bottom: 1.2%;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1) inset;
}
.training_room_list #tabs_1 .panel ul li:nth-child(3n){
	margin-right: 0;
}
.training_room_list #tabs_1 .panel>ul>li>div> a{
	display: inline-block;
	height: 100%;
	background-color: #d9d9d9;
	padding: 4px 10px;
	margin-top: 20px;
	color: #fff;
}
.training_room_list #tabs_1 .panel ul li a:hover{
	opacity: 0.8;
}

.training_room_list #tabs_1 .panel .menu_img{
	width: 45%;
	float: left;
	height: 100%;
	display: block;
}
.training_room_list #tabs_1 .panel .menu_info{
	width: 55%;
	float: left;
	display: block;
}
.training_room_list #tabs_1 .panel .menu_info p{
	text-align: center;
	margin: 0 auto;
}
.training_room_list #tabs_1 .panel .menu_info p:nth-child(1){
	font-weight: 400;
	font-size: 14px;
	padding: 0;
	margin: 15px 15px 8px;
	line-height: 1.2;
}
.training_room_list #tabs_1 .panel .menu_info p:nth-child(2){
	color: #D4B65B;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}
.training_room_list #tabs_1 .panel .menu_info p:nth-child(2) span{
	font-size: 22px;
	font-weight: 700;
}
.training_room_list #tabs_1 .panel .menu_info p:nth-child(3){
	background: #D9D9D9;
	color: #fff;
	padding: 5px;
	width: 100px;
	display: inline-block;
	margin: 10px auto 0;
	text-align: center;
	font-size: 13px;
	font-weight: 100;
}
.training_room_list #tabs_1 .panel .case ul{
	margin: 0 auto;
	max-width: 880px;
	width: 100%;
	margin-top: 80px;
}
.training_room_list #tabs_1 .panel .case ul li{
	width: 48%;
	float: left;
	margin-right: 4%;
	height: auto;
	margin-bottom: 0;
	box-shadow: none;
}
.training_room_list #tabs_1 .panel .case ul li:last-child{
	margin-right: 0;
}
.training_room_list #tabs_1 .panel .case ul li p{
	text-align: center;
	margin-top: 10px;
}

/****************************************
		training_room @sub
*****************************************/
.training_room{
	width: 100%;
/*	max-width: 1200px;*/
	margin: 0 auto;
}
.training_room .title{
	width: 100%;
}
.training_room .main_contents{
	max-width: 1060px;
	width: 100%;
	margin: 0 auto;
}

.training_room .room_list{
	width: 100%;
	margin: 40px 0;
}
.training_room .room_list li{
	width: 24.25%;
	float: left;
	background: #F2F2F2;
	margin-right: 1%;
	text-align: center;
}
.training_room .room_list li:last-child{
	margin-right: 0;
}

.multi.training_room .room_list li{
	float: none;
	margin: 0 auto;
}
.training_room .room_list li > p{
	font-size: 20px;
	font-weight: 400;
	margin: 20px;
}

.training_room .room_list li div{
	margin: 10px 0 10px;
	height: 100px;
}
.training_room .room_list li div img{
	float: left;
	width: 40%;
	margin: 0 1% 0 7%;
}

.training_room .room_list li div p{
	float: left;
	width: 52%;
	color: #D4B65B;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
}
.training_room .room_list li div p span{
	font-size: 2em;
	font-weight: 700;
}

.training_room .room_list li > a{
	background: #D9D9D9;
	color: #fff;
	padding: 5px 8px;
	margin: 0 auto 20px;
	clear: both;
	float: none;
	display: inline-block;
	transition: 0.5s;
}
.training_room .room_list li > a:hover{
	background: #BFBFBF;
}
.room_detail div{
	width: 100%;
	max-width: 880px;
	margin: 0 auto;
}
.room_detail ul:nth-of-type(1){
	width: 100%;
	max-width: 710px;
	margin: 0 auto 60px;
}
.room_detail ul:nth-of-type(1) li{
	width: 32%;
	margin-right: 1%;
	border: #B2B2B2 solid 1px;
	float: left;
}
.room_detail ul:nth-of-type(1) li:last-child{
	margin-right: 0;
}
.room_detail ul:nth-of-type(1) li p{
	float: left;
	text-align: center;
	padding: 15px 0;
	line-height: 1;
}
.room_detail ul:nth-of-type(1) li p:nth-child(1){
	background: #F2F2F2;
	width: 40%;
}
.room_detail ul:nth-of-type(1) li p:nth-child(2){
	width: 60%;
}

.multi .room_detail ul:nth-of-type(1){
	max-width: 470px;
}
.multi .room_detail ul:nth-of-type(1) li{
	width: 49%;
}

.training_room table{
	width: 100%;
	margin-bottom: 30px;
}
.training_room table:last-child{
	margin-bottom: 0;
}
.training_room table caption{
	text-align: left;
	margin-bottom: 10px;
	font-size: 22px;
}

.training_room table caption span{
	font-size: 15px;
}
.training_room table th{
	background: #F2F2F2;
	width: 50%;
	border: solid #999 1px;
	border-bottom: none;
	padding: 5px;
	font-weight: 300;
}
.training_room table th:last-child{
	border-left: none;
}
.training_room table td{
	text-align: center;
	border-right: solid #999 1px;
	border-bottom: solid #999 1px;
	padding: 15px;
}
.training_room table td:first-child{
	border-left: solid #999 1px;

}

.training_room .room_list span.training_roomdetail_infoicon{
	background:url(../images/icon-info.png) center /contain no-repeat;
	background-size: 23px;
	width: 23px;
	height: 23px;
	position: relative;
	display: inline-block;
	vertical-align: sub;
}

.training_room .room_list li span.trainingroominfo_popup{
	display:none;
	width: 634px;
	position: absolute;
	top:91px;
	padding:16px 40px 16px 16px;
	background: #C4C4C4;
	color: #fff;
	z-index: 1;
	cursor:default;
	font-size: 14px;
	text-align: justify;
	font-weight: 100;
}

.training_room .room_list  p span.training_roomdetail_infoicon:hover>.trainingroominfo_popup {
	display: block;
}

.training_room .room_list li:nth-child(1) span.trainingroominfo_popup,
.training_room .room_list li:nth-child(2) span.trainingroominfo_popup
 {
	left:-120px;
}

.training_room .room_list li:nth-child(3) span.trainingroominfo_popup{
	right:-120px;
}

.training_room .room_list li:nth-child(4) span.trainingroominfo_popup{
	right:-16px;
}


.training_room .room_list span.trainingroominfo_popup span{
	font-size: 18px;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: 400;
}

.training_room .room_list span.trainingroominfo_popup img{
	width: 150px;
	height: auto;
	float: left;
	margin:10px 40px 10px 8px;
	padding-right: 0px;
	background-color: #fff;
}

.training_room .room_list li span.trainingroominfo_popup:after {
	position: absolute;
	width: 2px;
	left:116px;
	top: -85px;
	margin-left: 3px;
	border: solid transparent;
	pointer-events: none;
	border-bottom: 68px solid #c4c4c4;
	border-right: 13px solid transparent;
	border-top: 20px solid transparent;
	border-left: 13px solid transparent;
	content: " ";
	z-index: -2;
	cursor:default;
}

.training_room .room_list li:nth-child(3) span.trainingroominfo_popup:after {
	left:543px;
}


.training_room .room_list li:nth-child(4) span.trainingroominfo_popup:after {
	left:645px;
}

/****************************************
training_room_list
*****************************************/

.training_room_list1 {
	padding:50px 10px 0;
	max-width: 1060px;
	margin:0 auto;
}

.training_room_table1,
.training_room_table2  {
    width: 100%;
    margin-bottom: 30px;
	border: solid #ccc 1px;
	border-collapse: collapse;
    border-spacing: 0;
	font-size:14px;
}

.training_room_table1 td {
    text-align: center;
    border: solid #ccc 1px;
    padding: 15px;
}

.training_room_table2 td {
    text-align: left;
    border: solid #ccc 1px;
    padding: 15px;
}

.training_room_table1 th {
	background-color:#666;
	border: solid #ccc 1px;
	color:#fff;
	padding:15px;
}

.training_room_table2 th {
	text-align: left;
	background-color:#666;
	border: solid #ccc 1px;
	color:#fff;
	padding:15px;
	width:35%;
}

.training_room_table1 caption,
.training_room_table2 caption {
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
}

.training_room_list1 h3 {
	text-align: left;
	font-size: 18px;
	letter-spacing: 5px;
	font-weight: 400;
	line-height: 1.2;
	margin:0 0 5px 0;
}

.training_room_list1>p {
	font-size:14px;
	text-align:left;
	margin-bottom:45px;
}






/****************************************
		about @sub
*****************************************/
.about .main_contents{
	max-width: 1060px;
	margin: 0 auto;
}
.about section > ul > li{
	padding: 0 0 80px;
	min-height: 300px;
}
.about section > ul > li:last-child{
	padding-bottom: 0;
}
.about section > ul > li h3{
	border-left: solid 5px #6FC2FF;
	margin: 0 0 25px;
	padding: 10px 20px;
	font-size: 24px;
	text-align: left;
	color: #6FC2FF;
}
.about section > ul > li h3 span{
	font-size: 0.5em;
	color: #B3B3B3;
	letter-spacing: 4px;
	font-weight: 300;
	display: inline-block;
	padding-left: 20px;
}
.about section > ul > li .about_img{
	width: 40%;
	height: 300px;
}
.about section > ul > li .about_info{
	width: 56%;
	text-align: left;
}
.about section > ul > li:nth-child(1n) .about_img{
	float: left;
}
.about section > ul > li:nth-child(1n) .about_info{
	float: right;
}
.about section > ul > li:nth-child(2n) .about_img{
	float: right;
}
.about section > ul > li:nth-child(2n) .about_info{
	float: left;
}
.about section > ul > li .about_info > p{
	font-size: 16px;
}
.about .about_info > ul{
	margin-top: 23px;
}

.about .about_info > ul > li{
	display: table;
	height: 60px;
	width: 100%;
	padding: 0 0 3px;
	font-size: 13px;
	text-align: center;
}
.about .about_info > ul > li > p:nth-child(1){
	background: #F2F2F2;
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

/****************************************
		facility @sub
*****************************************/
.facility .main_contents{
	max-width: 1060px;
	margin: 0 auto;
}
.facility section > ul > li{
	margin: 0 0 80px;
	min-height: 300px;
}
.facility section > ul > li:last-child{
	padding-bottom: 0;
}
.facility section > ul > li h3{
	border-left: solid 5px #6FC2FF;
	margin: 0 0 25px;
	padding: 12px 20px;
	font-size: 24px;
	text-align: left;
	color: #6FC2FF;
}
.facility section > ul > li h3 span{
	font-size: 0.5em;
	color: #B3B3B3;
	letter-spacing: 4px;
	font-weight: 300;
	display: inline-block;
	padding-left: 20px;
}
.facility section > ul > li .room_img{
	width: 450px;
	height: 300px;
}
.facility section > ul > li .room_info{
	width: 56%;
	text-align: left;
}
.facility section > ul > li:nth-child(1n) .room_img{
	float: left;
}
.facility section > ul > li:nth-child(1n) .room_info{
	float: right;
}
.facility section > ul > li:nth-child(2n) .room_img{
	float: right;
}
.facility section > ul > li:nth-child(2n) .room_info{
	float: left;
}
.facility section > ul > li .room_info > p{
	font-size: 15px;
}



/* ---- facility_menu ---- */



.facility .facility_menu{
	padding: 50px 10px;
}
.facility .facility_menu ul{
	max-width: 1060px;
	margin: 0 auto;
	margin-right: -20px;
}
.facility .facility_menu ul li{
	float: left;
    box-sizing: border-box;
	padding-right: 20px;
	margin: 0 0 20px;
}
.facility .facility_menu ul a:hover{
	opacity:0.8;
}
.facility .facility_menu .facility_menu_img{
	display: block;
	transition: 0.5s;
}
.facility .facility_menu ul li:hover .facility_menu_img{
	opacity: 0.8;
}

.facility .facility_menu .facility_menu_info{
	display: block;
	background: #fff;
    box-sizing: border-box;
    padding: 10px;
}
.facility .facility_menu .facility_menu_info p{
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
}
.facility .facility_menu .facility_menu_info p:nth-child(1){
	font-weight: 400;
	font-size: 18px;
	padding: 20px 0 0;
	margin: 0 0;
	line-height: 1.2;
	background: url(../images/corner02.png) left top/13px no-repeat;
	transition: 0.5s;
}
.facility .facility_menu ul li:hover .facility_menu_info p:nth-child(1){
	background: url(../images/corner01.png) left top/13px no-repeat;
}
.facility .facility_menu .facility_menu_info p:nth-child(1) span{
	font-weight: 400;
	font-size: 10px;
	color: #D7D7D7;
}
.facility .facility_menu .facility_menu_info p:nth-child(2){
	color: #D7D7D7;
}
.facility .facility_menu .facility_menu_info p:nth-child(3){
	background: #D9D9D9;
	color: #fff;
	padding: 4px;
	width: 100px;
	display: block;
	margin: 10px auto 0;
}
.facility .facility_menu ul li:hover .facility_menu_info p:nth-child(3){
	opacity: 0.8;
}
.facility .facility_menu > ul > li{
	width: 33.33%;
	min-height: 0;
	padding-bottom: 0;
}
/*
.facility .facility_menu ul li:last-child{
	padding-right: 0;
}*/
.facility .facility_menu ul .facility_menu_img{
	width: 50%;
	float: left;
	height: 175px;
}
.facility .facility_menu ul .facility_menu_info{
	width: 50%;
	float: left;
	height: 175px;
	box-shadow: 0px 0px 0px 1px #F2F2F2 inset;
}
.facility .facility_menu ul li p:nth-child(1){
	padding: 24px 0;
	margin: 0 0 0;
}

.facility .facility_menu ul li p:nth-child(3){
	margin: 0 auto;
}
.facility .facility_menu .vending_machine .facility_menu_info p:nth-child(1){
	padding-top: 10px;
}
.facility .facility_menu .vending_machine .facility_menu_info p:nth-child(2){
	padding: 5px 0 0;
}
.facility .facility_menu .vending_machine .facility_menu_info p:nth-child(3){
	margin-top: 5px;
}
.facility .facility_menu .two_line .facility_menu_info p:nth-child(1){
	padding-top: 10px;
}
.facility .facility_menu .two_line .facility_menu_info p:nth-child(2){
	padding: 10px 0;
}
.facility .two_column li{
	height: 40px;
	margin-top: 15px;
}

.facility .floor_guide ul{
	width: 49%;
	float: left;
	margin-top: 0;
	margin-right: 2%;
	box-sizing: border-box;
}
.facility .floor_guide ul:nth-of-type(2){
	margin-right: 0;
}
.facility .floor_guide ul li a{
	background: #D9D9D9;
	padding: 5px 10px;
	width: 80px;
	display: inline-block;
	color: #fff;
	margin-top: 20px;
	transition: .5s;
}
.facility .floor_guide ul li a:hover{
	background: #BFBFBF;
}
.facility .facility_detail > ul > li .room_info{
	width: 53%;
}
.facility .facility_detail > ul > li .room_img{

}

.facility .facility_detail > ul > li{
	position: relative;
	min-height: 305px;
}
.facility_detail .three_column{
	position: absolute;
	bottom: 0;
}
.facility_detail .three_column li{
	width: 26%;
	float: left;
	margin-top: 0;
	max-width: 143px;
	padding-right: 17px;
}
.facility_detail .three_column li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.guest_room .bx-wrapper .bx-controls-direction a{
	display: none;
}
.guest_room.facility section > ul > li h3{
	font-size: 20px;
}
.guest_room .room_info > ul,
.hot_spring.facility .room_info > ul{
	margin-top: 23px;
}

.guest_room .room_info > ul > li,
.lounge.facility .room_info > ul > li,
.hot_spring.facility .room_info > ul > li{
	display: table;
	width: 100%;
	padding: 0 0 3px;
	font-size: 13px;
	text-align: center;
}
.guest_room .room_info > ul > li p,
.lounge.facility .room_info > ul > li p,
.hot_spring.facility .room_info > ul > li p{
	height: 60px;
}
.guest_room .room_info > ul > li > p:nth-child(1),
.lounge.facility .room_info > ul > li > p:nth-child(1),
.hot_spring.facility .room_info > ul > li > p:nth-child(1){
	background: #F2F2F2;
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.guest_room .room_info > ul > li > p:nth-child(2),
.lounge.facility .room_info > ul > li > p:nth-child(2),
.hot_spring.facility .room_info > ul > li > p:nth-child(2){
	box-shadow: 0px 0px 0px 1px #F2F2F2 inset;
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0;
}

.guest_room_text {
	font-size:14px;
	margin-top: -50px;
}



/****************************************
		room_bed
*****************************************/


/*content*/

.guest_room_wrapper {
	width: 100%;
	max-width: 1165px;
	margin: 60px auto;
	/*height: 6900px;*/
}

.guest_room_wrapper h3 {
    border-bottom: 1px solid #595757;
    color: #6a3907;
    font-size: 26px;
    letter-spacing: 5px;
    padding: 45px;
    text-align: center;
	margin-bottom:40px;
}

.guest_room_wrapper_mainimg {
	text-align:center;
	margin-bottom:40px;
}

.guest_room_wrapper hr {
	margin:40px 0;
	border: 1px solid #eee;
}

.guest_room_wrapper_l {
	font-size:14px;
	padding:10px;
}

.guest_room_wrapper_l p {
	font-size:18px;
	color:#660;
	padding-bottom:10px;
}


.guest_room_map .facility_map img {
	max-width: 1100px;
	width: 100%;
	height: auto;
}

.text-left {
	text-align: left !important;
	padding-left: 100px	!important;
}
/*****************************************/


.hot_spring.facility .room_info > ul{
	margin-top: 7px;
}

.hot_spring.facility section > ul > li{
	max-height: 300px;
	min-height: auto;
}

.hot_spring.facility section > ul > li h3{
	margin: 0;
}

.hot_spring.facility .room_info > ul > li p{
	height: 40px;
}

.hot_spring.facility .room_info > ul > li > p:nth-child(1){
	width: 41%;
}
.hot_spring.facility .room_info > ul > li > p:nth-child(2){
	width: 59%;
}

.hot_spring.facility section > ul > li .room_img{
	width: 43%;
}

.hot_spring.facility section > ul > li .room_info{
	width: 53%;
}
.hot_spring.facility section > ul > li .room_info .popup{
	background:url(../images/icon-info3.png) center /contain no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: sub;
	margin-left: 10px;
}
.hot_spring.facility section > ul > li .room_info .popup:hover:before {
	position: absolute;
	top: 18px;
	margin-left: -7px;
	content: url(../images/popup_arrow.png);
	z-index: 2;
}

.hot_spring.facility section > ul > li:nth-child(1) .room_info .popup:hover:after{
	content: "";
	background:url(../images/hot_spring01_layout.png) center /contain no-repeat;
	width: 550px;
	height: 360px;
	position: absolute;
	display: inline-block;
	top: 54px;
	left: -264px;
}
.hot_spring.facility section > ul > li:nth-child(2) .room_info .popup:hover:after{
	content: "";
	background:url(../images/hot_spring02_layout.png) center /contain no-repeat;
	width: 550px;
	height: 360px;
	position: absolute;
	display: inline-block;
	top: 54px;
	left: -264px;
}

/****************************************
		lounge @sub
*****************************************/

.lounge.facility section > ul > li h3{
	padding: 20px 30px;
}

.lounge.facility .room_info > ul{
	margin-top: 50px;
}

.lounge section > ul > li .room_info .popup{
	background:url(../images/icon-info3.png) center /contain no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	position: relative;
	display: inline-block;
	vertical-align: sub;
	margin-left: 10px;
}

.lounge section > ul > li .room_info .popup:hover:before {
	position: absolute;
	top: 18px;
	margin-left: -7px;
	content: url(../images/popup_arrow.png);
	z-index: 2;
}
.lounge section > ul > li:nth-child(1) .room_info .popup:hover:after{
	content: "";
	background:url(../images/lounge01_layout.png) center /contain no-repeat;
	width: 550px;
	height: 360px;
	position: absolute;
	display: inline-block;
	top: 54px;
	left: -287px;
}
.lounge section > ul > li:nth-child(2) .room_info .popup:hover:after{
	content: "";
	background:url(../images/lounge02_layout.png) center /contain no-repeat;
	width: 550px;
	height: 360px;
	position: absolute;
	display: inline-block;
	top: 54px;
	left: -287px;
}
.lounge section > ul > li:nth-child(3) .room_info .popup:hover:after{
	content: "";
	background:url(../images/lounge03_layout.png) center /contain no-repeat;
	width: 550px;
	height: 360px;
	position: absolute;
	display: inline-block;
	top: 54px;
	left: -287px;
}
.lounge section > ul > li:nth-child(4) .room_info .popup:hover:after{
	content: "";
	background:url(../images/lounge04_layout.png) center /contain no-repeat;
	width: 550px;
	height: 360px;
	position: absolute;
	display: inline-block;
	top: 54px;
	left: -287px;
}
.lounge section > ul > li:nth-child(5) .room_info .popup:hover:after{
	content: "";
	background:url(../images/lounge05_layout.png) center /contain no-repeat;
	width: 550px;
	height: 360px;
	position: absolute;
	display: inline-block;
	top: 54px;
	left: -287px;
}
/****************************************
		plan @sub
*****************************************/



/****************************************
		plan01～ @sub
*****************************************/

.plan_detail .outline p{
	vertical-align: middle;
}
.plan_detail .outline span.campaign{
	margin: 7px 0 10px 0;
	vertical-align: middle;
}

.plan_detail section .tax, .main_contents section.furniture > p {
	font-size: 12px;
	margin-top: 20px;
}
.plan_detail section.outline .tax, .main_contents section.furniture > p {
	text-align: left;
}
.main_contents section.furniture > p.mt0 {
	margin-top: 0;
}
.main_contents section.furniture table{
	width : 70%;
	margin : 10px AUTO;
}
.main_contents section.furniture th{
	font-size : 14px;
	padding : 10px;
}
.main_contents section.furniture td{
	text-align : left;
	font-size : 14px;
	padding : 10px;
}
.main_contents section.furniture td:last-child{
	text-align : right;
}
.plan_detail .outline ul{
	margin-top: 23px;
}

.plan_detail .outline ul > li{
	display: table;
	height: 60px;
	width: 100%;
	padding: 0 0 3px;
	font-size: 13px;
	text-align: center;
	margin: 0;
}
.plan_detail .outline ul > li > p:nth-child(1){
	background: #F2F2F2;
	width: 25%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}

.plan_detail .outline ul > li > p:nth-child(2){
	box-shadow: 0px 0px 0px 1px #F2F2F2 inset;
	width: 75%;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}


.plan_detail .plan_set img{
	max-width: 680px;
}
.plan_detail .training_example h3,
.plan_detail .training_room_example h3{
	margin-bottom: 20px;
}

.plan_detail .training_example ul{
	margin-top: 30px;
}
.plan_detail .training_example ul li{
	display: block;
	padding: 30px 0;
	font-size: 18px;
}
.plan_detail .training_room_example ul{
	margin-top: 30px;
}
.plan_detail .training_room_example .how_to{
	border: none;
	padding: 50px 0 0;
}
.plan_detail .plan_detail_meal .how_to{
	border: none;
	padding: 100px 0 0;
}

.plan_detail_meal ul{
	max-width: 510px;
	margin: 0 auto 30px;
}
.plan_detail_meal ul li p{
	font-size: 16px;
}

/*団体研修プラン*/
.cf.outline table.table_organization_plan{
	width : 80%;
	border-collapse : collapse;
}
table.table_organization_plan th{
	background-color : #EFEFEF;
	border : 1px solid #666666;
	padding : 10px 5px;
}
table.table_organization_plan td{
	background-color : #FFFFFF;
	border : 1px solid #666666;
	padding : 10px 15px;
}
table.table_organization_plan td:first-child {
	text-align : left;
}
span.spn_price {
	color : #45B0FF;
	font-weight : bold;
}
.cf.outline table.table_organization_plan_option{
	border-collapse : collapse;
	width : 80%;
}
table.table_organization_plan_option td{
	background-color : #FFFFFF;
	border-bottom : 1px solid #666666;
	font-size : 16px;
	padding : 10px 15px;
	text-align : left;
}
table.table_organization_plan_option td:last-child{
	text-align : right;
}
p.organization_plan_weekday{
	color : #f35339;
	font-size : 1.8em;
	font-weight : bold;
}
.main_contents section p.organization_plan_note{
	display : block;
	width : 80%;
	margin : 10px AUTO;
	text-align : left;
}
p.organization_plan_note span{
	color : #f35339;
	display : block;
	border : 1px solid #f35339;
	margin : 20px AUTO;
	text-align : center;
}
p.organization_plan_note a{
	text-decoration : underline;
}

.plan_detail_text {
	font-size:14px;
	margin-bottom:40px;
}

/****************************************
		access @sub
*****************************************/
.access_01 {
	margin: 40px 0 0px;
	text-align:left;
}

.access_01 ul {
	list-style:none;
}

.access_01 li {
	width: 46%;
    padding: 20px;
    float: left;
    line-height: 18px;
}

.access_01 li>p {
	font-size:14px;
	font-weight:400;
}

.access_01 li>span {
	display: block;
    font-size: 12px;
    margin: 5px 0px 20px 15px;
}

.access_01>hr {
	border:0px;
	clear:both;
}

.access_about01 .two_column{
	padding-top: 50px;
}
.access_about01 .two_column:nth-of-type(1){
	text-align: left;
}
.access_about01 .two_column:nth-of-type(1) p{
	font-size: 15px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.access_about01 .two_column:nth-of-type(1) p span{
	font-size: 13px;
}
.access_about01 .two_column:nth-of-type(2){
	text-align: left;
	font-size: 17px;
}
.access_about01 .two_column:nth-of-type(2) .title{
	background: #F2F2F2;
	letter-spacing: 1px;
	padding: 5px 5px;
	text-align: center;
	margin-bottom: 15px;
}
.access_about01 .two_column:nth-of-type(2) ul li{
	width: 100%;
	margin-bottom: 10px;
}

.access_about01 .two_column:nth-of-type(2) ul li p:nth-child(1){
	float: left;
	padding: 5px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
	width: 13%;
	line-height: 1.4;
}
.access_about01 .two_column:nth-of-type(2) ul li:nth-child(1) p:nth-child(1){
	background: #6FC2FF;
}

.access_about01 .two_column:nth-of-type(2) ul li:nth-child(2) p:nth-child(1){
	background: #D4B65B;
}
.access_about01 .two_column:nth-of-type(2) ul li p:nth-child(2){
	margin: 0;
	padding: 0;
	width: 87%;
	float: left;
}
.access_about01 .two_column:nth-of-type(2) input{
	padding: 5px;
	font-size: 16px;
	width: 98%;
	margin-left: 2%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.access_about01 .two_column:nth-of-type(2) input::placeholder-shown{
	color: #CFCFCF;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.access_about01 .two_column:nth-of-type(2) input::-webkit-input-placeholder{
	color: #CFCFCF;
}
/* Firefox 18- */
.access_about01 .two_column:nth-of-type(2) input::-moz-placeholder{
	color: #CFCFCF;
}
/* Firefox 19+ */
.access_about01 .two_column:nth-of-type(2) input::-moz-placeholder {
	color: #CFCFCF;
}
/* IE 10+ */
.access_about01 .two_column:nth-of-type(2) input::-ms-input-placeholder {
	color: #CFCFCF;
}
.access_about01 .two_column:nth-of-type(2) .link p{
	margin: 0 auto;
	background: #B2B2B2;
	color: #fff;
	padding: 5px;
	text-align: center;
	transition: .5s;
	cursor: pointer;
}
.access_about01 .two_column:nth-of-type(2) .link p:hover{
	background: #D9D9D9;
}
.access_about02 img{
	margin-top: 10px;
	max-width: 100%;
}
.access_about03 .two_column ul li{
	display: table;
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
}
.access_about03 .access_icon{
	max-width: 136px;
	height: 140px;
	width: 27%;
	display: table-cell;
	vertical-align: middle;
	padding-bottom: 60px;
}
.access_about03 .access_icon:last-child{
	padding: 0;
}
.access_about03 .access_info{
	width: 73%;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	padding-left: 20px;
}
.access_about03 .access_info h4{
	font-size: 22px;
	margin: 10px 0;
	letter-spacing: 4px;
}
.access_about03 .access_info p:nth-of-type(1){
	font-size: 16px;
	margin: 5px 0;
}
.access_about03 .access_info a{
	border: #DFCA92 solid 2px;
	color: #DAC078;
	padding: 8px;
	display: block;
	width: 100%;
	max-width: 280px;
	text-align: center;
	font-size: 13px;
	font-weight: 300;
	transition: 0.5s;
	margin-top: 15px;
}

.access_about03 .access_info a:hover{
	color: #fff;
    border: #d4b65b solid 2px;
    background: #d4b65b;
}
.access_about03 .two_column:nth-of-type(1){
	width: 51%;
	margin-right: 2%;
}
.access_about03 .two_column:nth-of-type(2){
	float: right;
	max-width: 480px;
	width: 47%;
}
.access_about03 .two_column:nth-of-type(2) img{
	padding-top: 80px;
}

.access_about04 h3{
	margin-bottom: 20px;
}
.access_about04 img{
	margin-top: 50px;
}
a#hayama_wr_bunner{
	padding : 0px;
	height : AUTO;
	border : 0px solid #FFFFFF;
	color : #6FC2FF;
}
a:hover#hayama_wr_bunner{
	background-color : #FFFFFF;
	opacity : 0.8;
	color : #6FC2FF;
}
a#hayama_wr_bunner img{
	width : 100%;
	height : AUTO;
	margin : 0px;
	border : 1px solid #000000;
}

/****************************************
		meal @sub
*****************************************/

.meal_menu {
	max-width: 1060px;
    margin: 60px auto;
}

.meal_menu>h3 {
	clear: both;
    text-align: center;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0 10px;
}

.meal_menu>p {
	font-size:16px;
	text-align:center;
}

.sub_title_meal {
	text-align: center;
	font-size: 21px;
	letter-spacing: 6px;
	font-weight: 300;
	margin: 40px auto 0;
	width:80%;
	color: #666;
}

.plan_menu1,
.plan_menu2 {
	overflow: hidden;
	display: block;
	margin: 20px auto;
}

.plan_menu1 li {
	float:left;
	width:30%;
	padding:10px;
}
.plan_menu1 li>div,
.plan_menu2 li>div {
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#D4B65B;
}

.plan_menu2 li>p {
	font-size:16px;
	padding:10px;
}

.plan_menu2 li>p>span {
	color:#900;
	display:block;
}

.plan_menu2 li {
	float:left;
	width:22%;
	padding:10px;
}

.plan_menu h3 {
	clear:both;
	text-align: center;
    font-size: 25px;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0 10px;
}

.plan_menu>p {
	text-align:center;
	font-size:16px;
}



/****************************************
		flow @sub
*****************************************/
.flow .main_contents{
	max-width: 1060px;
	margin: 0 auto;
}

.flow .flow_nav li{
	width: 33.33%;
	float: left;
	box-sizing: border-box;
	padding-right: 5px;
	display: table;
}
.flow .flow_nav li:last-child{
	padding-right: 0;
}
.flow .flow_nav li a{
	background: #E5E5E5;
	display: block;
	height: 80px;
	font-size: 22px;
	color: #737373;
	font-weight: 500;
	transition: .5s;
	display: table-cell;
	vertical-align: middle;
	letter-spacing: 4px;
}
.flow .flow_nav li a:hover{
	opacity: 0.8;
}

.flow .flow_nav li .select{
	background: #D4B65B;
	color: #fff;
}
.flow .panel{
	border: solid 1px #ccc;
	padding: 15px 10px 10px;
}

.flow .panel h3{
	font-size: 24px;
	text-align: center;
	margin: 50px 0;
}

.flow .panel ul{
	width: 100%;
	max-width: 920px;
	margin: 0 auto;
	padding-top: 5px;
}
.flow .panel ul li{
	background: url(../images/flow_arrow.png) bottom center/contain no-repeat;
	padding-bottom: 40px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.flow .panel ul li .flow_number{
	width: 12%;
	float: left;
	padding-top: 30px;
	padding: 30px 10px 10px;
	box-sizing: border-box;
}
.flow .panel ul li .flow_info{
	width: 72%;
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 5px;
}
.flow .panel ul li .flow_info h4{
	color: #6FC2FF;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 4px;
	padding-bottom: 20px;
	line-height: 1;
	
}
.flow .panel ul li .flow_info p{
	font-size: 15px;
	letter-spacing: 1px;
}
.flow .panel ul li .flow_img{
	width: 16%;
	float: right;
}


/****************************************
		local @sub
*****************************************/

.local .local_menu{
	/*padding: 50px 0;*/
}

.local .local_menu > p{
	text-align: left;
	font-size: 12px;
}
.local .local_menu ul{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.local .local_menu > ul > li{
	float: left;
	margin: 4px auto;
	width: 31%;
	padding: 10px;
}
.local .local_menu > ul > li:last-child{
	margin-right: 0;
}
.local .local_menu .local_menu_img{
	display: block;
	transition: 0.5s;
}
.local .local_menu .local_menu_info{
	display: block;
	background: #fff;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: left;
}
.local .local_menu .local_menu_info p{
	margin: 0 auto;
	padding: 5px 0;
}
.local .local_menu .local_menu_info .title{
	line-height: 1;
	border-left: solid 5px #6FC2FF;
	margin: 5px 0 5px 0;
	padding: 5px 10px;
	font-size: 16px;
	text-align: left;
	color: #6FC2FF;
}
.local .local_menu .local_menu_info .sub_title{
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
}

.local .local_menu .local_menu_info table{
	border-collapse: collapse;
}
.local .local_menu .local_menu_info table th{
	padding-right: 15px;
	vertical-align: top;
	width: 57px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.local .local_menu .local_menu_info table th span.close{
	letter-spacing: 3px;
}
.local .local_menu .local_menu_info table th,
.local .local_menu .local_menu_info table td{
	padding-top: 10px;
}
.local .local_menu ul li .local_menu_info a{
	background: #D9D9D9;
	color: #fff;
	padding: 4px;
	width: 115px;
	display: block;
	margin: 15px auto 0;
	text-align: center;
	transition: .5s;
}
.local .local_menu ul li .local_menu_info a:hover{
	background: #B2B2B2;
	opacity:0.8;
}
.menu_info font {
	font-size:12px;
}

/****************************************
		full_support @sub
*****************************************/

.full_support .main_contents{
	max-width: none;
}
.full_support .support_list{
	width: 100%;
	margin: 30px 0 0;
}
.full_support .support_list li{
	width: 49.8%;
	float: left;
	margin-right: 0.2%;
	text-align: center;
	height: 270px;
	position: relative;
}

.full_support .support_list li:last-child{
	margin-right: 0;
}
.full_support .support_list li a{
	display: block;
	height: 100%;
	transition: 0.5s;
}

.full_support .support_list li a:hover{
	background: rgba(255,255,255,0.2);
}
.full_support .support_list li a:hover > div{
	background: rgba(0,0,0,0.3);
}
.full_support .support_list li div{
	position: absolute;
	height: 75px;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	width: 100%;
	left: 0;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	transition: 0.5s;
}

.full_support .support_list li p{
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	width: 100%;
	margin: 20px 0;
	letter-spacing: 4px;
}

.full_support #tabs_1{
	padding: 0;
	margin: 0 0 80px;
}
.full_support #tabs_1 .panel{
	display:none;
	position: relative;
	padding: 80px 10px 0;
}

.full_support #tabs_1 .panel .tab_arrow{
	position: absolute;
	top: 0;
	margin-left: -15px;
	margin-top: -40px;
	width: 0;
	height: 0;
	border-bottom: 15px solid #fff;
	border-right: 10px solid transparent;
	border-top: 25px solid transparent;
	border-left: 10px solid transparent;
}
.full_support #tabs_1 .panel .tab_info{
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.full_support #tabs_1 .panel h3{
	margin: 0 0 50px;
}

.full_support #tabs_1 .panel .tab_info p{
	background: #C4C4C4;
	color: #fff;
	padding: 5px 10px;
	right: 7%;
	top: 0;
	position: absolute;
	margin: -10px 0 20px;
	text-align: left;
	line-height: 1.3;
}
@media (max-width: 950px) {
	.full_support #tabs_1 .panel .tab_info p{
		position: static;
	}
}

.full_support #tabs_1 .panel .tab_sub_info{
	max-width: 1040px;
	margin: 0 auto;
	text-align: center;
}
.full_support #tabs_1 .panel .tab_sub_info h4{
	color: #6FC0FF;
	font-size: 22px;
	font-weight: normal;
	margin: 10px 0 30px;
}
.full_support #tabs_1 .panel .tab_sub_info p{
	font-size: 16px;
}
.full_support #tabs_1 .panel .tab_sub_info .intro{
	background: #F5F5F5;
	padding: 60px;
	margin-top: 80px;
}

.full_support #tabs_1 .panel .tab_sub_info .intro .intro_info{
	width: 50%;
	float: left;
}
.full_support #tabs_1 .panel .tab_sub_info .intro .intro_info h5{
	border-bottom: solid 2px #c3c3c3;
	margin-bottom: 15px;
	margin-top: -4px;
	padding-bottom: 25px;
	font-size: 23px;
	letter-spacing: 6px;
	line-height: 1;
}
.full_support #tabs_1 .panel .tab_sub_info .intro .intro_info p{
	text-align: left;
	font-size: 14px;
}
.full_support #tabs_1 .panel .tab_sub_info .intro .intro_img{
	width: 45%;
	float: right;
}

/****************************************
		download @sub
*****************************************/
.download .title{
	margin-top: 30px;
}
.download section ul{
	max-width: 575px;
	margin: 0 auto;
}
.download section ul li{
	width: 40%;
	margin-right: 20%;
	float: left;
	margin-bottom: 70px;
}
.download section ul li:nth-child(2n){
	margin-right: 0;
}
.download section ul li > img{
	float: left;
	width: 18.5%;
	max-width: 45px;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
}
.download section ul li p{
	text-align: left;
	font-size: 18px;
	padding-bottom: 20px;
}
.download section ul li a{
	transition: .5s;
	width: 220px;
	height: 35px;
}
.download section ul li a:hover{
	opacity: .7;
}
.download section .reader{
	text-align: left;
	max-width: 1060px;
	margin: 0 auto;
}
.download section .reader > p{
	padding-bottom: 15px;
}
.download section .reader a{
	float: left;
	max-width: 160px;
	padding-right: 15px;
	transition: .5s;
}
.download section .reader a:hover{
	opacity: .7;
}
/****************************************
		training_program @sub
*****************************************/

.training_program .main_contents{
	max-width: none;
}
.training_program ul li{
	width: 48%;
	margin-right: 4%;
	float: left;
	margin-bottom: 30px;
}
.training_program ul li:nth-child(2n){
	margin-right: 0;
}
.training_program .program_list{
	width: 100%;
	margin: 30px 0 0;
}
.training_program .program_list li{
	width: 49.8%;
	float: left;
	margin-right: 0.2%;
	text-align: center;
	height: 270px;
	position: relative;
}

.training_program .program_list li:last-child{
	margin-right: 0;
}
.training_program .program_list li a{
	display: block;
	height: 100%;
	transition: 0.5s;
}

.training_program .program_list li a:hover{
	background: rgba(255,255,255,0.2);
}
.training_program .program_list li a:hover > div{
	background: rgba(0,0,0,0.3);
}
.training_program .program_list li div{
	position: absolute;
	height: 75px;
	background: rgba(0,0,0,0.5);
	bottom: 0;
	width: 100%;
	left: 0;
	vertical-align: middle;
	margin: 0 auto;
	text-align: center;
	transition: 0.5s;
}

.training_program .program_list li p{
	vertical-align: middle;
	color: #fff;
	font-weight: 400;
	font-size: 22px;
	text-align: center;
	width: 100%;
	margin: 20px 0;
	letter-spacing: 4px;
}

.training_program #tabs_1{
	margin-bottom: 80px;
}
.training_program #tabs_1 .panel{
	position: relative;
	padding: 30px 10px 0;
}

.training_program #tabs_1 .panel .tab_arrow{
	position: absolute;
	top: 0;
	margin-left: -15px;
	margin-top: -70px;
	width: 0;
	height: 0;
	border-bottom: 15px solid #fff;
	border-right: 10px solid transparent;
	border-top: 25px solid transparent;
	border-left: 10px solid transparent;
}
.training_program #tabs_1 .panel .tab_info{
	max-width: 1060px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.training_program #tabs_1 .panel h3{
	margin: 0 0 50px;
}

.training_program #tabs_1 .panel .tab_info p{
	background: #C4C4C4;
	color: #fff;
	padding: 5px 10px;
	right: 5%;
	top: 0;
	position: absolute;
	margin: -5px 0 20px;
	text-align: left;
	line-height: 1.3;
	font-size: 11px;
}
@media (max-width: 950px) {
	.training_program #tabs_1 .panel .tab_info p{
		position: static;
	}
}
.training_program #tabs_1 .panel .tab_sub_info{
	max-width: 1060px;
	margin: 0 auto;
}
.training_program #tabs_1 .panel .tab_sub_info_img{
	float: left;
	width: 50%;
	margin-right: 3%;
}
.training_program #tabs_1 .panel .tab_sub_info_img img{
	box-shadow: 0px 0px 0px 1px #ccc;
}
.training_program #tabs_1 .panel .tab_sub_info_text{
	float: right;
	width: 47%;
	text-align: left;
}
.training_program #tabs_1 .panel .tab_sub_info_text h4{
	font-size: 22px;
	border-left: solid 4px #6FC2FF;
	color: #6FC2FF;
	padding: 5px 30px 8px 30px;
	margin-bottom: 20px;
	font-weight: normal;
}

.training_program #tabs_1 .panel .tab_sub_info_text p{
	font-size: 15px;
}
.training_program #tabs_1 .panel .tab_contents{
	max-width: 1060px;
	margin: 0 auto;
	border-top: solid 1px #ccc;
/*	border-bottom: solid 1px #ccc;*/
	margin-top: 70px;
	padding-top: 70px;
	padding-bottom: 10px;
}
.training_program #tabs_1 .panel .tab_contents section{
	margin: 60px 0 0;
	padding: 0;
	padding-bottom: 50px;
	border: none;
}
.dotted{
	height: 5px;
	margin: 5px 0 0 0;
	background-image: linear-gradient(to right, #ccc, #ccc 2px, transparent 2px, transparent 2px);
	background-size: 7px 2px;
	background-position: top;
	background-repeat: repeat-x;
}

.training_program #tabs_1 .panel .tab_contents section .sub_title{
	letter-spacing: 1px;
}
.training_program #tabs_1 .panel .tab_contents section p{
	font-size: 14px;
}
.training_program #tabs_1 .panel .tab_contents h4{
	font-size: 24px;
	text-align: center;
	letter-spacing: 6px;
	font-weight: normal;
}
.training_program #tabs_1 .panel .tab_contents section h5{
	color: #6FC2FF;
	font-size: 22px;
	text-align: center;
	letter-spacing: 6px;
	font-weight: normal;
}
.training_program #tabs_1 .panel .tab_contents .contents_text{
	float: left;
	width: 64%;
	margin-right: 3%;
	text-align: left;
}
.training_program #tabs_1 .panel .tab_contents .contents_text h5{
	font-size: 22px;
	color: #6FC2FF;
	margin-bottom: 20px;
	font-weight: normal;
}

.training_program #tabs_1 .panel .tab_contents .contents_text p{
	font-size: 15px;
}
.training_program #tabs_1 .panel .tab_contents .contents_img{
	float: right;
	width: 33%;
}
.training_program #tabs_1 .panel .tab_contents section table{
	margin: 40px auto 25px;
	width: 100%;
	font-size: 14px;
	border: 1px solid #999;
}
.training_program #tabs_1 .panel .tab_contents section table th{
	background: #f2f2f2;
	height: 30px;
	font-weight: normal;
}
.training_program #tabs_1 .panel .tab_contents section table th:nth-child(1){
	width: 41%;
}
.training_program #tabs_1 .panel .tab_contents section table th:nth-child(2){
	width: 29%;
}
.training_program #tabs_1 .panel .tab_contents section table th:nth-child(3){
	width: 29%;
}
.training_program #tabs_1 .panel .tab_contents section table tr:nth-child(3){
	border-top: solid 1px #999;
}
.training_program #tabs_1 .panel .tab_contents section table td{
	height: 50px;
	line-height: 1.3;
}
.training_program #tabs_1 .panel .tab_contents section table td span{
	font-size: 11px;
}
.training_program #tabs_1 .panel .tab_contents section .contents_more{
	margin-top: 40px;
}
.training_program #tabs_1 .panel .tab_contents section .contents_more > p{
	background: #f2f2f2;
	line-height: 3;
}
.training_program #tabs_1 .panel .tab_contents section .more_icon{
	width: 20px;
	height: 20px;
	margin-left: 15px;
	vertical-align: sub;
/*	display: inline-block;
	background: url("../images/icon_more.png") center center/contain no-repeat;*/
}

.training_program #tabs_1 .panel .tab_contents section .more_icon.rotate{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.training_program #tabs_1 .panel .tab_contents section .contents_more_detail{
	display: none;
	padding-top: 10px;
}
.training_program #tabs_1 .panel .tab_contents section .contents_more_detail p{
	margin: 20px 0 10px;
	line-height: 1.8;
	text-align: left;
}
.training_program #tabs_1 .panel .tab_contents section .contents_more_detail table{
	margin: 0;
}
.training_program #tabs_1 .panel .tab_contents section .contents_more_detail table th{
	width: 24%;
}

.training_program .result{
	max-width: 1060px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px;
}

.training_program .result h3{
	margin-bottom: 50px;
}

.training_program .result ul{
	margin-bottom: 50px;
}
.training_program .result .result_img{
	float: left;
	width: 50%;
	margin-right: 4%;
}
.training_program .result .result_info{
	float: right;
	width: 46%;
	text-align: left;
}
.training_program .result .result_info h4{
	font-size: 20px;
	border-left: solid 4px #6FC2FF;
	color: #6FC2FF;
	padding-left: 20px;
	padding: 0 20px 5px 20px;
	margin-bottom: 10px;
	font-weight: normal;
}


/****************************************
		performance @sub
*****************************************/

.performance .performance_menu{
	/*padding: 50px 0;*/
}

.performance .performance_menu > p{
	text-align: left;
	font-size: 12px;
}
.performance .performance_menu ul{
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
}
.performance .performance_menu ul li{
	float: left;
    box-sizing: border-box;
	margin: 0 2% 50px 0;
}
.performance .performance_menu ul a:hover{
	opacity:0.8;
}
.performance .performance_menu > ul > li{
	width: 32%;
	min-height: auto;
	padding-bottom: 0;
}
.performance .performance_menu > ul > li:last-child{
	margin-right: 0;
}
.performance .performance_menu .performance_menu_img{
	display: block;
	transition: 0.5s;
}
.performance .performance_menu .performance_menu_info{
	display: block;
	background: #fff;
    box-sizing: border-box;
    padding: 10px 0;
    text-align: left;
	min-height: 200px;
}
.performance .performance_menu .performance_menu_info p{
	margin: 0 auto 10px;
	letter-spacing: 1.7px;
}
.performance .performance_menu .performance_menu_info .title{
	line-height: 1.7;
	font-size: 18px;
	text-align: center;
	color: #6FC2FF;
}
.performance .performance_menu .performance_menu_info .title img{
	float: left;
}
.performance .performance_menu .performance_menu_info .sub_title{
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
}

.performance .performance_menu ul li .performance_menu_info a{
	background: #D9D9D9;
	color: #fff;
	padding: 4px;
	width: 100px;
	display: block;
	margin: 25px auto 0;
	text-align: center;
	transition: .5s;
}
.performance .performance_menu ul li .performance_menu_info a:hover{
	background: #B2B2B2;
}
.performance_detail section .three_column li p:nth-of-type(2){
	font-size: 13px;
	line-height: 1.5;
	padding-top: 5px;
}

.performance_detail .title h2 img{
	padding-right: 15px;
	vertical-align: sub;
}
.performance_detail .title h2 span{
	padding-left: 15px;
}
/****************************************
		スマホ対応
*****************************************/

@media (max-width: 767px) {
	
/*----- base -----*/
	body{
		font-family: "游ゴシック体" , "YuGothic" , "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "Lucida Grande", sans-serif;
	}
	.pc{
		display: none;
	}
	.sp{
		display: inline-block;
	}
	span.popup{
		display: none !important;
	}
	.popup_sp{
		display: inline-block !important;
		margin-left: 10px;
		vertical-align: sub;
		padding: 5px;
		width: 20px;
		height: 20px !important;
	}
	.popup_sp img{
		width: 20px !important;
		height: 20px !important;
	}
	
	.br::before {
		content: "\A" ;
		white-space: pre ;
	}
	h2{
		font-size: 19px;
		padding: 0 10px;
	}
	h3{
		font-size: 17px;
		line-height: 1.5;
	}
	.sub_title{
		font-size: 15px;
		letter-spacing: 2px;
		padding: 0 10px;
	}
	div.main{
		margin-top: 50px;
	}
	.main_contents section{
		margin: 50px 10px;
	}
	.main_contents section > p{
		font-size: 14px;
	}
	.how_to{
		padding: 50px 0;
	}
	.how_to a{
		width: 90%;
	}
	.how_to ul + a{
		margin-top: 0;
	}
	.how_to ul li{
		width: 100%;
		float: none;
		margin: 10px 0;
	}
	.breadcrumbs{
		padding: 0 10px;
	}
	.asterisk{
		font-size: 12px;
	}
	.three_column p{
		font-size: 14px;
	}

/*----- header -----*/
	.hum-menu{
		display: block;
	}
	.drawer-overlay{
		background: rgba(200,162,45,0.9);
		z-index: 60;
	}
	.hum-menu .drawer-hamburger{
		z-index: 63;
	}
	.hum-menu .drawer-nav{
		z-index: 61;
/*		overflow: auto;*/
	}
	.hum-menu .drawer-menu{
		overflow:auto;
		-webkit-overflow-scrolling:touch;
	}
	.hum-menu .drawer-navbar,
	.hum-menu .drawer-navbar-header{
		z-index: 62;
	}
	
	.hum-menu .drawer-brand{
		font-size: 14px;
		padding-right: 15px;
		padding-left: 15px;
		color: #4D4D4D;
	}
	.hum-menu .drawer-brand a:hover{
		text-decoration: underline
	}
	.hum-menu .drawer-brand.border{
		height: 1px;
		border-bottom: solid 1px #BFBFBF;
		margin: 5px 10px;
	}
	.hum-menu .drawer-menu-item{
		font-size: 13px;
		padding-right: 15px;
		padding-left: 15px;
		color: #4D4D4D;
	}
	.drawer-hamburger-icon,
	.drawer-hamburger-icon:after,
	.drawer-hamburger-icon:before{
		background: #403027;
	}
	.drawer-open .drawer-hamburger-icon:before,
	.drawer-open .drawer-hamburger-icon:after{
		background: #fff;
	}
	.head-nav{
		max-height: none;
		padding: 15px 0 10px;
		margin: 0;
		width: 100%;
		position: fixed;
		top: 0;
		z-index: 2;
		background: rgba(255,255,255,0.6);
	}
	.head-nav .logo{
		float: none;
		width: 50%;
		max-width: 150px;
	}
	.head-nav .logo h1{
		display: block;
		width: 100%;
		padding-left: 15px;
	}
	.head-nav .logo > a{
		display: block;
		padding-left: 15px;
		width: 100%;
	}
	.head-nav .logo h1 a img,
	.head-nav .logo > a img{
		max-width: 170px;
	}
	.nav-contact{
		float: none;
		width: 100%;
		display: none;
	}
	.gnav{
		display: none;
	}
	
/*----- footer -----*/
	
	.footer_info_left{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.footer_info_right{
		float: none;
		width: 100%;
	}
	.footer_contact p:nth-child(1){
		font-size: 15px;
	}
	.footer_contact p:nth-child(2){
		font-size: 15px;
	}
	.footer_contact p:nth-child(3) a{
		margin-right: 0;
	}
	.footer_contact p:nth-child(3) span{
		display: block;
		margin-top: 5px;
		font-size: 12px;
	}
	
	.lectore_logo{
		width: 40%;
		float: left;
		padding-top: 0;
	}
	.resort_logo{
		width: 48%;
		max-width: none;
		float: left;
	}
	.lectore_logo img,
	.resort_logo img{
		vertical-align: middle;
		vertical-align: -webkit-baseline-middle;
	
	}
	.address > div:nth-of-type(1){
		width: 100%;
	}
	.address > div:nth-of-type(2){
		width: 100%;
	}
	
	.address > div p:nth-of-type(1){
		font-size: 13px;
	}
	.address > div p:nth-of-type(2){
		font-size: 10px;
	}
	.time_info span{
		display: block;
		margin: 0 auto;
	}
	.use_case ul:nth-of-type(1),
	.use_case ul:nth-of-type(2){
		width: 50%;
	}
	.footer_access p span{
		display: block;
	}
	.footer_nav01 ul li{
		text-align: left;
		line-height: 2;
	}
	.footer_nav01 ul li:nth-child(1){
		width: 100%;
		min-width: 0;
	}
	.footer_nav01 ul li:nth-child(2),
	.footer_nav01 ul li:nth-child(3),
	.footer_nav01 ul li:nth-child(4),
	.footer_nav01 ul li:nth-child(5){
		width: 46%;
		min-width: 0;
	}
	.footer_nav02 ul li{
		width: 47%;
		text-align: left;
		border: none;
	}
	.footer_nav02 ul li a{
		padding: 2px 10px 2px 0;
		background: url(../images/arrow01.png) right center/5px auto no-repeat;
		display: inline;
		line-height: 2;
	}
	.footer_nav02 ul li:nth-child(1) a{
		padding: 2px 10px 2px 35px;
	}
	.copyright{
		float: left;
	}

/*----- accordionbox -----*/
	.accordionbox{
		background: #D4B65B;
		color: #fff;
		text-align: center;
		font-weight: 500;
		line-height: 1.4;
		width: 90%;
		max-width: 310px;
	}
	.accordionbox .bottom_menu_bar{
		display: none;
	}
	.accordionbox.sp .bottom_menu_bar{
		width: 100%;
		display: block;
	}
	

	.accordionbox p:nth-child(1){
		font-size: 14px;
		font-weight: 700;
		display: block;
		background-color: #C8A22D;
		padding: 10px;
	}
	.accordionbox p:nth-child(2){
		display: inline;
	}
	.accordionbox p:nth-child(2) img{
		max-width: 380px;
		padding: 12px 10px 7px;
	}
	.accordionbox p:nth-child(3){
		font-size: 12px;
		font-weight: 300;
	}
	.accordionbox p:nth-child(3) a{
		color: #fff;
		font-size: 13px;
		margin-right: 25px;
		font-weight: 400;
		background: url(../images/arrow00.png) left center/8px auto no-repeat;
		padding: 0 10px;
	}
	.accordionlist{
		display: none;
	}
	.accordion_icon{
		width: 40px;
		height: 40px;
	}
	.bottom_menu > ul.bottom_menu_bar > li{
		box-sizing: border-box;
	}
	/*
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(1){
		width: 100%;
		padding: 10px;
		height: auto;
		float: none;
		display: block;
	}*/
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(1){
		width: 100%;
		font-size: 14px;
		padding: 10px 10px 0;
		float: none;
		display: block;
		background: none;
		height: auto;
	}
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(1) img{
		width: 100%;
		max-width: 240px;
	}
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(2){
		width: 100%;
		padding: 0 5px 10px;
		font-size: 10px;
		letter-spacing: 0px;
		float: none;
		display: block;
	}
	.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) a{
		color: #fff;
		padding: 0 10px 0 12px;
		font-size: 14px;
		background: url(../images/arrow00.png) 0 50%/7px no-repeat;
	}


/*----- home -----*/
	.hero{
		height: 360px;
	}
	.hero .hero_copy{
		top: 3%;
		max-width: 100%;
	}
	.hero-slider {
		height: 360px;
	}
	.hero-slide {
		height: 360px;
	}
	.hero-slide .hero_copy {
		top: 3%;
		max-width: 100%;
	}
	.hero-slider .slick-prev,
	.hero-slider .slick-next {
		width: 30px;
		height: 30px;
	}
	.hero-slider .slick-prev {
		left: 10px;
	}
	.hero-slider .slick-next {
		right: 10px;
	}
	.hero-slider .slick-prev:before,
	.hero-slider .slick-next:before {
		font-size: 24px;
	}
	.hero-slider .slick-dots {
		bottom: 15px;
	}
	.hero .hero_subtitle{
		width: 100%;
		padding: 30px 0;
		margin-bottom: 20px;
	}
	.hero .hero_title{
		width: 90%;
		line-height: 1.4;
	}
	.home_menu01{
		padding: 50px 0 30px;
	}
	.home_menu01 ul{
		padding-left: 0;
	}
	.home_menu01 ul li{
		width: 100% !important;
		padding-right: 0;
	}
	.home_menu01 ul li .home_menu_img,
	.home_menu01 ul li .home_menu_info{
		float: none !important;
		width: 100% !important;
	}
	
	.home_menu01 ul:nth-child(1) .home_menu_img{
		height: 150px;
	}
	.home_menu01 ul:nth-child(1) .home_menu_info{
		height: 150px;
	}
	.home_menu01 ul:nth-child(1) li p:nth-child(1){
		padding: 5px 0;
	}
	
	.home_menu01 .home_menu_info p{
		padding: 5px 0;
	}
	.home_menu01 .home_menu_info p:nth-child(3){
		padding: 5px 0;
	}
	.home_menu01 .home_menu_info p:nth-child(1){
		line-height: 1.1;
		font-size: 18px;
	}
	.home_menu02{
		margin: 30px auto 0;
	}
	.home_menu02 ul{
		margin-top: 30px;
	}
	.home_menu02 ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.home_menu03 ul{
		padding-left: 0;
	}
	.home_menu03 ul li{
		width: 100% !important;
		padding-right: 0;
	}
	.home_menu04{
		padding: 50px 10px 20px;
	}
	.home_menu04_title{
		float: none;
		width: 100%;
		height: 80px;
	}
	.home_menu04_title p{
		padding: 20px 0;
	}
	.home_menu04 .top-news{
		float: none;
		width: 100%;
	}
/*----- comingsoon -----*/
	.comingsoon div h2{
		font-size: 26px;
		margin-top: 120px;
	}
	.comingsoon div h3{
		font-size: 14px;
	}
/*----- facility -----*/
	.facility .facility_menu{
		padding: 10px 10px;
		margin: 30px 0;
	}
	
	.facility .facility_menu > ul{
		margin-right: 0;
	}
	.facility .facility_menu > ul > li{
		float: none;
		width: 100%;
		padding: 0;
		overflow: hidden;
		min-height: 0;
	}
	.facility .floor_guide ul{
		float: none;
		width: 100%;
		margin-right:0;
	}
	.facility section > ul > li:nth-child(1n) .room_img,
	.facility section > ul > li:nth-child(2n) .room_img{
		float: none;
		width: 100%;
		height: 200px;
	}
	.facility section > ul > li:nth-child(1n) .room_info,
	.facility section > ul > li:nth-child(2n) .room_info{
		float: none;
		width: 100%;
	}
	.facility section > ul > li h3{
		margin-top: 20px;
		font-size: 20px;
	}
	.facility section > ul > li h3 span{
		padding-left: 0;
		display: block;
		margin-top: 5px;
	}
	
	.facility_detail .three_column{
		margin-top: 10px;
		position: static;
	}
	.facility_detail .three_column li{
		width: 32%;
		margin-right: 2%;
		padding-right: 0;
	}
	.guest_room .room_info > ul > li > p:nth-child(1),
	.lounge.facility .room_info > ul > li > p:nth-child(1),
	.hot_spring.facility .room_info > ul > li > p:nth-child(1){
		padding: 0 0 0 5px;
		width: 27%;
	}
	.guest_room .room_info > ul > li > p:nth-child(2),
	.lounge.facility .room_info > ul > li > p:nth-child(2),
	.hot_spring.facility .room_info > ul > li > p:nth-child(2){
		width: 73%;
	}
	.hot_spring.facility section > ul > li{
		max-height: none;
	}
	.hot_spring.facility .room_info > ul > li > p:nth-child(1){
		min-width: 75px;
	}
	.hot_spring.facility section > ul > li h3{
		margin-top: 20px;
	}
	.hot_spring.facility section > ul > li h3 span{
		margin-top: 0;
	}
	.lounge.facility section > ul > li h3{
		padding: 12px 20px;
	}
	.lounge.facility .room_info > ul{
		margin: 10px 0 10px;
	}
/*----- training_room_list -----*/

	.training_room_list #tabs_1{
		margin-bottom: 0;
	}
	.training_room_list #tabs_1 .panel .tab_arrow{
		display: none;
	}
	.training_room_list #tabs_1 .panel{
		padding: 50px 10px;
	}
	.training_room_list #tabs_1 .panel h3{
		font-size: 20px;
		margin-bottom: 40px;
	}
	.training_room_list .room_list li{
		width: 50%;
		margin-right: 0;
		height: 220px;
	}
	.training_room_list .room_list li div{
		height: 110px;
	}
	.training_room_list .room_list li img{
		padding: 0;
		display: block;
		margin: 0 auto;
	}
	.training_room_list .room_list li p{
		margin: 15px auto;
		line-height: 1.7;
	}
	.training_room_list #tabs_1 .panel ul li{
		margin-right: 0;
		width: 100%;
		float: left;
	}
	.training_room_list #tabs_1 .panel ul li:nth-child(2n){
		margin-right: 0;
	}
	.training_room_list #tabs_1 .panel .menu_info p:nth-child(1){
		font-size: 18px;
	}
	.training_room_list #tabs_1 .panel .menu_info p:nth-child(2){
		font-size: 16px;
	}
	.training_room_list #tabs_1 .panel .case ul li{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.training_room_list .room_list span.training_room_infoicon{
		padding: 5px;
		vertical-align: bottom;
	}
	.training_room_list .room_list li:nth-child(1) span.trainingroominfo_popup,
	.training_room_list .room_list li:nth-child(2) span.trainingroominfo_popup,
	.training_room_list .room_list li:nth-child(3) span.trainingroominfo_popup,
	.training_room_list .room_list li:nth-child(4) span.trainingroominfo_popup{
		right: 0;
		left: 0;
	}
	.training_room_list .room_list li span.trainingroominfo_popup{
		width: auto;
		padding: 10px;
		position: fixed;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		z-index: 50;
		background: rgba(196,196,196,0.9);
	}
	
	.training_room_list .room_list li span.trainingroominfo_popup:after{
		display: none;
	}
	
	.training_room_list .room_list span.trainingroominfo_popup img{
		display: none;
	}
/*----- training_room -----*/

	.training_room .room_list li{
		width: 49.5%;
		margin-bottom: 10px;
	}
	.training_room .room_list li:nth-child(2n){
		margin-right: 0;
	}
	
	.training_room .room_list li > p{
		margin: 5px;
		font-size: 16px;
	}
	.training_room .room_list li div{
		height: auto;
	}
	
	.training_room .room_list li div img{
		width: 90%;
		float: none;
		margin: 0 auto;
		max-width: 150px;
	}
	.training_room .room_list li div p{
		width: 100%;
		float: none;
		font-size: 20px;
	}
	
	.training_room .room_list span.training_roomdetail_infoicon{
		padding: 5px;
		vertical-align: bottom;
	}
	.training_room .room_list li span.trainingroominfo_popup{
		width: auto;
		padding: 10px;
		position: fixed;
		margin: 0 auto;
		left: 0;
		right: 0;
		top: auto;
		bottom: 0;
		z-index: 50;
		background: rgba(196,196,196,0.9);
	}
	.training_room .room_list li:nth-child(1) span.trainingroominfo_popup,
	.training_room .room_list li:nth-child(2) span.trainingroominfo_popup,
	.training_room .room_list li:nth-child(3) span.trainingroominfo_popup,
	.training_room .room_list li:nth-child(4) span.trainingroominfo_popup{
		right: 0;
		left: 0;
	}
	
	.training_room .room_list li span.trainingroominfo_popup:after{
		display: none;
	}
	
	.training_room .room_list span.trainingroominfo_popup img{
		display: none;
	}
	.room_detail ul:nth-of-type(1) li{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		min-height: 42px;
	}
	.multi .room_detail ul:nth-of-type(1) li{
		width: 100%;
	}
	.multi .room_detail img{
		width: 100%;
	}
	.training_room table caption{
		font-size: 16px;
	}
	
/*----- plan -----*/
	.plan .plan_menu{
		padding: 50px 0;
	}
	.plan .plan_menu > ul > li{
		width: 100%;
		padding-right: 0;
		
	}
	.plan_detail .outline ul.two_column{
		margin-top: 0;
	}
	.plan_detail .two_column{
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.plan_detail .three_column li{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-top: 40px;
	}
	.plan_detail .training_example ul li{
		float: none;
		width: 100%;
		padding: 10px 0 5px;
	}
	.plan_detail .training_room_example .four_column li{
		width: 50%;
		margin-bottom: 10px;
	}
	/*
	.plan_detail .training_room_example .four_column li:nth-child(2n){
		padding-right: 0;
	}*/
	.plan_detail .plan_detail_meal .two_column{
		margin-bottom: 20px;
	}
/*----- access -----*/
	.access .access_about01 .two_column{
		width: 100%;
		float: none;
		margin-right: 0;
		padding-top: 20px;
	}
	.access_about01 .two_column:nth-of-type(2) .title{
		font-size: 15px;
	}
	.access_about01 .two_column:nth-of-type(2) ul li p:nth-child(1){
		width: 25%;
	}
	.access_about01 .two_column:nth-of-type(2) ul li p:nth-child(2){
		width: 75%;
	}
	.access .access_about03 .two_column{
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.access_about03 .two_column ul li{
		margin-bottom: 30px;
	}
	.access_about03 .access_icon{
		width: 20%;
	}
	.access_about03 .access_info{
		width: 80%;
	}
	.access_about03 .access_info h4{
		font-size: 17px;
		letter-spacing: 2px;
	}
	.access_about03 .access_info p:nth-of-type(1){
		font-size: 15px;
	}
	.access_about03 .access_info a{
		box-sizing: border-box;
		font-size: 12px;
	}
	.access_about03 .two_column:nth-of-type(2) img{
		padding-top: 0;
	}
	
/*----- about -----*/
	.about section > ul > li h3{
		font-size: 17px;
		padding: 10px 0 10px 15px;
		letter-spacing: 4px;
	}
	.about section > ul > li .about_img{
		width: 100%;
		float: none;
		height: 200px;
	}
	
	.about section > ul > li .about_info{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.about section > ul > li .about_info > p{
		font-size: 14px;
	}
	
/*----- local -----*/
	.local .local_menu > ul > li{
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.local .local_menu .local_menu_info table th span.close{
		letter-spacing: 2px;
	}
/*----- download -----*/
	.download section ul li{
		width: 100%;
		margin-right: 0;
	}
/*----- full_support -----*/
	.full_support .support_list li{
		width: 100%;
		margin-right: 0;
		float: none;
		max-height: 200px;
		font-size: 20px;
	}
	.full_support #tabs_1 .panel{
		padding: 50px 10px 0;
	}
	.full_support #tabs_1 .panel .tab_arrow{
		display: none;
	}
	
	.full_support #tabs_1 .panel h3{
		font-size: 20px;
	}
	.full_support #tabs_1 .panel .tab_sub_info h4{
		font-size: 18px;
	}
	.full_support #tabs_1 .panel .tab_sub_info p{
		font-size: 15px;
		text-align: left;
	}
	.full_support #tabs_1 .panel .tab_sub_info .intro{
		padding: 30px;
	}
	
	.full_support #tabs_1 .panel .tab_sub_info .intro .intro_info{
		width: 100%;
		float: none;
	}
	.full_support #tabs_1 .panel .tab_sub_info .intro .intro_info h5{
		font-size: 18px;
	}
	.full_support #tabs_1 .panel .tab_sub_info .intro .intro_img{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	
	
/*----- training_program -----*/
	.training_program #tabs_1 .panel{
		padding: 50px 10px 0;
	}
	.training_program #tabs_1 .panel .tab_arrow{
		display: none;
	}
	
	.training_program .program_list li{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 0;
		height: 200px;
	}
	.training_program .program_list li p{
		font-size: 20px;
	}
	.training_program #tabs_1 .panel .tab_sub_info_img{
		width: 100%;
		float: none;
	}
	.training_program #tabs_1 .panel .tab_sub_info_text{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.training_program #tabs_1 .panel .tab_sub_info_text h4{
		font-size: 18px;
		padding: 5px 20px 8px 20px;
	}
	.training_program ul li{
		width: 100%;
		float: none;
		margin-right: 0;
		
	}
	.training_program .result .result_img{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.training_program .result .result_info{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.training_program #tabs_1 .panel .tab_contents h4{
		font-size: 19px;
	}
	.training_program #tabs_1 .panel .tab_contents section h5{
		font-size: 17px;
	}
	.training_program #tabs_1 .panel .tab_contents section table{
		font-size: 12px;
	}
	.training_program #tabs_1 .panel .tab_contents .contents_text{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.training_program #tabs_1 .panel .tab_contents .contents_text h5{
		font-size: 18px;
	}
	.training_program #tabs_1 .panel .tab_contents .contents_text p{
		font-size: 13px;
	}
	.training_program #tabs_1 .panel .tab_contents .contents_img{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
/*----- flow -----*/
	.flow .flow_nav li{
		width: 100%;
		float: none;
		padding-right: 0;
		margin-bottom: 5px;
	}
	.flow .flow_nav li a{
		font-size: 18px;
		height: 60px;
	}
	.flow .panel{
		margin-top: 20px;
	}
	.flow .panel h3{
		margin: 10px 0;
		font-size: 18px;
	}
	.flow .panel ul li{
		margin-bottom: 40px;
	}
	.flow .panel ul li .flow_number{
		width: 50%;
		max-width: 100px;
		float: none;
		margin: 0 auto;
		padding: 10px;
	}
	.flow .panel ul li .flow_info{
		width: 100%;
		float: none;
		padding: 0;
	}
	.flow .panel ul li .flow_info h4{
		font-size: 20px;
	}
	.flow .panel ul li .flow_img{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	
/*----- meal -----*/
	.meal .meal_menu .menu_nav li{
		width: 100%;
		padding-right: 0;
		float: none;
		margin-bottom: 5px;
	}
	.meal .meal_menu .menu_nav li a{
		padding: 15px 0;
		font-size: 18px;
	}
	.meal .meal_menu .panel{
		margin-top: 20px;
	}
	.meal .meal_menu h3{
		font-size: 18px;
		margin-bottom: 20px;
	}
	
	.meal .meal_menu h4{
		margin-left: 0;
		font-size: 16px;
		padding: 10px 10px 10px 10px;
	}
	.meal .meal_menu h4 span{
		display: block;
		margin-top: 5px;
	}
	.meal .meal_menu .meal_menu_main{
		padding-bottom: 0;
		border: none;
		margin-top: 20px;
	}
	.meal .meal_menu .meal_menu_sub{
		padding-bottom: 0;
		border: none;
	}
	.meal .meal_menu .menu_img{
		width: auto;
		float: none;
		margin-left: 0;
		height: 60vw;
	}
	
	.meal .meal_menu .menu_info{
		width: auto;
		float: none;
		margin-right: 0;
		margin-top: 20px;
		font-size: 12px;
		min-height: 0;
	}
	.meal .meal_menu .menu_info ul li{
		font-size: 12px;
	}
	.meal .meal_menu .menu_info p.small{
		margin-bottom: 20px;
	}
	.meal .meal_menu .menu_info .price{
		position: static;
		font-size: 14px;
		margin-top: 20px;
	}
	
	.meal .meal_menu .beer_plan{
		margin: 10px;
		padding: 10px;
		border: none;
		border-bottom: solid 1px #ccc;
	}
	.meal .meal_menu .beer_plan h4{
		margin-left: 0;
	}
	
	.meal .meal_menu .beer_plan .menu_img{
		width: 100%;
		margin-left: 0;
		height: 60vw;
		float: none;
	}
	
	.meal .meal_menu .beer_plan .menu_info{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.meal .meal_menu .beer_plan .menu_asterisk{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	.meal .meal_menu .drink_single{
		margin: 10px;
		padding: 10px;
		border: none;
	}
	.meal .meal_menu .drink_single h4{
		margin-left: 0;
	}
	
	.meal .meal_menu .drink_single .menu_img{
		width: 100%;
		margin-left: 0;
		height: 95vw;
		float: none;
	}
	
	.meal .meal_menu .drink_single .menu_info{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.meal .meal_menu .drink_single .menu_asterisk{
		width: 100%;
		float: none;
		margin-left: 0;
	}
	
	.meal .three_column li{
		width: 100%;
		padding-right: 0;
		float: none;
		margin-bottom: 30px;
	}
	.meal .meal_snack .three_column p{
		font-size: 13px;
	}
	.meal .meal_service > ul > li h3{
		font-size: 18px;
	}
	.meal .meal_service > ul > li:nth-child(1n) .meal_img,
	.meal .meal_service > ul > li:nth-child(2n) .meal_img{
		width: 100%;
		float: none;
	}
	.meal .meal_service > ul > li .meal_info{
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.meal .meal_service > ul > li .meal_info > p{
		font-size: 14px;
	}
	
/*----- performance -----*/
	.performance .performance_menu > ul > li{
		width: 100%;
		padding-right: 0;
		float: none;
	}
	.performance .three_column li{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-top: 40px;
	}
	
	/* 20171003 */
	.hero .hero_title span {
	    font-size: 9vw;
	}
	.hero .hero_subtitle {
	    max-width: 80%;
	    font-size: 4vw;
	    margin: 20px auto 20px;
	}
	.hero-slide .hero_title span {
	    font-size: 9vw;
	}
	.hero-slide .hero_subtitle {
	    max-width: 80%;
	    font-size: 4vw;
	    margin: 20px auto 20px;
	}
	#hero {
	    background: url(../images/top_hero_img_sp.jpg) center center/cover no-repeat;
	}
	.Sp_None {
		display: none;
	}
}


.head-nav .logo h1 > a {
	font-size: 1.6vw;
}
.info_tel {
    background: url(../images/footer_tel.png) left center no-repeat / 30px;
    font-size: 30px;
    font-weight: bold;
    margin-left: -5px;
    padding-left: 40px;
}

.gnav ul li.top_pulldown_btn div.top_pulldown ul {
    margin: 0 10%;
}
.gnav ul li.top_pulldown_btn div.top_pulldown ul li {
    width: 30%;
}
.nav-contact a:nth-child(1) {
    max-width: 225px;
    width: 33%;
}
.training_room_list .room_list li {
    height: 120px;
}

@media (max-width: 915px) {
.head-nav .logo {
    width: 38%;
}
.tkp_logo{
	display: none;
}
.resol_pc {
	display: none;
}
.head-nav .logo > a {
	display: none;
}
.nav-contact {
    width: 62%;
}
.head-nav .logo h1 > a {
    font-size: 2vw;
}
}

@media (max-width: 767px) {
.head-nav {
    padding: 6px 0 10px;
}
.head-nav .logo {
    width: 60%;
    max-width: inherit;
}
.head-nav .logo h1 > a {
    font-size: 2.5vw;
}
.info_tel {
    background: url(../images/footer_tel.png) left center no-repeat / 15px;
    font-size: 30px;
    font-weight: bold;
    margin-left: -5px;
    padding-left: 20px;
}
}
.cf.outline table {
	margin: auto;
	width: 50%;
    font-size: 17px;
}
.cf.outline th > a {
    display: block;
    width: 100%;
    height: 100%;
	background-color: #F2F2F2;
	padding: 2% 0;
}
.cf.outline th > a:hover {
	opacity: 0.5;
}
.cf.outline.plan02 .table_color th {
	padding: 1% 0;
}
.main_contents .plan02 {
	margin: 50px 10px;
}
.main_contents .plan02 table p {
	font-size: 12px;
	margin-top: 8px;
}
.cf.outline.plan02 table td {
    background: #f0f0f0;
    padding: 15px 0;
}
.cf.outline.plan02 table .table_color {
	background-color: #ece7d5;
}

/* 20180119 */
#hero {
    /*background: url(../images/dot01.png) right top no-repeat,url(../images/top_hero.mp4) center center/cover no-repeat;*/
    background-size: cover;
}
.bottom_menu > ul.bottom_menu_bar > li:nth-child(2) ul li:nth-child(2) p {
	margin-top: 2px;
}
.tel1.fotter_tel {
    color: #fff;
    font-weight: bold;
    font-size: 2.5em;
    background: rgba(0, 0, 0, 0) url("../images/tel01.png") no-repeat scroll left center / 0.9em auto;
    padding-left: 1.3em;
    margin: 10px 0;
    font-family: "Hiragino Kaku Gothic ProN";
    letter-spacing: 5px;
}
.bottom_menu ul.bottom_menu_bar li p span {
	color: #fff;
	font-weight: bold;
	font-size: 1.7em;
	background: rgba(0, 0, 0, 0) url("../images/tel01.png") no-repeat scroll left center / 0.9em auto;
	padding-left: 1.2em;
	margin-left: 10px;
	font-family: "Hiragino Kaku Gothic ProN";
}
.tel2 {
    color: #d4b65b;
    font-weight: bold;
    font-size: 1.5em;
    background: rgba(0, 0, 0, 0) url("../images/tel02.png") no-repeat scroll left center / 0.9em auto;
    padding-left: 1.3em;
    font-family: "Hiragino Kaku Gothic ProN";
    line-height: 2;
    letter-spacing: 3px;
}
.nav-contact .tel {
    width: 50%;
}
.facility section > ul > li .room_img.another {
    height: 280px;
}
.guest_room .room_info > ul > li > p:nth-child(2), .lounge.facility .room_info > ul > li > p:nth-child(2), .hot_spring.facility .room_info > ul > li > p:nth-child(2) {
    padding: 0 10px;
}
.cf.outline table {
	margin: 40px auto auto;
    font-size: 17px;
}
.head-nav .logo h1 {
    line-height: 0.8;
}
.head-nav .logo h1 a span {
    font-size: 10px;
}
.plan .plan_menu {
	padding: 0;
}
.facility .facility_menu {
	padding: 0 10px;
}
.feature_text {
	font-size: 18px;
	margin-bottom: 25px;
}
#faq {
	max-width: 1000px;
	margin: auto auto 100px;
}
#faq a {
	text-decoration: underline;
}
#faq div {
    width: 80%;
    margin: auto;
    padding-top: 215px;
    margin-top: -150px;
}
#faq dt {
    position: relative;
    display: block;
    width: 93.5%;
    margin: 2% auto 0;
    padding: 1.2% 1.5% 1.2% 6%;
    background: #eee url("../images/icon_Q.png") no-repeat scroll left 10px / 5% auto;
    font-size: 14px;
    cursor: pointer;
}
#faq dd {
    display: none;
    width: 93.5%;
    margin: 0 auto 2%;
    padding: 1.2% 1.5% 2% 6%;
    background: url("../images/icon_A.png") no-repeat scroll left 10px / 5% auto;
    font-size: 14px;
}
#faq form {
    padding: 7% 0 0 10%;
}
#faq h3 {
    text-align: left;
    margin: 0;
    padding: 0 0 10px;
}
.access_about04 a {
    border: #6FC2FF solid 2px;
    color: #6FC2FF;
    margin-top: 30px;
}
.access_about04.how_to {
	padding-top: 0;
	border-top: none;
}
.access_about04 a:hover {
    color: #fff;
    background-color: #6FC2FF;
    border: #6FC2FF solid 2px;
}
.two_column a {
    margin: 30px auto 0 0;
    background: #B2B2B2;
    color: #fff;
    padding: 7px;
    text-align: center;
    transition: .5s;
    cursor: pointer;
    display: block;
    width: 80%;
}
.two_column a:hover {
    background: #D9D9D9;
}
.cf.outline.plan02 table {
	width: 80%;
	margin-bottom: 50px;
}
.partytime {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    width: 330px;
    margin: 5px auto;
    padding: 5px 0;
}
.plan02 img {
	width: 900px;
}
.price a {
	text-decoration: underline #518db3;
	color: #116da2;
}
.nairan_btn {
    background-color: #d4b147;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    width: 1060px;
    margin: 20px auto auto;
}
.nairan_btn.red {
    background-color: #f35339;
}
.nairan2 a {
    background-color: #f35339;
    padding: 15px 0;
    color: #fff;
    display: block;
    width: 45%;
    margin: auto auto 30px;
    font-size: 18px;
}
.nairan2 a span {
    font-size: 14px;
}
.nairan2 a:hover, .nairan a:hover, .nairan_btn:hover {
	opacity: 0.7;
}
.nairan a {
    text-decoration: underline;
    color: #f35339;
}
.nairan table {
    margin: auto auto 30px auto;
    font-size: 18px;
}
.nairan th {
    background: #f7e0c0;
    padding: 10px;
    color: #917668;
    font-weight: normal;
}
.nairan td {
    padding: 10px 25px;
    color: #72635b;
}
.nairan table.table_festival_detail td{
	text-align : left;
}
.nairan table.table_festival_detail img{
	width : 280px;
	height : AUTO;
	float : left;
	margin : 10px 10px 0px 0px;
}
.nairan h3 {
    line-height: 1.4;s
}
#bus {
	position: relative;
	padding: 100px 0 0;
	margin-top: -120px;
}
#bus table {
	margin: auto;
    font-size: 18px;
}
#bus th {
    background: #ddd;
    padding: 5px 10px;
	width: 300px;
}
#bus td {
    background: #f3f3f3;
    padding: 5px 10px;
}
.top_nairan {
	padding-top: 30px;
	background-color: #EDEDED;
	width: 100%;
}
.top_nairan span.arrow {
	background: url("../images/icon_arrow.png") no-repeat center;
	padding: 0 10px;
}
.footer_nav01 ul li:nth-child(2),
.footer_nav01 ul li:nth-child(3),
.footer_nav01 ul li:nth-child(4),
.footer_nav01 ul li:nth-child(5),
.footer_nav01 ul li:nth-child(6),
.footer_nav01 ul li:nth-child(7),
.footer_nav01 ul li:nth-child(8) {
    margin-left: 15px;
    text-align: left;
    width: 70px;
    min-width: 70px;
}
video {
	width: 100%;
}

@media (max-width: 959px) {
#hero {
    background: url(../images/dot01.png) center bottom no-repeat,url(../images/top_hero.mp4) center center/cover no-repeat;
    background-size: cover;
}
.hero {
    height: 650px;
}
.hero .hero_copy {
    top: 22%;
}
}

@media (max-width: 767px) {
#hero {
    background: url(../images/outside.jpg) bottom center no-repeat,url(../images/top_hero.mp4) center center/cover no-repeat;
    background-size: cover;
}
.accordionbox p:nth-child(1) {
    background-color: inherit;
	padding: 0;
}
.footer_contact p:nth-child(2) {
    font-size: 2em;
}
.tel1.fotter_tel {
    background: rgba(0, 0, 0, 0) url("../images/tel01.png") no-repeat scroll left center / 1em auto;
    padding-left: 1.4em;
}
.head-nav .logo h1 {
    line-height: 0.5;
}
.head-nav .logo h1 a span {
    font-size: 7px;
}
.feature img {
	width: 90%;
}
.access_about04.how_to {
    width: 94%;
}
.cf.outline.plan02 table {
	width: 100%;
}
.plan_detail .outline span.campaign {
    margin: 15px 0 5px 0;
    width: 80%;
}
.cf.outline table {
    font-size: 13px;
}
.main_contents .plan02 {
    margin: 50px 0;
}
.partytime {
    width: auto;
}
.plan02 img {
	width: 100%;
}
.nairan2 a {
    padding: 15px 30px;
}
.nairan_btn {
    font-size: 4vw;
}
.nairan_btn {
    width: 100%;
}
}
.training_room_list .floormap img {
	max-width:80%;
    margin-top: 30px;
    border: 3px solid #eee;
    padding: 20px 50px;
}
.home_menu03 ul:nth-child(1) li {
    width: calc((100% - 25px) / 3);
}
.cf.meal_list li {
    margin-bottom: 80px;
}
.cf.meal_list li p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 16px;
}
.meal .meal_menu .menu_img.morning {
    width: 48%;
    margin-left: 2%;
}
.meal .meal_menu .meal_menu_main {
    padding-bottom: 0;
    border-bottom: none;
}
.meal .meal_service > ul > li h3 {
    background: #fff;
}
p.fes_box {
    margin: 12px auto 0;
    padding: 7px 0;
    background: #eee;
    width: 30%;
}
.cf.meal_list li p.morning_p {
    margin: 20px 0 0 15px;
    float: left;
}
.home_menu04 li {
    width: 45%;
    height: 300px;
    float: left;
    padding: 2% 2% 3%;
    background: #fff;
}
.home_menu04 li p {
	font-size: 15px;
	background: url(../images/corner03.png) left top/13px no-repeat;
	padding: 5px 0 13px 25px;
}
.home_menu04 li:first-child {
	margin-right: 2%;
}
.home_menu04 li iframe {
    width: 100%;
    height: 90%;
}
.home_menu04 {
    overflow: hidden;
    padding: 0 0 20px;
    background: #EDEDED;
    max-width: 100%;
}
.home_menu04 ul {
    width: 100%;
    max-width: 1060px;
    margin: auto;
}
a.plus_plan {
	text-decoration: underline;
	color: #999;
}
.meal .meal_menu .meal_menu_main #plus_plan {
	padding-top: 70px;
}
/*.meal .meal_menu .meal_menu_main #plus_plan h4 {
    border-left: solid 5px #e06060;
    color: #e06060;
}*/


@media (max-width: 767px) {
.head-nav .logo {
    width: 80%;
}
.training_room_list .floormap img {
	display: none;
}
.nairan th, .nairan td {
    font-size: 14px;
    padding: 5px 8px;
}
.nairan2 a {
    padding: 15px 0;
    width: 100%;
    margin: auto auto 20px;
}
.meal .meal_menu .menu_img.morning {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
}
.cf.meal_list li p.morning_p {
    margin: 0;
}
.head-nav {
    padding: 20px 0;
    background: rgba(255,255,255,0.8);
}
.meal div.meal_2clum{
	float : none;
	width : 100%;
	margin : 0px;
	padding : 5px;
}
.cf.outline table.table_organization_plan{
	width : 100%;
}
.head-nav .logo h1 {
    padding-top: 2px;
}
.main_contents section p.organization_plan_note{
	width : 100%;
}
	.main_contents section.furniture table{
		width : 100%;
		margin : 10px AUTO;
	}
}
@media (max-width: 480px) {
	/*ドリンクメニュー　スマホ時に縦 ここから*/
	table.addplan_drink{
		width : 100%;
		margin : 0px;
	}
	table.addplan_drink thead{
		display : block;
		float : left;
		width : 100px;
		margin : 0px;
		padding : 0px;
	}
	table.addplan_drink tbody{
		display : block;
		width : AUTO;
		overflow-x : AUTO;
	}
	table.addplan_drink tbody tr{
		display : block;
		width : 50%;
		float : left;
	}
	table.addplan_drink th{
		display : block;
		width : 100px;
		height : 50px;
		margin : 0px;
		padding : 0px;
		font-size : 12px;
	}
	table.addplan_drink th:first-child{
		display : block;
		height : 102px;
		margin : 0px;
		padding : 0px;
	}
	table.addplan_drink td{
		display : block;
		margin : 0px;
		padding : 0px;
		height : 50px;
		font-size : 12px;
	}
	/*ドリンクメニュー　スマホ時に縦 ここまで*/
	.nairan table.table_festival_detail img{
		width : 100%;
		float : clear;
	}
}

.home_menu01 ul li{
	width: 48.63%; /*未対応ブラウザ用*/
	widht: -webkit-calc((100% - 21px) / 2);/*Chrome用*/
	width: -moz-calc((100% - 21px) / 2);/*Firefox用*/
	width: calc((100% - 21px) / 2);
}



.home_menu01 ul li:last-child{
	padding-right: 0;
}
.home_menu01 ul .home_menu_img{
	width: 66%;
	float: left;
	height: 250px;
}
.home_menu01 ul .home_menu_info{
	width: 34%;
	float: left;
	height: 250px;
}
.home_menu01 ul li p:nth-child(1){
	padding: 24px 0;
	margin: 0 0 0;
}

.home_menu01 ul li p:nth-child(3){
	margin: 0 auto;
}
.home_menu01 ul:nth-child(2) .home_menu_info, .home_menu01 ul:nth-child(3) .home_menu_info {
    height: 250px;
}
.home_menu01 ul li p:nth-child(1) {
    padding: 24px 0;
    margin: 0 0 0;
}
.home_menu03 {
    padding: 0 0 50px;
}
video {
    top: auto;
    bottom: -5vw;
}
.hero {
    height: 600px;
}
.head-nav .logo h1 > a {
    font-size: 20px;
}
.training_room_list #tabs_1 .panel ul li {
    height: 170px;
}
.address {
    margin: 20px 0;
}
.gnav_logo.fade {
    background: none;
}
.head-nav .logo h1 {
    padding-top: 0;
}
.head-nav .logo h1 > a {
    font-size: 22px;
}
.access_about01.cf iframe {
	max-width: 1200px;
}
.cf.outline h3 span{
    margin-top: 10px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: 3px;
}
.cf.meal_list li b {
    color: #e06060;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 767px) {
	table.table_udon_plan{
		width: 80%;
	}
	
	table.table_udon_plan tr th{
		text-align: left;
		height: 40px;
		background-color:#D4B65B;
		padding-left: 10px;
		color: white;
	}
	table.table_udon_plan tr td{
		width: 30%;
		text-align: left;
		height: 30px;
	}
	.spn_detail{
		width: 70%;
	}
}
.cf.meal_list li > div.mainplate {
	width: 23%;
	margin: 10px 1% 30px;
	float: left;
	text-align: left;
}
.cf.meal_list li > div.mainplate img {
	width: 100%;
}
.cf.party_plan li > div.mainplate {
	width: 48%;
}
.cf.party_plan li > div.mainplate a {
    display: block;
    border: 2px solid #ccc;
    border-radius: 5px;
    padding: 20px;
    font-size: 15px;
    margin-bottom: 20px;
}
.cf.party_plan li > div.mainplate a:hover {
	opacity: 0.7;
}
.cf.party_plan li > div.mainplate a > span {
    font-size: 12px;
    color: #999;
}
.meal_2clum {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
}
.meal .meal_menu .menu_img {
    height: 25vw;
}
#dennermenu img {
	width: 70%;
}
.plan.meal .plan_menu .plan_menu_info .title {
	border-left: solid 5px #D4B65B;
	color: #D4B65B;
}



@media (max-width: 767px) {
.hero {
    height: 360px;
}
.hero .hero_copy {
    top: 9%;
}
.hero-slider {
    height: 360px;
}
.hero-slide {
    height: 360px;
}
.hero-slide .hero_copy {
    top: 9%;
}
.head-nav .logo h1 > a {
    font-size: 18px;
}
.cf.meal_list li > div.mainplate {
	width: 48%;
}
.meal_2clum {
    width: 98%;
}
}



@media (min-width: 1060px) {
.meal .meal_menu .menu_img {
    height: 300px;
}
}

.facility_map {
	text-align:center;
	margin-bottom:80px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	flex-wrap: wrap;
}

.facility_map img {
	border: 3px solid #eee;
	padding: 20px 50px;
	box-sizing: border-box;
}

.left {
	text-align:left;
}

/*---追加---*/

.facility_list {
	margin-top:40px;
}

.facility_list>ul>li {
	float:left;
	width:50%;
	text-align:center;
	margin-bottom:40px;
}

.facility_list h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: 400;
    line-height: 1.2;
    margin: 40px 0 15px;
}

.facility_list h3>span {
	display:block;
	font-size:12px;
	color:#ccc;
	margin-top: 5px;
}

.facility_list img {
	max-width: 90%;
	padding:10px;
}

.facility_list>ul>li>p {
	font-size:14px;
	text-align:left;
	padding:10px 80px;
}

.facility_list>ul>li>a>span {
	background: #D9D9D9;
	color: #fff;
	padding: 4px 20px;
	display: inline-block;
}

.facility_list>span {
	display: block;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
}


.clear {
	clear:both;
	margin: 40px;
	border: #eee 1px solid;
}

.clear_n {
	clear:both;
	margin: 40px;
	border: #eee 0px solid;
}

@media (max-width: 767px) {
.facility_list>ul>li>p {
	padding:10px 10px;
}
}

.facility_list>ul>li>p>span {
	display:block;
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
/* plan_contents readability enhancements */
.plan_contents{
	color: #333;
	background: #fff;
    border: #DFCA92 solid 2px;
	border-radius: 6px;
	padding: 50px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.04);
	box-sizing: border-box;
	margin-bottom: 30px;
}

.plan_contents_inner {
	display: inline-block;
	background: #DAC078;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.plan_meal li {
	float:left;
	width:50%;
	margin:80px 0;
}

.plan_meal div {
    font-size: 26px;
    text-align: center;
    margin: 30px;
}

.plan_meal p {
    font-size: 18px;
    margin-bottom: 10px;
}

.plan_meal span {
	font-size:14px;
}
@media (max-width: 767px) {
  /*--トップ-------------------------------------------*/
    .head-nav .logo {
      width: 85%;
    }
    .head-nav .logo h1 > a {
      font-size: .8rem;
    }
    .head-nav .logo h1 {
      padding-left:10px;
    }
    .hero .hero_subtitle {
      padding: 50px;
    }
  /*--施設案内-------------------------------------------*/
    .facility_list img {
      max-width: 100%;
      box-sizing: border-box;
      padding: 0;
    }
    .facility_list > ul > li {
      float: none;
      width: calc(100% - 20px);
      padding: 10px;
      text-align: center;
    }
    .training_room1 > ul > li {
      float: none;
      width: calc(100% - 20px);
      padding: 10px;
    }
    .facility_list > span {
      padding: 10px;
      text-align: left;
    }
    .guest_room.facility section > ul > li h3{
      font-size: 14px;
      margin: 10px 0;
    }
    .text {
      padding: 20px;
      margin-left: 0;
    }
    .access_01 li {
      width: calc(100% - 20px);
      padding: 10px;
      float: none;
    }
    .plan_meal li {
      float:none;
      width: calc(100% - 20px);
    }
  /*--会場-------------------------------------------*/
    .table {
      overflow-x: scroll;
      padding: 0 10px;
    }
    .table__base{
      overflow-x: auto;
    }
    .bottom_menu ul.bottom_menu_bar li p span {
      font-size: 1.4em;
      padding: 0;
      margin: 0;
    }
    p img {
      width: 100%;
      box-sizing: border-box;
    }
    .training_room_list #tabs_1 .panel .menu_info p:nth-child(1) {
      font-size: 16px;
      margin: 10px 10px 5px;
    }
    .training_room_list #tabs_1 .panel .menu_info p:nth-child(2) span {
      font-size: 18px;
    }
    .menu_info font {
      font-size: 10px;
    }
    .training_room_list #tabs_1 .panel>ul>li>div> a {
      margin-top: 5px;
    }
    .training_room1 h3 {
      font-size: 1rem;
      padding: 10px;
    }
  /*--研修-------------------------------------------*/
  .plan_price2 {
    padding: 0 10px;
  }

  .plan_price2 h3 {
    text-align: center;
  }
  .plan_price2 img {
    max-width: 100%;
  }
  .plan_meal ul li img {
    max-width: 100%;
  }
  .plan_meal li {
    margin: 40px 0;
    width: 100%;
  }
  .plan_table1 th, .plan_table5 th {
    padding: 5px;
    font-size: .7rem;
  }
  /*--アクセス-------------------------------------------*/
  .access_01 li {
    width: 100%;
    box-sizing: border-box;
  }
  .access_01 img {
    max-width: 100%;
  }
  .access_01 iframe {
    width: 100%;
    box-sizing: border-box;
  }
  /*--近隣情報-------------------------------------------*/
  .local .local_menu > ul > li {
    padding: 0;
  }
  /*--facility_map-------------------------------------------*/
    .facility_map {
      flex-direction: column;
    }
    .facility_map img {
      max-width: 90%;
      padding: 15px 20px;
    }
  /*--footer-------------------------------------------*/
    .footer_contact p:nth-child(2) {
      padding-left: 0;
      font-size: 1rem;
    }
    .footer_nav01 ul li {
      float:  none;
      margin-right: 0;
    }
    .footer_nav01 ul li:nth-child(2), .footer_nav01 ul li:nth-child(3), .footer_nav01 ul li:nth-child(4), .footer_nav01 ul li:nth-child(5), .footer_nav01 ul li:nth-child(6), .footer_nav01 ul li:nth-child(7), .footer_nav01 ul li:nth-child(8){
      margin-left: 0;
    }
    .footer_nav02 ul li:nth-child(1) a {
      padding-left: 0;
    }
    .footer_nav02 ul li {
      width: auto;
    }
  }