@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: .03em;
	font-feature-settings : "palt";
	text-align: left;
	background-color: #fff;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", sans-serif;*/
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
@media screen\0 {
	body {
		letter-spacing: normal;
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
@media print {
	body {
		zoom: 0.68;
		-webkit-print-color-adjust: exact;
	}
}
/* IE10以上 */
@media print and (-ms-high-contrast: none) {
	/* @pageの指定いらないかも */
	@page {
		size: A4;
		margin: 12.7mm 9.7mm;
	}

	body {
		zoom: 1.8;
		width: 1200px;
		transform: scale(0.5);
		transform-origin: 0 0;
	}
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
main {
	display: block;
}
table {
	font-size: inherit; /* モダンブラウザ向け */
	font: 100%; /* Win IE 5-5.5､6(後方互換モード)向け */
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
input[type="radio"],input[type="checkbox"],label,button,input[type="submit"] {
	cursor: pointer;
}
input[type="submit"] {
	cursor: pointer;
}
input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
	height: 50px;
	padding: 5px 20px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	-webkit-text-size-adjust: none;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
select {
	height: 50px;
	padding: 5px 10px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
}
textarea {
	height: 150px;
	padding: 15px 20px;
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	font-weight: bold;
	border: 3px solid #dddddd;
	box-sizing: border-box;
	border-radius: 0;
	vertical-align: top;
}
/* Webkit */
::-webkit-input-placeholder {
	color: #b8b8b8;
	opacity: 1;
}
/* Firefox 18 以前 */
:-moz-placeholder {
	color: #b8b8b8;
}
/* Firefox 19 以降 */
::-moz-placeholder {
	color: #b8b8b8;

	/* Firefox 19 以降のデフォルトでは */
	/* color ではなく opacity で色合いを調整しているため */
	/* 文字色を指定する場合、opacity を 1 にする必要がある */
	opacity: 1;
}
/* IE 10 以降 */
:-ms-input-placeholder {
	color: #b8b8b8 !important;
}
/* CSS4では以下のような名前の擬似クラスになるらしい */
/* おそらく今のところ対応ブラウザはない */
:placeholder-shown {
	color: #b8b8b8;
}
/* Android chrome対策 */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, button, textarea, select, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	max-height:100%;
}

.clear {
	clear: both;
}
.clearfix {
	zoom: 100%;
}
.clearfix:after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
a {
	text-decoration: none;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a.normal:link {
	color: #333333;
}
a.normal:visited {
	color: #333333;
}
a:hover {
	text-decoration: none;
}
a:active {
}
a.noline {
	text-decoration: none;
}
a.reverse {
	text-decoration: none;
}
a.reverse:hover {
	text-decoration: underline;
}
.linkBox {
	cursor: pointer;
}
body {
	text-align: center;
}
img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}
a { /* FireFox リンク選択時の点線を消す　*/
    overflow: hidden;
    outline: none;
}
.ov {
	transition: all 600ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ov:hover {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.ovImg:hover img {	
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
.nowrap {
	white-space: nowrap;
}
.mincho {
	font-family: "YakuHanMP", YuMincho, '游明朝', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
}
@media screen\0 {
	.mincho {
		font-family: "YakuHanMP", 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho ProN','メイリオ',"HGS明朝E", 'MS P 明朝', 'MS PMincho', serif;
	}
}
.gothic {
	font-family: "YakuHanJP", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
@media screen\0 {
	.gothic {
		font-family: "YakuHanJP", メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}
}
.Lato {
	font-family: "YakuHanJP", 'Lato', sans-serif;
}
.Oswald {
	font-family: 'Oswald', sans-serif;
}
* {
	box-sizing: border-box;
}


@media screen and (max-width:767px){
	body {
		font-size: 16px;
	}

	input[type="text"], input[type="search"], input[type="tel"], input[type="url"], input[type="email"], input[type="password"], input[type="date"], input[type="number"] {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	select {
		height: 44px;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
	textarea {
		height: 34.6666666vw;
		padding: 5px 10px;
		font-size: 16px;
		border: 2px solid #dddddd;
	}
}

/**********************************

 general

***********************************/
/* margin-bottom */
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb50 {margin-bottom: 50px;}
.mb55 {margin-bottom: 55px;}
.mb60 {margin-bottom: 60px;}
.mb65 {margin-bottom: 65px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mb80 {margin-bottom: 80px;}
.mb85 {margin-bottom: 85px;}
.mb90 {margin-bottom: 90px;}
.mb95 {margin-bottom: 95px;}
.mb100 {margin-bottom: 100px;}
.mb110 {margin-bottom: 110px;}
.mb120 {margin-bottom: 120px;}
/* margin-top */
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
/* margin-left */
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml20 {margin-left: 20px;}
.ml30 {margin-left: 30px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}
.ml50 {margin-left: 50px;}
/* margin-right */
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr20 {margin-right: 20px;}
.mr30 {margin-right: 30px;}
.mr40 {margin-right: 40px;}
.mr50 {margin-right: 50px;}
/* padding-top */
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt30 {padding-top: 30px;}
.pt40 {padding-top: 40px;}
.pt50 {padding-top: 50px;}
.pt60 {padding-top: 60px;}
.pt70 {padding-top: 70px;}
/* padding-bottom */
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb20 {padding-bottom: 20px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {padding-bottom: 50px;}
.pb55 {padding-bottom: 55px;}
.pb60 {padding-bottom: 60px;}
.pb70 {padding-bottom: 70px;}
/* width */
.w10   {width: 10px;}
.w20   {width: 20px;}
.w30   {width: 30px;}
.w40   {width: 40px;}
.w50   {width: 50px;}
.w60   {width: 60px;}
.w70   {width: 70px;}
.w80   {width: 80px;}
.w90   {width: 90px;}
.w100  {width: 100px;}
.w110  {width: 110px;}
.w120  {width: 120px;}
.w130  {width: 130px;}
.w140  {width: 140px;}
.w150  {width: 150px;}
.w200  {width: 200px;}
.w240  {width: 240px;}
.w250  {width: 250px;}
.w300  {width: 300px;}
.w350  {width: 350px;}
.w400  {width: 400px;}
.w450  {width: 450px;}
.w500  {width: 500px;}
.wfull {width: 100%;}
.imgMax {
	max-width: none;
	width: 100%;
}
.floatL {
	float: left;
}
.floatR {
	float: right;
}
.alignC {
	text-align: center;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.veralignT {
	vertical-align: top;
}
.veralignM {
	vertical-align: middle;
}
.veralignB {
	vertical-align: bottom;
}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.bold {
	font-weight: bold;
}
.red {
	color: #ff3f00;
}
.blue {
	color: #1184df;
}
.yellow {
	color: #ffff00;
}
.bgYellow {
	background-color: #fff100;
}
.marker {
	background: linear-gradient(transparent 60%, #ffbf00 60%);
}
@media screen\0 {
	.marker {
		font-family: "YakuHanJP", Lato, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
}
.underline {
	text-decoration: underline;
}
.large {
	font-size: 24px;
}
.large-x {
	font-size: 36px;
}
.small {
	font-size: 86%;
}
@media screen and (min-width:768px){
	.sp {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pc {
		display: none;
	}
	.large {
		font-size: 15px;
	}
	.large-x {
		font-size: 18px;
	}
}

/**********************************

 parts

***********************************/
.define_wrap {
	padding: 0 24px;
}

.define_inner {
	max-width: 100%;
	width: 980px;
	margin: 0 auto;
}


@media screen and (max-width:767px){

	.define_wrap {
		padding: 0 4.66666667%;
	}
}

/**********************************

 layout

***********************************/
.l-wrap {
	overflow: hidden;
}

.l-main {
}

.l-pageTop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 5;
}

@media screen and (max-width:1023px){

	.l-pageTop {
		width: 60px;
		bottom: 24px;
		right: 24px;
	}
}

@media screen and (max-width:767px){
	.l-wrap {
		padding-bottom: 50px;
	}

	.l-pageTop {
		width: 32px;
		bottom: 15px;
		right: 4%;
	}
}

/**********************************

 l-fixedContents

***********************************/
.l-fixedContents {
	display: none;
}

@media screen and (max-width:767px){
	.l-fixedContents {
		display: flex;
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 10;
	}

	.l-fixedContents__tel {
		width: 50%;
	}

	.l-fixedContents__tel a {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		height: 50px;
		background-color: #fff;
	}

	.l-fixedContents__tel a .ttl {
		color: #ff6699;
		font-size: 10px;
		font-weight: bold;
		text-align: center;
		line-height: 1.5;
	}

	.l-fixedContents__tel a .num {
		padding-left: 21px;
		color: #ff6699;
		font-size: 21px;
		text-align: center;
		line-height: 1.2;
		position: relative;
		z-index: 1;
	}

	.l-fixedContents__tel a .num:before {
		content: "";
		display: block;
		width: 18px;
		height: 18px;
		background: url(../images/icon_tel01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.l-fixedContents__reserve {
		width: 50%;
		font-size: 17px;
		font-weight: bold;
	}

	.l-fixedContents__reserve a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 50px;
		color: #fff;
		background-color: #0094de;
	}

	.l-fixedContents__reserve a span {
		padding-left: 27px;
		position: relative;
		z-index: 1;
	}

	.l-fixedContents__reserve a span:before {
		content: "";
		display: block;
		width: 21px;
		height: 21px;
		background: url(../images/icon_reserve02.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
}

/**********************************

 l-header

***********************************/
.l-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100px;
	background: #fff;
}

.l-header__logo {
	margin-left: 40px;
}

.l-header__right {
	display: flex;
	align-items: center;
}

.l-header__right__tel {
	margin-right: 40px;
}

.l-header__right__tel__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 5px;
}

.l-header__right__tel__top p {
	margin-right: 10px;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .05em;
}

.l-header__right__tel__top p a {
	padding-left: 34px;
	color: #ff6699;
	position: relative;
	z-index: 1;
}

.l-header__right__tel__top p a:before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	margin-top: 2px;
	background: url(../images/icon_tel01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.l-header__right__tel__top ul {
	display: flex;
	justify-content: space-between;
}

.l-header__right__tel__top ul li {
	padding: 1px 12px;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background-color: #ff6699;
	border-radius: 5px;
}

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

.l-header__right__tel__bottom {

}

.l-header__right__tel__bottom p {
	padding: 1px 15px;
	font-size: 11px;
	text-align: center;
	letter-spacing: normal;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.l-header__right__mail {

}

.l-header__right__mail a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #ff6699;
}

.l-header__right__mail a span {
	padding-top: 35px;
	position: relative;
	z-index: 1;
}

.l-header__right__mail a span:before {
	content: "";
	display: block;
	width: 30px;
	height: 22px;
	background: url(../images/icon_mail01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.l-header__right__reserve {

}

.l-header__right__reserve a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 100px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #0094de;
}

.l-header__right__reserve a span {
	padding-top: 35px;
	position: relative;
	z-index: 1;
}

.l-header__right__reserve a span:before {
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/icon_reserve01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

@media screen and (min-width:1050px){

	.l-header__right__tel__bottom p br {
		display: none;
	}
}

@media screen and (max-width:1049px){

	.l-header__logo {
		width: 180px;
		margin-left: 24px;
	}

	.l-header__right {
		display: flex;
		align-items: center;
	}

	.l-header__right__tel {
		margin-right: 15px;
	}

	.l-header__right__tel__top {
		margin-bottom: 10px;
	}

	.l-header__right__tel__top p {
		margin-right: 10px;
		font-size: 24px;
	}

	.l-header__right__tel__top p a {
		padding-left: 34px;
	}

	.l-header__right__tel__top p a:before {
		width: 28px;
		height: 28px;
		margin-top: 2px;
	}

	.l-header__right__tel__top ul li {
		padding: 1px 5px;
		margin-right: 5px;
		font-size: 10px;
	}

	.l-header__right__tel__bottom p {
		padding: 3px 10px;
		font-size: 10px;
		line-height: 1.5;
	}

	.l-header__right__tel__bottom p span {
		display: none;
	}

	.l-header__right__mail a {
		width: 100px;
		font-size: 12px;
	}

	.l-header__right__mail a span {
		padding-top: 35px;
	}

	.l-header__right__mail a span:before {
		content: "";
		display: block;
		width: 30px;
		height: 22px;
		background: url(../images/icon_mail01.png) no-repeat left top;
		background-size: contain;
		position: absolute;
		top: 5px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.l-header__right__reserve {

	}

	.l-header__right__reserve a {
		width: 100px;
		font-size: 12px;
	}

	.l-header__right__reserve a span {
		padding-top: 35px;
	}

	.l-header__right__reserve a span:before {
		width: 32px;
		height: 32px;
	}
}

@media screen and (max-width:767px){
	.l-header {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 55px;
	}

	.l-header__logo {
		width: 132px;
		margin-left: 0;
	}

	.l-header__right {
		display: none;
	}
}

/**********************************

 l-footer

***********************************/
.l-footer {

}

.l-footer__top {

}

.l-footer__top__inner {
	padding: 21px 0;
}

.l-footer__top__inner p {
	text-align: center;
}

.l-footer__bottom {
	background-color: #ff6699;
}

.l-footer__bottom__inner {
	padding: 35px 0;
}

.l-footer__bottom__inner p {
	color: #fff;
	font-size: 12px;
	text-align: center;
}

@media screen and (max-width:767px){

	.l-footer__top__inner {
		padding: 11px 0;
	}

	.l-footer__top__inner p {
		width: 132px;
		margin: 0 auto;
	}

	.l-footer__bottom {
		background-color: #ff6699;
	}

	.l-footer__bottom__inner {
		padding: 16px 0;
	}

	.l-footer__bottom__inner p {
		margin: 0 -4%;
		font-size: 7.5px;
		letter-spacing: -.02em;
	}
}

@media screen and (max-width:374px){

	.l-footer__bottom__inner p {
		font-size: 2vw;
	}
}

/**********************************

 c-title01

***********************************/
.c-title01 {
	padding: 15px 15px;
	margin-bottom: 25px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: url(../images/bg_stripe01.png) repeat left top;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #ffe0eb;
}

.c-title01.bgPink {
	box-shadow: 0px 3px 0px 0px #ffd2e1;
}

@media screen and (max-width:767px){
	.c-title01 {
		padding: 8px 12px;
		margin-bottom: 15px;
		font-size: 18px;
		background-size: 25px 25px;
		border-radius: 5px;
	}
}

/**********************************

 c-title02

***********************************/
.c-title02 {
	padding: 14px 15px;
	margin-bottom: 40px;
	color: #ff6699;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
	background: #ffeff5;
	border-radius: 10px;
}

@media screen and (max-width:767px){
	.c-title02 {
		padding: 8px 15px;
		margin-bottom: 20px;
		font-size: 16px;
		border-radius: 5px;
	}
}

/**********************************

 c-subHero

***********************************/
.c-subHero {
	background-color: #d1ff03;
}

.c-subHero__inner {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 300px;
}

.c-subHero__inner__ttl {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	letter-spacing: .15em;
	line-height: 1.5;
}

@media screen and (max-width:767px){

	.c-subHero__inner {
		height: 150px;
	}

	.c-subHero__inner__ttl {
		font-size: 18px;
	}
}

/**********************************

 c-btn01

***********************************/
a.c-btn01 {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}


@media screen and (max-width:767px){
	a.c-btn01 {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}
}

/**********************************

 c-form

***********************************/
.c-form {
}

.c-form__content {
	margin-bottom: 55px;
}

.c-form__content dl {
	display: table;
	width: 100%;
	margin-bottom: 34px;
}

.c-form__content dl dt {
	display: table-cell;
	width: 330px;
	padding: 15px 20px 15px 25px;
	vertical-align: middle;
	background-color: #0054b0;
	box-shadow:0px 4px 0px 0px #a9c1db;
}

.c-form__content dl dt .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	line-height: 1.5;
}

.c-form__content dl dt .inner .name {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}

.c-form__content dl dt .inner .require {
	padding: 3px 5px;
	color: #ffff00;
	font-size: 12px;
	font-weight: bold;
	background-color: #ff3f00;
}

.c-form__content dl dt .inner .any {
	padding: 3px 5px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	background-color: #00bfff;
}

.c-form__content dl dd {
	display: table-cell;
	padding: 19px;
	line-height: 1.5;
	vertical-align: middle;
	background-color: #fff;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	box-shadow:0px 4px 0px 0px #d9d9d9;
}

.c-form__content dl dd .radio {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.c-form__content dl dd .radio input {
	margin-right: .5em;
}

.c-form__submit {
	width: 340px;
	max-width: 100%;
	margin: 0 auto;
}

.c-form__submit button,
.c-form__confirmBtn__btn .submit {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #802000;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff531a+0,f23d00+100 */
	background: rgb(255,83,26); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,83,26,1) 0%, rgba(242,61,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,83,26,1) 0%,rgba(242,61,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff531a', endColorstr='#f23d00',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.c-form__confirmBtn {
	display: flex;
	justify-content: center;
}

.c-form__confirmBtn__btn {
	width: 360px;
}

.c-form__confirmBtn__btn:first-child {
	margin-right: 30px;
}

.c-form__confirmBtn__btn .back {
	display: block;
	width: 100%;
	padding: 20px 15px;
	margin-bottom: 5px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: .05em;
	line-height: 1.5;
	border-radius: 9px;
	box-shadow:0px 5px 0px 0px #333333;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,777777+100 */
	background: rgb(102,102,102); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(102,102,102,1) 0%, rgba(119,119,119,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(102,102,102,1) 0%,rgba(119,119,119,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#777777',GradientType=0 ); /* IE6-9 */
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

@media screen and (max-width:767px){

	.c-form__content {
		margin-bottom: 32px;
	}

	.c-form__content dl {
		display: block;
		width: auto;
		margin-bottom: 30px;
	}

	.c-form__content dl dt {
		display: block;
		width: auto;
		padding: 11px 15px;
		box-shadow: none;
	}

	.c-form__content dl dt .inner {
		display: block;
		width: auto;
		position: relative;
	}

	.c-form__content dl dt .inner .name {
		font-size: 16px;
		text-align: center;
	}

	.c-form__content dl dt .inner .require {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dt .inner .any {
		padding: 3px 5px;
		font-size: 10px;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.c-form__content dl dd {
		display: block;
		padding: 14px;
		border: 1px solid #dddddd;
		box-shadow: none;
	}

	.c-form__content dl dd .radio {
		margin-bottom: 10px;
		font-size: 15px;
	}

	.c-form__content dl dd .radio input {
		margin-right: .5em;
	}

	.c-form__submit {
		width: 240px;
	}

	.c-form__submit button,
	.c-form__confirmBtn__btn .submit {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #802000;
	}

	.c-form__confirmBtn {
		justify-content: space-between;
	}

	.c-form__confirmBtn__btn {
		width: 47.5%;
	}

	.c-form__confirmBtn__btn:first-child {
		margin-right: 0;
	}

	.c-form__confirmBtn__btn .back {
		padding: 12px 15px;
		margin-bottom: 4px;
		font-size: 17px;
		border-radius: 6px;
		box-shadow:0px 4px 0px 0px #333333;
	}

}


/**********************************

 c-faq

***********************************/
.c-faq {
}

.c-faq dl {
	margin-bottom: 60px;
}

.c-faq dl:last-child {
	margin-bottom: 0;
}

.c-faq dl dt {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.c-faq dl dt .icon {
	width: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 64px;
	background-color: #ff6699;
	border-radius: 10px;
}

.c-faq dl dt .ttl {
	flex: 1;
	min-height: 64px;
	padding: 14px 17px;
	margin-left: 15px;
	color: #ff6699;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	border: 3px solid #eeeeee;
	background-color: #fff;
	border-radius: 10px;
}

.c-faq dl dd {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.c-faq dl dd .icon {
	width: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 64px;
	background-color: #333333;
	border-radius: 10px;
}

.c-faq dl dd .cont {
	flex: 1;
	min-height: 64px;
	padding: 16px 20px;
	margin-left: 15px;
	line-height: 1.8;
	background-color: #f6f6f6;
	border-radius: 10px;
}

.c-faq dl dd .cont p {
}


@media screen and (max-width:767px){

	.c-faq {
	}

	.c-faq dl {
		margin-bottom: 30px;
	}

	.c-faq dl dt {
		margin-bottom: 22px;
	}

	.c-faq dl dt .icon {
		width: 40px;
		font-size: 14px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dt .ttl {
		flex: 1;
		min-height: 40px;
		padding: 7px 13px;
		margin-left: 10px;
		font-size: 16px;
		border: 2px solid #eeeeee;
		border-radius: 5px;
	}

	.c-faq dl dd .icon {
		width: 40px;
		font-size: 16px;
		line-height: 40px;
		border-radius: 5px;
	}

	.c-faq dl dd .cont {
		min-height: 40px;
		padding: 7px 15px;
		margin-left: 10px;
		font-size: 16px;
		border-radius: 5px;
	}

	.c-faq dl dd .cont p {
	}

}



/**********************************

 c-completeSec

***********************************/
.c-completeSec {

}

.c-completeSec__inner {
	padding: 120px 0;
}

.c-completeSec__inner .intro {
	margin-bottom: 60px;
	font-size: 18px;
	font-weight: bold;
}

.c-completeSec__inner .back {
	max-width: 430px;
	margin: 0 auto;
}


@media screen and (max-width:767px){

	.c-completeSec__inner {
		padding: 60px 0;
	}

	.c-completeSec__inner .intro {
		margin-bottom: 30px;
		font-size: 14px;
	}

	.c-completeSec__inner .back {
		max-width: 215px;
	}
}



/**********************************

 heroSec

***********************************/
.heroSec {
	position: relative;
	z-index: 5;
}

@media screen and (max-width:767px){

}



/**********************************

 aboutSec

***********************************/
.aboutSec {
	background-color: #ffeff5;
}

.aboutSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.aboutSec__inner__ttl {
	margin-bottom: 35px;
	text-align: center;
}

.aboutSec__inner__txt01 {
	position: absolute;
	top: -25px;
	left: -95px;
	z-index: -1;
}

.aboutSec__inner__txt02 {
	margin-bottom: 35px;
}

.aboutSec__inner__sec {

}

@media screen and (max-width:767px){

	.aboutSec__inner {
		padding: 40px 0;
	}

	.aboutSec__inner__ttl {
		margin-bottom: 20px;
	}

	.aboutSec__inner__txt01 {
		width: 256px;
		position: absolute;
		top: -12px;
		left: -5.15%;
		z-index: -1;
	}

	.aboutSec__inner__txt02 {
		margin-bottom: 18px;
	}

}



/**********************************

 meritSec

***********************************/
.meritSec {

}

.meritSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.meritSec__inner__ttl {
	margin-bottom: 45px;
	text-align: center;
}

.meritSec__inner__txt01 {
	position: absolute;
	top: 100px;
	right: -22px;
	z-index: -1;
}

.meritSec__inner__txt02 {
	margin-bottom: 35px;
}

.meritSec__inner__sec {

}

.meritSec__inner__sec .c-title01 {
	margin-bottom: 45px;
}

.meritSec__inner__sec__content {
	display: flex;
	justify-content: space-between;
}

.meritSec__inner__sec__content .box {
	width: 60.204081632653061%;
}

.meritSec__inner__sec__content .box ul {
}

.meritSec__inner__sec__content .box ul li {
	display: flex;
	margin-bottom: 30px;
}

.meritSec__inner__sec__content .box ul li:last-child {
	margin-bottom: 0;
}

.meritSec__inner__sec__content .box ul li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #ff6699;
	border-radius: 10px;
}

.meritSec__inner__sec__content .box ul li .txt01 {
	flex: 1;
	min-height: 64px;
	padding: 11px 17px;
	margin-left: 15px;
	font-size: 20px;
	font-weight: bold;
	border: 3px solid #eeeeee;
	border-radius: 10px;
}

.meritSec__inner__sec__content .pic {
	width: 35.714285714285714%;
}

@media screen and (max-width:767px){


	.meritSec__inner {
		padding: 40px 0;
	}

	.meritSec__inner__ttl {
		margin-bottom: 20px;
	}

	.meritSec__inner__txt01 {
		width: 125px;
		position: absolute;
		top: 50px;
		right: -5.15%;
	}

	.meritSec__inner__txt02 {
		margin-bottom: 18px;
	}

	.meritSec__inner__sec {

	}

	.meritSec__inner__sec .c-title01 {
		margin-bottom: 23px;
	}

	.meritSec__inner__sec__content {
		display: block;
	}

	.meritSec__inner__sec__content .box {
		width: auto;
		margin-bottom: 20px;
	}

	.meritSec__inner__sec__content .box ul {
	}

	.meritSec__inner__sec__content .box ul li {
		margin-bottom: 20px;
	}

	.meritSec__inner__sec__content .box ul li .num {
		width: 40px;
		font-size: 16px;
		border-radius: 5px;
	}

	.meritSec__inner__sec__content .box ul li .txt01 {
		min-height: 40px;
		padding: 6px 8px;
		margin-left: 10px;
		font-size: 16px;
		line-height: 1.5;
		border: 2px solid #eeeeee;
		border-radius: 5px;
	}

	.meritSec__inner__sec__content .pic {
		width: auto;
	}
}



/**********************************

 featureSec

***********************************/
.featureSec {
	background-color: #ffeff5;
}

.featureSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.featureSec__inner__ttl {
	margin-bottom: 60px;
	text-align: center;
}

.featureSec__inner__txt01 {
	position: absolute;
	top: 120px;
	left: -24px;
	z-index: -1;
}

.featureSec__inner__content {

}

.featureSec__inner__content .sec {
	display: flex;
	justify-content: space-between;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #dddddd;
}

.featureSec__inner__content .sec:nth-child(even) {
	flex-direction: row-reverse;
}

.featureSec__inner__content .sec:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.featureSec__inner__content .sec .picArea {
	width: 42.857142857142857%;
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

.featureSec__inner__content .sec .picArea .num {
	width: 64px;
	height: 64px;
	line-height: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #ff6699;
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.featureSec__inner__content .sec .picArea .pic {

}

.featureSec__inner__content .sec .txtArea {
	width: 52.040816326530612%;
}

.featureSec__inner__content .sec .txtArea .ttl {
	padding: 14px 20px;
	margin-bottom: 20px;
	color: #ff6699;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #ffe0eb;
}

@media screen and (max-width:767px){

	.featureSec__inner {
		padding: 40px 0;
	}

	.featureSec__inner__ttl {
		margin: 0 -.444% 40px;
	}

	.featureSec__inner__txt01 {
		width: 115px;
		position: absolute;
		top: 60px;
		left: -2.5%;
		z-index: -1;
	}

	.featureSec__inner__content {

	}

	.featureSec__inner__content .sec {
		display: block;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}

	.featureSec__inner__content .sec .picArea {
		width: 61.764705882352941%;
		padding-top: 10px;
		margin: 0 auto 20px;
	}

	.featureSec__inner__content .sec .picArea .num {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		border-radius: 5px;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.featureSec__inner__content .sec .picArea .pic {

	}

	.featureSec__inner__content .sec .txtArea {
		width: auto;
	}

	.featureSec__inner__content .sec .txtArea .ttl {
		padding: 8px 15px;
		margin-bottom: 15px;
		font-size: 18px;
		text-align: center;
		border-radius: 5px;
	}

}



/**********************************

 greetingSec

***********************************/
.greetingSec {
	background: url(../images/greeting_bg_pc.png) no-repeat center;
	background-size: cover;
}

.greetingSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.greetingSec__inner__ttl {
	margin-bottom: 50px;
	text-align: center;
}

.greetingSec__inner__txt01 {
	position: absolute;
	top: 40px;
	left: -12px;
	z-index: -1;
}

.greetingSec__inner__content {
	display: flex;
	align-items: flex-start;
}

.greetingSec__inner__content__txtArea {
	flex: 1;
	padding: 35px 110px 35px 40px;
	margin-top: 40px;
	margin-right: -70px;
	background-color: #fff;
	border-radius: 10px;
}

.greetingSec__inner__content__pic {
	width: 45.918367346938776%;
	position: relative;
	z-index: 4;
}

@media screen and (max-width:767px){
	.greetingSec {
		background: url(../images/greeting_bg_sp.png) no-repeat center;
		background-size: cover;
	}

	.greetingSec__inner {
		padding: 40px 0;
	}

	.greetingSec__inner__ttl {
		margin-bottom: 25px;
	}

	.greetingSec__inner__txt01 {
		width: 138px;
		position: absolute;
		top: 20px;
		left: -2.5%;
	}

	.greetingSec__inner__content {
		display: block;
	}

	.greetingSec__inner__content__txtArea {
		padding: 15px 4.411764705882353%;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 20px;
		border-radius: 5px;
	}

	.greetingSec__inner__content__pic {
		width: auto;
	}

}



/**********************************

 contentsNaviSec

***********************************/
.contentsNaviSec {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,222222+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(34,34,34,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(34,34,34,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(34,34,34,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=1 ); /* IE6-9 */
}

.contentsNaviSec__inner {

}

.contentsNaviSec__inner ul {
	display: flex;
}

.contentsNaviSec__inner ul li {
	width: 25%;
}

@media screen and (max-width:767px){
	.contentsNaviSec {
		padding: 0;
	}

	.contentsNaviSec__inner {

	}

	.contentsNaviSec__inner ul {
		display: flex;
		flex-wrap: wrap;
	}

	.contentsNaviSec__inner ul li {
		width: 50%;
	}

}



/**********************************

 priceSec

***********************************/
.priceSec {

}

.priceSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.priceSec__inner__ttl {
	margin-bottom: 50px;
	text-align: center;
}

.priceSec__inner__txt01 {
	margin: 100px 40px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

.priceSec__inner__navi {
	display: flex;
	margin-bottom: 50px;
	background-color: #fff;
	border: 3px solid #ff6699;
	border-radius: 10px;
}

.priceSec__inner__navi li {
	width: 50%;
	border-right: 1px solid #ff70a0;
}

.priceSec__inner__navi li:last-child {
	border-right: none;
}

.priceSec__inner__navi li a {
	display: block;
	padding: 18px 60px;
	color: #ff6699;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	position: relative;
	z-index: 1;
}

.priceSec__inner__navi li a:before {
	content: "";
	display: block;
	width: 12px;
	height: 8px;
	background: url(../images/icon_arr01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.priceSec__inner__sec {
	margin-bottom: 70px;
}

.priceSec__inner__sec:last-child {
	margin-bottom: 0;
}

.priceSec__inner__sec .c-title01 {
	margin-bottom: 43px;
}

.priceSec__inner__sec__intro {
	margin-top: -.5em;
	margin-bottom: 40px;
}

.priceSec__inner__sec__box {
	margin-bottom: 55px;
}

.priceSec__inner__sec__box:last-child {
	margin-bottom: 0;
}

.priceSec__inner__sec__box__txt01 {
	margin-top: -.25em;
}

.priceSec__inner__sec__box__list {

}

.priceSec__inner__sec__box__list__item {
	margin-bottom: 25px;
}

.priceSec__inner__sec__box__list__item:last-child {
	margin-bottom: 0;
}

.priceSec__inner__sec__box__list__item__ttl {
	display: flex;
	margin-bottom: 15px;
}

.priceSec__inner__sec__box__list__item__ttl:last-child {
	margin-bottom: 0;
}

.priceSec__inner__sec__box__list__item__ttl .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #ff6699;
	border-radius: 10px;
}

.priceSec__inner__sec__box__list__item__ttl .txt01 {
	display: block;
	flex: 1;
	padding: 14px 17px;
	margin-left: 15px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	border: 3px solid #eeeeee;
	border-radius: 10px;
}

.priceSec__inner__sec__box__list__item__txt01 {

}

.priceSec__inner__sec__box table {
	width: 100%;
	margin-bottom: 25px;
	border-spacing: 0;
}

.priceSec__inner__sec__box table:last-child {
	margin-bottom: 0;
}

.priceSec__inner__sec__box table tr th {
	width: 50%;
	padding: 16px 20px;
	color: #ff6699;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fffafc;
	border-left: 1px solid #ffd5e6;
	border-bottom: 1px solid #dddddd;
}

.priceSec__inner__sec__box table tr:first-child th {
	border-top: 1px solid #ffd5e6;
	border-radius: 10px 0 0 0;
}

.priceSec__inner__sec__box table tr:last-child th {
	border-bottom: 1px solid #ffd5e6;
	border-radius: 0 0 0 10px;
}

.priceSec__inner__sec__box table tr th .small {
	font-size: 16px;
}

.priceSec__inner__sec__box table tr td {
	width: 50%;
	padding: 16px 20px;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	line-height: 1.5;
	border-right: 1px solid #ffd5e6;
	border-bottom: 1px solid #ffd5e6;
}

.priceSec__inner__sec__box table tr:first-child td {
	border-top: 1px solid #ffd5e6;
	border-radius: 0 10px 0 0;
}

.priceSec__inner__sec__box table tr:last-child td {
	border-bottom: 1px solid #ffd5e6;
	border-radius: 0 0 10px 0;
}

.priceSec__inner__sec__box table tr td .small {
	font-size: 16px;
}

.priceSec__inner__sec__box__note {
	text-indent: -1em;
	margin-left: 1em;
	font-size: 16px;
}

@media screen and (max-width:767px){

	.priceSec__inner {
		padding: 40px 0;
	}

	.priceSec__inner__ttl {
		margin-bottom: 25px;
	}

	.priceSec__inner__txt01 {
		width: 93px;
		margin: 55px -55px 0 0;
	}

	.priceSec__inner__navi {
		margin-bottom: 30px;
		border: 2px solid #ff6699;
		border-radius: 5px;
	}

	.priceSec__inner__navi li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 14px 20px;
		font-size: 14px;
		line-height: 1.5;
	}

	.priceSec__inner__navi li a:before {
		width: 9px;
		height: 5px;
		right: 10px;
	}

	.priceSec__inner__sec {
		margin-bottom: 30px;
	}

	.priceSec__inner__sec .c-title01 {
		margin-bottom: 25px;
	}

	.priceSec__inner__sec__intro {
		margin-top: 18px;
		margin-bottom: 25px;
	}

	.priceSec__inner__sec__box {
		margin-bottom: 25px;
	}

	.priceSec__inner__sec__box__txt01 {
		margin-top: -.25em;
	}

	.priceSec__inner__sec__box__list {

	}

	.priceSec__inner__sec__box__list__item {
		margin-bottom: 20px;
	}

	.priceSec__inner__sec__box__list__item__ttl .num {
		width: 40px;
		font-size: 16px;
		border-radius: 5px;
	}

	.priceSec__inner__sec__box__list__item__ttl .txt01 {
		padding: 6px 8px;
		margin-left: 10px;
		font-size: 16px;
		border: 2px solid #eeeeee;
		border-radius: 5px;
	}

	.priceSec__inner__sec__box__list__item__txt01 {

	}

	.priceSec__inner__sec__box table {
		margin-bottom: 12px;
	}

	.priceSec__inner__sec__box table tr th {
		width: 50%;
		padding: 11px 5px;
		font-size: 16px;
		text-align: center;
		line-height: 1.4;
	}

	.priceSec__inner__sec__box table tr:first-child th {
		border-radius: 5px 0 0 0;
	}

	.priceSec__inner__sec__box table tr:last-child th {
		border-radius: 0 0 0 5px;
	}

	.priceSec__inner__sec__box table tr th .small {
		font-size: 12px;
	}

	.priceSec__inner__sec__box table tr td {
		width: 50%;
		padding: 11px 5px;
		font-size: 16px;
		line-height: 1.8;
		text-align: center;
	}

	.priceSec__inner__sec__box table tr:first-child td {
		border-radius: 0 5px 0 0;
	}

	.priceSec__inner__sec__box table tr:last-child td {
		border-radius: 0 0 5px 0;
	}

	.priceSec__inner__sec__box table tr td .small {
		font-size: 12px;
	}

	.priceSec__inner__sec__box__note {
		font-size: 12px;
	}

}


@media screen and (max-width:374px){

	.priceSec__inner__navi li a {
		padding: 14px 5.333333333333334vw;
		font-size: 3.733333333333334vw;
	}

	.priceSec__inner__sec__box table tr th {
		font-size: 4.266666666666667vw;
	}

	.priceSec__inner__sec__box table tr th .small {
		font-size: 3.2vw;
	}

	.priceSec__inner__sec__box table tr td {
		font-size: 4.266666666666667vw;
	}

	.priceSec__inner__sec__box table tr td .small {
		font-size: 3.2vw;
	}
}



/**********************************

 flowSec

***********************************/
.flowSec {
	background-color: #ffeff5;
}

.flowSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.flowSec__inner__ttl {
	margin-bottom: 50px;
	text-align: center;
}

.flowSec__inner__txt01 {
	margin: 55px 0 0 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.flowSec__inner__intro {
	margin-bottom: 40px;
}

.flowSec__inner__sec {
	margin-bottom: 80px;
}

.flowSec__inner__sec:last-child {
	margin-bottom: 0;
}

.flowSec__inner__sec .c-title01 {
	margin-bottom: 35px;
}

.flowSec__inner__sec__box {
	margin-bottom: 110px;
	position: relative;
	z-index: 1;
}

.flowSec__inner__sec__box:last-child {
	margin-bottom: 0;
}

.flowSec__inner__sec__box:before {
	content: "";
	display: block;
	width: 48px;
	height: 28px;
	background: url(../images/icon_arr02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	bottom: -70px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.flowSec__inner__sec__box:last-child:before {
	display: none;
}

.flowSec__inner__sec__box__head {
	margin-bottom: 30px;
}

.flowSec__inner__sec__box__head .ttl {
	display: flex;
}

.flowSec__inner__sec__box__head .ttl .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	background-color: #ff6699;
	border-radius: 10px;
}

.flowSec__inner__sec__box__head .ttl .txt01 {
	display: block;
	flex: 1;
	padding: 14px 20px;
	margin-left: 15px;
	color: #ff6699;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #ffd2e1;
}

.flowSec__inner__sec__box__body {

}

.flowSec__inner__sec__box__body .introBox01 {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-left: 80px;
	margin-bottom: 40px;
}

.flowSec__inner__sec__box__body .introBox01:last-child {
	margin-bottom: 0;
}

.flowSec__inner__sec__box__body .introBox01 .pic {
	width: 33.333333333333333%;
}

.flowSec__inner__sec__box__body .introBox01 .cont {
	width: 62.222222222222222%;
}

.flowSec__inner__sec__box__body .introBox01 .cont p {

}

.flowSec__inner__sec__box__body .introBox02 {
	margin-left: 80px;
	margin-bottom: 40px;
}

.flowSec__inner__sec__box__body .introBox02:last-child {
	margin-bottom: 0;
}

.flowSec__inner__sec__box__body .introBox03 {
	margin-left: 80px;
	margin-bottom: 40px;
}

.flowSec__inner__sec__box__body .introBox03:last-child {
	margin-bottom: 0;
}

.flowSec__inner__sec__box__body .introBox03 .cont {
	margin-bottom: 20px;
}

.flowSec__inner__sec__box__body .introBox03 .pic01 {
	width: 32.222222222222222%;
}

.flowSec__inner__sec__box__body .introBox03 .pic02 {
	width: 67.777777777777778%;
}

.flowSec__inner__sec__box__body .reserveBox {

}

.flowSec__inner__sec__box__body .reserveBox .ttl {
	padding: 9px 15px;
	margin-bottom: 40px;
	color: #ff6699;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #ff6699;
	border-radius: 10px;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea {
	display: flex;
	justify-content: space-between;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel {
	width: 47.959183673469388%;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel a {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 100px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #ffd2e1;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p {
	margin-right: 10px;
	font-size: 30px;
	line-height: 1;
	letter-spacing: .02em;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p span {
	padding-left: 34px;
	color: #ff6699;
	position: relative;
	z-index: 1;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p span:before {
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	margin-top: 2px;
	background: url(../images/icon_tel01.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top ul {
	display: flex;
	justify-content: space-between;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top ul li {
	padding: 1px 12px;
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	letter-spacing: normal;
	background-color: #ff6699;
	border-radius: 5px;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top ul li:last-child {
	margin-right: 0;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom {

}

.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p {
	padding: 1px 15px;
	font-size: 11px;
	text-align: center;
	letter-spacing: normal;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve {
	width: 47.959183673469388%;
	font-size: 22px;
	font-weight: bold;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100px;
	color: #fff;
	background-color: #0094de;
	border-radius: 10px;
	box-shadow: 0px 3px 0px 0px #ccdbef;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve a span {
	padding-left: 52px;
	position: relative;
	z-index: 1;
}

.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve a span:before {
	content: "";
	display: block;
	width: 42px;
	height: 42px;
	background: url(../images/icon_reserve02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.flowSec__inner__sec__box__body .hasTable {
	display: flex;
	justify-content: space-between;
	margin-top: -10px;
}

.flowSec__inner__sec__box__body .hasTable .table {
	width: 65.306122448979592%;
}

.flowSec__inner__sec__box__body .hasTable .table table {
	width: 100%;
	border-spacing: 0;
}

.flowSec__inner__sec__box__body .hasTable .table table:last-child {
	margin-bottom: 0;
}

.flowSec__inner__sec__box__body .hasTable .table table tr th {
	width: 38.28125%;
	padding: 14px 15px;
	color: #ff6699;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	background-color: #fffafc;
	border-left: 1px solid #ffd5e6;
	border-bottom: 1px solid #dddddd;
}

.flowSec__inner__sec__box__body .hasTable .table table tr:first-child th {
	border-top: 1px solid #ffd5e6;
	border-radius: 10px 0 0 0;
}

.flowSec__inner__sec__box__body .hasTable .table table tr:last-child th {
	border-bottom: 1px solid #ffd5e6;
	border-radius: 0 0 0 10px;
}

.flowSec__inner__sec__box__body .hasTable .table table tr th .small {
	font-size: 16px;
}

.flowSec__inner__sec__box__body .hasTable .table table tr td {
	width: 61.71875%;
	padding: 14px 20px;
	font-size: 16px;
	line-height: 1.8;
	background-color: #fff;
	border-right: 1px solid #ffd5e6;
	border-bottom: 1px solid #ffd5e6;
}

.flowSec__inner__sec__box__body .hasTable .table table tr:first-child td {
	border-top: 1px solid #ffd5e6;
	border-radius: 0 10px 0 0;
}

.flowSec__inner__sec__box__body .hasTable .table table tr:last-child td {
	border-bottom: 1px solid #ffd5e6;
	border-radius: 0 0 10px 0;
}

.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 {
	font-size: 22px;
	font-weight: bold;
}

.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 .small {
	font-size: 16px;
}

.flowSec__inner__sec__box__body .hasTable .pic {
	width: 30.612244897959184%;
}

.flowSec__inner__sec__box__body .afterBox {
	padding: 40px 40px;
	background-color: #fff;
	border-radius: 10px;
}

.flowSec__inner__sec__box__body .afterBox .ttl {
	max-width: 650px;
	padding: 10px 15px;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	background-color: #ff6699;
	border-radius: 10px;
}

.flowSec__inner__sec__box__body .afterBox .pic {
	margin-bottom: 30px;
	text-align: center;
}

.flowSec__inner__sec__box__body .afterBox .pic:last-child {
	margin-bottom: 0;
}


@media screen and (min-width:1024px){

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p span,
	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p br {
		display: none;
	}
}

@media screen and (max-width:1023px){


	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top {
		margin-bottom: 10px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p {
		margin-right: 10px;
		font-size: 24px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p a {
		padding-left: 34px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p a:before {
		width: 28px;
		height: 28px;
		margin-top: 2px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top ul li {
		padding: 1px 5px;
		margin-right: 5px;
		font-size: 10px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p {
		padding: 3px 70px;
		font-size: 10px;
		line-height: 1.5;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p span {
		display: none;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr th {
		width: 30%;
		font-size: 16px;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr th .small {
		font-size: 14px;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td {
		width: 70%;
		font-size: 14px;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 {
		font-size: 16px;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 .small {
		font-size: 14px;
	}
}

@media screen and (max-width:767px){

	.flowSec__inner {
		padding: 40px 0;
	}

	.flowSec__inner__ttl {
		margin-bottom: 20px;
	}

	.flowSec__inner__txt01 {
		width: 92px;
		margin: 25px 0 0 -2.5%;
	}

	.flowSec__inner__intro {
		margin-bottom: 20px;
	}

	.flowSec__inner__sec {
		margin-bottom: 30px;
	}

	.flowSec__inner__sec .c-title01 {
		margin-bottom: 23px;
	}

	.flowSec__inner__sec__box {
		margin-bottom: 60px;
	}

	.flowSec__inner__sec__box:before {
		width: 30px;
		height: 18px;
		background: url(../images/icon_arr03.png) no-repeat left top;
		background-size: contain;
		bottom: -40px;
	}

	.flowSec__inner__sec__box:last-child:before {
		display: none;
	}

	.flowSec__inner__sec__box__head {
		margin-bottom: 25px;
	}

	.flowSec__inner__sec__box__head .ttl .num {
		width: 40px;
		font-size: 14px;
		border-radius: 5px;
	}

	.flowSec__inner__sec__box__head .ttl .txt01 {
		padding: 8px 12px;
		margin-left: 10px;
		font-size: 18px;
		border-radius: 5px;
	}

	.flowSec__inner__sec__box__body {

	}

	.flowSec__inner__sec__box__body .introBox01 {
		display: block;
		margin-left: 0;
		margin-bottom: 22px;
	}

	.flowSec__inner__sec__box__body .introBox01:last-child {
		margin-bottom: 0;
	}

	.flowSec__inner__sec__box__body .introBox01 .pic {
		width: auto;
		margin-bottom: 12px;
	}

	.flowSec__inner__sec__box__body .introBox01 .cont {
		width: auto;
	}

	.flowSec__inner__sec__box__body .introBox01 .cont p {

	}

	.flowSec__inner__sec__box__body .introBox02 {
		margin-left: 0;
		margin-bottom: 22px;
	}

	.flowSec__inner__sec__box__body .introBox02 .pic {
		margin-bottom: 10px;
	}

	.flowSec__inner__sec__box__body .introBox03 {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.flowSec__inner__sec__box__body .introBox03 .cont {
		margin-bottom: 15px;
	}

	.flowSec__inner__sec__box__body .introBox03 .pic01 {
		width: 63.235294117647059%;
		margin: 0 auto;
	}

	.flowSec__inner__sec__box__body .introBox03 .pic02 {
		width: auto;
	}

	.flowSec__inner__sec__box__body .reserveBox {

	}

	.flowSec__inner__sec__box__body .reserveBox .ttl {
		padding: 4px 15px;
		margin-bottom: 20px;
		font-size: 18px;
		border-radius: 5px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea {
		display: block;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel {
		width: auto;
		margin-bottom: 23px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel a {
		height: 77px;
		border-radius: 5px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 8px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p {
		margin-right: 10px;
		font-size: 25px;
		letter-spacing: .02em;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p span {
		padding-left: 25px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p span:before {
		width: 21px;
		height: 21px;
		margin-top: 1px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top ul li {
		padding: 1px 5px;
		margin-right: 5px;
		font-size: 10px;
		border-radius: 3px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom {

	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p {
		padding: 5px 5px;
		font-size: 9px;
		letter-spacing: -.03em;
		border-radius: 3px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p span {
		display: inline;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p br {
		display: none;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve {
		width: auto;
		font-size: 18px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve a {
		height: 60px;
		border-radius: 5px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve a span {
		padding-left: 30px;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__reserve a span:before {
		width: 25px;
		height: 25px;
	}

	.flowSec__inner__sec__box__body .hasTable {
		display: block;
		margin-top: -5px;
	}

	.flowSec__inner__sec__box__body .hasTable .table {
		width: auto;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr th {
		width: 50%;
		padding: 10px 10px;
		font-size: 16px;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr:first-child th {
		border-radius: 5px 0 0 0;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr:last-child th {
		border-radius: 0 0 0 5px;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td {
		width: 50%;
		padding: 10px 10px;
		font-size: 12px;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr:first-child td {
		border-radius: 0 5px 0 0;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr:last-child td {
		border-radius: 0 0 5px 0;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 {
		margin-bottom: .25em;
		font-size: 16px;
		line-height: 1.4;
		text-align: center;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01:last-child {
		margin-bottom: 0;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 .small {
		font-size: 12px;
	}

	.flowSec__inner__sec__box__body .afterBox {
		padding: 4.411764705882353%;
		border-radius: 5px;
	}

	.flowSec__inner__sec__box__body .afterBox .ttl {
		max-width: none;
		padding: 6px 15px;
		margin: 0 auto 15px;
		font-size: 16px;
		line-height: 1.5;
		border-radius: 5px;
	}

	.flowSec__inner__sec__box__body .afterBox .pic {
		margin-bottom: 15px;
	}
}

@media screen and (max-width:374px) {

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p {
		margin-right: 2.666666666666667vw;
		font-size: 6.666666666666667vw;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p span {
		padding-left: 6.666666666666667vw;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top p span:before {
		width: 5.6000000000000005vw;
		height: 5.6000000000000005vw;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__top ul li {
		padding: 1px 1.3333333333333335vw;
		margin-right: 1.3333333333333335vw;
		font-size: 2.666666666666667vw;
	}

	.flowSec__inner__sec__box__body .reserveBox .btnArea__tel__bottom p {
		padding: 5px 1.3333333333333335vw;
		font-size: 2.4vw;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr th {
		font-size: 4.266666666666667vw;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td {
		font-size: 3.2vw;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 {
		font-size: 4.266666666666667vw;
	}

	.flowSec__inner__sec__box__body .hasTable .table table tr td .txt01 .small {
		font-size: 3.2vw;
	}

}



/**********************************

 faqSec

***********************************/
.faqSec {

}

.faqSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.faqSec__inner__ttl {
	margin-bottom: 50px;
	text-align: center;
}

.faqSec__inner__txt01 {
	margin: 100px 88px 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
}

@media screen and (max-width:767px){

	.faqSec__inner {
		padding: 40px 0;
	}

	.faqSec__inner__ttl {
		margin-bottom: 25px;
	}

	.faqSec__inner__txt01 {
		width: 67px;
		margin: 50px -5.15% 0 0;
	}

}



/**********************************

 tourSec

***********************************/
.tourSec {
	background-color: #ffeff5;
}

.tourSec__inner {
	padding: 80px 0 100px;
	position: relative;
	z-index: 1;
}

.tourSec__inner__ttl {
	margin-bottom: 50px;
	text-align: center;
}

.tourSec__inner__txt01 {
	margin: 0 0 0 -220px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.tourSec__inner__intro {
	margin-bottom: 35px;
}

.tourSec__inner__list {

}

.tourSec__inner__list__sec {
	padding: 4.081632653061224%;
	margin-bottom: 90px;
	background-color: #ffffff;
	box-shadow: 0px 3px 0px 0px #ffd2e1;
	border-radius: 10px;
	position: relative;
	z-index: 1;
}

.tourSec__inner__list__sec:before {
	content: "";
	display: block;
	width: 48px;
	height: 28px;
	background: url(../images/icon_arr02.png) no-repeat left top;
	background-size: contain;
	position: absolute;
	bottom: -60px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.tourSec__inner__list__sec:last-child:before {
	display: none;
}

.tourSec__inner__list__sec:last-child {
	margin-bottom: 0;
}

.tourSec__inner__list__sec .ttl {
	padding: 14px 15px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
	background-color: #ff6699;
	border-radius: 10px;
}

.tourSec__inner__list__sec .wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.tourSec__inner__list__sec .wrap .cont {
	width: 47.777777777777778%;
	font-size: 16px;
}

.tourSec__inner__list__sec .wrap .cont p {

}

.tourSec__inner__list__sec .wrap .pic {
	width: 47.777777777777778%;
}

@media screen and (max-width:767px){

	.tourSec__inner {
		padding: 40px 0;
	}

	.tourSec__inner__ttl {
		margin-bottom: 22px;
		text-align: center;
	}

	.tourSec__inner__txt01 {
		width: 315px;
		margin: 0 0 0 -190px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.tourSec__inner__intro {
		margin-bottom: 18px;
	}

	.tourSec__inner__list {

	}

	.tourSec__inner__list__sec {
		padding: 4.411764705882353%;
		margin-bottom: 60px;
		box-shadow: 0px 3px 0px 0px #ffd2e1;
		border-radius: 5px;
	}

	.tourSec__inner__list__sec:before {
		width: 30px;
		height: 18px;
		background: url(../images/icon_arr03.png) no-repeat left top;
		background-size: contain;
		bottom: -40px;
	}

	.tourSec__inner__list__sec .ttl {
		padding: 6px 15px;
		margin-bottom: 20px;
		font-size: 18px;
		border-radius: 5px;
	}

	.tourSec__inner__list__sec .wrap {
		display: block;
	}

	.tourSec__inner__list__sec .wrap .cont {
		width: auto;
	}

	.tourSec__inner__list__sec .wrap .pic {
		width: 69.354838709677419%;
		margin: 0 auto 12px;
		text-align: center;
	}

}


/**********************************

 mapSec

***********************************/
.mapSec {

}

.mapSec iframe {
	width: 100%;
	height: 400px;
	vertical-align: top;
}

@media screen and (max-width:767px){
	.mapSec iframe {
		height: 48vw;
	}
}


/**********************************

 xxx

***********************************/

@media screen and (max-width:767px){

}

