@charset "UTF-8";

/*----------------------------------------------------

 オンライン　カルチャー体験

----------------------------------------------------*/


/*----------------------------------------------------
   リセット
----------------------------------------------------*/
section {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
section img {
	vertical-align: bottom;
	width: 100%;
}
#online .sectBox {
    padding: 30px 20px;
	margin-bottom: 0;
}
#online .mailTbl {
    border-top: 1px solid #ddd;
	margin: 0;
	width: 100%;
}
#online .mailTbl th,
#online .mailTbl td {
    border-bottom: 1px solid #ddd;
}

@media only screen and (min-width: 40em) {
	#online .sectBox {
    padding: 50px 30px;
}
}

/*----------------------------------------------------
   共通
----------------------------------------------------*/
#online .pc {
	display: none;
}
#online .sp {
	display: block;
}
.sec {
	padding-top: 50px;
}
.sec h3 {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding-bottom: 40px;
}
.sec h3::after {
	position: absolute;
	content: "";
	display: block;
	background-color: #ae9669;
	width: 50px;
	height: 3px;
	left: 50%;
	margin-left: -25px;
	bottom: 25px;
}
#online .zeikomi {
    margin-top: 30px;
}


@media only screen and (min-width: 40em) {
	#online .pc {
	display: block;
}
	#online .sp {
	display: none;
}
	.sec {
	padding-top: 80px;
}
	.sec h3 {
	font-size: 28px;
	padding-bottom: 50px;
}
	.sec h3::after {
	height: 4px;
	bottom: 30px;
}
}


/*----------------------------------------------------
   メイン
----------------------------------------------------*/
.main .ol-navi {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 100%;
	justify-content: space-around;
	flex-wrap:wrap;
}
.main .ol-navi li {	
	width: 50%;
}
.main .ol-navi li:not(:last-of-type) {	
	border-bottom:1px solid #e0bec9;
}
.main .ol-navi li:nth-of-type(even) {	
	border-left:1px solid #e0bec9;
}
.main .ol-navi li:last-of-type {	
	width: 100%;
}
.main .ol-navi li a {	
	color: #fff;
	font-weight: bold;
	display: block;
	padding: .75em 0px;
	background-color: #c17e93;
}
.main .ol-navi li a:hover {	
	background-color: #cd98a9;
}
.main .lead {
	text-align: left;
	line-height: 1.7;
	padding: 20px 20px 0;
}

@media only screen and (min-width: 40em) {
	.main .ol-navi li:not(:last-of-type) {	
	border-bottom: none;
}
	.main .ol-navi li {	
	width: 20%;
	border-left: 1px solid #e0bec9;
}

	.main .ol-navi li:last-of-type {	
	width: 20%;
}

	.main .ol-navi li a {	
	padding: 1em 0px;
	font-size: 16px;
}
	.main .lead {
	text-align: center;
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 20px;
	line-height: 2;
}
}


/*----------------------------------------------------
   コース
----------------------------------------------------*/
.course {
	padding-top: 0;
}
.course ul li {
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.course ul li:last-of-type {
	margin-bottom: 0;
}
.course ul li .c-txtwrap {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.course ul li .c-num {
	display: table;
	text-align: center;
	background-color: #c17e93;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.course ul li .c-ttl {
	font-weight: bold;
	font-size: 17px;
	padding: .5em 0;
	text-align: center;
}

@media only screen and (min-width: 40em) {
	.course ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
	.course ul li {
	margin-bottom: 0px;
	width: 48%;
}
	.course ul li:nth-of-type(-n+2) {
	margin-bottom: 40px;
}
.course ul li .c-txtwrap {
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
.course ul li .c-num {
	display: table;
	text-align: center;
	background-color: #c17e93;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}
.course ul li .c-ttl {
	font-weight: bold;
	font-size: 20px;
	padding: .5em 0;
	text-align: center;
}
}


/*----------------------------------------------------
   概要
----------------------------------------------------*/
.gaiyo ul li {
	padding-left: 1em;
}
.gaiyo ul li::before {
	content: "・";
	margin-left: -1em;
}

@media only screen and (min-width: 40em) {
	#online .gaiyo .mailTbl {
    margin: 0 auto;
    width: 700px;
}
}

/*----------------------------------------------------
   当日までの流れ
----------------------------------------------------*/
.nagare ol > li {
	border: 1px solid #c17e93;
	margin-bottom: 40px;
	padding: 20px 15px;
	position: relative;
}
.nagare ol > li:last-of-type {
	margin-bottom: 0;
}
.nagare ol > li .flow-ill {
	width: 50%;
	margin: 0 auto 15px;
}
.nagare ol > li h4 {
	text-align: center;
	color: #c17e93;
	font-weight: bold;
	padding-bottom: 15px;
	font-size: 17px;
}
.nagare ol > li h4 .num {
	background-color: #c17e93;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 100px;
	padding: 5px 20px;
	display: table;
	margin: 0 auto 10px;
}
.nagare ol > li h4 .num i {
	font-size: 16px;
	font-style: normal;
	padding-left: 3px;
}
.nagare ol .list1 > li {
	padding-left: 1em;
	padding-bottom: .5em;
}
.nagare ol .list1 > li:last-of-type {
	padding-bottom: 0;
}
.nagare ol .list1 > li::before {
	content: "●";
	margin-left: -1em;
	color: #e0bec9;
}
.nagare ol .list1 .list2 {
	padding-top: .5em;
}
.nagare ol .list1 .list2 li::before {
	content: "・";
	margin-left: -1em;
	color: #333;
}


.nagare ol > li::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -30px;
	border-top: 15px solid #e0bec9;
	border-right: 15px solid transparent;
 	border-left: 15px solid transparent;
	margin-left: -15px;
}
.nagare ol > li:last-of-type::after {
	border: none;
}

@media only screen and (min-width: 40em) {
	.nagare ol > li {
	padding: 40px 40px;
}
	.nagare ol > li h4 {
	padding-bottom: 22px;
	font-size: 20px;
	float: right;
	width: 610px;
	text-align: left;
}
	.nagare ol > li h4 .num {
	font-size: 13px;
	margin: 0 10px 10px 0;
	display: inline-block;
}
	.nagare ol > li h4 .num i {
	font-size: 18px;
}
	.nagare ol > li .flow-ill {
	width: 200px;
	float: left;
	margin-bottom: 0;
}
	.nagare ol > li .list1 {
	float: right;
	width: 610px;
	margin: 0;
}
	.nagare ol .list1 .list2 {
	padding-left: 1em;
}
}


/*----------------------------------------------------
   費用・送料
----------------------------------------------------*/
.price table {
	margin-bottom: 20px;
}
.price table:last-of-type {
	margin-bottom: 0;
}
.price table th,
.price table td {
	border: 1px solid #ccc;
	padding: 10px 6px;
}
.price table th {
	background: #f9f3f3;
	font-weight: bold;
	text-align: center;
}
.price .tbl-course {
	margin-bottom: 0;
}
.price .tbl-course th:first-of-type {
	width: 70%;
}
.price .tbl-course th:last-of-type {
	width: 30%;
}
.price .tbl-course td p {
	padding-left: 1em;
	text-indent: -1em;
}
.price .tbl-course td:last-of-type {
	text-align: center;
}
.price .plus {
	text-align: center;
	font-weight: bold;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: 20px;
	font-family: verdana,sans-serif;
}

.price .tbl-soryo td {
	text-align: center;
	width: 20%;
}
.price .tbl-soryo td:first-of-type {
	width: 20%;
}
.price .tbl-soryo1 td {
	width: 21.5%;
}
.price .tbl-soryo1 td:first-of-type {
	width: 14%;
}

.price .ex {
	display: table;
	margin: 20px auto 0;
}
.price .ex p {
	border: 3px solid #e0bec9;
	padding: 15px;
}
.price .ex strong {
	font-weight: bold;
	font-size: 16px;
}
.price .ex .att {
	margin: 20px 0 30px;
}
.price .ex .att li {
	padding-left: 1em;
	text-indent: -1em;
}
.price .ex .att li:last-of-type {
	padding-top: .5em;
}
.price .ex .att li::before {
	content: "・";
}
.price .ttl-soryolist {
	font-weight: bold;
	text-align: center;
	padding-bottom: .5em;
	font-size: 16px;
}
.price .ttl-area {
	color: #fff;
}
/*エリア色*/
.tbl-soryo1 .ttl-area {	background-color: #cb360d; }
.tbl-soryo2 .ttl-area {	background-color: #3d9435; }
.tbl-soryo3 .ttl-area {	background-color: #296fbc; }
.tbl-soryo4 .ttl-area {	background-color: #e1aa13; }
.tbl-soryo5 .ttl-area {	background-color: #a54675; }
.tbl-soryo6 .ttl-area {	background-color: #138bae; }



@media only screen and (max-width: 40em) {
	.price .price-calc {
	width: 70%;
	margin: 0 auto 25px;
}
	.price table {
	width: 100%;
}
	.price table th {
	line-height: 1.3;
}
}

@media only screen and (min-width: 40em) {
	.price .price-calc {
	width: 700px;
	margin: 20px auto 40px;
}
	.price .flex {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
	.price table {
	margin-bottom: 30px;
}
	.price .tbl-course {
	width: 390px;
}
	.price .tbl-course th {
	height: 126px;
}
	.price .tbl-soryo1 {
	width: 500px;
}

.price .tbl-soryo td {
	width: 19.5%;
}
.price .tbl-soryo td:first-of-type {
	width: 22%;
}
.price .tbl-soryo1 td {
	width: 21.5%;
}
.price .tbl-soryo1 td:first-of-type {
	width: 14%;
}

	.price .plus {
	padding-top: 140px;
	padding-bottom: 0;
}
	.price .ttl-soryolist {
	padding-bottom: 1em;
	font-size: 22px;
}
	.price .flex2 {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
	.price .flex2 table {
	width: 48%;
}
	.price .ex {
	margin: 30px auto 40px;
	width: 100%;
}
	.price .ex p {
	border: 4px solid #e0bec9;
	padding: 20px 40px;
}
	.price .ex-inner {
	display: table;
	margin: 20px auto;
}
	.price .ex p {
	line-height: 2;
}
	.price .ex strong {
	font-size: 18px;
}
	.price .ex .att {
	margin-bottom: 0px;
	}
.price .ex .att li {
	padding-left: 1em;
	text-indent: -1em;
	padding-top: .5em;
}
.price .ex .att li::before {
	content: "・";
}
}


/*----------------------------------------------------
   お申し込み
----------------------------------------------------*/
#online .btn-conf {
    margin-top: 20px;
}
.apply ul.list {
    margin-bottom: 20px;
}
#online select,
#online textarea,
#online input {
	width: 100%;
}
#online input.zip {
	width: 100px;
}
#online select.ninzu,
#online select.delitime,
#online input#datepicker,
#online select#riyou_time {
	width: 150px;
}
#online input.tel,
#online input.fax,
#online input.name,
#online input.kana,
#online input.c_name {
	width: 200px;
}
#online #mailWrap input[type="submit"] {
    background-color: #9f3b42;
}
#online #mailWrap input.submit {
    margin: 5px 10px;
}
#online #mailWrap .btn-conf .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction:row-reverse;
	justify-content: center;
}

@media only screen and (min-width: 40em) {
	#online .btn-conf {
    margin-top: 40px;
}
	.apply ul.list {
    margin-bottom: 30px;
}
	#mailWrap input.submit {
	font-size: 16px;
}
	#online input.mail1,
	#online input.mail2,
	#online input.c_group_name,
	#online input.c_company_name {
	width: 400px;
}
}


/*----------------------------------------------------
   確認・送信完了画面
----------------------------------------------------*/
.ttl-form {
    font-size: 16px;
    margin: 0 auto;
    border-radius: 100px;
    color: #fff !important;
    padding: 10px 0;
    background-color: #c87a98;
    width: 94%;
}
.lead-form {
	text-align: center;
	padding-bottom: 20px;
}


@media only screen and (min-width: 40em) {
	.ttl-form {
    font-size: 18px;
    padding: 10px 0;
    width: 60%;
	margin: 20px auto 40px;
}
	.lead-form {
	font-size: 16px;
	padding-bottom: 40px;
}
	.finish {
	line-height: 1.8;
	display: table;
	margin: 0 auto;
}
}


/*----------------------------------------------------
   ししゅうやかた　色変更
----------------------------------------------------*/
.main .ol-navi li a,
.course ul li .c-num,
.nagare ol > li h4 .num,
.ttl-form {
	background-color: #7f92e8;
}
.nagare ol > li::after {
    border-top: 15px solid #bdc1e1;
}
.price .ex p {
    border-color: #e0bec9;
}
.main .ol-navi li a:hover {
    background-color: #9ea6e0;
}
.main .ol-navi li:not(:last-of-type) {
    border-bottom: 1px solid #abb6e8;
}
.main .ol-navi li:nth-of-type(even) {
    border-left: 1px solid #abb6e8;
}
.nagare ol > li h4 {
    color: #7f92e8;
}
.nagare ol > li {
    border: 1px solid #7f92e8;
}
.nagare ol .list1 > li::before {
    color: #bdc1e1;
}
.price table th {
    background: #f5f5f5;
}

@media only screen and (min-width: 40em) {
	.main .ol-navi li {	
	border-left: 1px solid #abb6e8;
}
	.main .ol-navi li:not(:last-of-type),
	.main .ol-navi li:last-of-type {
    border-bottom: none;
}
}

/*なぜかセレクトボックスに背景色あったの打ち消し*/
#mailWrap select {
	background-color: #fff;
}

/*----------------------------------------------------
   ●●●
----------------------------------------------------*/

@media only screen and (min-width: 40em) {
	
}