@charset "utf-8";

/* 装飾
------------------------------------------------------------*/
.op {
transition: 0.3s;
}
.op:hover {
opacity: 0.7;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#1299df;
	text-decoration:none;
}
a:visited {
	color:#1299df;
	text-decoration:none;
}
a:hover {
	color:#1299df;
	text-decoration:underline;
}
a:active {
	color:#1299df;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
position: relative;
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#000;
-webkit-text-size-adjust: none;
font-weight: 500;
position: relative;
 -webkit-transition: all 0.6s;
transition: all 0.6s;
}

/* ページャー（一覧） */
.pager{
	text-align:center;
	padding:30px 0px;
	clear:both;
}
a.page-numbers,
.pager .current{
	background:rgba(0,0,0,0.02);
	border:solid 1px rgba(0,0,0,0.1);
	border-radius:5px;
	padding:5px 8px;
	margin:0 2px;
}
.pager .current{
	background:rgba(0,0,0,1);
	border:solid 1px rgba(0,0,0,1);
	color:rgba(255,255,255,1);
}




/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1200px) {

.spbr {
display: none !important;
}
.menu {
display: none !important;
}
#nav-tgl {
display: none;
}
#hdr_sp {
display: none;
}
#g-nav {
display: none;
}
body{
position: relative;
font-size: 1.6rem;
line-height: 1.8;
scroll-behavior: smooth;
}

header {
background: url("../img/back_hdr.webp") no-repeat center/cover;
padding: 4rem 8rem 20rem 8rem;
margin-bottom: 8rem;
}
header.hdr {
padding-bottom: 4rem;
}
header > article {
display: flex;
justify-content: space-between;
align-items: center;
}
header > article > div {
width: 11.2rem;
}
header > article > nav {
width: calc(100% - 26rem);
display: flex;
align-items: center;
justify-content: center;
}
header > article > nav ul {
display: flex;
justify-content: center;
font-size: 1.8rem;
line-height: 1;
}
header > article > nav li {
border-right: 0.1rem solid rgba(255,255,255,0.7);
}
header > article > nav li:last-child {
border-right: none;
}
header > article > nav li a {
padding: 0 1.6rem;
transition: 0.3s;
}
header > article > nav li a:link {
color: #fff;
}
header > article > nav li a:visited {
color: #fff;
}
header > article > nav li a:hover {
color: #fff;
text-decoration: none;
opacity: 0.7;
}
header > article > nav li a:active {
color: #fff;
}
header > article > a {
width: 14.8rem;
background: #3597cf;
font-size: 2.4rem;
text-align: center;
line-height: 1.4;
padding: 1rem  0;
transition: 0.3s;
}
header > article > a:link, #toi_btn:link {
color: #000;
text-decoration: none;
}
header > article > a:visited, #toi_btn:visited {
color: #000;
text-decoration: none;
}
header > article > a:hover, #toi_btn:hover {
color: #000;
text-decoration: none;
opacity: 0.8;
}
header > article > a:active, #toi_btn:active {
color: #000;
text-decoration: none;
}
header > article > a span, #toi_btn span {
display: block;
color: #fff;
font-size: 0.5em;
}
header > div {
width: 80rem;
margin: 16rem auto 0 auto;
}

.read {
position: relative;
font-size: 3.4rem;
color: #3597cf;
text-align: center;
margin-bottom: 6rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
line-height: 1;
}
.read::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #595757;
}
.read_top {
color: #595757;
}
.read2 {
position: relative;
font-size: 3.4rem;
color: #3597cf;
text-align: center;
margin-bottom: 0.4rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
line-height: 1;
}
.read2::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #595757;
}
.read3 {
margin-top: 8rem;
}
.read3::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #fff;
}
.sub_read {
font-size: 2rem;
text-align: center;
font-weight: bold;
margin-bottom: 6rem;
}
.sub_w {
color: #fff;
}

#about {
margin-bottom: 10rem;
}
#about > p {
font-size: 2rem;
text-align: center;
color: #401a00;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
margin-bottom: 5rem;
line-height: 2.4;
}

#about1 {
background: url("../img/back_about1.webp") no-repeat right bottom/cover;
color: #231815;
padding: 16rem 0 8rem 10rem;
text-align: center;
border-bottom: 2rem solid #3597cf;
}
#about1 > div {
background: rgba(255,255,255,0.7);
padding: 3rem 2rem;
width: 60rem;
}
#about1 > div h3 {
font-size: 3rem;
font-weight: bold;
border-bottom: 0.1rem solid #231815;
margin-bottom: 3rem;
}
#about1 > div h3 img {
width: 5rem;
height: auto;margin-right: 1rem;
vertical-align: -0.4rem;
}
#about1 > div h4 {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1rem;
}
#about1 > div p {
margin-bottom: 3rem;
padding: 0 3rem;
}
#about1 > div p:last-child {
margin-bottom: 0;
}

#about2 {
display: flex;
justify-content: space-between;
border-bottom: 2rem solid #3597cf;
}
#ab_left {
width: 40%;
border-right: 2rem solid #3597cf;
}
#ab_left img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
}
#ab_right {
width: 60%;
background: #563919;
color: #fff;
padding: 5rem;
}
#ab_right h3 {
font-size: 3rem;
font-weight: bold;
margin-bottom: 3rem;
}
#ab_right h3 img {
width: 5rem;
height: auto;
margin-right: 1rem;
}
#ab_right > div {
display: flex;
justify-content: space-between;
}
#ab_right ul {
width: 48%;
font-size: 1.7rem;
}
#ab_right ul li {
margin-bottom: 2.4rem;
line-height: 1;
border-left: 0.4rem solid #fff;
padding-left: 1rem;
}

#about3 {
background: url("../img/back_about3.webp") no-repeat center/cover;
padding: 10rem 0;
}
#about3 div {
width: 74.8rem;
margin: 0 auto;
}

#price {
margin-bottom: 10rem;
}
#price h5, #price > p {
text-align: center;
}
#price h5 {
font-weight: bold;
font-size: 2rem;
border: 0.1rem solid #ccc;
padding: 0.4rem 1rem;
width: 15rem;
margin: 0 auto 2rem auto;
}
#price > p {
font-size: 2.2rem;
margin-bottom: 8rem;
color: #666;
}
#price > p span {
font-size: 3rem;
color: #ec732a;
font-weight: bold;
}
#price small {
display: block;
}
#price_tb, #price small {
width: 105rem;
margin: 0 auto;
}
#price_tb {
margin-bottom: 3rem;
}
#price small {
font-size: 1.4rem;
}
#price_tb table {
border-collapse: collapse;
width: 100%;
}
#price_tb caption {
font-weight: bold;
font-size: 2rem;
}
#price_tb th, #price_tb td {
padding: 0.4rem 0.6rem;
}
#price_tb th {
color: #fff;
background: #3597cf;
border: 0.1rem solid #53ade1;
text-align: left;
}
#price_tb td {
border: 0.1rem solid #ccc;
}
#guide {
text-align: center;
background: #eee;
padding: 5rem 0 8rem 0;
margin-bottom: 10rem;
}
#guide h4 {
font-weight: bold;
font-size: 2rem;
background: #8b622e;
padding: 0 4rem;
color: #fff;
border-radius: 0.4rem;
display: inline-block;
margin-bottom: 1rem;
}
#guide p {
margin-bottom: 5rem;
}
#guide p:last-child {
margin-bottom: 0;
}

#rules {
margin: 0 auto 10rem auto;
width: 100rem;
}
#rules > div {
width: 15rem;
margin: 0 auto 2rem auto;
}
#rules ul {
margin-bottom: 5rem;
font-weight: bold;
}
#rules p {
border: 0.1rem solid #ddd;
padding: 2rem;
}
#access {
margin-bottom: 10rem;
text-align: center;
}
#access p {
margin-bottom: 1rem;
font-size: 2rem;
}
#access small {
margin-bottom: 2rem;
display: block;
color: #666;
}
#access div {
height: 40rem;
}
#news {
margin-bottom: 10rem;
}
#news article {
width: 80rem;
margin: 0 auto;
}
#news article > div {
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
#news article > div figure {
width: 20rem;
height: 13.4rem;
transition: 0.3s;
}
#news article > div figure:hover {
opacity: 0.8;
}
#news article > div figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#news article > div > div {
width: 60rem;
padding-left: 3rem;
}
#news article > div > div h3 {
font-size: 1.8rem;
}
#news_btn {
display: block;
width: 20rem;
margin: 5rem auto 0 auto;
border: 0.1rem solid #ccc;
padding: 0.6rem 3rem;
text-align: center;
transition: 0.3s;
}
#news_btn:link {
color: #000;
}
#news_btn:visited {
color: #000;
}
#news_btn:hover {
color: #000;
text-decoration: none;
opacity: 0.7;
}
#news_btn:active {
color: #000;
}

#gallery {
margin-bottom: 10rem;
}
#gallery article {
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
}
#gallery article img {
width: 100%;
height: 100%;
object-fit: cover;
}
#gp1 div:first-child {
width: 62%;
border-right: 0.4rem solid #fff;
}
#gp1 div:last-child {
width: 38%;
}
#gp2 div:first-child {
width: 38%;
border-right: 1rem solid #fff;
}
#gp2 div:last-child {
width: 62%;
}
#gp3 div:first-child {
width: 62%;
border-right: 0.4rem solid #fff;
}
#gp3 div:last-child {
width: 38%;
}

#sns {
width: 24rem;
margin: 0 auto 4rem auto;
display: flex;
justify-content: space-between;
}
#sns div {
height: 4.6rem;
transition: 0.3s;
}
#sns div:hover {
opacity: 0.6;
}

footer {
background: url("../img/back_hdr.webp") no-repeat center/cover;
padding: 8rem 8rem 3rem 8rem;
}
footer > article {
display: flex;
justify-content: space-between;
align-items: center;
}
footer > article > div {
width: 11.2rem;
}
footer > article > nav {
width: calc(100% - 26rem);
display: flex;
align-items: center;
justify-content: center;
}
footer > article > nav ul {
display: flex;
justify-content: center;
font-size: 1.8rem;
line-height: 1;
}
footer > article > nav li {
border-right: 0.1rem solid rgba(255,255,255,0.7);
}
footer > article > nav li:last-child {
border-right: none;
}
footer > article > nav li a {
padding: 0 1.6rem;
transition: 0.3s;
}
footer > article > nav li a:link {
color: #fff;
}
footer > article > nav li a:visited {
color: #fff;
}
footer > article > nav li a:hover {
color: #fff;
text-decoration: none;
opacity: 0.7;
}
footer > article > nav li a:active {
color: #fff;
}
footer > article > a {
width: 14.8rem;
background: #3597cf;
font-size: 2.4rem;
text-align: center;
line-height: 1.4;
padding: 1rem  0;
transition: 0.3s;
}
footer > article > a:link {
color: #000;
text-decoration: none;
}
footer > article > a:visited {
color: #000;
text-decoration: none;
}
footer > article > a:hover {
color: #000;
text-decoration: none;
opacity: 0.8;
}
footer > article > a:active {
color: #000;
text-decoration: none;
}
footer > article > a span {
display: block;
color: #fff;
font-size: 0.5em;
}
footer > div {
width: 20rem;
margin: 5rem auto;
}
footer small {
display: block;
font-family: "游明朝","YuMincho";
text-align: center;
font-size: 1.6rem;
color: #fff;
}

/* お問合わせ */
#toi_catch {
text-align: center;
margin-bottom: 8rem;
}
#toi_catch p {
font-size: 2rem;
margin-bottom: 3rem;
}
#toi_btn {
width: 14.8rem;
background: #3597cf;
font-size: 2.4rem;
text-align: center;
line-height: 1.4;
padding: 1rem  0;
transition: 0.3s;
margin: 0 auto 3rem auto;
display: block;
}
#toi_catch h3 {
font-size: 3rem;
font-weight: bold;
}
#toi_catch h3 img {
width: 2.6rem;
margin-right: 1rem;
}
#toi_form {
width: 100rem;
margin: 0 auto 10rem auto;
}
#toi_form h4 {
margin-bottom: 5rem;
}

.formTable {
width: 100%;
border-collapse: collapse;
margin: 5rem 0 2rem 0;
}
.formTable th, .formTable td {
padding: 3rem 1rem;
border-bottom: 0.1rem solid #ccc;
}
.formTable th {
text-align: left;
width: 30%;
}
.formTable input, .formTable textarea {
width: 100%;
border: none;
background: #eee;
padding: 1rem;
}
.formTable input[type="checkbox"] {
width: 2rem;
}
.formTable textarea {
height: 20rem;
}
.must {
color: #fff;
font-size: 1.4rem;
font-weight: normal;
background: #ad4848;
padding: 0.4rem 0.6rem;
margin-left: 1rem;
}
#pol {
margin-top: 10rem;
font-size: 2rem;
font-weight: bold;
margin-bottom: 2rem;
}
#policy {
border: 0.1rem solid #ddd;
padding: 2rem;
height: 30rem;
overflow-y: auto;
}
#policy h3 {
font-weight: bold;
}
#policy p {
margin-bottom: 3rem;
}
.minh50{
min-height: 50rem;
}
.error_messe {
color: #ff0000;
margin: 1rem 0;
}

/* WP */
#wp_wrap {
width: 100rem;
margin: 10rem auto;
}
#wp_wrap h2 {
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 1rem;
}
#wp_wrap time {
margin-bottom: 5rem;
display: block;
}
#wp_wrap img, #wp_wrap p {
margin: 2rem 0;
}
#wp_index {
width: 80rem;
margin: 0 auto 10rem auto;
}
#wp_index > div {
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
#wp_index > div figure {
width: 20rem;
height: 13.4rem;
transition: 0.3s;
}
#wp_index > div figure:hover {
opacity: 0.8;
}
#wp_index > div figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#wp_index > div > div {
width: 60rem;
padding-left: 3rem;
}
#wp_index > div > div h3 {
font-size: 1.8rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 1199px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height: 1.8;
scroll-behavior: smooth;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background: #4A2500;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
	width: 40%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 1.8rem;
left: -0.6rem;
color: #fff;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 20px 10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
	transition: 0.3s;
	font-size: 2.4rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
margin-left: 4rem;
font-size: 1.8rem;
}
#g-nav li a span.sp_none {
font-size: 2.4rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 20px;
	right: 0;
	cursor: pointer;
    width: 100px;
    height: 100px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
	background-color: #ccc;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:31px;
}

.openbtn span:nth-of-type(3) {
	top:47px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {

}

header {
background: url("../img/back_hdr.webp") no-repeat center/cover;
padding: 4rem 8rem 20rem 8rem;
margin-bottom: 8rem;
}
header.hdr {
padding-bottom: 4rem;
}
header > article {
display: flex;
justify-content: space-between;
align-items: center;
}
header > article > div {
width: 11.2rem;
}
header > article > nav {
display: none;
}
header > article > a {
display: none;
}
header > article > a:link, #toi_btn:link {
color: #000;
text-decoration: none;
}
header > article > a:visited, #toi_btn:visited {
color: #000;
text-decoration: none;
}
header > article > a:hover, #toi_btn:hover {
color: #000;
text-decoration: none;
opacity: 0.8;
}
header > article > a:active, #toi_btn:active {
color: #000;
text-decoration: none;
}
header > article > a span, #toi_btn span {
display: block;
color: #fff;
font-size: 0.5em;
}
header > div {
margin: 16rem auto 0 auto;
}

.read {
position: relative;
font-size: 3.4rem;
color: #3597cf;
text-align: center;
margin-bottom: 6rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
line-height: 1;
}
.read::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #595757;
}
.read_top {
color: #595757;
}
.read2 {
position: relative;
font-size: 3.4rem;
color: #3597cf;
text-align: center;
margin-bottom: 0.4rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
line-height: 1;
}
.read2::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #595757;
}
.read3 {
margin-top: 8rem;
}
.read3::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #fff;
}
.sub_read {
font-size: 2rem;
text-align: center;
font-weight: bold;
margin-bottom: 6rem;
}
.sub_w {
color: #fff;
}

#about {
margin-bottom: 10rem;
}
#about > p {
font-size: 1.8rem;
color: #401a00;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
margin-bottom: 5rem;
line-height: 2.4;
padding: 0 2rem;
}

#about1 {
background: url("../img/back_about1.webp") no-repeat right bottom/cover;
color: #231815;
padding: 16rem 5rem 8rem 5rem;
text-align: center;
border-bottom: 2rem solid #3597cf;
}
#about1 > div {
background: rgba(255,255,255,0.7);
padding: 3rem 2rem;
}
#about1 > div h3 {
font-size: 3rem;
font-weight: bold;
border-bottom: 0.1rem solid #231815;
margin-bottom: 3rem;
}
#about1 > div h3 img {
width: 5rem;
height: auto;margin-right: 1rem;
vertical-align: -0.4rem;
}
#about1 > div h4 {
font-size: 1.8rem;
font-weight: bold;
margin-bottom: 1rem;
}
#about1 > div p {
margin-bottom: 3rem;
padding: 0 3rem;
}
#about1 > div p:last-child {
margin-bottom: 0;
}

#about2 {
display: flex;
justify-content: space-between;
border-bottom: 2rem solid #3597cf;
}
#ab_left {
width: 40%;
border-right: 2rem solid #3597cf;
}
#ab_left img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
}
#ab_right {
width: 60%;
background: #563919;
color: #fff;
padding: 5rem;
}
#ab_right h3 {
font-size: 3rem;
font-weight: bold;
margin-bottom: 3rem;
}
#ab_right h3 img {
width: 5rem;
height: auto;
margin-right: 1rem;
}
#ab_right > div {
display: flex;
justify-content: space-between;
}
#ab_right ul {
width: 48%;
font-size: 1.7rem;
}
#ab_right ul li {
margin-bottom: 2.4rem;
line-height: 1;
border-left: 0.4rem solid #fff;
padding-left: 1rem;
}

#about3 {
background: url("../img/back_about3.webp") no-repeat center/cover;
padding: 10rem 5rem;
}

#price {
margin-bottom: 10rem;
}
#price h5, #price > p {
text-align: center;
}
#price h5 {
font-weight: bold;
font-size: 2rem;
border: 0.1rem solid #ccc;
padding: 0.4rem 1rem;
width: 15rem;
margin: 0 auto 2rem auto;
}
#price > p {
font-size: 2.2rem;
margin-bottom: 8rem;
color: #666;
}
#price > p span {
font-size: 3rem;
color: #ec732a;
font-weight: bold;
}
#price small {
display: block;
}
#price_tb, #price small {
padding: 0 2rem;
}
#price_tb {
margin-bottom: 3rem;
}
#price small {
font-size: 1.4rem;
}
#price_tb table {
border-collapse: collapse;
width: 100%;
}
#price_tb caption {
font-weight: bold;
font-size: 2rem;
}
#price_tb th, #price_tb td {
padding: 0.4rem 0.6rem;
}
#price_tb th {
color: #fff;
background: #3597cf;
border: 0.1rem solid #53ade1;
text-align: left;
}
#price_tb td {
border: 0.1rem solid #ccc;
}
#guide {
text-align: center;
background: #eee;
padding: 5rem 2rem 8rem 2rem;
margin-bottom: 10rem;
}
#guide h4 {
font-weight: bold;
font-size: 2rem;
background: #8b622e;
padding: 0 4rem;
color: #fff;
border-radius: 0.4rem;
display: inline-block;
margin-bottom: 1rem;
}
#guide p {
margin-bottom: 5rem;
}
#guide p:last-child {
margin-bottom: 0;
}

#rules {
margin: 0 auto 10rem auto;
padding: 0 2rem;
}
#rules > div {
width: 15rem;
margin: 0 auto 2rem auto;
}
#rules ul {
margin-bottom: 5rem;
font-weight: bold;
}
#rules li {
margin-bottom: 1rem;
}
#rules p {
border: 0.1rem solid #ddd;
padding: 2rem;
}
#access {
margin-bottom: 10rem;
text-align: center;
}
#access p {
margin-bottom: 1rem;
font-size: 2rem;
}
#access small {
margin-bottom: 2rem;
display: block;
color: #666;
}
#access div {
height: 40rem;
}
#news {
margin-bottom: 10rem;
}
#news article {
margin: 0 auto;
}
#news article > div {
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
#news article > div figure {
width: 20rem;
height: 13.4rem;
}
#news article > div figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#news article > div > div {
width: 60rem;
padding-left: 3rem;
}
#news article > div > div h3 {
font-size: 1.8rem;
}
#news_btn {
display: block;
width: 20rem;
margin: 5rem auto 0 auto;
border: 0.1rem solid #ccc;
padding: 0.6rem 3rem;
text-align: center;
transition: 0.3s;
}
#news_btn:link {
color: #000;
}
#news_btn:visited {
color: #000;
}
#news_btn:hover {
color: #000;
text-decoration: none;
opacity: 0.7;
}
#news_btn:active {
color: #000;
}

#gallery {
margin-bottom: 10rem;
}
#gallery article {
display: flex;
justify-content: space-between;
margin-bottom: 1rem;
}
#gallery article img {
width: 100%;
height: 100%;
object-fit: cover;
}
#gp1 div:first-child {
width: 62%;
border-right: 0.4rem solid #fff;
}
#gp1 div:last-child {
width: 38%;
}
#gp2 div:first-child {
width: 38%;
border-right: 1rem solid #fff;
}
#gp2 div:last-child {
width: 62%;
}
#gp3 div:first-child {
width: 62%;
border-right: 0.4rem solid #fff;
}
#gp3 div:last-child {
width: 38%;
}

#sns {
width: 24rem;
margin: 0 auto 4rem auto;
display: flex;
justify-content: space-between;
}
#sns div {
height: 4.6rem;
transition: 0.3s;
}
#sns div:hover {
opacity: 0.6;
}

footer {
background: url("../img/back_hdr.webp") no-repeat center/cover;
padding: 8rem 8rem 3rem 8rem;
}
footer > article {
display: flex;
justify-content: space-between;
align-items: center;
}
footer > article > div {
width: 11.2rem;
}
footer > article > nav {
display: none;
}
footer > article > a {
width: 14.8rem;
background: #3597cf;
font-size: 2.4rem;
text-align: center;
line-height: 1.4;
padding: 1rem  0;
transition: 0.3s;
}
footer > article > a:link {
color: #000;
text-decoration: none;
}
footer > article > a:visited {
color: #000;
text-decoration: none;
}
footer > article > a:hover {
color: #000;
text-decoration: none;
opacity: 0.8;
}
footer > article > a:active {
color: #000;
text-decoration: none;
}
footer > article > a span {
display: block;
color: #fff;
font-size: 0.5em;
}
footer > div {
width: 20rem;
margin: 5rem auto;
}
footer small {
display: block;
font-family: "游明朝","YuMincho";
text-align: center;
font-size: 1.6rem;
color: #fff;
}

/* お問合わせ */
#toi_catch {
text-align: center;
margin-bottom: 8rem;
}
#toi_catch p {
font-size: 1.8rem;
margin-bottom: 3rem;
padding: 0 2rem;
}
#toi_btn {
width: 14.8rem;
background: #3597cf;
font-size: 2.4rem;
text-align: center;
line-height: 1.4;
padding: 1rem  0;
transition: 0.3s;
margin: 0 auto 3rem auto;
display: block;
}
#toi_catch h3 {
font-size: 3rem;
font-weight: bold;
}
#toi_catch h3 img {
width: 2.6rem;
margin-right: 1rem;
}
#toi_form {
margin: 0 auto 10rem auto;
padding: 0 2rem;
}
#toi_form h4 {
margin-bottom: 5rem;
}

.formTable {
width: 100%;
border-collapse: collapse;
margin: 5rem 0 2rem 0;
}
.formTable th, .formTable td {
padding: 3rem 1rem;
border-bottom: 0.1rem solid #ccc;
}
.formTable th {
text-align: left;
width: 36%;
}
.formTable input, .formTable textarea {
width: 100%;
border: none;
background: #eee;
padding: 1rem;
}
.formTable input[type="checkbox"] {
width: 2rem;
}
.formTable textarea {
height: 20rem;
}
.must {
color: #fff;
font-size: 1.4rem;
font-weight: normal;
background: #ad4848;
padding: 0.4rem 0.6rem;
margin-left: 1rem;
}
#pol {
margin-top: 10rem;
font-size: 2rem;
font-weight: bold;
margin-bottom: 2rem;
}
#policy {
border: 0.1rem solid #ddd;
padding: 2rem;
height: 30rem;
overflow-y: auto;
}
#policy h3 {
font-weight: bold;
}
#policy p {
margin-bottom: 3rem;
}
.minh50{
min-height: 50rem;
}
.error_messe {
color: #ff0000;
margin: 1rem 0;
}

/* WP */
#wp_wrap {
padding: 0 2rem;
margin: 10rem auto;
}
#wp_wrap h2 {
font-size: 2.4rem;
font-weight: bold;
margin-bottom: 1rem;
}
#wp_wrap time {
margin-bottom: 5rem;
display: block;
}
#wp_wrap img, #wp_wrap p {
margin: 2rem 0;
}
#wp_index {
padding: 0 2rem;
margin: 0 auto 10rem auto;
}
#wp_index > div {
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
#wp_index > div figure {
width: 20rem;
height: 13.4rem;
}
#wp_index > div figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#wp_index > div > div {
width: 60rem;
padding-left: 3rem;
}
#wp_index > div > div h3 {
font-size: 1.8rem;
}

}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 599px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
.sp_none, #back-top {
display: none !important;
}
body{
position: relative;
font-size: 1.4rem;
line-height: 1.8;
width: 100%;
scroll-behavior: smooth;
}


/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top: -120%;
    left: 0;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#fff;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
	background: #4A2500;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
	margin: 14rem auto 0 auto;
	width: 50%;
}

/*リストのレイアウト設定*/

#g-nav li{
position: relative;
	list-style: none;
	padding-left: 1.6rem;
	color: #fff;
}
#g-nav li::before {
content: "-";
position: absolute;
top: 0.8rem;
left: 0em;
}

#g-nav li a{
font-family: 'Noto Sans JP', sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0.8rem;;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 400;
	transition: 0.3s;
	font-size: 1.6rem;
}
#g-nav li a:hover {
opacity: 0.5;
transition: 0.3s;
}
#g-nav li a span {
font-size: 1.5rem;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top: 2.4rem;
	right: 1rem;
	cursor: pointer;
    width: 60px;
    height: 60px;
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
	background-color: #ccc;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:10px;	
}

.openbtn span:nth-of-type(2) {
	top:22px;
}

.openbtn span:nth-of-type(3) {
	top:34px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(1), .openbtn.active span:nth-of-type(2), .openbtn.active span:nth-of-type(3) {

}

header {
background: url("../img/back_hdr.webp") no-repeat center/cover;
padding: 2rem 3rem 10rem 3rem;
margin-bottom: 8rem;
}
header.hdr {
padding-bottom: 4rem;
}
header > article {
display: flex;
justify-content: space-between;
align-items: center;
}
header > article > div {
width: 11.2rem;
}
header > article > nav {
display: none;
}
header > article > a {
display: none;
}
header > div {
width: 80%;
margin: 6rem auto 0 auto;
}

.read {
position: relative;
font-size: 2.4rem;
color: #3597cf;
text-align: center;
margin-bottom: 6rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
line-height: 1;
}
.read::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #595757;
}
.read_top {
color: #595757;
}
.read2 {
position: relative;
font-size: 2.4rem;
color: #3597cf;
text-align: center;
margin-bottom: 0.4rem;
font-family: "Noto Sans JP", sans-serif;
font-weight: 700;
line-height: 1;
}
.read2::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #595757;
}
.read3 {
margin-top: 8rem;
}
.read3::after {
content: "";
display: block;
width: 20rem;
margin: 1rem auto 0 auto;
border-bottom: 0.1rem solid #fff;
}
.sub_read {
font-size: 2rem;
text-align: center;
font-weight: bold;
margin-bottom: 6rem;
}
.sub_w {
color: #fff;
}

#about {
margin-bottom: 10rem;
}
#about > p {
font-size: 1.8rem;
padding: 0 2rem;
color: #401a00;
font-family: "Noto Sans JP", sans-serif;
font-weight: 500;
margin-bottom: 5rem;
line-height: 2.4;
}

#about1 {
background: url("../img/back_about1.webp") no-repeat center bottom/cover;
color: #231815;
padding: 8rem 2rem 8rem 2rem;
text-align: center;
border-bottom: 1rem solid #3597cf;
}
#about1 > div {
background: rgba(255,255,255,0.7);
padding: 3rem 1rem;
}
#about1 > div h3 {
font-size: 2rem;
font-weight: bold;
border-bottom: 0.1rem solid #231815;
margin-bottom: 3rem;
}
#about1 > div h3 img {
width: 5rem;
height: auto;margin-right: 1rem;
vertical-align: -0.4rem;
}
#about1 > div h4 {
font-size: 1.6rem;
font-weight: bold;
margin-bottom: 1rem;
}
#about1 > div p {
margin-bottom: 3rem;
padding: 0 1rem;
text-align: left;
}
#about1 > div p:last-child {
margin-bottom: 0;
}

#about2 {
border-bottom: 1rem solid #3597cf;
}
#ab_left {
border-bottom: 1rem solid #3597cf;
height: 20rem;
}
#ab_left img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: bottom;
}
#ab_right {
background: #563919;
color: #fff;
padding: 3rem;
}
#ab_right h3 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 3rem;
}
#ab_right h3 img {
width: 5rem;
height: auto;
margin-right: 1rem;
vertical-align: -1rem;
}
#ab_right > div {
display: flex;
justify-content: space-between;
}
#ab_right ul {
width: 48%;
font-size: 1.5rem;
}
#ab_right ul li {
margin-bottom: 2.4rem;
line-height: 1.2;
border-left: 0.4rem solid #fff;
padding-left: 1rem;
}

#about3 {
background: url("../img/back_about3.webp") no-repeat center/cover;
padding: 8rem 2rem;
}

#price {
margin-bottom: 10rem;
}
#price h5, #price > p {
text-align: center;
}
#price h5 {
font-weight: bold;
font-size: 2rem;
border: 0.1rem solid #ccc;
padding: 0.4rem 1rem;
width: 15rem;
margin: 0 auto 2rem auto;
}
#price > p {
font-size: 1.8rem;
margin-bottom: 8rem;
color: #666;
}
#price > p span {
font-size: 2.4rem;
color: #ec732a;
font-weight: bold;
}
#price small {
display: block;
}
#price_tb, #price small {
padding: 0 1rem;
}
#price_tb {
margin-bottom: 3rem;
}
#price small {
font-size: 1.4rem;
}
#price_tb table {
border-collapse: collapse;
width: 100%;
}
#price_tb caption {
font-weight: bold;
font-size: 2rem;
}
#price_tb th, #price_tb td {
padding: 0.4rem 0.6rem;
}
#price_tb th {
color: #fff;
background: #3597cf;
border: 0.1rem solid #53ade1;
text-align: left;
}
#price_tb td {
border: 0.1rem solid #ccc;
}
#guide {
text-align: center;
background: #eee;
padding: 5rem 2rem 8rem 2rem;
margin-bottom: 10rem;
}
#guide h4 {
font-weight: bold;
font-size: 1.8rem;
background: #8b622e;
padding: 0 4rem;
color: #fff;
border-radius: 0.4rem;
display: inline-block;
margin-bottom: 1rem;
}
#guide p {
margin-bottom: 5rem;
}
#guide p:last-child {
margin-bottom: 0;
}

#rules {
padding: 0 2rem;
margin-bottom: 10rem;
}
#rules > div {
width: 15rem;
margin: 0 auto 2rem auto;
}
#rules ul {
margin-bottom: 5rem;
font-weight: bold;
}
#rules li {
margin-bottom: 1.6rem;
}
#rules p {
border: 0.1rem solid #ddd;
padding: 2rem;
}
#access {
margin-bottom: 10rem;
text-align: center;
}
#access p {
margin-bottom: 1rem;
font-size: 1.6rem;
padding: 0 2rem;
}
#access small {
margin-bottom: 2rem;
display: block;
color: #666;
padding: 0 2rem;
}
#access div {
height: 30rem;
}
#news {
margin-bottom: 10rem;
}
#news article {
width: 80rem;
margin: 0 auto;
}
#news article > div {
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
#news article > div figure {
width: 15rem;
height: 10.1rem;
}
#news article > div figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#news article > div > div {
width: calc(100% - 15rem);
padding: 0 1rem;
}
#news article > div > div h3 {
font-size: 1.6rem;
}
#news_btn {
display: block;
width: 20rem;
margin: 5rem auto 0 auto;
border: 0.1rem solid #ccc;
padding: 0.6rem 3rem;
text-align: center;
transition: 0.3s;
}
#news_btn:link {
color: #000;
}
#news_btn:visited {
color: #000;
}
#news_btn:hover {
color: #000;
text-decoration: none;
opacity: 0.7;
}
#news_btn:active {
color: #000;
}

#gallery {
margin-bottom: 10rem;
}
#gallery article {
display: flex;
justify-content: space-between;
margin-bottom: 0.4rem;
}
#gallery article img {
width: 100%;
height: 100%;
object-fit: cover;
}
#gp1 div:first-child {
width: 62%;
border-right: 0.4rem solid #fff;
}
#gp1 div:last-child {
width: 38%;
}
#gp2 div:first-child {
width: 38%;
border-right: 0.4rem solid #fff;
}
#gp2 div:last-child {
width: 62%;
}
#gp3 div:first-child {
width: 62%;
border-right: 0.4rem solid #fff;
}
#gp3 div:last-child {
width: 38%;
}

#sns {
width: 20rem;
margin: 0 auto 4rem auto;
display: flex;
justify-content: space-between;
}
#sns div {
height: 3rem;
transition: 0.3s;
}
#sns div:hover {
opacity: 0.6;
}

footer {
background: url("../img/back_hdr.webp") no-repeat center/cover;
padding: 5rem 2rem 3rem 2rem;
}
footer > article {
display: none;
}
footer > div {
width: 20rem;
margin: 5rem auto;
}
footer small {
display: block;
font-family: "游明朝","YuMincho";
text-align: center;
font-size: 1.2rem;
color: #fff;
}

/* お問合わせ */
#toi_catch {
text-align: center;
margin-bottom: 8rem;
}
#toi_catch p {
font-size: 1.6rem;
margin-bottom: 3rem;
padding: 0 2rem;
text-align: left;
}
#toi_btn {
width: 14.8rem;
background: #3597cf;
font-size: 2.4rem;
text-align: center;
line-height: 1.4;
padding: 1rem  0;
transition: 0.3s;
margin: 0 auto 3rem auto;
display: block;
color: #fff;
}
#toi_catch h3 {
font-size: 3rem;
font-weight: bold;
}
#toi_catch h3 img {
width: 2.6rem;
margin-right: 1rem;
}
#toi_form {
padding: 0 1rem;
margin: 0 auto 10rem auto;
}
#toi_form h4 {
margin-bottom: 5rem;
}

.formTable {
width: 100%;
border-collapse: collapse;
margin: 5rem 0 2rem 0;
}
.formTable th, .formTable td {
padding: 3rem 1rem;
border-bottom: 0.1rem solid #ccc;
display: block;
}
.formTable th {
text-align: left;
border-bottom: none;
padding-bottom: 0;
}
.formTable td {
padding-top: 1rem;
}
.formTable input, .formTable textarea {
width: 100%;
border: none;
background: #eee;
padding: 1rem;
}
.formTable input[type="checkbox"] {
width: 2rem;
}
.formTable textarea {
height: 20rem;
}
.must {
color: #fff;
font-size: 1.4rem;
font-weight: normal;
background: #ad4848;
padding: 0.4rem 0.6rem;
margin-left: 1rem;
}
#pol {
margin-top: 10rem;
font-size: 2rem;
font-weight: bold;
margin-bottom: 2rem;
}
#policy {
border: 0.1rem solid #ddd;
padding: 2rem;
height: 20rem;
overflow-y: auto;
}
#policy h3 {
font-weight: bold;
}
#policy p {
margin-bottom: 3rem;
}
.minh50{
min-height: 40rem;
}
.error_messe {
color: #ff0000;
margin: 1rem 0;
}
p#toi_sp {
margin-top: 3rem;
text-align: center;
}

/* WP */
#wp_wrap {
padding: 0 2rem;
margin: 8rem auto;
}
#wp_wrap h2 {
font-size: 2rem;
font-weight: bold;
margin-bottom: 1rem;
}
#wp_wrap time {
margin-bottom: 5rem;
display: block;
}
#wp_wrap img, #wp_wrap p {
margin: 2rem 0;
}
#wp_index {
width: 80rem;
margin: 0 auto 10rem auto;
}
#wp_index > div {
display: flex;
justify-content: space-between;
margin-bottom: 3rem;
}
#wp_index > div figure {
width: 15rem;
height: 10.1rem;
}
#wp_index > div figure img {
width: 100%;
height: 100%;
object-fit: cover;
}
#wp_index > div > div {
width: calc(100% - 15rem);
padding: 0 1rem;
}
#wp_index > div > div h3 {
font-size: 1.6rem;
}

}