@charset "UTF-8";
html {
	font-size: 62.5%;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
	  scroll-behavior: auto;
	}
}
body{
	/* font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	color: #000000;
	text-rendering: geometricPrecision;
	word-wrap: break-word; */

	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
    letter-spacing: 0.16em;
    word-break: break-all;
    line-height: 1.4;
    text-rendering: geometricPrecision;
    color: #000000;
    word-wrap: break-word;
}
body.kiyaku{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.16em;
	word-break: break-all;
	line-height: 1.4;
	text-rendering: geometricPrecision;
	color: #444444;
	word-wrap: break-word;
}
body.kiyaku a{
	color: #45b035;
}
body.second{
	margin-top: 78px;
}
html,body,h1,h2,h3,h4,ul,ol,li,p,span,iframe,footer,address,h1,h2,h3,h4,h5,dl,dt,dd{
  margin: 0;
  padding:0;
}
*:focus {
	outline: none;
}
img {
	image-rendering: -webkit-optimize-contrast;
}
.table{
	border-color: #CCC;
}
.object-fit-img {
	object-fit: cover;
	object-position: center;
	font-family: 'object-fit: cover; object-position: center;'
}
/* font
------------------------------*/
.min-font{
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.en-font{
	font-family: "caflisch-script-pro", sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* link
------------------------------*/
a {
    color: inherit;
}
a:hover{
	color: #000;
}
.map-block__link:hover {
    opacity: 0.7;
}
a:focus {
    outline: none;
}

.underline_link{
	text-decoration: underline!important;
}

iframe{
	vertical-align: bottom;
}

figure {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
figure {
	margin: 0;
}
figure:hover {
	opacity: 0.7;
}
.map-block__link {
    position: relative;
    font-weight: bold;
    font-size: 1.8rem;
    padding-left: 24px;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.map-block__link:before {
    content: "";
    position: absolute;
    background: url(./img/icon-arrow-black.svg) center no-repeat;
    background-size: contain;
    width: 13px;
    height: 22px;
    top: 2px;
    left: 2px;
}
/* hr
------------------------------*/

hr.border_gray{
	border-top: 1px solid #acacac;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	opacity: 1;
}


/* ガター幅（余白）を調整 */
.row-0 {
	margin-left:0px;
	margin-right:0px;
}
.row-0>div {
	padding-right:0px;
	padding-left:0px;
}
.row-10 {
	margin-left:-5px;
	margin-right:-5px;
}
.row-10>div,.row-10>li {
	padding-right:5px;
	padding-left:5px;
}

/* header
------------------------------*/



/* list
------------------------------*/
li{list-style-type: none;}



.count_list02 > li {
	counter-increment: num;
	padding-left:2em;
	text-indent:-2em;
	list-style-position:inside;
	margin-bottom:8px;
}
.count_list02 > li:before {
	content: "(" counter(num) ")";
	counter-increment:item;
	margin-right:0.2em;
}
.count_list02 > li:last-child {
	margin-bottom:0;
}

ol.count_list, ol.count_list ol {
	counter-reset: cnt;
}
ol.count_list > li {
	padding-left: 1.5em; 
	text-indent: -1.5em;
	margin-bottom: .5em;
}
  
ol.count_list li::before {
	counter-increment: cnt;
	content: counter(cnt) ".";
	/* color: red; */
}
  
ol.count_list > li::before {
	text-indent: 0;
	width: 1.5em; 
	display: inline-block;
}
/* ol.count_list > li > ol {
	margin: 10px;
} */
  
ol.count_list > li > ol > li{
	text-indent: -2em;
	margin-left: 2em;
	margin-bottom: .5em;
}
ol.count_list > li > ol > li::before{
	width: 2em;
	display: inline-block;
	text-indent: 0;
	content: "(" counter(cnt) ")";
}
/* color
------------------------------*/
.white{
	color: #FFF;
}
.orange{
	color: #e95412;
}
.red{
	color: #DE2121;
}
.blue{
	color: #0070b7;
}
.green{
	color: #418148;
}
/* space
------------------------------*/
.contents_space{
	padding-top: 37px;
}
.sec-contact {
    padding: 70px 0 47px;
    border-bottom: 1px solid #cccccc;
}
.sec-map,section.kiyaku{
	padding: 20px 0 54px;
}
.kiyaku article{
	margin-bottom: 3rem;
}
/* title
------------------------------*/
.tit{
	/* font-size: 22px; */
	font-size: 1.375rem;
	line-height: 1.4;
}
.tit_sub{
	/* font-size: 16px; */
	font-size: 1rem;
}
.contact-list__ttl {
    font-weight: bold;
	font-size: 1.8rem;
	margin-bottom: 7px;
  
}
.contact-list__ttl2 {
    font-weight: bold;
	font-size: 2.4rem;
	margin-bottom: 10px;
    color: red;
  
}
.contact-ttl {
    text-align: center;
    font-weight: bold;
	font-size: 2.4rem;
	margin: 0 -5px 16px;
}
.c-ttl__01 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
	margin-bottom: 21px;
}
.c-ttl__01 span {
    background: #73dad8;
    color: white;
    font-size: 2.4rem;
    padding: 7px 19px;
    margin-right: 9px;
}
.c-ttl__02 {
	font-size: 1.4rem;
	padding-bottom: 2px;
	margin-bottom: 24px;
    color: #00d9d5;
    border-bottom: 1px solid #cccccc;
    font-weight: bold;
}
.c-ttl__03 {
	font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 0;
}
/* 利用規約 */
.page-head__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    font-size: 2.8rem;
}
.kiyaku h3{
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
/* box
------------------------------*/
.contact-list__item {
	text-align: center;
    /* width: 47.9%; */
    background: #f2f2f2;
    font-size: 1.2rem;
    padding: 27px 10px 37px;
}

.contact-list__tel {
    display: inline-block;
    color: #00d9d5;
    font-weight: bold;

    text-decoration: unset;
    margin-bottom: 18px;
	font-size: 2.4rem;
}
a.contact-list__tel,a.contact-list__tel:hover{
	color: #00d9d5;
}
.contact-txt {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
    margin-bottom: 20px;
}
.contact-txt a {
    position: relative;
    display: inline-block;
    color: #00d9d5;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.contact-txt a:hover {
	opacity: 0.7;
}
.contact-txt a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #00d9d5;
    bottom: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.map-main {

    margin: 0 auto 40px;
}
.map-flex__price {
    font-weight: 900;
    font-size: 2.88rem;
    margin-bottom: 35px;
    line-height: 1;
}
.map-flex__price span {
	font-family:"din-2014";
    /* font-family: "DIN", serif; */
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 0.73;
}
.map-flex__price small{
	display: block;
    font-weight: 400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 5px;
}
.c-txt__basic--notes:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
}
.c-txt__basic{
	font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
}
.c-txt__basic--notes{
	position: relative;
	padding-left: 13px;
}
.c-txt__basic a {
    position: relative;
    display: inline-block;
    color: #00d9d5;
    font-weight: bold;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.c-txt__basic a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00d9d5;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.map-block {
	background: #f2f2f2;
	padding: 13px 20px 19px;
	margin-bottom: 20px;
}
/* 利用規約 */
.page-head {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #45b035;
    text-align: center;
    height: 200px;
}
.page-head__inner {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}
.l-wrapper {
    position: relative;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}

/* text
------------------------------*/
.lead_text{
	/* font-size: 18px; */
	font-size: 1.125rem;
	line-height: 1.8;
}

.bold{
	font-weight: 600;
}
.normal-text{
	font-size: 1rem;
}
.normal{
	font-weight: normal;
}
.l-h15{
	line-height: 1.5;
}
.l-h18{
	line-height: 1.8;
}
.l-h2{
	line-height: 2.5;
}
.l-spacec_c1{
	letter-spacing: .08em;
	text-indent: .08em;
}
.l-spacec_c2{
	letter-spacing: .2em;
	text-indent: .2em;
}
.l-spacec_1{
	letter-spacing: .1em;
}

/* bg
------------------------------*/


/* button
------------------------------*/

.contact-list__link{
	position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background: #00d9d5;
    color: white;
    border-radius: 32px;
    font-weight: bold;
    padding: 5px 20px;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;


    max-width: 241px;
    min-height: 41px;
    font-size: 1.4rem;
    margin-bottom: 9px;

}
.contact-list__link:after {
    content: "";
    position: absolute;
    background: url(./img/icon-arrow.svg) center no-repeat;
    background-size: contain;
    width: 16px;
    height: 28px;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-list__link:hover {
    opacity: 1;
	color: #FFF;
    background: #00bfbc;
}

/* button2
------------------------------*/

.contact-list__link2{
	position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    background: #00d9d5;
    color: white;
    border-radius: 32px;
    font-weight: bold;
    padding: 5px 20px;
    text-decoration: unset;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;


    max-width: 241px;
    min-height: 41px;
    font-size: 1.4rem;
    margin-bottom: 9px;

}
.contact-list__link2:after {
    content: "";
    position: absolute;
    background: url(./img/icon-arrow.svg) center no-repeat;
    background-size: contain;
    width: 16px;
    height: 28px;
    right: 21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-list__link2:hover {
    opacity: 1;
	color: #FFF;
    background: #00bfbc;
}


/* Pagination
------------------------------*/

/* footer
------------------------------*/

/* topBtn
------------------------ */
#page-top {
	position: fixed;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: 0;
}
#page-top a {
    position: fixed;
    width: 80px;
    height: 80px;
    background: #FFF;
    bottom: 25px;
    right: 24px;
    z-index: 999;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#page-top a:hover {
	opacity: 1;
	background-color: #000;
}
#page-top a::before {
	content: "";
    position: absolute;
    background: url(./img/icon-arrow-black.svg) center no-repeat;
    background-size: contain;
    width: 26px;
    height: 46px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
    -ms-transform: translate(-50%, -50%) rotate(-90deg);
    transform: translate(-50%, -50%) rotate(-90deg);
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

#page-top a:hover::before{
	background: url(./img/icon-arrow.svg) center no-repeat;
    background-size: contain;

}
@media screen and (max-width:767px) {
	#page-top a {
		width: 40px;
		height: 40px;
		bottom: 11px;
		right: 10px;
	}
	#page-top a::before {
	width: 13px;
    height: 23px;
	}
}
/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}


@media (min-width: 768px) {
	/* a[href^="tel:"] {
		pointer-events: none!important;
	} */
	.sp-dropdown{
		display: none;
	}
	


	/* space
	------------------------------*/




	/* bg
	------------------------------*/

	/* title
	------------------------------*/

	/* button
	------------------------------*/
	/* footer
	------------------------------*/


	/* box
	------------------------------*/


}


@media (max-width: 767px){
	.contact-list__link{
		margin: 0 auto 18px;
		margin-bottom: 9px;
	}
	.contact-list__link2{
		margin: 0 auto 18px;
		margin-bottom: 9px;
	}

}
@media (min-width: 768px){
	/* space
	------------------------------*/
	.contents_space{
		padding-top: 75px;
	}
	.sec-map,section.kiyaku {
		padding: 30px 0 100px;
	}

	/* header
	------------------------------*/

	/* slick
	------------------------------*/

	/* text
	------------------------------*/
	.lead_text{
		/* font-size: 21px; */
		font-size: 1.3125rem;
	}

	.map-flex__price span {
		font-size: 4.8rem;
	}
	.map-flex__price small{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.c-txt__basic{
		font-size: 18px;
		font-size: 1.8rem;
	}
	.c-txt__basic--notes {
		padding-left: 18px;
	}
	.contact-txt {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 2.1;
	}
	.map-block {
		padding: 33px 40px 39px;
		margin-bottom: 41px;
	}
	.contact-ttl {
		font-size: 3.6rem;
		margin-bottom: 36px;
	}


	.contact-list__tel {
		line-height: 66px;
	}
	/* 利用規約 */
	.l-wrapper {
		max-width: 1180px;
	}
	.page-head {
		height: 320px;
	}
	/* title
	------------------------------*/
	.c-ttl__01 {
		font-size: 1.8rem;
		line-height: 1.5;
		margin-bottom: 33px;
	}
	.c-ttl__02 {
		font-size: 2.4rem;
		padding-bottom: 8px;
		margin-bottom: 16px;
	}
	.c-ttl__03 {
		font-size: 2.4rem;
		margin-bottom: 7px;
	}
	/* 利用規約 */
	.page-head__text {
		font-size: 4.2rem;
	}
	
	/* footer
	------------------------------*/

	/* button
	------------------------------*/
	.contact-list__link {
		max-width: 320px;
		min-height: 66px;
		font-size: 2.4rem;
		margin: 0 auto 18px;
	}

	/* button2
	------------------------------*/
	.contact-list__link2 {
		max-width: 640px;
		min-height: 66px;
		font-size: 2.4rem;
		margin: 0 auto 18px;
	}


}
@media (min-width: 992px){
		/* title
	------------------------------*/
	.contact-list__ttl {
		font-size: 3.6rem;
		margin-bottom: 16px;
	}
	/* box
	------------------------------*/
	.contact-list__item {
		font-size: 1.8rem;
	}
}
@media (max-width: 991px){

	/* space
	------------------------------*/
	.sec-contact{
		padding: 49px 0 32px;
	}
	/* title
	------------------------------*/

	.c-ttl__01 span {
		font-size: 1.4rem;
		padding: 6px 10px 5px;
		margin-right: 10px;
	}

	.map-flex__price{
		font-size: 1.92rem;
		margin-bottom: 21px;
	}

	/* button
	------------------------------*/

	.contact-list__link:after {
		width: 8px;
		height: 15px;
		right: 20px;
	}
	/* button2
	------------------------------*/

	.contact-list__link2:after {
		width: 8px;
		height: 15px;
		right: 20px;
	}
	/* box
	------------------------------*/




}
@media (min-width: 1200px){
	/* box
	------------------------------*/


	/* footer
	------------------------------*/

	/* bg 
	------------------------------*/
	/* slick
	------------------------------*/

}
@media (min-width: 768px) and (max-width: 1199px) {
	/* box
	------------------------------*/
	.contact-list__tel {
		font-size: 3.3rem;
	}
}
@media (min-width: 1200px){
	/* box
	------------------------------*/
	.contact-list__tel {
		font-size: 4.2rem;
	}
}
@media (min-width: 576px){
	/* box
	------------------------------*/

}
@media (max-width: 575px){


}
@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
	/* header
	------------------------------*/

	/* title
	------------------------------*/
	.contact-list__ttl {
	font-size: 3rem;
	margin-bottom: 16px;
	}
	.tit{
		/* font-size: 28px; */
		font-size: 1.75rem;
	}
	.tit_sub{
		/* font-size: 20px; */
		font-size: 1.25rem;
	}
	/* text
	------------------------------*/
	.contact-list__item {
		font-size: 1.5rem;
	}

}

@media (min-width: 576px) and (max-width: 767px) {
	.tit{
		/* font-size: 21px; */
		/* font-size: 1.3125rem; */
	}
	.tit_sub{
		/* font-size: 18px; */
		font-size: 1.125rem;
	}

}
@media (min-width: 1600px){

}

@media print{
}




/* 5 Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}

@media (min-width: 768px) {
	.col-sm-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 992px) {
	.col-md-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

@media (min-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		flex: 0 0 20%;
	}
}

/**/
.block-caution {
    background: #006A80;
}
.caution-txt {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    line-height: 2;
}