/*

    Template Name   : TAKARADA CAMP LP
    
    *****************************************
    
*/

body {
	background: #fff;
	font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
	font-size: 18px;
}


.row{
	max-width: 1200px;
	padding: 0 0px;
	margin-bottom: 30px;
	text-align: center;
}
.sp_on {
	display: none;
}
img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

/*    Header    */

/*スライダー*/
header{
	max-width: 100%;
	height: auto;
	background: transparent;
}

.header {
	margin: 0 auto 0px auto;
	text-align: center;
	height: auto;
	overflow: hidden;
	position: relative;
}

.fb_link {
	position: absolute;
    right: 10.5%;
    bottom: 5%;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
}
.insta_link {
    position: absolute;
    right: 5%;
    bottom: 5%;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: right;
}
.fb_link img,
.insta_link img {
	width: 5%;
    max-width: 100%;
    height: auto;
}
.fb_link a:hover,
.insta_link a:hover {
	opacity: 0.7;
}

/* グローバルナビ */
.site-nav {
    display: block;
    padding: 0px;
    width: 100%;
}
.site-nav.fixed {
    position: fixed;
    top: 0;
}
#gnav ul {
    width: 100%;
	max-width: 100%;
	height: auto;
	background: #C9C9C9;
	text-align: right;
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;
}
#gnav ul li {
	padding: 15px 30px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
#gnav ul li.reserve {
	padding: 15px 40px;
	background-color:  #1D2A5A;
}
#gnav ul li a {
	color: #000;
}
#gnav ul li a:hover {
	color: #000;
}
#gnav ul li a:after {
	content: '';
	width: 0;
	transition: all 0.3s ease;
	border-bottom: 1px solid #000;
	display: block;
}
#gnav ul li a:hover:after {
	width: 100%;
	border-bottom: 1px solid #000;
}
#gnav ul li.reserve a {
	color: #fff;
}

/*    Footer    */

footer{
	padding: 80px 0;
	background: #C9C9C9;
}
.footer_logo {
	margin-bottom: 30px;
}
.footer_tel {
	margin-bottom: 15px;
}
.footer_time {
	margin: 0 0px 0 20px;
}
table.footer_time {
	background-color: #c9c9c9;
	margin: 0 auto 45px auto;
    border: none;
    table-layout: auto;
    font-size: 16px;
    font-weight: bold;
}
table.footer_time tr:nth-of-type(even) {
	background-color: #c9c9c9;
}
table.footer_time tr td {
    padding: 0;
}
table.footer_time tr td:nth-of-type(1) {
    padding-right:10px;
}
table.footer_time tr td:nth-of-type(2) {
	text-align: right;
}
.footer_reserve_wrap {
	margin: 50px 0;
}
.footer_reserve {
	margin-bottom: 10px;
}
.footer_reserve a {
	border: 1px solid #000;
	padding: 5px 20px;
	color: #000;
	font-size: 18px;
	max-width: 500px;
	margin: 0 auto;
	display: block;
	text-align: left;
	font-weight: bold;
}

.footer_reserve a:hover {
	border: 1px solid #1D2A5A;
	background-color:  #1D2A5A;
	color: #fff;
}
.footer_reserve a span.small{
    font-size: 70%;
    font-weight: normal;
}
footer ul.footer_navi {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
footer ul.footer_navi li {
	display: inline-block;
	margin: 0px;
	text-align: left;
	padding: 5px 30px;
}
footer ul.footer_navi li a {
	color: #000;
}
footer ul.footer_navi li a:hover {
	text-decoration: underline;
}
footer ul.footer_navi li a:before {
    content: '▶';
    color: #969696;
}
#credit {
	background-color: #C9C9C9;
	text-align: center;
	margin: 0 auto;
	color: #000;
	padding: 50px 20px 0 20px;
	font-size: 13px;
}

/*  Back To Top button  */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #ddd;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 35px;
  color: #1D2A5A;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0px;
  bottom: 0;
  right: 0px;
  left: 0;
  margin: auto;
  text-align: center;
}

/*  汎用スタイル  */

.clear {
	clear: left;
}
.color1 {
	color: #FF0000;
}
.color2 {
	color: #1D2A5A;
}
.color3 {
	color: #BE272D;
}
.color4 {
	color: #687e4d;
}

.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.fs20 {
	font-size: 20px;
}
#news, #howtouse, #site, #facilities, #rental, #access,
#price, #time, #checkin, #precautions, #qa,
#kebin, #campingcar, #private-a, #private-b, #open, #free,
#centerhouse, #sports {
    margin-top: -100px;
    padding-top: 100px;
}
/*  共通  */
.contents_title {
	font-size: 43px;
	color: #1D2A5A;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 50px auto;
}
.contents_title span {
	display: block;
	font-size: 23px;
	color: #000;
	font-weight: normal;
}
.underline {
	text-decoration: underline;
}
.link_btn a {
    border: 1px solid #000;
    padding: 5px 20px;
    color: #000;
    font-size: 18px;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.link_btn a:hover {
	border: 1px solid #1D2A5A;
	background-color:  #1D2A5A;
	color: #fff;
}
/*  メイン  */
.main_title {
	padding-top: 80px;
}
.main_text {
	text-align: center;
	margin-bottom: 50px;
}
.map_pc {
	margin-bottom: 30px;
	width: 100%;
	display: block;
}
.map_sp {
	display: none;
}
.map_pc>img,
.map_sp>img {
    width: 100%;
    height: auto;
}

/*  お知らせ  */
.news_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #C9C9C9;
	text-align: center;
}
.fb_wrap {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.fb_wrap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.news_footer {
	margin: 50px 0 0 0;
}
.news_footer a {
	display: block;
	background-color: #F5FAE6;
	border: 1px solid #6F9502;
	width: 300px;
	text-align: center;
	color: #6F9502;
	font-weight: bold;
	font-size: 22px;
	padding: 10px 10px 5px;
	margin: 20px auto 0 auto;
}
.news_footer a span {
	display: block;
	font-size: 11px;
}
.news_footer a:hover {
	opacity: 0.8;
}
/*  利用方法  */
.howtouse_wrap {
	text-align: center;
	padding: 80px 0;
}
.howtouse_wrap ul.howtouse_navi {
	margin: 0 auto 50px auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.howtouse_wrap ul.howtouse_navi li {
	display: inline-block;
	margin: 10px;
}
.howtouse_wrap ul.howtouse_navi li a {
	padding: 3px 10px;
	color: #231815;
	border: 1px solid #162852;
}
.howtouse_wrap ul.howtouse_navi li a:hover {
	color: #fff;
	background-color: #162852;
}

/*  施設利用料  */
.table_wrap {
	width: 70%;
	margin: 0 auto;
}
#price_table {
	border-collapse: collapse;
    border-spacing: 0;
	border: none;
	margin: 0 auto 30px auto;
	width: 100%;
	background-color: #fff;
}
#price_table tr:first-child td {
	border-top: 1px solid #b0b0b0;
	background-color: #EFEFEF;
}
#price_table tr:first-child td:first-child {
	border-left: 1px solid #b0b0b0;
}
#price_table tr td {
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 10px 40px;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}
#price_table tr td.cell_1,
#price_table tr td.cell_2 {
	border-left: 1px solid #b0b0b0;
	background-color: #EFEFEF;
}
#price_table tr td.cell_3 {
	text-align: left;
	color: #162852;
	border-right: none;
	padding: 10px 20px;
}
#price_table tr td.cell_4 {
	text-align: right;
	padding: 10px 20px;
}
.price_text {
	text-align: left;
	/*font-size: 0.875rem;*/
	margin-bottom: 50px;
}
/*  利用時間  */
#time_table {
	border-collapse: collapse;
    border-spacing: 0;
	border: none;
	margin: 0 auto 50px auto;
	width: 100%;
}
#time_table tr:first-child td {
	border-top: 1px solid #b0b0b0;
}
#time_table tr td:first-child {
	border-left: 1px solid #b0b0b0;
}
#time_table tr td {
	background-color: #fff;
	color: #000;
	text-align: center;
	padding: 10px 30px;
	border-right: 1px solid #b0b0b0;
	border-bottom: 1px solid #b0b0b0;
}
#time_table tr td.cell_1,
#time_table tr td.cell_2 {
	background-color: #EFEFEF;
}
#time_table tr td span.font_small {
	font-size: 85%;
}

/*  チェックイン方法  */
.checkin_wrap_pc {
	display: block;
	margin-bottom: 50px;
}
.checkin_wrap_sp {
	display: none;
}
/*  注意事項  */
#precautions_table {
	border-collapse: collapse;
    border-spacing: 0;
	border: none;
	margin: 0 auto 50px auto;
	width: 70%;
}
#precautions_table tr:first-child td {
	border-top: 1px solid #b0b0b0;
}
#precautions_table tr td {
	background-color: #fff;
	color: #000;
	text-align: left;
	padding: 20px 20px;
	border-bottom: 1px solid #b0b0b0;
	vertical-align: top;
}
#precautions_table tr td.cell_1 {

}
#precautions_table tr td a.kiyaku {
	color: #000;
	text-decoration: none;
}

#precautions_table tr td a.kiyaku:before {
    content: '▶';
    color: #1D2A5A;
}
/*利用規約*/
#popup {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}
.popup_wrap {
	margin: 0 auto;
	width: 80%;
	padding: 50px;
	background-color: #ccc;
}
.popup_inner {
	display: flex;
	flex-wrap:  wrap;
	justify-content: space-between;
}
.popup_text,
.popup_reserve,
.popup_contact {
	background-color: #fff;
	padding: 50px;
	position: relative;
}
.popup_inner div.popup_text,
.popup_inner div.popup_reserve {
	width: 100%;
	margin-bottom: 60px;
}
.popup_reserve div.popup_reserve_inner {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.rsv_title {
	margin: 20px auto;
	text-align: center;
	font-size: 150%;
}
.rsv_section {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
}
.rsv_notice {
	color: #1D2A5A;
	text-decoration: underline;
	font-weight: bold;
	margin: 20px 0 50px;
}
.rsv_access {
	margin: 20px 0 40px;
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
.rsv_type {
	margin-top: 30px;
}
.rsv_type div {
	margin-bottom: 10px;
}
.rsv_type div a {
	color: #f00;
	text-decoration: underline;
	font-size: 120%;
	font-weight: bold;
}
.rsv_cancel {
	margin: 60px 0 50px;
}
.rsv_cancel div {
	margin-bottom: 20px;
}
.rsv_cancel div a {
	display: block;
	width: 350px;
	margin: 0 auto;
	color: #FFF;
    font-weight: bold;
    font-size: 110%;
    background-color: #1D2A5A;
    padding: 10px 50px;
    border-radius: 5px;
}
.rsv_cancel div a img {
	position: relative;
    top: 6px;
    margin-right: 8px;
	width: 11px;
}
.rsv_cancel div a:hover {
	opacity: 0.8;
}
.rsv_type_caution {
	border-top: 1px solid #ccc;
	padding: 40px 0;

}
.rsv_type_caution p {
	font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 10px 0;
}





.popup_inner div.popup_contact {
	width: 100%;
}
.popup_text ul {
	margin: 0 0 30px 0;
	padding: 0;
	list-style-position: inside;
}
.popup_text ul li {
	text-align: left;
    padding: 5px 0 5px 2em;
    text-indent: -1.3em;
}
p.popup_text_bottom {
	border-top: 1px solid #999999;
	color: #1D2A5A;
	text-align: center;
	font-size: 180%;
	width: 100%;
	padding-top: 30px;
	margin: 0;
}
.popup_reserve_icon_pc,
.popup_contact_icon_pc {
	display: inline;
	position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.popup_reserve_icon_sp,
.popup_contact_icon_sp {
	display: none;
}
.popup_tel {
	margin: 0 0 10px 0;
}
table.popup_tel_time {
    margin: 0 auto 45px auto;
    border: none;
    table-layout: auto;	
    font-size: 16px;
    font-weight: bold;
}

table.popup_tel_time tr td {
    padding: 0;
}
table.popup_tel_time tr td:nth-of-type(1) {
    padding-right:10px;
    background-color: #fff;
}
table.popup_tel_time tr td:nth-of-type(2) {
	text-align: right;
	background-color: #fff;
}
.popup_reserve ul {
	margin: 60px auto 0 auto;
	text-align: center;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.popup_reserve ul li {
	text-align: left;
    padding: 5px 0 20px 0;
    font-size: 150%;
    line-height: 20px
}
.popup_reserve ul li span.small{
	display: inline-block;
    font-size: 65%;
    margin-top: 15px;
    padding-left: 35px;
}
.popup_reserve ul li a {
	color: #000;
	text-decoration: underline;
}
.popup_reserve ul li:before {
    content: '▶';
    color: #969696;
    padding-right: 5px;
}
.popup_reserve ul li a:hover {
	text-decoration: underline;
}
.popup_contact ul {
	margin: 30px auto 0 auto;
	text-align: center;
	padding: 0;
	list-style-position: inside;
	display: inline-block;
}
.popup_contact ul li {
	text-align: center;
    padding: 5px 0;
    font-size: 150%;
}
.popup_contact ul li a {
	display: block;
	color: #000;
	margin: 10px 0 20px 0;
}



/*  よくある質問  */
/*ボックス全体*/
.qa_box {
    margin: 0 auto;
    padding: 0;
    width: 70%;
    border-left: 1px solid #b0b0b0;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    text-align: left;
}

.qa_box ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-position: inside;
}
.qa_box ul li {
    text-align: left;
    padding: 3px 25px 3px 2em;
    text-indent: -1em;
}
/*ラベル*/
.qa_box input[type="checkbox"]+label {
    display: block;
    margin: 0;
    padding : 5px;
    color: #231815;
    font-weight: bold;
    background: #fff;
    cursor :pointer;
    transition: all 0.5s;
	font-size: 20px;
	position: relative;
	border-top: 1px solid #b0b0b0;
	text-align: left;
}

/*アイコンを表示*/
.qa_box label:after {
	font-family: Font Awesome\ 5 Free;
    content: '\f067';
    position: absolute;
    right: 1%;
    top: 5px;
    color: #1D2A5A;
}
/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: '\f068';
    position: absolute;
}
/*ラベルホバー時*/
.qa_box label:hover {
    /*background :#ffe9a9;*/
}
/*チェックは隠す*/
.qa_box input {
    display: none;
}
/*中身を非表示にしておく*/
.qa_box .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.5s;
    
}
/*クリックでタイトル色変更*/
.cssacc:checked + label {
	/*border-bottom: 1px solid #b0b0b0;*/

}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 45px 20px 45px;
    opacity: 1;
}


/*  サイト紹介  */
.site_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #C9C9C9;
	text-align: center;
}
.site_wrap ul.site_navi_pc {
	display: block;
	margin: 0 auto 30px auto;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 22px;
}
.site_wrap ul.site_navi_pc li {
	display: inline-block;
	width: 30%;
	margin: 0px;
	text-align: left;
	padding: 5px 0;
}
.site_wrap ul.site_navi_pc li a {
	color: #000;
}
.site_wrap ul.site_navi_pc li a:hover {
	text-decoration: underline;
}
.site_wrap ul.site_navi_pc li a:before {
    content: '▶';
    color: #969696;
}
.site_wrap ul.site_navi_sp {
	display: none;
}
.site_pc {
	display: block;
}
.site_pc div {
	margin-bottom: 50px;
}
.site_sp {
	display: none;
}

/*  設備  */
.facilities_wrap {
	padding: 50px 0; 
}
.facilities_pc {
	display: flex;
}
.facilities_pc div:nth-child(2) {
	margin: 0 15px;
}
.facilities_sp {
	display: none;
}
/*  レンタル  */
.rental_wrap {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background-color: #C9C9C9;
	text-align: center;
}
#rental_table {
	border-collapse: collapse;
    border-spacing: 0;
	border: none;
	margin: 0 auto 0px auto;
	width: 65%;
}
#rental_table tr:first-child td {
	border-top: 1px solid #fff;
}
#rental_table tr td:first-child {
	border-left: 1px solid #fff;
}
#rental_table tr td {
	background-color: #C9C9C9;
	color: #000;
	text-align: left;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#rental_table tr td.cell_1 {
	width: 70%;
	padding: 10px 30px;
}
#rental_table tr td.cell_2 {
	border-right: none;
	padding: 10px 10px 10px 30px;
}
#rental_table tr td.cell_3 {
	text-align: right;
	padding: 10px 30px 10px 10px;
}
/*  アクセス  */
.access_wrap {
	padding: 50px 0; 
}
.address {
	font-size: 130%;
	margin-bottom: 30px;
}
.access_text {
	margin: 0 auto 50px auto;
	text-align: center;
	width: 60%;
	padding: 0;
}
.access_wrap ul {
	list-style: none;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}
.access_wrap ul li {
	padding: 5px 0;
	text-align: left;
}

.googlemap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
border-radius: 20px;
}
.googlemap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}






/*    Responsive CSS    */
@media only screen and (max-width: 1200px){
	.popup_wrap {
		width: 100%;
	}
}
@media only screen and (max-width: 1100px){
	#rental_table {
		width: 80%;
	}
}
@media only screen and (max-width: 1080px){
	#gnav ul li {
		padding: 15px 20px;
	}
	.table_wrap {
	    width: 80%;
	}
	#precautions_table {
		width: 85%;
	}
	.popup_reserve div.popup_reserve_inner {
		width: 100%;
	}
}
@media only screen and (max-width: 940px){
	#gnav ul li {
		padding: 15px 10px;
	}
	.site_wrap ul.site_navi_pc li {
		width: 40%;
	}
	.table_wrap {
	    width: 95%;
	}
	#precautions_table {
		width: 90%;
	}
	.qa_box {
		width: 100%;
	}
	#rental_table {
		width: 90%;
	}
	footer ul.footer_navi li {
		padding: 5px 20px;
	}
	.popup_wrap {
	  padding: 20px;
	}
	.popup_inner {
	  display: block;
	}
	.popup_inner div.popup_text {
		margin-bottom: 30px;
	}
	.popup_text,
	.popup_reserve,
	.popup_contact {
	  background-color: #fff;
	  padding: 50px 30px;
	  position: relative;
	}
	.popup_reserve {
		margin-bottom: 30px;
	}
	.popup_inner div.popup_text {
		width: 100%;
	}
	.popup_inner div.popup_reserve,
	.popup_inner div.popup_contact {
		width: 100%;
	}

	p.popup_text_bottom {
		font-size: 180%;
	}
	.popup_reserve_icon_pc,
	.popup_contact_icon_pc {
		display: none;
	}
	.popup_reserve_icon_sp,
	.popup_contact_icon_sp {
		display: block;
		margin-bottom: 10px;
	}
	.popup_reserve ul {
		margin: 0px auto 0 auto;
	}
	.popup_reserve ul li {
	    font-size: 130%;
	}
	.popup_contact ul {
		margin: 0px auto 0 auto;
	}
	.popup_contact ul li {
	    font-size: 130%;
	}
}

@media only screen and (max-width: 750px){
	body {
		font-size: 16px;
	}
	.fb_link {
	    right: 18%;
	}
	.fb_link img,
	.insta_link img {
		width: 12%;
	}
	/*    Navi    */
	#gnav ul {
		margin: 0 auto 0px auto;
		text-align: center;
		font-size: 16px;
	}
	#gnav ul li {
		padding: 10px 5px 0 5px;
		width: 32%;
		text-align: center;
	}
	#gnav ul li.reserve {
		padding: 10px 20px;
		width: 100%;
		margin-top: 5px;
	}
	#gnav ul li a:after {
		content: '';
		width: 0;
		transition: all 0.3s ease;
		border-bottom: 1px solid #000;
		display: block;
	}
	#gnav ul li a:hover:after {
		width: 100%;
		border-bottom: 1px solid #000;
	}
	#gnav ul li.reserve a {
		color: #fff;
	}
	.pc_on {
		display: none;
	}
	.sp_on {
		display: inline;
	}
	.site_pc {
		display: none;
	}
	.site_sp {
		display: block;
	}
	.map_pc {
		display: none;
	}
	.map_sp {
		display: block;
		margin-bottom: 30px;
		width: 100%;
	}
	#news, #howtouse, #site, #facilities, #rental, #access,
	#price, #time, #checkin, #precautions, #qa {
	    margin-top: -220px;
	    padding-top: 220px;
	}
	#site_kebin, #site_campingcar, #site_private-a, #site_private-b, #site_open, #site_free,
	#centerhouse, #sports {
	    margin-top: -150px;
	    padding-top: 150px;
	}
	.site_wrap ul.site_navi_pc {
		display: none;
	}
	.site_wrap ul.site_navi_sp {
		display: block;
		margin: 0 auto 30px auto;
		padding: 0;
		list-style: none;
		text-align: center;
		font-size: 18px;
	}
	.site_wrap ul.site_navi_sp li {
		display: inline-block;
		width: 45%;
		/*width: 100%;*/
		margin: 0px;
		text-align: left;
		padding: 5px 0 5px 0px;
		/*padding: 5px 0 5px 20px;*/
	}
	.site_wrap ul.site_navi_sp li a {
		color: #000;
	}
	.site_wrap ul.site_navi_sp li a:hover {
		text-decoration: underline;
	}
	.site_wrap ul.site_navi_sp li a:before {
	    content: '▶';
	    color: #969696;
	}
	.site_contents_wrap {
		margin-bottom: 100px;
	}
	.site_contents {
		background-color: #fff;
		padding: 20px 35px;
		text-align: left;
	}
	.site_contents_table {
		border-collapse: collapse;
	    border-spacing: 0;
		border: none;
		margin: 20px auto 0px auto;
		width: 100%;
		background-color: #fff;
	}

	.site_contents_table tr td {
		background-color: #fff;
		color: #000;
		text-align: left;
		padding: 5px 10px 5px 0;
		vertical-align: top;
		width: 80%;
	}
	.site_contents_table tr td:first-child {
		color: #1D2A5A;
		width: 20%;
	}
	.site_layout {
		border-bottom: 1px solid #1D2A5A;
	}
	.table_wrap {
	    width: 100%;
	}
	.howtouse_wrap ul.howtouse_navi li {
		/*display: block;*/
		width: 45%;
		text-align: center;
	}
	.howtouse_wrap ul.howtouse_navi li {
		margin: 5px;
	}
	.howtouse_wrap ul.howtouse_navi li a {
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}
	#price_table tr td {
		padding: 10px 5px;
	}
	#price_table tr td.cell_3 {
		padding: 10px 5px;
	}
	#price_table tr td.cell_4 {
		padding: 10px 5px;
	}
	#time_table tr td {
		padding: 10px 5px;
	}
	.checkin_wrap_pc {
		display: none;
	}
	.checkin_wrap_sp {
		display: flex;
		flex-wrap: wrap;
	}
	.checkin_wrap_sp div {
		margin-bottom: 30px;
		width: 50%;
		padding: 0 10px;
	}
	#precautions_table {
		width: 100%;
	}


	/*  設備  */
	.facilities_pc {
		display: none;
	}
	.facilities_sp {
		display: block;
	}
	.facilities_sp_contents {
		border-left: 1px solid #B0B0B0;
		border-right: 1px solid #B0B0B0;
		border-bottom: 1px solid #B0B0B0;
		padding: 50px 30px 30px 30px;
		text-align: left;
		position: relative;
		bottom: 20px;
	}
	.facilities_sp_contents div {
		border-bottom: 1px solid #B0B0B0;
		padding: 0 0 20px 0;
		margin: 0px 0 20px 0;
	}
	.facilities_sp_contents div:last-child {
		border-bottom: none;
		padding: 0 0 0px 0;
		margin: 0px 0 0px 0;
	}
	#rental_table {
		width: 100%;
	}
	#rental_table tr td.cell_1 {
		width: auto;
		padding: 10px 10px;
	}
	#rental_table tr td.cell_2 {
		padding: 10px 10px 10px 10px;
		width: 15%;
	}
	#rental_table tr td.cell_3 {
		padding: 10px 10px 10px 10px;
		width: 25%;
	}
	footer ul.footer_navi li {
		padding: 5px 10px;
	}
	.popup_text,
	.popup_reserve,
	.popup_contact {
	  padding: 50px 20px;
	}
}



@media only screen and (max-width: 640px){
	.site_contents_table tr td {
		width: 70%;
	}
	.site_contents_table tr td:first-child {
		width: 30%;
	}
	.site_contents {
		padding: 20px 25px;
	}

	.row{
		padding: 0 10px;
	}
}
@media only screen and (max-width: 590px){
	#precautions_table tr td {
		display: block;
		width: 100%;
		color: #000;
		text-align: left;
		padding: 20px 20px;
		border-bottom: 1px solid #b0b0b0;
		vertical-align: top;
	}
	#precautions_table tr:first-child td {
		border-top: none;
	}
	#precautions_table tr td.cell_1 {
		padding: 10px 20px;
	}
	#precautions_table tr:first-child td.cell_1 {
		border-top: 1px solid #b0b0b0;
	}
	.site_contents_table tr td {
		width: 65%;
	}
	.site_contents_table tr td:first-child {
		width: 35%;
	}
	.access_text {
	    width: 100%;
	    padding: 0 10px 0 10px;
	}
	.site_wrap ul.site_navi_sp {
		font-size: 13px;
	}
	.rsv_cancel div a {
		padding: 10px 10px;
		width: 100%;
	}
}
