@charset "UTF-8";
/*
Theme Name: Bellys Theme
Theme URI: https://bellys.jp
Author:株式会社アーティエイト
Author URI: https://artieate.com
Description: このテーマは、株式会社アーティエイトが企業用サイト向けに作成したテンプレ―トファイルです。見やすく、クールでレスポンシブ完全対応。
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.artieate.com
Tags: 企業向け,コーポレート,シンプル,レスポンシブ
Text Domain: Bellys Theme
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
li {
	list-style-type: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	transition: .4s;
}
h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clearfix:after {
	content: ".";  /* 新しい要素を作る */
	display: block;  /* ブロックレベル要素に */
	clear: both;
	height: 0;
	visibility: hidden;
}
.pen_p{
background:linear-gradient(transparent 60%, #d9edff 60%);
}
.pc_none{display:none;} 
.pc_none_logo{display:none;} 
.sp_none{display:block;}

/**************************** body ****************************/
body {
	font-size: 16px;
	line-height: 1.86;
	color: #313131;
	font-family: 'Noto Sans JP', sans-serif, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#wrap {
	overflow: hidden;
}
/*************   共通設定   *************/
img {
	border: none;
	vertical-align: bottom;
}
.clear {
	clear: both;
	display: block;
}
.rbox {
	float: right;
}
.right_img {
	float: right;
	margin: 0 0 0 15px;
}
.right_sp {
	float: right;
}
.right_img_sp {
	float: right;
	margin: 0 0 0 15px;
}
.rtxt {
	text-align: right;
}
.lbox {
	float: left;
}
.left_img {
	float: left;
	margin: 0 15px 0 0;
}
.left_sp {
	float: left;
}
.left_img_sp {
	float: left;
	margin: 0 15px 0 0;
}
.center {
	text-align: center;
}
.normal {
	font-weight: normal;
}
.bold {
	font-weight: bold;
}
.inner {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.outer {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.bg_blue {
	background-color: #103287;
	color: #fff;
}
.bg_white {
	background-color: #fff;
}
.bg_gray {
	background-color: #ebecf0;
}
.bg_basic {
	background-color:#edf7fc;
}

.txtBox {
	margin: 20px auto;
	padding: 10px;
	line-height:2em;
}
.graybox {
	margin: 20px auto;
	padding: 20px 40px;
	font-size: 1.2em;
	line-height:2em;
	background-color:#efefef;
	
}
.graybox li{
	margin: 10px auto;

	
}


.txtBox p {
	margin:1.5em 0;
}
.kadomaru {
	border-radius: 5%;
}
/*************   リンク設定   *************/

a:link, a:visited {
	text-decoration: none;
	color: #502504;
}
a:hover, a:active {
	text-decoration: none;
}
/**************************** ボタン設定　****************************/
p.btn{
	text-align:center;
	margin:10px 0;
}
a.topbtn{
	display: inline-block;
    color: #502504;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 182px;
    height: 42px;
    line-height:42px;
	background-color: #fff;
    border: 1px solid #502504;
	opacity: 1;
	border-radius:5px;}

a.topbtn:hover{
    color: #fff;
	background-color: #8A4008;
    border: 1px solid #8A4008;
	opacity: 1;}

a.basebtn{
	display: inline-block;
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 182px;
    height: 42px;
    line-height:42px;
	background-color: #8A4008;
    border: 1px solid #FFF;
	opacity: 1;
	border-radius:5px;}

a.basebtn:hover{
    color: #502504;
	background-color: #FFF;
    border: 1px solid #8A4008;
	opacity: 1;}


/**************************** container ****************************/

#container {
	margin: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	padding-top: 132px;
}
.contentBox {
	width: 900px;
	margin-bottom: 50px;
	float: left;
}
/**************************** sideArea **************************/

#sidebar {
	width: 300px;
	float: right;
	margin-top: 0px;
}
#sidebar .widget li {
	margin-bottom: 5px;
	border-bottom: solid 1px #ddd;
	padding:5px 10px;	
}
.widget h2 {
	background-color:#5a2610;
	padding-left: 12px;
	margin-top: 40px;
	color:#fff;
}
.widget h2:before {
	font-family: "Font Awesome 5 Free";
	content:'\f35a';
	font-weight: 900;
	padding-right : 5px;/*文字との隙間*/
}

/**************************** section ****************************/
section {
	margin: 0;
	padding: 0;
	clear: both;
}
article {
	margin: 0;
	padding: 0;
}
/**************************** header ****************************/
#header {
	width: 100%;
	background: #fff;
	opacity: 0.98;
	position: fixed;
	z-index: 100;
	height: 132px;
    padding: 0px 0 0 0;
}
#header.border_header{
	border-bottom: solid 1px #b29076;
}

#logo {
	width: 160px;
	float: left;
	margin-top: 42px;
}
#contactBox{
	width:600px;
	float:right;
	height:90px;
	text-align:right;
}
#contactBox #telbox{
	display:flex;
	justify-content: flex-end; 
	font-size:28px;
	color:#FF6E00;
	line-height:36px;
}
#contactBox #telbox span{
	padding-left:5px;
	
}

#contactBox address{
	font-size:18px;
}
address{
font-style:inherit;}

.access_btn{
	text-align:center;
	margin-left:10px;
}
.access_btn{
	display: inline-block;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    width: 142px;
    height: 36px;
    line-height:36px;
	background-color: #FF6E00;
    border: 1px solid #FF6E00;
	opacity: 1;
	border-radius:18px;}
.access_btn a{
	transition: .4s;
	color:#fff!important;}
.access_btn:hover{
    color:#FF6E00;
	background-color: #c75f10;
    border: 1px solid:#c75f10;
	opacity: 1;
	transition: .4s;}

svg.svg-inline--fa.fa-phone-volume.fa-w-12 {

}

/**************************** footer ****************************/
#footer {
	margin: 0;
	height: auto;
	padding: 60px 0 60px;
	background-color:#502504;
	color:#fff;
}
#footer .inner{
	display:flex;
	justify-content:space-between;
}

#footer #footer_logo{
 	width:200px;
}
#footer #footer_logo img{
 	width:100%;
}
#footer #footer_ad{
 	width:400px;
}

.copyright {
	text-align:center;
	color: #502504;
	font-size: 14px;
	clear: both;
	margin: 0px;
	padding-top: 20px;
	padding:5px 0 5px;
}


/**************************** menu ****************************/
#nav{
  list-style-type: none;
  display:flex;
  width: 720px;
  padding: 0;
  float:right;
	margin-top: 15px;
}
#nav li{
  position: relative;
  width: 120px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
#nav li a{
  display: block;
  margin: 0;
  padding: 15px 0 11px;
  color: #502504;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
#nav li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
	padding: 0;
  border-radius: 0 0 3px 3px;
}
#nav li:last-child ul{
  left: -100%;
  width: 100%
}
#nav li ul li{
  overflow: hidden;

  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}
#nav li ul li a{
  padding: 13px 15px;
  background: #103287;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
	color:#fff;
}
#nav li:hover > a{
  color:#16bd3a;

}
#nav > li:hover > a{
  border-radius: 3px 3px 0 0;
}
#nav li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #16bd3a;
  border-bottom: 1px solid #16bd3a;
}
#nav li:hover ul li:first-child{
  border-top: 0;
}
#nav li:hover ul li:last-child{
  border-bottom: 0;
}
#nav li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}




/**************************** TOP ****************************/

.inline{
	display:inline-block;
}

#section_1st .bg_top_main {
	height: 860px;
}


#section_1st .lbox {
	width: 30%;
	margin-top:235px;
	text-align:center;
}
#section_1st .lbox img{
	width: 60%;
	margin:auto;
}


#section_1st .rbox {
    position: absolute;
    right: -100px;
    width: 70%;
    height: 800px;
}
#section_1st .rbox img{
	    border-radius:30px;
}

 #section_info h2, #map h2, .top_contentBox h2, #section_2nd h2 {
	font-size:1em;
	color:#0CF0E8;
}


/*----------------------------------------TOP 予約一覧*/
#section_3rd{
	width:100%;
	max-width:1480px;
	margin:auto;
}
#section_3rd ul {
	display:flex;
	justify-content:center;

}
#section_3rd ul li {
	width: 32.3333%;
	padding-right:0.5%;
	padding-left:0.5%;
	text-align:center;
}
#section_3rd ul li img {
	width: 100%;
	height: auto;
	 border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius:10px;
}
#section_3rd ul li h4 {
	font-size: 1.2em;
	text-align:center;

}
#section_3rd ul li p {
	padding:30px 0 0;
}
#section_3rd ul .btn a{
	width:80%;
	border:solid 1px #1066ae;
	padding:5px 20px;
	display:block;
	margin:10px auto;
	border-radius:20px;
}
#section_3rd ul .btn a:hover{
	background-color:#1066ae;
	color:#fff;
}

#section_3rd h2{font-size: 28px;
	line-height: 1.8em;
	padding-top: 20px;
	position: relative;
text-align:center;}

#section_3rd h3{
	font-size: 2.4em;
	padding-top: 40px;	
	text-align:center;
}
#section_3rd .inner {
	padding: 50px 0;
}


/*----------------------------------------TOP コロナ対策*/

a.anchor{
    display: block;
    padding-top: 180px;
    margin-top: -180px;
}

#section_4th .inner {
	padding: 50px 0;
}
#section_4th .inner .txtBox{
	padding:50px 100px;
	border:solid 1px #000;
	border-radius: 10px;
}
#section_4th h3 {
	font-size:1.4em;

}

/*----------------------------------------TOP お知らせ一覧*/

#section_info{margin:50px 0 80px;
	}

#section_info .inner {
	padding: 0px 0 40px;
}

#section_info .info_Box {
	width: 80%;
	margin: 60px auto 0;
}
#section_info .info_Box li {
}
#section_info .info_Box dl {
	display:flex;
}

#section_info .info_Box dl dt{
	width:30%;
	color:#502504;
}
#section_info .info_Box dl dd{
	width:70%;
	color:#502504;
}

.info_Box li p span{
	padding-left:120px;
}

#section_info .txtBox {
	font-size: 1em;
	padding: 10px 20px 0 0px;
}


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


/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*左から右にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s;
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}


/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}
.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*下からフェードイン（TOP）*/
.fade-in-bottom {
   opacity: 0;
   animation-name: fadein-bottom;
   animation-duration: 1.5s;
   animation-timing-function: ease-out;
   animation-fill-mode: forwards;
}
@keyframes fadein-bottom {
   0% {
      opacity: 0;
      transform: translateY(20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
}


/************************************************************************************************
 　　　　　　　　　　　　　　　　　　　　　　　　　　　 　　　　　　　　　　　　　　　　　個ページ　　　　　 
 * ***********************************************************************************************/

.sec_base{
	margin:0px 0 100px 0;
}
.sec_base:last-child{
	margin:0 0 0px 0;
}

div#contentBox{
	max-width:1670px;
	margin:0px auto;
	padding:120px 0;
	background-color:#fff;
}

h2.page_title{
	position: relative;
	text-align: right;
	font-size:48px;	
	line-height:80px;
	background-color:#B29076;
	padding:24px;
	color:#fff;
}
h3.content_title{font-size:28px;
	text-align:center;
margin-bottom:72px;}
.h3_head{font-size:1em;
	color:#8A4008;
	line-height: 0.5em;
text-align:center;
margin-top:0px;}



/*>>>>>>>>>>>>>>>>>>>>>施設紹介>>>>>>>>>>>>>>*/

.instBox{
	width:1000px;
	display:flex;
	margin:auto;
}
.instBox .photo_inst{
	max-width:400px;
	width:40%;
	height:auto;
	margin-bottom:40px;
}

.instBox .about_inst h4, #maparea h4{
	font-size:1.2em;
	color:#8A4008;
	font-weight:bold;
	margin-top:1em;
}
#maparea{
	max-width:1200px;
	margin:auto;
}
#maparea .txtBox{
	padding:20px 5%;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;

}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



#company{
	background-color:#fff9f4;
	max-width:800px;
	width:100%;
	padding:50px;
	margin:auto;
}
#company h4{
	font-size:1.2em;
	margin-bottom:20px;
}
#company p{
	margin-bottom:1em;
}

/*>>>>>>>>>>>>>>>>>>>>>入会案内>>>>>>>>>>>>>>*/

h3.thanks{font-size:1.1em;font-weight:bold;}
.member{
	max-width:900px;
	width:100%;
	margin:auto;
}
.member p{
	margin:0px 0 20px
}

.member table{
	width:100%;
	line-height:2em;
	margin-bottom:40px;
	border-top:solid 1px #ccc;
	border-left:solid 1px #ccc;

}
.member table tr:first-child{
	background-color:#502504;
	border:solid 1px #502504;
	color:#fff;

}
.member table th{
	width:70%;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
    padding:5px 10px; 
	text-align:left;
	text-indent:3em;
	
}
.member table td{
	width:30%;
	border-bottom:solid 1px #ccc;
    padding:5px ;
	border-right:solid 1px #ccc;
	text-align:center;
}
.reg_flow{
	border:solid 1px #ddd;
	border-radius:10px;
	padding:70px 20px;
	text-align:center;
	max-width:600px;
	margin:0 auto 40px;
	
	
}
.reg_flow ol li{
	margin:10px;
}
#accessArea::before {
    display: block;
    height: 12rem;
    margin-top: -12rem;
    content: "";
}

/****************************利用予約***************************/
#login{
	max-width:800px;
	width:95%;
	margin:0 auto 50px;
	
}
#login p{
	margin:10px auto 30px;
	font-weight:bold;
	font-size:1.2em;

}

#login h4{
	margin:10px auto 10px;
	font-weight:bold;
}


#loginBox{
	max-width:1200px;
	width:100%;
	margin:auto;
	height:1200px;

}


/****************************利用細則***************************/
.ruleBox{
	margin:20px 20px　0;
}
.rule ul{
	padding:5px 5px 10px;
}

.rule h4 {
	color: #8A4008;
	font-weight: bold;
}
.rule ol, .rule ul {
	margin-bottom: 1em;
	margin-left: 2em;

}
.rule ol li{
	list-style-type: decimal;
	margin: 10px;
}
.rule ul li{
	margin:10px;
}

.rule h5, .policy h5{
	font-weight:bold;
	margin:30px 0 10px;
}
.rule .rule_txt{
	margin:10px 20px 50px;
}

.policy{}
.policy ul{
	padding:20px 50px;
	
}
.policy ul li{
	margin-bottom:1.2em;

	font-size:1.1em;
	
}
.policy h4{
	margin:1.2em 0 0.8em;
	font-weight:bold;
	
}
.policy p{
	padding:10px 25px;
}

/**************************** 調整 ****************************/
.m_top_50 {
	margin-top: 50px;
}
.m_top_100 {
	margin-top: 100px;
}

.f12 {
	font-size: 12px;
	line-height: 12px;
}
.f14 {
	font-size: 14px;
	line-height: 14px;
	
}
.w_1000{
	max-width:1000px;
	width:100%;
	margin:0 auto;
	padding:50px;
}
.w_250{
	width:250px;
	padding-left:20px;
}


/****************************************************************
                                                   Blog & Archive 
*****************************************************************/

.blog_title {
	font-size: 30px;
	font-weight: bold;
	line-height: 2em;
}
.archiveBox {
	margin-right: auto;
	margin-left: auto;
	max-width: 840px;
	width:100%;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 50px;
}
.archiveBox img {
	border-radius: 5%;
}
.archiveBox_in {
	width: 100%;
	float: left;
	padding-right: 0px;
	padding-left: 20px;
}
.archiveBox_in .tuduki {
	text-align: right;
	margin-top: 20px;
}
.archiveBox_in .tuduki a {
	margin-top: 10px;
}

.entry-title a {
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
}
.entry-date {
	line-height: 1em;
	font-size: 0.9em;
	color: #b29076;
	margin:10px 0;
}

#blogBox {
	padding:0 50px;
	width: 850px;
}
#blogBox img{
	padding:10px;
	width:100%;
	height:auto;
	margin:10px auto;
	
}
.blogtxt {
	line-height: 2em;
	margin: 80px 0;
}
p.writer_info {
	margin-top: 1em;}


/***ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　width:1200px以下
ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
*/

#wprmenu_bar .menu_title a {
    color: #fff;
}

 @media screen and (max-width: 1200px) {
.inner {
	width: 100%;
}
	 #section_1st .inner .lbox{
		 margin-left:5%;
	 } 
	 
#section2nd .center img {
	height: auto;
	width: 100%;
}
.contentBox {
    width: 900px;
    margin: 50px auto;
	float: none; }
	 
	 #section_2nd .lbox .w600{
		 width:100%;
		 padding:50px;
	 }	 
	 
#blogBox {
	padding: 50px;
	width: 850px;
	margin:auto;
	
}	 
 #sidebar {
    width: 800px;
    float: none;
    margin: 0px auto;
}
}
/***ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　width:1060px以下
ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ*/



@media screen and (max-width: 1060px) { 

	
	.pc_none_logo{display:block;} 
	
	
	
	#nav{display:none;}
	#header{height:90px;
	padding:0 2%;}
#logo {
	width: 100px;
	height:auto;
	margin-top: 10px;
}
#logo img{
	width:100%;
	height:auto;
}

	
#contactBox{
	max-width:600px;
	height:90px;
	width:70%;
}
	
	
#contactBox #telbox{
	display:flex;
	justify-content: flex-end; 
	font-size:28px;
	color:#FF6E00;
	line-height:36px;
}

/**************************** container ****************************/

#container {
	padding-top: 90px;
}

/**************************** TOP ****************************/

.inline{
	display:inline-block;
}

#section_1st .bg_top_main {
	height: 500px;
}


#section_1st .lbox {
	display:none;
}

#section_1st .rbox {
    position: absolute;
    right: 0px;
    width: 100%;
	height:500px;
}
#section_1st .rbox img{
    width: 100%;
	height:500px;
	 object-fit: cover; 
}	
	
#section_1st .rbox img{
	    border-radius:0px;
}

/*----------------------------------------TOP お知らせ一覧*/

#section_info{margin:50px 0 80px;
	}

#section_info .inner {
	padding: 0px ;
}

#section_info .info_Box {
	width: 96%;
	margin: 60px auto 0;
}
	#section_4th .inner .txtBox{
		margin:0 2%;
		padding:5%;
	}
/***ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　width:980px以下
ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ*/

@media screen and (max-width: 980px) {
	.member{
	width:96%;
	margin:0 2%;
	margin:auto;
}
	
	.contentBox{
		width:96%;
		margin:2%;
	}	
	.archiveBox_in{
		padding:0;
	}
	#blogBox{
		width:100%;
		padding:2%;
	}
}


/***ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　width:768px以下
ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
*/
 @media screen and (max-width: 768px) {
h2,h3{
	text-indent:0.4em;}

.rbox, .lbox {
	float: none;
}
	 
 #sidebar {
    width: 95%;
    float: none;
    margin: 0px auto;
}	 
	 #section_2nd .lbox h2, #section_2nd .lbox h3,
	 #section_info h2, #section_info h3, #gmap-data{
		 text-align:center;
	 }
	 #section_2nd h2:before, #section_info h2:before , #gmap-data h2:before{left:50%;}


#gmap{width:100%;}
#gmap-data{width:100%;
}
/*>>>>>>>>>>>>>>>>>>>>>施設紹介>>>>>>>>>>>>>>*/

.instBox{
	width:100%;
	margin:auto;
}
.instBox .photo_inst{
	max-width:400px;
	width:40%;
	height:auto;
	margin-bottom:40px;
}
	 .instBox .photo_inst img{
	width:100%;
	height:auto;
}
	 .about_inst{
		 width:60%;
		 padding:0 5%;
	 }
.instBox .about_inst h4, #maparea h4{
	font-size:1em;
	margin-top:0em;
}
	 
#company{
	width:90%;
	margin:0 5%;
}

	 
/***ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　width:480px以下
ШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШШ
*/

 @media screen and (max-width: 480px) {

.pc_none{display:block;} 
.sp_none{display:none;}
.sec_base{
	margin:50px 0 60px 0;
}
	 .w_1000{
		 padding:0;
		 margin:50px 2%;
		 width:96%;
		 font-size:14px;
	 }
	 
/**************************** header ****************************/
	 #contactBox{
		 width:calc(100% - 100px);
	 }


#contactBox address{
	font-size:12px;
}
address{
font-style:inherit;}

.access_btn{
	text-align:center;
	margin-left:10px;
}
.access_btn{
    font-size:15px;
    width: 100px;
    height: 30px;
    line-height:30px;
}
#contactBox #telbox{
	display:block;
	justify-content: flex-end; 
	font-size:18px;
	color:#FF6E00;
	line-height:30px;
	
}


	 h2.page_title {
    padding: 10px;
    font-size: 20px;
		 line-height: 20px;}
/**************************** footer ****************************/
#footer {
	margin: 0;
	height: auto;
}
#footer .inner{
	display:block;}

#footer #footer_logo{
 	width:100px;
	margin-left:5%;
}
#footer #footer_logo img{
 	width:100%;
}
#footer #footer_ad{
 	width:90%;
	font-size:14px;
	margin:0 5%
}
 
/******************************************************** TOP**/	 	 

#section_info .info_Box dl {
	display:block;
}

#section_info .info_Box dl dt{
	width:100%;
}
#section_info .info_Box dl dd{
	width:100%;
	font-weight:bold;

}
/*----------------------------------------TOP 予約一覧*/
#section_3rd{
	width:100%;
	max-width:1480px;
	margin:auto;
}
#section_3rd ul {
	display:block;
}
#section_3rd ul li {
	width: 100%;
	padding-right:0.5%;
	padding-left:0.5%;
	text-align:center;
}
#section_3rd ul li img {
	width: 90%;
	height: auto;
	margin:0 5%;
}
#section_3rd ul li p{
	margin:10px 0 30px;
	padding:0;
}
/******************************************************** 個ページ**/	

	 div#contentBox{
		 padding:0;
	 }
	 h3.content_title{font-size:20px;
	 margin-bottom:36px;}
	 
/*>>>>>>>>>>>>>>>>>>>>>施設紹介>>>>>>>>>>>>>>*/

.instBox{
	width:100%;
	margin:auto;
	display:block;
}
.instBox .photo_inst{
	max-width:480px;
	width:96%;
	margin:0 2%;
	height:auto;
}
.about_inst{
 width:90%;
 padding:0 5% 40px;
	 }
#company{
	padding:5%;
	margin-bottom:20px;
	
}
#company h4{
	font-size:14px;
	margin-bottom:10px;
}
#company p{
	margin-bottom:1em;
	font-size:14px;

}
/*>>>>>>>>>>>>>>>>>>>>>入会案内>>>>>>>>>>>>>>*/

h3.thanks{font-size:1.1em;font-weight:bold;}

	 .txtBox.center{text-align:left;}	 
	 
	 

.member p{
	margin:0px 0 20px
}
.member{font-size:14px;
	 }
.member table tr:first-child{
	background-color:#502504;
	border:solid 1px #502504;
	color:#fff;

}
.member table th{
	width:70%;
	text-indent:0px;
	
	
}
.member table td{
	width:30%;
    padding:5px ;

}
.reg_flow{
	border:solid 1px #ddd;
	border-radius:10px;
	padding:70px 20px;
	text-align:center;
	max-width:600px;
	margin:0 auto 40px;
	
	
}
.reg_flow ol li{
	margin:10px;
} 
	 
	 
	 
	 
	 
/*>>>>>>>>>>>>>>>>>>>>>お知らせブログ>>>>>>>>>>>>>>*/
	 
#contentBox .h3_head, .inner .h3_head{margin-top:50px;}	 
	 
	 
/********************************************************料金表**/	 

.price table{width:95%;margin:50px auto;font-size:0.5em;}
	 
/********************************************************個人情報保護方針**/	  

.policy.txtBox {font-size: 0.8em;}
.price h4{font-size:16px;} 
	 

.ruleBox{
	margin:20px 5px　0;
}
	 .ruleBox{
	margin:20px 20px　0;
}
.rule ul{
	padding:5px 5px 10px;
}


.rule ol, .rule ul {
	margin-bottom: 1em;
	margin-left: 0.5em;

}
.rule ol li{
	list-style-type: decimal;
	margin: 5px;
}
.rule ul li{
	margin:5px;
}

.rule h5, .policy h5{
	font-weight:bold;
	margin:30px 0 10px;
}
.rule .rule_txt{
	margin:5px 10px 20px;
}
.rule p{
	margin-bottom:1em;
}
.policy h3{
	font-size:1.1rem;
	 }
.policy ul{
	padding:5px 10px;
	
}
.policy ul li{
	margin-bottom:1.2em;

	font-size:1.1em;
	
}
.policy h4{
	margin:1.2em 0 0.8em;
	font-weight:bold;
	
}
.policy p{
	padding:10px 5px 1em;}
	 
	 
	 	 }