@charset "UTF-8";
/*
-----------------------------------------------
-siteName- Template Base Style
----------------------------------------------- */
/* 冒頭でimport */
/* フォントを指定したいところで */


/* pageStructureCommon
----------------------------------------------- */
html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: 'Zen Old Mincho', serif !important;
  background: url(../../../contents/templates/images/bg.png);
  background-repeat: repeat;
  -webkit-text-size-adjust: 100%;
  color: #000000;
	overflow-x: hidden;

}



h1, h2, h3, h4, h5, p, li {
  color: #000000;
}

h2, h3, h4, h5 {
	font-weight: normal;
}

img {
	max-width: 100%;
	height: auto;
}

hr[style*="visibility: hidden"] {
  height: 0;
  margin: 0;
  padding: 0;
  border: none;
}

.fadeUp {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fadeUp.is-show {
  opacity: 1;
  transform: translateY(0);
}
/*-----------------------------------------------
	jsHide
-----------------------------------------------*/
.jsHide {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.jsHide.isVisible {
  opacity: 1;
  transform: translateY(0);
}
body.cmsAdminEdit .jsHide {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: none !important;
}
.spOnly, .brSp, .imgSp, .spOnly750 {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spNone, .brPc, .imgPc {
    display: none;
  }
}
.fs_10 {
  font-size: 10px !important;
}
.fs_12 {
  font-size: 12px !important;
}
.fs_14 {
  font-size: 14px !important;
}
.fs_16 {
  font-size: 16px !important;
}
.fs_17 {
  font-size: 17px !important;
}
.fs_18 {
  font-size: 18px !important;
}
.fs_20 {
  font-size: 20px !important;
}
.fs_22 {
  font-size: 22px !important;
}
.fs_200 {
  font-size: 200% !important;
}
.plan-text01 {
  padding: 15px 0 20px 0;
  font-size: 24px;
  font-weight: 700;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.txtC {
  text-align: center;
  line-height: 1.5em;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.flex p {
  width: 49%;
}
.imageCenter {
  max-width: 1000px;
  height: auto;
}
.img_center {
  margin: 0 auto;
  display: block;
}
html, body {
  width: 100%;
  height: 100%;
}
a[href^="tel:"] {
  cursor: default;
  border: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.cmsAdminEdit .pc_remove {
  display: block !important;
}
* html .clearfix {
  height: 1px;
  /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.clear {
  display: block;
  clear: both;
}
a:link, a:link strong {
  color: #000000;
  text-decoration: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 1px;
}
a:visited, a:visited strong {
  color: #000000;
  text-decoration: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 1px;
}
a:hover, a:hover strong {
  color: #000000;
  text-decoration: underline;
    text-decoration-color: #000000;
    text-decoration-thickness: 1px;
}
a, a:hover, picture:hover {
  transition: 0.5s;
}
*:focus {
  outline: none;
}
.groupWrapper {
  position: relative;
}



/* HERO */

.hero{
  position: relative;
  height: clamp(800px, 50vw, 1000px);
  background: url(../../../contents/templates/images/hero.jpg) center center / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  overflow: visible;
}

.cmsAdminEdit .hero {
	z-index: 0;
}

.hero-inner{
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 2000px;
  margin: 0 auto;
}

/* ロゴ */

.hero-logo{
  position:absolute;
  top:clamp(20px,3vw,40px);
  left:clamp(20px,3vw,40px);
  margin:0;
	z-index: 15;
}

.hero-logo img{
  width: clamp(140px, 10vw, 168px);
  height:auto;
}

/* 中央コピー */

.hero-main{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  z-index: 10;
}

.hero-main img{
  width: min(88vw, 1204px);
	max-width: 1204px;
}

/* 来場特典 */

.hero-present{
  position: absolute !important;
    right: 30px;
    bottom: -20px;
    z-index: 10;
}

.hero-present img{
  height:auto;
}


/* 浮遊画像共通 */
.hero-floating{
  position: absolute;
}


.hero-floating img{
  display: block;
  width: 100%;
  height: auto;
}

/* ① 左上 */
.hero-floating--1{
  top: 0;
  left: clamp(30px, 4vw, 130px);
  width: 440px;
  z-index: 5;
}

/* ② 右上 */
.hero-floating--2{
  top: 0;
  right: 0;
  width: 700px;
  z-index: 4;
}

/* ③ 右下 */
.hero-floating--3{
  right: clamp(120px, 10vw, 300px);
  bottom: 30px;
  width: 430px;
  z-index: 3;
}

/* ④ 左下 */
.hero-floating--4{
  left: 0;
  bottom: 0;
  width: 720px;
  z-index: 2;
}

/* ⑤ 上中央 */
.hero-floating--5{
  top: 0;
  left: 705px;
  width: 340px;
  z-index: 1;
}

/* ⑤ 上中央 */
.hero-floating--6{
  bottom: 70px;
  left: 740px;
  width: 340px;
  z-index: 1;
}



@media (max-width:1350px){
.hero-floating--5{
  display: none;
}
}

/* SP */

@media (max-width:768px){

  .hero{
    height: 100svh;
  min-height: 100svh;
    background: url(../../../contents/templates/images/hero_sp.jpg) center / cover no-repeat;
  }
	
	.hero-floating {
		display: none;
	}

.hero-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  z-index: 10;
}

.hero-main img {
  width: 100%;
  height: auto;
  display: block;
}
	
.hero-logo img{
  width: 21vw;
  height:auto;
}

  .hero-present img{
    width:46.25vw;
  }
	
.hero-present {
    position: absolute !important;
    right: 13px;
    bottom: -10px;
    z-index: 10;
}
	
	.side-btn {
		display: none;
	}

.hero-logo{
  position:absolute;
  top:10px;
  left:10px;
  margin:0;
	z-index: 15;
}
}



.side-btn{
  position: fixed;
  top: 30%;
  right: 0;
  width: 80px;
  height: 300px;
  background:#1d2a6b;
  color:#fff !important;
	text-decoration: none !important;
  z-index:9999;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between;
border-radius: 5px 0 0 5px;
  padding:38px 0 36px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
box-sizing:border-box;
  opacity:0;
  visibility:hidden;
  transform:translateY(20px);
  transition:
    opacity .5s ease,
    transform .5s ease,
    visibility .5s ease;
}

#others .side-btn {
	display: none;
}

.side-btn:hover{
  background:#303e8a;
}

.side-btn.is-show{
  opacity:1;
  visibility:visible;
  transform:translateY(0);
}

.cmsAdminEdit .side-btn.is-show {
	display: none;
}

/* 上アイコン */

.side-btn__icon img{
  width:28px;
  height:auto;
}

/* 縦文字 */

.side-btn__text{
  writing-mode:vertical-rl;
  text-orientation:upright;
  font-size:20px;
  letter-spacing:0.15em;
  font-weight:600;
}

/* 下アイコン */

.side-btn__arrow img{
  width:16px;
  height:auto;
}

@media (max-width:768px){
	.side-btn {
		display: none;
	}

}


.reservation-btn{
  width: 400px;
  height: 80px;
	margin: 0 auto;
  background:#1d2a6b;
  color:#fff !important;
	text-decoration: none !important;

  display:flex;
  align-items:center;
  justify-content:space-between;
border-radius: 5px;
  padding:0 80px 0;
	box-shadow: 0 4px 10px rgba(0,0,0,0.2);
box-sizing:border-box;
}

.reservation-btn:hover{
  background:#303e8a;
}


/* 上アイコン */

.reservation__icon img{
  width:28px;
  height:auto;
}

/* 縦文字 */

.reservation__text{
  font-size:20px;
  letter-spacing:0.15em;
  font-weight:600;
}

/* 下アイコン */

.reservation__arrow img{
  width:16px;
  height:auto;
}



@media (max-width:768px){
.reservation-btn {
    width: 75.5%;
    height: 60px;
    margin: 0 auto;
    background: #1d2a6b;
    padding: 0 40px 0;
}
	
	.reservation__text {
    font-size: 15px;
    letter-spacing: 0.15em;
    font-weight: 600;
}
.reservation__icon img {
    width: 19px;
    height: auto;
}
.reservation__arrow img {
    width: 10px;
    height: auto;
}

}






.happy-village-hero {
  overflow: hidden;
  background: linear-gradient(to bottom, #fff, #f9f9f6);
}

.happy-village-hero__inner {
  max-width: 1920px;
  margin: 0 auto;
  padding:
    clamp(40px, 5vw, 80px)
    20px
    0;
}

.happy-village-hero__inner p {
	text-align: center;
}

.happy-village-hero__bg {
  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: auto;
}

.happy-village-hero__logo-image {
  display: block;
  margin: 0 auto clamp(36px, 4vw, 56px);
}

.happy-village-hero__lead {
  margin: 0 0 clamp(12px, 1.2vw, 16px);
  font-size: clamp(18px, 1.55vw, 20px);
  line-height: 1.8;
  letter-spacing: 0.12em;
  color: #222;
}

.happy-village-hero__title {
  display: block;
  margin: 0 auto 65px;
  height: auto;
}

.happy-village-map {
  display: block;
  margin: 90px auto 90px;
  height: auto;
	text-align: center;
}


.happy-village-hero__event-inner {
	display: grid;
    grid-template-columns: 267px 1fr;
    gap: 40px;
    padding: 0 55px 50px;
    align-items: center;
}

.happy-village-hero__event-title {
	text-align: left !important;
    font-size: 28px;
    margin-bottom: 12px;
}

/* 追加：イベント枠 */
.happy-village-hero__event {
    width: 860px;
    background: #ffffff;
    margin: clamp(34px, 3.8vw, 48px) auto clamp(56px, 5vw, 72px);
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	text-align: center;
}

.happy-village-hero__event-label  {
	margin-top: -10px;
  display: inline-block;
  position: relative;
  height: 40px;/*リボンの高さ*/
  line-height: 40px;/*リボンの高さ*/
  text-align: center;
	margin-bottom: 20px;
  padding: 0 50px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #97bfd8;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  box-sizing: border-box;
}

.happy-village-hero__event-label:before, .happy-village-hero__event-label:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.happy-village-hero__event-label:before {
  top: 0;
  left: 0;
  border-width: 20px 0px 20px 8px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.happy-village-hero__event-label:after {
  top: 0;
  right: 0;
  border-width: 20px 8px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}









.happy-village-hero__event-date {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 0.04em;
  margin: 0 0 clamp(22px, 2vw, 28px);
  line-height: 1;
  color: #111;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.happy-village-hero__event-year {
  font-size: 16px;
  line-height: 1.1;
}

.happy-village-hero__event-main {
  font-size: 30px;
  line-height: 0.95;
}

.happy-village-hero__event-week {
  font-size: clamp(20px, 1.5vw, 28px);
  line-height: 1.1;
}

.happy-village-hero__event-wave {
  margin: 0 0.08em;
  font-size: clamp(32px, 2.4vw, 40px);
  line-height: 1;
}

.happy-village-hero__event-text {
	text-align: left;
}

.happy-village-hero__event-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 300px);
  min-height: clamp(58px, 4.3vw, 64px);
  padding: 0.9em 2.4em 0.9em 1.6em;
  box-sizing: border-box;
  border: 1px solid #8c8c8c;
  border-radius: 4px;
  background: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  transition: opacity 0.2s ease;
}

.happy-village-hero__event-button::after {
  content: "";
  position: absolute;
  right: 1.4em;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #111;
  border-bottom: 3px solid #111;
  transform: translateY(-62%) rotate(45deg);
  box-sizing: border-box;
}

.happy-village-hero__event-button:hover {
  opacity: 0.8;
}

.happy-village-hero__copy {
  margin: 0 0 clamp(24px, 2.4vw, 40px);
  font-size: 36px;
  line-height: 1.55;
  letter-spacing: 0.08em;
  color: #111;
}

.happy-village-hero__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.06em;
  color: #222;
}

.happy-village-hero__text + .happy-village-hero__text {
  margin-top: clamp(16px, 1.8vw, 24px);
}

@media (max-width: 1024px) {
  .happy-village-hero__inner {
    padding:
      28px
      20px
      56px;
  }

  .happy-village-hero__copy {
    word-break: keep-all;
  }

}

@media (max-width: 767px) {
  .happy-village-hero__inner {
    padding:28px 25px 40px;
  }

  .happy-village-hero__logo-image {
    width: 26.25vw;
    margin-bottom: 28px;
  }

  .happy-village-hero__lead {
    font-size: clamp(13px, 3.5vw, 15px);
    line-height: 1.8;
  }

  .happy-village-hero__title {
    margin: 0 auto 30px;
  }

  .happy-village-hero__event {
    width: 100%;
    margin: 30px auto 40px;
    padding: 20px 20px 20px;
	  text-align: center;
  }

  .happy-village-hero__event-label {
	  margin-top: 0;
        line-height: 30px;
        height: 30px;
        margin-bottom: 20px;
        font-size: 15px;
  }
	
.happy-village-hero__event-inner {
    display: block;
    padding: 0;
}
	
	.happy-village-hero__event-img img {
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

.happy-village-hero__event-title {
    font-size: 20px;
    margin-bottom: 12px;
}

  .happy-village-hero__event-label::before {
    border-width: 15px 0px 15px 8px;
  }

  .happy-village-hero__event-label::after {
        border-width: 15px 8px 15px 0px;
  }

  .happy-village-hero__event-year {
    font-size: 10px;
  }

  .happy-village-hero__event-main {
    font-size: 20px;
  }

  .happy-village-hero__event-week {
    font-size: 10px;
  }

  .happy-village-hero__event-wave {
    font-size: 20px;
  }
.happy-village-hero__event-date {
}
	
.happy-village-hero__event-text {
    text-align: center;
}

  .happy-village-hero__event-button {
        width: 90%;
        max-width: 300px;
        min-height: 50px;
        font-size: 15px;
        margin: 0 auto;
        text-align: center;
  }
	
.happy-village-hero__event-button::after {
    content: "";
    position: absolute;
    right: 1.4em;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: translateY(-62%) rotate(45deg);
    box-sizing: border-box;
}

  .happy-village-hero__copy {
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .happy-village-hero__text {
    font-size: 15px;
    line-height: 1.8;
  }

  .happy-village-hero__text + .happy-village-hero__text {
    margin-top: 14px;
  }
	
.happy-village-hero__inner p {
    text-align: left;
}
	
.happy-village-map {
  display: block;
  margin: 45px auto 45px;
  height: auto;
	text-align: center;
}
}




/* experience */

.experience {
  background: #fff url(../../../contents/templates/images/experience-bg.jpg) no-repeat center 50px;
  overflow: hidden;
}

.experience__inner {
  max-width: 2000px;
	width: 1080px;
  margin: 0 auto;
  padding:90px 0;
}

.experience__header {
  margin-bottom: clamp(56px, 7vw, 120px);
  text-align: center;
}

.experience__lead {
  margin: 0 0 clamp(8px, 0.8vw, 12px);
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #1d2a73;
	font-family: "Century Gothic", "Century Gothic Pro", sans-serif;
}

.experience__title {
  margin: 0;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #1d2a73;
	font-family: "Barlow Condensed", sans-serif;
}

.experience__sub {
  margin: clamp(12px, 1.2vw, 18px) 0 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #222;
}

.experience__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  align-items: center;
  margin-bottom: clamp(72px, 10vw, 160px);
}

.experience__block:last-child {
  margin-bottom: 0;
}

/* PCだけ Enjoy #2 を左右反転 */
.experience__block--reverse .experience__image {
  grid-column: 1;
  grid-row: 1;
}

.experience__block--reverse .experience__text {
  grid-column: 2;
  grid-row: 1;
}

.experience__text {
  width: 100%;
}

.experience__image {
  width: 100%;
}

.experience__image img {
  display: block;
  width: 100%;
  height: auto;
}

.experience__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: clamp(110px, 10vw, 156px);
  margin: 0 0 clamp(18px, 2vw, 30px);
  padding: 0 1.2em 2px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #fff;
  background: #1d2a73;
}

.experience__catch {
  margin: 0 0 clamp(24px, 2.4vw, 36px);
  font-size: 30px;
  line-height: 1.65;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #222;
}

.experience__desc {
  margin: 0;
  font-size: 16px;
  line-height: 2.1;
  letter-spacing: 0.06em;
  color: #000;
}

.experience__desc + .experience__desc {
  margin-top: clamp(16px, 1.6vw, 24px);
}

.quote{
  margin-left:-0.3em;
}

.present__banner {
	display: flex;
    justify-content: center;
    margin: 0 0 10px;
}

.present__banner_text {
	display: flex;
    justify-content: center;
    margin: 0 0 60px;
}

.present__banner_text p {
	line-height: 1.5em !important;
	font-size:  13px; !important;
}

@media (max-width: 1024px) {
  .experience__inner {
	  width: auto;
    padding: 72px 20px 100px;
  }


}

@media (max-width: 767px) {
.experience {
    background: #fff url(../../../contents/templates/images/experience-bg_sp.jpg) no-repeat center / contain;
    overflow: hidden;
}	

  .experience__inner {
	  width: auto;
    padding: 56px 16px 72px;
  }

  .experience__header {
    margin-bottom: 48px;
  }

  .experience__lead {
    font-size: 12px;
  }

  .experience__title {
    font-size: 45px;
    line-height: 1;
  }

  .experience__sub {
    font-size: 12px;
    margin-top: 10px;
  }

  .experience__block {
    grid-template-columns: 1fr;
    gap: 36px;
    margin-bottom: 75px;
  }

  /* SPでは左右反転を解除してHTML順に戻す */
  .experience__block--reverse .experience__image,
  .experience__block--reverse .experience__text {
    grid-column: auto;
    grid-row: auto;
  }

  .experience__label {
    min-width: 100px;
    height: 14px;
    margin-bottom: 16px;
    font-size: 12px;
  }

  .experience__catch {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .experience__desc {
    font-size: 14px;
    line-height: 2;
  }

  .experience__desc + .experience__desc {
    margin-top: 14px;
  }
.present__banner_text p {
    font-size: 11px;
}
.present__banner_text {
    margin: 0 0 50px;
}
}



.modelhouse {
  background: url(../../../contents/templates/images/modelhouse-bg.gif) top center / auto no-repeat,#d1dde5;
  padding: 100px 0 100px;
}

.modelhouse__inner {
  width: 1040px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.modelhouse__header {
  text-align: center;
}

.modelhouse__lead {

  margin: 0 0 clamp(8px, 0.8vw, 12px);

  font-size: 18px;

  line-height: 1.4;

  letter-spacing: 0.08em;

  color: #1d2a73;

	font-family: "Century Gothic", "Century Gothic Pro", sans-serif;

}



.modelhouse__title {

  margin: 0;

  font-size: 72px;

  line-height: 0.95;

  font-weight: 500;

  letter-spacing: 0.08em;

  color: #1d2a73;

	font-family: "Barlow Condensed", sans-serif;

}



.modelhouse__sub {

  margin: clamp(12px, 1.2vw, 18px) 0 0;

  font-size: 18px;

  line-height: 1.5;

  letter-spacing: 0.1em;

  color: #222;

}

.modelhouse__intro {
  margin-top: 52px;
  text-align: center;
}

.modelhouse__intro-title {
  margin: 0 0 18px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.08em;
  color: #111;
}

.modelhouse__intro-text {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  color: #000;
}

.modelhouse__tabs {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
  margin: 54px auto 0;
}

.modelhouse__tab {
  appearance: none;
  border: 0;
  border-radius: 6px 6px 0 0;
  background: #eaf1f6;
  color: #000;
  height: 70px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  cursor: pointer;
  transition: background .25s ease, color .25s ease;
	font-family: 'Zen Old Mincho', serif !important;
}

.modelhouse__tab span {
	display: block;
	font-size: 15px;
}


.modelhouse__tab.is-active {
  background: #1d2a73;
  color: #fff;
  height: 80px;
	    margin-bottom: -10px;
	padding-bottom: 10px;
}

.modelhouse__panel {
  display: none;
}

.modelhouse__panel.is-active {
  display: block;
}

.modelhouse__content {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 60px 56px 60px;
}

.modelhouse__hero {
  display: grid;
  grid-template-columns: 1fr 440px;
  gap: 40px;
  align-items: start;
}

.modelhouse__hero-small {
  margin: 40px 0 18px;
  font-size: 16px;
  line-height: 1.8;
}

.modelhouse__hero-title {
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

.modelhouse__hero-copy p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

.modelhouse__spec {
  margin-top: 26px;
  padding: 16px 18px 14px;
  background: #f9f9f7;
}

.modelhouse__spec-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1d2a73;
}

.modelhouse__spec-text {
  margin: 0;
  font-size: 13px;
  line-height: 1.8;
  color: #4a4a4a;
}

.modelhouse__spec-text span {
  color: #97bfd8;
}

.modelhouse__message-image {
	margin-top: -50px;
}


.modelhouse__hero-image img,
.modelhouse__message-image img,
.modelhouse__floor img,
.modelhouse__point-image img,
.modelhouse__gallery-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.modelhouse__message {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 50px;
  padding: 26px 34px 28px;
  background: #eef4f8;
}

.modelhouse__message-label {
  display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 26px;
    line-height: 1 !important;
    margin: 0 0 18px !important;
    padding-bottom: 2px;
    background: #1d2a73;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
}

.modelhouse__message-text p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}

.modelhouse__plan {
  display: grid;
  grid-template-columns: 560px 300px;
  gap: 30px;
  margin-top: 55px;
}

#tab-b .modelhouse__plan {
  grid-template-columns: 519px 300px;
}

#tab-c .modelhouse__plan {
grid-template-columns: 1fr;
}

#tab-c .modelhouse__plan .modelhouse__plan-top img {
	width: auto;
	margin: 0 auto;
}

.modelhouse__plan-left {
  display: grid;
  gap: 18px;
}

.modelhouse__floor {
  box-sizing: border-box;
}

.modelhouse__plan-right {
  display: grid;
  gap: 38px;
  align-content: start;
}

.modelhouse__plan-bottom {
	display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 10px;
}

#tab-c .modelhouse__point_group:first-child .modelhouse__point_list:nth-child(1),
#tab-c .modelhouse__point_group:first-child .modelhouse__point_list:nth-child(2){
    margin-bottom: 50px;
}

.modelhouse__point {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
  align-items: start;
}

.modelhouse__point-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #b6d2e8;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  line-height: 1;
}

.modelhouse__point-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.modelhouse__point-body {
  display: grid;
  gap: 10px;
}

.modelhouse__point-image {
	margin: 10px 0 0;
}

.modelhouse__gallery {
  position: relative;
  margin-top: 44px;
  padding: 44px 72px 34px;
  background: #fff;
}

.modelhouse__gallery-viewport {
  overflow: hidden;
}

.modelhouse__gallery-track {
  position: relative;
}


.modelhouse__gallery-slide{
  position:absolute;
  inset:0;
  opacity:0;
  transition:opacity .7s ease;
  pointer-events:none;
		width: 700px;
    margin: 0 auto;
}

.modelhouse__gallery-slide.is-active{
  opacity:1;
  pointer-events:auto;
  position:relative;
}

.modelhouse__gallery-arrow {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  background:none;
  border:0;
  padding:0;
  cursor:pointer;
	z-index: 1;
}

.modelhouse__gallery-arrow img{
  width:51px;
  height:auto;
  display:block;
}

.modelhouse__gallery-arrow--prev {
  left: 48px;
}

.modelhouse__gallery-arrow--next {
  right: 48px;
}

.modelhouse__gallery-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}

.modelhouse__gallery-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #d2dae2;
  cursor: pointer;
}

.modelhouse__gallery-dots button.is-active {
  background: #22358f;
}

.modelhouse__comment {
    padding: 40px 56px;
    background: #f9f9f7;
}

.modelhouse__comment-title {
  margin: 0 0 12px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
}

.modelhouse__comment p {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
}

.modelhouse__dummy {
  background: #fff;
  padding: 80px 40px;
  text-align: center;
}

.modelhouse__dummy p {
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
}









.design-supervision {
  background: #fff;
  margin-top: 50px;
  padding: 56px 58px 52px;
}

.design-supervision__inner {
  display: block;
}

/* clearfix */
.design-supervision__inner::after {
  content: "";
  display: block;
  clear: both;
}

.design-supervision__image {
  float: right;
  width: 200px;
  margin: 8px 0 16px 40px;
}

.design-supervision__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.design-supervision__content {
  max-width: 100%;
}

.design-supervision__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 14px;
  margin: 0 0 28px;
}

.design-supervision__label {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}

.design-supervision__credit {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.design-supervision__text p {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 500;
}

.design-supervision__text p:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .design-supervision {
    padding: 25px;
    margin: 25px;
  }

  .design-supervision__image {
    width: 110px;
    margin: 0 auto 10px;
  }

  .design-supervision__image img {
    width: 100%;
    margin: 0 auto;
  }

  .design-supervision__label {
    font-size: 16px;
  }

  .design-supervision__credit {
    font-size: 15px;
  }

  .design-supervision__text p {
    font-size: 14px;
        line-height: 1.7;
        letter-spacing: 0;
  }
	
.design-supervision__heading {
  display: block;
}
}


@media (max-width: 750px) {
    .design-supervision {
        padding: 25px 20px;
        margin: 25px;
    }
    .design-supervision__credit {
        font-size: 14px;
    }
}




@media (max-width: 1024px) {
  .modelhouse {
    padding: 56px 0 72px;
  }

  .modelhouse__inner {
    max-width: calc(100% - 32px);
  }

  .modelhouse__lead {
    font-size: 16px;
  }

  .modelhouse__title {
    font-size: 52px;
  }

  .modelhouse__sub {
    font-size: 16px;
  }

  .modelhouse__intro {
    margin-top: 36px;
  }

  .modelhouse__intro-title {
    font-size: 20px;
    line-height: 1.5;
  }

  .modelhouse__intro-text {
    font-size: 14px;
    line-height: 1.9;
  }

  .modelhouse__tabs {
    width: 98%;
    margin: 40px auto -14px;
    gap: 4px;
  }

  .modelhouse__tab {
    height: 65px;
    font-size: 12px;
	  letter-spacing: -0.06em;
  }
.modelhouse__tab span {
    display: block;
    font-size: 10px;
}

  .modelhouse__content {
    padding: 34px 20px 40px;
  }

  .modelhouse__hero,
  .modelhouse__message,
  .modelhouse__plan {
  }

  .modelhouse__hero-title {
    font-size: 25px;
  }

  .modelhouse__hero-copy p,
  .modelhouse__message-text p,
  .modelhouse__comment p {
    font-size: 15px;
  }
	

  .modelhouse__point-text {
    font-size: 12px;
  }

  .modelhouse__message {
	  display: block;
    padding: 20px 16px;
  }

  .modelhouse__message-image {
    max-width: 400px;
    margin: 0 auto;
  }

  .modelhouse__plan-right {
    gap: 18px;
  }

  .modelhouse__gallery {
    padding: 48px 16px 24px;
  }

  .modelhouse__gallery-arrow--prev {
    left: -10px;
  }

  .modelhouse__gallery-arrow--next {
    right: -10px;
  }
	
.modelhouse__plan-bottom {
	display: block;
}
#tab-c .modelhouse__point_group:first-child .modelhouse__point_list:nth-child(1), #tab-c .modelhouse__point_group:first-child .modelhouse__point_list:nth-child(2) {
    margin-bottom: 18px;
}
}

@media (max-width: 767px) {
  .modelhouse__inner {
    max-width: 100%;
  }

  .modelhouse__lead {
    font-size: 12px;
  }

  .modelhouse__title {
    font-size: 45px;
  }
	
  .modelhouse__sub {
    font-size: 12px;
  }

  .modelhouse__tabs {
    margin: 28px auto 0;
  }
	
.modelhouse__tab.is-active {
    background: #1d2a73;
    color: #fff;
    height: 78px;
    margin-bottom: -13px;
    padding-bottom: 13px;
}
	
  .modelhouse__message-image {
    max-width: 100%;
    margin: 0 auto;
  }

  .modelhouse__tab {
    border-radius: 6px 6px 0 0;
  }

  .modelhouse__point {
    grid-template-columns: 34px 1fr;
    gap: 10px;
  }

  .modelhouse__point-num {
    width: 30px;
    height: 30px;
    font-size: 22px;
  }

  .modelhouse__gallery {
    padding: 0 0 0;
  }

  .modelhouse__gallery-arrow {
    width: 26px;
    height: 26px;
    font-size: 24px;
  }
	
	.modelhouse__hero-copy br {
		display: none;
	}
.modelhouse__gallery-slide {
    width: auto;
    margin: 0 auto;
}
.modelhouse__hero {
display: block
			
}
	
.modelhouse__plan {
  display: block;
}
	
.modelhouse__hero-small {
    margin: 30px 0 10px;
    font-size: 15px;
    line-height: 1.8;
}
	
.modelhouse__spec-title {
    font-size: 15px;
}
.modelhouse__spec-text {
    margin: 0;
    font-size: 12px;
    line-height: 1.8;
}
.modelhouse__spec-text span {
    font-size: 10px;
}
.modelhouse__message-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    height: 24px;
    line-height: 1 !important;
    margin: 0 0 18px !important;
    padding-bottom: 2px;
    background: #1d2a73;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700;
}
.modelhouse__plan-left, .modelhouse__plan-top {
	margin-bottom: 40px;
}
	
.modelhouse__point_list {
  display: flex;
  align-items: center; /* 縦位置を揃えたい場合（任意） */
  gap: 16px; /* 要素の間隔（任意） */
	justify-content: space-between;
}

.modelhouse__point-image {
  width: 150px;
  flex-shrink: 0; /* 画像が縮まないようにする */
}

.modelhouse__point-image img {
  width: 100%;
  height: auto;
  display: block;
}
	
.modelhouse__comment {
    padding: 40px 25px;
    background: #f9f9f7;
}
	
}





.checkpoint {
  background: #f9f9f7;
  padding: 88px 0 120px;
}

.checkpoint__inner {
  width: 1040px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.checkpoint__header {
  text-align: center;
}

.checkpoint__lead {
  margin: 0 0 clamp(8px, 0.8vw, 12px);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #1d2a73;
    font-family: "Century Gothic", "Century Gothic Pro", sans-serif;
}

.checkpoint__title {
  margin: 0;
    font-size: 72px;
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #1d2a73;
    font-family: "Barlow Condensed", sans-serif;
}

.checkpoint__sub {
  margin: clamp(12px, 1.2vw, 18px) 0 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #222;
}

.checkpoint__intro {
  margin-top: 78px;
  text-align: center;
}

.checkpoint__intro-title {
  margin: 0 0 18px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.08em;
    color: #111;
}

.checkpoint__intro-text {
  margin: 0;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

.checkpoint__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 37px 40px;
  margin-top: 50px;
}

.checkpoint__card {
  min-height: 303px;
  padding: 30px 24px 28px;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
}

.checkpoint__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.checkpoint__icon img {
  display: block;
    max-width: 189px;
    max-height: 97px;
    width: auto;
    height: auto;
}

.checkpoint__card-lead {
  margin: 0 0 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.checkpoint__card-title {
  margin: 0 0 18px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.checkpoint__card-text {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.03em;
}

@media (max-width: 1024px) {
  .checkpoint {
    padding: 64px 0 84px;
  }

  .checkpoint__inner {
    max-width: calc(100% - 32px);
  }

  .checkpoint__lead {
    font-size: 18px;
  }

  .checkpoint__title {
    font-size: 60px;
  }

  .checkpoint__sub {
    margin-top: 16px;
    font-size: 14px;
  }

  .checkpoint__intro {
    margin-top: 52px;
  }

  .checkpoint__intro-title {
    font-size: 40px;
    margin-bottom: 20px;
  }

  .checkpoint__intro-text {
    font-size: 15px;
    line-height: 1.9;
  }

  .checkpoint__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 44px;
  }

  .checkpoint__card {
    min-height: 280px;
    padding: 26px 18px 24px;
  }

  .checkpoint__card-title {
    font-size: 26px;
  }

  .checkpoint__card-text {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .checkpoint {
    padding: 52px 0 64px;
  }

  .checkpoint__inner {
    max-width: calc(100% - 24px);
  }

  .checkpoint__lead {
    font-size: 12px;
    letter-spacing: 0.06em;
  }

  .checkpoint__title {
    font-size: 45px;
    line-height: 1;
  }

  .checkpoint__sub {
    margin-top: 10px;
    font-size: 12px;
  }

  .checkpoint__intro {
    margin-top: 40px;
  }

  .checkpoint__intro-title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .checkpoint__intro-text {
    font-size: 14px;
    line-height: 1.8;
    font-weight: 700;
  }

  .checkpoint__intro-text br {

  }

  .checkpoint__grid {
	  grid-template-columns: 1fr;
    display: grid;
    gap: 10px;
  }

  .checkpoint__card {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 16px 10px;
    min-height: 130px;
  }

  /* 偶数カードは左右反転 */
  .checkpoint__card:nth-child(even) {
    flex-direction: row-reverse;
  }

  .checkpoint__icon {
    flex: 0 0 94px;
    width: 94px;
  }

  .checkpoint__icon img {
    display: block;
    width: 100%;
    height: auto;
  }

  .checkpoint__text {
    flex: 1;
    padding: 0 12px;
	  text-align: left;
  }

  .checkpoint__card-lead {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.04em;
  }

  .checkpoint__card-title {
    margin: 0 0 6px;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }

  .checkpoint__card-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.65;
    letter-spacing: 0;
  }
}




.access {
	padding: 100px 0 100px;
}

.access__inner {
    width: 1040px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.access__header {
    text-align: center;
}

.access__lead {
  margin: 0 0 clamp(8px, 0.8vw, 12px);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #1d2a73;
    font-family: "Century Gothic", "Century Gothic Pro", sans-serif;
}

.access__title {
  margin: 0;
    font-size: 72px;
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #1d2a73;
    font-family: "Barlow Condensed", sans-serif;
}

.access__sub {
  margin: clamp(12px, 1.2vw, 18px) 0 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #222;
}

.access__intro {
    margin: 60px 0 30px;
    text-align: center;
}

.access__intro-text {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

.google__map {
	margin-bottom: 40px;
}


@media (max-width: 767px) {
.access {
    padding: 52px 0 64px;
}
.access__lead{

    font-size: 12px;

  }



.access__title  {

    font-size: 45px;

    line-height: 1;

  }

	.access__inner {
		width: 100%;
		max-width: 100%;
	}

.access__sub {

    font-size: 12px;

    margin-top: 10px;

  }
	
.access__intro-text {
    font-size: 15px;
}
	
	

  .google__map iframe {
  width: 100%;
    aspect-ratio: 1 / 1; /* ←これで正方形 */
  }


	
}

.reservation {
	padding: 100px 0 0;
}

.reservation__inner {
    width: 1040px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.reservation__header {
    text-align: center;
}

.reservation__lead {
  margin: 0 0 clamp(8px, 0.8vw, 12px);
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    color: #1d2a73;
    font-family: "Century Gothic", "Century Gothic Pro", sans-serif;
}

.reservation__title {
  margin: 0;
    font-size: 72px;
    line-height: 0.95;
    font-weight: 500;
    letter-spacing: 0.08em;
    color: #1d2a73;
    font-family: "Barlow Condensed", sans-serif;
}

.reservation__sub {
  margin: clamp(12px, 1.2vw, 18px) 0 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #222;
}

.reservation__intro {
    margin: 60px 0 30px;
    text-align: center;
}

.reservation__intro-text {
    margin: 0;
    font-size: 16px;
    line-height: 2;
    color: #000;
}

@media (max-width: 767px) {
.reservation {
	padding: 50px 0 0;
}

.reservation__lead {

    font-size: 12px;

  }



.reservation__title  {

    font-size: 45px;

    line-height: 1;

  }



.reservation__sub {

    font-size: 12px;

    margin-top: 10px;

  }
}


.steps {
  display: flex;
  align-items: center;
	justify-content: center;
  gap: 37px;
	margin-bottom: 40px;
}

.step {
  position: relative;
  width: 200px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.08em;
  background: #fff;
  color: #808080;
  border: 1px solid #cccccc;
	box-sizing: border-box;
}

/* 矢印（横8px・高さ12px → 上下6px） */
.step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #cccccc;
}

/* 内側（白）で境界を綺麗に */
.step::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  transform: translateY(-50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #fff;
}

/* 最後は矢印なし */
.step:last-child::after,
.step:last-child::before {
  display: none;
}

/* アクティブ */
.step.active {
  background: #1e216d;
  border-color: #1e216d;
  color: #fff;
}


@media screen and (max-width: 768px) {
    .step {
        width: 33.333%;
        height: 30px;
        line-height: 28px; /* 縦中央揃え */
        font-size: 12px;
    }
}



footer {
	text-align: center;
    padding: 0 0 50px;
	font-size: 10px;
}




/*-----------------------------------------------
    wrapper
-----------------------------------------------*/
.wrapper1350 {
  width: 1350px;
  margin: 0 auto;
}
.wrapper1040 {
  width: 1040px;
  margin: 0 auto;
}

@media only screen and (max-width:767px) {
  .wrapper1000, .wrapper1040, .wrapper1180, .wrapper1280, .wrapper1380, .wrapper1420, .wrapper1580, .sp92 {
    width: 92%;
    margin: 0 auto;
  }
  .wrapperSp {
    width: 92%;
    margin: 0 auto;
	  height: 100%;
  }
  .wrapperSp335 {
    width: 89.334%;
    margin: 0 auto;
  }

img {
  max-width: 100%;
  height: auto;
  display: block;
}
.day_tag .date {
	margin-right: 10px;
	font-size: 13px;
}


	
}
/* Site wrap
----------------------------------------------- */
#site_wrap {
  position: relative;
  z-index: 1;
}
main {
    /* min-width: 1580px; */
    max-width: 2000px;
}






  /* スクロールアイコン表示 */
  .scroll-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    pointer-events: none;
    animation: fadeOut 3s forwards 2s;
  }
  .scroll-icon p {
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
    text-shadow: 0 0 5px #000;
  }
  .scroll-icon img {
    width: 120px;
    animation: moveHand 1.5s ease-in-out infinite;
  }
.scroll-icon {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.scroll-icon.show-animation {
  opacity: 1;
  visibility: visible;
  animation: fadeOut 5s forwards 7s;
}
	
	




    .sp_topicPath {
        display: none;
    }



#others header {

	display: none;

}



#others .sectionInner {

	margin: 0 auto;

	width: 1040px;

}

/* =========================
   全体調整
========================= */
#others {
	font-size: 14px;
	line-height: 1.8;
	color: #333;
}

#others h2,
#others h3 {
	line-height: 1.4;
	margin-bottom: 12px;
}

/* =========================
   セクション余白
========================= */
#others section {
	margin-bottom: 60px;
}

#others .sectionInner > div {
	padding: 40px 0;
}

/* =========================
   見出しデザイン
========================= */
#others h2 {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

#others h3 {
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
}

/* =========================
   リード文
========================= */
#others p {
	margin-bottom: 16px;
}

#others .privacy-module--privacy_lead_txt--ac42d {
	font-size: 15px;
	background: #f7f7f7;
	padding: 16px;
	border-radius: 6px;
}

/* =========================
   ボックス
========================= */
#others .privacy-module--privacy_box--27688 {
	margin-top: 24px;
}

/* =========================
   リスト
========================= */
#others ul {
	padding-left: 20px;
	margin-top: 10px;
}

#others ul li {
	margin-bottom: 10px;
}

/* 入れ子リスト */
#others ul ul {
	margin-top: 8px;
	padding-left: 18px;
}

/* =========================
   テーブル
========================= */
#others table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
	font-size: 13px;
}

#others th,
#others td {
	border: 1px solid #ddd;
	padding: 12px;
	vertical-align: top;
}

#others th {
	background: #f3f3f3;
	font-weight: bold;
	width: 30%;
}

#others tr:nth-child(even) {
	background: #fafafa;
}

/* =========================
   リンク
========================= */
#others a {
	color: #0073e6;
	text-decoration: underline;
}

#others a:hover {
	opacity: 0.7;
}

/* =========================
   注釈・署名
========================= */
#others .privacy-module--privacy_annotation--1ee42 {
	margin-top: 40px;
	font-size: 13px;
	color: #666;
}

/* =========================
   レスポンシブ
========================= */
@media screen and (max-width: 768px) {
	#others .sectionInner {
	width: auto;
        padding: 0 20px;
	}

	#others h2 {
		font-size: 22px;
	}

	#others h3 {
		font-size: 18px;
	}

	#others table,
	#others th,
	#others td {
		font-size: 12px;
	}
}

/* =========================
   スマホ時のテーブル改善
========================= */
@media screen and (max-width: 768px) {
	#others .relative.overflow-x-auto {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		margin: 16px 0;
	}

	#others table {
		width: 100%;
		min-width: 640px; /* 狭い画面では横スクロール */
		font-size: 12px;
		line-height: 1.6;
		border-collapse: collapse;
		white-space: normal;
	}

	#others th,
	#others td {
		padding: 10px 12px;
		word-break: break-word;
		vertical-align: top;
	}

	#others th {
		min-width: 120px;
	}

	#others td a {
		word-break: break-all; /* URLがはみ出さないように */
	}

	#others caption {
		text-align: left;
		font-size: 12px;
		line-height: 1.6;
		margin-bottom: 8px;
	}
}



/* headding
----------------------------------------------- */
.head_visial {
}

.others_visial h1 {
width: 1040px;
    margin: 0 auto;
    padding: 50px 0;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.content404 {
	margin: 50px 0;
}

@media screen and (max-width: 768px) {
.head_visial {
	background: none;
}
	.others_visial h1 {
width: auto;
        padding: 40px 20px 0;
        font-size: 18px;
    color: #000;
}
}



/* misc
----------------------------------------------- */
p {
  color: #000000;
  font-size: 1.5rem;
}

/* commonTable
----------------------------------------------- */
table {
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5em;
  font-size: 1.5rem;
  color: #000000;
}
table tr {}
table tr.odd {}
table th {
  padding: 8px 15px;
  border-bottom: 1px solid #cccccc;
  font-weight: normal;
  line-height: 1em;
  vertical-align: middle;
}
table thead td {
  padding: 8px 15px;
  border: 1px solid #cccccc;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  padding: 10px 15px;
  line-height: 2em;
  border-bottom: 1px solid #cccccc;
}


/* TopicPath トピックパススタイル
----------------------------------------------- */
.head_visial #topicPath {
	display: none;
  position: absolute;
  top: 668px;
  left: 20px;
  line-height: 1.2em;
  max-width: 1580px;
  margin: 0 auto;
  width: calc(100% - 40px);
  z-index: 10;
}


#topicPath ul {
  margin: 0;
}
#topicPath ul li {
  margin: 0;
  display: inline-block;
  float: left;
  list-style: none;
  font-size: 11px !important;
}
#topicPath ul li:first-child:before {
  content: none;
}
#topicPath ul li:before {
  content: '>';
  margin: 0 5px 0 5px;
}
#topicPath ul li > a, #topicPath ul li > span {
  margin-right: 5px;
  color: #000000;
  text-decoration: none;
}

/* Form Fieldset【変更注意】フォームスタイル
----------------------------------------------- */
.formCheckBlock, .formThanksBlock {
  width: 1040px;
  margin: auto;
  margin-top: 60px;
}
form.mailForm {
  border-top: 1px solid #e0e3e3;
  margin: 0 0 130px;
}


form.form-add-user {
  margin: 0 0 130px;
  padding: 60px 100px;
  background: #f7f7f1;
}

.form_layout table th, .form_layout table td {
	font-size: 16px;
}

fieldset.formBlock:first-child {
	
}

fieldset.formBlock {
	display: block;
  border-bottom: 1px solid #e0e3e3;
  margin: 0;
  padding: 15px 5px 10px;
  line-height: 1.6em;
  font-size: 16px;
  color: #000000;
}
fieldset legend.title {
  display: block;
  float: left;
  width: 30%;
	margin-right: 50px;
  padding: 10px 0;
  color: #000000;
}
fieldset.titleDisplayNone legend.title {
  display: none;
}
fieldset.titleDisplayNone .content {
  width: 100%;
}
fieldset.titleDisplayNone .goodsOrderSelectBox li label .goodsTitle {
  width: 550px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
  width: 200px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
  margin-left: 210px;
}
fieldset.titleDisplayNone .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
  width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
  width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
  width: 200px;
}
fieldset.titleDisplayNone .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
  margin-left: 210px;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner:first-child {
  border-top: none;
  padding-top: 0;
}
fieldset.titleDisplayNone .shoppingOrdererInformationBoxInner {
  border-top: 1px dotted #CCCCCC;
  padding-top: 5px;
}
form.check fieldset div.content {
  display: inline-block;
  width: 65%;
  padding: 10px 0;
}
form.check fieldset .content span {
  display: inline-block;
}
form.check fieldset .content .contentTitle {
  width: 130px;
}
form.check .comment {
  /*	display: none;*/
}
form.check .formMarkColor {
  display: none;
}
form.check .orderNumber {
  padding: 3px 5px;
  background: #CCCCCC;
}
form.check .contentInner {
  overflow: hidden;
}
form.check .orderProcuctsList {
  margin-left: 0;
  list-style: none;
}
form.check .orderProcuctsList li {
  border-left: 5px solid #cccccc;
  padding-left: 5px;
}
form.check .orderProcuctsList li ul {
  overflow: hidden;
  margin: 0;
}
form.check .orderProcuctsList li ul li {
  border-left: none;
  padding-left: 0;
}
form.check .orderProcuctsList .goodsOptionTitle {
  display: none;
}
form.check .orderProcuctsList .orderProcuctsListBox {
  overflow: hidden;
}
form.check .orderProcuctsList .orderProcuctsListBox .goodsName {
  font-weight: bold;
}
form.check fieldset .content span {
  float: left;
}
form.check .feeDetailsBox {
  line-height: 1.5em;
}
form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsName {
  width: 200px;
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
}
form.check .feeDetailsBox .feeDetailsBoxInner .feeDetailsPrice {
  width: 200px;
  border-bottom: 1px solid #cccccc;
  margin-right: 0;
  text-align: right;
}
form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal span {
  width: 200px;
  margin-right: 0;
  border-top: 1px solid #cccccc;
  font-weight: bold;
}
form.check .feeDetailsBox .feeDetailsBoxInnerSumTotal .feeDetailsPrice {
  text-align: right;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner:first-child {
  border-top: none;
  padding-top: 0;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner:last-child {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 5px;
}
fieldset.titleDisplayNone .shoppingDeliveryBoxInner {
  border-top: 1px dotted #CCCCCC;
  padding-top: 5px;
}
fieldset.titleDisplayNone .shoppingDeliverySelectBox {
  border-bottom: 1px dotted #CCCCCC;
  margin-bottom: 5px;
}
fieldset div.content {
  display: inline-block;
  width: 65%;
  padding: 4px 0;
}
fieldset div.content select {
  margin: 6px 0;
  padding-right: 20px !important;
  background: #fff url(../../../contents/templates/images/select_arrow.png) no-repeat right 50% / 15px !important;
}
fieldset div.check .content {
  padding: 10px 0;
}
fieldset div.content span {
  display: inline-block;
    margin: 0 5px 0 0;
    color: #000000;
    font-size: 15px;
    line-height: 26px;
}
fieldset div.content input[type=text], fieldset div.content input[type=email], fieldset div.content input[type=tel], fieldset div.content textarea, fieldset div.content select {
  position: relative;
  margin: 0 0 5px;

  height: 60px;            /* ← 固定 */
  padding: 0 15px;         /* ← 上下削除 */

  border: 1px solid #cccccc;
  color: #000000;
  font-size: 16px !important;

  box-sizing: border-box;  /* ← 必須 */
}

fieldset input[type=text].formCaution, fieldset textarea.formCaution, fieldset select.formCaution {
  border: 1px solid #cc0000 !important;
  background: #ffd4d4 !important;
}


fieldset div.content input[type=checkbox] {
    appearance: none;
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    box-sizing: border-box;
}

fieldset div.content input[type=checkbox]:checked {
    background: #1d2a73;
    border-color: #1d2a73;
}

fieldset div.content input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -58%) rotate(45deg);
    box-sizing: border-box;
}

fieldset div.content input[type=radio] {
    appearance: none;
    -webkit-appearance: none;

    width: 22px;
    height: 22px;
    margin-right: 6px;

    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;

    position: relative;
    cursor: pointer;
    vertical-align: middle;
    box-sizing: border-box;
}

/* 選択時の中の丸 */
fieldset div.content input[type=radio]:checked::after {
    content: "";
    position: absolute;

    top: 50%;
    left: 50%;

    width: 8px;
    height: 8px;

    background: #1d2a73;
    border-radius: 50%;

    transform: translate(-50%, -50%); /* ← これで完全中央 */
}

fieldset div.content input[type=text], fieldset div.content input[type=tel], fieldset div.content input[type=email], .form-add-user input {
  width: 326px;
}
fieldset .zipecode {
  width: 100px;
}
fieldset div.content input[type=text].textareaShort {
  width: 98%;
}
fieldset div.content input[type=text].tel01, fieldset div.content input[type=text].tel02, fieldset div.content input[type=text].tel03 {
  width: 4.5em;
}
fieldset div.content input[type=text].zipecode01 {
  width: 3.5em;
}
fieldset div.content input[type=text].zipecode02 {
  width: 4.5em;
}
fieldset div.content select.selectAddress {
  width: auto;
}
fieldset div.content input[type=text].address01, fieldset div.content input[type=text].address02 {
  width: calc(100% - 30px);
}
fieldset div.content select.selectMonth, fieldset div.content select.selectDay {
  width: 4.5em;
}
fieldset .formMarkColor {
  color: #cc0000;
}
fieldset .radio {
  margin: 4px;
}
fieldset .checkbox {
  margin: 4px;
}
fieldset.comment {
    line-height: 1em;
    text-align: center;
    padding: 0;
    font-weight: bold;
}
fieldset.comment legend {
  position: relative;
    text-align: center;
    width: calc(100% - 20px);
    padding: 35px 10px 35px;
    background: #1d2a73;
    font-weight: bold;
    color: #fff;
    font-size: 20px;
	cursor: pointer;
}

fieldset.comment legend a {
  position: absolute;
	top: 0;
  inset: 0;             /* top:0; right:0; bottom:0; left:0 と同義 */
  display: flex;
  align-items: center;  /* テキストを中央に揃える */
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #181a5e;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  text-decoration: none;
}

fieldset.comment legend .questionTopTxt {
	display: block;
	font-size: 12px;
}

/* ＋アイコンを右端に配置 */


fieldset.comment legend .questionnaire-box-open-btn::after {
  content: '＋';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}


fieldset.comment legend .questionnaire-box-close-btn::after {
  content: '－';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2em;
}





fieldset.comment .content {
  display: none;
}
fieldset .comment span {
  display: block;
  font-size: 90%;
  font-weight: normal;
}
fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxTitle {
  width: 120px;
}
fieldset .shoppingOrdererInformationBox .shoppingOrdererInformationBoxInnerInputGroup {
  margin-left: 130px;
  margin-top: -18px;
}
fieldset .shoppingDeliverySelectBox .shoppingDeliveryBoxTitle {
  width: 120px;
}
fieldset .shoppingDeliveryBox .shoppingDeliveryBoxTitle {
  width: 120px;
}
fieldset .shoppingDeliveryTimeSelectBox .shoppingDeliveryTimeSelectBoxTitle {
  width: 120px;
}
fieldset .shoppingDeliveryBox .shoppingDeliveryBoxInnerInputGroup {
  margin-left: 130px;
  margin-top: -18px;
}
fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxTitle {
  width: 120px;
}
fieldset .shoppingPaymentMethodCreditBox .shoppingPaymentMethodCreditBoxInner .cardNumber {
  width: 50%;
}
fieldset .textarea {
  width: 100%;
  height: 200px !important;
  padding: 15px !important;
}
fieldset.property-title .textarea {
  height: auto;
}
fieldset.formBlock .goodsOrderSelectBox {
  margin-left: 0;
}
fieldset.formBlock .goodsOrderSelectBox li:first-child {
  border-top: none;
  padding-top: 0;
}
fieldset.formBlock .goodsOrderSelectBox li {
  overflow: hidden;
  padding-top: 15px;
  border-top: 1px dotted #cccccc;
  list-style: none;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsItem {
  float: left;
  width: 49%;
}
fieldset.formBlock .goodsOrderSelectBox li div label {
  overflow: hidden;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionName {
  display: block;
  margin-bottom: 5px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionItem {
  float: right;
  width: 49%;
  margin: 0;
}
fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList {
  margin-left: 0;
}
fieldset.formBlock .goodsOrderSelectBox li div .goodsOrderSelectBoxOptionList li select {
  width: 97%;
}
fieldset.formBlock .goodsOrderSelectBox li li {
  list-style: none;
  border-top: none;
  padding-top: 0;
}
fieldset.formBlock .goodsOrderSelectBox li label input.checkbox {
  float: left;
  margin: 70px 0 0 0;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail {
  display: block;
  float: left;
  height: 155px;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsThumbnail img {
  width: auto;
  height: 100%;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsName {
  cursor: pointer;
  margin-bottom: 10px;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsPrice {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 10px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsOptionTitle {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #B6D9F2;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem {
  clear: both;
  overflow: hidden;
  margin-top: 15px;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftTitle {
  display: block;
  margin-bottom: 5px;
  padding: 5px;
  background-color: #B6D9F2;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList {
  float: left;
  width: 33%;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsGiftItem .goodsGiftItemList .goodsGiftThumbnail img {
  width: 100%;
  height: auto;
}
fieldset.formBlock .goodsOrderSelectBox li label .goodsTitle {
  float: left;
}
fieldset.formBlock .goodsOrderSelectBox li .goodsText {}
fieldset.formBlock .goodsOrderSelectBox li .goodsText input[type="text"] {
  width: 2.5em;
}
.select1Line label {
  display: inherit;
}
.button {
  margin: 40px 0 0 0;
  text-align: center;
}
.btnSend {
  position: relative;
}
span.btnSend {
  display: inline-block;
}
.btnSend input {
  position: relative;
  display: block;
  border: none;
  background: #1d2a73;
  color: #ffffff !important;
  padding: 20px 60px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
	font-family: 'Zen Old Mincho', serif !important;
	border-radius: 5px;
}
.btnSend input:hover {
  opacity: 0.8;
  text-decoration: none;
  color: #ffffff !important;
}
.btnBack {
  position: relative;
  margin-right: 20px;
}
span.btnBack {
  display: inline-block;
}

.btnSend input, .btnBack input {
    cursor: pointer;
}


.btnBack input {
  position: relative;
  display: block;
  border: none;
  background: #cdccc9;
  color: #ffffff !important;
  padding: 20px 60px;
  line-height: 1em;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
	font-family: 'Zen Old Mincho', serif !important;
	border-radius: 5px;
}
.btnBack input:hover {
  opacity: 0.8;
  text-decoration: none;
}
.bookSelect label {
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-bottom: 20px;
  padding: 15px 10px;
  background: #f4f2e9;
}
.bookSelect label .checkboxImage {
  display: block;
  text-align: center;
}
.bookSelect label input {
  float: left;
  margin-bottom: 2em;
}
.bookSelect label .checkboxValue {
  display: inline;
  font-size: 14px;
}
.smallFlowBox {
  margin-bottom: 30px;
}
.submitBtn:hover {
  opacity: 0.8;
}

	.field-box label {
		display: block;
	}
/* Button【変更注意】ボタンスタイル
----------------------------------------------- */
.fileDownload {
  display: inline-block;
  border: 1px solid #7CA800;
  margin: 20px 0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: linear-gradient(#ffffff, #AFC900);
  background-image: -moz-linear-gradient(top, #ffffff, #AFC900);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#AFC900));
  background: -ms-linear-gradient(top, #ffffff, #AFC900);
}
.fileDownload:hover {
  background: linear-gradient(#619212, #375E13);
  background-image: -moz-linear-gradient(top, #619212, #375E13);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#619212), to(#375E13));
  background: -ms-linear-gradient(top, #619212, #375E13);
}
.fileDownload a {
  display: block;
  padding: 5px 1em;
  text-align: center;
  color: #385F13;
  text-decoration: none;
  border: 1px solid #ffffff;
  font-size: 13px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.fileDownload a:hover {
  color: #ffffff;
}

.selModalButton {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding: 10px 22px 10px 12px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    text-decoration: none;
    line-height: normal;
    cursor: pointer;
    text-align: left;
    color: #000;
}

@media only screen and (max-width: 767px) {
  form.mailForm ,  form.form-validation{
    margin: 0 0 30px;
    padding: 20px 0;
  }
  fieldset div.content input[type=text], fieldset div.content input[type=tel], fieldset div.content input[type=email], .form-add-user input {
    width: 100% !important;
  }
.login_text.withdrawal .tit {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 17px;
}
	
fieldset.comment legend {
    position: relative;
    text-align: center;
    width: calc(100% - 20px);
    padding: 25px 10px 25px;
    background: #1d2a73;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}
	
fieldset.comment legend a {
    position: absolute;
    top: 0;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #1d2a73;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}
fieldset.comment legend .questionnaire-box-open-btn::after {
    content: '＋';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
	
fieldset.comment legend .questionnaire-box-close-btn::after {
    content: '－';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}
fieldset legend.title {
	margin-right: 0;
}
	


}
/* FAQCommonStyle【変更注意】FAQスタイル
----------------------------------------------- */
.faqList {
  overflow: hidden;
  margin: 0 0 30px;
}
.qMarkText {
  display: block;
  margin: 0 0 10px;
  padding: 3px 0 7px 70px;
  background: url("../../../contents/templates/images/bg_qMark.png") no-repeat scroll 0 0 transparent;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5em;
  color: #000;
}
.aMarkText {
  background: url("../../../contents/templates/images/bg_aMark.png") no-repeat scroll 0 0 transparent;
  padding: 7px 0 7px 70px;
  line-height: 1.5em;
  font-size: 16px;
}
/* sitemapStyle【変更注意】サイトマップスタイル
----------------------------------------------- */
.sitemapTitle {
  margin-bottom: 5px !important;
  font-weight: bold;
  font-size: 1em !important;
}
.sitemapList {
  list-style: none;
  margin-left: 0;
}
.sitemapList ul {
  list-style: none;
  margin: 0 0 0 20px;
}
.sitemapList ul ul {
  list-style: none;
  margin: 0 0 0 20px;
}
.sitemapList ul ul ul {
  list-style: none;
  margin: 0 0 0 20px;
}


.sitemap.sitemap_list ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}

.sitemap.sitemap_list ul li {
	padding: 10px 0;
	width: 33%;
}

.sitemap.sitemap_list ul li a {
	padding: 10px 0;
	font-size: 18px;
	text-decoration: none;
}

@media screen and (max-width: 767px) {
.sitemap.sitemap_list ul {
    display: block;
}
.sitemap.sitemap_list ul li {
    padding: 5px 0;
    width: 100%;
}
.sitemap.sitemap_list ul li a {
    padding: 10px 0;
    font-size: 15px;
}
}


/* blockQuote【変更注意】ブロッククォートスタイル
----------------------------------------------- */
blockquote {
  padding: 20px 20px 20px 50px;
  background: url(../../../contents/templates/images/bg_blockQuote.png) no-repeat 10px 20px;
  background-size: 30px 30px;
  background-color: #CCEAFF;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
/* decoration【変更注意】データタイプ適用スタイル
----------------------------------------------- */
.numberDecoration {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.numberDecoration li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  min-height: 40px;
}
.numberDecoration li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #d52520;
  display: block;
  float: left;
  line-height: 42px;
  margin-left: -58px;
  text-align: center;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  font-size: 21px;
  color: #fff;
  margin-top: -10px;
  clear: both;
}

.squareDotLine {
  margin: 0 0 30px;
  padding: 20px 30px;
  border: 8px solid #f1f1f1;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
.squareDotLine h1:first-child, .squareDotLine h2:first-child, .squareDotLine h3:first-child, .squareDotLine h4:first-child, .squareDotLine h5:first-child, .squareDotLine h6:first-child {
  margin-top: 0;
}
.squareDotLine p:last-child, .squareDotLine ul:last-child {
  margin-bottom: 0 !important;
}

.marginLeft100 {
  margin-left: 100px !important;
}
.flow_process h2 {
  text-align: left;
  margin: 0 0 20px 0 !important;
  color: #181c85 !important;
  font-size: 25px !important;
}
.no-01:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "1";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-02:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "2";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-03:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "3";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-04:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "4";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-05:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "5";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-06:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "6";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-07:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "7";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-08:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "8";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
.no-09:before {
  margin-top: -4px;
  margin-right: 54px;
  float: left;
  content: "9";
  color: #000000;
  font-size: 68px;
  font-weight: 100;
  min-width: 44px;
  font-family: "Rounded Mplus 1c";
  font-weight: 100;
  text-align: center;
}
#main a img:hover {
  transition: 0.5s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #cccccc;
  padding: 15px;
  background-color: #ffffff;
  vertical-align: middle;
  font-size: 16px !important;
	box-sizing: border-box;
}
select {
  height: auto;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.width100 {
  width: 100%;
  height: auto;
}
.wrap {
  width: 100% !important;
}
.wrap .wrapLeft {
  width: 510px !important;
  height: 380px;
  padding: 10px;
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.wrap .wrapLeft img {}
.wrap .wrapRight {
  width: 150px !important;
}
.wrap .wrapRight img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  cursor: pointer;
}
/* DB GOODS INFORMATION【変更注意】DB商品情報
----------------------------------------------- */
.goodsDetailInfo {
  overflow: hidden;
  margin-bottom: 30px;
}
.goodsDetailInfo .goodsThumbNail {
  float: left;
  margin: 0 20px 0 0;
}
.goodsDetailInfo .goodsThumbNail img {
  width: 100%;
  height: auto;
}
.goodsDetailInfo .goodsDetailBasicInfo {
  float: right;
  width: 415px;
}
.goodsDetailInfo .goodsDetailBasicInfo h1 {
  margin-top: 0;
  font-size: 1.4em;
}
.goodsDetailInfo .goodsPrice {
  color: #cc0000 !important;
  font-size: 1em;
  font-weight: bold;
}
.goodsDetailInfo .goodsPrice:before {
  content: "価格：";
}
.goodsDetailInfo .goodsOptionBox {
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #cccccc;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.goodsDetailInfo .goodsOptionBox ul {
  margin: 0 0 1em;
}
.goodsDetailInfo .goodsOptionBox ul li {
  list-style: none;
}
.goodsDetailInfo .goodsOptionBox ul li h2 {
  margin: 0 0 5px;
  font-size: 1em;
}
.goodsDetailInfo .goodsOptionBox ul li select {
  min-width: 4em;
  max-width: 97%;
}
.goodsDetailInfo .goodsQuantityBox h2 {
  display: inline-block;
  margin: 0;
  font-size: 1em;
}
.goodsDetailInfo .goodsQuantityBox input {
  width: 2.5em;
}
.goodsDetailInfo .goodsDeliveryBox {
  margin-top: 15px;
}
.goodsDetailInfo .goodsDeliveryBox h2 {
  display: inline-block;
  margin: 0;
  font-size: 1em;
}
.goodsDetailInfo .goodsDeliveryBox select {
  max-width: 97%;
  min-width: 7em;
}
.goodsDetailInfo .button {
  text-align: left;
}
.searchForm {
  margin: 0 2px 15px;
}
.searchForm h1 {
  color: #666666;
  display: block;
  font-size: 14px;
  margin-bottom: 1px;
  padding: 8px 6px 8px 1em;
  text-decoration: none;
  background: #dbdbdb; /* Old browsers */
  background: -moz-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(50%, #d6d6d6), color-stop(51%, #c1c1c1), color-stop(100%, #dddddd)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, #dbdbdb 0%, #d6d6d6 50%, #c1c1c1 51%, #dddddd 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#dddddd', GradientType=0) !important; /* IE6-9 */
  border: 1px solid #C5C5C5;
}
.searchForm form {
  padding: 10px;
  background: #f8f8f8;
}
.btnRed {
  margin-top: 30px !important;
}
.btnRed a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  background: #cb3c2c;
  border-radius: 5px;
  padding: 13px 20px;
}
.btnRed a:hover {
  background: #de4130;
}
.termSwitchBox {
  text-align: center;
  margin: 50px 0;
}
.termSwitchBox a {
  text-decoration: none;
  font-size: 40px !important;
}
/* ローディングアイコン */
#site_loader_overlay {
  position: fixed;
  background: #fff;
  background: rgba(255, 255, 255, 1);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 99999;
  opacity: 1;
  /*-webkit-transition: opacity 0.3s; transition: opacity 0.3s;*/
}
#site_loader_spinner {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: -30px;
  margin-left: -30px;
  border: 4px solid #ccc;
  border-top-color: #666;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: loading 1.2s linear infinite;
  -webkit-animation: loading 1.2s linear infinite;
}


.tagIcon span {
  font-size: 14px;
  color: #b2a88a;
}
.iconType01 {
  background: #d44242;
}
.iconType02 {
  background: #2f77c1;
}
.iconType03 {
  background: #539a1a;
}
.iconType04 {
  background: #91c416;
}
.iconType05 {
  background: #ed8d12;
}
.iconType06 {
  background: #1baf99;
}
.iconType07 {
  background: #9b872a;
}
.iconType08 {
  background: #9b3f2a;
}
.iconType09 {
  background: #ac4e62;
}
.iconType10 {
  background: #34366d;
}
.iconType11 {
  background: #34366d;
}
#slideElement1, #slideElement2, #slideElement3, #slideElement4, #slideElement5 {
  display: none;
}
.slide-button {
  text-decoration: underline;
  cursor: pointer;
}
.slide-button:hover {
  color: #d50600;
}
/* マイページログイン スタイル
----------------------------------------------- */
#menbersLoginBlock, #memberInformation {
  width: 100%;
    margin: 0 auto 150px;
    padding: 60px 0;
    background: #fff;
}
#menbersLoginBlock h2 {
  margin: 0 0 40px;
  padding: 10px;
  background: #19B5C4;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
#menbersLoginBlock h3, #memberInformation h3 {
  margin: 0 0 40px;
  padding: 10px;
  background: #19B5C4;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.menbersLoginNew {
  text-align: center;
}
.menbersLoginNew a {
  padding: 19px 50px;
  background: #fc6666;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
}
.menbersLoginNew a:hover {
  background: #f86262;
}
.shoppingMembersLoginForm {
  width: 720px;
  margin: 0 auto;
}
.shoppingMembersLoginForm input {
  width: calc(100% - 120px);
    max-height: 65px;
	font-family: 'Zen Old Mincho', serif !important;
}
.logoutButtonBox {
  display: block;
  text-align: center;
}
.logoutButtonBox .shoppingMemberLogoutBtn {
  width: 20%;
  display: inline-block;
  padding: 15px 15px;
  background: #565656;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.logoutButtonBox .shoppingMemberLogoutBtn:hover {
  background: #9a9a9a;
}
.logoutButtonBox .shoppingMemberLeaveBtn {
  width: 20%;
  display: inline-block;
  padding: 15px 15px;
  background: #7b7973;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
}
.logoutButtonBox .shoppingMemberLeaveBtn:hover {
  background: #a09d96;
}

.menbersLoginMailAddress , .menbersLoginPassword {
	display: flex;
}

.menbersLoginMailAddress span , .menbersLoginPassword span {
	width: 120px;
    height: 65px; /* 高さを明示 */
    margin-bottom: 20px;
    padding: 0 20px; /* 上下のpaddingはなくすと高さが正確に制御しやすい */
    background: #000000;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center; /* 内容を中央揃えにしたい場合 */
    box-sizing: border-box; /* padding含めてサイズを計算 */
}




::placeholder {
  color: rgba(8, 7, 36, 0.5);        /* 色（グレーなど） */
  font-size: 15px;    /* 文字サイズ */
	font-weight: normal;
	font-family: 'Zen Old Mincho', serif !important;
}


.shoppingMemberUserInfoView, .memberUserBtn {
  margin-bottom: 20px;
  text-align: center;
}
.shoppingMemberUserInfoEdit2 {
  margin-bottom: 20px;
  text-align: center;
}
.editButton .shoppingEditBtn {
  position: relative;
    width: 520px;
    display: inline-block;
    padding: 20px 0;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    border: 1px solid #000000;
    color: #000000;
	cursor: pointer;
}

.editButton .shoppingEditBtn::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    background-image: url(../../../contents/templates/images/arrow12.png);
}


.editButton .shoppingEditBtn:hover {
 opacity: 0.7;
    transition: 0.5s;
}





.closeButton .shoppingCloseBtn, .saveButton .shoppingSubmitBtn {
  width: 20%;
  margin: 0 5px;
  display: inline-block;
  padding: 15px 15px;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
  font-size: 16px;
  border: 1px solid #000000;
  cursor: pointer;
}
.closeButton .shoppingCloseBtn:hover, .saveButton .shoppingSubmitBtn:hover {
  background: #000000;
  border: 1px solid #000000;
  color: #fff;
}
.shoppingMembersLostItems {
  text-align: center;
}

#menbersLoginBlock span {
  display: block;
  font-size: 15px;
}
#menbersLoginBlock #menbersLoginBlockInner {
  width: 720px;
    margin: 0 auto;
    padding: 0;
}
#menbersLoginBlock .validation-error-message-box {
  margin-top: -10px;
  margin-bottom: 20px;
}
#menbersLoginBlock .menbersLoginButton, .memberSubmitBtnBox {
width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}
#menbersLoginBlock .shoppingMembersLostSendButton, #menbersLoginBlock .shoppingMembersSettingButton {
  margin: 40px 0 20px;
  text-align: center;
}

#menbersLoginBlock .menbersLoginButton span a, #menbersLoginBlock .shoppingMembersLostSendButton span a, #menbersLoginBlock .shoppingMembersSettingButton span a, .memberSubmitBtnBox a {
	position: relative;
    width: 520px;
    display: inline-block;
    padding: 20px 0;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
	    border: 1px solid #000000;
    color: #000000;
	cursor: pointer;
}

#menbersLoginBlock .menbersLoginButton span a::after, #menbersLoginBlock .shoppingMembersLostSendButton span a::after, #menbersLoginBlock .shoppingMembersSettingButton span a::after, .memberSubmitBtnBox a::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
	    background-image: url(../../../contents/templates/images/arrow12.png);
}

#menbersLoginBlock .menbersLoginButton span a:hover, #menbersLoginBlock .shoppingMembersLostSendButton span a:hover, #menbersLoginBlock .shoppingMembersSettingButton span a:hover, .memberSubmitBtnBox a:hover {
  opacity: 0.7;
	transition: 0.5s;
}
#menbersLoginBlock .menbersLoginPasswordForgot p {
  margin: 10px 0;
  padding: 0;
}
#menbersLoginBlock .menbersAccountAdd p {
  margin: 10px 0;
  padding: 0;
}
.shoppingMembersLostPasswdForm input {
  width: 720px;
}
#shoppingMemberAddBlock, #shoppingMemberEditBlock, #shoppingMemberDeliveryBlock {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  margin: 20px auto 30px;
}
#shoppingMemberDeliveryEditBox {
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  margin-bottom: 30px;
}
#shoppingMemberDeliveryBlock .shoppingMemberDeliveryListBox .buttonGreen {
  margin-bottom: 20px;
}
#shoppingMemberAddBlock #shoppingMemberAddBlockInner, #shoppingMemberEditBlock .shoppingMemberUserInfoBox, #shoppingMemberDeliveryBlock .shoppingMemberDeliveryListBox, #shoppingMemberDeliveryEditBox #shoppingMemberDeliveryEditBoxInner, .shoppingDeliveryInfoBox .shoppingDeliveryInfoBoxInner, .shoppingGiftBox .shoppingGiftBoxInner, .shoppingConfirmationBox .shoppingConfirmationBoxInner {
  padding: 20px;
}


@media only screen and (max-width: 767px) {
::placeholder {
  font-size: 13px;    /* 文字サイズ */
}
#menbersLoginBlock .shoppingMembersLostSendButton, #menbersLoginBlock .shoppingMembersSettingButton {
  margin: 30px 0 0;
  text-align: center;
}
#menbersLoginBlock .menbersLoginButton span a::after, #menbersLoginBlock .shoppingMembersLostSendButton span a::after, #menbersLoginBlock .shoppingMembersSettingButton span a::after, .memberSubmitBtnBox a::after {
    width: 5px;
    height: 7px;
    right: 20px;
}
.link_text a {
    font-size: 13px;
}
.link_text {
    margin-top: 20px;
}
.shoppingMembersLostPasswdForm input {
  width: 100%;
  margin-bottom: 20px;
}
	.menbersLoginMailAddress, .menbersLoginPassword {
    display: block;
}
#menbersLoginBlock #menbersLoginBlockInner {
    width: 100%;
}
.shoppingMembersLoginForm {
    width: 100%;
}
#menbersLoginBlock span {
    font-size: 13px;
}
.menbersLoginMailAddress span, .menbersLoginPassword span {
    width: 100%;
    height: 35px;
    margin-bottom: 0;
    padding: 0 20px;
    background: #000000;
    color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
}
.shoppingMembersLoginForm input {
    width: 100%;
    max-height: 48px;
    font-family: 'Zen Old Mincho', serif !important;
}
#menbersLoginBlock, #memberInformation {
    width: 92%;
        margin: 0 auto 50px;
        padding: 30px 4%;
}
	
.shoppingMemberUserInfoBox table {
    width: 100%;
    margin: 0 auto 30px;
    font-size: 13px;
}
	
	.shoppingMemberUserInfoBox table {
		border-top: 1px solid #cccccc;
	}
	
.shoppingMemberUserInfoBox table th {
    vertical-align: middle;
    padding: 10px 0 0;
    font-size: 14px;
	border: none;
}
	
.shoppingMemberUserInfoBox table td {
    vertical-align: middle;
    padding: 0 0 10px;
    font-size: 15px;
}
.editButton .shoppingEditBtn {
    width: 100%;
    padding: 15px 0;
    font-size: 14px;
    text-align: center;
}
.editButton .shoppingEditBtn::after {
    width: 5px;
    height: 7px;
    right: 20px;
}
.logoutButtonBox .shoppingMemberLeaveBtn {
    width: 40%;
    display: inline-block;
    padding: 14px 15px;
    background: #7b7973;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}
}





@media screen and (max-width:480px) {
  #shoppingMemberAddBlockInner th, #shoppingMemberAddBlockInner td, #shoppingMemberDeliveryEditBoxInner th, #shoppingMemberDeliveryEditBoxInner td, .shoppingConfirmationBoxInner th, .shoppingConfirmationBoxInner td, .shoppingMemberUserInfoBox th, .shoppingMemberUserInfoBox td, .shoppingDeliveryInfoBoxInner th, .shoppingDeliveryInfoBoxInner td, .shoppingGiftBoxInner th, .shoppingGiftBoxInner td {
    display: block;
    width: 100% !important;
  }
  #shoppingMemberAddBlockInner th, #shoppingMemberDeliveryEditBoxInner th, .shoppingConfirmationBoxInner th, .shoppingMemberUserInfoBox th, .shoppingDeliveryInfoBoxInner th, .shoppingGiftBoxInner th {
    background: none;
  }
}
input.userEmail {
  width: 90%;
}
input.userZipCode1 {
  width: 3.5em;
}
input.userZipCode2 {
  width: 4.5em;
}
.userArea {
  display: block;
  margin-bottom: 5px;
}
input.userAddress {
  width: 90%;
}
input.userBuilding {
  width: 90%;
}
input.userTel1, input.userTel2, input.userTel3 {
  width: 4.5em;
}
@media screen and (min-width: 897px) {
  /* 481px以上に適用されるCSS（タブレット/PC用） */
  #sp_menu {
    display: none;
  }
  .sp_contentBox {
    display: none;
  }
  .sp_tel {
    display: none;
  }
  #fixbanner {
    display: none;
  }
  .foot_menu {
    display: none;
  }
  .pc_remove {
    display: none !important;
  }
}
@media screen and (max-width: 959px) {
  /* 959px以下に適用されるCSS（タブレット用） */
  header #logo {}
}
@media screen and (max-width: 375px) {
  /* 480px以下に適用されるCSS（タブレット用） */
.spOnly750 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* 896px以下に適用されるCSS（スマホ用） */
  body {
    min-width: initial;
  }
  #header {
    width: 100%;
    height: 80px;
    margin: 0 0 0;
    min-width: 100%;
  }
  .pcOnly {
    display: none;
  }
  .spOnly, .brSp, .imgSp {
    display: block;
  }

  .logo {
    top: 15px;
    left: 15px;
    width: 75px;
    height: 50px;
  }

  .navProfile {
    width: 90%;
    display: block;
    margin-top: 15px;
    justify-content: center;
    align-items: center;
  }
  #fullscreenNav .navList {
    width: 90%;
  }
  #fullscreenNav .navMenu {
    width: 100%;
  }
  #fullscreenNav .navMenu li {
    margin: 0 0 7px;
    padding-bottom: 7px;
    width: 90%;
    border-bottom: 1px solid #dddce7;
  }
  .navProfile .profile_img {
    text-align: center;
    margin: 0 0 15px 0;
  }
  #fullscreenNav .navMenu a {
    font-size: 14px;
  }
  #fullscreenNav .navMenu {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    gap: 0 8px;
  }
  #fullscreenNav .snsBox {
    margin-top: 10px;
    margin-bottom: 50px;
  }
  #fullscreenNav .icoTel {
    align-items: center;
    justify-content: center;
    gap: 0.5em;
    font-size: 26px !important;
    line-height: 1.5;
    margin: 0 auto;
  }
  #fullscreenNav .profile_text p {
    font-size: 12px;
    margin: 0 0 10px 0;
    line-height: 1.5em;
  }
  #fullscreenNav .profile_text p {
    font-size: 12px;
    margin: 0 0 10px 0;
    line-height: 1.5em;
    text-align: center;
  }
  #fullscreenNav .profile_img img {
    width: 30%;
    height: auto;
	  margin: 0 auto;
  }
  #header .wrapper {
    width: 100%;
    height: 80px;
  }
  #wrapper {
    width: 100%;
  }
  #home #wrapper > header {
    height: 50px;
    margin: 0;
    padding: 0;
    z-index: 1000;
    top: 0;
  }

  .top-banner {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #63636d;
    width: 100%;
    height: 74px;
  }
  .top-head-banner img {
    width: 74px;
    height: 74px;
  }
  .banner-text {
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 0.39px;
  }
  .banner-subtext {
    position: absolute;
    bottom: -1px;
    right: 0;
    font-size: 18px;
    opacity: 0.15;
    font-weight: 300;
    line-height: 1;
  }


  #menu {
    width: 100%;
    padding: 0;
  }
  .header_menu {
    padding: 0;
    width: 100%;
  }
  .fix_menu {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    display: block;
  }
  main {
    padding-top: 0;
    min-width: 100%;
    max-width: 100%;
  }
  #home main {
    padding-top: 0;
  }

  .sp_15 {
    max-width: 112%;
    margin: 0 -6%;
  }
  .sectionInner img, .top_banner_2line img, .top_banner_1line img {}
  .point3 img {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
  }
  .flexbtn {
    margin: 20px 0 40px;
    display: block;
    /* justify-content: center; */
  }
  .cautionText2 {
    margin: 30px 0 !important;
    text-align: center;
    font-size: 17px !important;
    font-family: serif;
  }
  .paging-type03 a {
    margin: 0 auto 20px;
    width: 90%;
    display: block;
    padding: 12px 0;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
    background: #FFDC00;
    text-align: center;
    font-weight: bold;
  }
  .paging-type04 a {
    margin: 0 auto 20px;
    width: 90%;
    display: block;
    padding: 12px 0;
    border-radius: 60px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    background: #fda535;
    text-align: center;
    font-weight: bold;
  }

  .aBox {
    margin-bottom: 30px;
    cursor: pointer;
  }
  .aBox .boxIn {
    display: block;
    margin-bottom: 10px;
  }
  .aBox .imgBox {
width: calc(92% + 30px);
        margin: 0 auto;
        height: 250px;
  }
  .aBox .iconBox img {
    width: 26%;
    height: auto;
  }
  .aBox .iconBox {
    position: absolute;
    top: -18px;
    left: -17px;
    z-index: 3;
  }
  .aBox .boxBtn {
    width: auto;
    margin-top:25px;
    padding: 10px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
    text-indent: 0;
  }
.boxTit {
font-size: 18px !important;
        line-height: 1.4em;
        border-left: none;
        margin: 15px 0 11px;
        padding: 0;
  }
.reservation .subIn .boxTxt {
    margin-right: 10px;
    font-size: 13px !important;
    line-height: 1;
}
.reservation .subIn .map a {
    background: #000000;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    padding: 3px 7px 4px;
    line-height: 1;
}                                                                        
  .aBox .boxTxt {
    border-top: none;
        font-size: 15px !important;
        line-height: 25px;
        margin-bottom: 0 !important;
        font-weight: 500;
  }
  .secPromise .list {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .equipmentBox img {
    margin-bottom: 15px;
  }
  .equipmentBox_l {
    width: 100%;
    margin-right: 0;
  }
  .equipmentBox_r {
    width: 100%;
  }
  .spNone, .brPc, .imgPc {
    display: none;
  }
  header #logo {
    float: left;
    padding: 2px 10px 0;
  }
  header #logo img {
    width: 70%;
  }
  .contentBox {
    display: none;
  }
  #mainNav {
    display: none;
  }
  .sp_tel {
    float: left;
    margin-top: 10px;
    margin-right: 6px;
  }
  .sp_tel img {
    height: 29px;
    width: auto;
  }
  .sp_contentBox {
    float: right;
    padding-bottom: 0;
  }
  .sp_contentBox .snsBtn {
    list-style: none;
  }
  .sp_contentBox .snsBtn li {
    float: right;
    margin: 10px 0 0 5px;
  }
  .sp_contentBox .snsBtn01 {
    list-style: none;
    width: 21%;
  }
  .sp_contentBox .snsBtn01 img {
    width: 100%;
  }
  .sp_contentBox .snsBtn02 {
    list-style: none;
    width: 21%;
  }
  .sp_contentBox .snsBtn02 img {
    width: 100%;
  }
  #menu-inner {
    background: #fff;
    margin: 15px 15px 5px;
    /* height: 43px; */
    box-sizing: border-box;
  }
  .pagefix {
    overflow: hidden;
    height: 100%;
  }
  #sp_menu {
    float: right;
  }
  #sp_menu #menu-label {
    color: #fff;
    font-size: 9px !important;
    font-weight: bold;
    margin: 16px 0 0 0 !important;
    width: 26px;
  }
  #sp_menu #menu-label img {
    width: 100%;
  }
  #sp_menu #menu-trigger, #sp_menu #menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #sp_menu #menu-trigger {
    position: relative;
    width: 32px;
    height: 20px;
  }
  #sp_menu #menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 60px;
    background-color: #23b8c5;
  }
  #sp_menu #menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  #sp_menu #menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
  #sp_menu #menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #sp_menu.active #menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
  #sp_menu.active #menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  #sp_menu.active #menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  #menu-list {
    background: #fff;
    height: 0;
    left: 0;
    position: absolute;
    top: 49px;
    width: 100%;
    overflow: hidden;
    transition: .5s;
    z-index: 101;
  }
  #sp_menu.active #menu-list {
    height: calc(100vh - 55px);
    overflow: scroll;
  }
  #sp_menu #menu-list > #menu-list-inner {
    margin: 0 0 10px;
    transition: .5s;
    height: calc(100vh);
    padding-bottom: 140px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul {
    padding: 10px 40px;
    margin: 0;
  }
  #sp_menu #menu-list #menu-list-inner .sp_menu_btn {
    padding: 10px 40px;
    margin: 0;
  }
  #sp_menu #menu-list #menu-list-inner .sp_menu_btn li {
    float: left;
    width: 48%;
    list-style: none;
  }
  #sp_menu #menu-list #menu-list-inner .sp_menu_btn li:nth-child(2) {
    margin-left: 4%;
  }
  #sp_menu #menu-list #menu-list-inner .sp_menu_btn li a {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 15px;
    background-color: #f5c400;
    color: #333 !important;
    text-decoration: none;
  }
  #sp_menu #menu-list #menu-list-inner .sp_menu_btn li:nth-child(2) a {
    background-color: #f5c400;
    color: #333 !important;
  }
  #sp_menu.active #menu-list #menu-list-inner #sp_menu-main_passo {
    background: #f7f7f7;
  }
  #sp_menu.active #menu-list #menu-list-inner #sp_menu-main {
    background: #ffffff;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li {
    list-style: none;
    opacity: 0;
    transition: .5s;
    margin-bottom: 0;
    border-bottom: 1px solid #88dde5;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li:first-child {
    border-top: 1px solid #88dde5;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li {
    opacity: 1;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(2) {
    transition-delay: 0.05s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(3) {
    transition-delay: 0.1s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(4) {
    transition-delay: 0.15s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(5) {
    transition-delay: 0.2s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(6) {
    transition-delay: 0.25s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(7) {
    transition-delay: 0.3s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(8) {
    transition-delay: 0.35s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li:nth-child(9) {
    transition-delay: 0.4s;
  }
  #sp_menu.active #menu-list #menu-list-inner nav > ul > li {
    transition-delay: 0 !important;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li > a, #sp_menu #menu-list #menu-list-inner nav > ul > li > span {
    color: #009ba9;
    text-decoration: none;
    padding: 9px 7px;
    display: block;
    font-size: 14px;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li.hasSubMenu > a, #sp_menu #menu-list #menu-list-inner nav > ul > li.hasSubMenu > span {
    background: url(../../../contents/templates/images/sp_bg_li.png) no-repeat 98% 50% / 9px !important;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li.hasSubMenu > a.open, #sp_menu #menu-list #menu-list-inner nav > ul > li.hasSubMenu > span.open {
    background: url(../../../contents/templates/images/sp_bg_li_open.png) no-repeat 98% 50% / 9px !important;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li.current::before {
    content: '';
    background: url(../../../contents/templates/images/sp_bg_li_current.png) no-repeat left 50%;
    background-size: 5px;
    width: 5px;
    margin-left: -5px;
    height: 10px;
    float: left;
    margin-top: 17px;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li > ul {
    display: none;
    padding: 0 0 0 14px;
    margin: 0;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li.current > ul {
    /*display: block;*/
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li > ul > li {
    list-style: none;
    margin-bottom: 0;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li > ul > li.current::before {
    content: '';
    background: url(../../../contents/templates/images/sp_bg_li_current.png) no-repeat left 50%;
    background-size: 5px;
    width: 5px;
    margin-left: -5px;
    height: 10px;
    float: left;
    margin-top: 12px;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li > ul > li:last-child {
    margin-bottom: 14px;
  }
  #sp_menu #menu-list #menu-list-inner nav > ul > li > ul > li > a {
    color: #010101;
    text-decoration: none;
    padding: 7px;
    display: block;
    font-size: 14px;
  }
  #section01 {
    margin: 0;
  }
  #section01Inner {
    margin: 0 10px;
  }
  #bxSlider_mainVisual_block {
    float: none !important;
    position: relative;
    overflow: hidden;
    /*    width: 100%; */
  }
  #bxSlider_mainVisual_block .bx-wrapper {
    margin-bottom: 15px;
  }
  #bxSlider_mainVisual_block .bx-viewport {
    border: none;
    box-shadow: none;
    left: 0;
  }
  #bxSlider_mainVisual {
    margin: 0;
    padding: 0;
  }
  #bxSlider_mainVisual li {
    list-style: none;
    width: 100%;
  }
  #bxSlider_mainVisual li img {
    width: 100% !important;
    height: auto;
  }
  #wrapper > footer {
    width: 100%;
    clear: both;
    min-width: 100%;
	  font-size: 10px;
  }
  #wrapper > footer #block_commonBlock01, #wrapper > footer #block_commonBlock02, #wrapper > footer #block_commonBlock03 {
    width: 100%;
  }
  #footer_copyright_inner {
    width: 100% !important;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }
  main > article #section01 h2 {
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }
  main > article .sectionInner h2, main > article #section02 h2, main > article #section03 h2, main > article #section04 h2, main > article #section05 h2, main > article #top_estateList h2, main > article .sectionInner_news h2, main > article .sectionInner_event h2 {
    position: relative;
    margin-bottom: 20px;
    padding: 0;
    text-align: center;
  }
  .titleDecoration {
    font-size: 16px !important;
    font-weight: 600;
  }
  main > article .sectionInner h2 span, main > article #section02 h2 span, main > article #section03 h2 span, main > article #section04 h2 span, main > article #section05 h2 span, main > article #top_estateList h2 span, main > article .sectionInner_news h2 span {
    font-size: 14px;
  }


	
  @media screen and (max-width: 1000px) {
    .voiceBox {
      overflow-x: auto;
    }
    .voiceBox .pageListItemBlock {
      justify-content: flex-start;
      overflow-x: scroll;
      padding: 0 0 15px;
    }
    .voiceBox .pageListItemBlock .pageListItemBlock-type03 {
      flex: 0 0 45%;
    }
  }
  @media screen and (max-width: 767px) {


  #pageTopButton {
    position: fixed;
    bottom: 65px;
    right: 10px;
    font-size: 12px;
    display: none !important;
  }
  #pageTopButton a {
    text-decoration: none;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    background: #ffa921;
    color: #fff;
  }
  #pageTopButton a:hover {
    text-decoration: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
  }
  .scroll {
    overflow: auto; /*tableをスクロールさせる*/
    white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
  }
  .scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
    background: #BCBCBC;
  }
  table {
    width: 100%;
    border-collapse: collapse;
    color: #000000;
  }
  table th {
    padding: 5px 5%;
    font-weight: normal;
    line-height: 2em;
    vertical-align: middle;
  }
  table thead td {}
  table td {}
	
	.submitBtn {
    font-size: 16px !important;
		width: 90% !important;
		padding: 15px 0 !important;
}
	
.button {
    margin: 20px 0 0 0 !important;
}
	
	#menbersLoginBlock .menbersLoginButton span a, #menbersLoginBlock .shoppingMembersLostSendButton span a, #menbersLoginBlock .shoppingMembersSettingButton span a, .memberSubmitBtnBox a {
    width: 100%;
		font-size: 14px;
		        padding: 15px 0;
}
#menbersLoginBlock .menbersLoginButton, .memberSubmitBtnBox {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
}
	
	.memberSubmitBtnBox {
		width: calc(100% - 32px);
		padding: 0 15px;
		
	}
	
	.form_layout table th, .form_layout table td {
		display: block;
		border-bottom: none;
		padding: 0 15px 7px;
		font-size: 14px;
		line-height: 1em;
		
	}
	
	.form-validation .caution.icon {
    margin-right: 0 !important;
    margin-left: 8px !important;
    line-height: 1 !important;
}
	
	
	.form_layout table td input {
		margin-bottom: 5px;
	}
	
	
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		margin-bottom: 0;
}
	
  .sp_width100 {
    width: 100%;
    height: auto;
  }
  .sp_width50 {
    width: 50% !important;
    height: auto;
  }
  .map-left {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .kiji_tit {
    text-align: left !important;
    margin: 30px 5% 0;
  }
  .sub_catch {
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #f55274;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .sp_image_center {
    width: 70%;
    height: auto;
    margin: 0 15% 20px;
    float: none;
  }
  .event-table th {
    border-right: none;
    font-size: 16px;
  }
  #fixbanner {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
  }
  .btn_reserve {
    margin: 0 auto !important;
    width: 90%;
  }
  .btn_reserve a {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    background: #ffa800;
    box-shadow: inset 0 -3px 0 0 rgb(0 0 0 / 25%);
    padding: 19px 28px;
    text-decoration: none;
    font-size: 17px;
    font-weight: bold;
  }
  #fixbanner ul {
    margin: 0;
    padding: 0;
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
  }
  #fixbanner ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 33.3%;
    text-align: center;
  }
  #fixbanner ul li:nth-child(2) {
    margin: 0 1px;
  }
  #fixbanner ul li:first-child a {
    display: block;
  }
  #fixbanner ul li a {
    display: block;
  }
  #fixbanner ul li a img {
    vertical-align: middle;
    width: 100%;
    height: auto;
  }
  .flow_process img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    float: none;
  }

  .sp_block {
    display: block;
  }
  .listCheck {
    text-align: left;
    position: relative;
  }
  .listCheck li {
    margin-left: 20px;
    padding: 0;
    font-size: 16px;
    line-height: 1.3em;
    display: list-item;
    font-weight: 600;
    color: #313267;
    list-style: disc;
  }
 }

	
	
	
	
  img {
    border: none;
    max-width: 100% !important;
    height: auto;
  }
  .formCheckBlock, .formThanksBlock {
    width: 92%;
	  margin-top: 0;
  }
	.formCheckBlock p, .formThanksBlock p {
    margin-bottom: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 30px;
}
	
form.check fieldset div.content {
    display: inline-block;
    width: 100%;
    padding: 0 0;
	font-size: 15px;
}
	
    form.check .button {
        margin: 40px 0 0 0 !important;
    }
	
	form.check fieldset.formBlock {
        border-bottom: 1px solid #e8e8e8;
        padding: 10px 0 10px;
    }
	
	    form.check fieldset legend.title {
        line-height: 1;
    }
	

	  
form.mailForm.check, form.form-validation.check {
        margin: 0 0 30px;
        padding: 0 0;
    }
.btnBack input {
    position: relative;
    display: block;
    border: none;
    background: #cdccc9;
    color: #ffffff !important;
    padding: 15px 60px;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-family: 'Zen Old Mincho', serif !important;
	border-radius: 5px;
}
	
.btnSend input {
    position: relative;
    display: block;
    border: none;
    background: #1d2a73;
    color: #ffffff !important;
    padding: 15px 60px;
    line-height: 1em;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-family: 'Zen Old Mincho', serif !important;
	border-radius: 5px;
}
	
  .button input[type="submit"] {
    -webkit-appearance: none;
  }
  fieldset legend.title {
    display: block;
    float: none;
    width: 100%;
    padding: 15px 0 0;
    color: #000000;
    font-size: 14px;
	  line-height: 1;
  }
  fieldset div.content {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  fieldset.formBlock {
  }
  .field-box label {
    font-size: 16px;
  }
  fieldset .textarea {
    width: 100% !important;
    height: 200px;
  }
  fieldset.property-title .textarea {
    width: 100%;
    height: auto;
  }
  .field-box label {
    font-size: 16px;
    width: 100%;
    display: flex;
  }
	


.sp {
  display: none;
}
	
}

	
	
@media screen and (max-width: 767px) {
  .loan__catch {
    font-size: 18px !important;
  }
  .loan__catch .dot {
    font-size: 18px !important;
  }
  .loan__txtarea {
    text-align: left;
  }
  .pc {
    display: none;
  }
  .sub_contents .sp {
    display: block;
  }
  .sp {
    display: block;
  }
  .case__ttl-sub {
    font-size: 16px;
  }
  .case__price {
    font-size: 15px !important;
  }
  .case__price .font-en {
    font-size: 21px !important;
  }
  .case__inner {
    padding: 10px;
  }
  .loan__catch {
    letter-spacing: 0.1em;
  }
  .case__table {
    font-size: 14px;
  }
  .case__table th {
    display: table-cell;
    padding: 10px 0;
    text-align: center;
  }
  .case__table td {
    display: table-cell;
  }
  .voice__item {
    padding: 10px;
  }
  .voice__txtarea .txt {
    font-size: 14px !important;
    margin-bottom: 0 !important;
  }
  .voice__img {
    max-width: 18%;
    margin-right: 10px;
  }
  .voice__ttl {
    font-size: 14px !important;
    width: calc(100% -(18% + 10px));
  }
}




@media screen and (max-width: 375px) {
    .experience__desc {
        font-size: 13px;
        line-height: 2;
        letter-spacing: 0;
    }
	
}
	
