strong{
	color:#b4a045;
}
main{
    margin-bottom: 100px;	
}
.link_text{
    color: #6387c1;
    text-decoration:underline !important;
}
.mt80_40{
	margin-top: clamp(40px, 4vw, 80px)!important;
}
.mt50_30{
	margin-top: clamp(30px, 4vw, 50px)!important;
}
.mt30_15{
    margin-top: clamp(15px, 4vw, 30px)!important;
}
.mt15_8{
    margin-top: clamp(8px, 4vw, 15px)!important;
}

.mb50_30{
	margin-bottom: clamp(30px, 4vw, 50px) !important;
}
.mb30_15{
	margin-bottom: clamp(15px, 4vw, 30px)!important;
}
.mb15_8{
	margin-bottom: clamp(8px, 4vw, 15px)!important;
}

a, li, div, p {
    font-family: "Shippori Mincho", serif;
	color:#333;
    margin: 0;
    font-size: 17px;
    box-sizing: border-box;
    list-style: none;
    line-height: 1.8;
}
@media screen and (max-width: 600px) {
a, li, div, p {
    font-size: 16.5px;
}
}
.strong{
font-weight:600;
    color: #509470;
}
.sub_top{
	background-image: url("../img/sub_top.jpg");
	    background-position: center;
	height:250px;
	background-size: cover;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	    margin-bottom: 100px;
}
.sub_top h2{
display: flex;
    text-align: center;
    font-size: 2rem;
    flex-direction: column-reverse;
    line-height: 1.4;
	    font-weight: 500;
	color: #fff;
     font-family: "Shippori Mincho", serif;
}
.sub_top h2 span{
	font-weight:400;
    color: #999408;
    font-size: 110%;
	 font-family: "trajan-pro-3", serif;
}

h3{
    text-align: center;
    font-size: 1.4rem;
    flex-direction: column-reverse;
    line-height: 1;
	position: relative;
	width: fit-content;
        margin: 100px auto 60px;
	color: #333;
	    font-weight: 500;
	    font-family: "Shippori Mincho", serif;
}
h3:after{
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 20px auto 0px;
    border-bottom: dotted 7px #999408;
    width: 42px;
	
}
h3 span{
color: #509470;
	
}

h5{
    border-bottom: dotted 4px #dfe5e4;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    margin-top: 28px;
    margin-bottom: 7px;
     font-family: "Shippori Mincho", serif;
    color: #8cbec2;
    font-size: 108%;
}
.inner{
	max-width: 1100px;
    margin: 0 auto;
	width: 96%;
}

.text_box{
    margin: 0px 50px 50px;
} 

.text_box li{
    margin-top: 0.2vw;
	    margin-left: 1em;
	    position: relative;
}
.nom_list li{
	list-style: decimal !important;	
}

.border_box{
	    border: solid 2px #ddd;
    padding: 20px;
}
.linktext{
     color: #81c7bc;
    font-weight: 500;
}
.text_box_p{
    padding-top: 0.5em;
}
.text_box_p span{
font-weight: 600;	
}
.center{
	text-align: center;
}
.linkbtn{
    width: fit-content;
    padding: 8px 30px;
    border-radius: 30px;
    margin: 10px 0 0 auto;
    display: flex;
    align-items: center;
   background-color: #b8935e;
    font-weight: 500;
    color: #fff;
}
.linkbtn img{
    width: 8px;
    margin-left: 20px;	
}
.linkbtn a{
		display: flex;
	align-items: center;
	
}
.link_p{
    color: #007eff;	
}


.sub_top_box{
display: flex;
    justify-content: center;
align-items: center;
max-width:1200px;
    margin: 100px auto 90px;
    gap: clamp(0px, 5vw, 100px);
}

/* .sub_top_box:after{
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% - calc(20 / 1920* 100vw));
    background: #d99f3e;
    bottom: 0;
    z-index: -1;	
} */
.sub_top_box_img{
	width: 50%;
	max-width:450px;
	position:relative;

  
}
.sub_top_box_img img{
    border-radius: 10px 10px 10px 10px;		
}

.sub_top_box_text{
max-width:550px;
}
.sub_top_box_text span{
    font-size: 115%;
    font-weight: 500;
    display: block;
       color: #a1cec7;
    margin-bottom: 20px;
	 font-family: "Shippori Mincho", serif;
}

@media screen and (max-width: 1100px) {
.sub_top_box {
    width: 90%;
}	
}
@media screen and (max-width: 1000px) {
  .box_flex {  display: block;
	}
	.box01 {
    width: 95%;
    margin: 0px auto 40px;
}
}

@media screen and (max-width: 750px) {
.sub_top_box_text {
    width: 100%;
	    margin-top: 30px;
}
.sub_top_box_img{
    width: 100%;
    max-width: 500px;
}
	.sub_top_box_text span{
		font-size: 110%;
	}
	    .sub_top_box {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 600px) {
	.sub_top_box_text span {
		font-size: 107%;
		    margin-bottom: 10px;
	}
	.sub_top_box{
	    margin: 40px auto 40px;	
		    width: 100%;
	}
	.text_box{
    margin: 30px auto;
    width: 98%;
	}
}

@media screen and (max-width: 770px) {
	.sub_top {
		height: 250px;	
	}


}
@media screen and (max-width: 600px) {
	h3 {
margin: 80px auto 20px;
}
	h3:after {
    height: 10px;
    width: 50px;
    margin: 15px auto 0px;
}
	.sub_top {
    height: 160px;
}
.text_box {
    margin: 0px 20px 50px;
}
.sub_top h2 {
        font-size: 1.4rem;
}
}
@media screen and (max-width: 500px) {
.linkbtn {
    margin: 20px auto 0px;
}
	h5{

	margin-bottom: 10px;
	}
}
@media screen and (max-width: 400px) {
	.text_box {
    margin: 0px 0px 50px;
}
.inner {
    width: 92%;
}	
}


.map iframe{
	width: 100%;
}
.map{
	margin-bottom: 50px;
}

/* -----------------料金案内------------------ */
.facility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.facility-list li {
    background: #f4f4f4;
  padding: 5px 15px;
  color: #333;
  cursor: default;
    font-family: "Shippori Mincho", serif;
}


.tablepress>:where(thead,tfoot)>tr>* {
    background-color: #eaf2f6 !important;
}

.shop_pic {
    margin: 30px auto;
    text-align: center;
}
.point_h4 {
    color: #333;
    padding: 5px;
    border-left: none;
    border-bottom:solid #ddddc7 2px;
    margin-top: 40px;
    font-weight: 600;
    font-size: 115%;
	    margin-bottom: 20px;
	    font-family: "Shippori Mincho", serif;
}
.partsh4{
    background-color:#deddc1;
    border-bottom: none;
    border-radius: 5px;	
}
/* table01 */

.table_01{
width: 100%;
}

.table_01 th{
    width: 30%;
	font-weight: 600;
	background-color: #9f9d78;
	color: #fff;
}
.table_01 td{
    width: 70%;
}
.table_01 td,.table_01 th{
padding: 20px;
   border: solid 1px #d8d8d8;
	
}
@media screen and (max-width: 750px) {
.table_01 td, .table_01 th {
    padding: 10px;
}
.table_01 {
    width: 100%;
 
	}
}
	@media screen and (max-width: 500px) {
	.table_01 td, .table_01 th {
    display: block;
		width: 100%;
		    padding: 2px 5px 5px;
}
.table_01 tr {

    display: block;
}
}

.two_img{
	display:flex;
	justify-content: center;
    gap: 10px;
}
.two_img img{
width:45%;
}
/*  ----------------- よくある質問（装飾） ----------------- */
.faq-container {
  width: min(880px, 92%);
  margin: 0 auto;
  display: grid;
  gap: 16px;
}

/* カード */
.faq-container .question {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
  overflow: hidden;
}

/* 質問行（クリック領域） */
.faq-container dt {
  padding: 18px 56px 18px 64px;   /* 左にQ、右に+丸の余白 */
  cursor: pointer;
  user-select: none;
  position: relative;
  line-height: 1.7;
  transition: background-color .2s ease;
}
.faq-container dt:hover { background: rgba(0,0,0,.03); }

/* Q マーク */
.faq-container dt::before {
  content: "Q";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  font-size: 20px;
  color: #59bfcb;
}

/* 右のプラス丸アイコン */
.faq-container dt::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f8f8f8;
  color: #59bfcb;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  transition: transform .25s ease, background-color .25s ease, color .25s ease, opacity .25s ease;
}

/* 開いた時はマイナスに */
.faq-container .question.appear dt::after {
  content: "−";
  background: #e6e6e6;
  color: #666;
}

/* 仕切り線 */
.faq-container .question.appear dt {
  box-shadow: inset 0 -1px 0 0 #eaeaea;
}

/* 答えエリア */
.faq-container dd {
  margin: 0;
  display: none;
  padding: 20px 24px 20px 24px; /* Qの位置と合わせる */
  color: #333;
}
.faq-container .question.appear dd {
  display: block;
  animation: fadeIn .28s ease;
}

/* A マーク（行頭） */
.faq-container .question.appear dd::before {
  content: "A.";
  display: inline-block;
  margin-right: .6em;
  font-weight: 700;
  color: #5997c9;
  font-size: 20px;
}

/* キーボード操作のフォーカス可視化 */
.faq-container dt:focus-visible {
  outline: 3px solid #e6e6e6;
  border-radius: 10px;
}


/* フェード */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: none; }
}

.slider{
	    max-width: 1000px;
    margin: 0 auto;
}


/* お問合せフォーム **/
.form table{
	font-size:16px;
}
.submit_btn{
		font-size:16px;
}
.form  label{
	color:#fff;
}

.form table{
    border: 1px solid #333;
    width: 100%;
    line-height: 1.5;
}
.form th{
color: #fff;
    width: 35%;
    text-align: left;
    padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
    vertical-align: top;
    background: #5a5b6a;
    position: relative;
}
.form td{
	width: 65%;
	   padding: calc(15 / 1920 * 100vw) calc(20 / 1920 * 100vw);
}
.form tr:not(:last-child) th{
border-bottom: 1px solid #fff;	
}

.form td input{
	border: 1px solid #ddd;
    padding: calc(4 / 1920 * 100vw);
    width: 49%;
}
.wpcf7-list-item input{
	    width: auto !important;
}
.form td textarea{
    border: 1px solid #ddd;
    width: 100%;
    max-height: calc(200 / 1920 * 100vw);	
}

.form td input:focus{
    border: 2px solid #333;
    border-radius: calc(4 / 1920 * 100vw);
}
.submit_btn input:disabled {
    background: #ddd;
}
.submit_btn input {
    width: 100%;
    text-align: center;
    color: #fff;
    background: #b5b655;
    line-height: 1;
        padding: 15px 0px;
    letter-spacing: .1em;
}
.submit_btn{
     margin: 50px auto 0px;
    text-align: center;
    position: relative;
   max-width:280px;
    width: 100%;
}
/* ローディング中アニメーション（デフォルト） */
.wpcf7-spinner {
    margin:20px 24px !important
}
.wpcf7-response-output{
    border-color: #46b450;
       margin-top: -30px !important;
    font-size: 17px;
}

.required {
    font-size: 0.8rem;
    color: #fff;
    background-color: #a69f42;
    border-radius: 2px;
    padding: 2px;
    vertical-align: 2px;
    margin-left: 10px;
    font-weight: 500;
	    position: absolute;
    right: 20px;
}

@media screen and (max-width:750px) {
	.form td,.form tr,.form th{
width:100%;
display: block;
	}
.form td input{
    width: 100%;
}
.form td,.form th{
     padding: 2vw 3vw 3vw;
	}
.form td textarea {
    max-height: calc(400 / 1920 * 100vw);
}
}


