/* smart.css */
#mv {
  margin: 60px 0 -60px;
  height: 28%;
}
#mv .title {
  font-size: 3rem;
}
#contact #sns {
  display: none !important;
}
h2.sub_ttl {
	font-size: 2.5rem;
  padding-top: 20px;
}
input[type=text],
textarea {
  font-size: 16px;
/*   transform: scale(0.8); */
}
.main_img {
  height: 320px;
}
/* common
--------------------------------- */
body{
	font-size: 1.2rem;
	-webkit-text-size-adjust : 100%;
}

.noPC{ display: block!important;}
.noSP{ display: none!important;}

.smp_in{
	padding: 0 15px;
}

img{
	max-width: 100%!important;
	height: auto!important;
	display: block;
	margin: 0 auto;
	float: none;
}

#contents{
	width: 100%;
	box-sizing: border-box;
	max-width: initial!important;
	max-width: auto!important;
}

#main{
	margin-top: 60px;
	display: block;
	width: 100%;
}

#top #main{
	padding: 15px;
	box-sizing: border-box;
	background: #F5F7F8;
}

/*nav*/
#header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 400;
	display: block;
	background: #fff;
	margin-bottom: 0;
	height: 60px;
	padding-top:  5.5%;
}

.drawer-open #header{
	z-index: -1;
}

#header h1{
	width: 30%;
}

#header p{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 18px!important;
	cursor: pointer;
	z-index: 999999;
}

#dr_search{
	left: auto;
	right: 10px;
}

#back, #home{
	left: 10px!important;
}

#back img{
	margin: 0 auto 0 0!important;
}

#sns{
	right: 10px!important;
}

#fnav{
	padding: 0;
	background: #fff;
	overflow: hidden;
	border-bottom: none;
}

#fnav li{
	display: block;
	width: 50%;
	float: left;
	padding: 0;
	border-left: none;
}

#fnav li a{
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e1e3e2;
}

#fnav li:nth-child(even) a{
	border-left: 1px solid #e1e3e2;
}

#footer{
	padding: 20px 0;
	font-size: 0.8rem;
}

#footer img{
	width: 157px;
	margin-bottom: 20px;
}

/* TOP
------------------------------------------*/
#list > li{
	height: auto;
	padding: 15px!important;
	border: none;
	margin-bottom: 20px;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

#list > li .img{
	width: auto;
	position: relative;
	top: 0;
	margin: 10px 0;
	height: 200px;
}

#list > li .img a.favorite{
	right: 10px;
	bottom: 8px;
/* 	bottom: -24px; */
}

#list > li a{
	display: block;
	text-decoration: none;
}

#list > li h3{
	font-size: 1.8rem;
}

ul.terms{
	overflow: hidden;
}

ul.terms li{
	margin-right: 15px;
	line-height: 16px;
	display: block;
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
}

ul.terms li span{
	margin-right: 5px;
	font-size: 0.9rem;
	padding: 0 5px;
}

ul.detail li{
	height: 14px;
	line-height: 14px;
	margin-right: 8px;
	font-size: 1.0rem;
}

ul.detail li.star span{
	width: 76px;
	height: 14px;
}

ul.tag{
	margin-bottom: 20px;
}

#list > li p.user{
	font-size: 1.0rem;
}

#list > li p.user::before{
	width: 19px;
	height: 19px;
}

.modal_contents{
	display: none!important;
	max-width: initial!important;
	max-width: auto!important;
	margin: 0;
	padding: 0 0 20px 0;
	z-index: 0!important;
}

.modal_contents.open,
#area.open{
	display: block!important;
	z-index: 9999999!important;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  opacity: 1!important;
  animation-duration: 1s;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: fade-in;
}

.modal_contents.open .box,
#area.open .box {
  padding-bottom: 10%;
}
.modal_contents .title{
	height: 60px;
	line-height: 60px;
	font-size: 1.8rem;
	border-radius: 0;
	background: #fff;
	box-sizing: border-box;
	padding: 0 3%;
	text-align: center;
}

.modal_contents .box{
	padding: 0;
	background: #fff;
	border-radius: 0;
}

.modal_contents table,
.modal_contents thead,
.modal_contents tbody,
.modal_contents tr,
.modal_contents th,
.modal_contents td{
	display: block;
	box-sizing: border-box;
	width: 100%!important;
}

.modal_contents td{
	border-bottom: none;
}

.modal_contents thead th {
  padding: 5% 0 2%;
}
.modal_contents thead th span {
  width: 90%;
  margin: 0 auto;
  font-weight: bold;
}

.modal_contents tbody th{
	background: #f5f7f8;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	font-weight: bold;
	padding: 5px 10px;;
	font-size: 1.4rem;
	clear: both;
}

.modal_contents td{
	padding: 0;
}

.modal_contents td li{
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	border-top: 1px solid #e2e2e2;
}

#area.modal_contents td ul,
.modal_contents td .month_list{
	overflow: hidden;
}
#area.modal_contents td li,
.modal_contents td .month_list li{
	width: 50%;
	float: left;
	margin-bottom: 0;
	padding: 0;
}

#area.modal_contents td li:nth-child(even),
.modal_contents td .month_list li:nth-child(even){
	border-left: 1px solid #e2e2e2;
}

.modal_contents td li:nth-child(1),
#area.modal_contents td li:nth-child(2),
.modal_contents td .month_list li:nth-child(2){
	border-top: none;
}

.modal_contents tr:last-child td ul{
	border-bottom: 1px solid #e2e2e2;
}


















/* side 検索
------------------------------------------*/
#side_search{
	display: block;
	width: 100%;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: left;
	transition: left .5s, right .5s, opacity .5s;
	background: #fff;
	z-index: 500;
	opacity: 0;
}

#side_search.open{
	right: 0!important;
	overflow-y: scroll;
	opacity: 1;
}

.side_box h2{
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	font-size: 1.8rem;
	background: none;
	border-bottom: none;
	overflow: hidden;
}

.side_box h2 span{
	color: #0795E0;
	float: right;
	margin-right: 15px;
	font-weight: normal;
	font-size: 1.4rem;
}

.side_box dt{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 1.4rem;
	background: #f5f7f8;
}

.side_box dd{
	padding: 0;
	border-bottom: none;
}

.side_box dd ul{
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.side_box dd li{
	width: 50%;
	float: left;
	margin-bottom: 0;
	padding: 0;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
}

.side_box dd li:nth-child(1),.side_box dd li:nth-child(2){
	border-bottom: 1px solid #e2e2e2;
}

.side_box dd ul.hyoukou li:nth-child(1),.side_box dd ul.hyoukou li:nth-child(2){
	border-bottom: none;
}

#side_search dd li:nth-child(odd) {
	border-right: 1px solid #e2e2e2;
}
#side_search dd .list_radio label.radio {
 padding: 0 0 0 52px;
}
label.radio::after {
  left: 20px;  
}
label.radio::before {
  left: 28px;
}
#contents label.radio::after {
  left: 0px;  
}
#contents label.radio::before {
  left: 8px;
}
label.checkbox {
	display: block;
	padding: 0 20px;
}

label.checkbox:after {
	display: none;
}

label.checkbox:before {
	left: auto;
	right: 15px;
	display: block;
	margin-top: -7px;
	width: 5px;
	height: 9px;
}

input{
    height: 50px;
    line-height: 50px;
	padding: 0 12px;
    border-radius: 0;
	border-left: none;
	border-right: none;
}

#area_open_smp, #kodawari_open_smp{
    height: 50px;
    line-height: 50px;
	padding: 0 12px;
	position: relative;
	border: 1px solid #e2e2e2;
	cursor: pointer;
}

#area_open_smp::after, #kodawari_open_smp::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: scaleX(0.8) rotate(45deg);
	border-right: 1px solid #0795e0;
	border-top: 1px solid #0795e0;
	transition: all 0.3s ease 0s;
}

#edit label.radio,
#edit label.checkbox {
  padding: 20px 0 20px 36px;
}
#edit label.radio::before {
  left: 18px;
}
#edit label.radio::after {
  left: 10px;
}

.btn_submit{
	width: 90%;
	margin: 20px auto;
}

.btn_submit input{
	border-radius: 6px;
}

/* 施設詳細（detail）
---------------------------------------------- */
#detail h2{
	font-size: 2.0rem;
	margin-top: 20px;
}

ul.information{
	margin: 10px 0;
}

ul.information li{
	padding: 10px 10px 10px 20px;
	background-size: auto 14px;
}

ul.information li.map{
	padding: 0 0 0 20px;
}

ul.information li.map a{
	display: block;
	padding: 10px 0;
	position: relative;
	text-decoration: none;
}

ul.information li.map a::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: scaleX(0.8) rotate(45deg);
	border-right: 1px solid #0795e0;
	border-top: 1px solid #0795e0;
	transition: all 0.3s ease 0s;
}

ul.service_list li{
	width: 100%;
	float: none!important;
	border-bottom: 1px solid #e2e2e2;
}
ul.service_list label.radio::before {
  left: 8px;
}
ul.service_list label.radio::after {
  left: 0;  
}
ul.service_list li p span.y_n {
  right: 0;
}
#detail .gallery{
	margin-top: 2%;
}

#detail .gallery li{
	width: 33.333%;
}
#detail .gallery li a {
  height: 120px;
}

.ui-tabs-nav li a{
	height: 50px;
	line-height: 50px;
	font-size: 1.3rem;
	background: #f5f7f8;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.ui-tabs-nav.subtab li a {
    background: none;
    border: none;
	height: 50px;
	line-height: 50px;
	font-size: 1.3rem;
}

.ui-tabs-active{
	color: #0795E0;
	background: #fff;
}

#sns_box{
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}

#sns_box dt{
	height: 76px;
	line-height: 76px;
	font-size: 2.0rem;
	font-weight: bold;
	background: #EFF2F4;
	border-radius: 6px 6px 0 0;
}

#sns_box dd{
	padding: 45px 0;
	background: #fff;
	border-radius: 0 0 6px 6px;
}

#sns_box dd li{
	display: inline-block;
	margin: 0 10px;
	font-size: 1.2rem;
}

#sns_box dd li a{
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 100%;
	text-indent: -99999px;
}

#sns_box dd li.fb a{
	background: url(../img/icon_facebook.png) no-repeat center center #3C5A9C;
	background-size: 10px auto;
}

#sns_box dd li.tw a{
	background: url(../img/icon_twitter.png) no-repeat center center #2AA3F0;
	background-size: 22px auto;
}

#sns_box dd li.st a{
	background: url(../img/icon_strava.png) no-repeat center center #FC581F;
	background-size: 17px auto;
}

.modal-close{
	display: block;
	margin-top: 15px;
	height: 50px;
	line-height: 50px;
	font-size: 1.6rem;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	background: rgba(31,31,31,0.9);
}

/* 詳細ページ（course）
---------------------------------------------- */
#course #footer{
  padding-bottom: 80px;
}
/*
#course #contents{
	margin-bottom: 0;
}
*/

#course .title{
	margin-top: 20px;
	padding: 0 0 10px 60px;
	background-position: left top;
	background-size: 48px auto;
	border-bottom: 2px solid #0795e0;
}

#course .title h2{
	font-size: 2.0rem;
}

#course .title p{
	font-size: 1.4rem;
	margin-left: -60px;
}

#course .title p.write{
	margin: 8px 0;
	min-height: 16px;
/*
	height: 16px;
	line-height: 16px;
*/
	display: inline-block;
	font-size: 1.2rem;
	color: #c2c2c2;
	padding-left: 18px;
	background: url(../img/icon_write.png) no-repeat left center;
	background-size: 16px;
}

#course ul.tag{
	margin-top: 5px;
}

#course-tab{
	margin-top: 20px;
}

#course-tab #tab1 .story_wrap{
	background: #F5F7F8;
	overflow: hidden;
}

#course-tab #tab1 h3{
	margin: 20px 15px 10px 15px;
	padding-bottom: 5px;
	font-size: 1.8rem;
	border-bottom: none;
}

ul.gaiyo{
	margin-bottom: 0;
	padding: 0 15px;
}

ul.gaiyo > li{
	width: 100%;
	float: none!important;
	border-bottom: 1px solid #e2e2e2;
}

ul.gaiyo > li:nth-child(4){
	padding-top: 0;
}

ul.gaiyo > li a{
	display: block;
	width: 100%;
	float: none!important;
	height: auto;
	line-height: 1.5;
	border-radius: 0;
	text-align: left;
	font-weight: normal;
	color: #1f1f1f;
	font-size: 1.2rem;
	font-weight: bold;
	background: none;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #e2e2e2;
}

ul.gaiyo > li a::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: scaleX(0.8) rotate(45deg);
	border-right: 1px solid #0795e0;
	border-top: 1px solid #0795e0;
	transition: all 0.3s ease 0s;
}

ul.gaiyo > li:nth-child(4) a:last-child{
	border-bottom: none;
}

#course-tab #tab1 .gmap{
	height: 227px;
	display: block;
}

#course-tab #tab1 .story{
	margin: 15px 15px 50px 15px;
	padding: 15px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

#course-tab #tab1 .story p.no{
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 1.4rem;
	top: 15px;
	left: 15px;
}

#course-tab #tab1 .story::before{
	content: "";
	display: block;
	width: 10px;
	height: 50px;
	background: #D3DDE3;
	position: absolute;
	top: auto;
	bottom: -50px;
	left: 50%;
	margin-left: -5px;
}

#course-tab #tab1 .story:last-child::before{
	content: none;
}

#course-tab #tab1 .story h4{
	margin: 0 0 10px 40px;
	font-size: 1.8em;
}

#course-tab #tab1 .story h5{
	margin: 15px 0 10px 0;
	font-size: 1.4rem;
}

#course-tab #tab1 .story .story_km{
	font-size: 1.2rem;
	padding: 0 0 0 20px;
	background: url(../img/icon_bicycle3.png) no-repeat left center #F5F7F8;
	background-size: auto 15px;
	height: 20px;
	line-height: 20px;
	top: auto;
	bottom: -35px;
	left: 50%;
	margin-left: -30px;
	min-width: auto;
	right: auto;
}

.btn.more{
	margin-top: 15px;
	width: auto;
	padding: 0;
	background: none;
	border: none;
}

.btn.more a{
	width: 200px;
}

.comment_list li{
	padding: 15px;
	font-size: 1.2rem;
}

.comment_list li h3{
	font-width: 1.4rem;
}

.comment_list li p.date{
	font-size: 1.0rem;
}

.movie_list{
	margin-top: 15px;
}

.movie_list li{
	width: 49%;
	margin: 0 0 15px 0;
	float: left;
}

.movie_list li:nth-child(even){
	float: right;
}

#btn_fav{
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
}

#btn_fav a{
	display: block;
	width: 100%;
	height: 60px;
	text-indent: -99999px;
	background: url(../img/icon_bicycle2.png) no-repeat center center #fff;
	background-size: 32px auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
	border-top: 1px solid #e1e3e2;
}

.info_top dd img {
  width: 17%;
  display: inline-block;
  margin-right: 2%;
}

/* 管理ページ：基本情報（info）
---------------------------------------------- */
#info #contents{
	width: 100%;
	margin-bottom: 0;
}

#header{
	text-align: center;
}

#info #main{
	margin-top: 59px;
}

/*
#info h2{
	display: inline-block!important;
	font-size: 1.8rem;
	margin-top: -18px;
}

#info h2.noSP{
	display: none!important;
}
*/
#info h2 {
	font-size: 1.8rem;
  margin-top: 0;
  padding-top: 80px;
  text-align: center;
  display: block!important;
  margin-bottom: -45px;
}

.info_top dt, .info_top dd{
	font-size: 1.4rem;
}

.info_top dt{
	padding: 10px 15px;
	background: #f5f7f8;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.info_top dd{
	min-height: initial!important;
	min-height: auto!important;
	padding: 15px 15px;
}

.info_top dd img{
	width: 48px;
	display: inline-block;
	margin-right: 15px;
}

.fav_list li:last-child{
	border-bottom: none;
}

.fav_list li a{
	padding: 10px;
	box-sizing: border-box;
  font-size: 1.6rem;
}

.fav_list li a .img, .fav_list li a .txt {
    display: block;
}
.fav_list li a .img{
	width: 100%;
	margin-right: 0;
}
.fav_list li a .txt {
  width: 100%;
}
.fav_list li a .txt h3{
	font-size: 1.4rem;
	margin: 0!important;
	padding: 0!important;
	background: none!important;
	border: none!important;
}

.fav_list li a .txt p.user{
	font-size: 1.6rem;
	text-align: right;
}

.fav_list li a .txt p.user img{
	display: inline-block;
}

#info #main h3{
	margin: 15px 0 0 0;
	padding: 10px 15px;
	font-size: 1.8rem;
	background: #F5F7F8;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

#info #main.login .wrap{
	width: 100%;
	float: none!important;
	text-align: center;
}

.mail_login ul{
	padding: 15px;
	box-sizing: border-box;
}

input[type="text"]{
	width: 99%;
	height: 40px;
	line-height: 40px;
}

.mail_login .btn{
	margin-top: 0!important;
}

.sns_login li{
	margin-bottom: 0;
}

.sns_login li a{
	display: block;
	height: 54px;
	line-height: 54px;
	color: #1f1f1f;
	font-size: 1.4rem;
	font-weight: normal;
	border-radius: 0;
	text-align: left;
	padding: 0 15px 0 50px;
	border-bottom: 1px solid #e2e2e2;
	background: none!important;
	position: relative;
}

.sns_login li:last-child a{
	border-bottom: none;
}

.sns_login li a::before{
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	border-radius: 100%;
	position: absolute;
	top: 15px;
	left: 15px;
}

.sns_login li.ml a::before{ background-color: #0F9D7C; }
.sns_login li.fb a::before{ background-color: #3C5A9C; }
.sns_login li.tw a::before{ background-color: #2AA3F0; }
.sns_login li.gl a::before{ background-color: #D1483A; }

.sns_login li a::after{
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-family: FontAwesome;
	color: #fff;
	font-weight: normal;
	font-size: 1.4rem;
	position: absolute;
	top: 15px;
	left: 15px;
}

.sns_login li.ml a::after{ content: "\f0e0" }
.sns_login li.fb a::after{ content: "\f09a" }
.sns_login li.tw a::after{ content: "\f099" }
.sns_login li.gl a::after{ content: "\f0d5" }

.sns_login.add{
	text-align: left;
	margin-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}

.sns_login.add li{
	display: block;
	margin: 0;
	position: relative;
}

.sns_login.add li::after{
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: scaleX(0.8) rotate(45deg);
	border-right: 1px solid #0795e0;
	border-top: 1px solid #0795e0;
	transition: all 0.3s ease 0s;
}

.sns_login.add li a{
	padding-left: 50px;
}

.sns_login.add li a span{
	display: inline!important;
}

.que th, .que td{
	padding: 5px 10px;
	font-size: 1.2rem;
}

.que th{
	font-size: 1.2rem;
}

input[type="text"]{
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
/* 	background: #fff; */
	border-radius: 0;
}
textarea {
	padding: 0 15px;
/* 	background: #fff; */
	border-radius: 0;
}

#main.new_address h3{
	margin-top: 0!important;
}

#main.new_address .bb{
	border-bottom: 1px solid #e2e2e2;
}

.que h4{
	margin: 20px 0 10px 0;
	font-size: 1.4rem;
}

.que table,
.que tbody,
.que tr,
.que th,
.que td{
	display: block;
	box-sizing: border-box;
	width: 100%;
}

.que th{
	background: #f5f7f8;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

.que td{
	padding: 0;
}

.que td .select_wrap{
    display: block;
    width: 100%;
   	max-width: initial!important;
	max-width: auto!important;
}

.que td .select_wrap select{
    height: 50px;
    line-height: 50px;
    border-radius: 0px;
    border: none;
}

.que td label.checkbox {
	display: block;
	width: 50%;
	height: 50px;
	line-height: 50px;
	float: left;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}

.que td label.lb{
	border-left: 1px solid #e2e2e2;
}


/* 利用規約（terms）
---------------------------------------------- */

#terms #main {
  padding: 0 15px;
}
