
@charset "UTF-8";

/* memo -------------------------------------

--------------------------------------------- */

/* 全体
--------------------------------------------- */
html {box-sizing: border-box;}
*,*::before,*::after {box-sizing: border-box;}
body {
	line-height: 1.5;
  text-align: center;
	position: relative;
	color: #000;
	padding: 0;
	margin: 0;
  font-size: clamp(0.875rem, 0.7095588235294118rem + 0.7058823529411764vw, 1.0625rem);
  font-family: "Helvetica Neue", "Helvetica", 'NotoSansJP', sans-serif ,"YuGothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo";
   text-align: center;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
}
.min {
   font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
a {
  text-decoration: none;
  background-color: transparent;
  transition: 500ms;
  color: #000;
  cursor: pointer;
}
a:active,a:visited,a:focus,a:hover  {transition: 0.25s;}
.link_w:active,.link_w:visited,.link_w:focus,.link_w:hover  {color: #fff;}
.link_w a:active,.link_w a:visited,.link_w a:focus,.link_w a.link_w:active,.link_w a:visited,.link_w a:focus,.link_w a:hover {color: #fff;}
.link_w:active,.link_w:visited,.link_w:focus,.link_w:hover{color: #fff;}
h1,h2,h3,h4 {font-size: 1em;clear: both; margin:0; font-weight: normal;}
p,dl,dd,dt {padding: 0;	margin: 0;}
p {margin: 0;padding: 0;vertical-align:baseline;}
ul,li,ol,li > ul, li > ol {padding: 0; margin: 0; list-style: none;}
img {border-style: none;height: auto;max-width: 100%;}
figure,picture {margin: 0;}
picture{display: block;}
.flex {display: flex;flex-wrap: wrap;}
.pc1 {display: block;}
.tb {display: none;}
.sp {display: none;}
.underline {text-decoration: underline;}
.underline:hover {text-decoration: none;}
.bold {font-weight: bold;}
@media screen and (max-width:800px){
	.tb {display: block;}
}
@media screen and (max-width:640px){
	.sp {display: block;}
	.pc1 {display: none;}
}
.cl_shu {
  color: #db5442;;
}



/* フォントの指定
--------------------------------------------- */
/* NotoSansJP */
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
      font-weight: 400;
      font-style: normal;
      display:swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Medium.woff2") format("woff2");
      font-weight: 500;
      font-style: normal;
      display:swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
      font-weight: 700;
      font-style: normal;
      display:swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../font/NotoSansJP-Black.woff2") format("woff2");
      font-weight: 800;
      font-style: normal;
      display:swap;
}

/* 文字サイズ 
--------------------------------------------- */
.size_17 {
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.35661764705882354rem + 1.4117647058823528vw, 1.0625rem);
}
figcaption {
font-size: 0.6875rem;
font-size: clamp(0.6875rem, 0.46691176470588236rem + 0.9411764705882352vw, 0.9375rem);
font-feature-settings: "palt";
}
.size_24 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.7941176470588236rem + 1.4117647058823528vw, 1.5rem);
}
.size_30 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.6985294117647058rem + 2.3529411764705883vw, 1.875rem);
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.size_38 {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 0.7279411764705883rem + 3.294117647058823vw, 2.375rem);
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.size_40 {
  font-size: 2.5rem;
  font-size: clamp(2.5rem, 0.16666666666666652rem + 2.666666666666667vw, 3rem);
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.size_50 {
  font-size: 3.125rem;
  font-size: clamp(3.125rem, 0.20833333333333348rem + 3.3333333333333335vw, 3.75rem);
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.size_74 {
  font-size: 3.125rem;
  font-size: clamp(3.125rem, 1.8014705882352942rem + 5.647058823529411vw, 4.625rem);
}
nav li {
font-size: 0.9375rem;
font-size: clamp(0.9375rem, 0.902122641509434rem + 0.1509433962264151vw, 1.0625rem);
}

@media screen and (max-width:1400px){
  .size_50 {
    font-size: 1.875rem;
    font-size: clamp(1.875rem, 0.7720588235294117rem + 4.705882352941177vw, 3.125rem);
  }
  .size_40 {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.0882352941176472rem + 2.8235294117647056vw, 2.5rem);
  }
}


/* 背景
--------------------------------------------- */
.bg_sippou {
  position: relative;
  background-color: #db5442;
}
.bg_sippou::before {
  content: "";
  background-image: url(../img/housan/bg_sippou.svg);
  position: absolute;
  width: 100%;
  height:100%;
  top: 0;
  left: 0;
  opacity: 0.1;
}
.bg_brwn {
  background-color: #ac9a78;
}
.bg_washi {
  background-color: #fbfbf8;
  background-image: url(../img/housan/bg_washi.webp);
  background-size: cover;
}
.bg_w {
  background-color: #fff;
}
.bg_hana {
  background-color: #f7f3e6;
  background-image: url(../img/housan/bg_hana.webp);
  background-size: auto;
}
.bg_washi {
  background-color: #fbfbf8;
  background-image: url(../img/housan/bg_deco_kin_top.webp),
  url(../img/housan/bg_deco_kin_bottom.webp),url(../img/housan/bg_washi.webp);
  background-size: 50%,36%,cover;
  background-repeat: no-repeat;
  background-position: left top,right bottom,center;
}
@media screen and (max-width:640px){
  .bg_washi {
    background-image: url(../img/housan/bg_deco_kin_top.webp),
  url(../img/housan/bg_deco_kin_bottom.webp),url(../img/housan/bg_washi_sp.webp);
  background-size: 80%,80%,cover;
  }
}

/* レイアウト
--------------------------------------------- */
.ly_800{
  max-width: 800px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

/* ヘッダー
--------------------------------------------- */
.top_header {
  height: 100px;
}
.logo {
  width: 170px;
  width: clamp(9.25rem, 8.036764705882353rem + 5.1764705882352935vw, 10.625rem);
  height: 100px;
  position: absolute;
  left: 2%;
  bottom: 0;
  display: flex;
  align-items: center;
}
.logo img{
  height: 35px;
}
.btn_online {
  background-color: #ac9a78;
  height: 100px;
  min-width: 170px;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.25s;
}
.btn_online a{
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding: 0 5%;
}
.btn_online:hover{
  background-color: #db5442;
  transition: 0.25s;
}
.list_top_header {
  display: flex;
  align-items: center;
  height: 100%;
}
.list_top_header li{
  height: 100%;
}
.list_top_header li a{
  height: calc(100% - 1px);
  display: flex;
  align-items: center;
  padding:0 20px;
}
.list_top_header li:not(.btn_online) a:hover{
  background-color: #f9fbf6;
  color: #ac9a78;
}
.list_top_header li br{
  display: none; 
}
.header_cmn {
  height: 100px;
  top: calc(100vh - 100px);
  left: 0;
  background-color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  border-bottom: 1px solid #cacaca;
  z-index: 1;
}
.header_2f {
  top: 0;
}
.l-header {
  padding: 0;
  width: 100%;
  height: 100px;
  z-index: 4;
}
.l-header__container {
	width: 100%;
	margin: 0 auto;
	display: flex;
  align-items: center;
  justify-content: center;
}
.head_inner {
  width: 100%;
  height: 70px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
  justify-content: space-between;
}

@media screen and (max-width:1330px) {
.list_top_header li .tb{
    display: block;
  }
}
@media screen and (max-width:1240px) {
.list_top_header li br{
    display: block;
  }
}


@media screen and (max-width:950px) {
  .btn_online .sp {
    display: block;
  }
  .btn_online {
  width: auto;
  min-width: auto;
  }
  .btn_online a{
    padding: 0 10px;
  }
  .l-header__container {
    padding-left: 100px;
  }
  .list_top_header li a {
    padding: 0 12px;
  }
}

@media screen and (max-width:800px) {
  .l-header {
    display: none;
  }
  .header_cmn {
    height: 70px;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 10000;
  }
  .logo {
    width: clamp(9.25rem, 8.036764705882353rem + 5.1764705882352935vw, 10.625rem);
    height: 70px;
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    display: flex;
    align-items: center;
  }
  .logo img{
    height: auto;
  }
}
 /* スマホMENU */
.h_menu .sp{display: none;}
.h_menu_wrap {
	transform: scale(0,1);
	transition: all ease 400ms;
	position: fixed;
	z-index: 999;
	opacity: 0.99;
	background:rgba(255, 255, 255, .95);
	width: 320px;
	height: 100%;
	left: 0;
	top: 0;
  padding-bottom: 30px;
  padding-top: 70px;
	transform-origin: left;
}
.header_menu_list a{
  padding: 1.5em;
  display: flex;
  align-items: center;
}
.header_menu_list li{
  border-bottom: 1px solid #eee;
}

/* ハンバーガーメニュー
--------------------------------------------- */
.humb_btn {
	display: none;
  position: fixed;
  top: 8px;
  left: 10px;
	z-index: 1000;
  flex-wrap: wrap;
  padding: 1% 0 1% 0;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  border-radius: 50%;
}
.humb_btn label {
  display: flex;
  flex-wrap: wrap;
  height: 50%;
  width: 50%;
  align-items: center;
  cursor: pointer;
	margin: 0;
	text-align: center;
}
.humb_btn span {
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background: #db5442;
	transition: all ease 200ms;
}
.menu_on .humb_btn label{
	align-content: center;
}
.menu_on .humb_btn span:nth-of-type(1) {
  transform: rotate(-45deg);
  transform-origin: center;
  margin-top: 3px;
}
.menu_on .humb_btn span:nth-of-type(2) {
	transform: rotate(45deg);
	transform-origin: center;
	margin-top: -4px;
}
.menu_on .head_inner .h_menu_wrap {
  transform: scale(1);
}
.menu_on .humb_btn {
  transform: scale(1);
}
.h_menu,.h_menu_img,.h_menu_bottom {
	opacity: 0;
	transition: 500ms;
}
.menu_on .head_inner .h_menu ,.menu_on .head_inner .h_menu_img,
.menu_on .head_inner .h_menu_bottom,.menu_on .souryo_spmenu {
	opacity: 1;
	transition: 500ms;
	transition-delay : 0.3s;
}
.main_2f {
  padding-top: 100px
}
@media screen and (max-width:800px) {
  .humb_btn {
    width: 55px; /* メニューボタンサイズ */
    height:55px;
  }
  .humb_btn span::before {
    font-size: 0.85em;
  }
  .main_2f {
  padding-top: 70px
}
}
@media screen and (max-width:800px) {
  .humb_btn {
		display: flex;
  }
  .menu_on .head_inner .h_menu_wrap {
    transform: scale(1);
  }
  .menu_on .humb_btn {
    transform: scale(1);
  }
}


/* SPメニュー
--------------------------------------------- */
.h_menu {
  width: 90%;
  margin: 0 auto;
}
.h_menu a:hover{
  text-decoration: none;
}
.souryo_spmenu {
  opacity: 0;
  width: 100%;
  height: 88px;
  background-image: url(../img/housan/cmn/bg_cmn_moya_green.gif);
  margin-bottom: 20px;
  padding-left: 65px;
  color: #fff;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500;
}
.souryo_txtsp {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  padding-bottom: 3px;
}
.souryo_txtsp p {
  display: block;
}
.bg_souryo {
  background-color: #ddbf73;
  padding: 0px 5px;
  display: inline-block;
  margin-left: 5px;
}
.menu_t {
  width: 100%;
}
.list_cart {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.list_cart li {
  border: 1px solid #ced4c1;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  width: 32%;
}
.list_cart li a{
  padding: 13px 5px 10px 5px;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.list_item_menu {
  width: 100%;
  padding-top: 20px;
  margin-bottom: 20px;
}
.list_item_menu li{
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 500;
  text-align: left;
} 
.list_item_menu a{
  display: flex;
  justify-content: space-between;
  padding: 1em;
  font-weight: 500;
} 

/* ぽよっと出る
--------------------------------------------- */
.poyo {
  transform: scale(0);
  opacity: 0;
  transform-origin: center;
  transition: 1s;
}
.poyo_in{
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s,
  -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1);
  opacity: 1;
}

/* 下からフェードイン 汎用
--------------------------------------------- */
.box {
	transition: transform .3s ease;
	opacity: 0;
	transform:translateY(30px);
}
.boxin {
	transform:translateX(0px);
	opacity: 1;
	animation-name:fadeIn;
  animation-duration:500ms;
  animation-timing-function:ease-in-out;
  animation-fill-mode:forwards;
}
@keyframes fadeIn {
    0% {opacity:0;transform:translateY(20px);}
    100% {opacity:1;transform:translateY(0px);}
}

/* 左から背景色→画像表示アニメ
--------------------------------------------- */
.change {position: relative; overflow: hidden;}
.change_in::before {
  content: '';
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scaleX(0);
  background-color: #2a2e34;
  animation: 1s PageAnime 0s ease-in-out forwards;
  animation-timing-function:cubic-bezier(0.77, 0, 0.175, 1);
}
.change img{opacity: 0;}
img{vertical-align:top;}
.change_in img{animation: 1s PageAnime2 0s ease-in-out forwards;}
@keyframes PageAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}
@keyframes PageAnime2{
0% {opacity: 0;transform: scale(1.2);}
50% {opacity: 0;transform: scale(1.2);}
100% {opacity: 1;transform: scale(1);}
}


/* ページトップ
--------------------------------------------- */
.pagetop {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 3;
  background-color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.pagetop_top {
  position: relative;
}
.pagetop a {
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  font-size: 0.85em;
}
.pagetop::after {
  content: url(../img/housan/cmn/ico_cmn_arrow_bottom.svg);
  transform: rotate(180deg) scale(1.5);
}
.pagetop:hover{
  transform: translateY(-10px);
}



/* フッター
--------------------------------------------- */
footer {
  padding: 0;
  background-color: #ac9a78;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-bottom: 100px;
}
/* FV
--------------------------------------------- */
.sec_fv {
  height: 100vh;
  overflow: hidden;
}
.wrap_fv {
  display: flex;
  height: calc(100vh - 100px);
  justify-content: center;
  align-items: center;
  position: relative;
}
.ttl_fv {
  font-weight: 600;
  font-feature-settings: "palt";
  line-height: 1.4;
  letter-spacing: 0.2rem;
}
.logo_fv {
  margin-bottom: 10px;
  width: 9.6875rem;
  width: clamp(9.6875rem, 0.0625rem + 11vw, 11.75rem);
}
.ttlbox_fv {
  width: 23.75rem;
  width: clamp(23.75rem, -0.1666666666666714rem + 27.333333333333336vw, 28.875rem);
  height: 23.4375rem;
  height: clamp(23.4375rem, 0.10416666666666785rem + 26.666666666666668vw, 28.4375rem);
  background-color: #fff;
  background-image: url(../img/housan/bg_ttl.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 10px;
  margin: 0 auto;
}
.catch_fv {
  text-align: left;
  writing-mode: vertical-rl;
  position: absolute;
  color: #fff;
  right: calc(50vw - clamp(25.9375rem, -3.2291666666666714rem + 33.333333333333336vw, 32.1875rem));
  top: calc(50vh - 240px);
  letter-spacing: 0.2rem;
  line-height: 1.7;
}
.time_fv {
  background-image: url(../img/housan/bg_time.svg);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50vw - 390px);
  bottom: calc(50vh - 270px);
  width: 245px;
  height: 245px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.time_ttl {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.time_day {
  font-size: 1rem;
}

@media screen and (max-width:1400px){
  .logo_fv {
    width: clamp(6.875rem, 4.393382352941177rem + 10.588235294117645vw, 9.6875rem);
  }
  .ttlbox_fv {
    width: 380px;
    width: clamp(16.875rem, 10.808823529411764rem + 25.882352941176467vw, 23.75rem);
    height: 375px;
    height: clamp(16.625rem, 10.613970588235293rem + 25.647058823529413vw, 23.4375rem);
  }
  .catch_fv {
    right: calc(50vw - 415px);
    top: calc(50vh - 240px);
  }
}
@media screen and (max-width:900px){
    .catch_fv br{
      display: none;
    }
    .catch_fv {
      right: 10%;
  }
}
@media screen and (max-width:800px){
  .sec_fv {
      height: auto;
  }
  .wrap_fv {
    height: auto;
    display: block;
    padding-top: 150px;
  }
  .catch_fv {
    text-align: center;
    writing-mode: inherit;
    position: static;
    letter-spacing: 0.2rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .ttlbox_fv {
    margin-bottom: 100px;
  }
  .catch_fv br{
    display: none;
  }
  .time_fv {
    background-image: none;
    background-color: #ac9a78;
    position: static;
    width: 100%;
    height: auto;
    color: #fff;
    padding: 7px 0;
  }
  .time_fv p {
    width: 100%;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding: 27px 5%;
  }
  .time_fv br{
    display: none;
  }
  .time_ttl {
    padding-top: 0;
  }
}
@media screen and (max-width:640px){
  .ttl_fv {
    font-weight: bold;
  }
}
/* sec_about
--------------------------------------------- */
.sec_about {
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.pic_about_l,.pic_about_r {
  display: block;
  position: absolute;
  z-index: -1;
}
.pic_about_l {
  left: calc(50vw - 680px);
  top: 65px;
  width: 403px;
}
.pic_about_r {
  right: calc(50vw - 750px);
  bottom: 131px;
  width: 541px;
}
.ttl_about {
  margin-bottom: 2rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
}
.fl_about {
  display: flex;
  justify-content: space-between;
}
.box_about {
  width: 47%;
  aspect-ratio: 1/1;
  box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, .1);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  position: relative;
}
.ttl_s_about {
  color: #db5442;
  position: relative;
  margin-bottom: 2rem;
}
.ttl_s_about::before{
  content: '';
  background-image: url(../img/housan/deco_kusa.svg);
  background-repeat: no-repeat;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -1.4em;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
}
.ttl_s_about::after{
  content: '';
  border-bottom: 1px dashed #bbac90;
  width: 96px;
  height: 1px;
  position: absolute;
  bottom: -0.5rem;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.txt_about {
  max-width: 290px;
  margin: 0 auto;
  width: 90%;
  line-height: 1.9;
}

@media screen and (max-width:900px){
  .pic_about_l,.pic_about_r {
    position: static;
    width: 50%;
  }
  .pic_about {
    display: flex;
    padding-top:100px;
  }
  .pic_about img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .sec_about {
    padding-bottom: 0px;
  }
}

@media screen and (max-width:800px){

  .box_about {
    width: 48%;
    aspect-ratio: inherit;
    box-shadow: inherit;
    border-radius: inherit;
  }
  .fl_about {
    padding-top: 30px;
  }
}


/* sec_onegai
--------------------------------------------- */
.sec_onegai {
  padding-top: 150px;
  padding-bottom: 180px;
}
.ttl_onegai {
  margin-bottom: 1em;
  font-weight: 600;
}
.txt_onegai {
  max-width: 550px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.txt_onegai p{
  line-height: 2.5;
  margin-bottom: 1em;
  text-align: left;
}
.txt_onegai .r_onegai {
  text-align: right;
  line-height: 1.7;
}

/* sec_project
--------------------------------------------- */
.sec_project{
  padding-top: 96px;
  padding-bottom: 120px;
}  
.wrap_pj {
  background-color: #fff;
  padding: 14px;
  position: relative;
}
.bd_pj {
  border: 2px solid #b9aa8e;
  position: relative;
  padding: 40px 6% 60px 6%;
  counter-reset: number 0;
}
.bd_pj::before,.bd_pj::after,.wrap_pj::before,.wrap_pj::after{
  content: '';
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url(../img/housan/deco_kado.svg);
  background-repeat: no-repeat;
}
.bd_pj::before {
  left: 0;
  top: 0;
}
.bd_pj::after {
  right: 0;
  top: 0;
  transform: scale(-1, 1);
}
.wrap_pj::before{
  bottom: 14px;
  left: 14px;
  transform: scale(1, -1);
}
.wrap_pj::after{
  bottom: 14px;
  right: 14px;
  transform: scale(-1, -1);
}
.ttl_pj{
  font-weight: 600;
  margin-bottom: 1.1em;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}
.img_seibi {
  display: block;
  margin-bottom: 40px;
  overflow: hidden;
}
figcaption {
  text-align: right;
}
.pj { 
  padding-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pj_txt {
  text-align: left;
}
.pj_txt p{
  line-height: 2.0;
}
.ttl_s_pj {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;

}
.ttl_s_pj::before {
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
    font-size: 3.125rem;
    font-size: clamp(3.125rem, 1.8014705882352942rem + 5.647058823529411vw, 4.625rem);
    display: block;
    margin-right: 20px;
    color: #fff;
    text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
              -1px 1px 0 #000, 1px -1px 0 #000,
              0px 1px 0 #000,  0-1px 0 #000,
              -1px 0 0 #000, 1px 0 0 #000;
}
.ttl_s_pj span {
  position: relative;
  display: block;
  line-height: 1.3;
  padding-bottom: 0.5em;
}
.ttl_s_pj span::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #2a2e34;
  
}

.img3_pj {
  display: flex;
  padding-top: 30px;
}
.img3_pj figure{ 
  width: 33.33333%;
}
.img3_pj figcaption{ 
  text-align: center;
}
.pj1 {
  display: flex;
  justify-content: space-between;
}
.pj_txt1 {
 width: 438px;
}
.pj_img {
  width: calc(100% - 448px);
  display: block;
}

@media screen and (max-width:800px) {
  .pj_txt1 {
  width: 100%;
  }
  .pj_img {
    width: 100%;
    padding-top: 30px;
  }
}
@media screen and (max-width:640px) {
  .wrap_pj {
    padding: 0px;
  }
  .bd_pj {
    border: none;
    padding: 40px 5% 60px 5%;
  }
  .bd_pj::before,.bd_pj::after,.wrap_pj::before,.wrap_pj::after{
    content: none;
  }
}

/* sec_how
--------------------------------------------- */

.sec_how {
  padding-top: 180px;
  padding-bottom: 50px;
  counter-reset: how 0;
  background-image: url(../img/housan/bg_kumo.svg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto;
}
.ttl_how {
  margin-bottom: 2em;
  position: relative;
font-size: 1.875rem;
font-weight: 600;
font-size: clamp(1.875rem, 1.4338235294117647rem + 1.8823529411764703vw, 2.375rem);
  font-family: "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}
.ttl_how::before{
  content: '';
  background-image: url(../img/housan/deco_musubi.svg);
  background-repeat: no-repeat;
  width: 96px;
  height: 30px;
  position: absolute;
  top: -1.5em;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: block;
}
.txt_how {
  margin-bottom: 60px;
}
.bd_how {
  border: 2px solid #b9aa8e;
  text-align: left;
  margin-bottom: 40px;
}
.ttl_s_how {
 display: flex;
 align-items: center;
 position: relative;
 font-weight: 600;
}
.ttl_s_how::before{
  counter-increment: how;
  content: counter(how);
  background-color: #b9aa8e;
  width: 65px;
  min-height: 65px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 0.6985294117647058rem + 2.3529411764705883vw, 1.875rem);
}
.txt_bg_how {
  background-color: #f9fbf6;
  padding: 20px 4% 5px 4%;
}
.fx_how {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1.0625rem + 0.35714285714285715vw, 1.375rem);
  text-align: left;
}
.fx_how a{
  width: 48%;
  border: 1px solid #979797;
  padding: 20px 20px 20px 30px;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
.ico_yaji {
    height: 38px; 
    width: 38px;
    background-color: #db5442;
    border-radius: 50%;
    color: #fff;
    position: relative;
    display: block;
}
.ico_yaji::after{
  content: '';
    left: 12px;
    top: 14px;
    width: 11px;
    height: 11px;
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    display: block;
}

@media screen and (max-width:800px) {

.fx_how a{
  width: 100%;
  border: 1px solid #979797;
  padding: 20px 20px 20px 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  }
.ico_yaji {
    height: 38px; 
    width: 38px;
    background-color: #db5442;
    border-radius: 50%;
    color: #fff;
    position: relative;
    display: block;
  }
  .sec_how {
    background-image: url(../img/housan/bg_kumo.svg);
    background-size: 120%;
    background-position: top 100px center;
  }
}

/* sec_mse
--------------------------------------------- */
.sec_mse {
  padding-top: 80px;
  padding-bottom: 80px;
}
.wrap_mes {
  background-color: #fff;animation-timing-function: 
}
.ttl_mes {
  color: #fff;
  font-weight: 600;
  padding: 0.3em 20px;
  background: linear-gradient(to right, #b9aa8e, #d1c29f, #b9aa8e);
}
.ttl_s_mse {
  border-top: 1px solid #d1c29f;
  border-bottom: 1px solid #d1c29f;
  padding: 0.5em 20px;
  margin-bottom: 1em;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}
.txt_mes {
  padding: 5%;
  text-align: left;
  line-height: 1.9;
}
.txt_mes p{
  margin-bottom: 1em;
}
.p_mes {
  margin-bottom: 50px;
}
.p_how {
  margin-bottom: 50px;
  text-align: center;
}
.fl_mes {
  counter-reset: how 0;
  margin-bottom: 80px;
}
.tbl_mse {
  max-width: 560px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse:  collapse; 
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7095588235294118rem + 0.7058823529411764vw, 1.0625rem);
  line-height: 1.4;
}
.tbl_mse td{
  border-bottom: 1px solid #dcd4c7;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 2rem;
  padding: 10px 0;
}
.tbl_mse td::before{
  content: '';
  background-color: #fbf8ef;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 95%;
  height: 100%;
  z-index: -1;
}
.tbl_mse tr td:last-child::before{
  width: 97.5%;
  left: auto;
}
.tbl_mse tr td:first-child::before{
  width: 97.5%;
  right: auto;
}
.tbl_mse th{
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #dcd4c7;
  vertical-align: middle;
}
.tbl_mse tr:first-child th{
  border-bottom: none;
  line-height: 1.0;
  padding-bottom: 0.5em;
}
.cl_05 {
  color: #d7b13f;
}
.cl_03 {
  color: #c49a6d;
}
.cl_20 {
  color: #cd7911;
}
.cl_30 {
  color: #db5442;
}
.cl_70 {
  color: #8a6239;
}
/* 強調セル */
.tr_strong th{
  background-color: #ac9a78;
  color: #fff;
  font-weight: 600;
  border: 2px solid #ac9a78;
}
.tr_strong td{
  position: relative;
}
.tr_strong {
  border: 2px solid #ac9a78;
}
.tr_strong td:last-child{
  border-right: 2px solid #ac9a78;
}
.tb_prc {
  font-size: 0.9375rem;
  font-size: clamp(0.9375rem, 0.44117647058823534rem + 2.1176470588235294vw, 1.5rem);
}
.tb_en {
  font-size: 0.6875rem;
  font-size: clamp(0.6875rem, 0.5220588235294118rem + 0.7058823529411764vw, 0.875rem);
}
.flex_mse {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-reset: mse 0;
}
.box_mse {
  width: 48%;
  margin-bottom: 30px;
}
.ttl_box_mse {
  position: relative;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #ac9a78;
  font-size: 1.25rem;
  line-height: 1.3;
}
.ttl_box_mse::before{
  counter-increment: mse;
  content: counter(mse);
  background-color: #ac9a78;
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  font-size: 1.875rem;
  margin-right: 15px;
}
.btn_s_online{
  background-color: #fff;
  border:1px solid #ac9a78;
  color: #ac9a78;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 10px 10px;
  margin-bottom: 1.5em;
}
.btn_s_online.a:hover,.btn_s_online.a:active,.btn_s_online.a:visited {
  color: #ac9a78;
}

@media screen and (max-width:800px){
.box_mse {
  width: 100%;
}
}
@media screen and (max-width:640px){
  .tbl_mse td{
    padding: 0;
  }
}

/* デフォルト制御
--------------------------------------------- */
.wpcf7 p {
  font-size: 1rem;
}
.wpcf7 p{
  margin-bottom: 0;
}
.wpcf7 {
    border: none;
    background:inherit;
    padding: 0;
    margin: 0 0 0 !important;
    font-size: 1rem;
}
.wpcf7 form {
  margin: 0;
}
.wpcf7 select, .wpcf7 .wpcf7-list-item-label {
  font-size: 1rem;
}

/* フォーム共通
--------------------------------------------- */
.ly_contact {
  padding-bottom: 50px;
}
.ly_contact p{
  text-align: left;
}
.dl_tel {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #ebefe7;
  border-radius: 12px;
  padding: 30px 5%;
  font-weight: 500;
  margin-top: 70px;
  margin-bottom: 20px;
  text-align: left;
}
.dt_tel {
  width: 300px;
  text-align: center;
}
.dd_tel {
  width: calc(100% - 300px);
  padding: 0 5%;
}
.tel_no {
  font-size: 3.4375rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 700;
}
.wpcf7-form-control-wrap input,.wpcf7-form-control-wrap textarea,.wpcf7-form-control-wrap select{
  border: 1px solid #cccccc;
  padding: 15px 15px;
  width: 100%;
  border-radius: 3px;
}
.wpcf7-form-control-wrap {
  display: inline-block;
  margin-right: 5px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 1rem 0.5em 0;
}
.wpcf7-list-item.last{
    margin: 0;
}
.wpcf7-list-item.last input[type=checkbox]{
  margin-right:0;
}
.req { /* 必須 */
  color: red;
  font-size: 0.9em;
}
.label01 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.label_l {
  width: 180px;
  font-weight: 500;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ly_contact .label_l p{
  text-align: center;
}
.label_r {
  text-align: left;
}
.anote {
  font-size: 0.875em;
  text-align: left;
  padding-top: 10px;
  padding-right: 20px;
}
.txt_req {
  margin-bottom: 20px;
  text-align: left;
  font-size: 0.875em;
}
.privacy_check {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}


@media screen and (max-width:900px){
  .dt_tel {
    width: 100%;
  }
  .dd_tel {
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width:800px){
  .label_l {
    width: 80px;
  }
}
@media screen and (max-width:640px){
  .label_l {
    width: 100%;
    margin-bottom: 5px;
    justify-content: flex-start;
  }
  .ly_contact .label_l p {
  text-align: left;
  }
}
@media screen and (max-width:500px){
  .tel_no {
    font-size: 2.9rem;
}
}
/* チェックボックスサイズ拡大
--------------------------------------------- */
input[type=checkbox] {
	transform: scale(2);
  margin-right: 10px;
}

/* 送信ボタン
--------------------------------------------- */
input.wpcf7-submit {
  background-color: #db5442;
  border: 1px solid #db5442;
  color: #fff;
  border-radius: 9999px;
  display: inline-grid;
  padding: 0 1em 0 1em;
  place-items: center;
  transition: color .5s, background-color .5s, border-color .5s;
  font-size: 1.25rem;
  letter-spacing: 0.07em;
  min-height: 76px;
  min-width: 263px;
  /* size */
  --wpcf7-submit-width: 15.2rem;
  --wpcf7-submit-height: 3.7rem;
  --wpcf7-submit-size: 2.25rem;
  font-weight: 500;
}
.wpcf7 input.wpcf7-submit {
  background-color: #db5442;
  font-size: 1.1rem;
  font-weight: 600;
}
.entry-content input[type="submit"], .item-description input[type="submit"] {
  background-color: #db5442 !important;
  transition: 0.25s;
}
input[type="submit"]:hover {
  background-color: #db5442 !important;
  opacity: 0.75;
  transition: 0.25s;
}
.wpcf7 form.sent .wpcf7-response-output{
  border: 2px solid #46b450;
}

/* プライバシーポリシー
--------------------------------------------- */
.privacy_frame {
  background-color: #fbf8ef;
  border: 1px solid #cccccc;
  padding: 15px 15px;
  border-radius: 3px;
  overflow: scroll;
  height: 300px;
  font-size: 0.87rem;
}
.privacy .label_r {
  width: calc(100% - 220px);
}
.wpcf7 .privacy_frame p{
  margin-bottom: 1em;
  font-size: 0.87rem;
  line-height: 1.5;
}
.privacy_frame h3{
  font-weight: bold;
  font-size: 1.3em;
   margin-bottom: 0.5em;
}
.privacy_frame h4{
  font-weight: bold;
  font-size: 1.2em;
  padding-top: 1em;
  margin-bottom: 0.5em;
}
.privacy_frame h5{
  font-weight: bold;
  font-size: 1.1em;
  padding-top: 0.5em;
  margin-bottom: 0.5em;
}
.privacy_frame li{
  list-style: disc;
}
.privacy_frame ul{
 padding-top: 10px;
 padding-left: 1em;
 margin-bottom: 1em;
}

@media screen and (max-width:640px){
  .privacy .label_r {
    width: 100%;
  }
}


#return_top a:before {
  top: 17px;
  left: auto;
  right: auto;
  margin: 0 auto;
  text-align: center;
}
#return_top a:before {
    width: 60px;
    height: 60px;
}
.return_top_in {
  display: none !important;
}


/* 奉賛者御芳名簿
--------------------------------------------- */
.btn_meibo {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 20px;
}
.ttlbox_meibo {
  padding-top: 30px;
}
.txtbox_meibo {
  line-height: 2.0;
  text-align: center;
}
.txtbox_meibo p{
  margin-bottom: 1em;
  display: inline-block;
  text-align: left;
}
.btn_square {
  background-color: #fbf8ef;
  border: 1px solid #ac9a78;
  padding: 30px clamp(1.25rem, 0.5640243902439025rem + 2.926829268292683vw, 3.125rem);
  width: 100%;
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8628048780487805rem + 0.5853658536585366vw, 1.375rem);
}
.txt_update {
  padding-top: 10px;
  color: #ac9a78;
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.8064024390243902rem + 0.2926829268292683vw, 1.0625rem);
}
.ico_arrow_circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #db5442;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: relative;
}
.ico_arrow_circle:before{
    content: '';
    position: absolute;
    right: calc(50% - 4px);
    top: calc(50% - 6px);
    width: 14px;
    height: 14px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width:800px){
  .txtbox_meibo .pc {
    display: none;
  }
}

