@charset "utf-8";

/*----------------------*/

.sp {
	display: none !important;
}

.tablet {
	display: none;
}

.inr{
	width:1360px;
	margin:0px auto;
	position:relative;
}
.inr_s{
	width:1100px;
	margin:0px auto;
	position:relative;
}

@media(max-width: 1360px) {
	.inr{
		width:99%;
		margin:0px auto;
	}
}
@media(max-width: 1200px) {
	.inr_s{
		width:99%;
		margin:0px auto;
	}
}
.center{
	text-align:center;
}
#container{
	font-size: 15px;
	font-size: 1.5rem;
}

/*header*/
header{
	background:#FFF;
	position:fixed;
	width:100%;
	height:100px;
	z-index:9999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(33,33,33,0.1);
	margin:0;
	overflow:hidden;
	top:0;
}

header *,
header ::after,
header ::before{
	box-sizing: content-box;
}


.header_logo{
	margin:7px 0 0 0;
}
.header_logo a{
	display:block;
}
.header_logo img{
	height:80px;
}
.header_left{
	float:left;
}
.header_right{
	float:right;
	height:100px;
}
.header_link{
	margin:0;
}
.header_link ul{
	float:left;
	margin:0;
	padding:0;
}
.header_link li img.mt5{
	margin:7px 0 0 0;
}
.header_link li{
	display:block;
	margin:0 0 0 30px;
	padding:0;
	float:left;
	position:relative;
	text-align:center;
}
.header_link li a{
	display:block;
	padding:20px 0 0 0;
	color:#000;
	font-weight:bold;
	height:100px;
}
.header_link li a.bk_btn{
	display:block;
	color:#FFF;
	background:#5c6c64;
	padding:20px 20px 0 20px;
}
.header_link li a.bk_btn img{
	color:#FFF;
}

.header_link li a:hover{
	color:#5c6c64;
}
.header_link li a.bk_btn:hover{
	color:#000;
}
.header_link li a img{
	margin:0 5px 0 0;
}

.header_link li .header_navi li a{
	height:auto;
}

#menu_search{
	display:none;
	position:fixed;
	width:380px;
	background:#FFF;
	top:100px;
	right:calc( ((100% - 1360px)/2) + 360px);
	z-index:9999;
	margin:auto;
	padding:10px 0;
	box-shadow: 0 3px 10px rgba(33,33,33,0.1);
}
#menu{
	display:none;
	position:fixed;
	width:400px;
	background:#FFF;
	top:100px;
	right:calc( (100% - 1360px)/2 + 180px);
	z-index:9999;
	margin:auto;
	padding:10px 0;
	box-shadow: 0 3px 10px rgba(33,33,33,0.1);
}
#menu_search ul,
#menu ul{
	float:none;
	width:90%;
	margin:0px auto;
}
#menu_search ul li,
#menu ul li{
	text-align:left;
	float:none;
	padding:15px 10px 15px 60px;
	line-height:auto;
	height:auto;
	border-bottom:1px dotted #000;
	margin:0;
	position:relative;
}
#menu_search ul li img,
#menu ul li img{
	height:40px;
	width:auto;
	position:absolute;
	left:5px;
	top:0;
	bottom:0;
	margin:auto;
}

#menu_search ul li:last-child,
#menu ul li:last-child{
	border-bottom:none;
}
.close_btn{
	display:none;
}

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

.nav_fix{
	display:none;
}

/*footer*/
#footer{
	width:100%;
	background:#FFF;
	position:relative;
	z-index:9;
	padding:0;
}
#footer_contact{
	margin:50px 0 0 0;
	padding:0 0 30px 0;
}
#footer_contact nav{
	position: relative; 
	overflow: hidden;
	margin:0;
}
#footer_contact nav ul{
	position: relative;
	left: 50%;
	float: left;
}
#footer_contact nav ul li{
	position: relative;
	left: -50%;
	float: left;
	margin:0 40px;
	text-align:center;
}
#footer_contact nav ul li.logo2 img{
	height:100px;
	margin:20px 0 0 0;
}

#footer_bottom{
	background:#5c6c64;
	color:#fff;
	padding:20px 0;
}

#footer_menu{
	position: relative;
	overflow: hidden;
	font-size:18px;
}
#footer_menu ul{
	position: relative;
	left: 50%;
	float: left;
}
#footer_menu ul li{
	position: relative;
	left: -50%;
	float:left;
	margin:0 20px;
}
#footer_menu ul li a{
	color:#FFF;
}
#footer_menu ul li a:hover{
	text-decoration:underline;
}

#footer_sns{
	position: relative;
	overflow: hidden;
}
#footer_sns ul{
	position: relative;
	left: 50%;
	float: left;
	margin:0 0 40px 0;
}
#footer_sns ul li{
	position: relative;
	left: -50%;
	float:left;
	margin:0 20px;
}
#footer_sns ul li a{
	color:#FFF;
	font-size:30px;
}

.footer_copy{
	padding:0;
	text-align:center;
	font-size: 18px;
	font-size: 1.8rem;
	margin:0;
	color:#FFF;
}
.footer_copy a{
	color:#FFF;
}
.footer_copy a:hover{
	text-decoration:underline;
}

/**/

#main{
	width:700px;
	float:left;
}

#side{
	width:370px;
	float:right;
	padding:0 0 80px 0;
}

/* パンくず */

.bread{
	margin:0;
	padding:10px 0;
}
.bread ul{
	margin:0;
	padding:0;
}
.bread li{
	float:left;
	margin-right:5px;
	font-size: 14px;
	font-size: 1.4rem;
	color:#1A1A1A;
}
.bread li a{
	color:#1A1A1A;
}
.bread li a:hover{
	text-decoration:underline;
}
.bread li:after{
	display:inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	margin:0 10px;
}
.bread li:last-child:after{
	content:none;
	margin:0;
}

/*ページャー*/
.pager_box{
	clear:both;
	text-align: center;
	margin:80px auto 50px auto;
	position:relative;
}
.pager {
	display: inline-block;
	/display: inline; /*forIE7*/
	/zoom: 1; /*forIE7*/
	margin-right: -3px;
	font-size: 18px;
	font-size: 1.8rem;
}

.pager .current{
	display: inline-block;
	height:38px;
	line-height:38px;
	padding: 0 12px;
	background: #5c6c64;
	color: #FFF;
	border:1px solid #5c6c64;
	margin-right: 5px;
}
.pager a {
	display: inline-block;
	border:1px solid #5c6c64;
	padding: 0 12px;
	color: #000;
	background: #fff;
	margin-right: 5px;
	height:38px;
	line-height:38px;
}
.pager a:hover {
	color: #FFF !important;
	background: #5c6c64;
	border:1px solid #5c6c64;
}
.pager a.prev{
	width:40px;
	position:relative;
}
.pager a.prev:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	right: 0px;
	left: 5px;
	top:0;
	bottom:0;
	margin:auto;
}

.pager a.next{
	width:40px;
	position:relative;
}
.pager a.next:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 5px;
	left: 0px;
	top:0;
	bottom:0;
	margin:auto;
}

.pager a.next:hover:after,
.pager a.prev:hover:after{
	border-top: solid 1px #FFF;
	border-right: solid 1px #FFF;
}

.detail_btn{
	position:relative;
	margin:40px 0 100px 0;
}
.prev_btn,
.next_btn{
}
.prev_btn a,
.next_btn a{
	display:block;
	width:60px;
	height:60px;
	border:1px solid #5c6c64;
	position:relative;
}
.next_btn a:after{
	position:absolute;
	right:22px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #5c6c64;
	border-right: solid 2px #5c6c64;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.prev_btn a:after{
	position:absolute;
	left:22px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 12px;
	height: 12px;
	border-top: solid 2px #5c6c64;
	border-right: solid 2px #5c6c64;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.next_btn a:hover,
.prev_btn a:hover{
	background:#5c6c64;
	color:#FFF;
}
.next_btn a:hover:after{
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}
.prev_btn a:hover:after{
	border-top: solid 2px #FFF;
	border-right: solid 2px #FFF;
}

.pager_box .prev_btn{
	position:absolute;
	top:0;
	left:0;
}
.pager_box .next_btn{
	position:absolute;
	top:0;
	right:0;
}
.pager_box .more_btn{
	margin:50px auto;
	display:block;
}
.pager_box .more_btn a{
	display:block;
	font-size:16px;
	height:60px;
	line-height:60px;
}
.pager_box .more_btn a:after,
.pager_box .more_btn a:before{
	display:none;
}


/*タブ*/
.tab{
	border-bottom:5px solid #ED1E79;
}
.tab ul{
	margin-bottom:0;
}
.tab ul li{
	float:left;
	margin:0 5px 0 0;
	display:block;
	background:#F2F2F2;
	color:#000;
	height:35px;
	line-height:35px;
	width:90px;
	text-align:center;
	cursor:pointer;
}
.tab ul li.active{
	background:#ED1E79;
	color:#FFF;
}
.tab ul li:hover,
.tab ul li a:hover{
	background:#ED1E79;
	color:#FFF;
}
.tab_l ul li{
	height:auto;
	line-height:110%;
	padding:5px 0;
	width:200px;
	font-size: 16px;
	font-size: 1.6rem;
}
.tab_l ul li span{
	font-size: 11px;
	font-size: 1.1rem;
}

.tabbox{
	display:none;
}
.tabbox2{
	padding:30px 0 0 0;
}

.scroll_nav {
	height:42px;
}

.scroll_nav_box {
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-overflow-style: none;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	border-bottom:5px solid #ED1E79;
}
.scroll_nav_box{overflow-x:scroll;}
.scroll_nav_box::-webkit-scrollbar{display:none; height:5px;}/*バーの太さ*/
.scroll_nav_box::-webkit-scrollbar-track{background:#ED1E79;}/*バーの背景色*/
.scroll_nav_box::-webkit-scrollbar-thumb{background:#ED1E79;}/*バーの色*/


.scroll_nav_box ul {
	display: table;
	list-style: none;
	margin: 0 auto 0 0;
}

.scroll_nav_box ul li{
	display: table-cell;
	white-space: nowrap;
}
.scroll_nav_box ul li p{
	cursor:pointer;
	height:35px;
	line-height:35px;
	padding:0 10px;
	background:#F2F2F2;
	color:#000;
	margin:0 3px 0 0;
}
.scroll_nav_box ul li p:hover{
	background:#ED1E79;
	color:#FFF;
}

.scroll_nav_box ul li.active p{
	background:#ED1E79;
	color:#FFF;
}
.scroll_detail_box{
	display:none;
}
.scroll_detail_box .img_list li{
	width:164px;
	height:164px;
	overflow:hidden;
}

#sub_contents{
	padding:150px 0 50px 0;
	position:relative;
}

#sub_contents .scroll_detail_box{
	padding:30px 0 0 0;
}

.detail_box_none img,
.detail_box img{
	width:100%;
	height:auto;
}

/*--------------*/
.sub_page{
	margin:110px 0 0 0;
	padding:0 0 100px 0;
}

.sub_title{
	line-height: 1.5;
	color:#5c6c64;
	font-weight:bold;
	font-size:40px;
	font-family: "Arial","Helvetica",sans-serif;
	text-align:center;
	letter-spacing:3px;
}
.sub_title span{
	font-size:20px;
	line-height: 1;
}
.sub_title2{
	line-height: 1.5;
	color:#5c6c64;
	font-weight:bold;
	font-size:32px;
	font-family: "Arial","Helvetica",sans-serif;
	text-align:center;
	letter-spacing:3px;
}

.sub_title3{
	line-height: 1.5;
	color:#000;
	font-weight:bold;
	font-size:32px;
	font-family: "Arial","Helvetica",sans-serif;
	text-align:center;
	letter-spacing:3px;
	margin:0 0 30px 0;
}

.sub_title_p{
	font-size:18px;
	line-height:1.6;
	text-align:center;
	color:#000;
}

.sub_page .sub_title{
	margin:50px 0;
}

.p_large{
	font-size:28px;
	text-align:center;
	line-height:42px
}

.ulli_center{
	position: relative; 
	overflow: hidden;
}

.ulli_center ul {
	position: relative;
	left: 50%;
	float: left;
}

.ulli_center ul li {
	position: relative;
	left: -50%;
	float: left;
}

.more_btn{
}
.more_btn a{
	display:block;
	width:400px;
	margin:50px auto;
	text-align:center;
	height:85px;
	line-height:85px;
	border:1px solid #5c6c64;
	color:#5c6c64;
	font-weight:bold;
	font-size:20px;
	position:relative;
	background:#FFF;
}

.more_btn a:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 3px #5c6c64;
	border-right: solid 3px #5c6c64;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition:0.7s;
}

.more_btn a:hover{
	background:#5c6c64;
	color:#FFF;
}
.more_btn a:hover:after{
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	right: 15px;
}

.more_btn2 a{
	border:1px solid #5c6c64;
	background:#5c6c64;
	color:#FFF;
}
.more_btn2 a:after{
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
}
.more_btn2 a:hover{
	background-color:rgba(92,108,100,0.8);
}
/***************************************************/
/*トップ*/
/***************************************************/
.top_content{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.top_content h1{
	position:absolute;
	top:50%;
	left:80px;
	color:#FFF;
	font-size: 44px;
	font-size: 4.4rem;
	line-height:1.6;
	font-weight:bold;
}
.top_content .top_content_img{
	width:100%;
	height:100%;
	overflow:hidden;
}
.top_content .top_content_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top_content .top_content_img video{
	width:100%;
	height:auto;
}


/*-------------*/
.top_about{
	padding:100px 0 50px 0;
}
.top_about h2{
	color:#5c6c64;
	font-weight:bold;
	font-size: 40px;
	font-size: 4.0rem;
	text-align:center;
	line-height: 1.5;
}

.top_about_left{
	float:left;
	width:50%;
	text-align:center;
}
.top_about_right{
	float:right;
	width:50%;
	text-align:center;
}
.top_about h3{
	margin:70px auto 50px auto;
	color:#5c6c64;
	font-weight:bold;
	font-size: 28px;
	font-size: 2.8rem;
    position: relative;
    display: inline-block;
    padding: 0 60px;
	letter-spacing:5px;
}

.top_about h3:before,
.top_about h3:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #5c6c64;
}
.top_about h3:before {
    left: 0;
}
.top_about h3:after {
    right: 0;
}

.top_about ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: stretch;
}
.top_about ul li{
	text-align:center;
	padding:0 20px;
}
.top_about ul li h4{
	padding:20px;
	font-weight:bold;
	text-align:left;
}

/*-------------*/
.top_takeout,
.top_event{
	padding:70px 0;
}

.event_list{
	margin:50px 0 80px 0;
}
.event_list ul{
}

.event_list ul li{
	float:left;
	width:33.3%;
	text-align:center;
	margin:0 0 40px 0;
}

.event_list_box{
	width:94%;
/*
	max-width:460px;
*/
	margin:0px auto;
	border:1px solid #b3b3b3;
	padding:20px;
	text-align:left;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a:hover .event_list_box{
	background:#f5f5f5;
}

.event_list_box img{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.event_list_box h3{
	font-weight:bold;
	font-size: 22px;
	font-size: 2.2rem;
	color:#000;
	text-align:left;
	line-height:1.6;
	margin:0 0 20px 0;
}
.event_list_box .cate{
	margin:0 0 20px 0;
}
.event_list_box .cate span{
	border:1px solid #5c6c64;
	color:#5c6c64;
	background:#FFF;
	padding:5px;
	margin:0 5px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
}
.event_list_box p{
	line-height:1.6;
}
.event_list_box .date{
	padding:5px 0 0 60px;
	background:url(../img/icon_date.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.event_list_box .time{
	padding:5px 0 0 60px;
	background:url(../img/icon_time.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.event_list_box .price{
	padding:5px 0 0 60px;
	background:url(../img/icon_price.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.event_list_box .else{
	padding:5px 0 0 60px;
	background:url(../img/icon_else.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.event_list_box .event_btn{
	background:#5c6c64;
	color:#FFF;
	width:86%;
	margin:30px auto 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
	padding:20px 0;
	text-align:center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight:bold;
}

a:hover .event_list_box .event_btn{
	background-color:rgba(92,108,100,0.8);
}

.event_category{
	margin:0 0 100px 0;
}
.event_category ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: stretch;
}
.event_category ul li{
	width:200px;
	margin:0 10px;
}
.event_category ul li p,
.event_category ul li a{
	display:block;
	border:1px solid #5c6c64;
	text-align:center;
	margin:0;
	padding:5px 0;
	font-size: 18px;
	font-size: 1.8rem;
}
.event_category ul li.active{
	background:#5c6c64;
	color:#FFF;
}
.event_category ul li a:hover{
	display:block;
	background:#5c6c64;
	color:#FFF;
}

/*-------------*/
.top_instuition{
	padding:70px 0;
}
.instuition_mainimg{
	margin:50px 0 100px 0;
	text-align:center;
}
.instuition_mainimg img{
	max-width:100%;
	height:auto;
}
.instuition_list ul{
	margin:0 0 50px 0;
}
.instuition_list ul li{
	width:33.3%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 4%;
}
.instuition_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.instuition_list ul li h3{
	font-weight:bold;
	margin:0 0 10px 0;
	font-size: 22px;
	font-size: 2.2rem;
}
.instuition_list ul li p{
	font-size: 18px;
	font-size: 1.8rem;
}

.top_instuition .btn_area{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
}
.top_instuition .btn_area .more_btn{
	padding:0 20px;
}
/*-------------*/
.top_special{
	padding:70px 0;
}
.top_special_list{
	margin:50px 0;
}
.top_special_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
}
.top_special_list li{
	width:500px;
	height:500px;
	overflow:hidden;
	margin:0 40px;
	position:relative;
}
.top_special_list li img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.top_special_list li .top_special_listbox{
	position:absolute;
	color:#FFF;
	top:0;
	left:0;
	width:500px;
	height:500px;
	text-align:center;
}
.top_special_list li .top_special_listbox h3{
	text-align:center;
	margin:38% 0 10px 0;
}
.top_special_list li .top_special_listbox h3 span{
	font-weight:bold;
	font-size: 42px;
	font-size: 4.2rem;
	font-family: "Arial","Helvetica",sans-serif;
	border:1px solid #FFF;
	display:inline-block;
	padding:20px 30px;
	letter-spacing:5px;
}
.top_special_list li .top_special_listbox p{
	font-weight:bold;
	font-size: 22px;
	font-size: 2.2rem;
    position: relative;
    display: inline-block;
    padding: 0 40px;
}

.top_special_list li .top_special_listbox p:before,
.top_special_list li .top_special_listbox p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #FFF;
}
.top_special_list li .top_special_listbox p:before {
    left: 0;
}
.top_special_list li .top_special_listbox p:after {
    right: 0;
}
.top_special_list li a:hover img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.top_special_list li a:hover .top_special_listbox{
	background-color:rgba(0,0,0,0.5);
}


/*-------------*/
.top_access{
	padding:70px 0;
}
.google_map{
	margin:50px 0 0 0;
	width:100%;
	height:800px;
}
.top_access_p{
	margin:20px 0 50px 80px;
}
/*-------------*/
.top_news{
	padding:70px 0;
	background:#f5f5f5;
}

.news_list{
	width:94%;
	margin:50px auto 0 auto;
}

.news_list ul{
}
.news_list ul li{
	float:left;
	width:31.3%;
	margin:0 1%;
	min-height:140px;
}
.news_list_box{
	position:relative;
	padding:0 0 0 33%;
}
.news_list_box img{
	position:absolute;
	left:0;
	top:0;
	width:30%;
	height:auto;
}
.news_list_box .title{
	font-size:18px;
}
.news_list_box .date{
	font-weight:bold;
}

/*----------------*/
.info_box{
	padding:0 4%;
	margin:0 0 50px 0;
}
.info_box_img{
	width:50%;
	float:left;
}
.info_box_img img{
	width:100%;
	height:auto;
}
.info_box_comment{
	width:50%;
	float:left;
	padding:0 0 0 3%;
}
.info_box_comment h3{
	font-size: 32px;
	font-size: 3.2rem;
	font-weight:bold;
	line-height:160%;
	margin:0 0 20px 0;
}
.info_box_comment p{
	font-size: 18px;
	font-size: 1.8rem;
}

.view_btn{
	content: '';
	width: 16px;
	height: 16px;
	border: 0px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	margin:0px auto;
	cursor:pointer;
}
.view_box{
	display:none;
}
.open{
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.info_list ul li{
	width:33.3%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 4%;
}
.info_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.info_list ul li h3{
	font-weight:bold;
	margin:0 0 10px 0;
	font-size: 22px;
	font-size: 2.2rem;
}
.info_list ul li p{
	font-size: 18px;
	font-size: 1.8rem;
}

/*----------------*/
.contact_link{
	margin:70px 0;
}
.contact_link ul li{
	width:33.3%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 4%;
	text-align:center;
}
.contact_link ul li h3{
	font-weight:bold;
	margin:0 auto;
	font-size: 20px;
	font-size: 2.0rem;
	height:90px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact_link ul li .more_btn a{
	width:100%;
	margin:0px auto 50px auto;
}

.contact_tbl{
	width:100%;
	max-width:1000px;
	margin:100px auto 50px auto;
	font-size: 16px;
	font-size: 1.6rem;
}
.contact_tbl th{
	vertical-align:middle;
	font-weight:bold;
}
.submit_btn{
	position:relative;
	width:400px;
	margin:0 auto 50px auto;
	height:65px;
}
.submit_btn input[type='submit']{
	width:100%;
	display:block;
	text-align:center;
	border:1px solid #5c6c64;
	color:#FFF;
	font-weight:bold;
	font-size:20px;
	position:relative;
	background:#5c6c64;
	margin:0;
}

.submit_btn:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition:0.7s;
}

.submit_btn input[type='submit']:hover{
	background-color:rgba(92,108,100,0.8);
}


/*----------------*/
.data_box{
	margin:0 0 80px 0;
}
.data_box_img{
	width:50%;
	float:left;
}
.data_box_img img{
	width:100%;
	height:auto;
}
.data_box_comment{
	width:50%;
	float:left;
	padding:0 0 0 3%;
}
.data_box_comment p{
	line-height:1.6;
	font-size: 18px;
	font-size: 1.8rem;
}
.data_box_comment .cate{
	margin:0 0 20px 0;
}
.data_box_comment .cate span{
	border:1px solid #5c6c64;
	color:#5c6c64;
	background:#FFF;
	padding:5px;
	margin:0 5px 0 0;
}
.data_box_comment .date{
	margin:10px 0;
	padding:5px 0 0 60px;
	background:url(../img/icon_date.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.data_box_comment .time{
	margin:10px 0;
	padding:5px 0 0 60px;
	background:url(../img/icon_time.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.data_box_comment .price{
	margin:10px 0;
	padding:5px 0 0 60px;
	background:url(../img/icon_price.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.data_box_comment .else{
	margin:10px 0;
	padding:5px 0 0 60px;
	background:url(../img/icon_else.svg) no-repeat 5px 0;
	font-size: 18px;
	font-size: 1.8rem;
	color:#000;
	min-height:40px;
}
.link_btn a{
	display:block;
	background:#5c6c64;
	color:#FFF;
	width:50%;
	margin:100px auto;
	font-size: 18px;
	font-size: 1.8rem;
	padding:20px 0;
	text-align:center;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight:bold;
	position:relative;
}
.link_btn a:after{
	content: '';
	width: 12px;
	height: 12px;
	border: 0px;
	border-top: solid 3px #FFF;
	border-right: solid 3px #FFF;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -7px;
	transition:0.7s;
}
.link_btn a:hover{
	background-color:rgba(92,108,100,0.8);
}
.link_btn a:hover:after{
	right: 15px;
}
.data_box_comment .link_btn a{
	width:70%;
	margin:50px 0 0 auto;
}
.data_detail{
	margin:0 0 80px 0;
}
.data_detail_img{
	margin:30px 0;
}
.data_detail_img ul{
	display:flex;
	flex-direction: row;
	justify-content: center;
}
.data_detail_img ul li{
	margin:0 0 0 30px;
}
.data_detail_img ul li:first-child{
	margin:0;
}
.data_detail_img ul li img{
	width:100%;
	height:auto;
}

/*----------------*/
.single_page{
	width:1000px;
	margin:0px auto;
}
.single_page h1{
	font-size:30px;
	font-weight:bold;
	color:#534741;
	margin:20px 0;
}
.single_page .date{
	float:left;
}
.single_page .cate{
	float:right;
}
.single_page .icon{
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size:14px;
	padding:5px 10px;
}

.single_page .img{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.single_page .img img{
	width:100%;
	height:auto
}
.single_page .youtube{
	width:100%;
	height:auto;
	margin:0 0 20px 0;
}
.single_page .youtube iframe{
	width:100% !important;
	height:auto !important;
	min-height:500px;
	margin:0 0 20px 0;
}

.single_page p{
	font-size:18px;
	line-height:1.6;
}

.2line a {
	line-height: 1 !important;
}
em {
	font-size:13px;
	margin:0;
	padding:0;
	display:block;
}

#information h3{
	margin:30px 0 5px 0;
	font-weight:bold;
}
#information table{
	width:100%;
	border-right:1px solid #5c6c64;
	border-bottom:1px solid #5c6c64;
	font-size: 18px;
	font-size: 1.8rem;
}
#information table th{
	padding:15px 20px;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	background:#5c6c64;
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
}
#information table td{
	padding:10px;
	border-top:1px solid #5c6c64;
	border-left:1px solid #5c6c64;
	vertical-align:middle;
}
#information table td.right{
	text-align:right;
}

.scroll_box {
	width:100%;
}

#about h4{
	font-weight:bold;
	margin:0 0 20px 0;
	font-size:26px;
	line-height:160%;
}

.about_img img{
	max-width:300px;
	height:auto;
	margin:0 0 20px 0;
}

.green_bk{
	background:#5c6c64;
	padding:60px 0;
}
.green_bk .sub_title{
	color:#FFF;
}
.green_bk h4,
.green_bk p{
	color:#FFF;
}

#about h4.title_h4{
	font-size:32px;
	line-height:32px;
	margin:40px 0 30px 0;
	display:inline-block;
	vertical-align:middle;
}
#about h5.title_h5{
	display:inline-block;
	font-size:18px;
	margin:40px 0 30px 20px;
	line-height:32px;
	vertical-align:middle;
}
.title_h5:before{
	content:"～";
}
.title_h5:after{
	content:"～";
}
.attantion{
	font-size:32px;
	line-height:32px;
	text-align:center;
	font-weight:bold;
	margin:100px 0;
}
