@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bellota:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');



/*
  font-family: "Zen Maru Gothic", serif;
  font-family: "Outfit", sans-serif;
  font-family: "Bellota", system-ui;
  font-family: "Forum", serif;
	Thin 100
  ExtraLight 200
	Light 300
	Regular 400
	Medium 500
	Semi-bold 600
	Bold 700
	Extra-bold 800
	Black 900
*/




/* CSS Document */

html {
  font-size: 10px;
}
body {
  position: relative;
  font-size: 1rem;
  line-height: 1.8;
  font-family: "Zen Maru Gothic", serif;
  color: #585755;
  padding-top: 185px;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  /*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;*/
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.868vw;
  }

  body {
    font-size: 1rem;
    width: 100%;
    min-width: 100%;
    line-height: 1.7;
    padding-top: 20vw;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    -o-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

* {
  font-style: normal;
  font-weight: 400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #383631;
  text-decoration: none;
  transition: .5s;
}
a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
main a {
  color: #383631;
  text-decoration: none;
  transition: .5s;
}
main a:hover {
  color: #666666;
  text-decoration: none;
  transition: .5s;
  opacity: 0.65;
}
a:hover img,
a.opacity:hover,
footer footer_in .f_contents section dl a:hover {
  text-decoration: none;
  opacity: 0.65;
  zoom: 1;
}
header h2 a:hover img,
footer dl dt a:hover img {
  opacity: 1.0;
  zoom: 1;
}
a:before,
a:after,
a:hover:before,
a:hover:after {
  text-decoration: none !important;
  display: inline-block;
}
img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}
/*共通*/
.sp,
.sp_img {
  display: none;
}
@media screen and (max-width: 767px) {
  img {
    max-width: none;
    width: 100%;
    height: auto;
  }

  .pc {
    display: none;
  }

  .sp,
  .sp_img {
    display: block;
  }
}






/*	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	behavior: url("/css/PIE.htc");*/

/*
:after {
	content: " ";
	font-size: 0.1rem;
	display: block;
	clear: both;
	line-height: 0;
	height: 0;
	visibility: hidden;
}
span:before {
	font-family: "FontAwesome";
	content: "\f090";
}
span:before {
	font-family: "Font Awesome 5 Free";
	content: "\f0c8";
}
span:before {
  font-family: "Font Awesome 6 Brands";
	font-family: "Font Awesome 6 Free";
	content: "\f0c8";
  font-weight: 400;
  font-weight: 900（Solid）
  font-weight: 400（Regular、Brands）
}
.child {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.child {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.child {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
左から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
右から
.vertical-rl {
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
}
.vertical-tb {
	-ms-writing-mode: lr-tb;
	-webkit-writing-mode: horizontal-tb;
	-o-writing-mode: horizontal-tb;
	writing-mode: horizontal-tb;
}
body {
  counter-reset: number;
}
h1:before {
  counter-increment: number;
  content: counter(number)'';
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
<p><picture>
  <source media="(max-width: 767px)" srcset="">
  <img src="" alt="">
</picture></p>

*/






/*header*/
h1 {
  display: none;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	height: 185px;
	padding: 0 60px;
	display: flex;
	align-items: center;
	transition: .5s;
  background: rgba(255, 255, 255, .8);
}
header h2 {
  margin-right: 20px;
}
header h2 a {
  display: flex;
  flex-direction: column;
  color: #383631;
}
header h2 a span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: .5em;
}
header h2 a dl {
  display: flex;
  align-items: flex-end;
}
header h2 a dl dt {
  width: 43px;
  margin-right: 15px;
}
header h2 a dl dd {
  width: 221px;
}
header nav {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
header nav dl {
  display: flex;
  height: 58px;
  margin-bottom: 15px;
}
header nav dl dt ,
header nav dl dd {
  width: 240px;
}
header nav dl dt {
  margin-right: 10px;
}
header nav dl dt a ,
header nav dl dd a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border-radius: calc(58px / 2);
}
header nav dl dt a {
  background: #f7f2e9;
}
header nav dl dt a span ,
header nav dl dt a em {
  position: relative;
  display: block;
  line-height: 1.1;
  color: #52493b;
}
header nav dl dt a span {
  font-family: "Outfit", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: .05em;
  padding-left: 1.142em;
  margin-bottom: .2em;
}
header nav dl dt a span::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: .809em;
  height: .809em;
  background: url(../img/common/h_tel.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
header nav dl dt a em {
  font-size: 1.2rem;
}
header nav dl dt a em i:nth-of-type(1) {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin: 0 .5em;
}
header nav dl dt a em i:nth-of-type(2) {
  font-weight: 700;
}
header nav dl dd a {
  background: #f0a911;
  padding: 5px;
}
header nav dl dd a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  border: dotted 2px #FFF;
  border-radius: calc((58px - (5px * 2)) / 2);
  color: #FFF;
}
header nav dl dd a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1em;
  width: .875em;
  height: .875em;
  background: url(../img/common/h_contact.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
header nav > ul {
  display: flex;
}
header nav > ul > li {
  position: relative;
}
header nav > ul > li > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.5rem;
  padding: .5em 2em;
  border-left: dotted 2px #b4afac;
}
header nav > ul > li:last-of-type > a {
  border-right: dotted 2px #b4afac;
}
header nav > ul > li.trigger > a {
  pointer-events: none;
  cursor: pointer;
  padding-right: 3.33em;
}
header nav > ul > li.trigger > a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1.5em;
  width: .666em;
  height: .533em;
  background: url(../img/common/nav_drop_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
header nav > ul > li > a > span ,
header nav > ul > li > a > em {
  display: block;
  line-height: 1.1;
}
header nav > ul > li > a > span {
  font-weight: 500;
  margin-bottom: .5em;
  color: #383631;
}
header nav > ul > li > a > em {
  font-family: "Bellota", system-ui;
  font-size: 1.2rem;
  font-weight: 700;
  color: #69af71;
}
header nav > ul > li.trigger > a + .menu {
	position: absolute;
	top: 100px;
	left: 50%;
  transform: translateX(-50%);
	z-index: 1;
	display: none;
	white-space:nowrap;
  background: rgba(255, 255, 255, 1);
  border-radius: 20px;
  padding: 35px;
}
header nav > ul > li.trigger.selected > a + .menu::before {
	position: absolute;
	top: calc(-135px + 45px);
	left:0;
	z-index: -1;
  width: 100%;
  height: calc(100% + (135px - 45px));
  content: '';
}
header nav > ul > li.trigger > a + .menu .box ul li {
  font-size: 1.5rem;
}
header nav > ul > li.trigger > a + .menu .box ul li a {
  position: relative;
  display: block;
  padding: .7em 2em;
  padding-right: 1.2em;
  border-bottom: dashed 1px #d2cccb;
}
header nav > ul > li.trigger > a + .menu .box ul li a::before {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: 0;
  width: .933em;
  height: .933em;
  background: url(../img/common/nav_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
@media screen and (max-width: 1480px) {  
  header {
    padding: 0 20px;
  }
  header nav > ul > li > a {
    padding: .5em 1.5em;
  }
  header nav > ul > li.trigger > a + .menu {
    padding: 15px 20px;
  }
  header nav > ul > li.trigger > a + .menu .box ul li a {
    padding: .5em 1em;
    padding-left: 2em;
  }
}
@media screen and (max-width: 1340px) {  
  header nav > ul > li > a {
    padding: .5em 1em;
  }
}
@media screen and (max-width: 1240px) {  
  header h2 {
    position: absolute;
    top: 15px;
    left: 20px;
    margin-right: 0;
  }
  header nav {
    width: 100%;
    margin-left: 0;
  }
  header nav > ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }
  header nav > ul > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  header nav > ul > li > a {
    width: 100%;
    white-space: nowrap;
  }
  header nav > ul > li.trigger > a {
    white-space: nowrap;
  }
}
@media screen and (max-width: 840px) {  
  header {
    height: 20vw;
    padding: 0 4vw;
  }
  header h2 {
    position: relative;
    top: inherit;
    left: inherit;
    margin-right: 0;
  }
  header h2 a span {
    font-size: 1.1rem;
    margin-bottom: .3em;
  }
  header h2 a dl dt {
    width: 8vw;
    margin-right: 2vw;
  }
  header h2 a dl dd {
    width: 45vw;
  }
  header nav {
    display: none;
  }
}


/*footer*/
footer {
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px;
}
footer .box {
  display: flex;
  margin-bottom: 50px;
}
footer .box .box_l {
  margin-right: 40px;
}
footer .box .box_l .logo {
  margin-bottom: 35px;
}
footer .box .box_l .logo a {
  display: block;
}
footer .box .box_l .logo a dl {
  display: flex;
  align-items: flex-end;
}
footer .box .box_l .logo a dl dt {
  width: 40px;
  margin-right: 15px;
}
footer .box .box_l .logo a dl dd {
  width: 220px;
}
footer .box .box_l .logo2 {
  margin-top: 20px;
  margin-bottom: 35px;
}
footer .box .box_l .logo2 dl {
  display: flex;
  align-items: flex-end;
}
footer .box .box_l .logo2 dl dt {
  width: 50px;
  margin-right: 15px;
}
footer .box .box_l .logo2 dl dd {
  width: 50px;
}
footer .box .box_l address {
  display: block;
  font-size: 1.6rem;
}
footer .box .box_l address p {
  margin-bottom: .4em;
}
footer .box .box_l address p span {
  margin-right: .8em;
}
footer .box .box_l address dl {
  display: flex;
  font-family: "Outfit", sans-serif;
}
footer .box .box_l address dl dt {
  margin-right: .5em;
}
footer .box .box_r {
  margin-left: auto;
  display: flex;
  font-size: 1.5rem;
}
footer .box .box_r > ul:not(:last-of-type) {
  margin-right: 4em;
}
footer .box .box_r > ul > li {
  position: relative;
}
footer .box .box_r > ul > li:not(:last-of-type) {
  margin-bottom: .6em;
}
footer .box .box_r > ul > li:not(.line) {
  padding-left: 1.33em;
}
footer .box .box_r > ul > li:not(.line)::before {
  position: absolute;
  top: .55em;
  left: 0;
  width: .8em;
  height: .8em;
  border-radius: 50%;
  display: block;
  background: #7fac82;
  content: '';
}
footer .box .box_r > ul > li.line ul {
  padding-left: 1.4em;
}
footer .box .box_r > ul > li.line ul::before {
  position: absolute;
  top: .4em;
  left: 0;
  width: 2px;
  height: calc(100% - .4em);
  display: block;
  border-left: dashed 2px #bbb7b5;
  content: '';
}
footer .box .box_r > ul > li.line ul li:not(:last-of-type) {
  margin-bottom: .5em;
}
footer .pp_copy {
  display: flex;
  font-size: 1.6rem;
}
footer .pp_copy p {
  margin-right: 2em;
}
footer .pp_copy .copy {
  display: block;
  margin-left: auto;
}
.return {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 80px;
}
@media screen and (max-width: 1040px) {  
  footer .box {
    flex-direction: column;
  }
  footer .box .box_l {
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  footer .box .box_l .logo {
    margin-bottom: 0;
    margin-right: 30px;
  }
  footer .box .box_l .logo2 {
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: 30px;
  }
  footer .box .box_r {
    margin-left: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  footer {
    max-width: 100%;
    padding: 10vw 4%;
  }
  footer .box {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
    margin-bottom: .6em;
  }
  footer .box .box_l {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  footer .box .box_l .logo {
    margin-right: 0;
    margin-bottom: 5vw;
  }
  footer .box .box_l .logo a dl dt {
    width: 10vw;
    margin-right: 2vw;
  }
  footer .box .box_l .logo a dl dd {
    width: 50vw;
  }
  footer .box .box_l .logo2 {
    margin-top: 3vw;
	margin-right: 0;
    margin-bottom: 5vw;
	margin-left: 0;
  }
  footer .box .box_l .logo2 dl dt {
    width: 10vw;
    margin-right: 3vw;
  }
  footer .box .box_l .logo2 dl dd {
    width: 10vw;
  }
  footer .box .box_l address {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 1.6rem;
  }
  footer .box .box_l address p {
    margin-bottom: .4em;
  }
  footer .box .box_l address p span {
    margin-right: .8em;
  }
  footer .box .box_l address dl {
    display: flex;
  }
  footer .box .box_l address dl dt {
    margin-right: .5em;
  }
  footer .box .box_r {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    font-size: 1.5rem;
  }
  footer .box .box_r > ul:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 2vw;
  }
  footer .box .box_r > ul > li {
    position: relative;
  }
  footer .box .box_r > ul > li:not(:last-of-type) {
    margin-bottom: .6em;
  }
  footer .box .box_r > ul > li:not(.line) {
    padding-left: 1.33em;
  }
  footer .box .box_r > ul > li:not(.line)::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: .8em;
    height: .8em;
    border-radius: 50%;
    display: block;
    background: #7fac82;
    content: '';
  }
  footer .box .box_r > ul > li.line ul {
    padding-left: 1.4em;
  }
  footer .box .box_r > ul > li.line ul::before {
    position: absolute;
    top: .4em;
    left: 0;
    width: 2px;
    height: calc(100% - .4em);
    display: block;
    border-left: dashed 2px #bbb7b5;
    content: '';
  }
  footer .box .box_r > ul > li.line ul li:not(:last-of-type) {
    margin-bottom: .5em;
  }
  footer .pp_copy {
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
  }
  footer .pp_copy p {
    position: relative;
    padding-left: 1.33em;
    margin-right: 0;
    margin-bottom: 5vw;
  }
  footer .pp_copy p::before {
    position: absolute;
    top: .55em;
    left: 0;
    width: .8em;
    height: .8em;
    border-radius: 50%;
    display: block;
    background: #7fac82;
    content: '';
  }
  footer .pp_copy .copy {
    display: block;
    margin-left: 0;
    text-align: center;
  }
  .return {
    position: fixed;
    right: 4vw;
    bottom: 4vw;
    z-index: 10;
    width: 12vw;
  }
}


.common_contact {
  margin: 0 60px;
  background: #eef1e1;
  border-radius: 60px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.common_contact h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.common_contact h3 span ,
.common_contact h3 em {
  display: block;
  line-height: 1.1;
}
.common_contact h3 span {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: .2em;
  color: #5d6f6b;
}
.common_contact h3 em {
  font-family: "Bellota", system-ui;
  font-size: 5.6rem;
  font-weight: 700;
  color: #8ebf92;
}
.common_contact .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding-bottom: 20px;
  color: #5d6f6b;
}
.common_contact .comment p {
  text-align: center;
  font-weight: 500;
}
.common_contact .tel_contact {
  padding: 0 70px;
  padding-top: 20px;
  border-top: dashed 1px #5d6f6b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.common_contact .tel_contact .tel ,
.common_contact .tel_contact .contact {
  height: 80px;
}
.common_contact .tel_contact .contact {
  width: 360px;
}
.common_contact .tel_contact .tel {
  margin-right: 60px;
}
.common_contact .tel_contact .tel a ,
.common_contact .tel_contact .contact a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.common_contact .tel_contact .tel a {
  padding-left: 10em;
}
.common_contact .tel_contact .tel a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #FFF;
  content: '';
}
.common_contact .tel_contact .tel a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  left: calc((80px - 2.2em) / 2);
  width: 2.2em;
  height: 2.2em;
  background: url(../img/common/common_tel.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
.common_contact .tel_contact .tel a span ,
.common_contact .tel_contact .tel a em {
  display: block;
  line-height: 1.1;
}
.common_contact .tel_contact .tel a span {
  font-family: "Outfit", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: .2em;
  color: #556a65;
}
.common_contact .tel_contact .tel a em {
  font-size: 1.5rem;
  font-weight: 500;
  color: #5d6f6b;
}
.common_contact .tel_contact .tel a em i:nth-of-type(1) {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 0 .5em;
}
.common_contact .tel_contact .tel a em i:nth-of-type(2) {
  font-weight: 500;
}
.common_contact .tel_contact .contact a {
  background: #f0a911;
  padding: 5px;
  border-radius: calc(80px / 2);
}
.common_contact .tel_contact .contact a span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  border: dotted 2px #FFF;
  border-radius: calc((80px - (5px * 2)) / 2);
  color: #FFF;
}
.common_contact .tel_contact .contact a span::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 1em;
  width: .888em;
  height: .888em;
  background: url(../img/common/common_contact.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
@media screen and (max-width: 1240px) {
  .common_contact {
    margin: 0 20px;
    padding: 40px 30px;
  }
}
@media screen and (max-width: 1040px) {
  .common_contact .tel_contact {
    padding: 0 30px;
    padding-top: 20px;
  }
  .common_contact .tel_contact .contact {
    width: auto;
  }
  .common_contact .tel_contact .tel {
    margin-right: 30px;
  }
  .common_contact .tel_contact .contact a span {
    padding: 0 4em;
  }
}
@media screen and (max-width: 840px) {
  .common_contact .tel_contact {
    padding: 0 20px;
    padding-top: 20px;
  }
  .common_contact .tel_contact .tel {
    margin-right: 20px;
  }
  .common_contact .tel_contact .contact a span {
    padding: 0 1.5em;
    padding-right: 3em;
  }
  
}
@media screen and (max-width: 767px) {
  .common_contact {
    margin: 0 4%;
    border-radius: 10vw;
    padding: 12vw 6vw;
  }
  .common_contact h3 {
    margin-bottom: 6vw;
  }
  .common_contact h3 span {
    font-size: 1.6rem;
    margin-bottom: .4em;
  }
  .common_contact h3 em {
    font-size: 4.2rem;
  }
  .common_contact .comment {
    font-size: 1.6rem;
    padding: 0 2vw;
    padding-bottom: 4vw;
  }
  .common_contact .comment p {
    text-align: left;
  }
  .common_contact .tel_contact {
    padding: 0;
    padding-top: 5vw;
    border-top: dashed 1px #5d6f6b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
  }
  .common_contact .tel_contact .tel ,
  .common_contact .tel_contact .contact {
    height: auto;
  }
  .common_contact .tel_contact .contact {
    width: 100%;
  }
  .common_contact .tel_contact .tel {
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .common_contact .tel_contact .tel a ,
  .common_contact .tel_contact .contact a {
    padding: 4vw 5vw;
  }
  .common_contact .tel_contact .tel a {
    padding-left: 20vw;
  }
  .common_contact .tel_contact .tel a::before {
    top: 50%;
    transform: translateY(-50%);
    width: 15vw;
    height: 15vw;
  }
  .common_contact .tel_contact .tel a::after {
    top: 50%;
    transform: translateY(-50%);
    left: calc((15vw - 2em) / 2);
    width: 2em;
    height: 2em;
  }
  .common_contact .tel_contact .tel a span {
    font-size: 2.7rem;
    letter-spacing: .05em;
    margin-bottom: .2em;
  }
  .common_contact .tel_contact .tel a em {
    font-size: 1.3rem;
  }
  .common_contact .tel_contact .tel a em i:nth-of-type(1) {
    margin: 0 .5em;
  }
  .common_contact .tel_contact .contact a {
    padding: 2vw 2vw;
    border-radius: 10vw;
  }
  .common_contact .tel_contact .contact a span {
    padding: 4vw 6vw;
    font-size: 1.6rem;
    border-radius: 8vw;
  }
}


.menu_btn + .menu_box {
  display: none;
}
@media screen and (max-width: 767px) {  
  .menu_btn {
    position: fixed;
    top: calc((20vw - 11.734vw) / 2);
    right: 4vw;
    z-index: 40;
    width: 11.734vw;
    height: 11.734vw;
    cursor: pointer;
    background: url(../img/common/menu_off.png) no-repeat center center;
    background-size: cover !important;
    display: block;
    transition: all 0.3s;
  }
  .menu_btn.is-active {
    width: 11.734vw;
    height: 11.734vw;
    background: url(../img/common/menu_on.png) no-repeat center center;
    background-size: cover !important;
    transition: all 0.3s;
  }
  .menu_btn + .menu_box {
    position: fixed;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .9);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .2s;
    margin: 0;
  }
  .menu_btn.is-active + .menu_box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    overflow: auto;
    padding-bottom: 20vw;
  }
  .menu_btn.is-active + .menu_box .box {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    padding: 0 4%;
    padding-top: 10vw;
    margin-bottom: 6vw;
  }
  .menu_btn.is-active + .menu_box .box > ul {
    width: 100%;
  }
  .menu_btn.is-active + .menu_box .box > ul > li {
    border-bottom: dotted 2px #b4afac;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
    padding: .5em .2em;
    width: 100%;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a > span {
    font-weight: 500;
    margin-right: .5em;
    color: #383631;
  }
  .menu_btn.is-active + .menu_box .box > ul > li > a > em {
    font-family: "Bellota", system-ui;
    font-size: 1.2rem;
    font-weight: 700;
    color: #69af71;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input {
    display: none;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.5rem;
    padding: .5em .2em;
    width: 100%;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label::after,
  .menu_btn.is-active + .menu_box .box > ul > li label::before {
    content: "";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 0.75em;
    background: #999;
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label:after {
    transform: translateY(-50%) rotate(90deg);
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label::before {
    transform: translateY(-50%) rotate(90deg) !important;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label > span {
    font-weight: 500;
    margin-right: .5em;
    color: #383631;
  }
  .menu_btn.is-active + .menu_box .box > ul > li label > em {
    font-family: "Bellota", system-ui;
    font-size: 1.2rem;
    font-weight: 700;
    color: #69af71;
  }
  .menu_btn.is-active + .menu_box .box > ul > li .menu {
    height: 0;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu {
    height: auto;
    padding: 3vw 4vw;
    transition: all .3s;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li {
    font-size: 1.3rem;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li a {
    position: relative;
    display: block;
    padding: .3em 2em;
    padding-right: 1.2em;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li:not(:last-of-type) a {
    border-bottom: dashed 1px #d2cccb;
  }
  .menu_btn.is-active + .menu_box .box > ul > li input:checked + label + .menu ul li a::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .933em;
    height: .933em;
    background: url(../img/common/nav_arrow.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .menu_btn + .menu_box dl {
    display: flex;
    flex-direction: column;
    padding: 0 4%;
    width: 100%;
  }
  .menu_btn + .menu_box dl dt ,
  .menu_btn + .menu_box dl dd {
    width: 100%;
  }
  .menu_btn + .menu_box dl dt {
    margin-bottom: 5vw;
  }
  .menu_btn + .menu_box dl dt a ,
  .menu_btn + .menu_box dl dd a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    border-radius: 10vw;
    padding: 3vw 0;
  }
  .menu_btn + .menu_box dl dt a {
    background: #f7f2e9;
  }
  .menu_btn + .menu_box dl dt a span ,
  .menu_btn + .menu_box dl dt a em {
    position: relative;
    display: block;
    line-height: 1.1;
    color: #52493b;
  }
  .menu_btn + .menu_box dl dt a span {
    font-family: "Outfit", sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
    letter-spacing: .05em;
    padding-left: 1.142em;
    margin-bottom: .2em;
  }
  .menu_btn + .menu_box dl dt a span::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: .809em;
    height: .809em;
    background: url(../img/common/h_tel.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  .menu_btn + .menu_box dl dt a em {
    font-size: 1.2rem;
  }
  .menu_btn + .menu_box dl dt a em i:nth-of-type(1) {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    margin: 0 .5em;
  }
  .menu_btn + .menu_box dl dt a em i:nth-of-type(2) {
    font-weight: 700;
  }
  .menu_btn + .menu_box dl dd a {
    background: #f0a911;
    padding: 2vw 2vw;
    border-radius: 10vw;
  }
  .menu_btn + .menu_box dl dd a span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    border: dotted 2px #FFF;
    padding: 3vw 6vw;
    border-radius: 7vw;
    color: #FFF;
  }
  .menu_btn + .menu_box dl dd a span::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1em;
    width: .875em;
    height: .875em;
    background: url(../img/common/h_contact.svg) no-repeat center center;
    background-size: cover;
    content: '';
  }
  
}


/*width*/
.mw1200 {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.mw990 {
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1240px) {

  .mw1200 {
    max-width: 100%;
  }

}

@media screen and (max-width: 767px) {
  .mw1200 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .mw990 {
    max-width: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }


}





/*ずれ*/
.anc:before {
  position: relative;
  z-index: -1;
  padding-top: 150px;
  margin-top: -150px;
  display: block;
  content: '';
}
@media screen and (max-width: 767px) {
  .anc:before {
    padding-top: 30vw;
    margin-top: -30vw;
    content: '';
  }
}



/*main*/
main {
  padding-top: 50px;
  padding-bottom: 130px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 15vw;
    padding-bottom: 20vw;
    font-size: 1.6rem;
  }
}


/*page_title*/
.page_title {
  position: relative;
  height: 640px;
  margin: 0 60px;
  border-radius: 60px;
  overflow: hidden;
}
.page_title h3 {
  position: absolute;
  bottom: 65px;
  left: 90px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  padding-bottom: 1.8em;
  border-bottom: dashed 1px #FFF;
}
.page_title h3 em ,
.page_title h3 span {
  display: block;
  line-height: 1.1;
}
.page_title h3 em {
  font-family: "Bellota", system-ui;
  font-size: 2.4rem;
  font-weight: 700;
  color: #90d597;
  margin-bottom: .4em;
}
.page_title h3 span {
  font-size: 4.6rem;
  font-weight: 500;
  letter-spacing: .06em;
  color: #FFF;
}
.page_title .img {
  width: 100%;
  height: 100%;
}
.page_title .img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.page_title .img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1240px) {
  .page_title {
    margin: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    height: 50vh;
    margin: 0 4%;
    border-radius: 5vw;
  }
  .page_title h3 {
    bottom: 5vw;
    left: 2vw;
    padding-bottom: .5em;
  }
  .page_title h3 em {
    font-size: 2.0rem;
    margin-bottom: .4em;
  }
  .page_title h3 span {
    font-size: 2.4rem;
    text-shadow: 0 0 5px rgba(88, 87, 85, .8);
  }
}



/*パンくず*/
.pan {
  font-size: 1.5rem;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #383631;
}
.pan ul {
  display: flex;
  flex-wrap: wrap;
}
.pan ul li a {
  color: #383631;
}
.pan ul li:not(:last-of-type)::after {
  margin: 0 .5em;
  content: '/';
}
@media screen and (max-width: 767px) {
  .pan {
    font-size: 1.2rem;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}



/*見出し*/

