@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* header wedget */

.web-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #104d11; /* 深い緑 */
  color: #fff;
  text-decoration: none;
  padding: 8px;
  border-radius: 5px;
  width: 64px;
  height: 64px;
  font-size: 11px;
  line-height: 1.4;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 768px) {
	.web-btn {
		width:144px;
	}
	a.web-btn {
		color:#fff;
}
	.textwidget.custom-html-widget {
    text-align: center;
	}
	
}
.reserve-btn{
	background-color: #104d11;
}
.contact-btn{
	background-color: #451304
}


.web-btn:hover {
  opacity: 0.8;
}



.btn-icon {
  width: 28px;
  height: 28px;
  margin-bottom: 6px;
}

.btn-text {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
.textwidget.custom-html-widget {
    display: flex;
    gap: 1rem;
    justify-content: center;
}	
}

/* header wedget　end */

/*top */




@media screen and (max-width: 768px) {
.p-mainVisual__slideTitle {
    font-size: 18px;

}
}



img.wp-image-403.luminous.ls-is-cached.lazyloaded {
	border-radius: 16px;}

.wp-block-group.my_column-left{
	padding: 4rem 2rem;
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
}

.wp-block-column.has-white-background-color.has-background {
    border-radius: 16px;
}

@media screen and (max-width: 768px) {
 .wp-block-group.my_column-left {
    margin-left: 0;
    width: 100%;
  }
}
h2.wp-block-heading.u-mb-ctrl.u-mb-20 {
    font-size: 32px;
    /* color: red; */
}

@media screen and (min-width: 768px) {
	.p-mainVisual__slideTitle {
    font-size: 40px;
    margin-bottom: 1rem;
		font-weight:700;
}
}

@media screen and (max-width: 768px) {
iframe.lazyloaded {
    height: 360px;
}
}
@media screen and (max-width: 768px) {
	.wp-block-group.section_flow_p {
    width: 80%;
	margin-left:auto;
	margin-right:auto;
}
}


/*固定ページ */

@media screen and (min-width: 768px) {
	h1.c-pageTitle {
    text-align: center;
    font-size: 28px;
}
}
h1.c-pageTitle {
    text-align: center;
}



/*footer wedget */

div#custom_html-9 {
    border: solid 0.8px #fff;
    padding:0 1rem;
    border-radius: 10px;
}
figure.p-profileBox__icon {
    margin-top: 0;
}
.salon-info {
  padding:1rem;
  line-height: 1.6;
}

.salon-info h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #1391e6;
  display: inline-block;
  padding-bottom: 0.3rem;
}

.salon-info dl {
  display: grid;
  grid-template-columns: minmax(120px, 160px) 1fr;
  row-gap: 1rem;
  column-gap: 1.5rem;
  margin-top:1.5rem;
}

.salon-info dt {
  font-weight: bold;

}

.salon-info dd {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .salon-info dl {
    grid-template-columns: minmax(90px, 110px) 1fr;
    column-gap: 0.5rem;
    row-gap: 0.7rem;
	text-align:left;
  }

  .salon-info dt,
  .salon-info dd {
    font-size: 0.9rem;
  }
}

.my_lh_2{
	line-height:3;
}
@media screen and (max-width: 768px) {
	.my_lh_2{
	line-height:2;
}
}


.wp-block-column.is-vertically-aligned-center {
    line-height: 2;
}

/* お問い合わせ */
.contact_form_list {
  width: 80%;
  margin-left: auto;
  margin-right:auto;
  padding: 0;
}

.contact_form_item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 24px 0;
  border-top: 1px solid #ccc;
}

.contact_form_item:last-child {
  border-bottom: 1px solid #ccc;
}

.contact_form_label {
  width: 25%;
  font-weight: bold;
  padding-right: 16px;
  box-sizing: border-box;
}
.form-required::after {
  content: "（必須）";
  color: #d00;
  font-size: 0.9em;
  margin-left: 0.5em;
}

.contact_form_input {
  width: 75%;
  box-sizing: border-box;
}

.contact_form_input input,
.contact_form_input textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
  resize: vertical;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100px;
    height: 50px;
   margin:4rem auto 0;
    display: block;
}


/* スマホ対応（768px以下） */
@media screen and (max-width: 768px) {
	.contact_form_list {
		width:90%;
	}
  .contact_form_item {
    display: block;
    padding: 24px 0 32px;
  }

  .contact_form_label,
  .contact_form_input {
    width: 100%;
  }

  .contact_form_label {
    margin-bottom: 8px;
  }
  input,
  textarea,
  select {
    font-size: 16px;
 
  }
	

}


