@charset "utf-8";

p.trial-bnr{
		width: 920px;
		margin: 0 auto 50px;
}
p.trial-bnr img{
		width: 100%;
		height: auto;
}

/* ────────────────────── *
 *                                              *
 * 流れ                                         *
 *                                              *
 * ────────────────────── */

#flow {
    font-family: "YakuHanMP", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Sawarabi Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #727171;
		width: 100%;
		padding: 60px 0;
}
#flow .inner {
	width: 1000px;
	margin: 0 auto;
}
#flow .contents {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 40px;
	position: relative;
}
#flow .contents p strong {
	color: #e49668;
}
#flow .contents h3 {
	font-size: 38px;
	line-height: 1;
	color: #b4b0a0;
	margin-bottom: 40px;
}
#flow .contents h3 span {
    font-size: 74px;
    color: #e0dac5;
}
#flow .contents h4 {
	font-size: 22px;
	line-height: 1;
	color: #727171;
	margin-bottom: 10px;
}

/* 1 */
#flow .contents#reserve {
	width: 850px;
	margin: 0 auto;
}
#flow .contents figure#photo-01 {
	position: absolute;
	right: 0;
	top: 30px;
}
#flow .contents#reserve .left {
	width: 410px;
	margin-bottom: 100px;
}

/* 予約 */
#flow #reserve-info {
    clear: both;
    width: 850px;
    margin: 0 auto 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#flow #reserve-info .flexitem {
    width: 420px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#flow #reserve-info .flexitem #btn-trial {
	margin-bottom: 10px;
}
#flow #reserve-info .flexitem #notice {
    font-size: 10px;
    line-height: 1.5;
}

/* 2～4 */
#flow p#title-today {
    font-size: 38px;
    line-height: 1;
    color: #94b847;
    text-align: right;
    margin-bottom: 10px;
    position: relative;
}
#flow p#title-today:before {
    content: url("../../trial/image/bg-arrow.png");
    position: absolute;
    left: 250px;
    top: -20px;
}
#flow .contents#today {
    padding: 50px;
    margin-bottom: 60px;
    border: 1px solid #e0dac5;
}
#flow .contents#today .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin-bottom: 30px;
}
#flow .contents#today .flex.reverse {
  	-webkit-box-orient: horizontal;
  	-webkit-box-direction: reverse;
  	-ms-flex-direction: row-reverse;
  	flex-direction: row-reverse;
}
#flow .contents#today .flex figure {
    width: 300px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#flow .contents#today .flex .flexitem {
    width: 570px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#flow .contents#today p.text-prepare {
	font-size: 16px;
	line-height: 1;
	color: #637d6a;
    margin-bottom: 10px;
}
#flow .contents#today dl#prepare {
	font-size: 13px;
	line-height: 1.8;
	clear: both;
	margin-bottom: 10px;
    position: relative;
}
#flow .contents#today dl#prepare dt {
	font-size: 16px;
    line-height: 1;
	color: #fff;
    background: #a6bea9;
    text-align: center;
    width: 120px;
	padding: 15px;
	position: absolute;
    left: 0;
}
#flow .contents#today dl#prepare dt:before {
	content: "";
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border: 1px solid #fff;
    position: absolute;
    left: 6px;
    top: 6px;
    pointer-events: none;
}
#flow .contents#today dl#prepare dd {
    padding-left: 170px;
    margin-bottom: 20px;
    position: relative;
}
#flow .contents#today dl#prepare dd:after {
    content: url("../../trial/image/bg-arrow.png");
    position: absolute;
    right: 200px;
    bottom: 0;
}
#flow .contents#today dl#prepare dd:last-of-type {
    margin-bottom: 10px;
}
#flow .contents#today dl#prepare dd:last-of-type:after {
    content: none;
}
#flow .contents#today dl#prepare dd span {
	color: #a17070;
}
#flow .contents#today dl#prepare dd span a {
	text-decoration: underline;
}
#flow .contents#today p#text-prepare-notice {
	font-size: 13px;
    margin-bottom: 50px;
}

#flow ul#list {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 18px;
	line-height: 1.2;
    font-weight: bold;
    color: #6a3906;
    margin: 0 auto 50px;
    text-shadow: 2px 2px 2px #fff;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#flow ul#list li {
	text-align: center;
	width: 136px;
}
#flow ul#list li:nth-child(odd) {
	margin-left: 0;
}
#flow ul#list li a {
    color: #6a3906;
	background: url("../../trial/image/bg-list.png") no-repeat center bottom / cover;
	display: block;
    height: 54px;
    padding: 3px;
	box-shadow: 2px 2px 0 rgba(64,34,15,1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#flow ul#list li em {
    font-size: 22px;
    font-style: normal;
}

#flow #join {
    font-size: 14px;
    line-height: 1.5;
    clear: both;
    width: 850px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#flow #join figure {
    width: 450px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#flow #join .flexitem {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
#flow #join .flexitem h4 {
    font-size: 22px;
    line-height: 1;
    color: #000;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #772100;
}
#flow #join .flexitem p {
    margin-bottom: 20px;
}
#flow #join .flexitem ul {
	font-size: 14px;
	line-height: 1.8;
}
#flow #join .flexitem ul li {
	position: relative;
	padding-left: 25px;
}
#flow #join .flexitem ul li:last-child {
	padding-right: 0;
}
#flow #join .flexitem ul li:before {
	content: "・";
	position: absolute;
	left: 0;
}
#flow #join .flexitem ul li a {
    color: #70a0a0;
}
#flow #join .flexitem ul li a:hover {
    text-decoration: underline;
}
/* #flow #callcenter {
	font-size: 14px;
	line-height: 1.2;
    color: #8e6e54;
    background: url("../../first/image/bg-callcenter.png") no-repeat center center;
    width: 820px;
    height: 94px;
    padding: 20px 40px 0 40px;
    margin: 0 auto 100px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
} */

#flow #callcenter {
    font-size: 14px;
    line-height: 1.2;
    color: #8e6e54;
    background: url("../../first/image/bg-callcenter.png") no-repeat center top;
    width: 820px;
    height: 143px;
    padding: 40px 40px 0 40px;
    margin: 0 auto 60px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#flow #callcenter:after{
  content: url("../../first/image/bg-callcenter-after.png");
  font-size: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
}


#flow #callcenter dl {
    position: relative;
    z-index: 1;
}
#flow #callcenter dl dt {
    font-size: 16px;
	margin-bottom: 5px;
}
#flow #callcenter dt em {
    font-size: 28px;
    font-weight: 700;
    font-style: normal;
}

#flow #callcenter p {
	position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
}
#flow #callcenter p a {
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	background: #9f5d3b;
	display: block;
	padding: 10px 25px;
	box-shadow: 2px 2px 0 #66371c;
}
.graf {
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  width: 1000px;
  margin: 0 auto 80px;
}
.graf p {
  min-width: 360px;
  margin-right: 40px;
  order: 1;
}
.graf dl {
  padding-top: 80px;
  order: 2;
}
.graf dl dt {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.graf dd {
  font-size: 20px;
  line-height: 1.5;
}
/* ────────────────────── *
 *                                              *
 * 申込                                         *
 *                                              *
 * ────────────────────── */

#entry {
	width: 100%;
	padding: 60px 0;
}
#entry .inner {
	font-size: 16px;
	line-height: 1.7;
	width: 790px;
	margin: 0 auto;
}
#entry p#text-flow {
	font-size: 20px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 30px;
}
#entry p#text-flow a {
	color: #333;
	text-decoration: underline;
}
#entry p#callcenter {
    text-align: center;
	margin-bottom: 30px;
}
#entry ol#step {
	font-size: 0;
	text-align: center;
	margin-bottom: 40px;
}
#entry ol#step li {
	font-size: 20px;
	line-height: 1;
	font-weight: bold;
	color: #fc8027;
	display: inline-block;
	padding: 10px;
	margin-right: 30px;
	border: 3px solid #fc8027;
	border-radius: 8px;
	position: relative;
}
#entry ol#step li.active {
	color: #fff;
	background: #fc8027;
}
#entry ol#step li:after {
	content: "";
	background: url(../../trial/image/bg-entry-step.png) no-repeat right center;
	width: 8px;
	height: 16px;
	position: absolute;
	right: -22px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#entry ol#step li:last-child {
	margin-right: 0;
}
#entry ol#step li:last-child:after {
	content: none;
}
#entry p.errorMes {
	font-size: 14px;
	line-height: 1.6;
	color: #ffff00;
	font-weight: bold;
	background: #cc0000;
	padding: 5px 15px;
	margin-bottom: 10px;
}
#entry table#input {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #a9a9a9;
	border-left: 1px solid #a9a9a9;
}
#entry table#input th {
	color: #613416;
	background: #e2f5d0;
	text-align: left;
	width: 180px;
	padding: 15px 20px;
	border-bottom: 1px solid #a9a9a9;
}
#entry table#input td {
	padding: 15px 20px;
	border-bottom: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
}
#entry table#input td .input-01 {
	width: 100%;
	padding: 10px;
	border: 1px solid #a9a9a9;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
#entry .submit {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: url(../../image/bg-campaign-button.png) repeat;
	display: inline-block;
	width: 86.66666666666667%;
	padding: 10px 50px;
	margin-bottom: 40px;
	border-radius: 8px;
	border: none;
	box-shadow: 0 5px 0 rgba(223,114,30,1);
	-webkit-appearance: none;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#entry .back {
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #613416;
	background: #fff;
	display: inline-block;
	padding: 10px 50px;
	border-radius: 8px;
	border: 2px solid #613416;
	-webkit-appearance: none;
	cursor: pointer;
}
#entry h3 {
	font-size: 20px;
	font-weight: bold;
	background: #e2f5d0;
	padding: 10px 20px;
	margin-bottom: 20px;
}
#entry dl#check {
	font-size: 16px;
	line-height: 1.7;
}
#entry dl#check dt {
	font-weight: bold;
	color: #549c32;
}
#entry dl#check dd {
	margin-bottom: 30px;
}

/* ────────────────────── *
 *                                              *
 * カレンダー                                   *
 *                                              *
 * ────────────────────── */

#entry p#date {
	font-size: 30px;
	line-height: 1;
	font-weight: bold;
	background: #fff;
	text-align: center;
	display: block;
	width: 220px;
	padding: 10px 30px;
	margin: 0 auto 20px;
	border: 3px solid #613416;
}

/* 前月・次月移動 */
#entry p.page#prev {
	float: left;
	margin-bottom: 10px;
}
#entry p.page#next {
	float: right;
	margin-bottom: 10px;
}
#entry p.page a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #ffb233;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 5px;
}
#entry p.page#prev span {
	background: url(../../image/common/bg-arrow-left.png) no-repeat left center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	display: inline-block;
	padding-left: 16px;
}
#entry p.page#next span {
	background: url(../../image/common/bg-arrow-right.png) no-repeat right center;
	-webkit-background-size: 8px auto;
	background-size: 8px auto;
	display: inline-block;
	padding-right: 16px;
}

/* カレンダーテーブル */
#entry table.calendar {
	font-size: 16px;
	line-height: 1.5;
	background: #fff;
	text-align: center;
	clear: both;
	width: 790px;
	margin-bottom: 50px;
	border-collapse: collapse;
	border-spacing: 0;
	border-top: 1px solid #613416;
	border-left: 1px solid #613416;
}
#entry table.calendar th {
	background: #f5f3df;
	padding: 10px;
	border-bottom: 1px solid #613416;
	border-right: 1px solid #613416;
}
#entry table.calendar td {
	width: 121px;
	padding: 10px;
	border-bottom: 1px solid #613416;
	border-right: 1px solid #613416;
}
#entry table.calendar td.open {
	background: #f5ffef;
}
#entry table.calendar td.close {
	background: #eee;
}
#entry table.calendar td p.date {
	font-weight: bold;
}
#entry table.calendar td p.disp {
	font-size: 24px;
}
#entry table.calendar .sat {
	color: #3499db;
}
#entry table.calendar .sun {
	color: #e74b3c;
}

/* レッスン */
#entry .lesson p {
	margin-bottom: 20px;
}
#entry .lesson p.title {
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: #fff;
	background: #613416;
	text-align: left;
	padding: 10px;
}
#entry .lesson table {
	font-size: 20px;
	line-height: 1.5;
	background: #fff;
	text-align: left;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border-left: 1px solid #613416;
	border-top: 1px solid #613416;
}
#entry .lesson table th {
	background: #fffccf;
	width: 800px;
	padding: 10px 20px;
	border-bottom: 1px solid #613416;
}
#entry .lesson table td {
	padding: 10px 20px;
	border-bottom: 1px solid #613416;
	border-right: 1px solid #613416;
}
#entry .lesson table td a {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #fd9342;
	text-align: center;
	display: inline-block;
	min-width: 7em;
	padding: 10px 20px;
	border-radius: 5px;
}
#entry .lesson table td span.end {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #999;
	text-align: center;
	display: inline-block;
	min-width: 7em;
	padding: 10px 20px;
	border-radius: 5px;
}
#entry #notice {
    font-size: 16px;
    line-height: 1.5;
    width: 790px;
    padding: 20px;
    margin: 0 auto 40px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#entry #notice ul {
    margin-left: 20px;
    list-style-type: disc;
}
#entry #notice p {
    font-weight: bold;
    color: #c00;
    margin-bottom: 10px;
}

/* ────────────────────── *
 *                                              *
 * クーポン                                     *
 *                                              *
 * ────────────────────── */

#coupon {
	clear: both;
	padding: 60px 0;
}
#coupon .inner {
	font-size: 18px;
	line-height: 1.6;
	width: 740px;
	margin: 0 auto;
}
#coupon h3 {
	font-size: 52px;
	line-height: 1.2;
	font-weight: bold;
	color: #6eab25;
	text-align: center;
	margin-bottom: 30px;
}
#coupon p.ticket {
	text-align: center;
	margin-bottom: 20px;
}
#coupon ul {
	margin-bottom: 20px;
}
/* ────────────────────── *
 *                                              *
 * システム                                     *
 *                                              *
 * ────────────────────── */

.errMsg {
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	color: #ffff00;
	display: inline-block;
	background: #cc0c0c;
	padding: 7px 10px;
	margin-bottom: 10px;
	border-radius: 4px;
	position: relative;
}
.errMsg:after {
	top: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 12, 12, 0);
	border-top-color: #cc0c0c;
	border-width: 6px;
	margin-left: -6px;
}
input.err,
textarea.err {
	background: #ffe4e4;
	border: 1px solid #cc0c0c!important;
}
:placeholder-shown {
    color: #acacac;
}
::-webkit-input-placeholder {
    color: #acacac;
}
:-moz-placeholder {
    color: #acacac;
	opacity: 1;
}
::-moz-placeholder {
    color: #acacac;
	opacity: 1;
}
:-ms-input-placeholder {
    color: #acacac;
}
