@charset "utf-8";

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

.pc {
	display: none !important;
}

.tablet {
	display: none;
}

body {
	-webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
	/*Androidブラウザフォントバグ対策*/
	 max-height: 999999px;
}

.inr,
.inr_s{
	width:94%;
	margin:0px auto;
	position:relative;
}

img{
	max-width:100%;
	height:auto;
	margin-bottom:20px;
}
p {
    line-height: 1.7;
}

.center{
	text-align:center;
}

html,
body,
#container {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
p{
	font-size: 14px;
	font-size: 1.4rem;
}

.zh-cn{
	font-family: "SimSun", sans-serif !important;
}

/*header*/
header{
	background:#FFF;
	position:fixed;
	width:100%;
	height:60px;
	z-index:9997;
	box-shadow: 0 3px 10px rgba(33,33,33,0.1);
	top:0;
}
header .inr{
	z-index:9997;
	width:100%;
	position:relative;
}
.header_logo{
	text-align:left;
}
.header_logo img,
.header_logo svg{
	margin:10px 0 0 10px;
	height:40px;
	width:auto;
}
.header_left{
}
.header_right{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#FFF;
	overflow:scroll;
	padding:50px 0 20px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	     -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	z-index:998;
}
.header_link{
	margin:0;
}
.header_link ul{
	padding:0 15px;
}
.header_link li{
	display:block;
	margin:0;
	padding:10px 5px;
	line-height:100%;
	text-align:left;
	border-bottom:1px solid #333333;
}
.header_link li img{
	margin:0 5px 0 0;
}
.header_link li a{
	font-size:14px;
	font-weight:bold;
}
.header_navi img{
	height:30px;
	width:auto;
}
.header_link li .header_navi ul{
	margin:0 0 0 10px;
	padding:0;
}
.header_link li .header_navi ul li{
	border-bottom:none;
	padding:5px;
}

.close_btn{
	display:none;
}

.header_menu_btn{
	display:block;
	z-index:99999;
	position:fixed;
	top:20px;
	right:20px;
}
.header_menu_line,
.header_menu_line span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.header_menu_line {
	position: relative;
	width: 25px;
	height: 18px;
}
.header_menu_line span {
	position: absolute;
	left: 4px;
	width: 100%;
	height: 2px;
	background-color: #000;
	border-radius: 2px;
}
.header_menu_line span:nth-of-type(1) {
	top: 0;
}
.header_menu_line span:nth-of-type(2) {
	top: 8px;
}
.header_menu_line span:nth-of-type(3) {
	bottom: 0;
}
.header_menu_line.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.header_menu_line.active span:nth-of-type(2) {
	opacity: 0;
}
.header_menu_line.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}

/*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{
}
#footer_contact nav ul li{
	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{
	font-size:16px;
}
#footer_menu ul{
}
#footer_menu ul li{
	margin:5px;
}
#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;
}
#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: 13px;
	font-size: 1.3rem;
	margin:0;
	color:#FFF;
}
.footer_copy a{
	color:#FFF;
}
.footer_copy a:hover{
	text-decoration:underline;
}

#main{
	width:100%;
	float:left;
}

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

/* パンくず */
.bread{
	width:100%;
	margin:0;
	padding:5px 0 0 0;
	overflow-x: scroll;
	word-break: keep-all;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	background:#f2f0ed;
}
.bread li{
	display:inline-block;
	font-size: 12px;
	font-size: 1.2rem;
}

.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 5px;
}
.bread li:last-child:after{
	content:none;
	margin:0;
}

/*ページャー*/
.pager_box{
	text-align: center;
	margin:30px auto;
	position:relative;
}
.pager {
	display: inline-block;
	/display: inline; /*forIE7*/
	/zoom: 1; /*forIE7*/
	margin-right: -3px;
	font-size: 12px;
	font-size: 1.2rem;
}

.pager .current{
	display: inline-block;
	height:34px;
	line-height:34px;
	padding: 0 10px;
	background: #5c6c64;
	color: #FFF;
	border:1px solid #5c6c64;
	margin-right: 5px;
}
.pager a {
	display: inline-block;
	border:1px solid #5c6c64;
	padding: 0 10px;
	color: #000;
	background: #FFF;
	margin-right: 5px;
	height:34px;
	line-height:34px;
}
.pager a:hover {
	color: #FFF !important;
	background: #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 #5c6c64;
	border-right: solid 1px #5c6c64;
	-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:30px 0;
}
.prev_btn,
.next_btn{
}
.prev_btn a,
.next_btn a{
	display:block;
	width:34px;
	height:34px;
	border:1px solid #5c6c64;
	position:relative;
}
.next_btn a:after{
	position:absolute;
	right:14px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #5c6c64;
	border-right: solid 2px #5c6c64;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.prev_btn a:after{
	position:absolute;
	left:14px;
	bottom:0;
	top:0;
	margin:auto;
	content:"";
	width: 8px;
	height: 8px;
	border-top: solid 2px #5c6c64;
	border-right: solid 2px #5c6c64;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.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:0 auto;
	display:block;
}
.pager_box .more_btn a{
	width:50%;
	margin:0 auto;
	display:block;
	font-size:14px;
	height:34px;
	line-height:34px;
}
.pager_box .more_btn a:after,
.pager_box .more_btn a:before{
	display:none;
}

/*タブ*/
.tab{
	border-bottom:5px solid #dc2000;
}
.tab ul{
	margin-bottom:0;
}
.tab ul li{
	float:left;
	margin:0 1% 0 0;
	display:block;
	background:#F2F2F2;
	color:#000;
	height:35px;
	line-height:35px;
	width:19%;
	text-align:center;
	cursor:pointer;
	font-size: 12px;
	font-size: 1.2rem;
}
.tab ul li.active{
	background:#dc2000;
	color:#FFF;
}
.tab ul li:hover,
.tab ul li a:hover{
	background:#dc2000;
	color:#FFF;
}

.tab_l ul li{
	height:auto;
	line-height:110%;
	margin:0 0 0 2%;
	padding:5px 0;
	width:49%;
	font-size: 15px;
	font-size: 1.5rem;
}
.tab_l ul li:first-child{
	margin:0;
}
.tab_l ul li span{
	font-size: 10px;
	font-size: 1.0rem;
}

.tabbox{
	display:none;
}

.search_catelist_sp{
	margin:50px 0 0 0;
}
.search_catelist_sp_fixed{
	width:100%;
	margin:0 0 5px 0;
	position:fixed;
	top:50px;
	z-index:999;
}

.scroll_nav {
}
.scroll_nav_box {
	overflow-y: hidden;
	overflow-x: auto;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
	padding:5px;
}
/*
.scroll_nav_box{overflow-x:scroll;}
.scroll_nav_box::-webkit-scrollbar{height:5px;}
.scroll_nav_box::-webkit-scrollbar-track{background:#dc2000;}
.scroll_nav_box::-webkit-scrollbar-thumb{background:#dc2000;}
*/


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

.scroll_nav_box ul li{
	display: table-cell;
	white-space: nowrap;
	font-size: 12px;
	font-size: 1.2rem;
}
.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_detail_box{
	display:none;
}

#sub_contents{
	padding:0 0 40px 0;
}


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

.title{
	text-align:center;
	font-size:24px;
	color:#534741;
	margin:30px 0;
}
.title2{
	text-align:left;
	font-size:24px;
	color:#534741;
	margin:0 0 30px 0;
}
.title span,
.title2 span{
	color:#5c6c64;
	font-family: 'Caveat', cursive;
	font-size:24px;
}

.sub_page{
	padding:60px 0 0 0;
}

.sub_title{
	line-height: 1.5;
	color:#5c6c64;
	font-weight:bold;
	font-size:24px;
	text-align:center;
	margin:30px 0 30px 0;
	letter-spacing:3px;
}
.sub_title span{
	font-size:16px;
	line-height: 1;
}
.sub_title2{
	line-height: 1.5;
	color:#5c6c64;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin:10px 0;
	letter-spacing:3px;
}

.sub_title3{
	line-height: 1.5;
	color:#000;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	letter-spacing:3px;
	margin:0 0 10px 0;
}

.sub_title_p{
	font-size:16px;
	line-height:1.6;
	text-align:center;
	color:#000;
	padding:0 10px;
}

.p_large{
	font-size:18px;
	line-height:160%;
	text-align:center;
}
.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;
}

.btn2,
.btn{
	padding:0;
	display:block;
	width:100%;
	margin:20px auto;
	position:relative;
}

.btn2 a,
.btn a{
	display:block;
	border-radius:30px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	color:#FFF;
	background:#5c6c64;
	text-align:center;
	font-size: 13px;
	padding:10px 0;
	line-height:1.3;
}
.btn2 a{
	background:#FF7BAC;
}
.btn a:hover{
	background-color:rgba(237,30,121,0.7);
	color:#FFF;
	text-decoration:none;
}
.btn2 a:hover{
	background-color:rgba(255,123,172,0.7);
	color:#FFF;
	text-decoration:none;
}
.btn2 a span,
.btn a span{
	font-size:16px;
}

.btn2 a i,
.btn a i{
	margin:0 15px 0 0;
	font-size:20px;
	color:#FFF;
	line-height:40px;
}

.more_btn{
}
.more_btn a{
	display:block;
	width:240px;
	margin:30px auto;
	text-align:center;
	height:50px;
	line-height:50px;
	border:1px solid #5c6c64;
	color:#5c6c64;
	font-weight:bold;
	font-size:18px;
	position:relative;
	background:#FFF;
}
.more_btn a:after{
	content:"";
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #5c6c64;
	border-right: solid 2px #5c6c64;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
	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: 5px;
}

.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:300px;
	position:relative;
	overflow:hidden;
}
.top_content h1{
	position:absolute;
	top:50%;
	left:20px;
	color:#FFF;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:1.6;
	font-weight:bold;
}
.top_content .top_content_img{
	width:100%;
	height:100%;
	overflow:hidden;
	margin:60px 0 0 0;
}
.top_content .top_content_img img{
	width:100%;
	height:100%;
	object-fit: cover;
}
/*-------------*/
.top_about{
	padding:30px 0 30px 0;
}
.top_about h2{
	color:#5c6c64;
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:center;
	line-height: 1.5;
}

.top_about_left{
	text-align:center;
}
.top_about_right{
	text-align:center;
}
.top_about h3{
	margin:50px auto 20px auto;
	color:#5c6c64;
	font-weight:bold;
	font-size: 18px;
	font-size: 1.8rem;
    position: relative;
    display: inline-block;
    padding: 0 60px;
	letter-spacing:2px;
}

.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 5px;
}
.top_about ul li img{
	width:60%;
	height:auto;
}
.top_about ul li h4{
	font-weight:bold;
	text-align:center;
	font-size: 14px;
	font-size: 1.4rem;
}

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

.event_list{
	margin:30px 0;
}
.event_list ul{
}

.event_list ul li{
	text-align:center;
	margin:0 0 20px 0;
}

.event_list_box{
	width:94%;
	max-width:460px;
	margin:0px auto;
	border:1px solid #b3b3b3;
	padding:15px;
	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 10px 0;
}
.event_list_box h3{
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	color:#000;
	text-align:left;
	line-height:1.6;
	margin:0 0 10px 0;
}
.event_list_box .cate{
	margin:0 0 10px 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:20px auto 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
	padding:10px 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 2% 30px 2%;
}
.event_category ul{
}
.event_category ul li{
	width:48%;
	float:left;
	margin:0px 1% 10px 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	overflow:hidden;
}
.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: 15px;
	font-size: 1.5rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height:1.7;
}
.event_category ul li.active{
	background:#5c6c64;
	color:#FFF;
}
.event_category ul li a:hover{
	display:block;
	background:#5c6c64;
	color:#FFF;
}

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

.top_instuition .btn_area{
}
.top_instuition .btn_area .more_btn{
	padding:0 20px;
}
/*-------------*/
.top_special{
	padding:30px 0;
}
.top_special_list{
	margin:20px 0 0 0;
}
.top_special_list ul{
}
.top_special_list li{
	width:300px;
	height:300px;
	overflow:hidden;
	margin:0 auto 20px auto;
	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:300px;
	height:300px;
	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: 22px;
	font-size: 2.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: 18px;
	font-size: 1.8rem;
    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:0 0 30px 0;
}
.google_map{
	margin:20px 0 0 0;
	width:100%;
	height:400px;
}
.top_access_p{
	margin:20px 0 50px 20px;
}
/*-------------*/
.top_news{
	padding:30px 0;
	background:#f5f5f5;
}

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

.news_list ul{
}
.news_list ul li{
	min-height:100px;
}
.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{
}
.info_box_img img{
	width:100%;
	height:auto;
}
.info_box_comment{
}
.info_box_comment h3{
	font-size: 18px;
	font-size: 1.8rem;
	font-weight:bold;
	line-height:160%;
	margin:0 0 20px 0;
}
.info_box_comment p{
	font-size: 16px;
	font-size: 1.6rem;
}

.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:50%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 3%;
}
.info_list ul li img{
	width:100%;
	height:auto;
	margin:0 0 5px 0;
}
.info_list ul li h3{
	font-weight:bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.info_list ul li p{
	font-size: 16px;
	font-size: 1.6rem;
}

/*----------------*/
.contact_link{
	margin:30px 0;
}
.contact_link ul li{
	width:50%;
	float:left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 3%;
	text-align:center;
}
.contact_link ul li h3{
	font-weight:bold;
	margin:0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	height:80px;
	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;
	font-size: 13px;
	font-size: 1.3rem;
}

.contact_tbl{
	width:100%;
	margin:30px auto;
	font-size: 16px;
	font-size: 1.6rem;
}
.contact_tbl th{
	display:block;
	width:100%;
	font-weight:bold;
	padding:10px 0 0 0;
}
.contact_tbl td{
	display:block;
	width:100%;
	padding:0;
}
.submit_btn{
	position:relative;
	width:90%;
	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:18px;
	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 30px 0;
}
.data_box_img{
}
.data_box_img img{
	width:100%;
	height:auto;
}
.data_box_comment{
}
.data_box_comment p{
	line-height:1.6;
	font-size: 16px;
	font-size: 1.6rem;
}
.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: 16px;
	font-size: 1.6rem;
	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: 16px;
	font-size: 1.6rem;
	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: 16px;
	font-size: 1.6rem;
	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: 16px;
	font-size: 1.6rem;
	color:#000;
	min-height:40px;
}
.link_btn a{
	display:block;
	background:#5c6c64;
	color:#FFF;
	width:90%;
	margin:30px auto;
	font-size: 16px;
	font-size: 1.6rem;
	padding:15px 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_detail{
	margin:0 0 30px 0;
}
.data_detail_img{
	margin:10px 0;
}
.data_detail_img ul{
}
.data_detail_img ul li{
	margin:5px 0;
}
.data_detail_img ul li img{
	width:100%;
	height:auto;
}

/*----------------*/
.single_page{
	width:100%;
	margin:0px auto;
}
.single_page h1{
	font-size:20px;
	font-weight:bold;
	color:#534741;
	padding:30px 0 10px 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:12px;
	padding:0 10px;
}

.single_page .img{
	width:100%;
	height:auto;
	margin:0 0 10px 0;
}
.single_page .img img{
	width:100%;
	height:auto
}
.single_page .youtube{
	width:100% !important;
	height:auto !important;
	margin:0 0 20px 0;

	overflow:auto; 
	-webkit-overflow-scrolling:touch;

}
.single_page .youtube iframe{
	width:100%;
	height:auto;
	min-height:100%;
	display: block;
}


.2line a {
	line-height: 1;
}
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-top:1px solid #5c6c64;
	border-left:1px solid #5c6c64;
}
#information table th{
	padding:10px;
	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-right:1px solid #5c6c64;
	border-bottom:1px solid #5c6c64;
	vertical-align:middle;
}
#information table td.right{
	text-align:right;
}

table.sp_w100 td{
	display:block;
	width:100%;
}
table.sp_w100 th{
	display:block;
	width:100%;
	border:none !important;
}


.scroll_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;
}

#information .scroll_box table{
	width:220%;
	font-size:14px;
}
#information .scroll_box table th,
#information .scroll_box table td{
	padding:5px;
}

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

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

.green_bk{
	background:#5c6c64;
	padding:30px 0;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:hidden;
}
.green_bk .sub_title{
	color:#FFF;
}
.green_bk h4,
.green_bk p{
	color:#FFF;
}

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