@charset "UTF-8";

/*html { scroll-behavior: smooth;}*/
/* -----------------------------------------------
 *  	      lp.css
 * ----------------------------------------------- */

/* mainvisual */
div.top_mainvisual_area{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 0;
}
div.main_bg_image{
	background-image: url(../img/mainvisual_01.jpg);
    width: 100%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
div.main_bg_image::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));*/
    display:block
}
div.main_bg_image p {
    position: absolute;
	font-size: 105px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 100;
	text-align: center;
	top: 50%;
    left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	letter-spacing: -1px;
}
div.main_bg_image .sub_title {
	font-size: 65px;
	color: #B69955;
	border: solid 3px #fff;
	width: 58%;
	transform: translate(-50%, -100%);
	background-color: rgba(255,255,255,0.8)
}
div.main_bg_image .sub_title span{
	text-emphasis: filled;
	-webkit-text-emphasis: filled;
	text-emphasis-color: #B69955;
}
div.main_bg_image .top_title {
	font-size: 65px;
	transform: translate(-50%, -250%);
}
div.main_bg_movie{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
div.main_bg_movie video{
    width: 100%;
}
h1.main_h1{
    margin: 0 0 0 0;
    text-align: center;
    font-size: 55px;
    line-height: 1.1;
    color: #303030;
}
p.main_p1{
    font-size: 18px;
    margin: 0 0 0 0;
    color: #303030;
}
svg.main_svg{
    width: 200px;
    height: 40px;
}
p.main_kazari{
    position: absolute;
    bottom: -150px;
    right: 0;
    line-height: 1.2;
    font-size: 60px;
    font-family: "Quickpen";
    color: #bda575;
    transform: rotate(-15deg) translateX(150px);
}
p.main_icon1{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    top: -70px;
    left: 30px;
    background-color: #78d197;
    border-radius: 50%;
    width: 130px;
    height: 130px;
    color: #fff;
    text-align: center;
    box-shadow:0px 0px 10px rgba(0,0,0,0.4);
}


/* 1200px */
@media only screen and (max-width: 75em) {
div.main_bg_image p {
    position: absolute;
	font-size: 70px;
}
div.main_bg_image .sub_title {
	font-size: 45px;
	border: solid 3px #fff;
	width: 85%;
}
div.main_bg_image .top_title {
	font-size: 45px;
	transform: translate(-50%, -250%);
}
}

/* 768px */
@media only screen and (max-width: 48em) {
div.top_mainvisual_area{
	/*height: 65vh;*/
	height: 80vh;
}
div.main_bg_image p {
    position: absolute;
	font-size: 60px;
}
div.main_bg_image .sub_title {
	font-size: 40px;
	border: solid 3px #fff;
	width: 80%;
}
div.main_bg_image .top_title {
	font-size: 40px;
	transform: translate(-50%, -250%);
}
}

/* 480px */
@media only screen and (max-width: 30em) {
div.main_bg_image{
	background-image: url(../img/mainvisual_01b.jpg);
}
div.main_bg_image p {
	font-size: 30px;
}
div.main_bg_image .sub_title {
	font-size: 20px;
	border: solid 1px #fff;
	width: 80%;
}
div.main_bg_image .top_title {
	font-size: 20px;
	transform: translate(-50%, -250%);
}
}

/* 320px */
@media only screen and (max-width: 20em) {
div.main_bg_image p {
	font-size: 26px;
}
div.main_bg_image .sub_title {
	font-size: 17px;
	border: solid 2px #fff;
	width: 85%;
}
}


/* ====================== swiper Setting ====================== */
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -60px;
}
.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;
}
/* 768px */
@media only screen and (max-width: 48em) {
	.swiper-button-prev,
	.swiper-button-next {
	  margin-top: -30px;
	}
}


/* ====================== design_area_A ====================== */
section.design_area_A{
    position: relative;
	background-color: #f5f5f5;
    padding: 80px 50px 50px 50px;
	text-align: center;
}
section.design_area_A h2{
	font-size: 48px;
	font-weight: bold;
}
section.design_area_A p{
	font-size: 32px;
	font-weight: bold;
}
section.design_area_A p.txt1{
	font-size: 18px;
	font-weight: normal;
}
section.design_area_A p.txt2{
	font-size: 24px;
	font-weight: bold;
}
section.design_area_A p.txt3{
	font-size: 14px;
	font-weight: normal;
}
section.design_area_A p span{
	font-size: 24px;
	font-weight: normal;
}
section.design_area_A .Plus {
	font-size: 100px;
	font-weight: normal;
}
div.price_box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.price_box div{
	width: 32%;
	border-bottom: #000000 1px solid;
	padding: 2px 15px;
	background-color: #FFFFFF;
}
div.price_box p{
	font-size: 24px;
	font-weight: bold !important;
	font-style: italic;
}
div.price_box p span{
	font-size: 18px !important;
	font-weight: normal!important;
}
/* 480px */
@media only screen and (max-width: 30em) {
section.design_area_A{
    padding: 50px 15px 5px 15px;
}
section.design_area_A h2{
	font-size: 26px;
}
section.design_area_A p{
	font-size: 18px;
}
section.design_area_A p.txt1{
	font-size: 14px;
}
section.design_area_A p.txt3{
	font-size: 13px;
}
section.design_area_A p span{
	font-size: 18px;
}
section.design_area_A .Plus {
    font-size: 70px;
    line-height: 1;
}
div.price_box p{
	font-size: 24px;
}
div.price_box div{
	width: 100%;
	border-bottom: #000000 1px solid;
	padding: 2px 15px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
div.price_box p span{
	font-size: 18px !important;
}
}

/* ====================== design_area_B ====================== */
section.design_area_B{
    position: relative;
    padding: 0;
    background-color: #FFFFFF;
}
div.design_area_B_inner{
	padding-top: 50px;
}
div.design_area_B_inner p{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
	
}
div.design_area_B_inner p span{
	font-size: 14px;
	font-weight: normal;
}
div.areaB_text1_box{
    position: relative;
    /*max-width: 768px;*/
    margin: auto;
    margin-bottom: 100px;
    background-color: #FFFFFF;
	text-align: center;
}
div.areaB_text1_box ul li{
    font-size: 24px;
	font-weight: bold;
	color: #B69955;
}
div.areaB_text1_box .special_text{
    font-size: 30px;
	font-weight: bold;
	color: #B69955;
	line-height: 1.5;
}
p.areaB_text1{
	text-align: center;
    font-size: 13px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 20px auto;
}

p.areaB_text1 span.type2{
    font-size: 16px;
	font-weight: bold;
	color: #B69955;
}
p.areaB_text1 span.type3{
    font-size: 16px;
	font-weight: normal;
}
p.areaB_text1 span.type4{
    font-size: 30px;
}
p.areaB_text2{
	text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: bold;
	margin: 0 0 30px 0;
    padding: 20px auto;
}
/* 480px */
@media only screen and (max-width: 30em) {
div.design_area_B_inner{
	padding-top: 30px;
	padding-bottom: 0;
}
div.design_area_B_inner p{
	width: 90%;
	margin: auto;
	font-size: 24px;
}
div.design_area_B_inner p span{
	font-size: 13px;
}
div.areaB_text1_box{
    margin: auto 10px;
}
div.areaB_text1_box ul li{
    font-size: 16px;
}
p.areaB_text1{
    font-size: 10px;
    letter-spacing: 0.6px;
	margin-bottom: 20px;
}
p.areaB_text1 span.type{
    font-size: 14px;
}
p.areaB_text1 span.type3{
    font-size: 13px;
}
div.areaB_text1_box .special_text{
    font-size: 23px;
}
p.areaB_text2{
	text-align: center;
    font-size: 14px;
    letter-spacing: 1.6px;
    font-weight: bold;
	margin: 0 0 20px 0;
}
p.areaB_text1 span.type4{
    font-size: 18px;
}
}


/* ======================design_area_C====================== */
section.design_area_C {
    padding: 30px;
    border: solid 1px #B69955;
    background-color: #fff;
}
/* 追加分*/
/*.swiper_img_txt div::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
    display:block
}*/
.swiper_img_txt div p {
    position: absolute;
    bottom: 30px;
	left: 30px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	z-index: 100;
	text-align: left;
}
.swiper_img_txt div p span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.swiper_img_txt div p.style1 {
	font-size: 16px;
	line-height: 1.5;

}
.swiper_img_txt div p.style1 span{
	font-size: 12px;

}

/* 480 */
@media only screen and (max-width: 48em) {
.swiper_img_txt div p {
    position: absolute;
    bottom: 20px;
	left: 20px;
}
.swiper_img_txt div p.style1 {
	font-size: 14px;
}
.swiper_img_txt div p.style1 span{
	font-size: 11px;
}
section.design_area_C {
    padding: 10px;
}
}

/* style3 */
div.areaC_swiper{
    padding-bottom: 50px;
}
div.areaC_swiper_item{
    position: relative;
}
@media only screen and (max-width: 48em) {
div.areaC_swiper{
    padding-bottom: 40px;
}	
}

/* コンテンツアイコンリスト */
ul.content_icon_list{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
	padding-top: 20px;
}
ul.content_icon_list li{
    width: calc(100%/6);
    margin: 0;
    padding: 5px 0;
    box-sizing: border-box;
    font-size: 9px;
    text-align: center;
    line-height: 1.1;
}
ul.content_icon_list li img{
    display: block;
    width: 85%;
    margin: 0 auto 3px;
}
/*
@media only screen and (max-width: 48em) {
.content_icon_box{
	text-align: center;
	margin: auto 30px;
}	
}
@media only screen and (max-width: 30em) {
.content_icon_box{
	text-align: center;
	margin: auto 20px;
}	
}*/



/* ======================design_area_F Style2 ====================== */
section.design_area_F{
	padding-top: 50px;
	text-align: center;
	padding-bottom: 5%;
}
section.design_area_F h3{
    font-size: 32px;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
section.design_area_F a{
	text-align: center;
}
@media only screen and (max-width: 48em) {
section.design_area_F h3{
    font-size: 24px;
}
}



/* ====================== OTHER CONTENTS ====================== */
section.design_area_G{
	margin-bottom: 5%;
}
.other_contents_area{
	padding: 40px;
	margin: 60px auto !important;
	border: solid 1px #B69955;
	text-align: center;
	background-color: #FFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
.other_contents_area .area_title{
	font-size: 38px;
	margin-bottom: 20px;
	color: #B69955;
}
.area_title2{
	font-size: 30px;
	margin-top: 20px;
	color: #B69955;
}
.area_title3{
	margin: 20px 0 10px 0;
	background-color: #B69955;
	color: #fff;
}
.other_contents_area .area_title span{
	font-size: 30px;
}
@media only screen and (max-width: 30em) {
section.design_area_G{
	width: 90%;
	margin: auto;
.area_title2{
	font-size: 23px;
	margin-top: 20px;
}	
}
.other_contents_area .area_title{
	font-size: 23px;
	margin-bottom: 0;
}
.other_contents_area .area_title span{
	font-size: 18px;
}
.other_contents_area{
	padding: 20px;
	margin: 0 auto 40px!important;
}
}	


.other_contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contents_item{
	width: 48%;
	margin: 20px 0;
}
.contents_title{
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0;
	text-align: left;
}
.contents_text{
	font-size: 14px;
	margin: 20px auto 50px !important;
}
.contents_text span{
	font-size: 10px;
}
.contents_text2{
	color: #B69955;
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
}
.contents_text2 span{
	color: #B69955;
	font-size: 10px;
	font-weight: bold;
}
.contents_text2 span.big{
	color: #B69955;
	font-size: 30px;
	font-weight: bold;
	border-bottom: solid 3px #B69955;
}
.contents_text3{
	font-size: 14px;
	text-align: left;
}
.contents_text4{
	margin: 5% auto 0 !important;
}
.contents_text5{
	font-size: 14px;
	margin: 20px auto 0 !important;
}
.svg_icon01{
	width: 10%;
	margin-bottom: 40px;
}


@media only screen and (max-width: 30em) {
.contents_item{
	margin: 15px 0;
}
.contents_title{
	font-size: 14px;
}
.other_contents{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}		
.contents_text{
	font-size: 13px;
	margin: 10px auto 30px !important;
}
.svg_icon01{
	width: 15%;
	margin-bottom: 20px;
}
.contents_text2{
	font-size: 18px;
}
.contents_text2 span.big{
	font-size: 23px;
	border-bottom: solid 2px #B69955;
}
.contents_text4{
	margin: 8% auto !important;
}
}



/* 会社概要 本社より引用 */
section.about_sect.profile_sect div.movie_chip{
	display:block;
	}
dl.about_profile_list{
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #333;
	text-align: left;
	}
dl.about_profile_list dt, dl.about_profile_list dd{
  box-sizing: border-box;
  padding: 10px 5px;
  }
dl.about_profile_list dt{
  float: left;
  width: 20%;
  border-top: 1px solid #333;
	min-height:60px;
	font-weight:bold;
  }
dl.about_profile_list dt span{
	display:block;
	font-size:0.9em;
	font-size:9px;
	font-weight:normal;
  }
dl.about_profile_list dd{
  width: 80%;
  margin-left: 20%;
  border-top: 1px solid #333;
  /*border-left: 1px solid #333;*/
min-height:60px;
  }
/* 768px */
@media only screen and (max-width: 48em) {
dl.about_profile_list dt{
  width: 150px;
  }
dl.about_profile_list dd{
  width:calc(100% - 150px);
  margin-left: 150px;
  }
}

/* スタッフ紹介*/
.staff_box{
/*  outline: solid #9f854e 1px;　*/
    padding: 40px 20px;
/*  background:linear-gradient(#fff 10%, #bfaf8f 90%); */
    background-color: #dfdcd8;
}
.staff_box h2{
    font-size: 18px;
    font-weight: 100 !important;
    color: #9f854e;
    letter-spacing: .2em;
    font-family: "Noto Sans JP","Work Sans","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,Arial,sans-serif;
    border-bottom: solid #9f854e 1px;
    padding-bottom:10px;
    width: 200px;
    margin: 0 auto 25px;
}
.staff_box h3{
    font-size: 26px !important;
    font-weight: 100 !important;
    color: #9f854e;
    letter-spacing: .2em;
    font-family: "Noto Sans JP","Work Sans","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,Arial,sans-serif;
}
.staff_box h3 span{
    display: block;
    font-size: 20px;
    font-weight: 100 !important;
    margin-bottom: 20px;
}
.staff_box p{
    color: #9f854e;
}
.staff_box img{
    width: 80%;
}
/* 480px */
@media only screen and (max-width: 30em) {
.staff_box{
    padding: 40px 10px;
    margin:0 auto;
}
.staff_box h2{
    font-size: 16px;
    width: 120px;
}
.staff_box h3{
    font-size: 18px !important;
}
.staff_box h3 span{
    font-size: 14px;
    margin-top: 5px;
}
.staff_box img{
    width: 90%;
}
}
/* スタッフ紹介end */



/* ====================== 予約エリア ====================== */
.design_area_reservation {
	text-align: center;
}
.design_area_reservation_inner {
	padding: 50px;
}
.design_area_reservation h2{
	font-size: 24px;
}
.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: 10px;
}
a.Btn:hover{
	border: 2px solid #333333;
	background-color: #f5f5f5;
	color: #333333;
	transition: 1s;
}
a.Btn.btnColor{
	border: 2px solid #8dc0b3;
	background-color: #8dc0b3;	
}
a.Btn.btnColor:hover{
	border: 2px solid #a9d4c9;
	background-color: #a9d4c9;
	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 20px auto;
}
.special_box_text1{
	font-size: 32px;
	font-weight: bold;
}
.special_box_text1 span{
	font-size: 18px;
}
.topics_schedule {
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;	
}
/*flex_2A 2段 48:48 上書き用*/
.flex_2A div, .flex_2A section{
    width: 48%;
	/*padding-bottom: 5px;*/
}

@media only screen and (max-width: 48em) {
.btn_box{
	width: 90%;
	margin: auto;
}
a.Btn{
	padding: 13px 0;
	width: 100%;
}
.flex_2A div, .flex_2A section{
    width: 100%;
}
.topics_schedule {
	font-size: 14px;
	margin-top: 5px;	
}
}
@media only screen and (max-width: 30em) {
.design_area_reservation_inner {
	padding: 50px 20px 10px;
}
.design_area_reservation h2{
	font-size: 18px;
}
.design_area_reservation h2 span{
	font-size: 21px;
}
}


/*=============== コンテンツボタン ===============*/

.event_btnbox .flex_2A {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.event_btnbox .flex_2A div.inner_1{
    width: 66.6% !important;
	margin: 0 0 0 0;
}
.event_btnbox .flex_2A div.inner_2{
    width: 33.33% !important;
	margin: 0 0 0 0;
}


.flex_3A {
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3A div{
    width: 33.33% !important;
	margin: 0 0 0 0;
}
.flex_3A.salon_area div{
    width: 32.5% !important;
	margin: 0 0 0 0;
}
.topics_contents_btn {
	position: relative !important;
  	background-color: #000000;
}
.topics_contents_btn img {
	  opacity: 0.7;
}
.topics_contents_btn p {
    position: absolute;
    /* top: 50%; */
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 14px !important;
    text-align: center;
	width: 95%;
}
.img_wrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.img_wrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

@media only screen and (max-width: 48em) {
.flex_3A.salon_area div{
    width: 32% !important;
}
.flex_3A div.type2{
    width: 100% !important;
}
.topics_contents_btn p {
	font-size: 12px !important;
}
.flex_3A div.styleA{
    width: 100% !important;
	margin: 0 0 0 0;
}
}

.flex_4A {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex_4A div {
    width: 18%;
    margin: 0 2% 2% 0;
}



/*=============== 開催場所 ===============*/
.access_box h3{
	font-size: 32px;
}
.access_box h4{
	font-size: 24px;
}
.access_box h4 span{
	display: block;
	font-size: 18px;
}
.access_box p{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
.station p{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: auto;
	border: solid 2px #000;
	width: 250px;
	background-color: #fff;
	margin-bottom: 15px;
	line-height: 28px;
	padding: 5px 0;
}
.station p span{
	font-size: 18px;
}

@media only screen and (max-width: 48em) {
.access_box h4{
	font-size: 18px;
}
.access_box h4 span{
	font-size: 14px;
}
.access_box h3{
	font-size: 24px;
}
.access_box p{
	font-size: 12px;
}
.station p{
	font-size: 18px;
	width: 220px;
	margin-bottom: 15px;
	line-height: 23px;
	padding: 5px 0;
}
.station p span{
	font-size: 14px;
}
}


/* mainの下画像 */
@media only screen and (max-width: 48em) {
.flex_3A.read_area_img div{
	display: block;
	width: 70% !important;
	margin: auto;
}
}

/*画像2列*/
/*flex-box*/
.img_boxintxt02 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
/*	justify-content:space-between;*/ 
}
.img_wrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.img_wrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

/*画像文字入り2列*/
/*flex-box*/
.img_boxintxt01 {
	width: 75%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between; 
}
.img_boxintxt01_inner {
    float: left;
	width: 33.3%;
    margin-right: 0.1%;
/*	margin-bottom: 2px;*/
    position: relative;
  }
  
.img_boxintxt01_inner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.4);
    display:block
}

.img_boxintxt01_inner60 {
    float: left;
	width: 66.6%;;
/*	margin-bottom: 2px;*/
    position: relative;
}
  
.img_boxintxt01_inner60::after {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.img_boxintxt01_inner p {
	position: absolute;
    /*top: 50%;*/
	bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    webkit-transform: translate(-50%, -50%);
    ms-transform: translate(-50%, -50%);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 1.1;
	z-index: 1;
}

.img_boxintxt01_inner60 p {
	position: absolute;
    /*top: 50%;*/
	bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 1.1;
	z-index: 1;
}

/* 480px */
@media only screen and (max-width: 30em) {
.img_boxintxt01_inner p {
	position: absolute;
    /*top: 50%;*/
	bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    webkit-transform: translate(-50%, -50%);
    ms-transform: translate(-50%, -50%);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 1.1;
	z-index: 1;
  }
  
  .img_boxintxt01_inner60 p {
	position: absolute;
    /*top: 50%;*/
	bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 1.1;
	z-index: 1;
  }
}  

.event_btnbox{
	width:80%;
	margin: auto;
	margin-top: 80px;
}
@media only screen and (max-width: 48em) {
.event_btnbox{
	width: 100%;
	margin-top: 50px;
}	
}


/* 見出しスタイル */
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: 48px;
    font-weight: bold;
    color: #000000;
	line-height: 1.3;
}
div.design_heading_A span{
    font-size: 100px;
    font-weight: normal;
    font-family: 'Great Vibes', cursive;
}
div.design_heading_A .text2{
    font-size: 32px;
}
/* B */
div.design_heading_B{
	/*display: flex;*/
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 10px;
	/*padding-top: 100px;*/
}
div.design_heading_B_inner1{
    width: 40%;
}
div.design_heading_B_inner2{
    width: 58%;
	padding-top: 20px;
}
div.design_heading_B h3{
    font-size: 38px;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-top: 40px;
}
div.design_heading_B h3 span{
	display: block;
	font-size: 96px;
    /*font-family: "Quickpen";*/
	font-family: 'Great Vibes', cursive;
	font-weight: normal;
}
/* C */
div.design_heading_C h4{
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
}
/* d */
div.design_heading_D h3{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
/* F */
div.design_heading_F h4{
    font-size: 24px;
    font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
div.design_heading_F p{
	text-align: center;
	width: 90%;
	margin: auto;
}
p.style_title{
	font-size: 30px !important;
	font-weight: bold !important;
	margin-bottom: 20px !important;
}


/* 768px */
@media only screen and (max-width: 48em) {
div.design_heading_B{
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}
div.design_heading_B_inner1{
    width: 100%;
}
div.design_heading_B_inner2{
    width: 100%;
	padding-top: 20px;
}
div.design_heading_B h3{
    font-size: 23px;
	margin-top: 10px;
}
div.design_heading_B h3 span{
	font-size: 16px;
}
div.design_heading_E{
	width: 90%;
	margin: auto;
}
div.design_heading_E_inner1{
    width: 100%;
}
div.design_heading_E_inner2{
    width: 100%;
}
div.design_heading_F h4{
    font-size: 18px;
	margin-bottom: 5px;
}
p.style_title{
	font-size: 20px !important;
	margin-bottom: 15px !important;
}
}

/* 480px */
@media only screen and (max-width: 30em) {
div.design_heading_A{
	 margin: 10px 0 ;
}
div.design_heading_A h2{
    font-size: 28px;
}
div.design_heading_A span{   
    font-size: 60px;
}
div.design_heading_A .text2{
    font-size: 21px;
}
div.design_heading_B{
	padding-top: 10px;
}
div.design_heading_B h3 span{
	font-size: 72px;
	line-height: 1;
}
div.design_heading_E h3{
    font-size: 32px;
}
div.design_heading_E h3 span{
    font-size: 16px;
}
div.design_heading_E_inner2 p{
    font-size: 13px;
	line-height: 1.5;
}
}

.pickup_set{
	display: flex;
}

/*=== PICK UP ===*/
.circle {	
  position: relative;
  display: inline-block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #8dc0b3 0%, #dfe76c 100%);
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
}
.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :130px;
  text-align:center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 1px;
}
@media only screen and (max-width: 30em) {
.circle {	
  width: 80px;
  height: 80px;
}
.circle span {
  width :80px;
  font-size: 20px;
  line-height: 1.2;
}
}



/*=== プレゼント ===*/
.present_box_area {
	padding: 0 30px;
	text-align: center;
}
.present_box_area2 {
	padding: 0 0 30px 0;
	text-align: center;
}
.present_box_area .text2 {
	font-size: 32px;
	font-weight: bold;
}
.present_box_area .text3 {
	font-size: 32px;
	font-weight: bold;
	color: #009D5B;
}
.present_box_area .text4 {
	font-size: 24px;
	font-weight: bold;
}
.present_box_area_inner {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
}
.present_box_area_inner div {
	width: 32%;
	background-color: #FFFFFF;
	padding: 50px;
	box-shadow: 0 0 10px #555555;
}
.present_box_area2 .text2 {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}


.present_box {
	/*padding: 50px;*/
    /*background: #fffbf3;*/
	text-align: center;
}
.present_box h3{
	font-size: 32px;
	line-height: 1.3;
	padding: 15px 0 0 15px;
	display: inline-block;
}
.present_box h3 span{
	font-size: 42px;
}
.present_box img {
	width: 25%;
}
.present_box .text1 {
	text-align: left;
	font-size: 18px;
	padding-left: 15px;
	font-weight: bold;
}
.present_box .text1 span {
	font-size: 13px;
	font-weight: bold;
}
.present_box .notes {
	font-size: small;
	font-weight: bold;
}
.present_box_area .flex_2A div{
	width: 49% !important;
/*	padding: 25px;*/
}
.present_box p{
/*    font-size: 21px !important;*/
    margin: auto;
	font-weight: bold;
    text-align: center;
	line-height: 1.5;
}
.present_box span.number{
    position: relative;
    display: block;
    color: #B69955;
    font-size: 60px;
    line-height: 1;
	font-family: 'Great Vibes', cursive;
	margin-bottom: 30px;
}
.present_box span.number::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #B69955;
    margin: 0 auto;
}
.box4{
    padding: 25px 20px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f1f6f0;
    /*border-top: solid 3px #bca475;
    border-bottom: solid 3px #bca475;*/
}
.box4 p {
    margin: 0 0 20px 0; 
    padding: 0;
}
span.number.type2{
    font-size: 110px;
}
.present_box .text2{
    font-size: 24px !important;
}
p.connection_txt1{
	text-align: center;
	font-size: 42px;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
}
p.connection_txt1 span{
	font-size: 60px;
	font-weight: bold;
}
p.connection_txt2{
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}

.present_box a{
	text-decoration: none;
}
/* 480 */
@media only screen and (max-width: 30em) {
.present_box_area {
	padding: 30px 0;
}
.present_box_area .text3 {
	font-size: 18px;
}
.present_box_area .text4 {
	font-size: 16px;
}
.present_box {
/*	padding: 35px 25px 25px 25px;*/
	margin-bottom: 10px !important;
}
.present_box div {
    width: 100%;
}
.present_box h3{
	font-size: 14px;
	padding: 0 0 10px 0;
}
.present_box h3 span{
	font-size: 21px;
}
.present_box .text1 {
	padding-left: 0;
	margin-bottom: 10px;
}
.present_box .notes {
	font-size: small;
	text-align: left;	
}
.present_box_area2 .text2 {
	font-size: 16px;
}
.present_box p{
    /*font-size: 16px !important;*/
	margin-bottom: 20px;
}
.present_box_area .flex_2A div{
	width: 100% !important;
/*	padding: 20px;*/
}
.present_box_item p{
    font-size: 16px !important;
}
.present_box .text2{
    font-size: 18px !important;
}
.present_box_area.type2{
	width: 100%;
	margin: auto;
}
.present_box_area3{
	width: 95%;
	margin: auto;
}
.present_box_area_inner {
	padding: 20px;
}
p.connection_txt1 {
	font-size: 21px;
}
p.connection_txt1 span{
	font-size: 28px;
}
p.connection_txt2{
	font-size: 16px;
}
span.number.type2{
    font-size: 85px;
}
.present_box_area_inner div {
	width: 100%;
	background-color: #FFFFFF;
	padding: 25px;
	box-shadow: 0 0 10px #555555;
}
p.connection_txt3{
	font-size: 26px;
}
}


/* 768 */
@media only screen and (max-width: 48em) {
.present_box_area2 {
	padding: 0 0 15px 0;
}
}









/*=== 4つの体験型コンテンツ（画像重なり） ===*/
.image_box_2 {
	position: relative;
	margin-bottom: 20px;
}
div.type2 {
	width: 30%;
	position: absolute;
	bottom: -120px;
	display: flex;
	left: 22px;
}
div.type2 img{
	margin: 0 5px;
}
@media only screen and (max-width: 48em) {
.image_box_2 {
	margin-bottom: 20px;
}
div.type2 {
	position: absolute;
	bottom: -60px;
	left: 5px;
}
}





/*=== プラスマーク（丸囲み） ===*/
.dli-plus-circle {
  display: inline-block;
  vertical-align: middle;
  color: #bca475;
  line-height: 1;
  position: relative;
  width: 3em;
  height: 3em;
  border: 0.3em solid currentColor;
  border-radius: 50%;
  box-sizing: content-box;
}

.dli-plus-circle > span {
  width: 52%;
  height: 0.3em;
  background: currentColor;
  border-radius: 1em;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #bca475;
}

.dli-plus-circle > span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
}


/*============== 矢印付き吹き出し ==============*/
.balloon{
  position: relative;
  background: #8dc0b3;
  padding: 3em 0;
  text-align: center;
  z-index:101;
  margin-bottom: 8%;
  color: #fff;
}
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -48px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #8dc0b3 transparent transparent transparent;
  border-width: 50px 70px 0 70px;
}
@media only screen and (max-width: 48em) {
.balloon{
  padding: 1.5em 0;
  text-align: center;
  z-index:101;
  margin-bottom: 10%;
}	
.balloon:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #8dc0b3 transparent transparent transparent;
  border-width: 30px 50px 0 50px;
}
}





.balloon_B {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  background: #f1f7f3;
}
.balloon_B:before,
.balloon_B:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  background: #f1f7f3;
}
.balloon_B:before {
  bottom: -15px;
  left: 100px;
  width: 30px;
  height: 30px;
}
.balloon_B:after {
  bottom: -30px;
  left: 125px;
  width: 15px;
  height: 15px;
}
@media only screen and (max-width: 48em) {
.balloon_B:before {
  left: 30px;
}
.balloon_B:after {
  left: 50px;
}	
}












.contents_feature{
	background-color: #f1f6f0;
	padding: 20px;
	margin-top: 40px !important;
}
.contents_feature_line{
	border: 2px solid #000;
	padding: 20px 15px;
}
@media only screen and (max-width: 30em) {
.contents_feature{
	margin-top: 20px !important;
}	
}




/*=============== 導入 ===============*/
.heading_box{
	text-align: center;
}
ul.heading_01 li {
  position: relative;
/*  padding-left: 2.2em;/*アイコン分のスペース*/
  line-height: 1.4;
  list-style-type: none!important;/*ポチ消す*/
  font-size: 30px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
  color: #bca475;
  text-align: center;
}

ul.heading_01 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 2.2rem;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #bca475; /*アイコン色*/
  font-weight: 900;
}


.txt_02{
	font-size: 25px;
	font-weight: bold;
}
.txt_02 span.large02{
	font-size: 30px;
}
.txt_03{
	font-size: 18px;
	font-weight: bold;
}
.txt_04{
	font-size: 30px;
	font-weight: bold;
	margin: 20px 0;
}
.txt_05{
	font-size: 25px !important;
	font-weight: bold;
	color: #bca475;
	line-height: 1.5;
}
.txt_05 span{
	font-size: 30px !important;
}
@media only screen and (max-width: 30em) {
.txt_03{
	font-size: 13px;
}
.txt_04{
	font-size: 20px;
	margin: 10px 0;
}
.txt_05{
	font-size: 16px !important;
}
.txt_05 span{
	font-size: 20px !important;
}
}



/* 768 */
@media only screen and (max-width: 48em) {
ul.heading_01 li {
  position: relative;
  padding-left: 0em;/*アイコン分のスペース*/
  line-height: 1.4;
  list-style-type: none!important;/*ポチ消す*/
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
}

ul.heading_01 li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1em;/*サイズ*/
  left: 30px;/*アイコンの位置*/
  top: 0;/*アイコンの位置*/
  color: #bca475; /*アイコン色*/
  font-weight: 900;
}

/* 320px */
@media only screen and (max-width: 20em) {
ul.heading_01 li {
  padding-left: 1em;/*アイコン分のスペース*/
}
ul.heading_01 li:before {
  left: 20px !important;/*アイコンの位置*/
}	
}


.txt_02{
	font-size: 18px;
}
.txt_02 span.large02{
	font-size: 25px;
}	
}


/*=== スタイル提案・紹介 ===*/
.style_area{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
}
.style_area::after {
	content: "";
	display: block;
	width: 200px;
}
.style_box{
	width: 200px;
	margin: auto;
}
.style_box p{
	text-align: center;
}
.style_box img{
	margin: 30px 0;
}

.style_container{
	display: flex;
	justify-content: space-around;
	padding: 30px 0;
	margin: 0 auto 30px !important;
}

.contents_box h6 {
  position: relative;
  padding: 1rem .5rem;
}

.contents_box h6:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  content: '';
  background-image: linear-gradient(to right, #8dc0b3 0%, #dfe76c 100%);
}

.text5{
	font-size: 18px;
	font-weight: bold;
	margin: 5px 0;
	border: solid 1px;
}
.text6{
	font-size: 15px;
	font-weight: bold;
}

.style_title_2{
	font-size: 30px;
	font-weight: bold;
	margin-top: 30px;
}
.style_title_2 span{
	font-size: 38px;
	font-weight: bold;
	background-image: linear-gradient(50deg, #8dc0b3 0%, #dfe76c 100%);
	color: #fff;
	padding: 5px 20px;
}
.contents_area{
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 50px !important;
}

@media only screen and (max-width: 48em) {
.style_box{
	width: 150px;
	margin: auto 5px;
}
.style_box img{
	margin: 15px 0;
}
.style_title_2{
	font-size: 22px;
	margin: 15px 0 20px 0;
	line-height: 5rem;
}
.style_title_2 span{
	font-size: 27px;
	padding: 5px 15px;
}
.style_container{
	padding: 0 0 30px 0;
	margin: 0 !important;
}
.text5{
	font-size: 11px;
}
.text6{
	font-size: 11px;
}
.contents_area{
	margin-bottom: 30px !important;
	padding: 0 5px;
}
}




/*=== アニメーション要素のスタイル ===*/
/*　下から上 */
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(20px);
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* ===========bgColor=========== */
.bg_color1{
	background-color: #f1f7f3;
}
.bg_color2{
	background-color: #f5f5f5;
}

/* clearfix */
.clearfix::after {
	display: block;
	visibility: hidden; 
	clear: both;
	height: 0;
	content: "";
}

/* ====================== タグエリア ====================== */
.tagbox {
	text-align: center;
}
.tagbox .tagbox-item {
	display: inline-block;
	padding: 3px 10px;
	background-color: #e79f9f;
	color: #FFFFFF;
	border-radius: 30px;
	font-size: 11px;
	margin-bottom: 5px;
}


.pdb05p{padding-bottom:5%!important;}
.pdset_A{padding:2% !important;}

.bg_color2 {
    background-color: #f5f5f5;
}
.bg_color3 {
    background-color: #FFFFFF !important;
}


.design_area_reservation_inner h3 {
	font-size: 25px;
}



/* 768 */
@media only screen and (max-width: 48em) {
.pdset_A{padding:5% !important;}
}


/* ====================== bpAllEvent lpLinkList.shtml ====================== */
.bpevent_area {
	padding-top: 50px;
	text-align: center;
	padding-bottom: 5%;
}
.bpevent_area h3 {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
}
.bpevent_area_inner {
	margin-bottom: 50px;
}
.bpevent_area_inner p.txt_type1 {
	display: inline-block;
	padding: 2px 20px;
	font-size: 24px;
	border: 1px solid #000000;
}
.event_swiper_img_txt div::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
    display:block
}
.event_swiper_img_txt div p.txt_type2 {
    position: absolute;
    bottom: 30px;
	left: 30px;
	font-size: 42px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	z-index: 100;
	text-align: left;
}
.event_swiper_img_txt div p.txt_type2 span {
	display: block;
	font-size: 24px;
	font-weight: normal;
}
.event_swiper_img_txt div p.txt_type3 {
    position: absolute;
    bottom: 30px;
	right: 30px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	z-index: 100;
	text-align: right;
	background-color: #000000;
	padding: 6px 25px 3px 15px;
}
.event_swiper_img_txt div p.txt_type3::after {
    content: "";
    position: absolute;
    top: 19px;
    right: 0;
    transform: translateY(-50%);
    border: 8px solid transparent;
    border-left: 12px solid #FFFFFF;  
}
.event_area h3{
	margin-top: 20%;
	font-size: 32px;
}

/* 768 */
@media only screen and (max-width: 48em) {
.bpevent_area {
	padding: 30px 0 10px 0 !important;
}
.bpevent_area h3 {
    font-size: 24px;
}
.bpevent_area_inner {
	margin-bottom: 30px;
}
.bpevent_area_inner p.txt_type1 {
	font-size: 18px;
}
/* lpLinkList_2.shtmlの時非表示
.event_swiper_img_txt div::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));
    display:block
} */
.event_swiper_img_txt div p.txt_type2 {
    position: absolute;
    /* top: 25px !important; /* lpLinkList_2.shtmlの時非表示 */
	bottom: 20px; /* lpLinkList.shtmlの時非表示 */
	left: 20px;
	font-size: 24px;
	line-height: 1.3;
}
.event_swiper_img_txt div p.txt_type2 span {
	font-size: 14px;
}
.event_swiper_img_txt div p.txt_type3 {
    position: absolute;
    bottom: 10px;
	right: 10px;
	font-size: 14px;
	text-align: center;
	padding: 5px 10px 5px 0;
	width: 150px;
}
.event_swiper_img_txt div p.txt_type3::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 10px solid #FFFFFF;  
}
.event_area h3{
	font-size: 24px;
}
}


/* ====================== bpAllEvent lpLinkList_2.shtml ====================== */
.bpevent_area a {
	width: 100%;
	padding: 10px 50px;
	background-color: #009D5B;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}
.bpevent_area p.txt_type4 {
	font-size: 14px;
	text-align: center;
}
.bpevent_area p.txt_type4 span{
	font-weight: bold;
	font-size: 16px;
}
.marker {
	background: linear-gradient(transparent 40%, yellow 0%);
  }

.marker2 {
	background: linear-gradient(transparent 60%, rgb(58, 238, 214) 0%);
  }

  /* 768 */
@media only screen and (max-width: 48em) {
	.bpevent_area p.txt_type4 {
		font-size: 13px;
		width: 95%;
		margin: auto;
	}
}


/* ====================== topics ====================== */
.topics_area {
	width: 100%;
	font-size: 18px;
/*	padding-bottom: 70px;*/
	text-align: center;
}
.topics_area h2 span{
	font-size: 48px !important;
	color: #009D5B !important;
}
.topics_area p{
	font-size: 24px !important;
	line-height: 1.5 !important;
}
.topics_area p span{
	font-size: 24px !important;
	line-height: 1.5 !important;
	font-weight: bold !important;
}
.topics_area p.voice_txt{
	font-size: 13px !important;
	line-height: 1.4 !important;
	text-align: left;
}
.topics_area p.voice_txt_2{
	font-size: 13px!important;
}
.topics_area p.voice_txt span{
	display: block;
	color: #bca475;
	margin-bottom: 5px;
}
.topics_area .swiper-container{	
	background-color: #FFFFFF;
	margin: auto;
	border: #bca475 1px dashed;
	border-radius: 20px;
}

.topics_area .swiper-container .swiper-slide{
	padding: 20px;
	padding-top: 30px;
	padding-bottom: 0;
}
.voice_title{
	padding: 20px;
}
.topics_area p.voice_txt_3{
	font-size: 30px!important;
	color: #bca475;
	font-weight: bold;
}


/* 768 */
@media only screen and (max-width: 48em) {
	.bpevent_area p.txt_type4 {
		font-size: 13px;
		width: 95%;
		margin: auto;
	}
	.topics_area p{
		font-size: 16px !important;
	}
	.topics_area p span{
		font-size: 16px !important;
	}
	.topics_area p.voice_txt_3{
		font-size: 20px!important;
	}
	.topics_area .swiper-container{	
		width: 90%;
		border-radius: 10px;
	}	
}

.topics_box{
	margin-bottom: 20%;
}
.topics_title{
  padding: 0.5rem 2rem;
  color: #fff;
  background-image: linear-gradient(50deg, #8dc0b3 0%, #dfe76c 100%);
}
.topics_title_btn{
  padding: 0.5rem 8rem;
  background-image: linear-gradient(50deg, #8dc0b3 0%, #dfe76c 100%);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
  font-size: 35px;
  text-align: left;
  font-weight: bold;
  color: #fff;
  border: solid 2px #FFF;
}
.topics_title_box a{
  text-decoration: none;
}
@media only screen and (max-width: 48em) {
.topics_title{
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: #fff;
  background-image: linear-gradient(50deg, #8dc0b3 0%, #dfe76c 100%);
}
.topics_title_btn{
  padding: 0.5rem 1rem;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.20);
  font-size: 18px;
}
}




div .pickup_title .txt_01 {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
	color: #fff;
    top: 90%;
	left: 5%;
    transform: translate(0%, -50%);
    position: absolute;
	text-shadow:1px 3px 3px #000;
}
@media only screen and (max-width: 48em) {
	div .pickup_title .txt_01 {
	font-size: 10px;
	line-height: 13px;
	top: 85%;
	left: 7%;
}
}

.topics_contents_area{
	padding: 20px 0 30px 0;
	text-align: center;
}


.plus{
	background-color: #B69955;
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
	height:70px;
	width:70px;
	border-radius:50%;
	line-height:70px;
}
img.nigaoe{
	width: 70%;
}

@media only screen and (max-width: 48em) {
.nigaoe_area{
	padding: 0 20px;
}
.plus{
	font-size: 35px;
	text-align: center;
	margin: 0 auto;
	height:50px;
	width:50px;
	line-height:50px;
}	
img.nigaoe{
	margin-bottom: 10px;
}
}

.pickup_area_1{
	border: solid 2px #bca475;
	padding: 50px 0;
	box-shadow: 10px 10px 15px -10px;
}
.pickup_area_2{
	border: solid 1px #bca475;
/*	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);*/
	text-align: center;
	padding: 30px 0;
	margin: 50px auto !important;
}
.logo_box img{
	width: 130px;
	text-align: center;
	margin: 50px 30px;
}
@media only screen and (max-width: 48em) {
.pickup_area{
	padding: 0;
	box-shadow: 8px 8px 10px -8px;
}
.logo_box img{
	width: 80px;
	margin: 30px 20px;
}
.pickup_area_2{
	margin: 30px auto !important;
}
}	









/* =========== limit =========== */
.limited{width:90%; margin:0 auto;}

.limit1600{max-width:1600px; margin:0 auto;}
.limit1400{max-width:1400px; margin:0 auto;}
.limit1200{max-width:1200px; margin:0 auto;}
.limit1050{max-width:1050px; margin:0 auto;}
.limit1024{max-width:1024px; margin:0 auto;}
.limit960{max-width:960px; margin:0 auto;}
.limit768{max-width:768px; margin:0 auto;}
.limit480{max-width:480px; margin:0 auto;}

/* ========== marginBottom ========== */
.mb0{ margin-bottom:0 !important; }
.mb5{ margin-bottom:5px !important; }
.mb10{ margin-bottom:10px !important; }
.mb20{ margin-bottom:20px !important; }
.mb30{ margin-bottom:30px !important; }
.mb40{ margin-bottom:40px !important; }
.mb50{ margin-bottom:50px !important; }
.mb60{ margin-bottom:60px !important; }
.mb70{ margin-bottom:70px !important; }
.mb80{ margin-bottom:80px !important; }
.mb90{ margin-bottom:90px !important; }
.mb100{ margin-bottom:100px !important; }

/* ========== marginBottomParcent ========== */
.mb0p{ margin-bottom:0 !important; }
.mb01p{ margin-bottom:1% !important; }
.mb02p{ margin-bottom:2% !important; }
.mb03p{ margin-bottom:3% !important; }
.mb05p{ margin-bottom:5% !important; }
.mb10p{ margin-bottom:10% !important; }
.mb15p{ margin-bottom:15% !important; }
.mb20p{ margin-bottom:20% !important; }
.mb30p{ margin-bottom:30% !important; }
.mb40p{ margin-bottom:40% !important; }
.mb50p{ margin-bottom:50% !important; }
.mb60p{ margin-bottom:60% !important; }
.mb70p{ margin-bottom:70% !important; }
.mb80p{ margin-bottom:80% !important; }
.mb90p{ margin-bottom:90% !important; }
.mb100p{ margin-bottom:100% !important; }


/* ========== paddingTop&BottomParcent ========== */
.pdtb0p{ padding-top:0%!important; padding-bottom:0%!important; }
.pdtb01p{padding-top:1%!important; padding-bottom:1%!important;}
.pdtb02p{padding-top:2%!important; padding-bottom:2%!important;}
.pdtb03p{padding-top:3%!important; padding-bottom:3%!important;}
.pdtb05p{padding-top:5%!important; padding-bottom:5%!important;}
.pdtb10p{padding-top:10%!important; padding-bottom:10%!important;}
.pdtb15p{padding-top:15%!important; padding-bottom:15%!important;}
.pdtb20p{padding-top:20%!important; padding-bottom:20%!important;}
.pdtb30p{padding-top:30%!important; padding-bottom:30%!important;}
.pdtb40p{padding-top:40%!important; padding-bottom:40%!important;}
.pdtb50p{padding-top:50%!important; padding-bottom:50%!important;}
.pdtb60p{padding-top:60%!important; padding-bottom:60%!important;}
.pdtb70p{padding-top:70%!important; padding-bottom:70%!important;}
.pdtb80p{padding-top:80%!important; padding-bottom:80%!important;}
.pdtb90p{padding-top:90%!important; padding-bottom:90%!important;}
.pdtb100p{padding-top:100%!important; padding-bottom:100%!important;}


/* ========== txt-align ========== */
.txt_left{text-align:left !important;}
.txt_center{text-align:center !important;}
.txt_right{text-align:right !important;}
.txt_just{text-align:justify !important;}

/* ========== width ========== */
.wd100{width: 100%!important;}

/* ========== br ========== */
/* 768px */
@media only screen and (max-width: 48em) {
br.del768{ display:none;}
}

/* ============================■■共通CLASS■■============================ */


/* ======================parts====================== */

/* 1400px */
@media only screen and (max-width: 87.5em) {
}
/* 1200px */
@media only screen and (max-width: 75em) {
}
/* 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) {
}








/* 臨時対応　ガーデンLP共通CSS */




/* g */
div.design_heading_G{
}
div.design_heading_G_box{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin: auto;
	padding: 20px 0 ;
}
div.design_heading_G_box_inner01-A{
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
div.design_heading_G_box_inner01-A div{
	width: 49.5%;
	margin-bottom: 1%;
}
div.design_heading_G_box_inner01-B{
	width: 50%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.design_heading_G_box_inner02{
	width: 50%;
	position: relative;
}
div.design_heading_G_box_inner02 p{
	position: absolute;
	top: 40%;
	left: 10%;
	font-size: 18px;
	font-weight: bold;
}
div.design_heading_G_box_inner02 p span{
	font-size: 14px;
	color: #009D5B;
}

div.design_heading_G_box_inner03{
	width: 50%;
	position: relative;
}
div.design_heading_G_box_inner03 p{
	position: absolute;
	top: 30%;
	left: 10%;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
}
div.design_heading_G_box_inner03 p strong{
	font-size: 32px;
	padding: 0 2px;
}
span.CONTENTS03_text01{
	font-size: 14px;
	color: #009D5B;
}
span.CONTENTS03_text02{
	font-size: 12px;
	font-weight: normal;
}

div.design_heading_G h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	font-family: "Yu Mincho","Yumintyo";
}
/* I */

div.design_heading_I{
	padding: 30px 5px;
    border: solid 2px #B69955;
    background-color: #fff;
}
div.design_heading_I_box_inner01{
	width: 100%;
    display: block;
    margin-bottom: 10px;
}


div.design_heading_I_box_inner01 h3{

	font-size: 20px;
	font-weight: bold;
    text-align: center;
    margin-bottom: 30px
}
div.design_heading_I_box_inner01 h3 span{
    display: block;
	font-size: 20px;
	color: #B69955;
}
div.design_heading_I_box_inner01 a{
	font-size: 15px;
	color: #B69955;
	text-decoration: none;
	font-weight: bold;
}

p.detail{
    margin: auto;
    border: 2px solid  #B69955;
    padding: 2.5px;
    width: 30%;
}


/* 480px */
@media only screen and (max-width: 30em) {
div.design_heading_G_box_inner01-A{
	width: 100%;
}
div.design_heading_G_box_inner02{
	width: 100%;
    display: block;
    margin-bottom: 30px;
}
div.design_heading_G_box_inner01-B{
	width: 100%;
}
div.design_heading_G_box_inner03{
	width: 100%;
    display: block;
    margin-bottom: 30px;
}

div.design_heading_H{
	padding: 5px 0 5px;
}
div.design_heading_H h3{
	font-size: 12px;
	padding-bottom: 5px;
	width: 90%;
	margin: auto auto 10px;
}
div.design_heading_H p{
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11px;
	width: 95%;
	text-align: left;
	line-height: 1.9;
	margin-bottom: 5px;
}

a.border{
    color:#000;
    text-decoration:none;
    border-bottom:1px solid #B69955;
}

section.design_area_I{
    position: relative;
    margin: 30px auto;
}
div.design_heading_I_box_inner01 a{
	font-size: 12px;
}
p.detail{
    border: 1.5px solid  #B69955;
}
}
/* ====================== 共通 ====================== */
.common_p1 {
    font-size: 14px;
    text-align: center;
}
.common_p2 {
    font-size: 16px !important;
    text-align: center !important;
}
.common_p3 {
    font-size: 16px;
	border: 1px solid #000000;
	display: inline-block;
	padding: 1px 10px 2px 10px;
}
.common_p3_area {
    text-align: center;
}
.common_p4 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
}
.common_p4 span{
	font-size: 12px;
}


/* 480 */
@media only screen and (max-width: 30em) {
.common_p1 {
    font-size: 13px;
}
.common_p2 {
    font-size: 13px;
    text-align: left;
}
}





.contents_box{
	text-align: center;
	margin: auto;
	padding: 5% 0;
}
.styleR10{
	border-radius: 10px;
}
.styleR5{
	border-radius: 5px;
}

/*======== h ========*/
h1{
	font-size: 42px;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
}
h2{
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.3;
}
h2 span{
	font-size: 48px;
	font-weight: bold;
}
h4 {
	font-size: 41px;
	text-align: left;
}
h4 span{
	font-size: 55px;
}
h6 {
 font-size: 38px;
 font-weight: bold;
}
h6 span{
 font-size: 48px;
 margin-left: 10px;
}

@media only screen and (max-width: 30em) {
h1{
	font-size: 25px;
}	
h2 {
	font-size: 21px;
}
h2 span{
	font-size: 28px
}
h4 {
	font-size: 20px;
}
h4 span{
	font-size: 27px;
}
.contents_box{
	padding: 10% 0;
}
h6 {
 font-size: 28px;
}
h6 span{
 font-size: 38px;
}
}