@charset "UTF-8";

/* タブレットレイアウト:768px〜  ------------------------------------------------------------------------- */
.lead {
	margin: 10px 0 30px;
	text-align: center;
}

.howto {
	width: 75%;
	margin: 0 auto;
	padding-bottom: 100px;
}
.flow {
	display: flex;
	width: 100%;
	height: 100%;
	border: 2px solid #65b979;
	border-radius: 14px;
	box-sizing: border-box;
}
.title {
	position: relative;
	width: 145px;
	margin: 0;
	height: auto;
	padding: 25px;
	background-image: url(../images/bg.gif);
	border-right: 2px solid #65b979;
	border-radius: 14px 0 0 14px;
	font-size: 2rem;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.title span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	height: fit-content;
	margin: auto;
}

.text {
	width: calc(100% - 145px);
	padding: 25px;
}

.text .tel {
	margin: 5px 0 12px;
	color: #ee86b4;
	font-size: 22px;
	font-weight: bold;
}

.text .marker {
	font-weight: bold;
	color: #367f4d;
	background-color: #fef189;
}

.note {
	margin-top: 10px;
	font-size: 1.3rem;
	/*color: red;*/
}
.text a {
	color: #ed88b4;
	text-decoration: underline;
}
.text a:hover {
	opacity: 0.5;
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.link, .sm_link, .xs_link {
	margin-top: 10px;
	text-align: center;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
.link {
	display: block;
}
.sm_link {
	display: block;
}
.xs_link {
	display: none;
}
/*.text ul {
	margin: 10px;
}
.text li {
	padding-left: 25px;
	background-image: url(../images/check.png);
	background-repeat: no-repeat;
	background-position-y: 3px;
}*/
.triangle {
	width: 0;
	margin: 20px auto;
	border: 16px solid transparent;
	border-top: 16px solid #65b979;
	border-bottom: 0;
}
.xs_reserve {
	display: none;
}


/* モバイルレイアウト:767pxおよびそれ以下 ------------------------------------------------------------------------- */
@media screen and (max-width: 767px){
.howto {
	width: 100%;
	padding: 0 8px 60px;
	box-sizing: border-box;
}
.title {
	width: 120px;
	padding: 15px;
	font-size: 1.8rem;
}

.title span {
	left: 12px;
}

.text {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}
.sm_link {
	display: none;
}
.xs_link {
	display: block;
}
}


/* モバイルレイアウト:619pxおよびそれ以下 ------------------------------------------------------------------------- */
@media screen and (max-width: 619px){
.flow {
	display: block;
}
.title {
	width: 100%;
	border-right: none;
	border-bottom: 2px solid #c8e28e;
	border-radius: 14px 14px 0 0;
	box-sizing: border-box;
}
.xs_reserve {
	display: block;
	text-align: center;
}
.xs_reserve a {
	display: inline;
}
}