
#MDQ{display:block;}

.ds_pc{display:inline;}
.ds_sp{display:none;}
.pcNone{display:none !important;}

.top_Title h2 {
	margin-bottom: 0;
}
/*---------------------------------------------------------------------------
�@�R���e���c��g
---------------------------------------------------------------------------*/
#container {
	width:100%;
	height:100%;
	background-color: #FFF;
	position:relative;
}

.contents_window a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.contents_window {
	clear: both;
	margin:0 auto;
}

.ContentsBox{width:1100px; margin:0 auto;}
.ContentsBox1000{width:1000px; margin:0 auto;}
.ContentsBox1200{width:1200px; margin:0 auto;}


/*---------------------------------------------------------------------------
����CSS
---------------------------------------------------------------------------*/


h2{
	text-align:center;
	margin-bottom:20px;
}

h3.topGrTitle,
h3.caGrTitle{
	font-size:20px;
	font-weight:normal;
	color:#306b50;
	text-align:center;
	margin:0 0 30px 0;
}

.caMainImg{
	width:100%;
	height:auto!important;
	min-width:1100px;
	margin:0 auto;
	position:relative;
}

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

.caMingTx{
	position:absolute;
	top:55%;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	text-align:center;
}

.caMingTx p{
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 40%, #fff 60%, rgba(255,255,255,0));
    background-image: linear-gradient(to right, rgba(255,255,255,0), #fff 40%, #fff 60%, rgba(255,255,255,0));
	display:inline-block;
	padding:5px 70px;
}

.caMingTx span{
	font-size:40px;
	font-family:"�l�r �o����", "MS PMincho", "�q���M�m���� Pro W6", "Hiragino Mincho Pro", serif;
	font-weight:bold;
	color:#306b50;
}

.caMainImg_LP{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:40px 0;
}


/*------------�@�e�X�܃����N�{�^���@-----------*/
#floatingBnr{
	width: 120px;
	position: fixed;
	top:30%;
	right: 0;
	z-index: 1000;
}

#floatingBnr a{
	width:100%;
	display: block;
	margin: 0 0 15px;
}

#floatingBnr a img{width: 120px;}

#floatingBnr a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	text-decoration:none;
}


/*------------�@SNS�����N�{�^���@-----------*/
#subNavi {
    width: 51px;
    position: fixed;
	bottom:20%;
    right: 0;
    z-index: 1000;
}

#subNavi li{
	width: 51px;
    height: 56px;
}

#subNavi li a:hover img{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}


/*------------�@LP�\��{�^���@-----------*/
#subNavi_LP {
    width: 51px;
    position: fixed;
	bottom:22%;
    right: 0;
    z-index: 1000;
}

#subNavi_LP a{
	width:100%;
	display:inline-block;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	background:#c1272d;
	color:#fff;
	padding:20px 0;
	line-height:51px;
    border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
}

#subNavi_LP a img{width:33px; margin-bottom:10px; vertical-align:middle;}

#subNavi_LP a:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
	text-decoration:none;
}


/*------------�@�y�[�W�g�b�v�@-----------*/

.page-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 10px;
    background:#2e684e;
	border:2px solid #FFF;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
	text-decoration:none;
	color:#fff;
	z-index:2500;
}

.page-top:hover {
	-moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
	color:#fff;
	text-decoration:none;
}







/*---------------------------------------------------------------------------
�@TOP�y�[�W
---------------------------------------------------------------------------*/

/*----slider----*/

#main_image {
	width:100%;
}


/*----slider�����܂�----*/


.topMainImg{
	width:100%;
	height:auto;
	min-width:1100px;
	margin:0 auto;
	position:relative;
}

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

.topMainImg_desc{
	position:absolute;
	margin:auto;
	max-width:1200px;
	height:100%;
	left:0;
	right:0;
	top:0;
}

.topMainImg_desc a{
	position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    background-color: #c1272d;
    color: #FFF;
    padding: 10px 25px;
	border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
}

.topMainImg_desc a:hover{
	text-decoration:none;
	background-color:#DB4A52;
}

.topMainImg_desc p{
	position: absolute;
    bottom: 100px;
    right: 0;
	font-size:24px;
	color:#306b50;
	padding:10px 20px;
}

.topMainImg_desc .topMainImg_desc_BG{
	position:absolute;
	bottom:100px;
	right:0;
	display:block;
	background:#fff;
	opacity:0.75;
	width:520px;
	height:135px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.topMenu_Box{
	background-color:#306b50;
	position:relative;
	width:100%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.topMenu_Box .inner{
	position:relative;
	min-width:1100px;
	max-width:1200px;
	margin:0 auto;
	padding:20px 0 25px 0;
}

.menu_topImg{
	width:100%;
	margin:0;
	padding:0;
	margin: -75px 0 0 0;
	padding: 0;
	position: relative;
}

.menu_topImg img{
	width:100%;
	text-align:center;
}


.topMenu_Box_logo{
	float:left;
	width:385px;
}

.topMenu_Box_logo h1{
	position:absolute;
	left:0;
	bottom:20px;
}

.topMenu_Box_list{
	float:right;
}

.topMenu_Box_list ul{
	display: -webkit-flex;
	display: flex;
}

.topMenu_Box_list li{
	border-left: 1px solid #FFF;
	padding: 0 8px;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.topMenu_Box_list li a {
	color:#FFF;
	position: relative;
	display: inline-block;
	transition: .3s;
}

.topMenu_Box_list li a:hover{text-decoration:none;}

.topMenu_Box_list li a::after {
	position: absolute;
	bottom: -2px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #FFF;
	transition: .3s;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.topMenu_Box_list li a:hover::after {
	width: 100%;
}


/*---------------�@Global�@---------------*/

.top_global{
	padding:40px 0 45px;
	background:url(../image/top/bg_promise.jpg) center center no-repeat;
	background-size: cover;
}

.top_globalInner{}

.top_globalText{
	width: 650px;
	float: left;
	font-size: 18px;
}

.top_globalImg{
	width: 420px;
	float: right;
}
.top_globalImg img{width: 100%;}
.top_globalImg p{
	text-align: center;
	padding: 10px 0 0;
}

.top_globalMv{
	padding:40px 0 45px;
}

.top_globalMv .Inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.top_globalMvBox{
	position: relative;
	width: 48%;
	padding-top: 28.1%;
}

.top_globalMvBox iframe {
	border:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
	margin:0;
}


/*---------------�@Recommend�@---------------*/

.top_recommend{padding:40px 0;}

.top_recommend h2{}

.top_recoDesc_r{
	float:right;
	width:500px;
}

.top_recoDesc_l{
	position: relative;
	float:left;
	width:48%;
	padding-top: 28.1%;
}

.top_recoDesc_l iframe {
	border:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
	margin:0;
}


/*---------------�@Our promise�@---------------*/

.top_promise{
	padding:40px 0 45px;
	background:url(../image/top/bg_promise.jpg) center center no-repeat;
	background-size: cover;
}

.top_promise ul li{
	float:left;
	width:330px;
	margin-left:54px;
}

.top_promise ul li:first-child{margin-left:0;}

.top_promise ul li img{width:330px; height:auto;}

.top_promise ul li h4{margin:0 0 15px 0; text-align:center;}


/*---------------�@Greeting�@---------------*/

.top_greeting{
	padding:40px 0 45px;
	background:url(../image/top/bg_greeting_hasegawa.jpg) center center no-repeat;
	background-size: cover;
	color:#FFF;
}

.top_greeting_ver2{
	padding:40px 0 45px;
	background:url("../image/top/bg_greeting_miura.jpg") center center no-repeat;
	background-size: cover;
	color:#FFF;
}


.top_greeting h3,
.top_greeting_ver2 h3{
	color:#FFF;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}

.top_greeting h4,
.top_greeting_ver2 h4{
	color:#FFF;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 25px;
}

.top_grtDesc_l{
	float:left;
	width:790px;
}

.top_grtDesc_l p{font-size:14px;}

.top_grtDesc_r{
	float:right;
	width:295px;
}

.top_grtDesc_r img{width:295px; height:auto;}

.top_grtDesc_r p{margin-top:15px; padding-left:15px;}
.top_grtDesc_r p.grt_name{margin-top:10px; font-size:26px;}



/*---------------�@Voice�@---------------*/

.top_voice{padding:40px 0;}

.top_voice h3{line-height:1.3;}
.top_voice h3 span{font-size:14px;}

.top_vcDesc_l{
	float:left;
	width:505px;
}

.top_vcDesc_r{
	float:right;
	width:505px;
}

.top_vcDesc_l img,
.top_vcDesc_r img{width:100%; max-width:none; height:auto; margin-bottom:15px;}

.top_vcDesc_l p,
.top_vcDesc_r p{font-size:14px;}

.topvc_grtext{
	color:#306b50;
	text-align:center;
	margin-bottom:15px;
	font-size:18px !important;
}



/*---------------�@Access�@---------------*/

.top_access{width:100%; min-width:1100px; margin:0 auto;}

.top_accDesc_r{
	float:right;
	width:50%;
	text-align:center;
}

.top_accDesc_r .inner{
	width:430px;
	padding:30px 60px 20px;
}

.top_accTel_pc{
	font-size: 22px;
	color: #306b50;
	margin:10px 0 15px 0;
	display:inline-block;
}

.top_accTel_pc a{
	display: inline-block;
	padding: 5px 35px;
	margin-left:20px;
	font-size: 14px;
	vertical-align: middle;
	color: #FFF;
	background-color: #306b50;
}

.top_accTel_pc a:hover{
	text-decoration:none;
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.top_accTel_sp{display:none;}

.top_accBtn{
	text-align:center;
	margin-bottom:20px;
}

.top_accBtn a{
	display: inline-block;
	padding: 10px 35px 10px 50px;
	font-size: 12px;
	color: #306b50;
	background-color: #FFF;
	border:1px solid #306b50;
	background:url(../image/top/access_icon01.png) 10% center no-repeat;
	background-size:10px auto;
}

.top_accBtn a:hover{
	text-decoration:none;
	background-color: #306b50;
	background-image:none;
	color: #FFF;
}

.top_accDesc_r .inner .mintext{font-size:14px; margin-bottom:15px;}
.top_accDesc_r .inner p span{color: #306b50; font-weight:bold; font-size:18px;}


.top_accDesc_l{
	position: relative;
	float:left;
	width:50%;
	height:510px;
}

.top_accDesc_l iframe {
	border:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
	margin:0;
}


/*---------------�@Infomation�@---------------*/

.top_infomation{
	padding:40px 0 45px;
	background:url(../image/top/bg_infomation.jpg) center center no-repeat;
	background-size: cover;
}

.top_infoDesc_l{
	float:left;
	width:500px;
	padding:0;
	background-color:#FFF;
}

.top_infoDesc_l dt{}

.top_infoDesc_l dd{
	border-bottom:1px solid #306b50;
	margin-bottom:25px;
}

.top_infoDesc_l dd:last-child{margin-bottom:0;}

.top_infoDesc_r{
	float:right;
	width:525px;
}

.top_infoDesc_r li{margin-bottom:30px;}
.top_infoDesc_r li:last-child{margin-bottom:0;}


.top_LP_coLink a {
	display: block;
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 10px;
	text-decoration: none;
	background-image: -webkit-linear-gradient(top, transparent, #fff 40%, #fff 60%, transparent);
	background-image: linear-gradient(to top, #e10000 0%, #FD3E48 100%);
}

.top_LP_coLink a:hover {
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.top_LP_coLink a::before{
	content: '';
	width: 7px;
	height: 7px;
	border: 0px;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -4px;
}

.top_accDesc_r .top_LP_coLink a {
	font-size: 14px;
	padding: 10px;
	margin: 20px auto 0;
	width: 185px;
}


/*---------------�@TOP�y�[�W�t�b�^�[�o�i�[�@---------------*/

.top_ftLink{width:100%; min-width:1100px; margin:0 auto;}

.top_ftLink_l{
	float:left;
	width:50%;
	height:165px;
	background:#d2a143 url(../image/top/top_ftlink_img01.png) right center no-repeat;
	background-size:auto 165px;
	color:#FFF;
	position:relative;
}

.top_ftLink_l a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	color:#FFF;
    text-indent:-999px;
	z-index:3;
}

.top_ftLink_l .inner{
	width:550px;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}

.top_ftLink_l p{
	display:inline-block;
	padding-top:40px;
}

.top_ftLink_l p span{
	font-size:32px;
	font-weight:bold;
	background:url(../image/top/top_ftlink_arr.png) right center no-repeat;
	background-size:10px auto;
	padding-right:20px;
}

.top_ftLink_r{
	float:right;
	width:50%;
	height:165px;
	background:#c45e4a url(../image/top/top_ftlink_img03.png) left center no-repeat;
	background-size:auto 165px;
	color:#FFF;
	position:relative;
}

.top_ftLink_r:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}

.top_ftLink_r a{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	color:#FFF;
    text-indent:-999px;
	z-index:3;
}

.top_ftLink_r .inner{
	width:550px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

.top_ftLink_r p{
	text-align: right;
	display:block;
	font-size:32px;
	font-weight:bold;
	margin: 60px 0 0;
	padding:0 20px 0 60px;
	background:url(../image/top/top_ftlink_arr.png) center right no-repeat;
	background-size:10px auto;
}

.top_ftLink_l:hover,
.top_ftLink_r:hover{
	filter: alpha(opacity=75);
	opacity: 0.75;
	-moz-opacity: 0.75;
}


/*---------------------------------------------------------------------------
�@��炵Lab�ɂ���
---------------------------------------------------------------------------*/


.about_personality{
	padding:40px 0 45px;
	background:url(../image/back_img01.jpg) center center no-repeat;
	background-size: cover;
}

.about_personality p{text-align:center;}


.about_personality ul{margin:30px 0 30px;}

.about_personality ul li{
	float:left;
	width:330px;
	margin-left:54px;
}

.about_personality ul li:first-child{margin-left:0;}

.about_personality ul li img{width:330px; height:auto;}

.ab_psphoto_last{text-align:center;}

.ab_psphoto_last li{
	float:none !important;
	display:inline-block;
	margin:0 20px !important;
}


.about_contents{
	padding:40px 0 0;
	color:#FFF;
}

.aboutDesc01{
	padding:30px 0 40px;
	background:#2e684e url(../about/image/back_about01.jpg) left top no-repeat;
	background-size: cover;
	color:#FFF;
}
.aboutDesc01_2{
	padding:30px 0 40px;
	background:#2e684e url(../about/image/back_about03.jpg) left top no-repeat;
	background-size: cover;
	color:#FFF;
}

.aboutDesc01 h4,.aboutDesc01_2 h4{
	padding-bottom:30px;
	margin-bottom:35px;
	border-bottom:1px solid #FFF;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:5px;
}

/*
.aboutDesc01 h4 img{
	width:325px;
	height:auto;
}
*/

.aboutDesc01_box01R{
	float:right;
	width:285px;
}

.aboutDesc01_box01R img{max-width:100%; height:auto;}

.aboutDesc01_box01R p{font-size:26px; margin-top:20px; line-height:1.3;}
.aboutDesc01_box01R p span{font-size:16px;}

.aboutDesc01_box01L{
	float:left;
	width:780px;
	margin-bottom:30px;
}

.aboutDesc01_box02L{
	float:left;
	width:405px;
}

.aboutDesc01_box02R{
	float:right;
	width:650px;
}


.aboutDesc02{
	padding:30px 0 40px;
	background:#cb9d3b url(../about/image/back_about02.jpg) right top no-repeat;
	background-size: cover;
	color:#FFF;
}
.aboutDesc02_2{
	padding:30px 0 40px;
	background:#cb9d3b url(../about/image/back_about_hasegawa.jpg) right top no-repeat;
	background-size: cover;
	color:#FFF;
}

.aboutDesc02 h4,.aboutDesc02_2 h4{
	padding-bottom:30px;
	margin-bottom:35px;
	border-bottom:1px solid #FFF;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:5px;
}

/*
.aboutDesc02 h4 img{
	width:398px;
	height:auto;
}
*/

.aboutDesc02_box01L{
	float:left;
	width:285px;
}

.aboutDesc02_box01L img{max-width:100%; height:auto;}

.aboutDesc02_box01L p{font-size:26px; margin-top:20px; line-height:1.3;}
.aboutDesc02_box01L p span{font-size:16px;}

.aboutDesc02_box01R{
	float:right;
	width:780px;
}

.aboutDesc03{
	padding:30px 0 40px;
	background:#2e684e url(../about/image/back_about03.jpg) left top no-repeat;
	background-size: cover;
	color:#FFF;
}

.aboutDesc03 h4,
.aboutDesc05 h4{
	padding-bottom:30px;
	margin-bottom:35px;
	border-bottom:1px solid #FFF;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:5px;
}

.aboutDesc03_box01R,
.aboutDesc05_box01R{
	float:right;
	width:285px;
}

.aboutDesc03_box01R img,
.aboutDesc05_box01R img{max-width:100%; height:auto;}

.aboutDesc03_box01R p,
.aboutDesc05_box01R p{font-size:26px; margin-top:20px; line-height:1.3;}
.aboutDesc03_box01R p span,
.aboutDesc05_box01R p span{font-size:16px;}

.aboutDesc03_box01L,
.aboutDesc05_box01L{
	float:left;
	width:780px;
	margin-bottom:30px;
}

.aboutDesc04{
	padding:30px 0 40px;
	background:#cb9d3b url(../about/image/back_about04.jpg) right top no-repeat;
	background-size: cover;
	color:#FFF;
}

.aboutDesc04 h4{
	padding-bottom:30px;
	margin-bottom:35px;
	border-bottom:1px solid #FFF;
	text-align:center;
	font-size:30px;
	font-weight:normal;
	color:#FFF;
	letter-spacing:5px;
}

.aboutDesc04_box01L{
	float:left;
	width:285px;
}

.aboutDesc04_box01L img{max-width:100%; height:auto;}

.aboutDesc04_box01L p{font-size:26px; margin-top:20px; line-height:1.3;}
.aboutDesc04_box01L p span{font-size:16px;}

.aboutDesc04_box01R{
	float:right;
	width:780px;
}

.aboutDesc05{
	padding:30px 0 40px;
	background:#2e684e url(../about/image/back_about05.jpg) left top no-repeat;
	background-size: cover;
	color:#FFF;
}


/*---------------------------------------------------------------------------
�@�����E�Ǘ�
---------------------------------------------------------------------------*/

.menu01{
	padding:40px 0 15px;
}

.menu02{
	padding:40px 0 45px;
	background:url(../menu/image/back_menu.jpg) center top no-repeat;
	background-size: cover;
	color:#fff;
}

.menu03{
	padding:40px 0 45px;
	background:#cb9d3b;
	color:#fff;
}

.menu_cTitle{
	font-size:23px;
	text-align:center;
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #fff;
}

.menu02 a{color:#fff; text-decoration:underline;}
.menu02 a:hover{
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.menu02 .inner{padding:0 0 50px;}

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

.menu_table dl{
	width:100%;
	border-bottom:1px solid #306b50;
	line-height:40px;
}

.menu_table dt{
	width:160px;
	float:left;
	background:#0a4a17;
	text-align:center;
	color:#fff;
	padding:5px 20px;
	font-size:20px;
}

.menu_table dd{
	width:260px;
	float:left;
	background:#fff;
	text-align:left;
	color:#333;
	padding:5px 20px;
}

.menu_mvi{
	position: relative;
 	width: 100%;
 	padding-top: 460px;
}

.menu_mvi iframe{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	width: 800px;
	height: 450px;
	margin:0 auto;
}

.case{
	padding:40px 0 45px;
}

.case .menu_cTitle{
	font-size:23px;
	text-align:center;
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #306b50;
	color:#306b50;
}

.case_list{
	width:1000px;
	margin:30px auto;
}

.case_list li{
	width:190px;
	margin-right:80px;
	float:left;
}

.case_list li:last-child{margin-right:0;}

.case_list li img{margin:0 0 20px;}

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

.case_ftlink ul{
	width:100%;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.case_ftlink li{
	width:32%;
	text-align:center;
}



/*---------------------------------------------------------------------------
�@��炵�Ö@�Ƃ�
---------------------------------------------------------------------------*/

.yurashi_about01{
	padding:40px 0 15px;
}

.yurashi_about02{
	padding:40px 0 45px;
	background:url(../yurashi_about/image/back_yurashi_about01.jpg) center no-repeat;
	background-size: cover;
	color:#fff;
}

.yurashi_about03{
	padding:40px 0 45px;
	background:url(../yurashi_about/image/back_yurashi_about02.jpg) center bottom no-repeat;
	background-size: cover;
	color:#fff;
}

.yurashi_abou_cTitle{
	font-size:23px;
	text-align:center;
	padding:0 0 20px;
	margin:0 0 20px;
	border-bottom:1px solid #fff;
}

.yurashi_abou_cTitle02{
	font-size:23px;
	text-align:center;
	margin:0 0 20px;
	color:#2e684e;
}

.yurashi_about04{
	padding:40px 0 45px;
	background:url(../image/back_img01.jpg) center center no-repeat;
	background-size: cover;
}

.yurashi_about_photo{
	width:100%;
	margin:40px auto 80px;
}

.yurashi_about_photo li{
	width:330px;
	margin:0 55px 0 0;
	float:left;
}

.yurashi_about_photo li:last-child{margin:0;}

.yurashi_about_mvi{width:100%;}

.yurashi_about_mvi_l{
	position: relative;
	width:640px;
	float:left;
 	padding-top: 460px;
}

.yurashi_about_mvi_l iframe{
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	width: 640px;
	height: 420px;
	margin:0 auto;
}


.yurashi_about_mvi_r{
	width:430px;
	float:right;
	text-align:left;
	margin:0;
}

.yurashi_about_sign{text-align:right; padding:20px 0;}
.yurashi_about_sign img{width:225px; margin:20px 0 0;}

.yurashi_about05{
	padding:40px 0 45px;
	background:url(../yurashi_about/image/back_yurashi_about03.jpg) center top no-repeat;
	background-size: cover;
	color:#fff;
}

.yurashi_about05_tx{
	width:690px;
	float:left;
	text-align:left;
	margin:0;
}

.yurashi_about05_ph{
	width:365px;
	float:right;
	text-align:center;
}

.yurashi_about05_ph img{
	width:315px;
	margin-bottom:20px;
}



/*---------------------------------------------------------------------------
�@�A�N�Z�X
---------------------------------------------------------------------------*/

.access{
	padding:40px 0 45px;
}

.access p span{font-size:25px;}

.access_ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin:20px 0 0;
}
 
.access_ggmap iframe,
.access_ggmap object,
.access_ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.elevator{
	padding:40px 0 45px;
	background:url(../image/back_img01.jpg) center center no-repeat;
	background-size: cover;
}

.access_elevator{
	text-align:center;
	padding:0 0 10px;
	margin:0 0 30px;
	border-bottom:1px solid #333;
}

.access_train_ico{
	font-size:22px;
	margin:0 0 20px;
}

.access_train_ico img{width:100px; margin-right:20px; vertical-align:middle;}

.access_train01{
	width:100%;
	border:1px solid #598874;
	margin:0 auto 60px;
}
.access_train01 dt:last-child{border-bottom:none;}
.access_train01 dd:last-child{border-bottom:none;}

.access_train01 dt{
	width:360px;
	float:left;
	background:#2e684e;
	color:#fff;
	text-align:left;
	padding:15px 20px;
	border-bottom:1px solid #598874;
}

.access_train01 dd{
	width:660px;
	float:left;
	background:#fff;
	color:#333;
	text-align:left;
	padding:15px 20px;
	border-bottom:1px solid #598874;
}

.access_train01 dt span{
	display:inline-block;
	width:16px;
	height:16px;
	border:1px solid #fff;
	margin-right:10px;
	vertical-align:middle;
}

.access_train01 dt .yamanote{background:#99CC00;}
.access_train01 dt .keihin{background:#00BAE8;}
.access_train01 dt .toukaidou-ueno{background:#F68B1E;}
.access_train01 dt .jouban01{background:#0000FF;}
.access_train01 dt .jouban02L{
	background:#0000FF;
	width:8px !important;
	border-right:none !important;
	margin-right:0;
}
.access_train01 dt .jouban02R{
	background:#00B261;
	width:8px !important;
	border-left:none !important;
}
.access_train01 dt .toukaidou{background:#F68B1E;}
.access_train01 dt .soumu{background:#0000FF;}
.access_train01 dt .yokosuka{background:#0000FF;}
.access_train01 dt .sanyou{background:#0000FF;}

.access_train02{
	width:100%;
	border:1px solid #d5af5e;
	margin:0 auto;
}
.access_train02 dt:last-child{border-bottom:none;}
.access_train02 dd:last-child{border-bottom:none;}

.access_train02 dt{
	width:410px;
	float:left;
	background:#cb9d3b;
	color:#fff;
	text-align:left;
	padding:15px 20px;
	border-bottom:1px solid #d5af5e;
}

.access_train02 dd{
	width:610px;
	float:left;
	background:#fff;
	color:#333;
	text-align:left;
	padding:15px 20px;
	border-bottom:1px solid #d5af5e;
}

.access_train02 dt span{
	display:inline-block;
	width:16px;
	height:16px;
	border:1px solid #fff;
	margin-right:10px;
	vertical-align:middle;
}

.access_train02 dt .keikyu{background:#B1201C;}

.route{
	padding:40px 0 45px;
}

.access_route{margin:0 auto 30px;}

.access_route ul{width:100%;}

.access_route li{
	width:326px;
	margin:0 61px 0 0;
	float:left;
}

.access_route li:nth-child(3n){ margin:0 0 30px 0;}

.access_route li img{margin:0 0 10px;}

.access_taxi{width:100%;}

.access_taxi_ph{
	width:500px;
	float:left;
}

.access_taxi_tx{
	width:550px;
	float:right;
	margin:0;
}

.access_taxi_tx p span{display:inline-block; font-size:20px; padding:0 0 20px;}

.parking_place{
	padding:40px 0 45px;
	background:url(../image/back_img01.jpg) center center no-repeat;
	background-size: cover;
}

.parking_place p.sub{margin-bottom: 40px!important; text-align: center;}


.parking_table{width: 100%;}
        .parking_table {background: #FFF;}
        .parking_table tr:nth-child(1){background: #e1eaf4;}
        .parking_table th{padding: 18px 10px;text-align: center;}
        .parking_table th:nth-child(1){width: 11%; text-align: center;}
        .parking_table th:nth-child(2){width: 36%;}
        .parking_table th:nth-child(3){width: 16%;}
        .parking_table th:nth-child(4){width: 12%;}
        .parking_table th:nth-child(5){width: 26%;}
        .parking_table td{padding: 15px 5px;text-align: center;border-bottom: 1px solid #c6c6c6;}
        .parking_table td:nth-child(1){padding: 0 10px;}
        .parking_table td a{font-size: 80%;}


.access_Inner{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.access_Inner .Text,
.access_Inner .Img{ width: 48%;}





.airport{
	padding:40px 0 45px;
}

.airport_l{
	width:520px;
	float:left;
	margin-bottom:0;
}

.airport_r{
	width:550px;
	float:right;
}

.hotel{
	padding:40px 0 45px;
	background:url(../image/back_img01.jpg) center center no-repeat;
	background-size: cover;
}

.hotel_link{
	font-size:20px;
	padding:10px 0;
	text-align:center;
}

.hotel_link a{
	display:inline-block;
	color:#2e684e;
	text-decoration:none;
}	

.hotel_link a span{font-size:16px; padding-left:10px;}

.hotel_link img{
	width:25px;
	padding-left:10px;
}

.hotel_link a:hover{
	text-decoration:none;
	color:#2e684e;
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}







/*---------------------------------------------------------------------------
�@�̗p
---------------------------------------------------------------------------*/

/*�@���o���҂����劽�}*/
.recruit01{
    background: #2E684E;
    color:#fff;
	padding:30px 0 40px;
}
.recruit01 .ContentsBox {display: flex; justify-content:center;margin-top:20px;}

.recruit01 h2 img{width:auto; height:140px; padding-right:50px;}
.recruit01 p {padding-left: 50px; font-family: "������", YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif; }
.recruit01 p span {font-size:35px;display: block;}

.recruit02{
	padding:30px 0 40px;
    height: 888px;
	background:url(../recruit/image/back_chara.jpg) right top no-repeat;
	background-size: cover;
}

.recruit02 h2 img{width:auto; height:90px;}
.recruit02 p{text-shadow: 0 0 1px #fff, 0 0 4px #FFF9E7, 0 0 8px #FFF9E7, 0 0 12px #FFF9E7, 0 0 16px #fff, 0 0 18px #fff, 0 0 20px #fff, 0 0 22px #fff, 0 0 24px #FFF9E7, 0 0 26px #FFF9E7, 0 0 28px #FFF9E7;line-height: 200%;margin-top: 30px;}

.vision{
	padding:30px 0 40px;
	background:#FFF9E7;
	background-size: cover;
    line-height: 180%;
}
.vision p{background: #fff;padding: 15px;}

.vision h2 img{width:auto; height:90px;}

.chara{
	padding:30px 0 5px;
	background:#FFF9E7;
	background-size: cover;
}

.chara h2 img{width:auto; height:90px;}

.chara p{background: #fff;padding: 15px;}

.message{
	padding:30px 0 40px;
	background:#FFF9E7;
	background-size: cover;
}
.message h2 img{width:auto; height:90px;}
.message p {line-height: 180%;}

h3.VoiceTitle{
	font-size:26px;
	font-weight:normal;
	color:#306b50;
	text-align:center;
	margin:30px 0 5px 0;
}
h4.VoiceTitle{
	font-size:16px;
	font-weight:normal;
	color:#306b50;
	text-align:center;
	margin:0 0 20px 0;
}

.commit_flex {display: flex;justify-content:center;padding: 30px;vertical-align: top;width: 1000px;margin: auto;}
.commit_flex p{text-align: left;width: 80%;}
h4.commit{
    width: 20%;
	font-size:55px;
    line-height: 50%;
    padding-right: 50px;
	font-weight: 600;
    font-family: "������", YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif;
	color:#306b50;
}
.commit:nth-last-child(2){margin-top: 20px;}


.rinen {padding:10px 50px;display: flex;justify-content:center;}
.rinen div{padding: 20px 30px;;}

.commitbox {margin: 20px 0 20px 0;background: #fff;display: flex;width: 100%;}
.commitbox div:nth-child(1){width: 80%;}
.commitbox div:nth-child(2){width: 100%;}
.commitbox span {display: block; background:#306b50;color: #fff;width: 90%;text-align: center;margin:auto;padding: 5px;margin-top: 17px;}
.commitbox p {padding: 20px;}

.voice {padding: 20px;display: flex;justify-content:center;}
.voice div{padding: 10px;}

.btn_area {
    text-align: center;
}
.recruit_btn {
    width: 35%;
    text-align: center;
  position: relative;
  display: inline-block;
  padding: 0.7em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #306b50;/*�F*/
  border: solid 1px #3f745c;/*���F*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}

.recruit_btn img {padding-left: 20px;height: 18px;padding-top: 5px;}
.recruit_btn:active {
  /*�������Ƃ�*/
  border: solid 1px #3f745c;
  box-shadow: none;
  text-shadow: none;
}

.oubobox {background: #fff;padding: 30px;text-align: center;}
.oubobox p {margin-bottom: 20px;}
.oubobox h4 {margin-top: 50px;font-size: 22px;}

/*�@����@�����o��*/
.balloon1 {
    width: 80%;
    text-align: center;
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding:15px;
  min-width: 120px;
  max-width: 100%;
  background: #DEEC9E;
  border-radius: 15px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #DEEC9E;
}

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

.balloon2 {
    width: 80%;
    text-align: center;
  position: relative;
  display: inline-block;
  margin: 1.5em 0 2.5em 0;
  padding:15px;
  min-width: 120px;
  max-width: 100%;
  background: #DEEC9E;
  border-radius: 15px;
}

/*�@����@�{�^��*/
.btn_area {
    text-align: center;
}
.btn_area a{color: #fff;}
.btn_area a:hover{text-decoration: none;}
.contact_btn {
    width: 35%;
    text-align: center;
  position: relative;
  display: inline-block;
  padding: 0.7em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #F12D38;/*�F*/
  border: solid 1px #E00D19;/*�ԐF*/
  border-radius: 25px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.2);
margin-top: 20px;
}

.contact_btn img {padding-right: 20px;height: 18px;padding-top: 2px;}
.contact_btn:active {
  /*�������Ƃ�*/
  border: solid 1px #F12D38;
  box-shadow: none;
  text-shadow: none;
}


.recruit_contents01{
	width:450px;
	float:left;
	padding:40px 0;
}
.recruit_contents01 img{margin:0 0 10px;}

.recruit_contents02{
	width:450px;
	float:right;
	padding:40px 0;
}
.recruit_contents02 img{margin:0 0 10px;}

.requirements{
	padding:40px 0 45px;
	background:#FFF9E7;
	background-size: cover;
}

.requirementsBox{
	width:830px;
	margin:20px auto;
}

.requirementsBox ul{
	display:table;
	table-layout:fixed;
	border-top:1px solid #333;
	border-right:1px solid #333;
	border-left:1px solid #333;
}

.requirementsBox li:nth-child(odd){
	display:table-cell;
	width:160px;
	background:#2e684e;
	color:#fff;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	padding:10px 20px;
}

.requirementsBox li:nth-child(even){
	display:table-cell;
	width:588px;
	background:#fff;
	padding:10px 20px;
}

.requirementsBox li dt{
	width:20px;
	float:left;
	padding-right:10px;
}

.requirementsBox li dd{
	width:530px;
	float:left;
}

.requirementsBox ul:last-child{border-bottom:1px solid #333;}

.recruit_mail{color:#2e684e;}
.recruit_mail:hover{color:#2e684e;}


/*---------------------------------------------------------------------------
�@�����l�̐�
---------------------------------------------------------------------------*/
.itv{
	padding:30px 0 40px;
	background:#fff;
	background-size: cover;
}
.itv_flex {padding:10px;display: flex;justify-content:center;width: 1000px;margin: auto;}
.itv_flex div{padding: 0px 50px 0px 50px;margin: auto;}
.itv_flex img {padding-top: 20px;}
.itv_flex p {text-align: center; font-size: 14px;}

.itv_midashi {background: #DEEC9E;font-family: "������", YuMincho, "�q���M�m���� ProN W3", "Hiragino Mincho ProN", "HG����E", "�l�r �o����", "�l�r ����", serif;text-align: center;padding: 20px;}
.itv_midashi div {font-size: 28px;border-bottom: 1px solid #000;max-width: 660px;margin: auto;padding: 10px;}
.itv_midashi p {padding: 10px;}
.itv_comment {padding: 30px;line-height: 200%;}
.itv_comment span {font-weight: bold;}
div.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

/*---------------------------------------------------------------------------
�@���\��^���⍇��
---------------------------------------------------------------------------*/

.appointment-contact{
	padding:40px 0 45px;
}


.contact_infoBox{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	margin-bottom: 50px;
}

.contact_infoBox .innerImg{width: 30%;}

.contact_infoBox .innerText{width: 65%;}

.contact_infoBox .innerText ul li{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.contact_infoBox .innerText ul li:last-child{margin-bottom: 0;}

.contact_infoBox .innerText ul li p.Hd{
    width: 180px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    background-color: #2e684e;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 20px;
}

.contact_infoBox .innerText ul li p span{
    font-size: 26px;
    font-weight: bold;
    color: #2e684e;
}

.contact_infoBox .innerText ul li p.caution{margin-top: 10px;}

.contact_infoBox .innerText ul li a.Tel{
    font-size: 26px;
    font-weight: bold;
    color: #2e684e;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.contact_infoBox .innerText ul li a.Tel span{
    width: 25px;
    line-height: 0;
    margin-right: 5px;
}
.contact_infoBox .innerText ul li a.Tel:hover{cursor: default;}
.contact_infoBox .innerText ul li a.Tel:hover img{opacity: 1;}

.contact_infoBox .innerText ul li p span.smallText{font-size: 20px;}

.webYoyaku_Btn a{
    width: 400px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 10px ;
    font-size: 20px;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-image: -webkit-linear-gradient(top, transparent, #fff 40%, #fff 60%, transparent);
    background-image: linear-gradient(to top, #e10000 0%, #FD3E48 100%);
}

.webYoyaku_Btn a span{width: 40px; margin-right: 20px;}

.webYoyaku_Btn a:hover img{opacity: 1;}
.webYoyaku_Btn a:hover{opacity: 0.75;}



.contact_Box{width:100%; margin:40px auto;}

.contact_text{
	width:650px;
	float: left;
	text-align:left;
	padding:0;
}

.contact_photo{
	width:300px;
	float:right;
	text-align:center;
}

.contact_photo img{width:250px;}

.contact_text .Inner{margin: 0 0 20px;}
.contact_text .Inner:last-of-type{margin: 0;}

.contact_text .Inner dl,
.contact_Map dl{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}

.contact_text .Inner dl dt,
.contact_Map dl dt{
	width:180px;
	padding:5px 10px;
	margin:0 20px 5px 0;
	background:#2e684e;
	color:#fff;
	font-size:22px;
	text-align:center;
	font-weight:normal;
}

.contact_text .Inner dl dd,
.contact_Map dl dd{
	color:#2e684e;
	font-size:26px;
	font-weight:bold;
}
.contact_text .Inner dl dd span{font-size: 18px;}
.contact_text .Inner dl dd a{color:#2e684e;}
.contact_text .Inner dl dd a:hover{
	cursor: default;
	text-decoration: none;
}

.contact_Map{
	width: 100%;
	margin: 0;
}

.contact_MapBox{
	position: relative;
	width:900px;
	height: 130px;
	padding-top: 28.1%;
	margin: 0 auto;
}

.contact_MapBox iframe {
	border:none;
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
	padding:0;
	margin:0;
}

.contact_Map p{
	color:#2e684e;
	font-size: 18px;
	margin: 0 0 15px;
}
.contact_Map p a{
	color:#2e684e;
	text-decoration: underline;
	font-weight: bold;
}
	
.contact_form{
	padding:40px 0 45px;
	background:url(../image/back_img01.jpg) center center no-repeat;
	background-size: cover;
}

.contact_formBox{
	width:850px;
	margin:40px auto 0;
}

.contact_formBox dt{
	width:280px;
	float:left;
	padding:10px 20px 0 0;
	font-size:18px;
	text-align:left;
}

.contact_formBox dd{
	width:550px;
	float:left;
	margin:0 0 10px;
}

.contact_formBox dd input{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #2e684e;
	padding:10px 20px;
	width:500px;
	background:#fff;
} 

.contact_formBox dd textarea{
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:2px solid #2e684e;
	padding:10px 20px;
	width:500px;
	background:#fff;
	margin:0 0 20px;
}

.submit_btn_co input{
	display:block;
	background:#2e684e !important;
	width:200px !important;
	height:50px;
	border:none;
	color:#fff;
	text-align:center;
	letter-spacing:10px;
	font-size:20px;
	font-weight:bold;
	border:none !important;
	border-radius:inherit !important;
	-moz-border-radius:inherit !important;
	-webkit-border-radius:inherit !important;	
}

.submit_btn_co input:hover{
	cursor:pointer;
	-moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}

.contact_suc_tx{color:#009e41;}

.contact_err_tx{color:#f00;}

.appt_detail{
	padding:40px 0 45px;
	background:url(../contact/image/back_contact01.jpg) center top no-repeat;
	background-size: cover;
}

.appt_detail h4{
	padding-bottom:20px;
	margin-bottom:35px;
	border-bottom:1px solid #FFF;
	text-align:center;
	color:#fff;
	font-size:26px;
}

.appt_detail p{
	color:#fff;
	text-align:left;
	margin:0 0 50px;
}

.appt_detail p span{font-size:20px;}

.appt_detail_caution{
	display:block;
	width:550px;
	margin:-30px 0 20px;
	background:#c37715;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:20px;
	font-size:18px;
	color:#fff;
}

.appt_detail_Box{width:100%;}

.appt_detail_Box_l{width:660px; float:left;}

.appt_detail_Box_r{width:330px; float:right;}
