@charset "utf-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  background: #EDE6DC;
  color: #645042;
  font-weight: 500;
}
body, body * {
  font-weight: 500;
}
body, th, td, input, textarea, select {
  font-size: 16px;
}
body p, body span, body div {
  line-height: 1.7;
}
.clear {
  clear: both;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0.1em;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.font {
  font-family: "Ubuntu", sans-serif;
}
.font_en {
  font-family: "Ubuntu", sans-serif;
}
a, a img {
  transition: all 0.2s ease-out 0s;
}
a:hover, a:hover img {
  opacity: 0.7;
}
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
}
/* CSS変数代入 */ :root {
  --color_01: #EDE6DC;
  --color_02: #D2C0A6;
  --color_03: #BFA06A;
  --color_04: #3F342D;
  --color_05: #645042;
  --color_green: #647c3a;
  --color_orange: #fba510;
}
/*         header       */
.header {
  width: 100%;
  padding: 15px 15px 15px;
  z-index: 10;
  transition: all 0.2s ease-out 0s;
  background: var(--color_01);
  position: relative;
    box-shadow: 0px 6px 6px 0px rgb(100 80 66 / 6%);
}
.header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.header .inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.header_nav_wrap {}
/*  ヘッダー追尾　*/
.header.fixed {
  background: rgb(237 230 220 / 85%);
}
/*  ヘッダーの上　*/
.header_ue {
  padding: 15px 34px;
  background: var(--color_02);
}
.logo {
  width: 260px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sns_icon_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header_ue .inner {
  display: flex;
  flex-wrap: wrap;
}
.sns_icon_list {
  //max-width:150px;
  max-width: 90px;
  width: 100%;
  margin-left: auto;
}
.header_ue .sns_icon_list li {
  width: 18px;
}
.sns_icon_list li a {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sns_icon_list li svg.desvg ellipse, .sns_icon_list li svg.desvg path {
  width: 100%;
  height: auto;
  fill: #fff;
}
.header_ue .sns_icon_list li svg.desvg ellipse, .header_ue .sns_icon_list li svg.desvg path {
  fill: #645042;
}
.footer .sns_icon_list {
  //max-width: 110px;
  max-width: 80px;
  margin: 0 auto;
}
.footer .sns_icon_list li svg {
  color: #fff;
}
/*.header_contact{
    max-width: 574px;
    width: 100%;
	}
.header_contact li{
	width:49%;
	
}*/
.header_address {
  margin: 0 0 0 30px;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background: rgb(255 255 255 / 70%);
  border-radius: 2px;
}
.header_address a {
  display: block;
  padding: 6px;
}
.header_address_01 {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0px;
  text-align: center;
  font-weight: bold;
}
.header_address_02 {
  font-size: 18px;
  line-height: 1;
}
.header_address_02 {
  background: #645042;
  color: #fff;
  text-align: center;
  padding: 9px 5px;
  border-radius: 2px;
  width: 100%;
  display: block;
  letter-spacing: 2px;
  margin: 4px 0 0 0;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
}
.header_address_02 img {
  width: 13px;
  margin-right: 12px;
}
/*  ヘッダーメニュー*/
.header_nav_wrap {
  //margin-right: 30px;
}
.header_nav_wrap ul {
  display: flex;
  flex-wrap: wrap;
}
.header_nav_wrap li {
  margin: 0 15px;
}
.header_nav_wrap li a {
  display: block;
  padding: 5px 0px;
  letter-spacing: 2px;
  position: relative;
  border-bottom: solid 2px transparent;
  font-size: 14px;
  position: relative;
  font-weight: bold;
  color: var(--color_04);
}
.header_nav_wrap li a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 2px;
  background: var(--color_04);
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.header_nav_wrap li a:hover::after {
  transform: scale(1, 1);
}
.header_nav_wrap li a:hover {
  opacity: 1;
}
/*.header_nav_wrap li a:before {
    content: "";
    display: block;
    background: url(../images/common/icon_maru.svg) no-repeat center center;
    background-size: contain;
    width: 6px;
    aspect-ratio: 1 / 2;
    height: auto;
    top: -7px;
	left: 0;
	right: 0;
	margin: auto;
    position: absolute;
    transform: rotate(270deg) scale(1);
    transition: transform 0.3s ease;
}

.header_nav_wrap li a:hover:before {
    transform: rotate(270deg) scale(1.5);
}*/
.header_nav_wrap li a:hover, .header_nav_wrap li.current-menu-item a {
  color: var(--color_04);
  opacity: 1;
}
.footer_nav a {
  position: relative;
}
.footer_nav a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.footer_nav a:hover {
  opacity: 1;
}
.footer_nav a:hover::after {
  transform: scale(1, 1);
}
/*   子メニュー　*/
.header_nav_wrap .has_sub_menu {
  position: relative;
}
.header_nav_wrap .sub-menu {
  padding: 20px 0;
  display: none;
  position: absolute;
  left: 0;
  top: 38px;
  z-index: 50;
  background: #f8f0ef;
  width: 300px;
  text-align: left;
}
.header_nav_wrap .sub-menu li {
  width: 90%;
}
.header_nav_wrap .sub-menu li:not(:last-of-type) {
  border-bottom: solid 1px #fff;
}
.header_nav_wrap .sub-menu li a {
  display: block;
  padding: 10px;
}
.header_nav_wrap .sub-menu li a:hover {
  background: #fff;
}
.header_nav_wrap li .sub-menu a:hover::after {
  transform: none;
}
.header_nav_wrap * {
  box-sizing: border-box;
}
/*  ログインアイコン　*/
.header_login {
  //display: none;
  position: absolute;
  top: 2px;
  right: 10px;
}
.header_login .h-column, .header_login .membership list, .header_login .incart list {
  float: none;
  margin: 0;
}
.header_login .h-column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.h-column .iconbtn {
  background: var(--color_03) !important;
}
.info-area .info-cat, .incart .total-quant {}
.incart .total-quant {
  color: #ffffff;
}
/*         footer       */
footer .top {
  padding: 0;
}
.footer {
  padding: 50px 15px 21px 15px;
}
.footer, .footer a, .footer a:hover {
  color: #fff;
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.footer_L {
  width: 100%;
  text-align: center;
}
.footer_R {
  display: none;
}
.footer_logo {
  margin-bottom: 10px;
  text-align: center;
}
.footer_logo img {
  width: 200px;
  height: auto;
}
.footer_nav {}
.footer_nav li {
  margin: 0 0px 13px 0;
}
.footer_nav li a {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 1.4;
  display: block;
  text-shadow: 1px 1px 20px #906451;
}
.footer_nav li a img{
    vertical-align: baseline;
    width: 13px;
}
.footer_sns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
  border-top: solid 1px #2FA8E1;
  border-bottom: solid 1px #2FA8E1;
}
.footer_sns li {}
.footer_sns a {
  vertical-align: middle;
  line-height: 1;
  display: block;
  width: 52px;
  padding: 10px 0;
  text-align: center;
}
.footer_sns a .desvg {
  width: auto !important;
  height: 30px;
  vertical-align: middle;
}
.footer_address {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding: 20px 0;
}
.footer_address p {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 1.7;
}
.copy {
  font-size: 11px;
  letter-spacing: 1px;
  padding: 15px 5px 60px 5px;
  text-align: center;
}
/*   pagetop　　*/
#toTop {
  z-index: 6;
  bottom: 10px;
}
#toTop a {
  position: relative;
  background: none !important;
}
#toTop a svg {
  transform: rotate(270deg);
}
/*#toTop .desvg {
	width: 30px;
	height: auto;
}*/
/*#toTop i {
	line-height: 55px;
	transform: rotate(180deg);
	color: #fff;
	font-size: 30px;
}
#toTop a:hover i {
	transform: rotate(270deg);
}
*/ /*    　　　　 レイアウト　　　　　　　*/
.top_img, body:not(.home) #main {}
body.page-template-uscesmember #main {}
/*　　　　　　　トップページ　　　*/
/*   予約追尾　　　*/
.yoyaku_tuibi {
  position: fixed;
  right: 0;
  bottom: 100px;
  z-index: 20;
}
.yoyaku_tuibi li {
  margin: 10px 0;
}
.sp_yoyaku_tuibi img, .yoyaku_tuibi img {
  filter: drop-shadow(-0.4px 1.2px 3.1px rgba(0, 0, 0, 0.2));
}
.sp_yoyaku_tuibi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: var(--color_01);
}
.sp_yoyaku_tuibi li {
  width: 50%;
  overflow: hidden;
}
.sp_yoyaku_tuibi li:nth-of-type(1) a {
  padding-right: 5px;
}
.sp_yoyaku_tuibi li:nth-of-type(2) a {
  padding-left: 5px;
}
.sp_yoyaku_tuibi img {
  border-radius: 100px;
}
.sp_yoyaku_tuibi a {
  display: block;
  position: relative;
  padding: 10px;
}
.sp_yoyaku_tuibi_01 a {}
.sp_yoyaku_tuibi_02 a {}
/*   スライダー　　　*/
//.top_slider_wrap #arrows{ display:none;}
.top_slider_wrap {
  position: relative;
}
.top_slider {
  padding: 0;
  opacity: 0;
  transition: opacity .3s linear;
}
.top_slider.slick-initialized {
  opacity: 1;
}
.slider_bg {
  height: 250px;
}
.slider_01 {
  background: url(../images/slider/slider_01.jpg?456) no-repeat center center;
  background-size: cover;
}
.slider_02 {
  background: url(../images/slider/slider_02.jpg?456) no-repeat center center;
  background-size: cover;
}
.slider_03 {
  background: url(../images/slider/slider_03.jpg?456) no-repeat center center;
  background-size: cover;
}
.slider_text_wrap {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  display: flex;
  padding: 0 15px;
  width: 73%;
}
.slider_text_01 {
  //filter: drop-shadow(0px 0px 5px rgba(255, 255, 255.6));
  height: 100%;
  padding: 20px 0;
  flex-direction: column;
  justify-content: center;
  display: flex;
  //margin-bottom: 60px;
}
.slider_text_01 img {
  //filter: drop-shadow(0px 0px 5px rgba(255, 255, 255.6));
  filter: drop-shadow(-2px 0px 50px #ffffff);
}
.slider_text_02 {}
.home #main {
  margin: 0;
}
/*   共通　　*/
.w1000 {
  max-width: 1000px !important;
  margin: 0 auto;
}
.top_box {
  padding: 50px 15px;
}
.top_voice {
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}
.top_item {
  padding: 0 !important;
  border-top: 1px solid #eaeaea;
}
.page_box {
  padding: 30px 15px;
}
.top_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.top_menu .inner {
  max-width: 1560px;
}
.top_midasi_wrap {
  text-align: center;
  margin: 0 0 20px 0;
}
.top_midasi_01 {
  font-size: 25px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 9px;
  font-weight: bold;
}
.top_midasi_01 span {
  display: block;
  line-height: 1.4;
  font-size: 20px;
  letter-spacing: 1px;
}
.top_midasi_02 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  //color: var(--color_03);
  font-weight: 500;
}
.top_tips {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 30px auto;
  line-height: 1.7;
}
.more {
  margin: 30px auto 0 auto;
  width: fit-content;
}
.more a {
  position: relative;
  text-decoration: none;
  color: var(--color_05);
  display: inline-block;
  text-transform: capitalize;
  font-family: "Ubuntu", sans-serif;
  font-size: 23px;
  letter-spacing: 2px;
  margin-right: 50px;
}
.more a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color_05);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.more_02 a:before {
  background: #fff;
}
.more_03 a:before {
  background: #645042;
}
.top_3box > div > a:hover .more a:before, .top_beginner > div > a:hover .more a:before, .top_concept > a:hover .more a:before, .more a:hover::before {
  transform: scaleX(1);
}
.more a:after {
  content: "";
  display: block;
  width: 50px;
  aspect-ratio: 1 / 1;
  height: 50px;
  position: absolute;
  right: -60px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/new_arrow_01_b2.svg) no-repeat center center;
  background-size: contain;
}
.more_02 a:after {
  background: url("../images/common/new_arrow_01_w.svg") no-repeat center center;
  background-size: contain;
}
.more_03 a:after {
  background: url("../images/common/new_arrow_01_b2.svg") no-repeat center center;
  background-size: contain;
}
.more_02 a {
  color: #fff;
}
.more_03 a {
  color: #645042;
}
.more a:hover {
  opacity: 1 !important;
}
.more_01 a:hover {
  color: var(--color_05) !important;
}
.more_02 a:hover {
  color: #fff !important;
}
.more_03 a:hover {
  color: #645042 !important;
}
.more img {
  margin: 0 0 0 10px;
  vertical-align: middle;
  width: 40px;
}
.bg_beige {
  background: #D2C0A6;
}
.bg_gurade {
  background-image: linear-gradient(64deg, #be9f69, #776545);
}
/*   サロン紹介　　　　　*/
.top_salon .top_tips {
  border-radius: 15px;
  max-width: 1200px;
}
/*   2カラム　　　　　*/
.top_3box > div, .top_LR > div {
  border-radius: 15px;
  margin-bottom: 0;
}
.top_LR .L {
  background: #ccc;
}
.top_LR .R {
  background: #ddd;
}
.top_3box > div a, .top_LR > div a {
  color: #fff;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  border-radius: 15px;
}
.top_menu_list img + p, .top_menu_list a + p {
  display: none;
}
.top_qa .inner {
  max-width: 1500px;
  margin: 0 auto;
}
.top_concept {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
}
.top_concept a {
  position: relative;
  color: #fff;
}
.top_concept .img img {
  border-radius: 15px;
  aspect-ratio: 1200 / 376;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.top_3box .img img, .top_beginner .img img {
  border-radius: 15px;
  aspect-ratio: 576 / 376;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.beige_panel {
  position: relative;
}
.top_3box .img:before, .beige_panel:before, .top_beginner .img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
  background: rgb(100 80 66 / 50%);
  transition: all 0.2s ease-out 0s;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.top_3box .img:hover:before, .top_concept .img:hover:before, .top_beginner .img:hover:before {
  background: rgb(100 80 66 / 80%);
}
.top_3box a:hover *, .top_concept:hover *, .top_beginner:hover * {
  opacity: 1 !important;
  color: #fff !important;
}
.top_3box a:hover, .top_beginner a:hover, .top_beginner img:hover {
  opacity: 1;
}
.top_3box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 20px;
}
.top_3box > div, .top_beginner > div {
  border-radius: 20px;
  overflow: hidden;
}
.top_3box .img, .top_beginner .img {
  position: relative;
}
:is(.top_3box, .top_concept, .top_tips, .top_beginner) .top_midasi_wrap {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: fit-content;
  height: fit-content;
  z-index: 1;
  pointer-events: none;
}
:is(.top_3box, .top_concept, .top_tips, .top_beginner) .more {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  z-index: 1;
  pointer-events: none;
}
/* 　　メニュー　　*/
.bold {
  font-weight: bold;
}
.top_menu_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-row-gap: 25px;
}
.top_menu_list .top_menu_parts {
  flex-direction: column;
  display: flex;
}
.top_menu_list a {
  display: block;
  position: relative;
}
.top_menu_list img {
  text-align: center;
  border-radius: 15px 15px 0 0;
}
.home .top_menu_list img {
  aspect-ratio: 500 / 293;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_menu_list .text {
  padding: 17px 15px;
  background: #fff;
  border-radius: 0 0 15px 15px;
  flex-direction: column;
  display: flex;
  flex: 1;
}
.top_menu_list .title {
  line-height: 1.7;
  color: var(--color_04);
  font-size: 18px;
  margin: 0px auto 10px auto;
  text-align: center;
  font-weight: bold;
  width: fit-content;
  position: relative;
}
.top_menu_list .title:before, .top_menu_list .title:after {
  /*  content: "";
  display: block;
  background: url("../images/common/icon_maru.svg") no-repeat center center;
  background-size: contain;
  width: 6px;
  aspect-ratio: 1 / 2;
  height: auto;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;*/
}
.top_menu_list .title:before {
  left: -40px;
}
.top_menu_list .title:after {
  right: -40px;
}
.top_menu_list .sejutu_naiyou {
  margin-bottom: 20px !important;
}
.top_box .top_menu_list p, .page_box .top_menu_list p {
  margin-bottom: 15px;
  font-size: 12px;
}
.top_menu_list .price {
  margin-top: auto;
  font-size: 20px;
  text-align: right;
  letter-spacing: 1px;
}
.top_menu_list .price .price_num {
  border-bottom: dashed 1px var(--color_03);
}
.top_menu_list .price .tax {
  font-size: 11px;
}
.top_menu_price_table {
  width: 100%;
  table-layout: fixed;
}
.top_menu_price_table th, .top_menu_price_table td {
  border: solid 1px var(--color_02) !important;
  padding: 2px 10px;
  vertical-align: middle;
  line-height: 1.4;
}
.top_menu_price_table th {
  font-weight: normal;
  background: var(--color_01) !important;
  font-weight: bold;
  color: #7c6948;
}
.top_menu_price_table td {
  text-align: right;
}
.top_menu_price_table td:nth-of-type(1) {
  width: 20%;
}
.top_menu_list .price .caution {
  font-size: 14px;
  margin: 0 0 5px 0;
  line-height: 1.5;
  text-align: left;
}

/*   お客様の声　　　　　*/
.top_voice .top_voice_list_wrap {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  padding: 80px 15px 30px 15px;
}
.top_voice_list_wrap:before {
  display: block;
  content: "";
  //background: #ccc;
  background: url(../images/top/top_voice_02.jpg?456) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 150px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.top_blog_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.top_voice_list > li {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 15px;
}
.top_voice_list > li > a {
  display: block;
  padding: 15px 15px 15px;
  border: solid 2px #fff;
  display: block;
  border-radius: 10px;
  height: 100%;
}
.top_voice_list > li > a:hover {
  border: solid 2px var(--color_02);
  opacity: 1 !important;
}
.top_voice_list > li > a:hover * {
  opacity: 1;
}
.blog_flex {
  display: flex;
  flex-wrap: wrap;
}
.blog_flex .thumb {
  width: 73px;
  border-radius: 5px;
}
.blog_flex .text {
  flex: 1;
  padding: 0 0 0 17px;
}
.top_blog_list .bassui, .top_blog_list .date {
  font-size: 14px;
}
.top_blog_list .bassui {
  margin: 15px 0 0 0;
  font-size: 11px;
}
.top_blog_list .title {
  color: #645042;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
.label-information {
  display: none !important;
}
.top_blog_list .blog_meta {
  display: flex;
  flex-wrap: wrap;
}
.top_blog_list .date {
  letter-spacing: 1px;
}
.top_blog_list img {
  width: 100%;
  border-radius: 5px;
  object-fit: cover;
  aspect-ratio: 1 / 1;
height: auto;

}
/*   お知らせ　　　　　*/
.top_news_list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.top_news_list > li {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.top_news_list > li > a {
  display: block;
  padding: 15px 15px 15px;
  background: #fff;
  border-radius: 5px;
  border: solid 2px #fff; 
}
.top_news_list > li > a:hover {
  opacity: 1 !important;
  border: solid 2px var(--color_02);
}
.top_news_list > li > a:hover * {
  opacity: 1 !important;
}
.top_news_list .cat_name {
  font-size: 12px;
  text-align: center;
  background: var(--color_03);
  line-height: 1;
  padding: 3px 14px 4px 14px;
  display: inline-block;
  color: #fff;
  letter-spacing: 1px;
}
.top_news_list .date {
  line-height: 1;
  margin-right: 15px;
  flex-direction: column;
  justify-content: center;
  display: flex;
}
.top_news_list .title {
  margin-top: 5px;
  font-weight: bold;
}

/*    お問合せ　　　*/
.top_item_LR .R {
  text-align: center;
  padding: 60px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #fff;
}
.top_item_LR .L img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/*　　　　　　　　　固定ページ　　　　　　　　　　　　　　*/
/*    共通　　　*/
.page .two-column .site-content-wrap, .page #main.two-column #content, .page .two-column #primary {
  float: none;
  width: 100%;
  max-width: 100%;
}
.page #secondary {
  display: none;
}
#main.two-column {
  margin: 0;
}
.page .entry-content {
  margin: 0 !important;
}
.page .entry-header {
  padding: 50px 0 30px 0;
  text-align: center;
  margin-top: 0;
}
.page .entry-header h1.entry-title {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0;
}
.page .entry-content li {
  list-style-type: none;
}
.page .entry-content ol, .page .entry-content ul {
  margin: 0;
}
.page_box .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.entry-content h2 {
  background: none !important;
  border: none !important;
  font-family: inherit;
  font-size: 20px;
  letter-spacing: 1px;
  margin: 30px 0 20px 0;
  position: relative;
  padding: 0 0 13px 0;
}
.entry-content h2:before {
  content: "";
  display: block;
  width: 70px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
  background: var(--color_03);
  right: 0;
  margin: auto;
}
.page_h2_center {
  text-align: center;
}
.page_h2_center:before {
  left: 0;
  right: 0;
  margin: auto;
}
.common_table {
  border: none !important;
  width: 100%;
  border-collapse: separate !important;
  border-spacing: 15px 5px;
  margin-bottom: 0 !important;
}
.common_table th, .common_table td {
  vertical-align: middle;
  border: none !important;
  padding: 10px 15px;
  border: solid 1px none !important;
}
.common_table th {
  line-height: 1.3;
  font-weight: bold;
  color: #7c6948;
  border-radius: 3px;
  width: 250px;
  background: var(--color_01) !important;
  color: #645042 !important;
}
.common_table td {
  background: none;
  border-bottom: solid 1px var(--color_01) !important;
}
.common_table tr:first-of-type td {
  //border-top: solid 1px var(--color_01)!important;
}
.center_img {
  text-align: center;
  margin: 0 auto 70px auto;
}
.entry-content p:last-of-type {
  margin-bottom: 0;
}
/*       サイトマップ　　　　　　　*/
.sitemap_list {
  max-width: 800px;
  margin: 0 auto;
}
.sitemap_list > div {}
.sitemap_list .menu li {
  margin-bottom: 10px;
}
.sitemap_list .menu li a {
  display: block;
  padding: 12px 0;
  font-size: 16px;
  letter-spacing: 3px;
  position: relative;
  color: #2FA8E1;
  background: #fff;
  border: solid 2px #2FA8E1;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}
.sitemap_list .menu li a:hover {
  color: #fff;
  background: #2FA8E1;
}
/*  お問い合わせ　  */

.ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}

.contact_table_wrap.table_wrap{
padding: 20px 10px;
}
.thanks_box p{
font-size: 16px;
}
/*  フォーム　*/
.wpcf7-turnstile{
text-align: center;
}
.wpcf7-spinner{
display: none;
}
.wpcf7 .cf7 {
  max-width:100%;
  margin: 0 auto;
  border: none;
}
.wpcf7 .cf7 th, .wpcf7 .cf7 td {
  border: none;
}
.cf7 th {
  width: 25%;
      background: var(--color_01) !important;
    color: #645042 !important;
	    line-height: 1.3;
    font-weight: bold;
    color: #7c6948;
    border-radius: 3px;
}
.cf7 .req {
    margin-top: 7px;
font-size: 10px;
    display: inline-block;
    background: #e93232;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 1;
    padding: 4px 7px;
    vertical-align: middle;
    float: right;
	border-radius: 2px;
}
.cf7 .input_small input {
  width: 50px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.cf7 .input_medium .wpcf7-list-item {
  display: block;
}
.cf7 .input_medium .wpcf7-free-text {
  width: 150px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
  height: 23px;
}
.cf7 .input_small_calendar input {
  width: 200px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.cf7 .select_small select {
  width: 70px;
  display: inline-block;
  vertical-align: initial;
  margin: 0 10px;
}
.text-xs-center {
  text-align: center;
  margin: 20px 0 0 0;
}
.cf7 input[type="submit"], .cf7 input[type="reset"], .cf7 input[type="button"] {
  width: 260px;
  background: #2fa8e1 !important;
  font-size: 20px;
  margin: 0 5px;
  border: none;
  border-radius: 0px;
  color: #fff !important;
  letter-spacing: 2px;
  height: 60px;
  font-weight: bold;
}
.cf7 input[type="submit"]:hover, .cf7 input[type="reset"]:hover, .cf7 input[type="button"]:hover {
  opacity: 0.8;
  cursor: pointer;
}
button, input, select, textarea {}
.cf7 input[type="date"], .cf7 input[type="text"], .cf7 input[type="password"], .cf7 input[type="search"], .cf7 input[type="tel"], .cf7 input[type="url"], .cf7 input[type="email"], .cf7 input[type="number"], .cf7 textarea, .cf7 select {
  width: 100%;
  border: solid 1px var(--color_01);
  padding: 10px;
  height: 50px;
  border-radius: 5px;
      color: #645042 !important;
}
.cf7 textarea {
  width: 100%;
  height: 150px;
}
span.wpcf7-list-item {
  display: block;
  margin: 5px 0;
}
.text-xs-center input {
  max-width: 300px;
  width: 100%;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: bold;
}
.text-xs-center input[type="submit"], .text-xs-center input[type="button"] {
  color: #fff;
  height: 60px;
  background:var(--color_green)!important;
border-radius: 50px;
  font-weight: bold!important;
}
.text-xs-center input[type="submit"]:hover, .text-xs-center input[type="button"]:hover {
  opacity: 0.8;
}
.cf7_caution {
  font-size: 12px;
  line-height: 1.7;
  display: block;
  margin: 9px 0 0 0;
}
.name_parts_wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	max-width: 450px;
}
.name_parts{

width: 49%;
}
.cf7_doui {
  text-align: center;
  margin: 30px 0;
}
input,select,textarea{
font-family: "Noto Sans JP", sans-serif;
}
/*      archive  single    　  */

.entry-content {
  content-visibility: auto;
  contain-intrinsic-size: 800px;
}







