@charset "utf-8";

img{width: 100%; height: auto;}
.tac{text-align: center;}


/*-----------------------------------------------------	*/
/*  個別指定 for tab	*/
/*-----------------------------------------------------	*/
 @media screen and (min-width: 741px) and (max-width: 979px) {

.sp_only{ display: none;}
.pc_only{ display: none;}


/*---------------------------------------------
 **  カラム
---------------------------------------------*/




/*---------------------------------------------
 ** ヘッダー記述
---------------------------------------------*/
#header{width: 100%;margin: 0; }

/* ヘッダー上 */
.header_top_inner{width: 580px;margin: 0px auto;text-align: center;}

/* ロゴ */
#logo a{
	display:block;
	width: 336px;
	height: 137px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background: url(../img/common/logo.png) no-repeat;
	background-size: 100%;
	padding:0;
	margin: 0px auto 35px;
}

.header_wrapper{width: 100%;/* height: 610px; */background: url(../img/common/main_bg.jpg)  center -45px no-repeat;padding: 130px 0 0 0;background-size: 120%;}


/*---------------------------------------------
 **  メインイメージ　TOP
---------------------------------------------*/
.main_img_wrapper{width: 100%;height: 598px; background: url( ../img/common/main_bg.png) 0 0 repeat-x; position:relative;z-index:1;}
.main_img_inner{width: 1200px; margin: 0 auto; }

.pickupbnr{
	width: 90%;
	margin: 1rem auto;
	display: flex;
	justify-content: space-between;
}
.pickupbnr .item{ width: 49%;}

/*---------------------------------------------
 ** メインイメージ（中ページ）
---------------------------------------------*/
.main_img_wrapper h1 {top: 0; left:0; right:0; margin:0 auto; position:relative;z-index: 1;}

#service .main_img_wrapper {height: 300px;background: url( ../img/main_img/service.jpg) center 0 repeat-x;position:relative;z-index:1;}
.service_main_h1{width: 90px; height: 330px; background: url( ../img/main_img/service.png) 0 0 no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden; }

#design .main_img_wrapper {height: 300px;background: url( ../img/main_img/design.jpg) center 0 repeat-x;position:relative;z-index:1;}
.design_main_h1{width: 90px; height: 340px; background: url( ../img/main_img/design_main_h1.png) 0 0 no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden; }

#flow .main_img_wrapper {height: 300px;background: url( ../img/main_img/flow.jpg) center 0 repeat-x;position:relative;z-index:1; margin:0 0 0 0;}
.flow_main_h1{width: 90px; height: 360px; background: url( ../img/main_img/flow_main_h1.png) 0 0 no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden; }

#about .main_img_wrapper {height: 300px;background: url( ../img/main_img/about.jpg) center 0 repeat-x;position:relative;z-index:1;}
.about_main_h1{width: 90px; height: 340px; background: url( ../img/main_img/about_main_h1.png) 0 0 no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden; }

#contact .main_img_wrapper {height: 300px;background: url( ../img/main_img/contact.jpg) center 0 repeat-x;position:relative;z-index:1;}
.contact_main_h1{width: 90px; height: 355px; background: url( ../img/main_img/contact_main_h1.png) 0 0 no-repeat; text-indent:100%; white-space:nowrap; overflow:hidden; }

/*---------------------------------------------
 ** フッター記述
---------------------------------------------*/
#footer{position: relative;margin: 0;padding: 50px 0 0 0;overflow: hidden;/* top: -120px; */}

/* フッターインナー */
.footer_inner{width: 90%;margin: 0px auto 0;position:relative;overflow: hidden;}

/* フッターロゴ */
#f_logo			{width: 472px;height: 90px;background: url(../img/common/footer_logo.png) no-repeat;background-size: 100%;margin: 0px auto 40px;text-indent: -999em;}
#footer #logo a h1{
	margin: 10px 0 0 0;
}

/* ご相談・お申込み */
#footer .tel_wrapper  a{
	background-color:#FF8723;
	width: 300px;
	height: 43px;
	padding: 20px 0 0;
	margin: 13px 0 0 0;
}

#footer p{ color:#535353; font-size:14px; text-align:center;}

/* コピーライト */
#copyright		{font-size: 0.8em;width:100%;text-align:center;padding: 15px 0 12px 0;color: #666666;float: left;letter-spacing: 5px;background: #F6F6F6;margin: 30px 0 0 0;}

/* pagetop */
#pagetop{display:none;}
#pagetop a img{width: 173px;position:absolute;right: calc((100% - 173px)/2);top: 98px;}


/*---------------------------------------------
 **  TOPページ中
---------------------------------------------*/
.miss_take{display:block;background:#2B57B9;width:90px;height:40px;font-size:16px;color:#FFF;padding:5px 0 0 0;font-weight:bold;position:absolute;top: 130px;left:0;right:0;margin:0 auto;}


/* お知らせ */
.newsbox{
	margin: 0 auto;
	width: 90%;
	background-color: #FCEDD8;
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.newsbox .left{ width: 20%; display: flex;}
.newsbox .right{ width: 78%;}
.newsbox h3{
	color: #866444;
	font-size: 18px;
	text-align: center;
	width: 100%;
}
.newsbox h3 span{
	font-size: 14px;
	display: block;
}
.newsbox .right dl{
	width: 95%;
	display: flex;
	justify-content:flex-start;
	background-color: #fff;
	border-radius: 100px;
	margin-bottom: 0.5rem;
	box-sizing: border-box;
	padding: 0.2rem 2rem;
}
.newsbox .right dl:first-child{ margin-top: 0.5rem;}
.newsbox .right dl dt{
	font-weight: bold;
	color: #666;
}
.newsbox .right dl dd{
	margin-left: 1rem;
}
.newsbox .right dl dd a{ text-decoration: underline;}
.insta {
	margin: 1rem auto 0 auto;
	text-align: center;
}
.insta a img{ width: 450px;}

/* お知らせ */
.news{width: 90%;margin: 40px auto 0;border-top:1px dashed #DDD;border-bottom:1px dashed #DDD;padding: 20px 20px 15px 20px;overflow:hidden;}
.news>dt{width:100px;height: 65px;padding: 35px 0 0 0;background:#F9BE00;/* float:left; */margin: 0 auto 30px;}
.news>dd{width: 100%;float: left;}

.news>dd dl{width: calc((50% - 20px)); float: left;}
.news>dd dl:nth-of-type(even){width: calc((50% - 20px)); float: right;}
.news>dd dl dt{ margin:0 0 8px ;}
.news>dd dl dt span{display: inline-block;width:66px;color: #FFF;font-size: 12px;text-align: center;margin: 0 15px;padding: 2px 0 1px;}

.yellow_span{background:#F9BE00;}
.pink_span{background:#FF9673;}

/* キャンペーンバナー */
#campaign_box{ width: 90%; margin: 0 auto; text-align: center; display:flex; flex-wrap: wrap; justify-content: center;}
div.c_01_181121, div.c_01_181121 img{ width:445px;}
div.c_02_181121, div.c_02_181121 img{ width:570px;}
div.c_03_181121, div.c_03_181121 img{ width:755px;}
div.c_04_181121, div.c_04_181121 img{ width:350px;}


/* カラム */
.bg_01{ background:#F3F1F1; position:relative;}
.bg_01:before{width: 100%;height: 139px;position: absolute;top: 0px;left: 0px;background: url(../img/top/bg_02_top.png) center top no-repeat;content: '';}
.bg_01:after{width: 100%;height: 139px;position: absolute;bottom: -139px;left: 0px;background: url(../img/top/bg_02_bottom.png) center top no-repeat;content: '';}




.con_box_1100{width: 1100px; margin: 0 auto; }


.top_logo{height: auto;margin: 70px 0 0 0;}

.omona_torihiki{width: 100%;margin: 0 0 0 20px; display: flex; flex-wrap: wrap;}
.omona_torihiki li{	margin-left: 1.4em; text-indent: -1.4em;}
.omona_torihiki li:before{content:"●"; font-size:16px;z-index: 1;margin: 0px 8px 0 0;padding: 0px 0 0px 0; color: #CCCCCC;}

.omona_torihiki.yellow{width: 100%;margin: 29px auto 0 0px;}
.omona_torihiki.yellow li:before{color: #F9BE00;}

.profile{ width: 100%; display: block; overflow: hidden;}
.profile.ab{ width: 100%; position: absolute; display: block; overflow: hidden;}
.profbox{ width: 100% !important; display: flex; flex-direction: column;}


.history{
	width: 100%;
	margin: 0 auto 0.2rem 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	min-width: 320px;
}
.history dd{
	background-color: #F3F1F1;
	border-radius: 50px;
	text-align: center;
	color: #F9BE00;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0.1rem 1rem;
	margin-left: 1rem;
}
.history:first-child{ margin-top: 1rem;}


/*---------------------------------------------
 **  ウェディングカウンセリング
---------------------------------------------*/
.wedding_wrapper{
	width: 100%;
	max-width: 1200px;
	margin: 1rem auto;
	background-image: url(../img/common/new/img_wedding.png);
	background-repeat: no-repeat;
	background-position:  100% 50%;
	padding-bottom: 3rem;
}
.wedding_wrapper .wedding_inner{
	width: 80%;
	max-width: 1000px;
	margin: 0 auto;
}
.wedding_inner h3{
	color: #FF7272;
}

.wedding_ex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 2rem;
}
.wedding_ex dl{
	width: 32%;
	position: relative;
	margin-top: 1rem;
}
.wedding_ex dl dt{
	background-color:#FF7272;
	color: #fff;
	text-align: center;
	padding: 0.2rem 1rem;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50px;
}
.wedding_ex dl dd{
	background-color: #fff;
	border-radius: 10px;
	padding: 2rem 1.5rem;
}
.wedding_ex + p{
	padding: 0 1rem 2rem 1rem;
}
.wedding_price dl{
	width: 100%;
	border: 2px solid #FF7272;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 5px 0 #ddd;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 1rem 2rem;
	margin-bottom: 1rem;
}
.wedding_price dl dt{
	color: #666;
	font-size: 20px;
	font-weight: bold;
}
.wedding_price dl dd{
	color: #FF7272;
	font-weight: bold;
	font-size: 22px;
}
.wedding_price dl dd span{
	font-size: 14px;
}


/*---------------------------------------------
 **  各種マナーレッスン
---------------------------------------------*/
.lessonlist > .clounm_2_inner{ margin-bottom: 7rem; display: flex; flex-direction: column;}
.lessonlist > .clounm_2_inner .box_half{ width: 100% !important;}
.lessonlist > .clounm_2_inner h3{
	color: #00A3D8;
	font-size: 24px;
	line-height: 1.5em;
}
.lessonlist > .clounm_2_inner h3 span{
	background-color: #00A3D8;
	color: #fff;
	padding: 0.2rem 1rem;
	border-radius: 50px;
	font-size: 14px;
}
.illust + h3{ margin-top: 6rem;}
.manner_bg1 .illust{
	position: absolute;
    top: -6rem;
    right: 0;
    width: 230px;
}
.manner_bg2 .illust{
    position: absolute;
    top: -4rem;
    right: 0;
    width: 230px;
}
.manner_bg3 .illust{
	position: absolute;
    top: -4rem;
    right: 0;
    width: 230px;
}


.manner_bg1,
.manner_bg2,
.manner_bg3,
.manner_bg4{ padding: 15px; position: relative;}

.manner_bg1 .acd-label,
.manner_bg2 .acd-label,
.manner_bg3 .acd-label,
.manner_bg4 .acd-label{padding: 10px 40px 10px 20px;}

.exbox{ padding: 2rem 1rem !important;}


/*---------------------------------------------
 **  よくあるご質問
---------------------------------------------*/
.faq dl dt{/* height: 58px; *//* background: url( ../img/top/faq_bg.png) 0 0 no-repeat; */background-size: 100%;padding: 4px 0 0 0px;font-weight: bold;}
.faq dl dt:before{content:"Q.";font-size:16px;z-index: 1;margin: 0px 8px 10px 0;padding: 0px 0 0px 0;color:#F9BE00;font-size: 15px;float: left;}
.faq dl dd{height: 130px;margin: 20px 0px 40px;}

/*---------------------------------------------
 **  フッター
---------------------------------------------*/
.footer_mail{/* width: 248px; */height: auto;z-index: -1;position: relative;}
.footer_tel{/* width: 374px; */height: auto;}

#footer .clounm_2_inner{ text-align:center; width:100% !important; border-top:1px solid #F3F1F1; padding:20px 0 0 0; margin:0 0 0 0; position: relative;}



/*---------------------------------------------
 **  紹介
---------------------------------------------*/
.ikoma{width: 90%;height: auto;margin: 0 5%;}
.greeting_rerativ{height: 400px;position: relative;}
.greeting{width: 100%;height: 271px;background: url(../img/top/greeting.png) no-repeat;background-size: contain;text-indent:-999em;float: right;margin: 0 0 30px 0;/* position: absolute; */top: 2px;right: 0;z-index: 999;}

.shoukai{margin: 61px 0 0 0;}

/*---------------------------------------------
 **  お値段
---------------------------------------------*/
.price .box_half:nth-of-type(1){width: 100%;}
.price .box_half:nth-of-type(2){width: calc((100% - 90px));background: #FFF;padding: 25px 45px;}

/* 価格表 */
.price_hyo_01{width: 180px;height: 93px;background: url( ../img/price/price_hyo_01.png?date=202012) 0 0 no-repeat;text-indent: -999em;margin: 30px 0px 15px 0;background-size: contain;float: left;}
.price_hyo_02{width: 180px;height: 93px;background: url( ../img/price/price_hyo_02.png?date=202012) 0 0 no-repeat;text-indent: -999em;margin: 30px 0px 15px 0;background-size: contain;float: left;}
.price_hyo_03{width: 180px;height: 93px;background: url( ../img/price/price_hyo_03.png?date=202012) 0 0 no-repeat;text-indent: -999em;margin:  30px 0px 15px 0;background-size: contain;float: left;}
.price_hyo_04{width: 220px;height: 64px;background: url( ../img/price/price_hyo_04.png?date=202012) 0 0 no-repeat;text-indent: -999em;margin: 30px auto;float: left;background-size: contain;}
.price_hyo_05{width: 220px;height: 64px;background: url( ../img/price/price_hyo_05.png?date=202012) 0 0 no-repeat;text-indent: -999em;margin: 30px auto;float: left;background-size: contain;}
.price_hyo_06{width: 180px;height: 93px;background: url( ../img/price/price_hyo_06.png?date=202012) 0 0 no-repeat;text-indent: -999em;margin: 30px 0px 15px 0;background-size: contain;float: left;}
.price_hyo_07{width: 220px;height: 64px;background: url( ../img/price/price_hyo_07.png?date=200507) 0 0 no-repeat;text-indent: -999em;margin: 30px auto;float: left;background-size: contain;}
.price_hyo_08{width: 180px;height: 93px;background: url( ../img/price/price_hyo_08.png?date=202012) 0 0 no-repeat;text-indent: -999em;margin: 30px 0px 15px 0;background-size: contain;float: left;}

.price_list{float: right;margin: 10px 0 0px 0px;width: 200px;}
.price_list li{height: 22px;padding: 8px 10px 0 10px;margin: 7px 0px 0px;}
.price_list li:nth-of-type(1) p{ width: 159px; height: 13px; background: url( ../img/price/list_title_01.png?date=202012) 0 0 no-repeat; background-size: 100%; text-indent: -999em; margin: 0 auto;}
.price_list li:nth-of-type(2) p{ width: 159px; height: 13px; background: url( ../img/price/list_title_02.png?date=202012) 0 0 no-repeat; background-size: 100%; text-indent: -999em; margin: 0 auto;}
.price_list li:nth-of-type(3) p{ width: 159px; height: 13px; background: url( ../img/price/list_title_03.png?date=202012) 0 0 no-repeat; background-size: 100%; text-indent: -999em; margin: 0 auto;}
.price_list li.list04 p{ width: 159px; height: 13px; background: url( ../img/price/list_title_04.png?date=202012) 0 0 no-repeat; background-size: 100%; text-indent: -999em; margin: 0 auto;}
.price_list li.list05 p{ width: 159px; height: 13px; background: url( ../img/price/list_title_05.png?date=202012) 0 0 no-repeat; background-size: 100%; text-indent: -999em; margin: 0 auto;}
.price_list li.list06 p{ width: 159px; height: 13px; background: url( ../img/price/list_title_06.png?date=202012) 0 0 no-repeat; background-size: 100%; text-indent: -999em; margin: 0 auto;}


.menu dl{border: 2px solid #000; margin:0 0 10px 0; text-align: center;}
.menu dl:nth-of-type(1n){ width: calc((50% - 9.5px)); float:left; }
.menu dl:nth-of-type(2n){ width: calc((50% - 9.5px)); float:right; }
.menu dl dt{border-bottom: 1px solid #000;margin: 0 10px;padding: 6px 0; font-weight:bold;}
.menu dl dd{padding: 6px 0; font-size:14px;}

/* オレンジ */
.bgc_orange{background-color: #FFFAF4;}
.bgc_orange dl{ border-color: #FF9326 !important;  }
.bgc_orange dl dt{ border-color: #FF9326 !important; color:#FF9326;}
.bgc_orange .price_list li{background: #FF9326;float: left;}

/* ピンク */
.bgc_pink{background-color: #FFF5F2;}
.bgc_pink dl{ border-color: #FF9673 !important;  }
.bgc_pink dl dt{ border-color: #FF9673 !important; color:#FF9673;}
.bgc_pink .price_list li{background: #FF9673;}

/* 緑 */
.bgc_green{background-color: #FCFFF0;}
.bgc_green dl{ border-color: #85B200 !important;  }
.bgc_green dl dt{ border-color: #85B200 !important; color:#85B200;}
.bgc_green .price_list li{background: #85B200;}

/* 青緑 */
.bgc_bgreen{background-color: #F2FFFF;}
.bgc_bgreen dl{ border-color: #008080 !important;  }
.bgc_bgreen dl dt{ border-color: #008080 !important; color:#008080;}
.bgc_bgreen .price_list li{background: #008080;}
     
/* 薄青 */
.bgc_blue{background-color: #F2FFFF;}
.bgc_blue dl{ border-color: #0085B2 !important;  }
.bgc_blue dl dt{ border-color: #0085B2 !important; color:#0085B2;}
.bgc_blue .price_list li{background: #0085B2;}


.price_blue{/* margin: 10px 49px 0 90px; */float: left;}


.price_blue {height: 150px;}
/* その他 */
.other{width: 100% !important;height: 215px;background: url( ../img/price/hukidashi.png) 0 0 no-repeat;text-indent: -999em;background-size: contain;margin: 120px 0 0 0;}


.mongon{width: 100%;height: 71px;background: url( ../img/price/mongon.png) 0 0 no-repeat;margin: 0 auto 50px;text-indent: -999em;background-size: contain;}

/* キャンペーン */
.campaign{width: 87% !important; margin-top:30px  !important; }
.campaign_01{width: 32%;height: auto;float: left;margin-right:1.5%;}
.campaign_02{width: 32%; height: auto; float: left;margin-right:1.5%; }
.campaign_03{width: 32%; height: auto; float: left;}

/* キャンペーンバナー全幅 */
#campaign_box_all{ width: 87%; margin: 0 auto; text-align: center; display:flex; flex-wrap: wrap; justify-content: center;}



/*---------------------------------------------
 **  受講生の声
---------------------------------------------*/
.jyukousei{height:280px;background: none; margin-bottom:50px; position:relative;}
/*緑のボタン*/
.jyukousei .bt_01{position:relative;bottom: 0;left:0;right:0;margin:0 auto;display:block;}
.jyukousei_inner {width: 80%;}

/* WP */
#voice #main{ width: 90%;}
#voice .jirei_inner { width: 100%; margin:0 auto 60px;}


/*---------------------------------------------
 ** flex
---------------------------------------------*/
.flexbox{ width: 100%; display: flex; justify-content: space-between;}


/*---------------------------------------------
 **  エグゼクティブ
---------------------------------------------*/
.ebodybox .ebodynum p{
	padding: 20px;
	border-radius: 10px 0 0 10px;
}
.ebodybox .ebodynum h5{
	text-align: left;
}
.commentarea{
	padding: 25px 40px;
	width: 80%;
}
.executive_box .etitlebox{
	padding: 20px 50px;
}

/*---------------------------------------------
 **  お客様の声リレー
---------------------------------------------*/
.reviewbox{
	width: 90%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
.reviewlist{
	width: 90%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: left;
}
.reviewbox .img img{ width: 250px;}
.reviewbox .txt h3{ color: #F9BE00; font-weight: bold; text-align: center;}
.reviewbox .txt p{ text-align: center;}
.reviewlist .reviewitem{ 
	width: 33%;
	background-image: url(/img/common/img_relay_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	min-height: 135px;
	box-sizing: border-box;
    padding: 0 25px;
}
.reviewitem .historydate{
	background-color: #7BB5E0;
	padding: 2px 10px;
	border-radius: 50px;
	display: inline-block;
	font-size: 12px;
	color: #fff;
	margin-bottom: 5px;
}
.reviewitem p{ 
	margin-bottom: 0 !important;
	font-weight: bold;
	font-size: 12px;
}
.reviewitem p a{ color: #333;}
.reviewitem .postdate{
	color: #7BB5E0;
	font-size: 12px;
	font-weight: bold;
}

}


