@charset "utf-8";
/* CSS Document */ :root {
  --black: #333;
  --brown: #343434;
  --yellow: #ffe906;
  --kyellow: #FFCB22;
  --pink: #ee266c;
  --upink: #f3cbd6;
  --green: #c5e1c8;
  --kgreen: #5fb768;
  --blue: #9ad7dd;
  --kblue: #0a96a3;
  --navy: #0a3074;
  --knavy: #363466;
  --gray: #999;
  --red: #F01C1C;
  --rave: #f3ecf9;
  --umizu: #A4ECFE;
  --cream: #ffecb6;
  --f_sans: 'Noto Sans JP', sans-serif;
  --f_serif: 'Noto Serif JP', serif;
  --center_contain: no-repeat center center / contain;
}
img {
  max-width: 100%;
}
#nopc,.nopc,.br-sp{ display: none !important;}
main.main { font-family: "Noto Sans JP", serif;}
#wrap {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  font-size: 1.2rem;;
  color: var(--black);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "sans-serif";
}
/* MV */
#mv {
  width: 100%;
  background-image: url(../img/main.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  height: 550px;
  display: flex;
  align-items: center;
}
p.title{ margin: 4rem auto 0;}
.shisaku_pt{ background: var(--pink);}
.shisaku_pt p{
    width: 992px;
    margin: 0 auto;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    padding: 1rem;
}
/* ナビ */
/* #pageNavi.fixed { 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
} */
#pageNavi { 
  width: 100%; 
  height: 120px;
}
#pageNavi ul {
  width: 992px;
  margin: 0 auto;
	height: 100px;
	display: flex;
  justify-content: space-between;
  padding: 1rem 0;
}
#pageNavi li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	  text-align: center;
    cursor: pointer;
    background: var(--navy);
    margin: 0.5rem;
}
#pageNavi li span{ display: block; font-size: 1.5rem; }
#pageNavi ul li a {
    color: inherit;
    text-decoration: inherit;
    width: 100%;
    height: auto;
}
#pageNavi ul li a:hover { opacity: .7;}
.collapseBtn { max-width: 100%; border: none;}
.collapseBtn::after {
  top: 50%;
  transform: translateY(-50%);
  background: url(https://www.his-j.com/cmn/icon/icon_arrow_down_white.svg);
  background-size: 100%;
  right: 10px;
  width: 30px;
  height: 30px;
}
p.heading--note {
  text-align: center;
  font-weight: bold;
  margin: -2rem 0 2rem;
}
.heading--title {
  font-weight: bold; 
  margin-top: 1rem; 
  line-height: 3.5rem;
}
.heading--subTitle {
  font-size: .55em;
  padding: 0.3rem 0 1rem;
}
.heading--small { font-size: 1.5rem; font-weight: 700; display: block;}
span.money {
  font-size: 3.5rem;
  background: linear-gradient(transparent 70%, yellow 70%);
}
.feature,.innner,.section__container{ width: 992px; margin: 0 auto; padding-bottom: 5rem;}
.gentei--title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/hibiscus_left.png) no-repeat;
  background-size: contain;
  margin: -15px 10px;
}
.gentei--title:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../img/hibiscus_right.png) no-repeat;
  background-size: contain;
  margin: -15px 10px;
}

/* 注意事項 */
.note {
  width: 992px;
  margin: 0 auto;
  text-align: center;
}
.note p { font-weight: bold; color: var(--red);}
.note p.period { font-size: 2rem;}

/* 各コース */
.section__container {border-radius: 2rem; margin: 2rem auto !important;}
.section__container.gosen { background: var(--green);}
.section__container.goman { background: var(--blue);}
.section__container.gogo { background: var(--upink);}
.introduction_box {
  background: #fff;
  padding: 2rem;
  border-radius: 2rem;
  width: 95%;
  margin: 0 auto;
}
.equivalent {
  margin: -0.5rem auto 1rem;
  text-align: center;
  font-size: 1.5rem;
  border-radius: 10px;
  width: 50%;
  color: #fff;
  letter-spacing: 0.2rem;
}
#gosen .equivalent {background: var(--kgreen);}
#goman .equivalent {background: var(--kblue);}

/* 問い合わせ */
.ui-static-section-wrapper.contact {
  border: 1px solid var(--pink);
  padding: 0;
  margin: 0 auto 96px;
}
.contact h3 {
  font-family: "RocknRoll One", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  background: var(--pink);
  color: #fff;
  font-size: 1.5em;
  padding: 0.3em;
  margin: 0 0 0.5em;
}
.contact dl {
  margin: 1em auto;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 10px;
  font-size: 1.2em;
  place-content: center;
  align-items: center;
  width: 90%;
}
.contact dt {
  background: var(--navy);
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 0.5em;
}
.contact dd span {
  font-size: 1.5em;
  font-weight: bold;
}
.h-note {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: var(--navy);
  text-align: center;
  font-size: 20px;
}
.cp-note{
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: -2rem;
}

/* 特集 */
.footerArea { margin-bottom: 2rem;}
.align-center a {padding: 0 1rem;}
.align-center {
  display: flex;
  padding: 1r;
  justify-content: space-around;
}
p.feature {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 2rem;
}
ul.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
ul.clearfix li{ padding: 1rem;}
div#PushuInfo{
  margin: 2rem 0;
  background: var(--ugray);
}

/* ★スマホ用★ */
.headfoot-is-sp .section__container{ width: 95%; padding: 1rem;}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp #nopc,.headfoot-is-sp .nopc,.headfoot-is-sp .br-sp{ display: block !important;}
.headfoot-is-sp #nosp,.headfoot-is-sp .nosp,.headfoot-is-sp .br-pc{ display: none !important;}
.headfoot-is-sp #wrap nav ul li a{
  font-size: 1rem;
	font-weight: bold;
  line-height: 1.5rem;
}
.headfoot-is-sp .equivalent {
  font-size: 1.3rem;
  width: 70%;
  padding: 0.3rem 0;
}
/* MV */
.headfoot-is-sp #mv {
  background-image: url(../img/main_sp.jpg);
  background-size: 100%;
  height: 50vw;
}
.headfoot-is-sp .shisaku_pt p{ width: 100%; font-size: 1.5rem;}
.headfoot-is-sp .gentei--title:before,.headfoot-is-sp .gentei--title:after{
  width: 35px;
  height: 35px;
  margin: -10px 5px;
}

/* ナビ */
.headfoot-is-sp #pageNavi ul { width: 100%; display: block;}
.headfoot-is-sp #pageNavi{ height: 210px; }
.headfoot-is-sp #pageNavi li{
  width: 95%;
  height: auto;
}
.headfoot-is-sp .heading--title { line-height: 2.5rem;}
.headfoot-is-sp span.money { font-size: 2.5rem;}

/* 注意事項 */
.headfoot-is-sp .note { width: 100%;}

/* 各コース */
.headfoot-is-sp .introduction_box { padding: 1rem; margin-bottom: 2rem;}
.headfoot-is-sp span.gentei--title { font-size: 1.5rem;}

/* 問い合わせ */
.headfoot-is-sp .ui-static-section-wrapper.contact { margin: 0 auto;}
.headfoot-is-sp a.button{
  width: 80%;
  margin: 0 auto 2rem;
}
.headfoot-is-sp .contact dd span { display: block;}
.headfoot-is-sp .cp-note {
  font-size: 1.5rem;
  margin-bottom: -1rem;
  padding: 0 2rem;
}

/* 特集 */
.headfoot-is-sp .innner{ width:100%; margin: 0 auto;}
.headfoot-is-sp .feature{ width:100%; margin: 2rem auto 0;}
.headfoot-is-sp ul.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.headfoot-is-sp ul.clearfix li{  width: calc(90% / 2); padding: 0.5rem;}

/* ★タブレット用★ */
.is-ipad .spot__point_box li { width: calc(90% / 3);}
.is-ipad .spot__point_box li:nth-child(even) { margin: 0 auto 0.5rem; }



@media (orientation: portrait){
.is-ipad .breadcrumb { width: 100%;}
    width: 1024px;
    margin: 0 auto;
.is-ipad #wrap nav ul{ width: 100%;}
.is-ipad .section__container { width: 100%;}
.is-ipad p.floorplan { width: 65%;}
.is-ipad #pageNavi ul { width: 100%;}
.is-ipad div#freetour { width: 100%;}
.is-ipad ul.clearfix { width: 100%;}
.is-ipad .shisaku_pt p { width: 90%; font-size: 1.5rem;}
.is-ipad .note { width: 90%; }
.is-ipad .note p.period { font-size: 1.5rem;}
}

