@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');



*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}
html{font-size: 62.5%;}
body{font-size: 1.6em;}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */



/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }


/* 文字装飾 */
strong {
	font-weight: 700;
	color: #004c79;
}

ul {
}
ul li {
	list-style:none;	
}

img {
	width: 100%;
	height: auto;
}


/* float解除 */
.cbox { 
}
* html .cbox {
	zoom: 100%;
}
*:first-child+html .cbox {
	display: inline-block;
}
.cbox:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

input[type="button"],input[type="text"],input[type="submit"],input[type="image"],textarea{
    -webkit-appearance: none;
    border-radius: 0;
}

/* box-sizing */ 
* {
	box-sizing: border-box;
}




/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #282828;
	transition: 0.3s;
	-webkit−transition: 0.3s;
}
a:hover {
	opacity: 0.6;
}
.cap {
	font-size: 1.4rem;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.pc {
	display: block;
}
.sp,
#spFooter {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
	table th {
	}
	table td {
	}


.box {
	margin: 15px 0;
	background: #FFF;
	border-radius: 10px;
	padding: 30px;
}

.title__index {
	text-align: center;
	background: url("../img/icon.svg") no-repeat center bottom;
	background-size: 42px;
	padding-bottom: 70px;
	margin-bottom: 30px;
}
.title__index h2 {
	font-size: 3.2rem;
	font-weight: 700;
}
.tit {
	border-left: solid 3px #004c79;
	padding-left: 10px;
	margin-bottom: 20px;
}
.tit h3 {
	font-size: 2.6rem;
	font-weight: 700;
}






/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	position: relative;
	font-family: "Noto Sans JP";
	font-weight: 500;
	background: #f1f3f8;
	color: #282828;
	padding: 0;
	margin: 0;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	/*text-align: justify;*/
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph;
}














/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.inner {
	width: 1080px;
	max-width: 90%;
	margin: 0 auto;
}
.cell {
	margin-bottom: 50px;
}
.cell:last-child {
	margin-bottom: 0;
}


.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



.btn__web {
	margin-bottom: 20px;
}
.btn__web a {
	display: block;
	background: #004c79 url("../img/icon_yoyaku.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 6px;
	font-weight: 700;
	color: #ffdf00;
	font-size: 2.2rem;
	padding: 40px 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn__web a:hover {
	display: block;
	background: #004c79 url("../img/icon_yoyaku.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 6px;
	font-weight: 700;
	color: #ffdf00;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}


.btn__kesan {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.btn__kesan a {
	display: block;
	background: #004c79 url("../img/icon_kensa.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 50px;
	font-weight: 700;
	color: #ffdf00;
	font-size: 2.2rem;
	padding: 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}








.btn__tel {
	margin-bottom: 20px;
}
.btn__tel a {
	display: block;
	border: solid 3px #004c79;
	background: #FFF url("../img/icon_tel.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 6px;
	font-weight: 700;
	color: #004c79;
	font-size: 2.2rem;
	padding: 10px 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn__tel a dt {
	font-size: 4rem;
}
.btn__tel a dd {
	font-size: 1.4rem;
}






.btn_default-w{
	text-align: center;
}
.btn_default-w a {
	display: block;
	border: solid 3px #004c79;
	background: #FFF url("../img/arrow_b.svg") no-repeat 96% center;
	background-size: 10px;
	border-radius: 50px;
	font-weight: 700;
	color: #004c79;
	font-size: 2.2rem;
	padding: 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn_default-w a:hover {
	display: block;
	background: #004c79 url("../img/arrow_w.svg") no-repeat 98% center;
	background-size: 10px;
	color: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}




.btn_default-b{
	text-align: center;
}
.btn_default-b a {
	display: block;
	background: #004c79 url("../img/arrow_w.svg") no-repeat 96% center;
	background-size: 10px;
	border-radius: 50px;
	font-weight: 700;
	color: #ffdf00;
	font-size: 2.2rem;
	padding: 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn_default-b a:hover {
	display: block;
	background: #004c79 url("../img/arrow_w.svg") no-repeat 98% center;
	background-size: 10px;
	color: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}








#hd-head {
	background: #004c79;
	color: #FFF;
	padding: 6px;
	font-size: 1.2rem;
}
#hd-head h1 {
	font-size: 1.2rem;
	font-weight: 500;
}

header {
	z-index: 100;
	width: 1080px;
	background: #FFF;
	border-radius: 10px;
	position: fixed;
	top: 60px;
	left: 50%;
	margin-left: -540px;
}
header .cbox {
	padding: 20px 30px;
}
header .logo {
	float: left;
	width: 35%;
	font-size: 1.4rem;
}
header .logo dt {
	width: 310px;
	margin-bottom: 10px;
}

header .header__other {
	float: right;
	width: 60%;
	padding: 0;
}
header .header__other .tel {
	float: left;
	width: 50%;
	line-height: 1.4;
}
header .header__other .tel a {
	font-size: 3.8rem;
	color: #004c79;
	font-weight: 700;
	background: url("../img/icon_tel.svg") no-repeat left center;
	background-size: 30px;
	padding-left: 35px;
}
header .header__other .tel p {
	font-size: 1.2rem;
	margin-top: 5px;
}

header .header__other .btn__web {
	float: left;
	width: 50%;
	margin: 0;
}
header .header__other .btn__web a {
	padding: 20px;
}

nav{
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.4;
	background: #004c79;
	border-radius: 0 0 10px 10px;

}
/*ナビゲーションを横並びに*/
nav ul{
	list-style: none;
}
/*2階層目以降は横並びにしない*/
nav ul ul{
	display: block;
	text-align: left;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
nav ul li{
	display: inline;
	padding: 0;
	margin-right: 0%;
	position: relative;
	
	transition: .5s;
}
nav ul li:last-child {
	margin-right: 0%;
}


/*ナビゲーションのリンク設定*/
nav ul li a{
	display: inline-block;
	text-decoration: none;
	color:#FFF;
	padding: 10px 20px 10px 20px;
	font-weight: 700;
	transition:all .3s;
}
nav ul li a:hover {
	opacity: 1;
	background: #2a3174;
}
nav ul li a span {
	display: block;
	font-size: 1.2rem;
}

nav ul li a:hover{
	color:#fff;	
}



/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
nav li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:50%;
	top:30px;
	margin-left: -120px;
	z-index: 100;
    /*形状を指定*/
	background:#FFF;
	width:240px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}

/*hoverしたら表示*/
nav li.has-child:hover > ul,
nav li.has-child ul li:hover > ul,
nav li.has-child:active > ul,
nav li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li {
	display: block;
	padding-top: 0;
	width: 100%;
	position: relative;
	border-right: none;
}

/*ナビゲーションaタグの形状*/
nav li.has-child ul li a{
	display: block;
	color: #2a3174;
}

nav li.has-child ul li:last-child a{
	border-bottom:none;
}

nav li.has-child ul li a:hover,
nav li.has-child ul li a:active{
	color: #FFF;
}




/*==768px以下の形状*/

@media screen and (max-width:768px){
	nav{
		padding: 0;
	}
	
	nav ul{
		display: block;
	}
	
	nav li.has-child ul,
	nav li.has-child ul ul{
  	position: relative;
	left:0;
	top:0;
	width:100%;
	visibility:visible;/*JSで制御するため一旦表示*/
	opacity:1;/*JSで制御するため一旦表示*/
	display: none;/*JSのslidetoggleで表示させるため非表示に*/
	transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}
	
nav ul li a{
	border-bottom:1px solid #ccc;
}

/*矢印の位置と向き*/

nav ul li.has-child::before{
	left:20px;	
}

nav ul ul li.has-child::before{
    transform: rotate(135deg);
	left:20px;
}
    
nav ul li.has-child.active::before{
    transform: rotate(-45deg);
}

}


nav.scroll {
  position: fixed;
  animation-name: anime;
  animation-duration: 0.3s;
}
@keyframes anime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}







#mainimage {
	background: url("../img/mainimage.webp") no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 300px 0 200px 0;
}
#mainimage li {
	width: 23%;
	margin-right: 2.5%;
}
#mainimage li:last-child {
	margin-right: 0%;
}



.inspection {
	width: 90%;
	margin: 0 auto;
	margin-top: -80px;
	background: #f1f3f8;
	border-radius: 10px;
	padding-top: 60px;
	margin-bottom: 80px;
}
.inspection .set {
}
.inspection .set a {
	width: 23%;
	margin-right: 2.5%;
	text-align: center;
	margin-bottom: 50px;
}
.inspection .set a:nth-child(4n) {
	margin-right: 0%;
}

.inspection .set a dt {
}
.inspection .set a dt img {
	border-radius: 6px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
}


.inspection .set a dd {
	background: url("../img/arrow_b.svg") no-repeat right 10px;
	background-size: 6px;
}
.inspection .set a dd p {
	margin-top: 15px;
}
.inspection .set a dd strong {
	font-size: 2.2rem;
}



.news {
	margin-bottom: 80px;
}
.news .area__news {
	float: left;
	width: 50%;
}
.news .area__news dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #d5d5d5;
}
.news .area__news dl dt {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.news .area__photo {
	float: right;
	width: 45%;
}
.news .area__photo img {
	border-radius: 6px;
}





.info {
	padding: 60px 0 30px 0;
	background: url("../img/bg.webp") repeat center;
}
.info .area__left {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 50px;
}
.info .area__right {
	width: 48%;
	margin-bottom: 50px;

}

.hours {
}
.hours table {
	background: #FFF;
	text-align: center;
	border-top: solid 1px #969696;
	border-left: solid 1px #969696;
	margin-bottom: 10px;
}
.hours table th {
	background: #004c79;
	color: #FFF;
	padding: 15px 5px;
	border-bottom: solid 1px #969696;
	border-right: solid 1px #969696;
}
.hours table td {
	padding: 15px 5px;
	border-bottom: solid 1px #969696;
	border-right: solid 1px #969696;
}

.access {
}
.access img {
	display: block;
	margin-bottom: 5px;
}
.access p {
	margin-bottom: 10px;
}
.access dt {
	color: #004c79;
}

.access02 {
}
.access02 iframe {
	margin-top: 20px;
	width: 100%;
}



.summary {
	
}
.summary table th {
	width: 30%;
	color: #004c79;
	padding: 15px 5px;
	border-bottom: solid 1px #d5d5d5;
}
.summary table td {
	padding: 15px 5px;
	border-bottom: solid 1px #d5d5d5;
}
.summary table tr:last-child th,
.summary table tr:last-child td {
	padding: 15px 5px;
	border-bottom: none;
}



.first {
	margin-bottom: 80px;
	background: url("../img/bg_first.webp") no-repeat center;
	background-size: cover;
	padding: 60px 0;
}
.first .inner {
	background-color: rgb(255 255 255 / 0.8);
	border-radius: 10px;
	padding: 30px;
}
.first .inner li {
	width: 32%;
	margin-right: 2%;
}
.first .inner li:last-child {
	margin-right: 0%;
}



.wish {
}
.wish .cbox {
	margin-bottom: 80px;
}
.wish .btn_default-w {
	margin-top: 30px;
}

.wish .area__text {
	float: left;
	width: 50%;
}
.wish .area__text dt {
	font-size: 2.6rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.wish .area__photo {
	float: right;
	position: relative;
	width: 45%;
}
.wish .area__photo p {
	position: absolute;
	top: -15px;
	left: -15px;
	background: #ffdf00;
	width: 66px;
	height: 66px;
	border-radius: 33px;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	color: #004c79;
	line-height: 60px;
}
.wish .area__photo img {
	border-radius: 10px;
}

.wish .no02 .area__text {
	float: right;
}
.wish .no02 .area__photo {
	float: left;
}


.faq {
	background: #FFF;
	padding: 60px 0;
}
.faq .btn_default-w {
	margin: 0 auto;
	margin-top: 30px;
	width: 500px;
}



/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 30px;;
	display: block;
	color: #FFF;
	background:#004c79;
	font-size: 2.6rem;
	font-weight: 700;
	border-radius: 6px;
}
.Label span {
	color: #ffdf00;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}






ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #004c79;
	}

ul.link li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
	ul.link li:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #2a3174;
		border-right: solid 1px #2a3174;
		position: absolute;
		top: 55%;
		left: 0;
		margin-top: -4px;
		transform: rotate(45deg);
	}
	ul.link li a {
		display: block;
	}
	ul.link li a:hover {
		color: #e57f80;
	}
	ul.link li:hover:before {
		border-top: solid 1px #e57f80;
		border-right: solid 1px #e57f80;
	}









/* フッター */
footer {
	background: #FFF;
	padding: 60px 0 0 0;
}
footer .set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



footer .logo {
	width: 300px;
	margin: 0 auto;
	margin-bottom: 30px;
}
footer h4 {
	border-bottom: solid 1px #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
footer h4 a {
	color: #004c79;
	background: url("../img/arrow_b.svg") no-repeat left center;
	background-size: 8px;
	padding-left: 14px;
}

.f-link01 {
	margin-bottom: 30px;
}
.f-link01 ul {
	width: 23%;
	margin-right: 2.5%;
}
.f-link01 ul:last-child {
	margin-right: 0;
}


.f-link02 .menu {
	width: 23%;
	margin-right: 2.5%;
	margin-bottom: 30px;
}
.f-link02 .menu:nth-child(4n) {
	margin-right: 0%;
}

/*ベース*/
footer .toggle {
	display: none;
}
footer .Label {		/*タイトル*/
	padding: 0;
	display: block;
	color: #2d2d2d;
	background:#FFF;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 6px;
}
footer .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #ababab;
	border-right: 2px solid #ababab;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
footer .Label,
footer .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
footer .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
footer .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
footer .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



.area__sns {
	padding: 40px 0;
	text-align: center;
}
.area__sns li {
	width: 30px;
	display: inline-block;
	margin: 0 20px;
}


footer .copy {
	text-align: center;
	background: #004c79;
	color: #FFF;
	font-size: 1.2rem;
	padding: 10px 0;
}






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

	
	
body {
	font-size: 1.4rem;
}

.set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}


	
.title__index {
	text-align: center;
	background: url("../img/icon.svg") no-repeat center bottom;
	background-size: 30px;
	padding-bottom: 50px;
	margin-bottom: 30px;
}
.title__index h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
}
.tit {
	border-left: solid 3px #004c79;
	padding-left: 10px;
	margin-bottom: 10px;
}
.tit h3 {
	font-size: 2rem;
	font-weight: 700;
}

	
	
	
	
	
.btn__web {
	margin-bottom: 20px;
}
.btn__web a {
	display: block;
	background: #004c79 url("../img/icon_yoyaku.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 6px;
	font-weight: 700;
	color: #ffdf00;
	font-size: 1.8rem;
	padding: 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn__web a:hover {
	display: block;
	background: #004c79 url("../img/icon_yoyaku.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 6px;
	font-weight: 700;
	color: #ffdf00;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}


.btn__kesan {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}
.btn__kesan a {
	display: block;
	background: #004c79 url("../img/icon_kensa.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 50px;
	font-weight: 700;
	color: #ffdf00;
	font-size: 1.6rem;
	padding: 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}








.btn__tel {
	margin-bottom: 20px;
}
.btn__tel a {
	display: block;
	border: solid 3px #004c79;
	background: #FFF url("../img/icon_tel.svg") no-repeat 96% center;
	background-size: 27px;
	border-radius: 6px;
	font-weight: 700;
	color: #004c79;
	padding: 10px 20px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn__tel a dt {
	font-size: 3rem;
}
.btn__tel a dd {
	font-size: 1.2rem;
}






.btn_default-w{
	text-align: center;
}
.btn_default-w a {
	display: block;
	border: solid 3px #004c79;
	background: #FFF url("../img/arrow_b.svg") no-repeat 96% center;
	background-size: 10px;
	border-radius: 50px;
	font-weight: 700;
	color: #004c79;
	font-size: 1.6rem;
	padding: 10px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn_default-w a:hover {
	display: block;
	background: #004c79 url("../img/arrow_w.svg") no-repeat 98% center;
	background-size: 10px;
	color: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}




.btn_default-b{
	text-align: center;
}
.btn_default-b a {
	display: block;
	background: #004c79 url("../img/arrow_w.svg") no-repeat 96% center;
	background-size: 10px;
	border-radius: 50px;
	font-weight: 700;
	color: #ffdf00;
	font-size: 1.6rem;
	padding: 10px;
	box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.3);
}
.btn_default-b a:hover {
	display: block;
	background: #004c79 url("../img/arrow_w.svg") no-repeat 98% center;
	background-size: 10px;
	color: #fff;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}


	


#hd-head {
	display: none;
}

header {
	z-index: 100;
	width: 100%;
	background: #FFF;
	border-radius: 0;
	position: fixed;
	top: 0;
	left: 0%;
	margin-left: 0;
}
header .cbox {
	padding: 3%;
}
header .logo {
	float: none;
	width: 100%;
	font-size: 1.4rem;
}
header .logo dt {
	width: 50%;
	margin-bottom: 0;
}
header .logo dd {
	display: none;
}
header .header__other {
	display: none;
}
nav{
	display: none;
}
	
	
	
	
	

#mainimage {
	background: url("../img/mainimage.webp") no-repeat center;
	background-size: cover;
	text-align: center;
	padding: 100px 0 100px 0;
}
#mainimage li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
}
#mainimage li:nth-child(2n) {
	margin-right: 0%;
}



.inspection {
	width: 100%;
	margin: 0 auto;
	margin-top: 0px;
	background: #f1f3f8;
	border-radius: 10px;
	padding-top: 30px;
	margin-bottom: 40px;
}
.inspection .set {
}
.inspection .set a {
	width: 48%;
	margin-right: 4%;
	text-align: left;
	margin-bottom: 20px;
}
.inspection .set a:nth-child(2n) {
	margin-right: 0%;
}

.inspection .set a dt {
	margin-bottom: 10px;
}
.inspection .set a dt img {
	border-radius: 6px;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
}


.inspection .set a dd {
	background: url("../img/arrow_b.svg") no-repeat right 10px;
	background-size: 6px;
}
.inspection .set a dd p {
	margin-top: 0px;
}
.inspection .set a dd strong {
	font-size: 1.6rem;
}



.news {
	margin-bottom: 40px;
}
.news .area__news {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}
.news .area__news dl {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #d5d5d5;
}
.news .area__news dl dt {
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.news .area__photo {
	float: none;
	width: 100%;
}
.news .area__photo img {
	border-radius: 6px;
}





.info {
	padding: 40px 0 30px 0;
	background: url("../img/bg.webp") repeat center;
}
.info .area__left {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 20px;
}
.info .area__right {
	width: 100%;
	margin-bottom: 20px;

}

.hours {
}
.hours table {
	background: #FFF;
	text-align: center;
	border-top: solid 1px #969696;
	border-left: solid 1px #969696;
	margin-bottom: 10px;
}
.hours table th {
	background: #004c79;
	color: #FFF;
	padding: 15px 5px;
	border-bottom: solid 1px #969696;
	border-right: solid 1px #969696;
}
.hours table td {
	padding: 15px 5px;
	border-bottom: solid 1px #969696;
	border-right: solid 1px #969696;
}

.access {
}
.access img {
	display: block;
	margin-bottom: 5px;
}
.access p {
	margin-bottom: 10px;
}
.access dt {
	color: #004c79;
}

.access02 {
}
.access02 iframe {
	margin-top: 20px;
	width: 100%;
}



.summary {
	
}
.summary table th {
	width: 30%;
	color: #004c79;
	padding: 15px 5px;
	border-bottom: solid 1px #d5d5d5;
}
.summary table td {
	padding: 15px 5px;
	border-bottom: solid 1px #d5d5d5;
}
.summary table tr:last-child th,
.summary table tr:last-child td {
	padding: 15px 5px;
	border-bottom: none;
}



.first {
	margin-bottom: 40px;
	background: url("../img/bg_first.webp") no-repeat center;
	background-size: cover;
	padding: 30px 0;
}
.first .inner {
	background-color: rgb(255 255 255 / 0.8);
	border-radius: 10px;
	padding: 30px;
}
.first .inner li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 2%;
}
.first .inner li:last-child {
	margin-right: 0%;
}



.wish {
}
.wish .cbox {
	margin-bottom: 40px;
}
.wish .btn_default-w {
	margin-top: 10px;
}

.wish .area__text {
	float: none;
	width: 100%;
}
.wish .area__text dt {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.wish .area__photo {
	margin-bottom: 20px;
	float: none;
	width: 100%;
	position: relative;
}
.wish .area__photo p {
	position: absolute;
	top: -15px;
	left: -15px;
	background: #ffdf00;
	width: 66px;
	height: 66px;
	border-radius: 33px;
	font-size: 3.2rem;
	font-weight: 700;
	text-align: center;
	color: #004c79;
	line-height: 60px;
}
.wish .area__photo img {
	border-radius: 10px;
}

.wish .no02 .area__text {
	float: right;
}
.wish .no02 .area__photo {
	float: left;
}


.faq {
	background: #FFF;
	padding: 30px 0;
}
.faq .btn_default-w {
	margin: 0 auto;
	margin-top: 30px;
	width: 100%;
}



/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 15px;;
	display: block;
	color: #FFF;
	background:#004c79;
	font-size: 1.6rem;
	font-weight: 700;
	border-radius: 6px;
}
.Label span {
	color: #ffdf00;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}








ul.dot {
	margin-bottom: 15px;
}
.box ul.dot {
	margin-bottom: 0;
}
	ul.dot li {
		margin-bottom: 10px;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li:last-child {
		margin-bottom: 0;
	}
	ul.dot li::before {
		display: inline-block;
		content: "";
		margin-top: 8px;
		margin-right: 7px;
		width: 8px;
		height: 8px;
		vertical-align: top;
		border-radius: 5px;
		background-color: #004c79;
	}

ul.link li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 15px;
}
	ul.link li:before {
		content: '';
		width: 6px;
		height: 6px;
		border: 0;
		border-top: solid 1px #2a3174;
		border-right: solid 1px #2a3174;
		position: absolute;
		top: 55%;
		left: 0;
		margin-top: -4px;
		transform: rotate(45deg);
	}
	ul.link li a {
		display: block;
	}
	ul.link li a:hover {
		color: #e57f80;
	}
	ul.link li:hover:before {
		border-top: solid 1px #e57f80;
		border-right: solid 1px #e57f80;
	}

	
	
	
	
	
	
	
	
/* フッター */
footer {
	background: #FFF;
	padding: 60px 0 0 0;
}
footer .set {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: left;
	
	-webkit-flex-wrap: wrap; 
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}



footer .logo {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
footer h4 {
	border-bottom: solid 1px #d5d5d5;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
footer h4 a {
	color: #004c79;
	background: url("../img/arrow_b.svg") no-repeat left center;
	background-size: 8px;
	padding-left: 14px;
}

.f-link01 {
	margin-bottom: 30px;
}
.f-link01 ul {
	width: 49%;
	margin-right: 2%;
}
.f-link01 ul:nth-child(2n) {
	margin-right: 0;
}


.f-link02 .menu {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 30px;
}
.f-link02 .menu:nth-child(4n) {
	margin-right: 0%;
}

/*ベース*/
footer .toggle {
	display: none;
}
footer .Label {		/*タイトル*/
	padding: 0;
	display: block;
	color: #2d2d2d;
	background:#FFF;
	font-size: 1.6rem;
	font-weight: 500;
	border-radius: 6px;
}
footer .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 8px;
	height: 8px;
	border-top: 2px solid #ababab;
	border-right: 2px solid #ababab;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
footer .Label,
footer .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
footer .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
footer .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
footer .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}



.area__sns {
	padding: 40px 0;
	text-align: center;
}
.area__sns li {
	width: 30px;
	display: inline-block;
	margin: 0 20px;
}


footer .copy {
	text-align: center;
	background: #004c79;
	color: #FFF;
	font-size: 1.2rem;
	padding: 10px 0 60px 0;
}

	
	
	
	
	
	
	
#spFooter {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 1000;
	padding: 2%;
}
#spFooter ul {
	margin: 0;
}
	#spFooter li {
		width: 32%;
		margin-right: 2%;
	}
	#spFooter li:last-child {
		margin-right: 0%;
	}
	
	
	
	
	
	
	
	
}
	
}