/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 03 2026 | 21:51:37 */
/*-----------------------------*/
/*メインビジュアル*/
/*-----------------------------*/
.p-mainVisual__textLayer p{
	letter-spacing: .2em;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.p-mainVisual__textLayer .swl-bg-color {
    border-radius: 1px;
    padding: .5em 1em;
    letter-spacing: .2em;
}
/*ロゴ画像*/
@media (max-width: 960px) {
.mv_img img {
    width: 90px !important;
}
	.mv_catch span{
		font-size:23px !important;
	}
}
/*-----------------------------*/
/*リードセクション*/
/*-----------------------------*/
/* スライダーの高さを固定 */
.read_section .ark-block-slider__media {
  height: 400px; /* 好きな高さに調整 */
  overflow: hidden;
}

/* 画像をトリミングして揃える */
.read_section .ark-block-slider__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.read_left_box {
    padding-left: 6rem !important;
}
@media (max-width: 960px) {
.read_left_box {
    padding: 1rem 2rem!important
}
}

/*-----------------------------*/
/*店舗の案内セクション*/
/*-----------------------------*/
.top_store_h_section{
	position:relative;
}
.top_store_h_section::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background-color: #fff;
}
.top_store_h_section .swl-bg-color {
    border-radius: 1px;
    padding: 0.2em 1em;
    background-color: rgba(0, 0, 0, .5) !important;
}
.top_store_section{
	position:relative;
}
.top_store_section::after {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background-color: #000;
}

/*-----------------------*/
/*タイトル箇所*/
/*-----------------------*/
.c-filterLayer.-texture-dot:after{
	background-image:none;
}
.l-topTitleArea{
	min-height:14em;
}
@media (min-width: 600px) {
    .l-topTitleArea {
        min-height: 310px;
    }
}
.c-pageTitle__subTitle{
	display: flex;
	justify-content: left;
	font-style:normal;
	opacity:1;
	top: .5rem;
    left: 0;
	margin-left:0;
}
/*-----------------------*/
/*店舗情報*/
/*-----------------------*/
.store_info_section .wp-block-table td, .wp-block-table th {
    padding: 1.5em .75em;
    z-index: 0;
}
.store_info_section .wp-block-table td{
border-top:none;
}

/*グリッド画像*/
@media (min-width: 600px) and (max-width: 959px) {
.grid_img .wp-block-cover.tb-height-280 {
    min-height: 280px !important;
}
}
@media (max-width: 599px) {
.grid_img .wp-block-cover.sp-height-230 {
    min-height: 230px !important;
}
	.grid_img .wp-block-cover.sp-height-180 {
    min-height: 180px !important;
}
}
/*-----------------------*/
/*五感について*/
/*-----------------------*/
.child_about_section .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
    min-height: 350px;
}
@media (max-width: 599px) {
	.child_about_section .wp-block-media-text.is-image-fill-element>.wp-block-media-text__media {
	 min-height: 270px;
}
}
.child_about_section .has-background {
    padding-top: 3em;
}
@media (min-width: 960px) {
.child_about_section .has-background {
    padding: 4em 2em;
}
/*画像が左にある場合*/
.child_about_section.left .has-background {
    margin-right: 3rem;
}
/*画像が右にある場合*/
.child_about_section.right .has-background {
    margin-left: 3rem;
}
}
/*-----------------------*/
/*お品書き*/
/*-----------------------*/
/*コース料理*/
.course_section .swell-block-columns__inner {
    justify-content: center;
}
.course_box{
	padding:2em !important;
}
.course_box img {
    width: 100%;
}
.course_box .wp-block-table td, .course_box .wp-block-table th{
	border:none;
	padding:5px 1px
}
/*背景装飾*/
.back_deco_rt,
.back_deco_lt,
.back_deco_rb{
    position: relative;
    display: block;
    z-index: -1;
}
/*共通*/
.back_deco_rt::before,
.back_deco_lt::before,
.back_deco_rb::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(https://gokan-kumamoto.com/wp-content/uploads/2026/03/back_decoration.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
/*右上*/
.back_deco_rt::before {
    top: -15%;
    right: -15%;
}
/*左上*/
.back_deco_lt::before {
    top: -15%;
    left: -15%;
}
/*右下*/
.back_deco_rb::before {
    bottom: -15%;
    right: -15%;
}

/*-----------------*/
/*お問い合わせフォーム*/
/*-----------------*/
textarea, input[type=text], input[type=email], input[type=tel], .contact-area input[type="checkbox"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}
.contact-area {
  max-width: 800px;
  margin: 0 auto;
}
.estimate-parent{
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 1rem 0px;
}
.estimate-parent .contact-item{
	width:100%;
}
/*見積もりコメント*/
.estimate_comment{
 font-size:12px;
 border-bottom:2px solid var(--color_main);
 padding-bottom:3px;
}
.Required {
  padding: 0.2rem 1rem;
  font-size: 13px;
  font-weight:bold;
  margin: 0 4%;
  background:#AF0909;
  color: #fff;
}
.Any {
  padding: 0.2rem 1rem;
  font-size: 13px;
  font-weight:bold;
  margin: 0 4%;
  background: #2B2B2B;
  color: #fff;
}
.contact-area input {
  border: none;
  background: no-repeat;
  border: 1px solid #A2A2A2;
  width:100%;
}
.contact-enter input {
  width: 100%;
  transition: .3s;
  background: #fff;
height: 50px;
}
.contact-enter input:hover {
  transition: .3s;
  border-bottom: 1px solid #f1f1f1;
}
@media (min-width: 640px) {
  .contact-enter .wpcf7-date {
    width: 40%;
  }
	.contact-radio{
		width:60%;
	}
}
.contact-radio .wpcf7-list-item {
width: calc(100% / 1);
margin:0;
}
.wpcf7-list-item-label {
  color: #333;
  cursor: pointer;
  font-size: 16px;
}
.contact-area .check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.contact-common select {
  background: #fff;
  border: 1px solid #919191dd;
  height: 40px;
}
.contact-common .contact-case select {
  width: 80px;
}
.contact-select select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 100%;
height: 50px;
}
.contact-select select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-select-parson select {
  transition: .3s;
  border: 1px solid #919191dd;
  width: 80px;
  margin: 0 0.2em;
}
.contact-select-parson select:hover {
  transition: .3s;
  border: 1px solid #ddd;
}
.contact-2colitem {
  width: 43%;
}
.textarea {
  border-top: 1px solid #ddd;
}
.contact-textarea {
  margin: 1rem 0;
}
.contact-textarea textarea {
  transition: .3s;
  border: 1px solid #A2A2A2;
  padding: 0.5rem;
  width: 100%;
  background: #fff;
}
.contact-textarea textarea:hover {
  transition: .3s;
  border: 1px solid #919191dd;
}
.contact-common {
  padding: 1rem 0rem;
}
.contact-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 1rem 0px;
}
.contact-column.estimate-common{
  border-top: none;	
}
.contact-item {
  width: 40%;
}
.contact-enter {
  width: 60%;
}
.contact-other{
  width: 100%;
}
@media (max-width: 600px) {
  .contact-item, .contact-enter {
    width: 100%;
    margin:0 0 1em;
  }
.contact-radio .wpcf7-list-item {
width: calc(100% / 1);
margin:0.3em 0;
}
  .wpcf7-list-item-label {
    font-size: 14px;
  }
  .wp-block-group__inner-container p {
    width: 100%;
  }
}
.wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-spinner {
  display: none;
}
.check input {
  width: 20px;
  height: 20px;
  vertical-align: sub;
}
.contact-post-column {
  display: flex;
  max-width: 60%;
  align-items: center;
}
@media (max-width: 600px) {
  .contact-post-column {
    max-width: 100%;
  }
}
.p-postal-code {
  font-size: 18px;
  width: 100%;
  transition: all .35s ease-in-out .35s;
  border-bottom: 1px solid #828282;
}
.send{
    text-align: center;
}
.send button {
  background: var(--color_main);
  width: 300px;
  margin: 3rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
}
.send button:hover {
  transition: .5s;
  opacity: 0.7;
}
.contact-area .send button {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.send input {
  background: #040404;
  width: 300px;
  margin: 3rem auto;
  padding: 0.6rem;
  text-align: center;
  transition: .5s;
}
.send input:hover {
  transition: .5s;
  opacity: 0.7;
}
.contact-area .send input {
  border: none;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-checkbox .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.contact-checkbox .wpcf7-checkbox .wpcf7-list-item {
  min-width: 180px;
}
.contact-select .wpcf7-checkbox{
	display: flex;
    flex-direction: column;
}
.contact-select .wpcf7-checkbox span.wpcf7-list-item {
    padding: 0.3em 0;
}
.contact-select label{
	display: flex;
    align-items: center;
}
.contact-select input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid var(--color_main);
    border-radius: 3px;
    background-color: white;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease, border-color 0.3s ease;
	margin: 0 0.3rem;
}
.contact-select input[type="checkbox"]:checked {
    background-color: #fff;
    border-color: #333;
    position: relative;
}
.contact-select input[type="checkbox"]:checked::after {
    content: "\f00c";
    font-family: 'FontAwesome';
  color: #333;
    font-size: 25px;
    position: absolute;
    top: -14px;
    left: 2px;
    transform: rotate(0deg);
}
.contact-select input[type="checkbox"]:hover {border-color: #ddd;
}
.wpcf7-list-item-label a {
  color: #0096DD;
  text-decoration: underline;
  text-decoration-color: #0096DD;
}
@media (max-width: 600px) {
.contact-select label{
    align-items: flex-start;
}
}
input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.contact-radio .wpcf7-radio {
  display: flex;
    flex-wrap: wrap;
  padding: 1rem 0;
  margin: 1rem 0 0;
}

.contact-radio .wpcf7-list-item.first {
  margin-left: 0;
}

.contact-radio .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.contact-radio .wpcf7-list-item-label::before {
  display: block;
  content: "";
  border-radius: 50%;
  border: 2px solid #646464;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.contact-radio .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  content: "";
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #646464;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

input[type="radio"]:checked+span.wpcf7-list-item-label::after {
  display: block;
}
.cancel-policy {
  margin: 20px 0;
  padding: 16px;
  background: #fff7f7;
  border: 1px solid #f1caca;
  border-radius: 8px;
}
.cancel-title {
  font-size: 14px;
  margin-bottom: 8px;
  color: #d90000;
  letter-spacing: 0.05em;
}
.cancel-list {
  padding-left: 0;
  margin: 0;
}
.cancel-list li {
  font-size: 13px;
  line-height: 1.7;
}
