@charset "UTF-8";

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

/* mainvisual */
div.top_mainvisual_area{
	position: relative;
	width: 100%;
	height: 80vh;
	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 h2 {
    position: absolute;
    top:30%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 36px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	z-index: 100;
}

div.main_bg_image p {
    position: absolute;
    top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 70px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.5;
	z-index: 100;
	width: 100%;
}
/*div.main_bg_image p em {
	display: inline-block;
	font-size: 26px;
	color: #fff;
	border: solid 2px #fff;
	box-sizing: border-box;
	padding: .5em 1em;
	font-style: normal;
}*/
div.main_bg_image p span {
	font-size: 36px;
	margin-top: 20px;
}
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);
}


/* 768px
@media only screen and (max-width: 48em) {
div.top_mainvisual_area{
	height: 85vh;
}
div.main_bg_image p {
    position: absolute;
    bottom: 30px;
	left: 30px;
	font-size: 28px;
}
div.main_bg_image p span {
	font-size: 36px;
}
}
*/

/* 480px */
@media only screen and (max-width: 30em) {
div.main_bg_image{
	background-image: url(../img/mainvisual_01b.jpg);
}
div.main_bg_image h2 {
    position: absolute;
    top:20%;
	font-size: 20px;
    text-align: center;
}

div.main_bg_image p {
    position: absolute;
/*    bottom: 25%; */
	/*left: 17%;*/
	font-size: 50px;
}
div.main_bg_image p em {
	font-size: 18px;
}
div.main_bg_image p span {
	font-size: 25px;
	line-height: 1.5;
    margin-bottom: 10px;
}
}

/* 320px */
@media only screen and (max-width: 20em) {
div.main_bg_image p {
    position: absolute;
    bottom: 20%;
	left: 50%;
	font-size: 35px;
}
div.main_bg_image p span {
	font-size: 14px;
	line-height: 1.5;
}
}


/* ====================== 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;
}


/* ====================== design_area_A ====================== */
section.design_area_A{
    position: relative;
	background-color: #FFF;
    padding: 80px 50px 50px 50px;
	text-align: center;
}
section.design_area_A h2{
	font-size: 48px;
	font-weight: bold;
	/*border-bottom: 2px solid #000000;*/
}
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 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 30px 15px;
}
section.design_area_A h2{
	font-size: 24px;
}
section.design_area_A p{
	font-size: 18px;
}
section.design_area_A p.txt1{
	font-size: 28px;
}
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 p span{
	font-size: 18px !important;
}
}

/* ====================== design_area_B ====================== */
section.design_area_B{
    margin: 0;
/*    padding: 100px 0 0 0;*/
    background-color: #FFFFFF;
}
div.design_area_B_inner{
	padding-top: 50px;
	padding-bottom: 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;
}
p.areaB_text1{
	text-align: center;
    font-size: 16px;
    letter-spacing: 1.6px;
    line-height: 1.5;
    font-weight: bold;
}
p.areaB_text1 span{
    font-size: 16px;
	font-weight: bold;
    color: #B69955;
}
/*flex_3A 3段 common_neo上書き*/
.flex_3A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: 1px;
}
.flex_3A div{
	width: 30%;
	margin: 0 0 10px 0;
  	line-height: 20px;
}
.flex_3A div.inner_styleA::after{
	content: "+";
	position: absolute;
	top: 100px;
	right: -45px;
	font-size: 50px;
}
.flex_3A div img {
	/*margin-bottom: 20px;*/
}

/* 768px */
@media only screen and (max-width: 48em) {
.flex_3A div{
	width: 100%;
	margin: 0 0 80px 0;
  	line-height: 20px;
}
.flex_3A div img {
	width: 100%;
	height: 220px;
 	object-fit: cover;
	object-position: 0 0;
}
.flex_3A div.inner_styleA::after{
	content: "+";
	position: absolute;
	top: 320px;
	right: 48%;
	font-size: 50px;
}
}


/* 768px */
@media only screen and (max-width: 48em) {
.flex_3A div{
	width: 100%;
	margin: 0 0 80px 0;
  	line-height: 20px;
}
.flex_3A div img {
	width: 100%;
	height: 100%;
 	object-fit: cover;
	object-position: 0 0;
}
.flex_3A div.inner_styleA::after{
	content: "+";
	position: absolute;
	top: 320px;
	right: 48%;
	font-size: 50px;
}
}


/*flex_3B 3段 common_neo上書き*/
.flex_3B{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	margin-bottom: 1px;
}
.flex_3B div{
	width: 30%;
	margin: 0 0 10px 0 ;
  	line-height: 20px;
}
.flex_3B div.inner_styleA::after{
	content: "+";
	position: absolute;
	top: 100px;
	right: -45px;
	font-size: 50px;
}
.flex_3B div img {
	/*margin-bottom: 20px;*/
}


/*画像文字入り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: 21px;
	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: 21px;
	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;
  }
}

/*画像2列*/
/*flex-box*/
.img_boxintxt02{
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content:space-between;
}

.img_boxintxt02_inner{
    float: left;
	width: 48%;
    margin-right: 0.1%;
	margin-bottom: 2px;
    position: relative;
  }

.img_boxintxt02_inner::after {
  content: '';
  background-color: rgba(0,0,0,.4);
  position: absolute;
  left: 2;
  right: 0;
  top: 0;
  bottom: 0;
}





/* 768px */
@media only screen and (max-width: 48em) {
.flex_3B div{
	width: 100%;
	margin: 0 0 80px 0;
  	line-height: 20px;
}
.flex_3B div img {
	width: 100%;
	height: 220px;
 	object-fit: cover;
	object-position: 0 0;
}
.flex_3B div.inner_styleA::after{
	content: "+";
	position: absolute;
	top: 320px;
	right: 48%;
	font-size: 50px;
}
}


/* 768px */
@media only screen and (max-width: 48em) {
.flex_3B div{
	width: 100%;
	margin: 0 0 80px 0;
  	line-height: 20px;
}
.flex_3B div img {
	width: 100%;
	height: 220px;
 	object-fit: cover;
	object-position: 0 0;
}
.flex_3B div.inner_styleA::after{
	content: "+";
	position: absolute;
	top: 320px;
	right: 48%;
	font-size: 50px;
}
}


/* 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;
}
p.areaB_text1{
    font-size: 14px;
    letter-spacing: 1.6px;
}
p.areaB_text1 span{
    font-size: 14px;
}
.flex_3A div.inner_styleA::after{
	content: "+";
	position: absolute;
	top: 320px;
	right: 47%;
	font-size: 50px;
}
}


/* ======================design_area_C====================== */
section.design_area_C{
}
section.design_area_C-1,.design_area_C-2,.design_area_C-3 {
	margin-bottom: 30px;
	padding: 40px 0;
}
section.design_area_C-2 p{
	font-size: 14px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
}
/* くの字アイコン */
.Arrow-Bottom {
  border-bottom: solid 2px #000000;
  border-right: solid 2px #000000;
  margin: auto;
  width: 32px;
  height: 32px;
  transform: rotate(45deg);
}
/* Style1 */
.flex_4A_C{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_4A_C div {
	position: relative;
    width: 50%;
}
.flex_4A_C 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
}
.flex_4A_C div p {
    position: absolute;
    bottom: 30px;
	left: 30px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	z-index: 100;
}
.flex_4A_C div p span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}


/* 追加分 */
.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;
}
.swiper_img_txt div p span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}




/* 768 */
@media only screen and (max-width: 48em) {
.flex_4A_C div {
	width: 50%;
}
}
/* 480 */
@media only screen and (max-width: 48em) {
.flex_4A_C div p {
    position: absolute;
    bottom: 15px;
	left: 15px;
	font-size: 18px;
}
.flex_4A_C div p span {
	font-size: 13px;
}
section.design_area_C-2 p{
	font-size: 12px;
	text-align: left;
	padding: 0 10px;
}
section.design_area_C-1,.design_area_C-2,.design_area_C-3 {
	margin-bottom: 20px;
	padding: 20px 0;
}
}

/* Style2 */
.design_area_C_imagearea {
	position: relative;
	margin-bottom: 5%;
}
.design_area_C_imagearea .image_style1{
	width: 60%;
}
.design_area_C_imagearea .image_style2{
	position: absolute;
	bottom: 0;
	left: 61%;
	width: 20%;
}
.design_area_C_imagearea .image_style3{
	width: 60%;
	margin-left: 40%;
}
.design_area_C_imagearea .image_style4{
	position: absolute;
	bottom: 0;
	right: 61%;
	width: 20%;
}
.design_area_C_imagearea .txt_style1{
	position: absolute;
	top: 20%;
	left: 62%;
	width: 30%;
}
.design_area_C_imagearea .txt_style1 span{
	font-weight: bold;
	font-style: italic;
}
.design_area_C_imagearea .txt_style2{
	position: absolute;
	top: 20%;
	left: 10%;
	width: 25%;
}
.design_area_C_imagearea .txt_style2 span{
	font-weight: bold;
	font-style: italic;
}
/* style3 */
div.areaC_swiper{
    padding-top: 0px;
    padding-bottom: 50px;
}
div.areaC_swiper_item{
    position: relative;
    margin-right: 10px;
}

/* 480 */
@media only screen and (max-width: 30em) {
.design_area_C_imagearea {
	margin-bottom: 145px;
}
.design_area_C_imagearea .image_style1{
	width: 60%;
}
.design_area_C_imagearea .image_style2{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 39%;
}
.design_area_C_imagearea .image_style3{
	width: 60%;
	margin-left: 40%;
}
.design_area_C_imagearea .image_style4{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 39%;
}
.design_area_C_imagearea .txt_style1{
	position: absolute;
	top: 110%;
	left: 5%;
	width: 90%;
}
.design_area_C_imagearea .txt_style2{
	position: absolute;
	top: 110%;
	left: 5%;
	width: 90%;
}
div.areaC_swiper_item{
    margin: 0px ;
}
}


/* ======================design_area_D====================== */
section.design_area_D{
	border: 1px solid #000000;
	padding: 40px;
}
section.design_area_D h3{
	padding-bottom: 15px;
	border-bottom: 2px solid #000000;
	font-size: 42px;
	line-height: 1.3;
}
section.design_area_D h3 span{
	font-size: 24px;
}
.flex_2A_d {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_2A_d .flex_2A_d_inner {
    width: 48%;
}
/* コンテンツアイコンリスト */
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;
    font-family: "Noto Sans Japanese","メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
ul.content_icon_list li img{
    display: block;
    width: 85%;
    margin: 0 auto 3px;
}
/* 480px */
@media only screen and (max-width: 48em) {
ul.content_icon_list li{
    width: calc(100%/4);
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    line-height: normal;
}
}

p.area_D_p1{
	text-align: center;
	font-size: 1.4rem;
    font-family: "Noto Sans Japanese","メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
    line-height: 1.6;
	margin: auto;
}



@media only screen and (max-width: 48em) {
section.design_area_D{
	padding: 30px;
}
.flex_2A_d .flex_2A_d_inner{
	width: 100%;
	margin: 0 0 0 0;
}
}
/* 480px */
@media only screen and (max-width: 30em) {
section.design_area_D h3{
	font-size: 32px;
}
section.design_area_D h3 span{
	font-size: 18px;
}
}


/* ======================design_area_E Style1 ====================== */
section.design_area_E{
	padding-bottom: 5%;
}
div.design_area_E_inner{
}
p.area_E_p1{
    position: absolute;
    bottom: 30px;
	left: 30px;
	font-size: 21px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 1.2;
	z-index: 100;
}
/* gallery */
/* 4 */
.flex_4A_E{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_4A_E div{
    width: 24.5%;
	margin-bottom: 10px;
}
.flex_4A_E.type2 div{
	position: relative;
}
.flex_4A_E.type2 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
}

/* 3*/
.flex_3A_E{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_3A_E div{
	position: relative;
	width: 32.8%;
	margin: 0 0 10px 0;
}
.flex_3A_E.type2 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
}

section.design_area_E div.karabox::after{
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0));
}

@media only screen and (max-width: 48em) {
section.design_area_E{
}
p.area_E_p1{
    position: absolute;
    bottom: 15px;
	left: 15px;
	font-size: 13px;
}
.flex_4A_C div {
	width: 50%;
}
.flex_4A_E div {
	width: 33%;
	margin-bottom: 2px;
}
.flex_3A_E div{
	width: 49.8%;
	margin: 0 0 2px 0;
}
section.design_area_E div.karabox{
	display: none;
}
}


/* ======================design_area_F Style2 ====================== */
section.design_area_F{
	padding-top: 5%;
	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;
}
p.area_F_txt1{
    font-size: 18px;
    text-align: left;
    font-weight: bold;
	margin: 15px auto 10px;
}
p.area_F_txt2{
    font-size: 13px;
	text-align: left;
}
p.area_F_txt2 span{
    font-weight: bold;
}
p.area_F_txt3{
	font-size: 13px;
    font-family: "Noto Sans Japanese","メイリオ", "Meiryo", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
	line-height: 1.6;
}
.flex_4A_F{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_4A_F div {
	position: relative;
    width: 49.5%;
	margin-bottom: 10px;
}
.flex_4A_F div:first-child {
    width: 100%;
}
.flex_4A_F div p {
    position: absolute;
    bottom: 30px;
	left: 30px;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.2;
	z-index: 100;
}
section.design_area_F .spotlight-group {
	text-align: left;
}
@media only screen and (max-width: 48em) {
section.design_area_F h3{
    font-size: 24px;
}
.flex_4A_F div {
	width: 50%;
}
p.area_F_txt3{
	font-size: 12px;
	padding: 0 10px;
	text-align: center;
}
p.area_F_txt1{
    text-align: center;
	margin: 15px auto 10px;
}
p.area_F_txt2{
    font-size: 13px;
	text-align: center;
}
p.area_F_txt2 span{
    font-weight: bold;
}
section.design_area_F .spotlight-group {
	text-align: center;
}
}

/* 会社概要 本社より引用 */
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;
  }
}



/* ======================design_area_G====================== */
section.design_area_G{
	text-align: center;
}
section.design_area_G h3 span{
	font-size: 14px;
}
section.design_area_G h4{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
}
.design_area_G_imagebox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.design_area_G_imagebox div{
	position: relative;
	width: 16%;
	margin-bottom: 10px;
}
.design_area_G_imagebox div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	z-index: 100;
}
.design_area_G_imagebox div p span{
	font-size: 10px;
}
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;
}

/* 480px */
@media only screen and (max-width: 30em) {
.design_area_G_imagebox div{
	width: 32%;
}
div.areaG_swiper_item{
    padding: 50px;
}
}


/* ====================== 予約エリア ====================== */
.design_area_reservation {
	text-align: center;
}
.design_area_reservation_inner {
	background-color: #f5f5f5;
	padding: 50px;
}
.design_area_reservation h2{
	font-size: 20px;
	color: #B69955;
	border: solid 3px #B69955;
	background-color: #fff;
	width: 700px;
	padding: 15px;
	margin: 0 auto 40px;
}
.design_area_reservation h2 span{
	font-size: 32px;
}
.btn_box{
	text-align: center;
}
.btn_box p{
	text-align: center;
	font-weight: bold;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
a.Btn{
	display: inline-block;
	border: 2px solid #737373;
	background-color: #737373;
	width: 350px;
	padding: 20px 80px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	transition: 1s;
}
a.Btn span{
	font-size: 14px;
	display: block;
	margin: auto;
	padding: 0;
}
a.Btn:hover{
	border: 2px solid #737373;
	background-color: #f5f5f5;
	padding: 20px 80px;
	color: #737373;
	width: 350px;
	transition: 1s;
}
a.Btn.colorBlue{
	border: 2px solid #B69955;
	background-color: #B69955;
}
a.Btn.colorBlue:hover{
	border: 2px solid #B69955;
	background-color: #f5f5f5;
	padding: 20px 80px;
	color: #B69955;
	width: 350px;
	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%;
	padding: 10px;
	margin: 10px auto 30px;
}

.design_area_reservation_inner {
	padding: 25px;
}
.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;
}
}





/* ====================== 紹介式場 ====================== */

.design_area_H {
    text-align: center;
}
.design_area_H img{
	margin-bottom: 20px;
}
.design_area_H p.text_1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
}
.design_area_H p.text_1 span{
	font-size: 14px;
	font-weight: normal;
}
/*a.Btn{
	padding-top: 10px;
	padding-bottom: 10px;
}
a.Btn:hover{
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width: 30em) {
.design_area_H p.text_1 {
	font-size: 16px;
}
.design_area_H p.text_1 span{
	font-size: 13px;
}
}












/*=============== コンテンツボタン ===============*/
.flex_3A {
	display: flex;
	position: relative;
}
.flex_3A div{
    width: 33.33% !important;
	margin: 0 0 0 0;
}
.flex_3B {
	display: flex;
	position: relative;
}
.flex_3B div{
    width: 33% !important;
	margin: 0 auto 50px;
}
.flex_2A {
	position: relative;
	margin-bottom: 1px;
}
.flex_2A div.flex_2A_inner1 {
    width: 33.33% !important;
}
.flex_2A div.flex_2A_inner2 {
    width: 66.66% !important;/* width: 66.67% !important;*/
}
.topics_contents p {
	font-size: 18px;
    font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	font-weight: bold;
	text-align: center;
}
.topics_contents .box_1 {
	height: 300px;
}
.topics_contents_btn {
	position: relative;
  	background-color: #000000;
}
.topics_contents_btn img {
	  display: block;
	  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: 21px;
	text-align: center;
	line-height: 1.1;
}
.text_bottom10 {
	bottom: 10px;
}
.img_wrap {
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
}
.img_wrap img {
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
/*.img_wrap img:hover {
	transform: scale(1.1);	/*画像の拡大率*/
	/*transition-duration: 0.3s;	/*変化に掛かる時間*/
/*}*/


@media only screen and (max-width: 48em) {
.topics_contents_btn p {
	font-size: 13px;
}
.flex_3B div{
    width: 100% !important;
	margin: 0 auto 20px;
}
}

.topics-box_area{
	margin: 50px auto;
}
@media only screen and (max-width: 48em) {
.topics-box_area{
	margin: 0px auto;
}
}


/* スタイル */
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;
}
div.design_heading_A span{
    font-size: 100px;
    font-weight: normal;
    font-family: "Quickpen";
}
/* B */
div.design_heading_B{
	/*display: flex;*/
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	/*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: 30px;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
div.design_heading_B h3 span{
	display: block;
	font-size: 60px;
    font-family: "Great Vibes";
	font-weight: normal;
	border-bottom: 2px solid ;
	line-height: 0.8;
	width: 60px;
	margin: 0 auto 25px;
}
div.design_heading_B h4{
    font-size: 30px;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
    font-family: "Yu Mincho","Yumintyo";
}
div.design_heading_B h4 span{
	font-size: 60px;
    font-family: "Great Vibes";
	font-weight: normal;
	line-height: 0.8;
	width: 60px;
	margin: 0 auto 25px;
}

/* 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;
}
div.design_heading_D h4{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
}
div.design_heading_D h5{
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;
	font-family: "Yu Mincho","Yumintyo";
}
/* e */
div.design_heading_E{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 100px;
}
div.design_heading_E_inner1{
    width: 40%;
	text-align: left;
}
div.design_heading_E_inner2{
    width: 58%;
}
div.design_heading_E h3{
    font-size: 48px;
    font-weight: bold;
	line-height: 1.5;
}
div.design_heading_E h3 span{
    font-size: 18px;
	display: block;
}
div.design_heading_E_inner2 p{
    font-size: 16px;
	line-height: 2;
	text-align: left;
}
div.design_heading_F h4{
    font-size: 28px;
    font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
div.design_heading_F p{
	text-align: center;
	width: 90%;
	margin: auto;
}

/* 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: #B69955;
}

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: #B69955;
}
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";
}

/* H */
div.design_heading_H{
	border: solid 1px #B69955;
	text-align: center;
	padding: 20px 0 45px;
	background-color: #fff;
	margin: auto;
}
div.design_heading_H h3{
	font-size: 20px;
	padding-bottom: 10px;
	font-family: "Yu Mincho","Yumintyo";
	border-bottom: solid 1px #B69955;
	width: 600px;
	margin: auto auto 20px;
}
div.design_heading_H h4{
	font-size: 20px;
	padding-bottom: 10px;
	font-family: "Yu Mincho","Yumintyo";
	border-bottom: solid 1px #B69955;
	width: 600px;
	margin: auto auto 20px;
}
div.design_heading_H h4 span{
    font-family: "Great Vibes";
	font-size: 60px;
    font-weight: normal;
    color: #B69955;
}

div.design_heading_H p{
	font-size: 20px;
	font-family: "Yu Mincho","Yumintyo";
	font-weight: bold;
	margin: auto;
    text-align: center;
	margin-bottom: 10px;
    color: #B69955 !important;
}
div.design_heading_H p span{
	font-size: 30px;
	font-family: "Great Vibes";
	font-weight: normal;
	padding-right: 10px;
}

/* I */

div.design_heading_I{
	padding: 30px 5px ;
    border: solid 2px #B69955;
    background-color: #fff;
}
div.design_heading_I_box_inner01{
	width: 95%;
    display: block;
    margin-bottom: 30px;
}


div.design_heading_I_box_inner01 h3{

	font-size: 24px;
	font-weight: bold;
    text-align: center;
    margin-bottom: 30px
}
div.design_heading_I_box_inner01 h3 span{
    display: block;
	font-size: 40px;
	color: #B69955;
}



/* 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: 20px;
}
div.design_heading_B h3 span{
	font-size: 40px;
	border-bottom: 2px solid ;
	line-height: 0.8;
	width: 60px;
	margin: 0 auto 15px;
}
div.design_heading_B h4{
    font-size: 20px;
}
div.design_heading_B h4 span{
	font-size: 50px;
}

div.design_heading_D h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
div.design_heading_D h5{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 10px;

}
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;
}
}

/* 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: 90%;
    display: block;
    margin-bottom: 30px;
}
div.design_heading_H h4{
	font-size: 20px;
	padding-bottom: 10px;
	width: 100%;
}
div.design_heading_H h4 span{
    font-family: "Great Vibes";
	font-size: 60px;
    font-weight: normal;
    color: #B69955;
}
div.design_heading_H p {
	font-size: 14px;
    font-weight: normal;
    text-align: center;
}
}

/* ====================== 共通 ====================== */
.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;
}
}


/*=== プレゼントバナー ===*/
.present_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border: 1px solid #000000;
	padding: 15px;
}
.present_box div {
    width: 48%;
}
.present_box h3{
	font-size: 36px;
	text-align: left;
	line-height: 1.3;
	padding: 15px 0 0 15px;
}
.present_box h3 span{
	font-size: 18px;
}
.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;
}
/* 480 */
@media only screen and (max-width: 30em) {
.present_box div {
    width: 100%;
}
.present_box h3{
	font-size: 28px;
	padding: 0 0 10px 0;
}
.present_box h3 span{
	font-size: 18px;
}
.present_box .text1 {
	padding-left: 0;
	margin-bottom: 10px;
}
.present_box .notes {
	font-size: small;
	text-align: left;
}
}

/*=== アニメーション要素のスタイル ===*/
/*　下から上 */
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(20px);
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* test */

/*
.swiper-container {
   width: 100%;
}
.slider {
   height: 80vh;
}
.slider-thumbnail {
   height: 20vh;
}
.swiper-wrapper .swiper-slide {
   width: 25%;
   height: 100%;
   overflow: hidden;
}
*/


/* ====================== お問い合わせの流れ ====================== */


p.step_item_number{
    font-size: 14px;
    margin: auto;
    text-align: center;
}
p.step_item_number span{
    position: relative;
    display: block;
    color: #bca475;
    font-size: 60px;
    line-height: 1;
	font-family: 'Great Vibes', cursive;
}
p.step_item_number span::after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    width: 50px;
    background-color: #bca475;
    margin: 0 auto;
}
p.step_item_text{
    font-size: 12px;
	font-weight: normal;
    margin: auto;
    text-align: center;
	padding: 15px 0 !important;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
p.step_item_text span{
	display: inline-block;
    font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
    text-align: center;
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.step_item_image{
	text-align: center;
}
.step_item_image img{
	width: 25%;
}

/* 768px */
@media only screen and (max-width: 48em) {
p.step_item_text span{
    font-size: 16px;
}
}


/*flex_4A 横4*/
.flex_4A{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
.flex_4A .flex_4A_innerA,.flex_4A_innerB{
	position: relative;
	width: 30%;
	border: 2px solid #BCA475;
	padding: 30px 20px;
	background-color: #FFF;
}
.flex_4A_innerA::after{
	content: "";
	position: absolute;
	bottom: 100px;
	right: -45px;
  	border-left: 30px solid #BCA475;
  	border-top: 30px solid transparent;
  	border-bottom: 30px solid transparent;
}
/* 768px */
@media only screen and (max-width: 48em) {
.flex_4A{
	width: 80%;
	margin: auto;
}
.flex_4A .flex_4A_innerA,.flex_4A_innerB{
	width: 100%;
	margin-bottom: 15%;
}
.flex_4A_innerA::after{
	content: "";
	position: absolute;
	bottom: -80px;
	right: 40%;
    margin: auto;
  	border-right: 30px solid transparent;
  	border-left: 30px solid transparent;
  	border-top: 30px solid #BCA475;
}
}

.content03 {margin-bottom: 0 !important;}

div.swiper-wrapper {
    background-color: rgba(122, 208, 197, 0) !important;
}


/* ======================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) {
}