@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{  
margin:0px; 
padding:0px; 
}

ul {
list-style-type: none;
}

img{
border:0px;
vertical-align:bottom;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
	margin: 0 0 25px;
}

tr {
}

th {
	padding: 12px 0 0;
	vertical-align: top;
	display: block;
	font-weight: bold;
}

td {
	padding: 12px 0;
	vertical-align: top;
	display: block;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				th {
					display: table-cell;
					padding: 20px 25px;
					white-space: nowrap;
					text-align: left;
				}
				td {
					display: table-cell;
					padding: 20px 25px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}

iframe {
border: 0;
overflow: hidden;
}


/* common
------------------------------------*/

a:link,
a:visited {
	color: #d67c90;
	text-decoration: underline;
	transition: .3s;
}

html {
  font-size: 62.5%;
}

body {
	font-size: 1.45rem;
	text-align: center;
	line-height: 1;
	color: #2d2d2d;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	overflow-x: hidden;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				body {
					font-size: 1.6rem;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				a:hover,
				a:active {
					opacity: 0.7;
				}
			}

.pcTab,
.pc,
.tab { display: none;}
.sp,
.tabSp { display: block;}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.pc,
				.sp { display: none;}
				.tab,
				.pcTab,
				.tabSp { display: block;}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.sp,
				.tab,
				.tabSp { display: none;}
				.pcTab,
				.pc { display: block;}
				a:hover,
				a:active {
					opacity: 0.7;
				}
			}

#header {
	width: 92%;
	margin: 0 auto;
	padding: 20px 0;
}

#header h1 {
	text-align: left;
}

#header h1 img {
	width: 250px;
}

#gNavi {
	display: none;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#header {
					position: fixed;
					top: 0;
					left: 0;
					z-index: 10;
					width: 100%;
					padding: 20px 4%;
					box-sizing: border-box;
					display: flex;
					justify-content: space-between;
					align-items: center;
					transition: .3s;
				}
				#header.active {
					width: 92%;
					background-color: rgba(255,255,255,0.5);
					border-radius: 24px;
					top: 20px;
					left: 4%;
				}
				#header h1 img {
					width: 380px;
				}
				#gNavi {
					display: block;
					font-family: 'Open Sans', sans-serif;
					font-weight: 800;
					font-size: 1.6rem;
				}
				#gNavi ul {
					display: flex;
					align-items: center;
				}
				#gNavi ul li {
					margin: 0 10px;
				}
				#gNavi ul li a:link,
				#gNavi ul li a:visited {
					text-decoration: none;
					color: #2e2e2e;
				}
				#gNavi ul li a:hover,
				#gNavi ul li a:active {
					color: #d67c90;
					opacity: 1;
				}
				#gNavi ul li.dot a:after,
				#gNavi ul li.dot a:after {
					content: '';
					display: block;
					width: 10px;
					height: 10px;
					border-radius: 5px;
					background-color: #d67c90;
					position: absolute;
					left: 50%;
					bottom: -15px;
					transform: translateX(-50%);
					opacity: 0;
					transition: .3s;
				}
				#gNavi ul li.dot a {
					position: relative;
				}
				#gNavi ul li.dot a:hover:after,
				#gNavi ul li.dot a:active:after {
					opacity: 1;
				}
				#gNavi ul li.btn01 a {
					width: 220px;
					height: 50px;
					line-height: 50px;
					padding: 0 0 0 40px;
					font-size: 1.6rem;
					text-align: left;
				}
				#gNavi ul li.btn01 a:link,
				#gNavi ul li.btn01 a:visited {
					color: #fff;
				}
				#header.active h1 img {
					width: 300px;
				}
				#header.active #gNavi,
				#header.active #gNavi ul li.btn01 a {
					font-size: 1.4rem;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1400px) {
				#header {
					padding: 40px 4%;
				}
				#header h1 img {
					width: 300px;
				}
				#gNavi {
					font-size: 1.8rem;
				}
				#gNavi ul li {
					margin: 0 15px;
				}
				#gNavi ul li.btn01 a {
					width: 240px;
					height: 60px;
					line-height: 60px;
					font-size: 1.8rem;
				}
				#header.active {
					padding: 20px 4%;
				}
				#header.active h1 img {
					width: 400px;
				}
				#header.active #gNavi,
				#header.active #gNavi ul li.btn01 a {
					font-size: 1.6rem;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1600px) {
				#header h1 img {
					width: 481px;
				}
				#gNavi {
					font-size: 2rem;
				}
				#gNavi ul li {
					margin: 0 22px;
				}
				#gNavi ul li.btn01 a {
					width: 260px;
					height: 70px;
					line-height: 70px;
					font-size: 2rem;
				}
				#header.active h1 img {
					width: 450px;
				}
				#header.active #gNavi,
				#header.active #gNavi ul li.btn01 a {
					font-size: 1.8rem;
				}
			}


#container {
	position: relative;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


#contents {
	text-align: left;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#contents {
				}
			}

#main {
}

#main h3 {
	color: #d67c90;
	font-size: 2.2rem;
	padding: 0 0 20px;
	line-height: 1.4;
}

#main h4 {
	color: #b63463;
	font-size: 1.8rem;
	padding: 0 0 15px;
	line-height: 1.4;
}

#main h5 {
	font-size: 1.8rem;
	padding: 0 0 10px;
	line-height: 1.4;
}

#main h6 {
	font-size: 1.6rem;
	padding: 0 0 10px;
}

#main .cassette {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 0 25px;
	line-height: 1.875;
}

#main .cassette.cassette01 {
	max-width: 1100px;
}

#main .cassette.cassette02 {
	max-width: 1020px;
}

#main .cassette p,
#main .cassette ul,
#main .cassette ol {
	padding: 0 0 25px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#main .cassette {
					padding: 0 0 40px;
				}
				#main h3 {
					font-size: 3.6rem;
					padding: 0 0 20px;
				}
				#main h4 {
					font-size: 2.4rem;
					padding: 0 0 15px;
				}
				#main h5 {
					font-size: 2.4rem;
					padding: 0 0 10px;
				}
				#main h6 {
					font-size: 2rem;
					padding: 0 0 10px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#main .cassette {
					padding: 0 0 60px;
				}
			}


#pagetop {
	text-align: center;
	padding: 0 0 60px;
}

#pagetop a img {
	width: 90px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


#footer {
	background: url(../img/footer_bg.png) no-repeat center top #ffbac8;
	background-size: 2000px auto;
	padding: 50px 4% 30px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#footer #fNavi {
					font-family: 'Open Sans', sans-serif;
					font-weight: 800;
					font-size: 1.6rem;
					padding: 10px 0 40px;
				}
				#footer #fNavi ul {
					display: flex;
					justify-content: center;
					align-items: center;
				}
				#footer #fNavi ul li {
					margin: 0 10px;
				}
				#footer #fNavi ul li a:link,
				#footer #fNavi ul li a:visited {
					text-decoration: none;
					color: #2e2e2e;
				}
				#footer #fNavi ul li.btn01 a {
					width: 220px;
					height: 50px;
					line-height: 50px;
					padding: 0 0 0 40px;
					font-size: 1.6rem;
					text-align: left;
				}
				#footer #fNavi ul li.btn01 a:link,
				#footer #fNavi ul li.btn01 a:visited {
					color: #fff;
				}
				#footer #fNavi ul li a:hover,
				#footer #fNavi ul li a:active {
					color: #fff;
					opacity: 1;
				}
				#footer #fNavi ul li.dot a:after,
				#footer #fNavi ul li.dot a:after {
					content: '';
					display: block;
					width: 10px;
					height: 10px;
					border-radius: 5px;
					background-color: #fff;
					position: absolute;
					left: 50%;
					bottom: -15px;
					transform: translateX(-50%);
					opacity: 0;
					transition: .3s;
				}
				#footer #fNavi ul li.dot a {
					position: relative;
				}
				#footer #fNavi ul li.dot a:hover:after,
				#footer #fNavi ul li.dot a:active:after {
					opacity: 1;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1400px) {
				#footer #fNavi {
					font-size: 1.8rem;
				}
				#footer #fNavi ul li {
					margin: 0 15px;
				}
				#footer #fNavi ul li.btn01 a {
					width: 240px;
					height: 60px;
					line-height: 60px;
					font-size: 1.8rem;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1600px) {
				#footer #fNavi {
					font-size: 2rem;
				}
				#footer #fNavi ul li {
					margin: 0 22px;
				}
				#footer #fNavi ul li.btn01 a {
					width: 260px;
					height: 70px;
					line-height: 70px;
					font-size: 2rem;
				}
			}


#footer .box01 {
	padding: 0 0 20px;
}

#footer .box01 div:nth-child(1) {
	padding: 0 0 20px;
}

#footer .box01 div .img img {
	width: 82px;
}

#footer .box01 ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding: 0 0 0 10px;
}

#footer .box01 ul li {
	width: calc(50% - 10px);
	box-sizing: border-box;
}

#footer .box01 ul li a {
	display: block;
}

#footer .box01 ul li a img {
	width: 100%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .box01 ul li {
					width: calc(33.333% - 10px);
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#footer .box01 {
					display: flex;
					align-items: center;
					justify-content: center;
				}
				#footer .box01 div:nth-child(1) {
					padding: 0;
				}
				#footer .box01 div .img {
					margin: 0 17px 0 0;
				}
				#footer .box01 div:nth-child(2) {
					width: 833px;
				}
				#footer .box01 div ul {
					gap: 13px;
					padding: 0 0 0 13px;
				}
				#footer .box01 div ul li {
					width: calc(33.333% - 13px);
					box-sizing: border-box;
				}
			}


#footer .box02 .logo {
	padding: 0 0 15px;
}

#footer .box02 .logo img {
	width: 470px;
	max-width: 100%;
}

#footer .box02 .address {
	line-height: 1.4;
	padding: 0 0 20px;
	font-size: 1.2rem;
	font-weight: bold;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .box02 .address {
					font-size: 1.6rem;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				#footer .box02 {
					padding: 20px 0 0;
				}
			}


#footer #copyright {
	font-size: 1.2rem;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


.columnRight {
	display: block;
	float: right;
}

.columnLeft {
	display: block;
	float: left;
}

.textRed {
	color: #ff0000;
}

.bold {
	font-weight: bold;
}

.fontS {
	font-size: 1.2rem;
}

.fontL {
	font-size: 1.6rem;
}

.centerH {
	display: flex;
	align-items: center;
}

.img {
	text-align: center;
}

.img img {
	max-width: 100%;
}

ul.disc > li {
	list-style-type: disc;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}

ol.decimal > li {
	list-style-type: decimal;
	margin: 0 0 0 20px;
	padding: 0 0 0 10px;
}

ol ul {
	padding: 10px 0 !important;
}

.flexList li {
	padding: 0 0 10px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.center {
					text-align: center;
				}
				.flex {
					display: flex;
					justify-content: space-between;
				}
				.reverse {
					flex-direction: row-reverse;
				}
				.flexList {
					display: flex;
					flex-wrap: wrap;
				}
				.flexList2 li {
					width: 49%;
					margin: 0 2% 0 0;
				}
				.flexList2 li:nth-child(2n) {
					margin: 0;
				}
				.flexList3 li {
					width: 32%;
					margin: 0 2% 0 0;
				}
				.flexList3 li:nth-child(3n) {
					margin: 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


.btn01 a {
	display: block;
	width: 260px;
	height: 70px;
	line-height: 70px;
	padding: 0 0 0 40px;
	box-sizing: border-box;
	color: #fff;
	font-size: 2rem;
	border-radius: 50px;
	background: url(../img/arrow_right_white.png) no-repeat right center #e9607c;
	background-size: auto 9px;
	font-family: 'Open Sans', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.btn01 a:link,
.btn01 a:visited {
	text-decoration: none;
}

.btn01 a:hover,
.btn01 a:active {
	text-decoration: none;
	opacity: 1;
	background: url(../img/arrow_right_white.png) no-repeat right center #e23a5d;
	background-size: auto 9px;
}


/* formWrap
------------------------------------*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.formWrap table th .textRed {
	display: inline-block;
	padding: 0 0 0 5px;
}

.formWrap input[type="text"],
.formWrap input[type="email"] {
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding: 1px 5px;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.formWrap input[type="text"].date {
	width: 150px;
}
.formWrap input[type="text"].time {
	width: 50px;
}

.formWrap textarea {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 1px 5px;
	box-sizing: border-box;
}

.formWrap #btn {
	text-align: center;
}

.formWrap #btn input[type="submit"] {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: 50px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background-color: #e9607c;
	color: #fff;
	font-size: 100%;
	transition: .3s;
}

.formWrap #btn input[type="submit"]:hover {
	background-color: #e23a5d;
}

.formWrap #btn input[type="submit"]:nth-child(2) {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: 50px;
	margin: 20px auto 0;
	border: none;
	cursor: pointer;
	background-color: #eee;
	color: #000;
	font-size: 100%;
	transition: .3s;
}

.formWrap #btn input[type="submit"]:nth-child(2):hover {
	opacity: 0.7;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.formWrap #btn input[type="submit"]:nth-child(2) {
					margin: 0 0 0 20px;
				}
			}


/* tab sp menu
------------------------------------*/

.menu-btn {
	position: absolute;
    cursor: pointer;
    z-index: 1501;
    right: 4%;
    top: 14px;
	width: 62.5px;
	height: 54px;
	padding: 10px;
	box-sizing: border-box;
}

.menu-btnIn {
	position: relative;
	width: 36px;
	height: 30px;
}

.menu-btnIn span {
	position: absolute;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #000;
}

.index .menu-btnIn span  {
	background-color: #fff;
}

.menu-btnIn,
.menu-btnIn span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}

.menu-btnIn span:nth-of-type(1) {
	top: 0;
}

.menu-btnIn span:nth-of-type(2) {
	top: 14px;
}

.menu-btnIn span:nth-of-type(3) {
	bottom: 0;
}

			/* 開閉用ボタンがクリックされた時のスタイル */
			.menu-btn.active {
				z-index: 1501;
			}
			.index .menu-btn.active .menu-btnIn span {
				background-color: #000;
			}
			.menu-btn.active span:nth-of-type(1) {
				-webkit-transform: translateY(14px) rotate(-45deg);
				transform: translateY(14px) rotate(-45deg);
			}
			.menu-btn.active span:nth-of-type(2) {
				opacity: 0;
			}
			.menu-btn.active span:nth-of-type(3) {
				-webkit-transform: translateY(-14px) rotate(45deg);
				transform: translateY(-14px) rotate(45deg);
			}


.menu {
	position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    z-index: 1500;
    background-color: #fff;
}

.menu div {
	height: 100%;
	margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    padding: 74px 4% 0;
	font-size: 15px;
	font-weight: bold;
}

.menu div > ul {
	margin: 0 0 67px;
}

.menu div > ul > li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.menu div ul li a {
    display: block;
    padding: 20px 0;
}

.menu div ul li a:link,
.menu div ul li a:visited {
	color: #000;
	text-decoration: none;
}

.menu div ul li ul {
	font-weight: normal;
	padding: 0 0 10px;
}

.menu div ul li ul li a {
	padding: 10px 0;
	font-size: 1.2rem;
}

.menu div ul li a {
	position: relative;
}

.menu div > ul {
	border-top: 1px solid #565656;
}

.menu div > ul > li {
	border-bottom: 1px solid #565656;
}


/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    left: 0%;
}

body.open {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.menu-btn {
					display: none;
				}
				.menu {
					display: none;
				}
			}


/* indexLayout
------------------------------------*/

.indexLayout #mainImg {
	position: relative;
}

.indexLayout #mainImg .slider li {
}

.indexLayout #mainText {
	display: none;
}

.indexLayout #mainBnr {
	background-color: #fcd3dd;
	padding: 40px 4% 0;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #mainImg .slider li {
					background-repeat: no-repeat;
					background-position: center center;
					background-size: cover;
					width: 100%;
					height: 700px;
				}
				.indexLayout #mainImg .slider li.main01 {
					background-image: url(../img/main01.jpg);
				}
				.indexLayout #mainImg .slider li.main02 {
					background-image: url(../img/main02.jpg);
				}
				.indexLayout #mainImg .slider li.main03 {
					background-image: url(../img/main03.jpg);
				}
				.indexLayout #mainText {
					position: absolute;
					left: 4%;
					top: 50%;
					transform: translateY(-50%);
					width: 92%;
					display: block;
					text-align: left;
				}
				.indexLayout #mainText img {
					max-width: 500px;
					width: 100%;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #mainImg {
					padding: 0 0 0 33%;
					background-color: #fcd3dd;
				}
				.indexLayout #mainImg .slider li {
					height: 900px;
				}
				.indexLayout #mainText {
					left: 9%;
					top: 206px;
					transform: none;
					width: auto;
				}
				.indexLayout #mainText img {
					max-width: 654px;
				}
				.indexLayout #mainBnr.img {
					padding: 40px 4% 0 33%;
					text-align: left;
				}
			}


.wrap {
	padding: 100px 0 0;
}

.markWrap {
	position: relative;
}

.markWrap .mark {
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
}

.markWrap .mark img {
	width: 200px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.wrap {
					padding: 150px 0 0;
				}
				.markWrap .mark {
					top: -81px;
				}
				.markWrap .mark img {
					width: 272px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}

.indexLayout #main #c01 {
	background-color: #fcd3dd;
}

.indexLayout #main #c01 .flex {
	background-color: #fff;
}

.indexLayout #main #c01 .flex .text {
	padding: 50px 0 0;
}

.indexLayout #main #c01 .flex .imgArea {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.indexLayout #main #c01 .flex .imgArea {
	background-image: url(../img/c01_photo01.jpg);
}

.indexLayout #main #c01 .flex .text .cassette {
	background: url(../img/c01_img02.png) no-repeat right bottom / 100px auto;
}

.indexLayout #main #c01 .img {
	background: url(../img/c01_bg01.jpg) no-repeat center center / cover;
	padding: 30px 4%;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c01 .flex {
					display: block;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c01 .flex {
					display: flex;
				}
				.indexLayout #main #c01 .flex .imgArea {
					width: 50%;
					height: 560px;
				}
				.indexLayout #main #c01 .flex .text {
					width: 50%;
					box-sizing: border-box;
					padding: 100px 45px 0;
				}
				.indexLayout #main #c01 .flex .text .cassette {
					box-sizing: border-box;
					width: 550px;
					margin: 0 auto 0 0;
					padding: 0 0 100px;
					background: url(../img/c01_img02.png) no-repeat right bottom / 220px auto;
				}
				.indexLayout #main #c01 .img {
					padding: 60px 4%;
				}
			}


.indexLayout #main #c02 {
	background-color: #fcd3dd;
}

.indexLayout #main #c02 .box01 {
	background-color: #fff;
	padding: 80px 0 0;
	margin: 0 0 50px;
}

.indexLayout #main #c02 .box01 .flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.indexLayout #main #c02 .box01 .flex li {
	width: 48%;
}

.indexLayout #main #c02 .box01 .flex li:nth-child(1),
.indexLayout #main #c02 .box01 .flex li:nth-child(2) {
	margin: 0 0 20px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c02 .box01 {
					padding: 120px 0 0;
				}
				.indexLayout #main #c02 .box01 .flex {
					padding: 0;
				}
				.indexLayout #main #c02 .box01 .flex li {
					width: 48%;
					margin: 0 !important;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c02 .box01 {
					background: url(../img/semicircle_bg01.png) no-repeat right center #fff;
					background-size: contain;
					margin: 0 0 80px;
				}
			}


.indexLayout #main #c02 .box02 .cassette {
	padding: 0;
}

.indexLayout #main #c02 .box02 .flex {
	padding: 0;
}

.indexLayout #main #c02 .box02 .flex > li {
	background-color: #fff;
	border-radius: 24px;
	box-sizing: border-box;
	padding: 25px 20px 0;
	margin: 0 0 25px;
}

.indexLayout #main #c02 .box02 .flex > li:last-child {
	margin: 0;
}

.indexLayout #main #c02 .box02 .flex > li h3 {
	border-bottom: 4px solid #ffbccb;
	margin: 0 0 25px;
}

.indexLayout #main #c02 .box02 .flex > li h3 img {
	width: 445px;
}

.indexLayout #main #c02 .box02 .flex > li ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 15px;
}

.indexLayout #main #c02 .box02 .flex > li ul li {
	width: 48%;
	margin: 0 4% 10px 0;
	padding: 5px 0;
	border-radius: 50px;
	background-color: #44bcb8;
	color: #fff;
	text-align: center;
	font-size: 1.45rem;
}

.indexLayout #main #c02 .box02 .flex > li ul li:nth-child(2n) {
	margin: 0 0 10px;
}

.indexLayout #main #c02 .box02 .flex > li .bnr img {
	width: 324px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c02 .box02 .flex {
					flex-wrap: wrap;
				}
				.indexLayout #main #c02 .box02 .flex > li {
					width: 48%;
				}
				.indexLayout #main #c02 .box02 .flex > li:last-child {
					margin: 0 0 25px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c02 .box02 .flex > li {
					padding: 40px 40px 15px;
					margin: 0 0 40px;
				}
				.indexLayout #main #c02 .box02 .flex > li:last-child {
					margin: 0 0 40px;
				}
			}


.indexLayout #main #c03 {
	background-color: #fcd3dd;
}

.indexLayout #main #c03 h3 img {
	width: 395px;
}

.indexLayout #main #c03 h3.img {
	text-align: left;
}

.indexLayout #main #c03 .box .flex {
	padding: 50px 0 0;
}

.indexLayout #main #c03 .box01 {
	background-color: #fff;
}

.indexLayout #main #c03 .box01 .flex {
	padding: 80px 0 0;
}

.indexLayout #main #c03 .box03 {
	background-color: #fff;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c03 .box .flex {
					align-items: center;
				}
				.indexLayout #main #c03 .box .flex div {
					width: 48%;
				}
				.indexLayout #main #c03 .box01 .flex {
					padding: 120px 0 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c03 .box .flex {
					padding: 85px 0 0;
				}
				.indexLayout #main #c03 .box .flex div {
					width: auto;
				}
				.indexLayout #main #c03 .box .flex .imgArea p.img {
					width: 694px;
				}
				.indexLayout #main #c03 .box .flex .textArea {
					padding: 0 0 0 40px;
				}
				.indexLayout #main #c03 .box02 .flex .textArea,
				.indexLayout #main #c03 .box04 .flex .textArea {
					padding: 0 40px 0 0;
				}
				.indexLayout #main #c03 .box01 {
					background: url(../img/semicircle_bg01.png) no-repeat right center #fff;
					background-size: contain;
				}
				.indexLayout #main #c03 .box01 .flex {
					padding: 140px 0 0;
				}
				.indexLayout #main #c03 .box03 {
					background: url(../img/semicircle_bg02.png) no-repeat left center #fff;
					background-size: contain;
					margin: 0 0 80px;
				}
				.indexLayout #main #c03 .box04 .cassette {
					padding: 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c03 .box .flex .textArea {
					padding: 0 0 0 60px;
				}
				.indexLayout #main #c03 .box02 .flex .textArea,
				.indexLayout #main #c03 .box04 .flex .textArea {
					padding: 0 60px 0 0;
				}
			}


.indexLayout #main #c04 {
	background-color: #caebeb;
}

.indexLayout #main #c04 .cassette {
	padding: 0 0 1px;
}

.indexLayout #main #c04 .box01 {
	background-color: #fff;
	border-radius: 24px;
	padding: 80px 20px 25px;
	box-sizing: border-box;
}

.indexLayout #main #c04 .box01 .flex li {
	background-color: #f2f2f2;
	border-radius: 23px;
	padding: 25px 20px 5px;
	margin: 0 0 25px;
	box-sizing: border-box;
}

.indexLayout #main #c04 .box01 .flex li .img {
	line-height: 1.4;
	padding: 0 0 15px;
}

.indexLayout #main #c04 .box01 .flex li .img img {
	width: 95px;
	margin: 0 0 5px;
}

.indexLayout #main #c04 .box01 .flex li .q {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	padding: 0 0 25px 1.2em;
	line-height: 1.6;
	color: #d67c90;
}

.indexLayout #main #c04 .box01 .flex li .q:before {
	content: 'Q:';
	position: absolute;
	left: 0;
	top: 0;
}

.indexLayout #main #c04 .box01 .flex li:nth-child(2n) .q {
	color: #73c8c6;
}

.indexLayout #main #c04 .box01 .flex li .a {
	position: relative;
	padding: 0 0 25px 1.2em;
	line-height: 1.6;
}

.indexLayout #main #c04 .box01 .flex li .a:before {
	content: 'A:';
	position: absolute;
	left: 0;
	top: 0;
}

.indexLayout #main #c04 .box01 .btn01 a {
	margin: 0 auto;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c04 .box01 {
					padding: 120px 20px 25px;
				}
				.indexLayout #main #c04 .box01 .flex {
					justify-content: flex-start;
					flex-wrap: wrap;
					gap: 20px;
					padding: 0 0 40px 20px;
				}
				.indexLayout #main #c04 .box01 .flex li {
					width: calc(50% - 20px);
					margin: 0;
				}
				.indexLayout #main #c04 .box01 .flex li .q {
					font-size: 1.8rem;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c04 .box01 {
					padding: 120px 50px 45px;
					margin: 0 0 20px;
				}
				.indexLayout #main #c04 .box01 .flex {
					gap: 30px;
					padding: 0 10px 65px 40px;
					margin: ;
				}
				.indexLayout #main #c04 .box01 .flex li {
					width: calc(33.333% - 30px);
					padding: 25px 20px 10px;
				}
			}


.indexLayout #main #c05 {
	background-color: #caebeb;
}

.indexLayout #main #c05 .box01 {
	background-color: #fff;
	padding: 80px 0 0;
}

.indexLayout #main #c05 .box01 ul li {
	border-bottom: 1px solid #b6b6b6;
	padding: 15px 0;
	display: flex;
	align-items: center;
}

.indexLayout #main #c05 .box01 ul li time {
	padding: 5px 15px;
}

.indexLayout #main #c05 .box01 ul li .title {
	padding: 5px 15px;
	border-left: 3px solid #53c9c9;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c05 .box01 {
					padding: 120px 0 0;
				}
				.indexLayout #main #c05 .box01 ul li {
					padding: 20px 0;
				}
				.indexLayout #main #c05 .box01 ul li time {
					padding: 5px 35px;
				}
				.indexLayout #main #c05 .box01 ul li .title {
					padding: 5px 35px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c05 .box01 ul li time {
					padding: 5px 40px;
				}
				.indexLayout #main #c05 .box01 ul li .title {
					padding: 5px 40px;
				}
			}


.indexLayout #main #c06 {
	background-color: #caebeb;
}

.indexLayout #main #c06 .box01 {
	padding: 80px 0 0;
}

.indexLayout #main #c06 .box01 table {
	margin: 0;
}

.indexLayout #main #c06 .box01 .flex:nth-child(1) {
	margin: 0 0 25px;
}

.indexLayout #main #c06 .box01 .map {
	border-radius: 24px;
	border: 2px solid #76d3d3;
	margin: 0 0 25px;
}

.indexLayout #main #c06 .box01 .map iframe {
	height: 300px;
	border-radius: 24px;
	vertical-align: bottom;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c06 .box01 {
					padding: 120px 0 0;
				}
				.indexLayout #main #c06 .box01 .flex div {
					width: 48%;
				}
				.indexLayout #main #c06 .box01 table th,
				.indexLayout #main #c06 .box01 table td {
					padding: 0;
				}
				.indexLayout #main #c06 .box01 table th {
					padding: 0 20px 0 0;
				}
				.indexLayout #main #c06 .box01 .map iframe {
					height: 400px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c06 .box01 .map {
					margin: 25px 0;
				}
				.indexLayout #main #c06 .box01 .map iframe {
					height: 500px;
				}
			}

.indexLayout #main #c07 {
	background-color: #caebeb;
}

.indexLayout #main #c07 .cassette .lead {
	text-align: center;
	padding: 100px 0 0;
}

.indexLayout #main #c07 .cassette .lead h3 {
	color: #3db8b8;
	font-size: 3.6rem;
	font-weight: bold;
}


.indexLayout #main #c07 h3 img {
	width: 395px;
}

.indexLayout #main #c07 h3.img {
	text-align: left;
}

.indexLayout #main #c07 .box .flex {
	padding: 50px 0 0;
}

.indexLayout #main #c07 .box01 {
	background-color: #fff;
}

.indexLayout #main #c07 .box01 .flex {
	padding: 80px 0 0;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.indexLayout #main #c07 .box .flex {
					align-items: center;
				}
				.indexLayout #main #c07 .box .flex div {
					width: 48%;
				}
				.indexLayout #main #c07 .box01 .flex {
					padding: 120px 0 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c07 .box .flex {
					padding: 85px 0 0;
				}
				.indexLayout #main #c07 .box .flex div {
					width: auto;
				}
				.indexLayout #main #c07 .box .flex .imgArea p.img {
					width: 694px;
				}
				.indexLayout #main #c07 .box .flex .textArea {
					padding: 0 0 0 40px;
				}
				.indexLayout #main #c07 .box02 .flex .textArea,
				.indexLayout #main #c07 .box04 .flex .textArea {
					padding: 0 40px 0 0;
				}
				.indexLayout #main #c07 .box01 {
					background: url(../img/semicircle_bg01_g.png) no-repeat right center #fff;
					background-size: contain;
				}
				.indexLayout #main #c07 .box01 .flex {
					padding: 140px 0 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.indexLayout #main #c07 .box .flex .textArea {
					padding: 0 0 0 60px;
				}
				.indexLayout #main #c07 .box02 .flex .textArea {
					padding: 0 60px 0 0;
				}
			}




/* contactLayout
------------------------------------*/

.contactLayout h1 {
	padding: 20px 4%;
	background-color: #fcd3dd;
	text-align: left;
}

.contactLayout h1 img {
	width: 250px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.contactLayout h1 img {
					width: 380px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1400px) {
				.contactLayout h1 {
					padding: 40px 4%;
				}
				.contactLayout h1 img {
					width: 430px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1600px) {
				.contactLayout h1 img {
					width: 481px;
				}
			}


.contactLayout #c01 {
	background-color: #fcd3dd;
}

.contactLayout #c01 h3 {
	padding: 0 0 25px;
}

.contactLayout #c01 h3 span {
	display: table;
	color: #fff;
	background-color: #eaa7b5;
	text-align: center;
	width: 100%;
	max-width: 326px;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 100px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.contactLayout #c01 h3 span {
					font-size: 1.8rem;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


.contactLayout #c01 .markWrap {
	height: 80px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.contactLayout #c01 .markWrap {
					height: 120px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.contactLayout #c01 .box01 {
					padding: 0 0 20px;
				}
			}


.contactLayout #c01 .box02 {
	background-color: #fff;
	border-radius: 24px;
	padding: 40px 20px;
	margin: 0 0 40px;
}

.contactLayout #c01 .box02 .flex div {
	margin: 0 0 15px;
	text-align: center;
}

.contactLayout #c01 .box02 .flex div img {
	height: 20px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.contactLayout #c01 .box02 {
					padding: 60px 20px;
				}
				.contactLayout #c01 .box02 .flex {
					justify-content: center;
				}
				.contactLayout #c01 .box02 .flex div {
					margin: 0 20px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.contactLayout #c01 .box02 {
					padding: 60px 40px;
					margin: 0 0 60px;
				}
				.contactLayout #c01 .box02 .flex div img {
					height: 27px;
				}
			}


.contactLayout #c01 .box03 {
	background-color: #fff;
	border-radius: 24px;
	padding: 40px 20px;
	margin: 0 0 40px;
}

.contactLayout #c01 .box03 .caution {
	color: #d67c90;
}

.contactLayout #c01 .box03 #zipcode {
	display: inline-block;
	width: 120px;
	margin: 0 10px 10px;
}

.contactLayout #c01 .box03 .addrauto {
	background-color: #d67c90;
	border-radius: 5px;
	padding: 10px 15px;
	color: #fff;
}

.contactLayout #c01 .box03 .radioBox label {
	display: inline-block;
	margin: 0 20px 0 0;
}

.contactLayout #c01 .box03 .radioBox label input[type="radio"] {
	margin: 0 5px 0 0;
}

.contactLayout #c01 .box03 .box03in {
	padding: 50px 0 0;
}

.contactLayout #c01 .box03 .box03in h4 {
	color: #2d2d2d;
	font-size: 1.6rem;
}

.contactLayout #c01 .box03 .box03in h4.borderTop {
	border-top: 1px solid #dcdcdc;
	padding: 25px 0;
}

.contactLayout #c01 .box03 .box03in .decimal {
	padding: 0 0 25px 25px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
				.contactLayout #c01 .box03 {
					padding: 60px 40px;
					margin: 0 0 60px;
				}
				.contactLayout #c01 .box03 th {
					width: 20%;
				}
			}


.contactLayout #c01 .box04 .btn01 a {
	margin: 0 auto;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1200px) {
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */