@charset "UTF-8";
body{
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif !important;
}
.wrapper{
	width: 96%;
}
.contents_box {
  text-align: center;
}

/* =========== topics_header =========== */
.topics_header {
  position: relative;
}

.topics_bg-img {
  position: relative;
	background: center no-repeat;
	background-size: cover;
}
.topics_bg-img:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%; 
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
@media only screen and (max-width: 48em) {
  .topics_bg-img {
    padding-top: 72%; 
    width: 100%;
  }
  .topics_bg-img img {
    display: none;
  }
}

/* =========== h2 topics_title =========== */
.topics_title {
  position: absolute;
  top: 25%;	
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 180px; 
  color: #fff;
  text-align: center;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  font-family: "游明朝", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3", "HG明朝E", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", "ヒラギノ明朝 Pro W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 23px;
  font-size: 2.3rem;

}
@media only screen and (max-width: 48em) {
  .topics_title {
    top: 30%;
    height: 150px; 
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =========== p text area =========== */
h1{
	font-size: 20px;	
}
h3{
  font-size: 20px;
}
h3 span{
  font-size: 15px;
}

p.text_01{
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	line-height: 2.5;
}
p.text_01 span{
	color: #49bbbc;
}
@media only screen and (max-width: 48em) {
}
p.text_01{
	line-height: 2.0;
}
.text_02{
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.text_02 span{
  font-size: 18px;
}
.text_03{
  font-size: 15px;
  letter-spacing: 0.5px;
  line-height: 2.0em;
}
.text_03 span{
  font-size: 18px;
}
.text_04{
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2.5px;
  font-weight: 400;
}
.text_06{
  font-size: 10px;
  line-height: 1.8;
  letter-spacing: 0.5px;
  font-weight: 500;
}
.text_07{
  font-size: 18px;
  line-height: 1.7;
  font-weight: bold;
}
.text_10{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}

@media only screen and (max-width: 54em) {
.text_10{
 font-size: 15px;
}
.text_02{
  font-size: 12px;
}
.text_02 span{
  font-size: 17px;
}
.text_02{
  font-size: 12px;
}
.text_02 span{
  font-size: 17px;
}
.text_03{
  font-size: 13px;
  line-height: 1.8em;
}
.text_03 span{
  font-size: 15px;
}
.text_04{
  font-size: 18px;
}
.text_07{
  font-size: 14px;
}
.text_06{
  font-size: 8px;
  letter-spacing: 0.2px;
}
}



/* =========== a Btn =========== */
.btn_box{
  width: 30%;
  margin: 5% auto;
}


.btn_01,
a.btn_01,
button.btn_01 {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 8px;
}
.btn-wrap {
  margin: 20px 0;
  text-align: center;
  width: 100%;
}
/*------ gold ------*/
a.btn-b {
  margin: 20px 0;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  padding: 2rem 0;
  color: #fff;
  background: #49bbbc;
  -webkit-box-shadow: 0 5px 0 #3d9799;
  box-shadow: 0 5px 0 #3d9799;
  width: 100%;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
a.btn-b:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #49bbbc;
  -webkit-box-shadow: 0 2px 0 #3d9799;
  box-shadow: 0 2px 0 #3d9799;
}
@media only screen and (max-width: 48em) {
a.btn-b {
  margin: 10px 0;
  font-size: 12px;
  padding: 1.5rem 0;
  width: 60%;
} 
}
/*------ gold ------*/

/* =========== a Btn =========== */






/* =========== いつでも見学予約はこちら =========== */
.btn_area{
text-align: center;
margin: auto;
padding: 3% 0 5%;
}
.text_box_E{
  padding: 5% 0 0;
  border-radius: 7px;
  text-align: center;
  box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
}
.text_5{
  font-size: 12px;
  font-weight: bold;
}
.txt_dark{
  color: #555;
}
.fair_more{

}
a.btn_03 {
	display: block;
	text-align: center;
	width: 250px;
	margin: auto;
	padding: 1rem;
	font-weight: bold;
	color: #fff;
	border: 1.5px solid #8f6f33;
	transition: 0.5s;
  background-color: #A37E39;
  letter-spacing: 0.1em;
  border-radius: 2px;
  transition: 0.5s;
  text-decoration: none;
}
a.btn_03:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 48em) {
a.btn_02 {
	width: 200px;
}  
a.btn_03 {
	width: 200px;
}  
.text_5{
  font-size: 10px;
  font-weight: bold;
}
.text_box_E{
  margin-bottom: 10%;
}
}
/* =========== いつでも見学予約はこちら =========== */





/* =========== テキスト周り =========== */
.txt_box_A{
  padding: 5% 0;
}
.txt_box_B{
  padding: 3% 0;
  border: double 4px #49bbbc;
}
/*----- 両端罫線 -----*/
.txt_box_D {
    display: inline-block;
    position: relative;
    padding: 0 4em;
    color: #333333;
}
.txt_box_D::before,
.txt_box_D::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 1px;
    background-color: #595959;
}
.txt_box_D::before {
    left: 0;
}
.txt_box_D::after {
    right: 0;
}
.txt_box_G{
  background-color: #888;
}
.txt_box_H{
  border:solid 1px #888;
  border-radius: 50px;
  padding: 1% 0;
  width: 80%;
  margin: 10px auto;
}
@media only screen and (max-width: 48em) {
.txt_box_H{
  width: 90%;
  margin: 8px auto;
} 
}
/* =========== テキスト周り =========== */




/*======== plan ========*/
.plan_area {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 3em;
    border-radius: 8px;
    background-color: #fff;
    font-size: .9em;
    text-align: center;
    box-shadow: 0px -3px 7px 0px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 48em) {
.plan_area {
    padding: 3em 2em;
}  
}
/*======== plan ========*/




/*======== flex box ========*/
.flex_2B {
  display: flex;
  justify-content: center;
}
.flex_2B_inner {
  width: 32.5% !important;
  margin: 0 0.625%;
}

.flex_3A {
  display: flex;
}
.flex_3A_inner {
  width: 32.5% !important;
}

.flex_3B {
  display: flex;
}
.flex_3B_inner {
  width: 33.3% !important;
  margin: 0 !important;
}
/*======== flex box ========*/




/* =========== コンセプト =========== */
.concept{
  padding-top: 5%;
}
.concept_area{
height: 70vh;
margin: 0 auto;
position: relative; 
}
.bg_img{
  background-image: url(img/background01.jpg);
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.concept_box{
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
text-shadow: 2px 2px 10px #535353;
}
@media only screen and (max-width: 48em) {
.concept{
  padding-top: 0;
}
.concept_area{
height: 70vh;
} 
}

/* =========== コンセプト =========== */




/* =========== FAQ =========== */
.qa-1 {
    max-width: 500px;
    margin-bottom: 5px;
    border-bottom: 2px solid #ededed;
	margin: auto;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #444;
    cursor: pointer;
    font-weight: 600;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 500;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #9d7c2e;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 2px solid #8d8d8d;
    border-right: 2px solid #8d8d8d;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #444;
    transition: transform .5s, opacity .5s;
    font-size: 14px;
    text-align: left;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #7ad3b7;
    line-height: 1.2;
    content: "A";
}

@media only screen and (max-width: 48em) {
.qa-1 p {
    font-size: 12px;
} 
}
/* =========== FAQ =========== */




/* =========== こんなカップルにおすすめ =========== */
.osusume_couple{
  width: 100%;
  text-align: center;
}
.osusume_couple img{
  width: 10%;
}

.accordion-001 {
    max-width: 500px;
    margin: auto;
    background-color: #f2f2f2;
}

.accordion-001:not([open]) {
    margin-bottom: 7px;
}

.accordion-001 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-radius: 5px;
    background-color: #49bbbc;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
    display: none;
}

.accordion-001 summary::before,
.accordion-001 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
}

.accordion-001 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-001 summary::after {
    transition: rotate .3s;
}

.accordion-001[open] summary::after {
    rotate: 90deg;
}

.accordion-001 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #333333;
    transition: transform .5s, opacity .5s;
    text-align: left;
}

.accordion-001[open] p {
    transform: none;
    opacity: 1;
}

@media only screen and (max-width: 48em) {
.osusume_couple img{
  width: 25%;
}
}
/* =========== こんなカップルにおすすめ =========== */




/*=============== parts <br> ===============*/
/*本文 PC時のみbr有り*/
.pc_show {
	display: block !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: none !important;
}
@media only screen and (max-width: 48em) {
/*本文 PC時のみbr有り*/
.pc_show {
	display: none !important;
}
/*本文 スマホ時のみbr有り*/
.mb_show {
	display: block !important;
}
}

.center{
	text-align: center !important;
}
.right{
	text-align: right !important;
}
.marker_1{
  background:linear-gradient(transparent 60%, #ff6 60%);
}
.marker_2{
  background:linear-gradient(transparent 60%, #eee4ce 60%);
}
.marker_3{
  background:linear-gradient(transparent 60%, #cfe8e0 60%);
}


.limit768 {
    max-width: 768px;
    margin: 0 auto;
}
@media only screen and (max-width: 48em) {
.limited{
  width: 90%;
  margin: auto;
}
}


/* =========== backgroundcolor =========== */
.bg_color_beige { background-color: #fdfbf6 !important; }
.bg_color_blue { background-color: #cfe8e0 !important; }
.bg_color_white { background-color: #fff !important; }

/* =========== textColor =========== */
.text_white{  color: #fff !important;}


/*=============== parts fonts ===============*/
.gothic {
	font-family:  "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}


/* ========== marginBottom ========== */
.mb30{ margin-bottom:30px !important; }

@media only screen and (max-width: 48em) {
.media-mb20{ margin-bottom:20px !important; }
}

/* ========== padding ========== */
.pb_A{padding: 40px 0 0px !important;}
