@charset "utf-8";

@media only screen and (max-width:480px) {
	html {
		font-size: 3.125vw;
		-webkit-font-smoothing: antialiased
	}
}

@media screen and (max-width:1150px) {
	a {
    -webkit-tap-highlight-color: transparent
  }
	.spn {
		display: none
	}

	.pcn {
		display: inline
	}

	.left {
		float: left;
	}

	.left_img {
		float: left;
		padding-right: 1rem;
		padding-bottom: 1rem;
	}

	.left_img_c {
		text-align: center;
		padding-bottom: 1rem;
	}

	.right {
		float: right;
	}

	.right_img {
		float: right;
		padding-left: 1rem;
		padding-bottom: 1rem;
	}

	.right_img_c {
		text-align: center;
		padding-bottom: 1rem;
	}

	.imgw01 {
		width: 250px;
		margin: .3rem auto 1rem;
	}

	.imgw02 {
		width: 100%;
		margin: .3rem auto 1rem;
		margin: 0 auto;
	}

	.sp_txtc {
		text-align: left;
	}

	.spsize {
		width: 150px;
	}

	.flex_res {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

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

	.flex_limg {
    max-width: 500px;
		margin: 0 auto 1rem;
  }
	.flex_rimg {
    max-width: 500px;
		margin: 0 auto 1rem;
		order: -1;
  }

	.f-order-1 {
		order: -1;
	}

	.flex_txt {
    width: 100%;
    text-align: left;
  }

	.flex_w {
    max-width: 500px;
  }

	.fl {
		font-size: 1.3rem !important;
		line-height: 1.6 !important;
	}

	.fm {
		font-size: 1.2rem !important;
		line-height: 1.6 !important;
	}

	.fm2 {
		font-size: 1.1rem !important;
		line-height: 1.4 !important;
	}

	.fs {
		font-size: 1.0rem !important;
		line-height: 1.3 !important;
		font-weight: normal;
	}

	.disc li {
		font-size: 1.2rem;
	}

	.next {
		margin-top: 6rem !important;
	}

	.txtc {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: .2rem 0 1rem;
		text-align: center !important;
		margin: 0px auto !important;
	}
	
	.mb05 {
		margin-bottom: 0.2rem !important;
	}
	.mb1 {
		margin-bottom: .5rem !important;
	}
	.mb2 {
		margin-bottom: 1rem !important;
	}
	.mb3 {
		margin-bottom: 1.5rem !important;
	}
	.mb4 {
		margin-bottom: 2rem !important;
	}
	.mb5 {
		margin-bottom: 2.5rem !important;
	}
	.mb6 {
		margin-bottom: 3rem !important;
	}
	.mb10 {
		margin-bottom: 5rem !important;
	}
	.mt1 {
		margin-top: .5rem !important;
	}
	.mt2 {
		margin-top: 1rem !important;
	}
	.mt3 {
		margin-top: 1.5rem !important;
	}
	.mt4 {
		margin-top: 2rem !important;
	}
	.mt5 {
		margin-top: 2.5rem !important;
	}
	.mt6 {
		margin-top: 3rem !important;
	}
	.mt7 {
		margin-top: 3.5rem !important;
	}
	.mt8 {
		margin-top: 4rem !important;
	}
	.mt9 {
		margin-top: 4.5rem !important;
	}
	.mt10 {
		margin-top: 5rem !important;
	}
	.pt1 {
		padding-top: .5rem !important;
	}
	.pt2 {
		padding-top: 1rem !important;
	}
	.pt3 {
		padding-top: 1.5rem !important;
	}
	.pt4 {
		padding-top: 2rem !important;
	}
	.pt5 {
		padding-top: 2.5rem !important;
	}
	.pt6 {
		padding-top: 3rem !important;
	}
	.pt10 {
		padding-top: 4rem !important;
	}
	.ml1 {
		margin-left: .5rem !important;
	}
	.ml2 {
		margin-left: 1rem !important;
	}
	.ml3 {
		margin-left: 1.5rem !important;
	}
	.pad_A1 {
		padding: .5rem !important;
	}
	.pad_A2 {
		padding: 1rem !important;
	}


	/* header　navi
---------------------------------------------*/
	#header {
		width: 100%;
		height: 60px;
		background: #fcf8f6;
		position: fixed;
		top: 0px;
		z-index: 200;
	}

	#header_inner {
		position: relative;
		width: 100%;
	}

	#logo {
		position: absolute;
		top: 0;
		left: 0;
		margin: 6px 10px 0;
		max-width: 300px;
		text-align: center;
		font-size: .9rem;
	}
	#logo img {
    max-width: 250px;
  }

	#telh {
    display: none;
  }

	/* SPナビパーツ */
	.hamburger {
		position: absolute;
		right: 15px;
		top: 8px;
		width: 40px;
		height: 40px;
		cursor: pointer;
		z-index: 300;
	}

	.hbg_bor {
		position: absolute;
		left: 11px;
		width: 18px;
		height: 2px;
		background-color: #333;
		transition: all .6s;
	}

	.hbg_bor_top {
		top: 14px;
	}

	.hbg_bor_center {
		top: 20px;
	}

	.hbg_bor_bottom {
		top: 26px;
	}

	.black_bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: #333;
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.nav-open #glnavi {
		right: 0;
	}

	.nav-open .black_bg {
		opacity: .8;
		visibility: visible;
	}

	.nav-open .hbg_bor_top {
		transform: rotate(45deg);
		top: 20px;
	}

	.nav-open .hbg_bor_center {
		width: 0;
		left: 50%;
	}

	.nav-open .hbg_bor_bottom {
		transform: rotate(-45deg);
		top: 20px;
	}


	#glnavi {
		position: fixed;
		right: -320px;
		top: 0;
		width: 300px;
		height: 100vh;
		padding-top: 60px;
		background-color: #fff;
		transition: all .6s;
		z-index: 200;
		overflow-y: auto;
	}

	#glnavi ul li {
		text-align: left;
		padding: 0;
		font-size: 14px;
	}

	#glnavi ul li a {
		display: block;
		padding: 15px 0 15px 25px;
		border-bottom: 1px solid #f3e5e2;
		text-decoration: none;
		color: #280000;
		background: url(../img/arrow02.svg) left 10px center/6px no-repeat;
	}

	#glnavi ul li a.accordion {
		position: relative;
		background-image: none;
	}

	#glnavi ul li a.accordion::after {
		font-size: 11px;
		display: block;
		height: 20px;
		width: 20px;
		content: "▼";
		text-align: center;
		line-height: 20px;
		position: absolute;
		top: 12px;
		right: 10px;
		color: #000;
	}

	#glnavi ul li a.accordion.active {
		background-color: #6292B0;
		border-bottom-color: #ccc;
	}

	#glnavi ul li a.accordion.active::after {
		content: "▲";
	}

	#glnavi div.ac_li {
		display: block;
	}

	#glnavi ul li ul li a {
		padding-left: 30px;
		background-color: #f3e5e2;
		border-bottom-color: #280000;
	}


	/* top
---------------------------------------------*/
.topimage {
    max-width: 1500px;
    margin: auto;
    text-align: left;
    padding: 60px 1rem 0;
  }
  .topimage img {
    border-radius: 20px;
  }

.slider-area {
    position: relative;
    max-width: 1100px;
    height: 200px;
}

.slider-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 0;
    animation: slideShow 20s linear infinite 0s;
}

.slider-item:nth-child(2) {
    animation-delay: 5s;
}

.slider-item:nth-child(3) {
    animation-delay: 10s;
}
.slider-item:nth-child(4) {
    animation-delay: 15s;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes slideShow {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        animation-timing-function: ease-out;
    }

    20% {
        opacity: 1;
    }

    40%,
    100% {
        opacity: 0;
    }
}

	.news {
		width: 100%;
		margin: 0 auto;
	}

	.news dt {
		font-size: 1rem;
		line-height: 1rem;
		float: none;
		width: auto;
		padding: 0.8rem 1rem 0.2rem;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}

	.news dd {
		font-size: 1.2rem;
		line-height: 1.7rem;
		padding: 1rem 1rem 0.8rem;
		border-bottom: none;
		text-align: left;
	}

	/* page head
---------------------------------------------*/
	.pagehead {
		margin-top: 60px;
	}

	.h_title-inner {
		position: relative;
    z-index: 1;
		width: 95%;
		height: 150px;
		margin: auto;
		padding: 30% 0 0;
		border-radius: 20px;
		text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
	}

	.h_title-inner h1 {
		position: absolute;
		z-index: 0;
		top: 42%;
		width: 100%;
		text-align: center;
		font-size: 1.9rem;
		color: #280000;
    text-align: center;
	}

	.h_title-inner div {
		position: absolute;
		z-index: 0;
		top: 59%;
		width: 100%;
		text-align: center;
		font-size: 1rem;
		padding: 5px;
	}


	.h_title-feature {
		background: url(../img/top02.webp) center/cover no-repeat;
	}

	.h_title-treatment {
		background: url(../img/top05.webp) center/cover no-repeat;
	}

	.h_title-info {
		background: url(../img/top07.webp) center/cover no-repeat;
	}

	.h_title-comfort {
		background: url(../img/top06.webp) center/cover no-repeat;
	}

	.h_title-about {
		background: url(../img/top08.webp) center/cover no-repeat;
	}

	.h_title-free {
		background: url(../img/top02.webp) center/cover no-repeat;
	}

	
	/* page　base
---------------------------------------------*/
	.pagebody {
    width: 100%;
    position: relative;
}
.pagebody::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../img/sakura_bg.webp) left top / 150px no-repeat;
    background-attachment: scroll; 
}

	.cont_box {
		width: 93%;
		margin: auto;
		text-align: left;
		padding: 2.5rem 0 3rem;
	}

	.cont_box::after {
		display: table;
		clear: both;
		content: "";
	}

	.cont_box p {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 0.5rem 0 1rem;
		text-align: left;
	}

	.cont_box .copy {
		font-size: 1.2rem;
		line-height: 1.7;
		margin: 0.5rem 0 1.5rem;
		text-align: left;
	}

	.cont_box .copy_c {
		font-size: 1.2rem;
		line-height: 1.7;
		margin: 0.5rem 0 1.5rem;
		text-align: center;
	}

	.cont_box img {
    border-radius: 10px;
  }

	.bar01 {
		width: 100%;
		text-align: center;
		color: #1E1E1E;
		font-size: 1.7rem;
		line-height: 1.2;
		padding: 2.5rem 0 3rem;
background: url(../img/sakura.webp) no-repeat top center/15rem;
font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
	}

	.bar02 {
		text-align: left;
		position: relative;
		padding: 1rem 1rem 1rem 2rem;
		margin: 0 0 .5rem;
		font-size: 1.6rem;
		line-height: 1.2;
		background: url(../img/icon.webp) no-repeat center left/1.5rem;
		font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
	}

	.bar03 {
		border-bottom: 3px #f3e5e2 solid;
		padding: 0 1rem .5rem 0;
		margin: 0 0 1rem;
		font-size: 1.5rem;
		font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
	}

	.bar04 {
		display: inline-block;
		border: 1px #eb5e9c solid;
    border-radius: 10px;
    color: #eb5e9c;
		padding: .7rem 1.5rem;
		margin: 0 0 1rem;
		font-size: 1.3rem;
		font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
	}

	.bar05 {
		padding: 0 0 1rem;
		font-size: 1.4rem;
		font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
	}

	/* Contents
---------------------------------------------*/
.guide_in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
.guide_in>li {
    padding: 1.5rem .5rem;
    text-align: center;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0px 1px 1px 1px;
    border-radius: 50vh;
  }
  .guide_in>li .number {
    font-size: 2rem;
    padding-bottom: .5rem;
  }
  .guide_in>li p {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }
  .guide_in>li a {
    display: block;
    text-decoration: none;
    color: #280000;
  }

	/* frame box
---------------------------------------------*/
	.list_in {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		font-size: 1.5rem;
		line-height: 1.8;
		text-align: left;
	}

	.list_in_text p {
		font-size: 1.2rem;
		line-height: 1.2;
		padding: 0.5em 0;
	}

	.list_in_text {
		width: 100%;
	}

	.list_image {
		width: 100%;
		padding-top: 1rem;
	}

	.list_image a {
		text-decoration: none;
	}

	.list_btnbox {
		width: 100%;
		margin: 0.5rem auto;
		text-align: center;
	}

	.list_btnbox a {
		color: #fff;
	}


	.Area_01 {
		width: 100%;
	}

	.Area_PL {
		width: 100%;
		height: auto;
		background: url(../img/hp_pcsp.jpg) left top/500px no-repeat;
		padding-top: 30rem;
		overflow: hidden;
	}

	.Area_PL_in {
		width: 100%;
		background: #fff;
		padding: 2rem 2rem 3rem;
		text-align: left;
	}

	.Area_PL_in p {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 0.5rem 0 1.5rem;
		text-align: justify;
		text-justify: inter-ideograph;
	}

	.Area_PR {
		width: 100%;
		height: auto;
		background: url(../img/hp_pcsp.jpg) left top/500px no-repeat;
		padding-top: 30rem;
		overflow: hidden;
	}

	.Area_PR_in {
		width: 100%;
		background: #fff;
		padding: 2rem 2rem 3rem;
		text-align: left;
	}

	.Area_PR_in p {
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 0.5rem 0 1.5rem;
		text-align: justify;
		text-justify: inter-ideograph;
	}


	.borbox01 {
		padding: 1.5rem 1.5rem .5rem;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 1px 3px #ababab;
	}

	.borbox02 {
		border: 2px #ccc dotted;
		padding: 1.5rem 1.8rem;
	}

	.nextbox:before {
		display: block;
		font-size: 3rem;
		color: #eb5e9c;
		content: "▼";
		padding: 1.5rem;
		text-align: center;
	}

	.framebox_01 {
		position: relative;
		margin: 0 0 2.5rem;
		padding: 1rem 1.5rem;
		border: solid 3px #eb5e9c;
		border-radius: 8px;
	}

	.framebox_01 .box-title {
		position: absolute;
		display: inline-block;
		top: -13px;
		left: 10px;
		padding: 0 9px;
		line-height: 1;
		font-size: 1.3rem;
		background: #FFF;
		color: #eb5e9c;
		font-weight: bold;
	}

	.framebox_01 p {
		margin: 0;
		padding: 0;
	}

	.framebox_02 {
		position: relative;
		margin: 0 0 2.5rem;
		padding: 1rem 1.5rem;
		border: solid 3px #eb5e9c;
	}

	.framebox_02 .box-title {
		position: absolute;
		display: inline-block;
		top: -27px;
		left: -3px;
		padding: 0 9px;
		height: 25px;
		line-height: 25px;
		font-size: 1.3rem;
		background: #eb5e9c;
		color: #ffffff;
		font-weight: bold;
		border-radius: 5px 5px 0 0;
	}

	.framebox_02 p {
		margin: 0;
		padding: 0;
	}

	.diamond-box {
		width: 150px;
		height: 150px;
		background-color: #FCECE8;
		overflow: hidden;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
	}

	.diamond-box .inner-box {
		width: 150px;
		height: 150px;
		padding: 30px;
		text-align: center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.page_topic {
		padding: 1.5rem;
		font-size: 1.2rem;
		line-height: 1.7;
		margin: 1rem auto .5rem;
		background: #fbf3f1;
		box-shadow: 0px 1px 3px #ababab;
	}


	/* teble layout
---------------------------------------------*/
	.table01 {
		width: 100%;
		font-size: 1rem;
		line-height: 1.5;
		margin: 0 0 1rem;
	}

	.table01 th {
		border-bottom: dotted 1px #f3e5e2;
		padding: 10px 15px;
	}

	.table01 td {
		border-bottom: dotted 1px #f3e5e2;
		padding: 10px 15px;
	}

	.table01 tr:nth-child(odd) {
		background: #fbf3f1;
	}

	.table02 {
		width: 100%;
		font-size: 1rem;
		line-height: 1.5;
		margin: 0 0 1rem;
	}

	.table02 th {
		width: 30%;
		padding: 1rem;
		text-align: left;
		vertical-align: top;
	}

	.table02 th::before {
		content: "\f3a7";
		font-family: ionicons;
		display: inline-block;
		width: 1rem;
		height: 1rem;
		margin-right: .5rem;
		color: #eb5e9c;
	}

	.table02 td {
		width: 80%;
		padding: 1rem;
	}


	.table03 {
		width: 100%;
		font-size: 1rem;
		line-height: 1.5;
		margin: 0 0 1rem;
	}

	.table03 th {
		border-bottom: dotted 1px #ccc;
		padding: 12px;
		background: #fbf3f1;
	}

	.table03 td {
		border-bottom: dotted 1px #ccc;
		padding: 12px;
	}

	.table03 tr:nth-child(odd) {
		background: #fafafa;
	}


	/* Column
---------------------------------------------*/
	.c2box>li {
		width: 100%;
		margin-bottom: 1rem;
		overflow: hidden
	}

	.c3box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }

	@media screen and (max-width:1150px) {
		.c3box {
			grid-template-columns: 1fr 1fr;
		}
	}

	.c3box h3 {
		font-size: 1.3rem;
		font-weight: bold;
		line-height: 1.2;
		padding: 1.5rem 0 .3rem;
	}

	.c3box img {
		border-radius: 15px;
	}

	.c3box>li {
		flex: 1 0 100%;
		margin-right: 0;
		overflow: hidden
	}

	.c3box>li:nth-child(2n) {
		margin-right: 0
	}

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

	.c4box>li {
		flex: 1 0 48%;
		margin: 2% 2% 2% 0;
		overflow: hidden
	}

	.c4box>li:nth-child(2n) {
		margin-right: 0
	}

	.c4box>li .sp_txt {
		font-size: 1rem;
	}

	.c3_in>li {
		background-color: #fff;
		box-shadow: rgba(0, 0, 0, .2) 0 0 5px 0;
		border: 2px solid #fff;
		transition: .2s linear;
		padding: .7rem;
		border-radius: 1.5rem
	}

	.c3_in>li p {
		font-size: 1.1rem;
		text-align: left
	}

	.c3_in>li img {
		margin: .3rem 0;
		border-radius: 8px
	}

	.c3_in2>li {
		transition: .2s linear
	}

	.c3_in2>li h3 {
		text-align: center;
		line-height: 1.5;
		padding: .2rem 0 .2rem;
		font-size: 1.2rem
	}

	.c3_in2>li h4 {
		text-align: center;
		margin-top: 0;
		padding-right: 0;
		padding-left: 0;
		color: #044760;
		background-color: #f9f9f9;
		border-bottom-color: #bbb;
		box-shadow: transparent 0 0 0 0;
		border-bottom-style: dotted
	}

	.c3_in2>li p {
		font-size: 1.2rem;
		text-align: left
	}

	.c3_in2>li img {
		margin: .3rem 0;
		border-radius: 50%
	}

	.c4_in>li {
		text-align: center
	}

	.c4_in>li h3 {
		line-height: 1.5;
		font-size: 1.3rem;
		padding: 0 0 .5rem
	}

	.c4_in>li p {
		font-size: 1rem;
		text-align: left;
		padding: .5em .5em 0
	}

	.c4_in>li a {
		display: block
	}

	.c4_in>li a .imgmask {
		width: 170px;
		height: 220px;
		display: block;
		margin: 0 auto;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
		transition: .2s linear
	}

	.c4_in>li a img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		display: block
	}

	/* bon in
---------------------------------------------*/
	.c3_in>li {
		background-color: #fff;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px 0px;
		border: 2px solid #fff;
		transition: 0.2s linear;
		padding: 0.7rem;
		border-radius: 8px;
	}

	.c3_in>li p {
		font-size: 1.1rem;
		text-align: left;
	}

	.c3_in>li img {
		margin: 0.3rem 0;
		border-radius: 8px;
	}

	.c3_in2>li {
		transition: 0.2s linear;
	}

	.c3_in2>li h3 {
		text-align: center;
		line-height: 1.5;
		padding: 0.2rem 0 0.2rem;
		font-size: 1.2rem;
	}

	.c3_in2>li h4 {
		text-align: center;
		margin-top: 0px;
		padding-right: 0px;
		padding-left: 0px;
		color: #044760;
		background-color: #f9f9f9;
		border-bottom-color: #bbb;
		box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
		border-bottom-style: dotted;
	}

	.c3_in2>li p {
		font-size: 1.2rem;
		text-align: left;
	}

	.c3_in2>li img {
		margin: 0.3rem 0;
		border-radius: 50%;
	}

	.c4_in>li {
		text-align: center;
	}

	.c4_in>li h3 {
		font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;
		line-height: 1.5;
		font-size: 1.3rem;
		padding: 0 0 0.5rem;
	}

	.c4_in>li p {
		font-size: 1rem;
		text-align: left;
		padding: 0.5em 0.5em 0;
	}

	.c4_in>li a {
		display: block;
	}

	.c4_in>li a .imgmask {
		width: 170px;
		height: 220px;
		display: block;
		margin: 0 auto;
		border-radius: 50%;
		overflow: hidden;
		position: relative;
		transition: 0.2s linear;
	}

	.c4_in>li a img {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		display: block;
	}

	/* ボタン
---------------------------------------------*/
	.btnbox {
		width: 90%;
		margin: 3rem auto;
		text-align: center;
	}

	.btnbox img {
    box-shadow: 2px 2px 4px gray;
  }

	.w_350 {
		max-width: 350px;
		margin: 1rem auto 2rem;
	}

	a.btn_link01 {
		display: block;
		position: relative;
		width: 90%;
		margin: 0 auto;
		padding: 1rem 2rem;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.3;
		color: #280000;
		background: #fff;
		border: 1px solid #eb5e9c;
		border-radius: 50vh;
		text-align: center;
		text-decoration: none;
	}

	a.btn_link01::before {
		content: "＞";
		transform: scaleY(1.5);
		font-size: .8rem;
		line-height: 1;
		position: absolute;
		top: calc(50% - .5rem);
		right: 1rem;
		margin: 0;
		padding: 0;
	}

	a.btn_link02 {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1rem .8rem;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.3;
    color: #280000;
    background: #f1ded8;
    border-radius: 50vh;
    text-align: center;
    text-decoration: none;
  }

	/* form
---------------------------------------------*/
	.mail_form table {
		width: 100%;
		font-size: 1.2rem;
		line-height: 1.5;
		margin: 1rem 0;
	}

	.mail_form table th {
		width: 100%;
		display: block;
		padding: 1rem;
		text-align: left;
		background: #f6f8fd;
		border-bottom: dotted 1px #ccc;
	}

	.mail_form table td {
		width: 100%;
		display: block;
		padding: 1rem;
		border-bottom: dotted 1px #ccc;
		line-height: 2;
	}

	.mail_form table .required {
		display: inline-block;
		padding: 0 5px;
		font-size: 1.2rem;
		color: #fff;
		background: #d6284b;
		border-radius: 10px;
		vertical-align: baseline;
	}

	input:focus,
	input:hover {
		background-color: #fffef0;
	}

	input {
		font-size: 110%;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 1px #ccc solid;
		background-color: #fff;
	}

	input[type="submit"] {
		margin: 0 auto 2rem;
		padding: .5rem 7rem .3rem;
		border-radius: 50vh;
		text-align: center;
		color: #eb5e9c;
		background-color: #d7ecff;
		border: 1px solid #eb5e9c;
		font-size: 1.4rem;
		letter-spacing: .5rem;
		-webkit-appearance: none;
		cursor: pointer;
	}

	input[type="submit"]:hover {
		color: #fff;
		background-color: #eb5e9c;
		border-color: #ccc;
		text-decoration: none;
	}

	.form_w01 {
		width: 45%;
		font-size: 90%;
		padding: 5px;
	}

	.form_w02 {
		width: 20%;
		font-size: 90%;
		padding: 5px;
	}

	.form_w03 {
		width: 95%;
		font-size: 90%;
		padding: 5px;
	}

	textarea {
		width: 95%;
		font-size: 100%;
		padding: 10px;
		border: 1px #ccc solid;
	}

	select {
		width: 100%;
		font-size: 1.2rem;
		padding: .5rem;
		border: 1px #ccc solid;
	}

	/* ラジオボタンlabel */
	.mail_form label {
		border: 1px solid #6e7479;
		border-radius: 5px;
		padding: 0 7px 0 2px;
		margin-bottom: 4px;
		display: inline-block;
		cursor: pointer;
	}

	.mail_form label:hover {
		background-color: #6e7479;
		color: white;
	}



	/* footer
---------------------------------------------*/
  .footer {
    text-align: center;
    background: #fbf3f1;
    padding: 2rem 2rem 5rem;
  }

  .footer_in {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
  }

  .footer_in>.f_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0 2rem;
  }
	.footer_in>.f_link ul li {
    width: 48%;
  }
  .footer_in>.f_link ul li a {
    color: #280000;
    text-decoration: none;
    display: block;
    padding: 1rem 0 1rem 0;
    font-size: 1.1rem;
		border-bottom: 1px dotted #ccc;
  }
  
  .footer_in>.f_info {
    font-size: 1rem;
    line-height: 1.5;
  }

  .footer_in>.f_info img {
    max-width: 230px;
    margin-bottom: 1rem;
  }


  .copyright {
    clear: both;
    width: 100%;
    font-size: .8rem;
    text-align: center;
    padding: 1rem 0 0;
  }


	#float_sp {
		position: fixed;
		bottom: 0;
		width: 100%;
		text-align: center;
		z-index: 200;
		border: 1px #e41c72 solid;
	}

	#float_sp ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	#float_sp ul li {
		flex: 1 1 auto;
	}

	#float_sp ul li a {
		display: block;
		padding: 1.5rem 0 1.3rem 1.1rem;
		font-size: 1.1rem;
		text-decoration: none;
		border: 1px #e41c72 solid;
	}

	#float_sp ul li:nth-of-type(1) a {
		background: #fff url("../img/tel.svg") left 1.2rem center/17px no-repeat;
	}

	#float_sp ul li:nth-of-type(2) a {
		background: #fff url("../img/map.svg") left 1.2rem center/13px no-repeat;
	}
	#float_sp ul li:nth-of-type(3) a {
		background: #fff url("../img/arrow.svg") center/20px no-repeat;
	}

	#pagetop {
	display: none !important;
}

}