@charset "UTF-8";

/* -----------------------------------------------
 *  	      lp.css
 * ----------------------------------------------- */

/* mainvisual */
div.top_mainvisual_area{
	position: relative;
	width: 100%;
    padding: 30px 0 0 0;
}

div.top_mainvisual_area_inner{

}
/*logo*/
p.mainvisual_logo{
    text-align: center;
}
p.mainvisual_logo img{
    max-width: 400px;
}
@media only screen and (max-width: 48em) {
p.mainvisual_logo img{
	max-width: 200px;
	}
}


/*main_text*/
p.mainvisual_text{
    text-align: center;
    color: #169fc6;
    font-size: 36px;
    font-weight: bold;
}
@media only screen and (max-width: 48em) {
p.mainvisual_text{
    font-size: 26px;
	line-height: 30px;
}
}
p.mainvisual_text span{
    font-size: 26px;
}
@media only screen and (max-width: 48em) {
p.mainvisual_text span{
    font-size: 20px;
}
}

/* 768px */
@media only screen and (max-width: 48em) {

}

/* 480px */
@media only screen and (max-width: 30em) {

}






/* ====================== design_area_B ====================== */
section.design_area_B{
    position: relative;
    margin: 0;
    padding: 50px 0 0 0;
    background-color: #fffbf3;  
}
div.shadow_image{
}

/* インナー */
div.design_area_B_inner{
    position: relative;
    z-index: 100;
}

/* areaB_swiper */
div.areaB_swiper{
    padding-top: 0px;
    padding-bottom: 120px;
}

div.areaB_swiper_item{
    position: relative;
}
div.areaB_circle_item{
   text-align: center;
}
div.areaB_circle_item img{
    width: 80%;
}
div.areaB_circle_item p.circle_item_text{
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    font-size: 18px;
    margin: auto;
    text-align: center;
}
div.areaB_circle_item p.circle_item_text span{
    position: relative;
    display: block;
    color: #bca475;
    font-size: 60px;
    line-height: 1;
}
div.areaB_circle_item p.circle_item_text span::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #bca475;
    margin: 0 auto;
}

/* 768px */
@media only screen and (max-width: 48em) {
div.areaB_circle_item img{
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s;
}
div.areaB_circle_item.on img{
    opacity: 1;
    transform: translateY(0);
}
div.areaB_circle_item p.circle_item_text{
    font-size: 25px;
}
}





/* 鍵カッコテキスト */
div.areaB_text1_box{
    position: relative;
    max-width: 650px;
    margin: auto;
    background-color: #fffbf3;    
}
p.areaB_text1{
    text-align: left;
    font-size: 40px;
    letter-spacing: 1.6px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 20px 50px;
    transform: scale(1.5);
    transition: all 3s;
    opacity: 0;
    filter: blur(1px);
}
p.areaB_text1.moved{
    transform: scale(1);
    opacity: 1;
    filter: blur(0px);
}
p.areaB_text1 span{
    font-size: 30px;
}
/* 鍵カッコ */
div.areaB_text1_box::before,div.areaB_text1_box::after,span.hosoku::before,span.hosoku::after{
    position: absolute;
    content: "";
    display: block;
    background-color: #bda575;
}
div.areaB_text1_box::before{
    width: 120px;
    height: 2px;
    top: 0;
    left: 0;
}
div.areaB_text1_box::after{
    width: 2px;
    height: 60px;
    top: 0;
    left: 0;
}
span.hosoku::before{
    width: 120px;
    height: 2px;
    bottom: 0;
    right: 0;
}
span.hosoku::after{
    width: 2px;
    height: 60px;
    bottom: 0;
    right: 0;
}


/* 480px */
@media only screen and (max-width: 30em) {
div.areaB_text1_box{
    margin: auto 10px;
}
p.areaB_text1{
    text-align: center;
    font-size: 30px;
    letter-spacing: 1.6px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
    padding: 20px 20px;
}
p.areaB_text1 span{
    font-size: 15px;
}

div.areaB_circle_item{
}

}


/* ====================== swiper Setting ====================== */
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}
.swiper-button-prev {
    background: url("../img/icon-prev.png") no-repeat center center / contain;
}
.swiper-button-next {
    background: url("../img/icon-next.png") no-repeat center center / contain;
}

/* ====================== sect tunagi ====================== */
section.tunagi_area{
    position: relative;
}

section.tunagi_area p{
    text-align: center;
    font-size: 30px;
}
/* 480px */
@media only screen and (max-width: 30em) {
section.tunagi_area p{
    font-size: 20px;
}
}


/* ======================design_area_C====================== */
section.design_area_C{
    padding: 5% 0 0 0;
}
/* 480px */
@media only screen and (max-width: 30em) {
section.design_area_C{
    padding: 5% 0 0 0;
}
}


/* ======================design_area_D ご予算====================== */
section.design_area_D{

}

div.design_area_D_inner{
    background-color: #fff;
    border: solid 1px #bca475;
    padding: 8px;
}
div.area_D_inner_inner{
    border: solid 1px #bca475;
    padding: 20px;
}

figure.d_item_1{
    position: relative;
    border-bottom: solid 1px #bca475;
}
img.kirakira{
    position: absolute;
    top: 23%;
    right: 5%;
    width: 20%;
}
p.d_item_2{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}


/* ======================design_area_E 安心価格の理由====================== */
section.design_area_E{

}
h2.area_E_h2{
    position: relative;
    text-align: center;
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 80px 0;
}
h2.area_E_h2::after{
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    display: block;
    background-image: url("../img/icon-bottom.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 30px;
    height: 30px;
}

div.design_area_E_inner{
    background-color: #fff;
    border: solid 1px #bca475;
    padding: 20px;
}

p.area_E_p1{
    font-size: 22px;
    text-align: center;
    font-weight: normal;
}
figure.area_E_price{
    border-top: solid 1px #bca475;
}



/* ======================design_area_F 三大プレゼント====================== */
section.design_area_F{

}

section.area_F_circle_box{
    position: relative;
    height: 300px;
}

div.area_F_circle{
    position: absolute;
    border: solid 1px #93d2b2;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    padding: 10px;
    text-align: center;
    transition: all 0.6s;
    transform: translateY(30px);
    opacity: 0;
}
div.area_F_circle span.F_circle_num{
    position: relative;
    display: block;
    font-size: 26px;
    color: #93d2b2;
    margin: 0 0 5px 0;
}
div.area_F_circle span.F_circle_num::after{
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    content: "";
    height: 1px;
    width: 25px;
    background-color: #93d2b2;
}

div.area_F_circle span.F_circle_text{
    display: block;
    font-size: 16px;
    font-weight: bold;
}
/* 個別設定 */
div.area_F_circle.circle1{
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
div.area_F_circle.circle2{
    top: 150px;
    left: 0;
}
div.area_F_circle.circle3{
    top: 150px;
    right: 0;
}
/* moved */
div.area_F_circle.moved{
    transform: translateY(0px);
    opacity: 1;
}


/* ======================design_area_G みなさまの声====================== */
section.design_area_G{

}


div.areaG_swiper{
    position: relative;
    padding: 0 0 30px 0;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
}

div.areaG_swiper_item{
    border: solid 1px #bca475;
    padding: 30px;
}
div.areaG_swiper_item figure{
    padding: 20px;
}
div.areaG_swiper_item span.areaG_num{
    color: #bca475;
    font-size: 20px;
}
div.areaG_swiper_item p.areaG_text1{
    color: #575757;
    font-size: 14px;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
    border-bottom: solid 1px #bca475;
}
div.areaG_swiper_item p.areaG_text2{
    font-size: 20px;
}




/* ======================design_area_H ====================== */
section.design_area_H{

}


/* ===========リスト=========== */
dl.definition_list_acc{
	}
dl.definition_list_acc dt{
    position: relative;
	display:flex;
    align-items: center;
	margin:0 0 5px 0;
	padding:10px;
	font-size:16px;
	font-size:1.6rem;
	letter-spacing:1.2px;
	transition:all 0.6s;
    text-align: left;
	cursor:pointer;
	background-color:#fff;
    border: solid 1px #bca475;
	}

dl.definition_list_acc dt img{
    display: block;
    width: 50px;
	}
dl.definition_list_acc dt span{
    display: block;
    width: auto;
    font-size: 18px;
	}

dl.definition_list_acc dt::before{
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 15px;
    width: 15px;
    margin: auto;
	content:"";
    display: block;
    line-height: 0;
    background-image: url("../img/icon-bottom.png");
    background-repeat: no-repeat;
    background-size: cover;
	}
dl.definition_list_acc dt.isshow::before{
	background-image: url("../img/icon-top.png");
	}
dl.definition_list_acc dt.isshow{
	border-bottom:none !important;
    margin: 0;
	}
dl.definition_list_acc dt:hover{
	}
    
dl.definition_list_acc dd{
    background-color: #fff;
	margin:0 0 1% 0;
	padding:10px;
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:0.6px;
    border-bottom: solid 1px #bca475;
    border-left: solid 1px #bca475;
    border-right: solid 1px #bca475;
	}

















/* 見出しスタイル */
div.design_heading_A{
    text-align: center;
    padding: 0;
    margin: 30px 0 ;
    transition: all 0.3s;
}
div.design_heading_A h2{
    margin: 3px 0;
    font-size: 38px;
    font-weight: bold;
    color: #bda575;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s;
}
div.design_heading_A span{
    position: relative;
    font-size: 20px;
    font-weight: normal;
    color: #bda575;
    font-family: "Quickpen";
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.6s;
}
div.design_heading_A span::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    content: "";
    height: 1px;
    width: 45px;
    background-color: #bda575;
    margin: auto;
}
/* moved */
div.design_heading_A h2.moved{
    transform: translateY(0px);
    opacity: 1;
}
div.design_heading_A span.moved{
    transform: translateY(0px);
    opacity: 1;
}

/* 480px */
@media only screen and (max-width: 30em) {
div.design_heading_A{
}
div.design_heading_A h2{
    font-size: 24px;
}
div.design_heading_A span{   
    font-size: 20px;
}
}





/**/
section.special_design_box_A{
    position: relative;
    padding: 500px 0 0 0;
    margin: 0 0 150px 0;
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
section.special_design_box_A img{
    display: none;
}
div.design_box_A_inner{
    position: absolute;
    bottom: -100px;
    width: 500px;
    padding: 40px;
    background-color: #fff;
    border: solid 1px #bda575;
}
div.design_box_A_inner.A_inner_R{
    right: 15%;
}
div.design_box_A_inner.A_inner_L{
    left: 15%;
}
div.design_box_A_inner span.boxA_num{
    position: relative;
    display: block;
    font-size: 20px;
    color: #bda575;
    width: 50px;
}
div.design_box_A_inner span.boxA_num::after{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    display: block;
    background-color: #bda575;
    width: 20px;
    height: 1px;
}
div.design_box_A_inner h3{
    margin: 0 0 10px 0;
    font-size: 30px;
    color: #303030;
    border-bottom: solid 1px #bda575;
}

div.design_box_A_inner p{
    font-size: 14px;
    color: #303030;
}
div.support_box_2{
    top:0;
    right: 15%;
}

/* icon */
div.design_box_A_inner div.design_box_A_icon{
    position: absolute;
    top: -90px;
    right: 30px;
    background-color: #93d2b2;
    border: solid 5px #93d2b2;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
div.design_box_A_inner div.design_box_A_icon_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    background-color: #93d2b2;
    border: solid 1px #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
div.design_box_A_inner div.design_box_A_icon p{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
div.design_box_A_inner div.design_box_A_icon p span{
    display: block;
    font-size: 16px;
    color: #fff;
}
div.design_box_A_inner div.design_box_A_icon p span strong {
    font-size: 30px;
    font-weight: normal;
}
/* icon */


/* 480px */
@media only screen and (max-width: 30em) {
section.special_design_box_A{
    position: relative;
    padding: 250px 0 0 0;
    margin: 0 0 260px 0;
}
div.design_box_A_inner{
    position: absolute;
    bottom: -230px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    padding: 20px;
    background-color: #fff;
}
div.design_box_A_inner h3{
    font-size: 25px;
}
div.design_box_A_inner.A_inner_R{
    right: 0;
}
div.design_box_A_inner.A_inner_L{
    left: 0;
}



/* icon */
div.design_box_A_inner div.design_box_A_icon{
    position: absolute;
    top: -100px;
    right: auto;
    left: 0;
    background-color: #93d2b2;
    border: solid 5px #93d2b2;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}
div.design_box_A_inner div.design_box_A_icon_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #93d2b2;
    border: solid 1px #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
}
div.design_box_A_inner div.design_box_A_icon p{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}
div.design_box_A_inner div.design_box_A_icon p span{
    display: block;
    font-size: 12px;
    line-height: 1.2;
}
div.design_box_A_inner div.design_box_A_icon p span strong {
    font-size: 25px;
    font-weight: normal;
}
/* icon */

}



/* ====================== 予約エリア ====================== */
.design_area_reservation {
	text-align: center;
}
.design_area_reservation_inner {
	background-color: #f5f5f5;
	padding: 50px;
    border: 5px solid #19bc03;
}

.boder_color01{
border: 3px solid #bca475;
}

.design_area_reservation h2{
	font-size: 24px;
    color: #19bc03;
}
.design_area_reservation h2 span{
	font-size: 48px;
}
.btn_box{
	text-align: center;
	/*width: 400px;
	margin: auto;*/
}
.btn_box p{
	text-align: center;
	font-weight: bold;
}
a.Btn{
	display: inline-block;
	border: 2px solid #333333; /* 737373 */
	background-color: #333333; /* 737373 */
	width: 350px;
	padding: 20px 80px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: 1s;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    border-radius: 15px;
}
a.Btn:hover{
	border: 2px solid #333333;
	background-color: #f5f5f5;
	color: #333333;
	transition: 1s;
}
a.Btn.colorBlue{
	border: 2px solid #19bc03;
	background-color: #19bc03;	
}
a.Btn.colorBlue:hover{
	border: 2px solid #34897d;
	background-color: #34897d;
	color: #FFFFFF;
	transition: 1s;
}

a.Btn.colorGold{
	border: 2px solid #bca475;
	background-color: #bca475;	
}
a.Btn.colorGold:hover{
	border: 2px solid #bca475;
	background-color: #bca475;
	color: #FFFFFF;
	transition: 1s;
}
a.Btn img{
	width: 30px;
	padding-right: 5px;
}
a.icon_line img{
    width: 20px;
    margin-right: 5px;
}

.special_box_inner {
	padding: 5px;
	margin: 0 auto 35px;
}
.special_box_inner div{
	width: 50%;
	margin: 10px auto;
}
.special_box_inner h3{
	font-size: 18px;
	font-weight: bold;
	color: #B69955;
	margin: auto;
}
.special_box_text1{
	font-size: 32px;
	font-weight: bold;
}
.special_box_text1 span{
	font-size: 18px;
}
.special_box_text2{
	font-size: 30px;
	font-weight: bold;
}
.special_box_text2 span{
	font-size: 38px;
	padding: 0 5px;
}
.special_box_text3{
	font-size: 23px;
	font-weight: bold;
}
.topics_schedule {
	font-size: 28px;
	font-weight: bold;	
}
.topics_schedule span{
	font-size: 18px;
	font-weight: bold;	
}
/*flex_2A 2段 48:48 上書き用*/
.flex_2A div, .flex_2A section{
    width: 49.8%;
	/*padding-bottom: 5px;*/
}

@media only screen and (max-width: 48em) {
.btn_box{
	width: 90%;
	margin: auto;
}
a.Btn{
	width: 250px;
}
a.Btn:hover{
	width: 250px;
}
a.Btn.colorRed:hover{
	width: 250px;
}
.flex_2A div, .flex_2A section{
    width: 49.3%;
}
}
@media only screen and (max-width: 30em) {
.design_area_reservation_inner {
	background-color: #f5f5f5;
	padding: 50px;
}
.design_area_reservation h2{
	font-size: 16px;
	width: 100%;
	margin: 10px auto 30px;
}

.design_area_reservation_inner {
	padding: 15px;
}
.design_area_reservation h2 span{
	font-size: 24px;
}
.special_box_inner h3{
	font-size: 16px;
}
.special_box_text1{
	font-size: 32px;
}
.special_box_text1 span{
	font-size: 16px;
}
.special_box_text2{
	font-size: 25px;
}
.special_box_text2 span{
	font-size: 32px;
	padding: 0 5px;
}
.special_box_text3{
	font-size: 20px;
}
.topics_schedule {
	font-size: 24px;	
}
.topics_schedule span{
	font-size: 16px;	
}
.special_box_inner div{
	width: 100%;
}
a.Btn{
	font-size: 16px;
	width: 100% !important;
	padding: 20px 0;
}
a.Btn:hover{
	width: 100% !important;
	padding: 20px 0;
}
a.Btn.colorRed:hover{
	width: 100% !important;
	padding: 20px 0;
}
}
.line_icon img {
width: 30px;
}





/* ======================top message sect====================== */
section.top_message_sect{
    padding: 10% 0;

}

p.top_message{
    font-size: 20px;
    text-align: center;
    color: #303030;
    text-shadow: 1px 1px 3px #B9D7E6;
    letter-spacing: 2px;
}
/* 768px */
@media only screen and (max-width: 48em) {
p.top_message{
    font-size: 14px;
}
}



/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1024px */
@media only screen and (max-width: 64em) {
}
/* 960px */
@media only screen and (max-width: 60em) {
}
/* 768px */
@media only screen and (max-width: 48em) {
}
/* 720px */
@media only screen and (max-width: 45em) {
}
/* 600px */
@media only screen and (max-width: 37.5em) {
}
/* 480px */
@media only screen and (max-width: 30em) {
}
/* 320px */
@media only screen and (max-width: 20em) {
}