/******************************
構造・共通
*****************************/

#wrap {
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}

.container {
	display: block;
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

#mainvisual {
	position: relative;
	width: 100%;
	height: auto;
}

#mainvisual img {
	display: block;
	width: 100%;
}

#logo {
	position: absolute;
	left: 10px;
	top: 10px;
}

ul.pc_menu {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

ul.pc_menu li {
	width: 26%;
}

ul.pc_menu li img {
	width: auto !important;
}

ul.pc_menu li:first-child {
	width: 10%;
}

ul.pc_menu li a {
	display: block;
	line-height: 1;
}

#main {
	width: 100%;
	height: 100%;
	background-image: linear-gradient(90deg,
			#ebf6f5 25%, #fff 25%, #fff 50%, #ebf6f5 50%, #ebf6f5 75%, #fff 75%, #fff);
	background-size: 140px 140px;
	padding: 0 0 3% 0;
}

.main_container {
	display: flex;
	max-width: 1040px;
	margin: 0 auto;
	/* position: relative; */
	padding: 55px 0 0 0;
	z-index: 99;
	margin-bottom: 70px;
}

.main_inner {
	position: relative;
	z-index: 999;
	padding-bottom: 55px;
}

p.copy {
	display: block;
	line-height: 1.6;
	font-size: 1.8rem;
}

p.copy2 {
	display: block;
	line-height: 1.6;
	font-size: 1.4rem;
}


p.copy3 {
	display: block;
	line-height: 1.6;
	font-size: 2.2rem;
}

.popup dl {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.popup dl dt {
	width: 22%;
	margin-right: 3%;
	color: #009DE2;
	font-size: 1.4rem;
	text-align: center;
}

.popup dl dd {
	width: 75%;
}

.popup dl ddbutton.is-current {
	background-color: #333;
	color: #fff;
	border-color: #333;
}

.popup dl dt ul {
	background: #fff;
	display: flex;
	border-radius: 999px;
	padding: 4px;
}

.popup ul li {
	width: 50% !important;
	margin-right: 15px;
}

.popup ul li:last-child {
	margin-right: 0;
}

.popup ul button {
	border: none;
	cursor: pointer;
	white-space: normal;
	outline: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	display: block;
	background: #009DE2;
	border: 2px solid #009DE2;
	padding: 12px;
	border-radius: 12px;
	color: #fff;
	line-height: 1;
}

.popup ul button.is-current {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}

.popup ul button:hover {
	background: #fff;
	color: #000;
	border: 2px solid #009DE2;
}

/***********************
あま～い列車で君に会いに行く
***********************/
.about {
	display: block;
	width: 100%;
	padding: 0 8%;
}

.about_img {
	width: 22%;
	margin-right: 2%;
}

.about_description {
	width: 76%;
}

.about_description h2 {
	display: block;
	line-height: 1;
	margin-bottom: 20px;
}


/***********************
スイーツトレイン概要
***********************/
.sweets_train_intro {
	display: block;
	width: 100%;
	padding: 0 8%;
}

.sweets_train_box {
	display: flex;
	width: 100%;
	margin-bottom: 40px;
}

.sweets_train_col1 {
	width: 22%;
	margin-right: 2%;
}

.sweets_train_col2 {
	width: 76%;
}

.sweets_train_col2 .colum2 {
	display: flex;
	width: 100%;
	margin-bottom: 3%;
}

.sweets_train_col2 .colum2 .colum2_col {
	width: 45%;
	margin-right: 5%;
}

.sweets_train_col2 .colum2 .colum2_col:last-child {
	margin-right: 0;
	width: 60%;
}

.course_detail {
	max-width: 275px;
	margin-top: 30px;
}

.course_detail img {
	width: 100%;
}

.course {
	display: block;
	margin-bottom: 10px;
	line-height: 1;
}

.time_box {
	/* display: flex; */
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.first_time_box .time_label {
	vertical-align: middle;
}

.first_time_box .time_label p {
	vertical-align: middle;
}

.first_time_box .time_dsc {
	vertical-align: middle;
}

.time_label {
	display: inline-block;
	width: 17%;
	margin-right: 2%;
	line-height: 1;
	vertical-align: top;
}

.time_label p {
	display: inline-block;
	line-height: 1;
}

.time_label img {
	width: 100%;
}

.time_dsc {
	display: inline-block;
	width: 80%;
}

.time_label2 p {
	max-width: 80px;
}

p.time {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1;
}

p.time span {
	display: block;
	line-height: 1;
	font-size: 4rem;
	font-weight: 700;
}

.time_dsc2 {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}

.time_label2 {
	display: inline-block;
	width: auto;
	margin-right: 1%;
	line-height: 1;
	vertical-align: middle;
}

p.time2 {
	display: flex;
	align-items: center;
	font-size: 2.2rem;
	line-height: 1;
}

p.small {
	font-size: 1.25rem;
	margin-top: 5px;
}

p.small2 {
	font-size: 1.35rem;
	margin-top: 5px;
}

.time_dsc small {
	font-size: 1.2rem;
}

.time_dsc p.text {
	display: block;
	margin-top: 10px;
	font-size: 1.1rem;
}

p.rosen {
	font-size: 2rem;
}

p.rosen2 {
	font-size: 2rem;
	color: #00a0e9;
}

.detail_btn3 {
	margin-top: 50px;
}

.flyer_btn {
	margin-top: 30px;
	position: relative;
	z-index: 10;
}

.course_detail03 {
	width: 70%;
}


/***********************
スイーツトレインでは何ができるの？
***********************/

.sweets_train_main {
	margin-top: 120px;
	position: relative;
	z-index: 0;
	padding: 0 8%;
}

.sweets_train_main:before {
	content: "";
	width: 100%;
	height: calc(100% + 15%);
	background: url("../images/sweets_train_bg.png") no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	top: -10%;
	left: 0;
	z-index: -1;
}

.sweets_train_box {
	display: flex;
	width: 100%;
}

.sweets_train_col1 {
	width: 22%;
	margin-right: 2%;
}

.sweets_train_col2 {
	width: 76%;
}

.sweets_train_main h2 {
	display: inline-block;
	width: auto;
	margin-bottom: 60px;
}

.sweets_train_main h2 span {
	display: inline-block;
	width: auto;
	font-size: 2.9rem;
	padding: 5px;
	color: #00a0e9;
	border-bottom: 3px dashed #00a0e9;
}

.sweets_train_main_title01 {
	margin-bottom: 10px;
}

.sweets_train_main_title01 img {
	height: 45px;
}

.num1 {
	display: block;
	text-align: center;
	margin-top: -30%;
}

.num2 {
	display: block;
	text-align: center;
}

.num3 {
	display: block;
	text-align: center;
}

.course_box {
	display: flex;
	width: 100%;
	margin-top: 45px;
}

.course_col {
	width: 50%;
	margin-right: 5%;
}

.course_col:last-child {
	margin-right: 0;
}

.puroduct_colum {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

.product_col {
	width: 50%;
	margin-right: 5%;
}

.product_col:last-child {
	margin-right: 0;
}

.course_title {
	display: block;
	text-align: center;
	margin-bottom: 15px;
	line-height: 1;
}

.product_label {
	display: inline-block;
	margin-bottom: 5px;
	margin-top: 20px;
}

.product_label span {
	display: inline-block;
	padding: 3px;
	color: #fff;
	font-size: 1.3rem;
	background-color: #00a0e9;
	line-height: 1;
}

.product_title {
	display: block;
	font-size: 1.8rem;
	margin-bottom: 15px;
}

p.product_dsc {
	display: block;
	font-size: 1.3rem;
	line-height: 1.5;
}

.sweets_tarin_col2_inner_box {
	display: flex;
}

.sweets_tarin_col2_inner_col1 {
	width: 67%;
	margin-right: 3%;
}

.sweets_tarin_col2_inner_col2 {
	width: 30%;
}

.author {
	display: block;
	font-size: 1.4rem;
}

.author span {
	font-size: 2.2rem;
	line-height: 1;
}

.product_copy {
	display: block;
	font-size: 2.45rem;
}

.sweets_train_main_title03 {
	display: block;
	line-height: 1;
	margin-bottom: 5px;
}

/******************************
募集要項
*****************************/
.outline {
	width: 100%;
	padding: 0 8%;
}

.outline_inner {
	display: block;
	width: 100%;
	padding: 3.3% 0;
}

.oubo_section {
	display: block;
	margin-bottom: 25px;
}

.oubo_section2 {
	display: block;
	margin-bottom: 50px;
}

p.outline_title {
	display: block;
	width: 100%;
	text-align: center;
	color: #00a0e9;
	letter-spacing: 0.2em;
	font-size: 4.5rem;
	margin-bottom: 3%;
}

p.outline_copy {
	display: block;
	width: 100%;
	color: #00a0e9;
	font-size: 2rem;
	margin-bottom: 6%;
}

.outline_oubo {
	display: block;
	line-height: 1;
	font-size: 3.2rem;
	margin-bottom: 20px;
}

p.oubo_label {
	display: inline-block;
	margin-bottom: 10px;
}

p.oubo_label span {
	display: inline-block;
	padding: 5px;
	background-color: #00a0e9;
	color: #fff;
	line-height: 1;
	font-size: 2rem;
}

p.outline_text {
	display: block;
	font-size: 1.8rem;
	line-height: 1.6;
}

p.outline_text2 {
	display: block;
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 1.6;
}

p.outline_text2 span {
	color: #00a0e9 !important;
}

p.outline_text2 a {
	color: #00a0e9;
	text-decoration: none;
}

p.outline_text_small {
	font-size: 1.2rem;
	line-height: 1.4;
}

p.outline_text_small2 {
	padding-left: 1.5em;
	font-size: 1.2rem;
	line-height: 1.4;
}

ul.present {
	margin-top: 5px;
}

ul.present li {
	padding-left: 1em;
	font-size: 1.8rem;
	line-height: 1.8;
}

#form_btn {
	margin-top: 60px;
	display: block;
	text-align: center;
}

.course_text {
	display: flex;
	padding-left: 3em;
	margin-bottom: 5px;
}

.course_text dt {
	width: auto;
	margin-right: 3%;
	font-size: 1.4rem;
}

.course_text dd {
	width: 72%;
	font-size: 1.4rem;
}

.course_oubo_title {
	font-size: 1.8rem;
	margin-left: -.7em;
}

.course_oubo_title2 {
	color: #000 !important;
	font-size: 1.8rem;
	margin-left: -.7em;
}

/***********************
フッター
***********************/
#footer {
	display: block;
	width: 100%;
	padding: 60px 0;
	/* background: #fff; */
}

.footer_container {
	display: block;
	max-width: 660px;
	width: 100%;
	margin: 0 auto;
}

#footer p.footer_title {
	display: block;
	font-size: 22px;
	padding-bottom: 5px;
	line-height: 1;
}

#footer p {
	display: block;
	font-size: 18px;
	text-align: center;
}