@charset "utf-8";

#wrapper {
	width:100%;
	overflow:hidden;
}

html {
	/* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
	/*scroll-behavior: smooth;*/
}

body {
	/* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
	font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic","ヒラギノ角ゴ Pro W2", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #222;
	line-height: 2;
}

a[href^="tel:"] {
	color: inherit;
	pointer-events: none;
	text-decoration:none;
	display: inline-block;
}

@media screen and ( max-width:700px ){

	a[href^="tel:"] {
		color: inherit;
		pointer-events: auto;
	}

}

ul{ padding: 0; list-style-type: none;}

.pc{ display: block ; }
.sp{ display: none ; }

@media screen and ( max-width: 768px ){

	.tab{ display: block ; }

}

@media screen and ( max-width: 559px ){

	.pc{ display: none ; }
	.sp{ display: block ; }

}

a{
	color: #19a690;
}

a img:hover {
	opacity: 0.8;
	transition: all .2s;
}


.link_ani a {
	position: relative;
	display: inline-block;
	transition: 0.5s;
	text-decoration: none;
}

.link_ani a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	border-bottom: solid 2px #fff;
	transition: 0.3s;
	opacity: 0.6;
}

.link_ani a:hover::after {
	width: 100%;
}

/*----------------------------------------*/

.mt-6 {margin-top: 6rem;}
.btn {
	padding: 1rem 2rem;
	font-size: 1.6rem;
}
.font-red {color: #CC0000;}
.font-25 {font-size: 2.5rem;}
.font-24 {font-size: 2.4rem;}
.font-23 {font-size: 2.3rem;}
.font-22 {font-size: 2.2rem;}
.font-21 {font-size: 2.1rem;}
.font-20 {font-size: 2rem;}
.font-19 {font-size: 1.9rem;}
.font-18 {font-size: 1.8rem;}
.font-17 {font-size: 1.7rem;}
.font-16 {font-size: 1.6rem;}
.font-15 {font-size: 1.5rem;}
.font-14 {font-size: 1.4rem;}
.font-13 {font-size: 1.3rem;}
.font-12 {font-size: 1.2rem;}
.font-11 {font-size: 1.1rem;}
.font-10 {font-size: 1rem;}

.pc-pd15 {margin-left: 15px; margin-right: 15px;}

/*----------------------------------------*/

header{

}



/*-------------*/

#nav{
	max-width: 120rem;
	margin: 0 auto;
	flex-wrap: wrap;
}

nav{
	min-height: 65px;
	padding: 1.5rem 0;
	width: 100%;
}

.nav{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 130rem;
	margin: 0 auto;
	
}

nav .call_area{
	display: none;
}

.p_list{
	display: flex;
	align-items: center;

	max-width: 130rem;
	margin: 0 auto;
	list-style: none;
	min-height: 3.5rem;
}

.p_list li{
	font-size: 1.2rem;
	padding-right: 0.5rem;
	margin-right: 0.5rem;
}

.p_list li::before{
	content: url(../img/p_list.png);
	margin-right: 0.5rem;
}

.p_list li:first-child::before{
	content: none;
}

.p_list li a{
	color: #212529;
}

/*---------------------------------------------------*/


/* ウィンドウ幅が0～768pxの場合に適用するCSS */
@media screen and ( max-width:768px ){



}/* ウィンドウ幅が0～768pxの場合に適用するCSS */

/* ウィンドウ幅が0～700pxの場合に適用するCSS */
@media screen and ( max-width:700px ){



}/* ウィンドウ幅が0～700pxの場合に適用するCSS */

/*---------------------------------------------------*/

.top_contents{
	background: url(../img/bg.jpg) no-repeat #fdfae9;
	background-size: contain;
	
	overflow: hidden;
}

/*---------------------------------------------------*/

.h3_title{
	text-align: center;
	width: 100%;
	margin: 0 auto 6rem;
}

.h3_title.left{
	text-align: left;
}

.h3_title.center{
	text-align: center;
}

.h3_title h3{
	/*font-size: 10rem;*/
	/* border-bottom: 1px solid #2f2f2f;*/
	font-weight: 600;
	position: relative;
}

.h3_title.center h3{
	text-align: center;
}

.h3_title.center h3 img{
	margin: 0 auto;
}
/*
.h3_title h3::before{
	position: absolute;
	content: url(../img/icon_taxi.png);
	bottom: -1rem;
	left: 30%;
}
*/
.h3_title p{
	font-size: 2rem;
	font-weight: 600;
}

.content{
	width: 100%;
}

.content section{
	max-width: 1300px;
	padding: 8rem 0;
	margin: 0 auto;
	/*background: #eee;*/
}

@media screen and ( max-width:1600px ){

	.content section{
		padding: 8rem 2rem;
	}

}

.content section.title_only{
	padding: 8rem 0 0;
}

#content{
	margin-left: 15px;
	margin-right: 15px;
}

/*---------*/
/* Bootstrap 4 カスタマイズ */

.lead{
	font-size: 2.5rem;
	margin-bottom: 2rem;
	font-weight: 600;
}

/* ウィンドウ幅が0～768pxの場合に適用するCSS */
@media screen and ( max-width:768px ){

	#content{
		margin-left: 0;
		margin-right: 0;
	}

	.h3_title {
		width: 100%;
	}

}/* ウィンドウ幅が0～768pxの場合に適用するCSS */

/* ウィンドウ幅が0～700pxの場合に適用するCSS */
@media screen and ( max-width:700px ){

	.h3_title {
		width: 100%;
	}
	
	.h3_title h3::before {
		left: 0%;
	}
	
	.h3_title h3{
		font-size: 4rem;
	}
	
	.h3_title.sub{
		margin-bottom: 4rem;
	}

}/* ウィンドウ幅が0～700pxの場合に適用するCSS */

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

.contents .left_area{
	width: 850px;
}

/*---------------*/

.top_bt{
	background: #bf5454;
	width: 250px;
	height: 70px;
	border-radius: 5rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	
	transition: 0.5s ;
}

.top_bt:hover{
	text-decoration: none;
	color: #fff;
	background: #d77777;
}
/*----------------------*/
	
.page_top{
	position: fixed;
	bottom: 1rem;
	right: 1rem;
	z-index: 5;
}
	
.page_top a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #19a690;
		
	width: 50px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	
	position: relative;
	font-size: 2rem;
	color: #fff;
	
}

.page_top a:hover{
	opacity: .6;
	transform: scale(0.9);
	transition-duration: 0.5s;
}

/*
.page_top a::before {
	border-right: 3em solid #00a740;
	content: "";
	bottom: 0;
	right: 0;
	border-top: 3em solid transparent;
	position: absolute;
	z-index: 100;
	z-index: -1;
}
*/

.page_top a:hover{
	/*background: #222222;*/
}

.page_top a i{
	font-size: 5rem;
}

@media screen and ( max-width: 1300px ){

	.page_top {
		bottom: 1rem;
	}

}

@media screen and ( max-width: 1024px ){

	.page_top {
		bottom: 1rem;
	}

}



/*----------------------------*/


/* ウィンドウ幅が0～768pxの場合に適用するCSS */
@media screen and ( max-width:768px ){


}/* ウィンドウ幅が0～768pxの場合に適用するCSS */

/* ウィンドウ幅が0～700pxの場合に適用するCSS */
@media screen and ( max-width:700px ){


}/* ウィンドウ幅が0～700pxの場合に適用するCSS */



/*---------------*/

@media screen and ( max-width:130rem ){


}/* ウィンドウ幅が0～130remの場合に適用するCSS */


/* ウィンドウ幅が0～768pxの場合に適用するCSS */
@media screen and ( max-width:768px ){

	.head {
		padding: 0 1rem;
	}

	.head .logo h1 {
		max-width: 250px;
		margin-right: 10px;
	}


	.head .call_area strong {
		font-size: 2.5rem;
	}

	.nav li a {
		padding: 0 1rem;
	}
	
	.p_list {
		padding: 0 1rem;
	}

	.contents {
		max-width: 768px;
		flex-wrap: wrap;
	}
	
	.contents .left_area {
		width: 100%;
	}
	
	.contents .right_area {
		width: 100%;
		border-bottom: 4px solid #fff;
	}

	.top_about {
		background: url(../img/top/bg.png) no-repeat 7rem;
		padding: 6rem 13rem;
	}
	
	.page_top a {
		width: 55px;
		height: 55px;
	}
	
	.footer_link {
		flex-wrap: wrap;
		height: auto;
		padding: 1rem 0;
		line-height: 4rem;
	}

}/* ウィンドウ幅が0～768pxの場合に適用するCSS */

/* ウィンドウ幅が0～700pxの場合に適用するCSS */
@media screen and ( max-width:700px ){

	.head {
		flex-wrap: wrap;
		height: auto;
		padding: 0.5rem;
	}

	.head .logo {
		flex-wrap: wrap;
		justify-content: left;
		align-items: center;
	}
	
	.head .logo h1 {
		max-width: 60%;
	}
	
	.head .logo h1 img {
		width: 100%;
	}
	
	.head .logo p {
		font-size: 1.2rem;
		min-width: 80px;
	}
	
	.head .logo div {
		font-size: 1.1rem;
	}
	
	.head .logo div span {
		font-size: 1.1rem;
		font-weight: normal;
	}
	
	.head .call_area {
		align-items: center;
		margin: 0 auto 2rem;
		display: none;
	}
	
	/*----------------------*/
	
	.nav {
		flex-wrap: wrap;
		width: auto;
		max-width: none;
	}
	
	.nav li{
		width: 100%;
		border-bottom: 1px solid #fff;
		border-left: none;
	}
	
	.nav li a {
		justify-content: left;
		padding: 0;
	}
	
	.nav li:last-child {
		border-right: none;
	}
	
	nav .call_area{
		display: block;
		margin: 2rem;
		border-top: 1px dotted #fff;
		border-bottom: 1px dotted #fff;
		color: #fff;
		padding: 1rem 0.5rem 0.5rem;
	}
	
	nav .call_area li:last-child {
		display: flex;
		align-item: center;
		font-size: 2.2rem;
		align-items: center;
	}
	
	nav .call_area li:last-child a{
		color: #fff;
	}
	
	/*----------------------*/

	.p_list {
		border-top: 1px solid #eee;
		/*border-bottom: 1px solid #eee;*/
		padding-left: 1rem;
	}

	.contents {
		flex-wrap: wrap;
	}
	
	.contents .left_area {
		width: 100%;
	}
	
	.contents .right_area {
		width: 100%;
		border-bottom: 4px solid #fff;
	}

	
	/*----------------------*/

	.page_top {
		bottom: 10rem;
		right: 0.5rem;
		z-index: 5;
	}
	
	.page_top a {
		width: 40px;
		height: 40px;
	}
	
	.page_top a i {
		font-size: 4rem;
	}
	
	.footer_link {
		flex-wrap: wrap;
		height: auto;
	}
	
	.footer_link li{
		width: 50%;
		margin: 0;
		padding: 1rem;
		
		position: relative;
		border-bottom: 1px solid #fff;
	}

	.footer ul {
		flex-wrap: wrap;
	}
	
	.footer ul li:first-child {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5rem;
	}
	
	.footer ul.footer_data li:last-child {
		width: 100%;
		text-align: center;
	}

}/* ウィンドウ幅が0～700pxの場合に適用するCSS */

/* スマートフォン　グローバルナビ */
@media screen and ( max-width:1024px ){

	.global-nav {
		position: fixed;
		right: -320px; /* これで隠れる */
		top: 0;
		width: 30%; /* スマホに収まるくらい */
		height: 100vh;
		padding-top: 40px;
		/*background-color: #fff;*/
		background-color:  rgba(255,255,255,.9);
		transition: all .6s;
		z-index: 200;
		overflow-y: auto; /* メニューが多くなったらスクロールできるように */
	}
	.hamburger {
		position: fixed;
		right: 9px;
		top: 9px;
		width: 45px; /* クリックしやすいようにちゃんと幅を指定する */
		height: 45px; /* クリックしやすいようにちゃんと高さを指定する */
		cursor: pointer;
		z-index: 300;
		border: 2px solid #ffffff;
		background: #006cc6;
	}

.nav-open .hamburger {
		border: 2px solid #006cc6;
		background: #fff;
}

	.global-nav__list {
		margin: 0 2rem;
		padding: 0;
		list-style: none;
		flex-wrap: wrap;
	}
	.global-nav__item {
		text-align: center;
		padding: 0 14px;
	}
	.global-nav__item a {
		display: block;
		padding: 8px 0;
		border-bottom: 1px solid #eee;
		text-decoration: none;
		color: #111;
	}
	.global-nav__item a:hover {
		background-color: #eee;
	}
	.hamburger__line {
		position: absolute;
		left: 12px;
		width: 18px;
		height: 2px;
		background-color: #ffffff;
		transition: all .6s;
	}

.nav-open .hamburger__line {
		background-color:  #006cc6;
}

	.hamburger__line--1 {
		top: 14px;
	}
	.hamburger__line--2 {
		top: 20px;
	}
	.hamburger__line--3 {
		top: 26px;
	}
	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		/*background-color: #000;*/
		background-color:  rgba(0,0,0,.1);
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}
	/* 表示された時用のCSS */
	.nav-open .global-nav {
		right: 0;
	}
	.nav-open .black-bg {
		opacity: .8;
		visibility: visible;
	}
	.nav-open .hamburger__line--1 {
		transform: rotate(45deg);
		top: 20px;
	}
	.nav-open .hamburger__line--2 {
		width: 0;
		left: 50%;
	}
	.nav-open .hamburger__line--3 {
		transform: rotate(-45deg);
		top: 20px;
	}


}

@media screen and ( max-width:768px ){

	.global-nav {
		width: 40%;
	}

}

@media screen and ( max-width: 559px ){

	.global-nav {
		width: 62%;
	}

}


/*---------------------------------------------------------------------------------------------*/

.mainvisual{
	width: 100vw;
	/*height: 100vh;*/
	overflow: hidden;
	/*background: url(../img/top/main.jpg) no-repeat;*/
	/*margin-bottom: 12rem;*/
}

@media screen and ( max-width: 1300px ){
	.mainvisual{
		width: 100vw;
	}
}

@media screen and ( max-width: 559px ){

	.mainvisual {

	}
	
	.mainvisual img{
		width: 100%;
	}

}


video{
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%,-50%);
}

header.header{
	width: 100%;
	margin: 0 auto;
	/*position: fixed;*/
	top: 0;
	z-index: 6;
	transition: all 0.5s ease;
	background: rgba(0, 0, 0, 0.3);
}

header.hidden {
	background: none;
	transition: all 0.5s ease;
}

header.header #nav{
	display: none;
	margin: 0 auto;
	/*max-width: 160rem;*/
	justify-content: space-between;
}

header.header #nav .logo{
	/*padding-left: 2rem;*/
	display: flex;
	align-items: center;
}

header.header #nav .logo a{
	max-width: 21rem;
}

header.header #nav .logo img{
	width: 100%;
}

header.header #nav .logo h1{
	color: #fff;
	font-size: 1.2rem;
	margin-left: 2rem;
}

@media screen and ( max-width: 1300px ){
	header.header #nav .logo {
		width: 20%;
	}
}

@media screen and ( max-width: 1024px ){

	header.header #nav{
		display: flex;
	}

}

@media screen and ( max-width: 700px ){

	header.header #nav .logo img {
		width: 85%;
	}

	header.header #nav .logo {
		width: 80%;
	}

	header.header #nav .logo a {
		max-width: 15rem;
	}

	header.header #nav .logo h1 {
		font-size: 1rem;
		margin-left: 1rem;
	}

}

header.header .menu_area{
	display: flex;
}

header.header #nav .menu{
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	
	border-left: 0.1rem solid #ddd;
	width: 100%;
}

header.header #nav .menu li{
	/*margin: 0 3.3rem;*/
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 0.1rem solid #ddd;
	
	width: 16.23rem;
}

header.header #nav .menu li.sp_area{
	display: none;
}

header.header #nav .menu li a{
	color: #222;
	line-height: 0;
	padding: 0 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;

	width: 100%;
	height: 100%;
}

header.header #nav .menu li a:hover{
	color: #fff;
	background: #006cc6;
	/*border-radius: 1rem;*/
}

header.header #nav .menu li a img{
	width: 100%;
}

header.header #nav .menu li.contact_bg{
	max-width: 18rem;
	height: 8rem;
	margin: 0;
}

header.header #nav .menu li.contact_bg a{
	background: #f5ba1f;
	padding: 0 3rem;
	margin-left: 1rem;
}

@media screen and ( max-width: 1024px ){

	header.header #nav .menu li.sp_area{
		display: flex;
	}

	header.header #nav .menu {
		flex-wrap: wrap;
		margin-top: 5rem;
		border-left: none;
	}

	header.header #nav .menu li{
		width: 100%;
		border-right: none;
		border-bottom: 0.1rem solid #ddd;
	}
	
	header.header #nav .menu li a {
		justify-content: left;
	}

}

@media screen and ( max-width: 700px ){

	header.header #nav .menu li a img {
		width: auto;
	}
	
	header.header #nav .menu li.contact_bg {
		height: 5rem;
		margin: 0 1rem;
	}
	header.header #nav .menu li.contact_bg a {
		background: none;
		padding: 0;
		margin-left: 0;
	}
}


/*----------------------*/

.h3_title h3{
	font-size: 3.5rem;
	font-family: "游明朝",'Noto Serif JP', YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
	line-height: normal;
}

.h3_title p{
	margin-top: 3rem;
	font-size: 1.6rem;
	font-feature-settings: "palt";
	line-height: normal;
}

.h3_title.sub p{
	margin-top: 1rem;
	font-size: 3rem;
	font-feature-settings: "palt";
	line-height: normal;
}


/*----------------------*/


/*
.bt{
	max-width: 30rem;
	height: 8rem;
	margin: 0 auto;
	font-size: 2.5rem;
}

.bt.left{
	max-width: 30rem;
	height: 8rem;
	margin: 0;
}

.bt.pink{
	max-width: 45rem;
	height: 9rem;
	margin: 0;
}
*/
@media screen and ( max-width: 1024px ){

	.bt{
		max-width: 20rem;
		height: 6rem;
		font-size: 2rem;
	}

	.bt.left{
			max-width: 20rem;
			height: 6rem;
	}

}

@media screen and ( max-width: 700px ){


}

.bt .button {
	position: relative;
	display: flex;
	padding: .5em 4em;
	color: #060606;
	text-align: center;
	text-decoration: none;
	transition: .3s;
	width: 100%;
	height: 100%;
	z-index: 5;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	background: #f5ba1f;
}

.bt.line .button {
	border: 5px solid #060606;
}

.bt.pink .button {
	background: #f5ba1f;
	color: #212121;
	font-size: 2rem;
	border: 0;
	padding: .5em 1.5em;
	width: 35rem;
}

.bt .button:hover {
	color: #fff;
}

.bt .button::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	content: '';
	background: #060606;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}

.bt .button:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}

.category_list{
	display: flex;
	max-width: 127rem;
	background: #fff;
}

.category_list .title{
	width: 25rem;
	height: 25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6b6b6b;
	color: #fff;
}

.category_list .title h4{
	font-size: 3rem;
	line-height: 4.5rem;
}

.category_list .title h4 span{
	font-size: 1.6rem;
}

.category_list .list{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 102rem;
	padding: 0 2rem;
}

.category_list .list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.category_list .list ul li{
	width : 30% ;
}

.category_list .list ul li form{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.category_list .list ul li form label {
	position: relative;
	display: inline-block;
	border: 2px solid #292929;
	width: 60%;
	margin: 10px 0 10px 5px;
}

.category_list .list ul li form label:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	width: 0;
	height: 0;
	margin: -2px 0 0 0;
	border: 5px solid transparent;
	border-top: 7px solid #292929;
}

.category_list .list ul li form select {
	font-family: "メイリオ", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0.3rem;
	padding: 13px 16px;
	width: 100%;
	border: none;
	cursor: pointer;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	background: transparent;
}

@media screen and ( max-width: 1024px ){

	.bt.pink .button {
		font-size: 1.8rem;
		width: 30rem;
	}
	
	.bt.pink {
		height: 8rem;
	}

}

/*----------------------*/


div.image{
	/*overflow: hidden;*/
}


div.image a img:hover{
	transform: scale(0.98);
	transition-duration: 0.5s;
}

/*----------------------*/

.w-100 {
	min-width: 192rem;
}

.carousel-fade .carousel-item {
	display: flex;
	justify-content: center;
	position: relative;
}

.carousel-fade .carousel-item img{
	align-self: flex-start;
}

.carousel-fade .carousel-item .bt01{
	width: 80%;
	bottom: 3rem;
	position: absolute;
}

.carousel-fade .carousel-item .bt02{
	width: 80%;
	bottom: 3rem;
	position: absolute;
}

.carousel-fade .carousel-item .bt03{
	width: 35%;
	bottom: 2rem;
	right: 1.5rem;
	position: absolute;
}

.carousel-fade .carousel-item .bt04{
	width: 35%;
	bottom: 2rem;
	right: 1.5rem;
	position: absolute;
}

@media screen and ( max-width: 1300px ){

	.w-100 {
		min-width: 170rem;
	}

}

@media screen and ( max-width: 1024px ){

	.w-100 {
		min-width: 130rem;
	}

}

@media screen and ( max-width: 768px ){

	.w-100 {
		min-width: 100rem;
	}

}

@media screen and ( max-width: 700px ){

	.w-100 {
		min-width: auto;
	}

}


/*----------------------*/

.top_access{
	border-left: 0.5rem solid #222222;
	max-width: 160rem;
	margin: 0 auto;
	padding: 0 0;
	/*height: 38rem;*/
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top_access h4{
	font-size: 5rem;
	font-weight: bold;
}

.top_access ul{
	margin-bottom: 4rem;
}

/*----------------------*/

.tel_area .tel{
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	margin-right: 2.5rem;
}

.tel_area .tel img{
	margin-right: 2rem;
	margin-top: -0.5rem;
}

.tel_area .tel a{
	font-size: 4rem;
	font-weight: bold;
}

@media screen and ( max-width: 1024px ){

	.tel_area .tel a {
		font-size: 0rem;
	}

}

/*----------------------*/

@media screen and ( max-width: 1024px ){
	
	div.image img {
		width: 100%;
	}
	
	section{
		width: 94%;
		margin: 0 auto;
	}
	
	.category_list .title {
		height: auto;
		padding: 0 3rem;
	}
	
	.category_list .list ul {
		padding: 3rem 0;
	}
	
	.category_list .list ul li {
		width: 42%;
	}

}

/*----------------------*/

@media screen and ( max-width: 768px ){

	.catch {
		margin: 0;
		top: 0;
	}
	
	.category_list {
		flex-wrap: wrap;
	}
	
	.category_list .title {
		padding: 2rem 3rem;
		width: 100%;
		text-align: center;
	}
	
	.top_access {
		flex-wrap: wrap;
	}

	.top_access .data_area{
		margin-bottom: 5rem;
	}
	
	.news_list li {
		width: 100%;
	}

	header.header {
		height: 0;
	}
	
	header.header #nav .logo {
		height: 6rem;
	}

}

/*----------------------*/

@media screen and ( max-width: 700px ){

	.content section {
		padding: 6rem 0;
	}

	section {
		width: 87%;
	}
	
	.top_access .map_area img{
		width: 100%;
	}

	div.bt.pink {
		max-width: 100%;
	}
	
	.tel_area .tel a {
		font-size: 3.3rem;
	}
	
	.tel_area .tel {
		margin-bottom: 2rem;
		flex-wrap: wrap;
	}
	
	.tel_area .tel small{
		width: 100%;
		text-align: center;
	}
	
	div.bt.pink .button {
		font-size: 1.8rem;
		width: 100%;
	}
	
	.h3_title h3 {
		font-size: 2.8rem;
	}
	
	.category_list .list ul li {
		width: 100%;
	}
	
	.footer .footer_area ul.footer_link {
		width: 100%;
	}
	
	.footer .footer_area ul.footer_link li {
		width: calc(100% / 2.3);
	}

	.footer ul li:first-child {
		margin-bottom: 0;
	}
	
	.h3_title p {
		font-size: 1.4rem;
	}

	.h3_title.sub p {
		font-size: 2rem;
	}
	
	.category_list .title h4 {
		line-height: 3.5rem;
	}

	.catch {
		margin: 0;
		top: 0;
	}
	
	.catch h2 {
		font-size: 3rem;
		line-height: 5rem;
		margin-bottom: 3rem;
		padding-bottom: 3rem;
	}
	.catch p {
		font-size: 1.8rem;
	}
	
	header.header #nav {
		height: 6.3rem;
	}

	header.header .menu_area {
		flex-wrap: wrap;
	}

	header.header #nav .menu {
		margin-top: 5rem;
	}
	header.header #nav .menu li {
		margin: 0 1rem;
		height: 5rem;
		align-items: center;
		display: flex;
	}
	header.header #nav .menu {
		margin-bottom: 5rem;
	}

}

/*-----------------------------------------------------------------------------*/

.main_image{
	display: flex;
	justify-content: center;
}

.main_image{
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

/*-----------*/

.content .inner{
	max-width: 120rem;
	margin: 0 auto;
}

@media screen and ( max-width: 1600px ){

	.main_image img{
		width: 100%;
	}

}

@media screen and ( max-width: 1024px ){

	.content .inner{
		margin: 0 2rem;
	}

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

}

@media screen and ( max-width: 768px ){

	.main_image img{
		width: 125%;
	}

}

@media screen and ( max-width: 559px ){

	.main_image img{
		width: 100%;
	}

}

.about_area{
	width: 100%;
	background: url(../img/about_bg.jpg) no-repeat #e8ffe2;
	padding: 5rem 0;
	margin-bottom: 2rem;
}

.about_area h3{
	font-family: "游明朝",'Noto Serif JP', YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 3.5rem;
	text-align: center;
	font-feature-settings: "palt";

	position: relative;
	padding-bottom: 1.5rem;
	margin-bottom: 4rem;
}

.about_area h3:before{
	position: absolute;
	bottom: -1rem;
	left: calc(50% - 30px);
	width: 10rem;
	height: 0.4rem;
	content: '';
	background: #adca94;
}

.about_area h3 strong{
	font-size: 6rem;
	color: #194708;
}


.about_area p{
	max-width: 90rem;
	font-size: 2rem;
	margin: 0 auto;
}

@media screen and ( max-width: 1024px ){

	.about_area h3 {
		font-size: 2.5rem;
	}
	
	.about_area h3 strong {
		font-size: 4.5rem;
	}
	
	.about_area p{
		font-size: 1.6rem;
	}

}

@media screen and ( max-width: 768px ){
	
	.about_area h3 strong {
		font-size: 4rem;
	}

}

@media screen and ( max-width: 559px ){

	.about_area{
		margin-bottom: 0;
	}

	.about_area h3{
		font-size: 1.6rem;
		line-height: normal;
	}

	.about_area h3:before {
		left: calc(50% - 50px);
	}
	
	.about_area h3 strong{
		font-size: 2.5rem;
	}
	
	.about_area p {
		font-size: 1.4rem;
	}
}

/*-----------------------------------------------------------------------------*/

.mail_contact{
	margin-bottom: 3rem;
}

.mail_contact .inner{
	background: url(../img/mail_contact_bg_240523.jpg) no-repeat;
	min-height: 43.5rem;
}

.mail_contact .inner .bt{
	padding-top: 31.5rem;
	padding-left: 39rem;
}

@media screen and ( max-width: 1024px ){

	.mail_contact .inner {
		min-height: 35.5rem;
		background-size: cover;
	}
	
	.mail_contact .inner .bt {
		padding-top: 25.5rem;
		padding-left: 33rem;
	}
	
	.mail_contact .inner .bt img{
		width: 35rem;
	}

}

@media screen and ( max-width: 768px ){

	.mail_contact .inner {
		min-height: 26rem;
	}

	.mail_contact .inner .bt {
		padding-top: 19rem;
		padding-left: 25rem;
	}
	
	.mail_contact .inner .bt img{
		width: 26rem;
	}

}

@media screen and ( max-width: 559px ){

	.mail_contact{
		background: url(../img/mail_contact_back.jpg) repeat;
		/*background: url(../img/mail_contact_bg_sp.jpg) no-repeat;*/
		background: url(../img/mail_contact_bg_sp_240523.png) no-repeat;
		background-size: cover;
	}

	.mail_contact .inner{
		background: none;
		
		margin-top: -3.5rem;
		min-height: 42rem;
	}
	
	.mail_contact .inner .bt {
		padding-top: 25rem;
		padding-left: 0rem;
		max-width: 100%;
	}
	
	.mail_contact .inner .bt img{
		width: 100%;
	}

}

@media screen and ( max-width: 375px ){

	.mail_contact .inner {
		min-height: 39rem;
	}

	.mail_contact .inner .bt {
		padding-top: 22.5rem;
	}

}


/*-----------------------------------------------------------------------------*/

.tel_contact{
	margin-bottom: 16rem;
}

.tel_contact .inner{
	background: url(../img/tel_contact_bg.jpg) no-repeat #fffbe0;
	min-height: 28rem;

	border: 0.3rem solid #e3538d;
}

.tel_contact .inner .bt{
	padding-top: 9.5rem;
	padding-left: 53rem;
}


@media screen and ( max-width: 1024px ){

	.tel_contact .inner {
		min-height: 23rem;
		background-size: cover;
	}
	
	.tel_contact .inner .bt {
		padding-top: 8rem;
		padding-left: 45rem;
	}
	
	.tel_contact .inner .bt img{
		width: 40rem;
	}
	
}

@media screen and ( max-width: 768px ){

	.tel_contact .inner {
		min-height: 17rem;
		background-size: cover;
	}
	
	.tel_contact .inner .bt {
		padding-top: 6rem;
		padding-left: 33rem;
	}
	
	.tel_contact .inner .bt img{
		width: 30rem;
	}
	
}

@media screen and ( max-width: 559px ){

	.tel_contact{
		margin-bottom: 5rem;
	}

	.tel_contact .inner{
		background: url(../img/tel_contact_bg_sp.jpg) no-repeat #fffbe0;
		background-size: cover;
		min-height: 31rem;
	}
	
	.tel_contact .inner .bt {
		padding-top: 7rem;
		padding-left: 0;
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	
	.tel_contact .inner .bt img{
		width: 80%;
	}
}

@media screen and ( max-width: 375px ){

	.tel_contact .inner{
		min-height: 28rem;
	}
	
	.tel_contact .inner .bt {
		padding-top: 6rem;
	}

}


/*-----------------------------------------------------------------------------*/

.overview{
	background: url(../img/overview_bg.jpg) repeat;
	padding: 4rem 0;
}

.overview .inner{

}

.overview .inner .overview_area{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.overview .inner .overview_area .text{
	max-width: 53rem;
}

.overview .inner .overview_area .text h3{
	font-family: "游明朝",'Noto Serif JP', YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	font-size: 4.5rem;
	color: #394a28;
	margin-bottom: 4rem;
}

.overview .inner .overview_area .image{
	text-align: center;
}

.overview .inner .overview_area .image span{
	font-size: 1.2rem;
}


@media screen and ( max-width: 1024px ){

	.overview .inner .overview_area .text h3{
		font-size: 3.5rem;
		margin-bottom: 3rem;
	}

}

@media screen and ( max-width: 768px ){

	.overview .inner .overview_area {
		flex-wrap: wrap;
	}

}

@media screen and ( max-width: 559px ){

	.overview .inner .overview_area {
		flex-wrap: wrap;
	}

	.overview .inner .overview_area .text h3 {
		font-size: 2.5rem;
		text-align: center;
		position: relative;
	}

	.overview .inner .overview_area .text h3:before {
		position: absolute;
		bottom: -1rem;
		left: calc(50% - 50px);
		width: 10rem;
		height: 0.4rem;
		content: '';
		background: #adca94;
	}

	.overview .inner .overview_area .text p {
		font-size: 1.4rem;
	}

	.overview .inner .overview_area .image span {
		font-size: 1rem;
	}

}

/*-----------------------------------------------------------------------------*/

.worry{
	background: url(../img/worry_bg.jpg) repeat;
	padding: 0 0;
}

.worry .inner{

}

@media screen and ( max-width: 1024px ){

	.worry .inner img{
		width: 100%;
	}

}

@media screen and ( max-width: 559px ){

	.worry .inner img{
		width: 100%;
	}

}

/*-----------------------------------------------------------------------------*/

.elimination{

}

.elimination .inner{

}

.elimination .inner .title{
	text-align: center;
	margin-top: 4rem;
}

.elimination .inner .explanation{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.elimination .inner .explanation .text{
	font-size: 1.8rem;
	max-width: 60rem;
}

.elimination .inner .explanation_list{
	border: 0.4rem solid #ff861a;
	border-radius: 1rem;
	background: url(../img/explanation_list_bg.gif) repeat;
	padding: 2.5rem;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0;
}

.elimination .inner .explanation_list li{
	border-radius: 0.5rem;
	background: #fff;
	padding: 2.5rem;
	width: 31%;
	margin: 1rem;
}

.elimination .inner .explanation_list li h4{
	font-size: 3rem;
	font-weight: bold;
	color: #f57400;
	text-align: center;
	font-feature-settings: "palt";
	margin-bottom: 1.5rem;
	white-space: nowrap;
}

.elimination .inner .explanation_list li h5{
	font-size: 1.6rem;
	font-weight: bold;
	color: #905613;
	text-align: center;
	margin-bottom: 1.5rem;
}

.elimination .inner .explanation_list li div{
	margin-bottom: 1.5rem;
}

.elimination .inner .explanation_list li div img{
	width: 100%;
}

.answer{
	margin-bottom: 10rem;
}

@media screen and ( max-width: 1200px ){

	.elimination .inner .explanation_list li h4 {
		font-size: 2.8rem;
	}

}

@media screen and ( max-width: 1024px ){

	.elimination .inner .explanation_list li h4 {
		font-size: 2.5rem;
	}

}

@media screen and ( max-width: 768px ){

	.elimination .inner .title img{
		width: 70%;
	}

	.elimination .inner .explanation .text {
		font-size: 1.6rem;
		max-width: 54rem;
	}

	.elimination .inner .explanation_list li {
		width: 47%;
	}

}

@media screen and ( max-width: 559px ){

	.elimination .inner .explanation {
		display: none;
	}

	.elimination .inner .explanation_arrow .image{
		text-align: center;
		margin: 1.5rem auto;
	}

	.elimination .inner .explanation_arrow img{
		width: auto;
	}

	.elimination .inner .explanation_list {
		padding: 2rem 0.5rem;
	}

	.elimination .inner .explanation_list h3{
		margin: 0 1rem;
		text-align: center;
	}

	.elimination .inner .explanation_list h3 img{
		width: 90%;
	}

	.elimination .inner .explanation_list li {
		padding: 2rem;
		width: 100%;
	}
	
	.elimination .inner .explanation_list li h4 {
		font-size: 2rem;
		text-align: left;
		display: flex;
		align-items: center;
	}

	.elimination .inner .explanation_list li h5 {
		font-size: 1.4rem;
		font-feature-settings: "palt";
	}

	.elimination .inner .explanation_list li div {
		display: none;
	}

	.elimination .inner .explanation_list li p {
		font-size: 1.4rem;
	}

	.answer{
		margin-bottom: 5rem;
	}

}

/*-----------------------------------------------------------------------------*/

.reason{
	margin-bottom: 5rem;
}

.reason h3 , .company h3 , .qanda h3 , .contact h3{
	background: url(../img/title_bg.jpg) repeat;
	padding: 4rem 0;
	text-align: center;
	margin: 0;
	margin-bottom: 6rem;
}

.reason h3 , .contact h3{
	margin-bottom: 0;
}

.reason .reason_list{
	width: 100%;
}

.reason .reason_list li .inner{
	max-width: 120rem;
	padding: 8rem 0;
	margin: 0 auto;
}

.reason .reason_list li.reason_01{ background: url(../img/reason_bg01.jpg) no-repeat bottom; }
.reason .reason_list li.reason_02{ background: url(../img/reason_bg02.jpg) no-repeat bottom;}
.reason .reason_list li.reason_03{ background: url(../img/reason_bg03.jpg) no-repeat bottom; }
.reason .reason_list li.reason_04{ background: url(../img/reason_bg04.jpg) no-repeat bottom; }
.reason .reason_list li.reason_05{ background: url(../img/reason_bg05.jpg) no-repeat bottom; }

.reason .reason_list li .inner{ align-items: center; }
.reason .reason_list li.reason_01 .inner{  }
.reason .reason_list li.reason_02 .inner{ display: flex; justify-content: space-between; }
.reason .reason_list li.reason_03 .inner{ display: flex; justify-content: space-between; }
.reason .reason_list li.reason_04 .inner{ display: flex; justify-content: space-between; }
.reason .reason_list li.reason_05 .inner{ display: flex; justify-content: space-between; }

.reason .reason_list li.reason_01 .inner .text{ max-width: 87rem; margin: 0 auto; }
.reason .reason_list li.reason_02 .inner .text{ max-width: 53rem; margin-right: 4rem; }
.reason .reason_list li.reason_03 .inner .text{ max-width: 57.4rem; margin-left: 4rem; }
.reason .reason_list li.reason_04 .inner .text{ max-width: 58rem; margin-right: 4rem; }
.reason .reason_list li.reason_05 .inner .text{ max-width: 48.2rem; margin-left: 4rem; }

.reason .reason_list li .inner .text h4{
	margin-bottom: 2rem;
}

.reason .reason_list li .inner .text p{
	font-size: 1.8rem;
}

.reason .reason_list li.reason_01 .inner .image{ display: flex; justify-content: center; }



@media screen and ( max-width: 1024px ){

	.reason .reason_list li .inner{
		padding: 6rem 2rem;
	}
	
	.reason .reason_list li.reason_01 .inner .image{ align-items: flex-start; }

}

@media screen and ( max-width: 768px ){

	.reason h3 img{
		width: 60%;
	}

	.reason .reason_list li .inner .text h4 img{
		width: 100%;
	}

	.reason .reason_list li.reason_01 .inner .text h4 img {
		width: 55%;
	}

	.reason .reason_list li.reason_02 .inner .text{ max-width: 50%; }
	.reason .reason_list li.reason_03 .inner .text{ max-width: 50%; }
	.reason .reason_list li.reason_04 .inner .text{ max-width: 50%; }
	.reason .reason_list li.reason_05 .inner .text{ max-width: 40%; }

}

@media screen and ( max-width: 559px ){

	.reason h3 {
		padding: 2rem 0;
		margin-bottom: 0rem;
	}
	
	.company h3, .qanda h3, .contact h3 {
		padding: 2rem 0;
		margin-bottom: 3rem;
	}

	.contact h3 {
		margin-bottom: 0;
	}

	.reason h3 img{
		width: auto;
		height: 15rem;
	}

	.company h3 img, .qanda h3 img, .contact h3 img{
		height: 7rem;
	}
	
	.reason .reason_list li .inner {
		padding: 6rem 2rem;
	}
	
	.reason .reason_list li .inner .text {
		margin-bottom: 2rem;
	}
	
	.reason .reason_list li .inner .text p {
		font-size: 1.4rem;
	}

	.reason .reason_list li.reason_01{ background: url(../img/reason_bg_sp01.jpg) repeat ; }
	.reason .reason_list li.reason_02{ background: url(../img/reason_bg_sp02.jpg) repeat ; }
	.reason .reason_list li.reason_03{ background: url(../img/reason_bg_sp01.jpg) repeat ; }
	.reason .reason_list li.reason_04{ background: url(../img/reason_bg_sp02.jpg) repeat ; }
	.reason .reason_list li.reason_05{ background: url(../img/reason_bg_sp01.jpg) repeat ; }

	.reason .reason_list li.reason_02 .inner{ flex-wrap: wrap; }
	.reason .reason_list li.reason_03 .inner{ flex-wrap: wrap; flex-flow: column-reverse; }
	.reason .reason_list li.reason_04 .inner{ flex-wrap: wrap; }
	.reason .reason_list li.reason_05 .inner{ flex-wrap: wrap; flex-flow: column-reverse; }

	.reason .reason_list li.reason_02 .inner .text{ max-width: 100%; margin-right: 0; }
	.reason .reason_list li.reason_03 .inner .text{ max-width: 100%; margin-left: 0; }
	.reason .reason_list li.reason_04 .inner .text{ max-width: 100%; margin-right: 0; }
	.reason .reason_list li.reason_05 .inner .text{ max-width: 100%; margin-left: 0; }
	
	.reason .reason_list li .inner .image {
		text-align: center;
	}
	
	.reason .reason_list li .inner .image img{
		width: 80%;
	}
	
	.reason .reason_list li.reason_01 .inner .text h4 img {
		width: 100%;
	}
	
	.reason .reason_list li.reason_01 .inner .image img{
		width: 100%;
	}

}

/*-----------------------------------------------------------------------------*/

.company{
	margin-bottom: 16rem;
}

.company_area{
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.company_area .company_list{

}

.company_area .company_list li{
	display: flex;
	align-items: center;
	height: 6rem;
}

.company_area .company_list li h4{
	border-bottom: 0.1rem solid #5a9947;
	margin: 0;
	padding: 2rem;
	font-size: 2rem;
	font-family: "游明朝",'Noto Serif JP', YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
	width: 15rem;
}

.company_area .company_list li div{
	border-bottom: 0.1rem solid #c7c7c7;
	padding: 2rem;
	line-height: 1.5;
	width: 75%;
}

@media screen and ( max-width: 1024px ){

	.company_area .image{
		max-width: 40%;
	}

	.company_area .company_list li h4{
		font-size: 1.8rem;
		width: 16rem;
	}
	
	.company_area .company_list li div {
		line-height: 1.3;
	}

}

@media screen and ( max-width: 768px ){

	.company_area .image{
		max-width: 35%;
	}

	.company_area .company_list li {
		align-items: normal;
		height: auto;
	}

}

@media screen and ( max-width: 559px ){

	.company{
		margin-bottom: 5rem;
	}

	.company .company_area{
		flex-wrap: wrap;
	}

	.company .company_area .image{
		margin-bottom: 2rem;
		text-align: center;
		max-width: 100%;
	}

	.company .company_area .image img{
		width: 80%;
	}

	.company_area .company_list li h4 {
		padding: 1.5rem 1rem;
		font-size: 1.5rem;
		width: 14rem;
	}

	.company_area .company_list li div {
		padding: 1.5rem 1rem;
		font-size: 1.3rem;
	}
}

/*-----------------------------------------------------------------------------*/

.qanda{
	margin-bottom: 16rem;
}

.qanda .qanda_list{

}

.qanda .qanda_list li{
	display: flex;
	border-bottom: 0.2rem solid #ebebeb;
	padding: 1rem 0;
	line-height: normal;
}

.qanda .qanda_list li img{
	width: auto;
	height: auto;
	align-items: flex-start;
	margin-right: 2rem;
}

.qanda .qanda_list li .q{
	display: flex;
	align-items: center;
	width: 40%;
	background: #dbf4fa;
	padding: 2rem;
}

.qanda .qanda_list li .q h4{
	font-size: 2rem;
	font-weight: bold;
	color: #324e63;
	line-height: normal;
	margin-bottom: 0;
}

.qanda .qanda_list li .a{
	display: flex;
	align-items: center;
	width: 60%;
	padding: 0 2rem;
}

.qanda .qanda_list li .a p{
	margin-bottom: 0;
}

@media screen and ( max-width: 559px ){

	.qanda{
		margin-bottom: 5rem;
	}

	.qanda .qanda_list li{
		flex-wrap: wrap;
	}

	.qanda .qanda_list li img {
		margin-right: 1rem;
		width: 4rem;
	}
	.qanda .qanda_list li .q {
		width: 100%;
		padding: 1rem;
		background: url(../img/off.png) no-repeat right #dbf4fa;
	}
	.qanda .qanda_list li .q.change {
		background: url(../img/on.png) no-repeat right #dbf4fa;
	}
	.qanda .qanda_list li .q h4 {
		font-size: 1.4rem;
	}

	.qanda .qanda_list li .a {
		width: 100%;
		padding: 1rem 1rem;
	}
	.qanda .qanda_list li .a p {
		font-size: 1.2rem;
	}
}

/*-----------------------------------------------------------------------------*/

.contact {
	margin-bottom: 16rem;
}

.contact h3 {
	padding-bottom: 0;
}

.contact h3.sub {
	padding-bottom: 4rem;
	margin-bottom: 6rem;
}

.contact .web10{
	background: url(../img/title_bg.jpg) repeat;
	text-align: center;
	margin-bottom: -1rem;
}

.contact .web10 img{
	max-width: 60rem;
	margin-top: -4rem;
}

.contact .title_text{
	background: url(../img/title_bg.jpg) repeat;
	padding: 4rem 0;
	text-align: center;
	margin: 0;
	margin-bottom: 6rem;
	color: #fff;
}

.contact_text{
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 6rem;
}

.form_box select{
	color: #767676;
	background-color: #fafafa;
	border: 1px solid #dbdbdb;
	height: 50px;
	padding: 0.4rem 1.5rem;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 1.6rem;
}

@media screen and ( max-width: 1024px ){

	.contact .web10 img{
		max-width: 50rem;
	}

}

@media screen and ( max-width: 768px ){

	.contact .web10 img{
		max-width: 42rem;
	}

}

@media screen and ( max-width: 559px ){

	.contact {
		margin-bottom: 5rem;
	}

	.contact_text{
		font-size: 1.6rem;
		margin-bottom: 4rem;
	}

	.contact .title_text {
		padding: 3rem 1.8rem;
		font-size: 1.2rem;
		margin-bottom: 3rem;
	}
	
	.contact h3.sub {
		padding-bottom: 2rem;
		margin-bottom: 4rem;
	}
	
	.contact .web10 img{
		max-width: 32rem;
		margin-top: -2rem;
		margin-left: 2rem;
		margin-right: 2rem;
	}

}

@media screen and ( max-width: 320px ){

	.contact .web10 img{
		max-width: 28rem;
	}

}

/*-----------------------------------------------------------------------------*/

.modal{
	padding-right: 0 !important;
}

.modal-title{
	font-size: 1.7rem;
	font-weight: bold;
}

.close {
	font-size: 2.5rem;
}

.modal_list{
	width: 100%;
}

.modal_list li{
	border-bottom: 0.1rem dotted #297ea6;
}

.modal_list.shop li{
	padding: 1rem 0;
}

.modal_list.area li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
	color: #222;
}

.modal_list.area li a span{
	color: #297ea6;
}

.modal_list li a:hover{
	text-decoration: none;
	background: #d6efff;
}

.modal_list li .name{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal_list li .name h4{
	font-size: 1.7rem;
	font-weight: bold;
}

.modal_list li .name .tel{
	font-size: 1.7rem;
	font-weight: bold;
}

.modal_list li .name .tel a{
	color: #297ea6;
	display: flex;
	align-items: center;
}

.modal_list li .data{
	font-size: 1.2rem;
}

@media screen and ( max-width: 559px ){

	.modal_list.area li a{
		padding: 0.8rem 1rem;
	}

}

/*--------*/

#modal_aomori,
#modal_akita,
#modal_iwate,
#modal_miyagi,
#modal_osaka,
#modal_okayama,
#modal_hiroshima,
#modal_yamaguchi,
#modal_fukuoka,
#modal_nagasaki{
	z-index: 2000;
	background: rgb(0 0 0 / 60%);
}

/*-----------------------------------------------------------------------------*/

#outer_footer{
	background: #eaeaea;
	text-align: center;
	display: flex;
	justify-content: center;
}

#outer_footer .logo{
	margin: 3rem 0;
}

#outer_footer .logo img{
	width: 18rem;
}

#outer_footer .copy{
	margin-bottom: 3rem;
}

@media screen and ( max-width: 559px ){

	#outer_footer {
		padding-bottom: 7rem;
	}

	#outer_footer .logo img{
		width: 13rem;
	}

}

/*-----------------------------------------------------------------------------*/

.floating{
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 5;
	width: 100%;
	background: #d1d1d1;
}

.floating ul{
	display: none;
}

@media screen and ( max-width: 559px ){

	.floating{
		display: none;
	}
	
	.floating a{
		text-decoration: none;
	}
	
	.floating a:hover{
		opacity: 0.6;
	}

	.floating ul{
		display: flex;
		align-items: center;
		justify-content: space-around;
		margin: 0;
		padding: 1rem 0.5rem;
	}
	
	.floating ul li{
		font-size: 2rem;
	}
	
	.floating ul li span{
		margin-left: 0.5rem;
	}

	.floating ul li.mail{
		width: 38%;
	}

	.floating ul li.mail a{
		color: #6b541c;
		font-weight: bold;
		border: 0.2rem solid #fff;
		background: rgb(255,205,51);
		background: linear-gradient(0deg, rgba(255,205,51,1) 0%, rgba(255,228,146,1) 100%);
		padding: 0.5rem 0.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4rem;
	}

	.floating ul li.tel{
		width: 38%;
	}

	.floating ul li.tel a{
		color: #fff;
		font-weight: bold;
		border: 0.2rem solid #fff;
		background: rgb(229,87,145);
		background: linear-gradient(0deg, rgba(229,87,145,1) 0%, rgba(238,119,167,1) 100%);
		padding: 0.5rem 0.4rem;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 0.4rem;
	}

	.floating ul li.top{

	}

	.floating ul li.top a{
		background: #19a690;
		color: #fff;
		padding: 0.7rem 1rem;
	}

}

/*-----------------------------------------------------------------------------*/

.contact_rule{
	border: 2px solid #8b7555;
	border-radius: 5px;
	text-align: center;
	padding: 20px 0;
	width: 60%;
	margin: 0 auto;
	color: #8b7555;
}

.form_box{
	width: 100%;
	/*margin: 5% 5% 2%;*/
	float: left;
	border-top: 1px dotted #ccc;
}

.form_box tr{
	border-bottom: 1px dotted #9c9c9c;
}

.form_box th span{
	/*border-radius: 3px;*/
	background: #19a690;
	font-size: 1.2rem;
	font-weight: normal;
	color: #fff;
	padding: 2px 10px 0;
	margin: 0 0 0 2rem;
	float: right;
	width: 25%;
	text-align: center;
}

.form_box th .box{
	display: flex;
	justify-content: right;
	align-items: anchor-center;
}

.form_box th .box div{
	line-height: 1.5;
}

@media screen and ( max-width: 559px ){

	.form_box th .box {
		justify-content: space-between;
	}

	.form_box th .box div {
		display: flex;
		align-items: center;
	}

}

.form_box th .nini{
	background: #cdcdcd;
}

.form_box th{
	/*border-right: 1px dotted #ccc;*/
	/*border-bottom: 1px dotted #ccc;*/
	padding-right: 15px !important;
	font-weight: normal;
	width: 28rem;
	text-align: right;
}

.form_box th p{
	color: #b21111;
}

.form_box td{
	/*border-bottom: 1px dotted #ccc;*/
	padding: 15px;
	vertical-align: middle;
	text-align: left;
	float: left;
	width: 100%;
}

.form_box td div{
	margin: 15px 0;
}

.form_box td .mlt{
	float: left;
	margin: 0 25px 10px 0;
}

.form_box td .mlt p{
	font-weight: bold;
	margin: 0 0 3px;
	color: #3159b8;
}

.form_box td .mlt select{
	width: 200px;
}

.form_box td .mlc{
	clear: both;
	margin: 10px 0 0;
}

.form_box td .cc{
	font-size: 1.6rem;
	/*line-height: 18px;*/
}

.form_box td .ee{
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 0 10px;
}

#privacy{
	width: 90%;
	height:150px;
	margin:20px auto 30px;
	padding:15px 4%;
	background-color:#fff;
	border:#ccc solid 1px;
	overflow:auto;
}

/*---*/

input , textarea{
	border: 1px solid #d0d0d0;
	padding: 8px 10px;
	/*border-radius: 4px;*/
	font-size: 1.6rem;
	background: #fafafa;
}

input::placeholder{
	color: #ccc;
}

input[type="button"]:hover{
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	cursor: hand;
}

.sss{ width: 90px; }
.ss { width: 35%; }
.mm { width: 50%; }
.ll { width: 100%; }

/*---*/

.submit_box{
	text-align: center;
}

.submit-button {
/*
	background: url(../img/form_bt.png) no-repeat;
	background-size: cover;
*/
	background: #f57400;
	color: #fff;
	width: 400px;
	height: 80px;
	padding: 0;
	/*font-weight: bold;*/
	border: 0;
	margin: 4rem 4rem 4rem 0;
	border-radius: 0.5rem;
	font-size: 1.8rem;
}

.submit-button.soushin {
	background: url(../img/soushin_bt.png) no-repeat;
}

.submit-button span{
	display: none;
}

/*
.submit-button {
	font-family:"Hiragino Kaku Gothic Pro", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #de601c;
	border-radius: 5px;
	height: 80px;
	color: #fff;
	padding: 0 0 5px;
	font-size: 20px;
	width: 40%;
	font-weight: normal;
	border: 0;
	margin: 40px auto;
	line-height: 22px;
	position: relative;
}
*/

#formWrap .submit-button {
	margin: 40px 10px 40px 0;
	vertical-align: middle;
}

.submit-button::before {
	content: "";
	bottom: 42%;
	right: 20px;
	position: absolute;
	z-index: 100;
	display: block;
	width: 15px;
	height: 15px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


.submit-button span{
	font-size: 12px;
}

.submit-button:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	cursor: hand;
}

.err_box{
	text-align: center;
	margin-bottom: 100px;
}

.err_box h4{
	text-align: center;
	margin: 0 0 50px;
}

.error_messe{
	width: 60%;
	margin: 0 auto 15px;
	padding: 0 0 15px;
	border-bottom: 1px dotted #ccc;
	color: #ec0000;
}

.err_box .form_page_top{
	text-align: center;
	margin: 0 0 100px;
}

@media screen and ( max-width: 559px ){

	.submit-button {
		margin: 4rem 0;
	}

	.error_messe{
		width: 100%;
		margin: 0 auto 1rem;
		padding: 0 0 1rem;
	}

}

/*
    ==========================
    checkboxes & radio buttons
    ==========================
*/
.ex-checkbox,
.ex-radio {
	position: relative;
	margin: 12px 0;
	font-size: 1.6rem;
}

.ex-checkbox label,
.ex-radio label {
	padding-left: 32px;
	line-height: 140%;
	font-weight: normal;
	display: inline-block;
	position: relative;
}

.ex-checkbox input[type=checkbox],
.ex-radio input[type=radio] {
	margin: 0;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 10;
	position: absolute;
}

/*
    ==========================
    checkboxes
    ==========================
*/
.ex-checkbox input[type=checkbox] + label::before {
	border: 1px solid #d0d0d0;
	width: 20px;
	height: 20px;
	content: '';
	position: absolute;
	left: 0;
	background-color: #fff;
}

.ex-checkbox input[type=checkbox]:hover + label::before {
	border: 2px solid #0288d1;
}

.ex-checkbox input[type=checkbox]:focus + label::before {
	box-shadow: 0 0 1px #0288d1;
	outline: none;
}

.ex-checkbox input[type=checkbox]:checked + label::before {
	border: 1px solid #d0d0d0;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjMDI4OGQxIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
	background-size: 24px 24px;
}

.ex-checkbox input[type=checkbox]:checked:hover + label::before {
	background-size: 30px 30px;
}

.ex-checkbox input[type=checkbox]:disabled {
	cursor: not-allowed;
}

.ex-checkbox input[type=checkbox]:disabled + label {
	color: #bcbcbc;
	cursor: not-allowed;
}

.ex-checkbox input[type=checkbox]:disabled:checked + label::before {
	border: 1px solid transparent;
	background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNMTguOSA4LjhsLTguNyA4LjdjLS4xLjEtLjIuMS0uMyAwbC00LjktNC45Yy0uMS0uMS0uMS0uMiAwLS4zbDEuMi0xLjJjLjEtLjEuMi0uMS4zIDBsMy42IDMuNiA3LjMtNy4zYy4xLS4xLjItLjEuMyAwbDEuMiAxLjJjLjEgMCAuMS4xIDAgLjJ6IiAvPjwvc3ZnPg==') no-repeat center center;
}

.ex-checkbox input[type=checkbox]:disabled + label::before {
	border: 1px solid #bcbcbc;
}

@media screen and ( max-width: 559px ){

	.submit-button {
		width: 80%;
	}

	.form_box tr {
		display: flex;
		flex-wrap: wrap;
		padding: 2rem 0;
	}
	
	.form_box th {
		width: 100%;
		padding: 0 !important;
		text-align: left;
	}
	
	.form_box td {
		width: 100%;
		padding: 0;
	}
	
	.form_box select {
		width: 100%;
	}
	
	.mm {
		width: 100%;
	}
	
	.ll {
		width: 100%;
	}

}

/*-----------------------------------------------------------------------------*/

.sub_head{
	padding: 1rem 0;
}

.sub_head img{
	max-width: 20rem;
}

.thanks_text{
	text-align: center;
}

.thanks_text .alert{
	margin-bottom: 3rem;
}

.thanks_text .botan{
	margin-top: 5rem;
}

.thanks_text .bottom_text{
	margin-bottom: 3rem;
}

.btn-success {
	color: #fff;
	background-color: #19a690;
	border-color: #19a690;
}

@media screen and ( max-width: 559px ){

	.sub_head img{
		max-width: 17rem;
	}

}

/*-----------------------------------------------------------------------------*/

@media print{

h1{ width: 100% !important; }
.bg-slider{ width: 100% !important; }
	
.contact_banner,
.resson_bt li:nth-child(1),
.resson_bt li:nth-child(2),
.resson_bt li:nth-child(3),
.facility_bg01,.facility_bg02,
.facility_box .facility_list li:nth-child(1),
.facility_box .facility_list li:nth-child(2),
.facility_box .facility_list li:nth-child(3),
.facility_box .facility_list li:nth-child(4),
.option_list li:nth-child(1),
.option_list li:nth-child(2),
.option_list li:nth-child(3),
.option_title,
.option_list li:nth-child(4),
.option_list li:nth-child(5),
.option_list li:nth-child(6),
.option_list li:nth-child(7),
.option_list li:nth-child(8),
.option_list li:nth-child(9),
.option_list li:nth-child(10),
.option_list li:nth-child(11),
.option_list li:nth-child(12),
.option_list li:nth-child(13),
.option_list li:nth-child(14),
.option_list li:nth-child(15),
.option_list li:nth-child(16),
.option_list li:nth-child(17),
.option_list li:nth-child(18),
.option_list li:nth-child(19),
.option_list li:nth-child(20)
{
	opacity: 1 !important;
}

}

/*-----------------------------------------------------------------------------*/
/*IEハック*/

_:-ms-lang(x)::-ms-backdrop, .form_box select { padding: 0 0 0 1.5rem; }


/*-----------------------------------------------------------------------------*/
/*safariハック*/

_::-webkit-full-page-media, _:future, :root .policy_area .list_number {  }
