@charset "UTF-8";
html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
	color: #604c3f;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
font-size:100%;
	color: #664e49;
}


figure {
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%; }

img {
  vertical-align:bottom;
  max-width: 100%;
	height: auto;

}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main p,main dl {

    line-height: 185%;
}

main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 120px;
}

main img {
	max-width: 100%;
}
main h1 {
	position: relative;
}

main h1 p {
	color: white;
	background: #dd3546;
	padding:1% 2%;
	font-size: 18px;
	text-align: center;
}

.pos {
	position: relative;
}
.ab {
	position: absolute;
	top: 0;
	left: 0;
}
footer {
	background: #604c3f;
	text-align: center;
	padding: 2% 0;
}
footer small {
	color: white;
	font-size: 18px;
	font-weight: normal;
}


.pic2_icon {
	bottom: 0;
	top: auto;
}

.about div.ab {
	background: white;
	padding:7% 5%;
	top: auto;
	margin-right: 10%;
	bottom: 3%;
	border-radius: 0 30px 30px 0;
}
.about div.ab p {
	font-size: 24px;
	text-align: justify;
}
.about div.ab p span {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff995 60%);
}


.staff section {

	top: auto;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 3%;

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

.staff section article {
	background: white;
	padding:7% 0;

	border-radius: 0 30px 0 30px;
}



.staff section .main {
	
	position: relative;
}
.staff section .main img {
    position: absolute;
    left: -6%;
}
.staff section .main dl {
    float: right;
    width: 49%;
    margin-right: 3%;
}
.staff section .main dt {
	color: #dd3546;
	font-weight: bold;
	font-size: 42px;
}

.staff section .main dd {
padding-top: 7%;
}


.staff section .main dd li {
    display: inline-block;
    background: #dd3546;
    color: white;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 40px;
    padding: 2px 14px;
}

.staff section .main dd p span {
	display: block;
	font-size: 18px;
}
.staff section .main dd p {
	font-size: 23px;
	padding-top: 2%;
	line-height: 170%;
}


.staff section .sub {
	padding-top: 11%
}

.staff section .sub p {
	padding:3% 5%;
		font-size: 23px;
	line-height: 170%;
}
.staff section .sub p span {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff995 60%);
}

.staff section .sub img {
	float: right;
	    margin-right: -6%;
}

.staff section aside dt {
	text-align: center;
	
}

.staff section aside {
	position: relative;
	margin-top: -25px;
}


.staff section aside dt span {
	display: inline-block;
	background: #604c3f;
	color: white;
	font-size: 25px;
	border-radius: 50px;
	padding: 10px 20px;
}

.staff section aside dd {
	text-align: center;
	font-size: 23px;
	line-height: 170%;
	padding-top: 2%;
}

.map dl {
	border-radius: 30px;
	border: 3px solid #ed92a1;
	overflow: hidden;
	width: 90%;
	margin: auto;
	right: 0;
	left: 0;
	top: auto;
background: #ed92a1;
box-sizing: border-box;
	bottom: 10%;
	        margin-bottom: -2px;
}
.map dt {
	background:  #ed92a1;
	color: white;
	text-align: center;
	padding: 2% 0;
	font-size: 30px;
}
.map dt span {
	font-size: 23px;
}


/* 必須 */
.accordion-content {
  display: none;
}

.accordion {
	padding:0 3%;
	margin-bottom: 5%;
}


.accordion-header {
    background: url(../images/q_icon.png) no-repeat #ed92a1;
    background-position: 2% center;
    background-size: 60px;
    padding: 25px 45px 25px 90px;
    margin: 5% 0 0;
    border-radius: 25px 25px;
    color: white;
    font-size: 24px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    transition: background .3s ease;
    cursor: pointer;
    position: relative;
	line-height: 160%;
}

.accordion-header.active {
    border-radius: 25px 25px 0 0;
}


.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:white;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
    background: url(../images/a_icon.png) no-repeat #fbf4f3;
    background-position: 4.5% 25px;
    background-size: 30px;
    padding: 25px 35px 25px 80px;
    border-radius: 0 0 25px 25px;
	    font-size: 20px;
	line-height: 160%;
}

.accordion-header span,
.accordion-content span{
  position: relative;
}

.voice p {
    position: absolute;
    width: 74%;
    left: 0;
    right: 0;
    margin: auto;
	text-align: justify;
    bottom: 21%;
    font-size: 22px;
}
.voice p span {
	font-weight: bold;
	color: #dd3546;
}

.voice .v2 p {
    bottom: 14%;
}

.voice .v3 p {
    bottom: 15%;
}

.voice .v4 p {
    bottom: 16.5%;
}

.voice .v5 p {
    bottom: 18%;
}

.voice .v6 p {
    bottom: 14%;
}

.fix {
    position: fixed;
    width: 100%;
	max-width: 750px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    padding: 10px 0;
    background: white;
	text-align: center;
}
.fix a {
	display: inline-block;
	margin: 0 5px;
}
.fix a:hover {
	opacity: 0.6;
	transition: 1s;
}

.menu {
padding-bottom: 10%;
}



.slider_img {
	width: 500px;
    margin: 0 20px;
}

.slider_img dl {
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}
.slider_img dl dt {

}
.slider_img dl dd {
background: #ffcdce;
	padding: 25px;
}
.slider_img dl dd div {
	background: white;
		border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.slider_img dl dd h3 {
	text-align: center;
	font-size: 18px;
}
.slider_img dl dd h3 span {
    display: block;
    font-size: 32px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding-top: 10px;
    font-weight: bold;
}

.slider_img dl dd p.price {
	margin: 20px 0;
	    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: flex;
  justify-content: center; /* 両端揃え */
  align-items: center;           /* 上下中央揃え */
}
.slider_img dl dd p.price span.minute {
    display: inline-block;
    padding: 16px 20px 10px;
    border-radius: 50px;
    color: white;
    font-size: 40px;
    background: #dd3546;
	margin-right: 10px;
}
.slider_img dl dd p.price span.minute span {
	font-size: 20px;
}


.slider_img dl dd p.price span.en {
	color:  #dd3546;
	font-weight: bold;
	    font-size: 80px;
}
.slider_img dl dd p.price span.en span {
	font-size: 40px;
    margin-left: -20px;
}

.slider_img dl dd div.detail {
	margin: 20px;
	border-top:1px solid;
	padding-top: 20px;
	min-height: 140px;
}

.slider_img dl dd div.detail li {
	padding-left: 20px;
	background: url("../images/care_icon.png") no-repeat;
	background-position: left center;
}

.slick-prev {
	background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 70px;
	height: 70px;
	left: 35px;
	z-index: 2;
}

.slick-next {
	background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 70px;
	height: 70px;
	right: 35px;
	z-index: 2;
}
@media screen and (min-width: 769px){
.sp{display: none;}
}

/*---SP---*/
@media screen and (max-width: 768px){
.pc{display: none;}



main {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding-bottom: 120px;
}

main img {
	max-width: 100%;
	width: 100%;
}
main h1 {
	position: relative;
}

main h1 p {
	color: white;
	background: #dd3546;
	padding:1% 2%;
	font-size: 18px;
	text-align: center;
}

.pos {
	position: relative;
}
.ab {
	position: absolute;
	top: 0;
	left: 0;
}
footer {
	background: #604c3f;
	text-align: center;
	padding: 2% 0;
}
footer small {
	color: white;
	font-size: 18px;
	font-weight: normal;
}


.pic2_icon {
	bottom: 0;
	top: auto;
}

.about div.ab {
	background: white;
	padding:7% 5%;
	top: auto;
	margin-right: 10%;
	bottom: 3%;
	border-radius: 0 30px 30px 0;
}
.about div.ab p {
	font-size: 12px;
	text-align: justify;
}
.about div.ab p span {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff995 60%);
}


.staff section {

	top: auto;
	width: 90%;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 3%;

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

.staff section article {
	background: white;
	padding:7% 0;

	border-radius: 0 30px 0 30px;
}



.staff section .main {
	
	position: relative;
}
.staff section .main img {
    position: absolute;
    left: -6%;
}
.staff section .main dl {
    float: right;
    width: 49%;
    margin-right: 3%;
}
.staff section .main dt {
	color: #dd3546;
	font-weight: bold;
	font-size: 42px;
}

.staff section .main dd {
padding-top: 7%;
}


.staff section .main dd li {
    display: inline-block;
    background: #dd3546;
    color: white;
    font-size: 20px;
    margin-right: 10px;
    border-radius: 40px;
    padding: 2px 14px;
}

.staff section .main dd p span {
	display: block;
	font-size: 18px;
}
.staff section .main dd p {
	font-size: 23px;
	padding-top: 2%;
	line-height: 170%;
}


.staff section .sub {
	padding-top: 11%
}

.staff section .sub p {
	padding:3% 5%;
		font-size: 23px;
	line-height: 170%;
}
.staff section .sub p span {
	font-weight: bold;
	background:linear-gradient(transparent 60%, #fff995 60%);
}

.staff section .sub img {
	float: right;
	    margin-right: -6%;
}

.staff section aside dt {
	text-align: center;
	
}

.staff section aside {
	position: relative;
	margin-top: -25px;
}


.staff section aside dt span {
	display: inline-block;
	background: #604c3f;
	color: white;
	font-size: 25px;
	border-radius: 50px;
	padding: 10px 20px;
}

.staff section aside dd {
	text-align: center;
	font-size: 23px;
	line-height: 170%;
	padding-top: 2%;
}

.map dl {
	border-radius: 20px;
	border: 3px solid #ed92a1;
	overflow: hidden;
	background: #ed92a1;
	width: 90%;
	margin: auto;
	right: 0;
	left: 0;
	top: auto;
	 box-sizing: border-box;
	bottom: 7%;
}
.map dt {
	background:  #ed92a1;
	color: white;
	text-align: center;
	padding: 2% 0;
	font-size: 18px;
	        margin-bottom: -2px;
}
.map dt span {
	font-size: 13px;
}


/* 必須 */
.accordion-content {
  display: none;
}

.accordion {
	padding:0 3%;
	margin-bottom: 5%;
}


.accordion-header {
        background: url(../images/q_icon.png) no-repeat #ed92a1;
        background-position: 4% center;
        background-size: 30px;
        padding: 15px 35px 15px 50px;
        margin: 5% 0 0;
        border-radius: 15px;
        color: white;
        font-size: 13px;
        font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
        transition: background .3s ease;
        cursor: pointer;
        position: relative;
        line-height: 160%;
}

.accordion-header.active {
    border-radius: 15px 15px 0 0;
}


.accordion-header::before,
.accordion-header::after{
  position:absolute;
  content:'';
  top:1px;
  right:20px;
  bottom:0;
  width:12px;
  height:2px;
  margin:auto;
  background:white;
}
.accordion-header::after{
  transform:rotate(-90deg);
  transition:transform 0.3s;
}
.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
        background: url(../images/a_icon.png) no-repeat #fbf4f3;
        background-position: 4.5% 15px;
        background-size: 20px;
        padding: 15px 15px 15px 50px;
        border-radius: 0 0 15px 15px;
        font-size: 13px;
        line-height: 160%;
}

.accordion-header span,
.accordion-content span{
  position: relative;
}

.voice p {
        position: absolute;
        width: 73.5%;
        left: 0;
        right: 0;
        margin: auto;
        text-align: justify;
        bottom: 21%;
        font-size: 11px;
	font-size: 12px;
	line-height: 150%;
}
.voice p span {
	font-weight: bold;
	color: #dd3546;
}

.voice .v2 p {
    bottom: 14%;
}

.voice .v3 p {
    bottom: 13%;
}

.voice .v4 p {
    bottom: 16.5%;
}

.voice .v5 p {
    bottom: 18%;
}

.voice .v6 p {
    bottom: 14%;
}

.fix {
    position: fixed;
    width: 100%;
	max-width: 750px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    padding: 10px 0;
    background: white;
	text-align: center;
}
.fix a {
	display: inline-block;
	margin: 0 5px;
	        width: 44%;
}
.fix a:hover {
	opacity: 0.6;
	transition: 1s;
}

.menu {
padding-bottom: 10%;
}



.slider_img {
	width:auto;
    margin:0 10px;
}

.slider_img dl {
	border-radius: 0 0 30px 30px;
	overflow: hidden;
}
.slider_img dl dt {
width: 70%
}
.slider_img dl dd {
background: #ffcdce;
	padding: 15px;
}
.slider_img dl dd div {
	background: white;
		border-radius: 0 0 10px 10px;
	overflow: hidden;
}
.slider_img dl dd h3 {
	text-align: center;
	font-size: 14px;
}
.slider_img dl dd h3 span {
    display: block;
    font-size: 28px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    padding-top: 10px;
    font-weight: bold;
}

.slider_img dl dd p.price {
	margin:10px 0;
	    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	display: flex;
  justify-content: center; /* 両端揃え */
  align-items: center;           /* 上下中央揃え */
}
.slider_img dl dd p.price span.minute {
    display: inline-block;
    padding: 8px 20px 5px;
    border-radius: 50px;
    color: white;
    font-size: 24px;
    background: #dd3546;
	margin-right: 10px;
}
.slider_img dl dd p.price span.minute span {
	font-size: 10px;
}


.slider_img dl dd p.price span.en {
	color:  #dd3546;
	font-weight: bold;
	    font-size: 40px;
}
.slider_img dl dd p.price span.en span {
	font-size: 20px;
    margin-left: -10px;
}

.slider_img dl dd div.detail {
	margin: 10px 20px;
	border-top:1px solid;
	padding-top: 20px;
	min-height: 150px;
	font-size: 12px;
}

.slider_img dl dd div.detail li {
	padding-left: 20px;
	background: url("../images/care_icon.png") no-repeat;
	background-position: left center;
}

.slick-prev {
	background: url("../images/prev.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 30px;
	left: 15px;
	z-index: 2;
}

.slick-next {
	background: url("../images/next.png") no-repeat;
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 30px;
	right: 15px;
	z-index: 2;
}


	img.sp {
		pointer-events: none;
	}


}

