@charset "utf-8";


.doctor_span{ color:#009A7A; font-size:1.0rem; display: block; font-weight: bold;}

/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 320px) {
}

/*---------------------------------------------
 ** 個別指定 for スマートフォン
---------------------------------------------*/
@media screen and (max-width: 740px) {
body{ font-size: 14px;}
	.pc_only{ display: none;}
	.tab_only{ display: none;}



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

br.pc_br{ display: none;}


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

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

/* ロゴ */
#logo a{
	display:block;
	width: 100%;
	max-width: 380px;
	height: 127px;
	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/sp/main_bg_202207.jpg?date=20220714)  center top no-repeat;background-size: 100%;padding: 120% 0 0 0;}


/*---------------------------------------------
 **  メインイメージ　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: 100%; margin: 0 auto; }


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


/*---------------------------------------------
 ** メインイメージ（中ページ）
---------------------------------------------*/
.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: 20px 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: 14px 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;}

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

/* カラム */
.bg_01{ background:#F3F1F1; position:relative;}




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


.top_logo{width:445px; height:272px;}

.omona_torihiki{width: 100%;margin: 0 0 0 0; display: flex; flex-wrap: wrap;}
.omona_torihiki li{ margin-right:10px; 	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{margin: 29px auto 0 0;}
.omona_torihiki.yellow li:before{color: #F9BE00;}

.profile{ display: block; overflow: hidden;}



/*---------------------------------------------
 **  ウェディングカウンセリング
---------------------------------------------*/
.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:  48% 10%;
	padding-bottom: 3rem;
}
.wedding_wrapper .wedding_inner{
	width: 90%;
	margin: 1rem auto;
}
.wedding_inner h3{
	color: #FF7272;
}

.wedding_ex{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	margin-bottom: 2rem;
	margin-top: 10rem;
}
.wedding_ex dl{
	width: 100%;
	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;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 1rem;
	margin-bottom: 1rem;
}
.wedding_price dl dt{
	color: #666;
	font-size: 16px;
	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;}
.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;
    left: 30%;
    width: 150px;
}
.manner_bg2 .illust{
	position: absolute;
    top: -4rem;
    left: 30%;
    width: 150px;
}
.manner_bg3 .illust{
	position: absolute;
    top: -4rem;
	left: 26%;
    width: 170px;
}


.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:first-child{ margin-top: 2rem;}
.faq dl dt{height: 58px;background: #FFF;background-size: 100%;padding: 4px 5% 0;font-weight: bold;}
.faq dl dt:before{content:"Q.";font-size:16px;z-index: 1;margin: 0px 8px 0 0;padding: 0px 0 0px 0;color:#F9BE00;font-size: 30px;float: left;}
.faq dl dd{margin: 1rem 1rem;}

/*---------------------------------------------
 **  フッター
---------------------------------------------*/
.footer_mail{width: 248px; height: auto;}
.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; }



/*---------------------------------------------
 **  紹介
---------------------------------------------*/
.ikoma{width: 80%;height: auto;margin: 20px 10% 0;}
.greeting_rerativ{}
.greeting{width: 100%;height: 161px;background: url(../img/top/greeting.png) no-repeat;background-size: contain;text-indent:-999em;float: right;margin: 0 0 30px 0;right: 0;}

.shoukai{margin: 0 0 0 0;}
.history{
	width: 100%;
	margin: 0 auto 0.2rem auto;
	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;}

/*---------------------------------------------
 **  お値段
---------------------------------------------*/


/* 価格表 */
.price_hyo_01{width: 180px;height: 93px;background: url( ../img/price/price_hyo_01.png?date=202012) 0 0 no-repeat;background-size: 100%;text-indent: -999em;margin: 0 auto 15px;}
.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: 0 auto 15px;background-size: contain;}
.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: 0 auto 15px;background-size: contain;}
.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: 20px auto 0;/* float: left; *//* clear: both; */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: 20px auto 0;/* float: left; *//* clear: both; */background-size: contain;}
.price_hyo_06{width: 180px;height: 93px;background: url( ../img/price/price_hyo_06.png?date=202012) 0 0 no-repeat;background-size: 100%;text-indent: -999em;margin: 0 auto 15px;}
.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: 20px auto 0;/* float: left; *//* clear: both; */background-size: contain;}
.price_hyo_08{width: 180px;height: 93px;background: url( ../img/price/price_hyo_08.png?date=202012) 0 0 no-repeat;background-size: 100%;text-indent: -999em;margin: 0 auto 15px;}
.

.price_list{float:left;margin: 0 0 0 0;width: 100%;}
.price_list li{width: calc((50% - 10px));float: left;margin: 0 10px 10px 0  ;padding: 5px 0 4px 0; font-size:12px; text-align:center;}
.price_list li p{color:#FFF;text-align: center;font-size: 10px;}
.price_list li:nth-of-type(1) p{  margin: 0 auto;}
.price_list li:nth-of-type(2) p{  margin: 0 auto;}
.price_list li:nth-of-type(3) p{  margin: 0 auto;}


.menu dl{border: 2px solid #000; margin:0 0 10px 0; text-align: center;}
.menu dl{width: 100%;float:left; background: #fff;}

.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;padding:1px 0;}
.bgc_orange dl{ border-color: #FF9326 !important;  }
.bgc_orange dl dt{ border-color: #FF9326 !important; color:#FF9326;}
.bgc_orange .price_list li{background: #FF9326;}

/* ピンク */
.bgc_pink{background-color: #FFF5F2; padding:1px 0;}
.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;padding:1px 0;}
.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 0px 0 0px;/* float: left; */}


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


.mongon{width: 100%;/* background: url( ../img/price/mongon.png) 0 0 no-repeat; *//* background-size: 100%; */margin: 0 auto 10px;}

.zeromail [type=text],
.zeromail [type=password],
.zeromail textarea {width: 90%;}


/*---------------------------------------------
 **  受講生のお声
---------------------------------------------*/
.jyukousei { height: auto; background:none; }
.jyukousei_inner{ width: 100%;}

.jyukousei_inner {background-size:100%; padding: 20px 0 0;}
.jyukousei_inner dt,
.jyukousei_inner dd{width: 90%;margin:  0 auto;font-size: 16px;}
.jyukousei_inner dd span { font-size:14px; display:block; padding:0 0 10px 0; margin:0 0 10px; border-bottom:1px dashed #000; }
.jyukousei_inner dd p { margin-bottom:1em; }
/*緑のボタン*/
.jyukousei .bt_01{position:relative;top: 0;left:0;right:0;margin:0 auto;display:block;}

/* WP */
#voice #main{ width: 90%;}
#voice .jirei_inner { width: 100%; margin:0 auto 60px;}
#voice .jirei_inner h3{ font-size: 20px; padding: 20px 0 5px;}
#voice .jirei_inner>div{width:90%;}

.iikoma_message  {padding: 10px 0 25px 0;width: calc((90% )) !important;position:relative;border:none !important;}
.iikoma_message p:after{ display:none;}
.iikoma_message p:before{width: 54px;height: 54px;display:block;position: absolute;top: -3px;left: -9px;background: url(../img/voice/ikoma.png) no-repeat;background-size:100%;content: '';}
.iikoma_message h4 {color:  #FE9772;font-size: 18px;display:block;border-bottom: 1px dashed #FE9772;margin: 0 0 16px;text-align: left;padding: 0px 0 0 57px;}


/*---------------------------------------------
 **  資格取得講座
---------------------------------------------*/
.entry-talk-txt{ font-size:90%;}
.license_img.l_lv3{ background-image: url(../img/license/license_lv3_sp.png) !important; height: 140px !important; background-size: contain;}
.license_img.l_lv2{ background-image: url(../img/license/license_lv2_sp.png) !important; height: 140px !important; background-size: contain;}



/*---------------------------------------------
 ** flex
---------------------------------------------*/
.flexbox{ width: 90%; margin: 0 auto;}


/*---------------------------------------------
 **  エグゼクティブ
---------------------------------------------*/
..executivecourse{ width: 90%;}

.ebodynum,
.excommentbox{ flex-wrap: wrap;}

.ebodybox p,
.ebodybox span,
.ebodybox h5{ width: 100% !important;}

.excommentbox{ text-align: center;}
.excommentbox .commentarea{ width: 100%;}

.etable th{ width: 30% !important;}

.ebodybox .ebodynum span{
	width: 80px !important;
	margin: 15px auto 0 auto;
}
.ebodybox .ebodynum h5{
	text-align: center;
	margin-bottom: 15px;
}

.executive_box .etitlebox{
	padding: 20px;
}

/*---------------------------------------------
 **  お客様の声リレー
---------------------------------------------*/
.reviewbox{
	width: 90%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	text-align: center;
}
.reviewlist{
	width: 95%;
	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;}
.reviewlist .reviewitem{ 
	width: 49.5%;
	background-image: url(/img/common/img_relay_bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	min-height: 115px;
	box-sizing: border-box;
    padding: 0 20px;
}
.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;
}




}

