@charset "UTF-8";
/* CSS Document */
#stepWrp{
	background: #fff;
}
#stepWrp .attBox {
	width: 66%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: relative;
	padding-bottom: 10%;
	margin-bottom: 5%;
}
.cttWrp {
	margin-bottom: 10%;
	margin-top: 10%;
}
div .attBox h1 {
	margin-bottom: 22px;
	text-align: left;
}
div .attBox p {
	font-size: 13px;
	letter-spacing: 1px;
	position: relative;
	z-index: 1;
}
div .attBox .attention {
	max-width: 303px;
	margin-right: auto;
	margin-left: auto;
	width: 65%;
	position: absolute;
	top: 50%;
	right: 0%;
	z-index: 0;
}

#stepWrp .step_style01 {
	background-color: #f1ebdd;
	max-width: 1060px;
	margin-left: auto;
	padding-top: 4%;
	padding-right: 3.7%;
	padding-left: 3.7%;
	padding-bottom: 0%;
	margin-right: auto;
	position: relative;
}
#stepWrp .triangle_style01 {
	/*border-style: solid;
	border-width: 80px 530px 0 530px;
	border-top: 8vw solid;
	border-right: 50vw solid;
	border-left: 50vw solid;
	border-bottom: 0;
	border-color: #f1ebdd transparent transparent transparent;
	width: 0;
	height: 0;*/
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 7%;
	max-width: 1060px;
	width:100%;
	height: 80px;
	background:
	linear-gradient(to bottom right, transparent 50%, #F1EBDE 50.1%) top left/ 50% 100% no-repeat,
	linear-gradient(to bottom left, transparent 50%, #F1EBDE 50.1%) top right / 50% 100% no-repeat;
	-moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
	transform:rotate(180deg);
}

#stepWrp .step_style01 h2 {
	color: #61371D;
	text-align: left;
	font-size: 22px;
	letter-spacing: 3px;
	margin-bottom: 40px;
}
#stepWrp .step_style01 li img{
	max-width: 452px;
	width: 100%;
	height: auto;
}
#stepWrp .step_style01 p {
	color: #61371D;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}


/* ステップ番号 */

.f-futura {
    font-family: 'Futura LT W01 Light', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.lh-1 {
    line-height: 1;
}
.fs-i {
    font-style: italic;
}
.f-os {
    font-family: 'Oswald', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.va-mid {
    vertical-align: middle;
}
.f-24 {
	font-size: 22px;	
}


#stepWrp .no {
    position: absolute;
    top: -55px;
    right: 38px;
    z-index: 20;
    width: 110px;
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.12em;
}

#stepWrp .no .table-cell {
	height: 110px;
	background-color: #fea8a8;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


#stepWrp .table-style {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#stepWrp .table-cell {
    display: table-cell;
}

#stepWrp .no .text {
	padding: 9px 0 0;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
}


/* WEB予約の中の文字 */
#stepWrp .table-style {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#stepWrp .no {
	position: absolute;
	top: -44px;
	right: 50px;
	z-index: 20;
	width: 110px;
	font-size: 27px;
	font-size: 2.7rem;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.12em;
}
#option {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10%;
}
#option .flexbox li {
	padding: 20px;
	background-color: #EEEEEE;
	/*height: 244px;*/
}
#option .flexbox {
	margin-top: 5%;
	-webkit-align-items:stretch;
	align-items: stretch;
}
#option .flexbox li p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #61371D;
	text-align: left;
}
#option .flexbox h5 {
	background-color: #FEA8A8;
	color: #FFFFFF;
	line-height: 43px;
	font-style: italic;
	font-family: 'Oswald', "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	margin-bottom: 24px;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 16px;
}
#option .flexbox .btn {
	text-align: right;
}
#option #menu_01 {
	margin-top: 55px;
}
@media screen and (max-width:768px){
	div .attBox .attention{
		position: relative;
		width: auto;
	}
	#stepWrp .step_style01{
		padding-bottom: 8%;
	}
	#stepWrp .step_style01 h2{
		margin-top:3%;
		text-align: center;
	}
	#stepWrp .step_style01 .flexbox{
		display: block;
	}
	#stepWrp .step_style01 .flexbox.clm2 li{
		max-width: 500px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
	}
	#option .flexbox{
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	#option .flexbox li{
		width: 40%;
		height: auto;
	}
}
@media screen and (max-width:480px){
	#stepWrp .attBox{
		width: 85%;
	}
	#stepWrp .attBox{
		margin-bottom: 15%;
	}
	#stepWrp .no {
    position: absolute;
    top: -55px;
    left: 10px;
    z-index: 20;
    width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.12em;
}

#stepWrp .no .table-cell {
	height: 100px;
	background-color: #fea8a8;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


#stepWrp .table-style {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#stepWrp .table-cell {
    display: table-cell;
}

#stepWrp .no .text {
	padding: 9px 0 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #FFFFFF;
	text-align: center;
}
	#stepWrp .triangle_style01{
		margin-bottom: 20%;
	}
	#option .flexbox{
		display: block;
	}
	#option .flexbox li{
		width: 90%;
		margin-left:auto;
		margin-right: auto;
	}
	#option #menu_01 {
		margin-top: 0;
	}
}
@media screen and (max-width:320px){
	#stepWrp .step_style01 h2{
		font-size: 20px;
	}
	#stepWrp .no {
    position: absolute;
    top: -55px;
    left: 10px;
    z-index: 20;
    width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.12em;
}

#stepWrp .no .table-cell {
	height: 80px;
	background-color: #fea8a8;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}


#stepWrp .table-style {
    display: table;
    table-layout: fixed;
    width: 100%;
}

#stepWrp .table-cell {
    display: table-cell;
}

#stepWrp .no .text {
	padding: 9px 0 0;
	font-size: 12px;
	font-size: 1.2rem;
	color: #FFFFFF;
	text-align: center;
}
}
