

@charset "utf-8";

* {
	padding: 0;
	margin: 0;
}

html {
  height: 100%;
}

body {
	color: #111;
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	word-wrap: break-word;
	height: 100%;
}

body .wrap {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

section,
article {
	display: block;
}

img {
	vertical-align: top;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

li {
	list-style-type: none;
}

a {
	color: #0066CC;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
a:hover {
	color: #0099CC;
	text-decoration: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*
ヘッダー
-------------------------------------------*/
header {
	width: 100%;
	background-color: #FFF;
	position: fixed;
	z-index: 300;
}

header h1 a img {
	display: block;
	position: absolute;
}


header .banner24h{
	position: absolute;
	top:15px;
	margin-left:20%;
	width:30%;
}
header .banner24h img{
	width:100%;
}

header .h_btn a {
	display: block;
	text-align: center;
	position: absolute;
	text-decoration: none;
	color: #FFF;
	letter-spacing: 1px;
	border: 5px solid #EEE;
	background-color: #0085B2;
}
header .h_btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border: 5px solid #0085B2;
}
header .h_tel {
/*header .h_tel a{*/
	/*display: block;*/
	text-align: center;		/*chrome対応で入れてます*/
	position: absolute;
	/*margin-right:-500px;*/
	/*margin-right:-200px;*/
	text-decoration: none;
	color:rgb(17, 25, 135);
	font-size: 18px;
	width: auto;
	font-weight: bold;
	letter-spacing: 1px;
}

/*header .h_tel a strong {
	font-size: 130%;
}*/

header .h_btn a i{
	padding-left: 5px;
	padding-right: 5px;
}
header .h_tel i{
	padding-left: 5px;
	padding-right: 5px;
}

header ul.h_menu {
	text-align: right;
	margin-right: 3%;
	margin: 0 20px;
	font-size: 14px;
	font-weight: bold;
}
header ul a{
	cursor: pointer;
	text-decoration: none;
}
header ul a:hover{
	text-decoration: underline;
}

header ul.top{
	margin-top: 16px;
}
header ul.top a{
	color: #555;	
}
header ul.bottom{
	margin-top: 11px;
}
header ul.bottom a{
	color: #036;
}
header ul.h_menu a.btn{
	color: #ffffff;
	background-color: #0085B2;
	border: 1px solid #0085B2;
	padding: 0 15px;
}
header ul.h_menu a.btn:hover{
	color: #0085B2;
	background-color: #ffffff;
	text-decoration: none;
}

header ul.h_menu li{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
}









#g_navi ul li a.ac_menu {
	cursor: pointer;
	overflow: hidden;
}

/* パソコンで見たときは"pc"のclassがついた画像などが表示される */
.pc { 
	display: block !important; 
}
.sp { 
	display: none !important; 
}

.sp-inquiry { 
	display: none !important; 
}

.pankuzu {
    background-color: #F6F6F6;
    /*margin-bottom: 20px;*/
    /*margin-top: 20px;*/
    font-size: 14px;
    line-height: 30px;
	color: #555;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #E5E5E5;
    /*border-top-width: 1px;
    border-top-style: solid;
	border-top-color: #FFF;*/ /**/
	display: flex;
	flex-wrap: wrap;
	background-color: #003366;/**/
}

.pankuzu ul {
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

.pankuzu li {
	display: inline-block;
	color:#FFF; /**/
}

.pankuzu li a {
	text-decoration: none;
	/*color: #999;*/
	color:#FFF;
}

.pankuzu li a::after {
	content: ">";
	padding-left: 10px;
	padding-right: 10px;
}

.pankuzu li a:hover {
	/*color: #111;*/
	color:#ccc;
}

.pankuzu li i {
	padding-right: 5px;
}

.pankuzu .pc { 
	display: block !important; 
}
.pankuzu .sp { 
	display: none !important; 
}


/* --------------------------------------------- */

form.state_form {
    width: 70%;
    background: #FFFFFF;
    border: 1px solid #EEE;
    border-radius: 7px;
    /*margin-top: 10px;*/
    margin-right: 1em;
    /*margin-bottom: 20px;
    margin-left: auto;*/
	padding: 7px 5px 5px 8px;
	width: 96%;
	max-width: 1100px;
	margin-right: auto;
	margin-left: auto;
}

form.state_form dl {
    /*width: 90%;
    max-width: 800px;*/
    overflow: hidden;
    /*margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
	margin-left: auto;*/
	display: flex;
 	flex-wrap: wrap;
}

form.state_form dl dt {
    clear: both;
    /*width: 33%;*/
    float: left;
    /*border-top: 1px solid #cccccc;*/
    text-align: right;
    overflow: hidden;
    /*padding-top: 15px;*/
    padding-right: 2%;
    /*padding-bottom: 15px;*/
    padding-left: 0%;
}

form.state_form dl dd {
    /*width: 47%;*/
    float: right;
    /*border-top: 1px solid #cccccc;*/
    /*padding-top: 20px;*/
    padding-right: 2%;
    /*padding-bottom: 15px;*/
    padding-left: 0%;
}

form.state_form dl dt:first-child,
form.state_form dl dt:first-child+dd {
    border: none;
}

form.state_form dl dt span {
    display: block;
    font-size: 80%;
    color: #648EB0;
    line-height: 120%;
}


/* -- for JavaScript ここから -------------------------------------------------------------------------------- */

form.state_form dl dt span.required {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
    padding: 3px 5px;
    border-radius: 3px;
}

form.state_form dl dt span.required {
    background-color: #DD3C3C;
}

form.state_form dl dd span {
    display: block;
    color: #EE3939;
    font-size: 14px;
    line-height: 22px;
    padding: 5px;
    font-weight: bold;
    margin: 5px;
}

/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form.state_form input {
    height: 1.8em;
    border: 1px solid #cccccc;
    border-radius: 3px;
	background: #fafafa;
	padding: 0 5px;
	font-size: 17px;
}

form.state_form textarea {
    width: 320px;
    height: 200px;
    resize: vertical;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #fafafa;
}

form.state_form input:focus,
form.state_form textarea:focus {
    box-shadow: 0px 0px 5px #55ccff;
    border: 1px solid #55ccff;
    background: #ffffff;
}


form.state_form ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

form.state_form ul li label:hover {
    cursor: pointer;
}

form.state_form ul li input {
    height: auto;
    margin-right: 0.5em;
}

form.state_form .sub_btn{
    text-align: center;
}

form.state_form input.state_submit_button {
/*font-size: 20px;*/
font-weight: bold;
color: #FFF;
text-align: center;
border: 3px solid #0085B2;
text-decoration: none;
/*display: block;*/
/*width: 90%;*/
background-color: #0085B2;
/*margin-right: auto;
margin-left: auto;
line-height: 30px;
padding-top: 15px;
padding-bottom: 15px;*/
position: relative;
-webkit-appearance: none;
}

form.state_form input.state_submit_button:hover {
    color: #0085B2;
background-color: #FFF;
border-top-color: #0085B2;
border-right-color: #0085B2;
border-bottom-color: #0085B2;
border-left-color: #0085B2;
}

form.state_form .state_box p{
	display:inline-block;
	margin-left: 10px;
    margin-right: 10px;
}
form.state_form .state_box .date_box{
	display:inline-block;
}
form.state_form .state_box .date_box .required{
	display:inline-block;
}
form.state_form .state_box .no_box{
	display:inline-block;
}
form.state_form .state_box .no_box .required{
	display:inline-block;
}
form.state_form .state_box .sub_btn{
	display:inline-block;
	margin-left: 10px;
}







/*
メインコンテンツ
-------------------------------------------*/

.content {
	width: 100%;
	background-color: #FFF;
	padding-top: 50px;
	padding-bottom: 50px;
}
.cont_wrap {
	max-width: 1200px;
	width: 100%;
	margin-right: auto;
	/*margin-left: auto;*/
	margin-left:auto;		/*Chrome対応*/
}

#sub_top {
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	height:auto;
	line-height: 30px;
	padding-top: 140px;
    width: 100%;
	background-size: cover;
    text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #FFF;
	font-size: 20px;
	letter-spacing: 1em;
	-moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	-ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
#sub_top .sub_top_img p {
    position: absolute;
    top: calc(50% - 10px);
    font-size: 20px;
    padding-left: 40px;
}

.content h2 {
	font-size: 36px;
	line-height: 30px;
	margin-bottom: 30px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #0085B2;
	letter-spacing: 1px;
	color: #036;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	clear: both;
	line-height: 1;
}


.content h2 span {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	font-size: 50%;
	font-weight: normal;
}

.content h3 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 30px;
	background-color: #F6F6F6;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 44px;
	color: #111;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	clear: both;
}

.content h3::after {
	display: block;
	width: 3px;
	height: 20px;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #0085B2;
	content: '';
}

.content h3 span {
	font-size: 16px;
	color: #888;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	padding-left: 15px;
}
.content h4 {
	font-size: 20px;
	color: #0085B2;
	letter-spacing: 0.1em;
	padding: 10px;
	font-weight: bold;
	clear: both;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 30px;
}

.content p {
	font-size: 16px;
	line-height: 1.8;
	padding: 10px;
	margin-bottom: 30px;
	margin-top: 20px;
	margin-right: 30px;
	margin-left: 30px;
}

/*
お問い合わせ部分
-------------------------------------------*/

.box_contact {
	background-color: #E9EEEF;
	padding-top: 70px;
	padding-bottom: 50px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../img/sankaku.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.box_contact.only_tel {
	background-image: none;
}

.box_contact h3 {
	color: #006384;
}

.box_contact p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.box_contact .btn a {
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 5px solid #0085B2;
	text-decoration: none;
	display: block;
	width: 90%;
	background-color: #0085B2;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	max-width: 500px;
}
.box_contact .btn a i {
	padding-right: 10px;
	font-size: 120%;
}
.box_contact .btn a:hover {
	color: #0085B2;
	background-color: #FFF;
	border-top-color: #0085B2;
	border-right-color: #0085B2;
	border-bottom-color: #0085B2;
	border-left-color: #0085B2;
}

.box_contact .tel {
	/*font-size: 30px;*/
	font-size: 24px;
	font-weight: bold;
	/*color: #0085B2;*/
	text-decoration: none;
}

.box_contact .tel ul p{
	font-size:16px;
	color:#111;
}

.box_contact .tel .east{
	color:rgb(17, 25, 135);
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}
.box_contact .tel .east a{
	color:rgb(17, 25, 135);
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}

.box_contact .tel .west{
	color:#000000;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
}

.box_contact .tel .west a{
	color:#000000;
	text-decoration: none;
	font-size: 40px;
	font-family: "Arial";
	letter-spacing : -1px;   /* 文字間隔 */
	transform   : scale(13.5, 20.5);   /* 変形 横,縦 */
}

.box_contact .tel a strong {
	font-size: 150%;
}
.box_contact .tel a i {
	padding-right: 10px;
	font-size: 120%;
}

.box_contact .reception {
	font-size: 24px;
	letter-spacing: 5px;
}


/*-----トップへ戻るボタン------*/

.to_top {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 200;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	transition: 0.2s linear;
}
.to_top a {
	text-decoration: none;
	color: #FFF;
	text-align: center;
	display: block;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	font-size: 10px;
	background-color: #0085B2;
	padding: 20px;
	height: 30px;
	width: 30px;
}


/*
フッター
-------------------------------------------*/

footer {
	background-color: #007095;
	color: #FFF;
	clear: both;
	width: 100%;
	display: block;
	margin-top: auto;
	box-shadow: 0px 5px #006384;
}

footer ul.f_bn {
	text-align: center;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #006384;
}
footer .f_bn li {
	display: inline;
}
footer .f_bn li a {
	display: inline-block;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 10px;
	text-decoration: none;
	color: #FFF;
	margin-left: 10px;
	font-weight: bold;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-right: 10px;
}

footer .f_bn li a:hover {
	background-color: #0085B2;
}

footer .f_bn li a i {
	padding-right: 5px;
	font-size: 200%;
}


footer ul.f_list {
	display: block;
	/*width: 33.3%;*/
	width: 20%;
	float: left;
	padding-bottom: 20px;
	padding-top: 20px;
}

footer ul.f_list2 {
	display: block;
	/*width: 33.3%;*/
	width: 20%;
	float: right;
	padding-bottom: 20px;
	padding-top: 20px;
	border:solid 1px transparent;	/*floatの浮き防止*/
}

footer ul.f_list li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	/*padding: 2px;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 5px;
}

footer ul.f_list2 li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	/*padding: 2px;*/
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 5px;
}


footer ul.f_list li a:hover {
	background-color: #0085B2;
}

footer ul.f_list2 li a:hover {
	background-color: #0085B2;
}

footer ul.f_list li li a {
	/*padding-left: 25px;*/
	padding-left: 10px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*font-size: 14px;*/
	font-size: 12px;
}

footer ul.f_list2 li li a {
	/*padding-left: 25px;*/
	padding-left: 10px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	/*font-size: 14px;*/
	font-size: 12px;
}

footer ul.f_list li li a:hover {
	background-color: #0085B2;
}

footer ul.f_list2 li li a:hover {
	background-color: #0085B2;
}


footer ul.f_list li {
	text-decoration: none;
	color: #FFF;
	display: block;
	/*padding: 2px;*/
	font-size:12px;
	padding-left: 5px;
}

footer ul.f_list2 li {
	text-decoration: none;
	color: #FFF;
	display: block;
	/*padding: 2px;*/
	font-size:12px;
	padding-left: 5px;
}

footer ul.f_list li.list_top{
	font-weight:bold;
	/*padding-left: 10px;*/
	padding-left: 5px;
}

footer ul.f_list2 li.list_top{
	font-weight:bold;
	/*padding-left: 10px;*/
	padding-left: 5px;
}

footer ul.f_list li.list_top li {
	font-weight:normal;
}

footer ul.f_list2 li.list_top li {
	font-weight:normal;
}

.up_sideimg{
	margin-bottom:10px;
}

.side_img {
	padding: none;
}


.side_privacy{
	float:left;
}

.side_privacy a {
	padding-left:0px !important;
}

.side_privacy a img{
	border: 2.5px solid #007095;
	height: 70px;
	/*width: 90%;*/
}

.side_shinsyo{
	float:left;
}

.side_shinsyo img{
	border: 2.5px solid #007095;
	height: 70px;
	/*width: 90%;*/
	image-rendering: -webkit-optimize-contrast;
}


address {
	font-size: 10px;
	font-style: normal;
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	text-align: center;
	display: block;
	clear: both;
	background-color: #006384;
	box-shadow: 0px 5px #006384;
}


footer .box_pr {
	clear: both;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
	background-color: #006384;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #0085B2;
}

.box_pr ul li {
	display: inline;
	padding: 5px;
}

.box_pr ul li a {
	color: #FFF;
}


/* スマホのみ電話番号にリンクする対応*/
@media (min-width: 751px) {
	a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	}
}

@media screen and (max-width:1024px){
		
	header .h_tel{
		display:none;
	}
	.sp-inquiry { 
		display: block !important; 
	}
	.h_menu {
		display: none;
	}
	header {
		height: 52px;
	}
	
	header h1 a img {
		top: 5px;
		left:5px;
		height: 40px;
	}

	
	/*
	メニューボタン
	-------------------------------------------*/

	.menu_btn {
		display: block;
		height: 30px;
		width: 40px;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		position: fixed;
		z-index: 5000;
		top: 5px;
		right: 5px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
	.menu_btn:hover {
		cursor: pointer;
	}

	.menu_btn span {
		width: 22px;
		height: 2px;
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -14px;
		background-color: #555;
	}
	.menu_btn span {
		transition: all 0.3s;
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg);  
		-moz-transform: rotate(0deg);    
	}
	.menu_btn span.top {
		transform: translateY(-8px);
		-webkit-transform: translateY(-8px);  
		-moz-transform: translateY(-8px);    
	}
	.menu_btn span.bottom {
		transform: translateY(8px);
		-webkit-transform: translateY(8px);  
		-moz-transform: translateY(8px);    
	}


	.menu_btn:hover span.top {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);  
		-moz-transform: translateY(-10px);    
	}
	.menu_btn:hover span.bottom {
		transform: translateY(10px);
		-webkit-transform: translateY(10px);  
		-moz-transform: translateY(10px);    
	}


	.menu_btn.opened  span.middle {
		background: rgba(255, 255, 255, 0);
		transform: translateX(30px);
		-webkit-transform: translateX(30px);  
		-moz-transform: translateX(30px);    
	}
	.menu_btn.opened  span.top {
		transform: rotate(-45deg) translateY(0px);
		-webkit-transform: rotate(-45deg) translateY(0px);  
		-moz-transform: rotate(-45deg) translateY(0px);    
	}
	.menu_btn.opened  span.bottom {
		transform: rotate(45deg) translateY(0px);
		-webkit-transform: rotate(45deg) translateY(0px);  
		-moz-transform: rotate(45deg) translateY(0px);    
	}

	/*
	グローバルナビ
	-------------------------------------------*/
	#g_navi {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		display: none;
		padding-top: 50px;
		overflow: auto;
		z-index: 3000;
		background-color: #FFF;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		font-size: 14px;
		letter-spacing: 1px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#g_navi ul {
		display: block;
		margin: 0px;
		padding: 0px 20px;
		clear: both;
	}

	#g_navi ul li:first-child {
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #EEE;
	}

	#g_navi ul li {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #EEE;
	}

	#g_navi ul li a {
		color: #111;
		text-decoration: none;
		display: block;
		padding-top: 16px;
		/*padding-right: 10px;*/
		padding-bottom: 14px;
		padding-left: 30px;
		line-height: 22px;
		/*vertical-align: middle;*/
	}
	#g_navi ul li a:hover {
		color: #999;
	}

	/*
	アコーディオン
	--------------------------------------------------*/


	#g_navi ul li a.ac_menu {
		position: relative;
		background-image: none;
	}
	#g_navi ul li a.ac_menu::after {
		font-size: 11px;
		display: block;
		height: 20px;
		width: 20px;
		content: "▼";
		text-align: center;
		line-height: 20px;
		position: absolute;
		top: 16px;
		right: 10px;
		color: #555;
	}
	#g_navi ul li a.ac_menu.active {
		color: #999;
	}
	#g_navi ul li a.ac_menu.active::after {
		content: "▲";
	}
	#g_navi div.ac_list {
		display: none;
	}
	#g_navi ul li ul li {
		border-bottom: none;
	}
	#g_navi ul li li:first-child {
		border-top: none;
	}
	#g_navi ul li ul li a {
		border-bottom: none;
	}
	#g_navi ul li ul li a::before {
		content: "・";
		padding-right: 5px;
		color: #999;
	}

	#g_navi ul li ul li a:hover {
		color: #999;
	}

}/*(～1024)*/

@media screen and (min-width:961px){
	body {
		font-size: 16px;
	}
	.sm-slider, .sm-slider::after {
		top: 100px !important;
	}


	/*
	ヘッダー
	-------------------------------------------*/
	header {
		height: 140px;
		box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 3px 0px;
		position: fixed;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
	}


	header h1 a img {
		top: 20px;
		left: 10px;
	}

	header .h_btn a {
		width: 160px;
		top: 15px;
		right: 10px;
		line-height: 38px;
		padding-top: 2px;
		font-size: 14px;
		font-weight: bold;
	}

	header .h_tel{
		top: 10px;
		right: 520px;
		/*line-height: 38px;*/
		line-height:30px;
		padding-top: 4px;
	}



	.box_contact .box_in {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.box_contact .btn {
		float: left;
		width: 50%;
	}

	.box_contact .tel {
		float: right;
		width: 50%;
	}

	.box_contact.only_tel .tel {
		float: none;
		width: 100%;
	}


	}
/*(/960～)*/

@media screen and (min-width:1025px){
	
	header h1 a img {
		top: 20px;
		left: 10px;
	}

	header .h_btn a {
		width: 160px;
		top: 15px;
		right: 10px;
		line-height: 38px;
		padding-top: 2px;
		font-size: 14px;
		font-weight: bold;
	}
	
	.menu_btn,
	.btn_close {
	display: none;
	}

/*
PCグローバルナビ
-------------------------------------------*/
	#g_navi {
		width: 100%;
		padding-left: 4%;
		display: block !important;
		height: 50px;
		position: absolute;
		z-index: 1000;
		left: 0px !important;
		bottom: 0px;
		font-size: 14px;
		letter-spacing: 1px;
		font-weight: bold;
	}
	
	#g_navi ul.navi_base {
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	#g_navi ul li{
		display: inline;
	}
	
	#g_navi li a {
		width: 15%;
		padding-top: 15px;
		height: 35px;
		display: block;
		color: #036;
		text-decoration: none;
		text-align: center;
		line-height: 20px;
		position: relative;
		float: left;
		font-size: 100%;
	}
	
	#g_navi li a::before {
		display: block;
		height: 2px;
		position: absolute;
		top: 2px;
		width: 70%;
		left: 15%;
		background-color: #FFF;
		content: '';
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	
	#g_navi li a:hover::before {
		background-color: #0085B2;
		top:0px;
	}
	
	#g_navi li a:hover,
	#g_navi li a.active,
	#g_navi ul li:hover > a {
		color: #036;
	}
	
	#g_navi ul li:hover > a.ac_menu,
	#g_navi li a.ac_menu:hover {
		position: relative;
	}
	
	#g_navi li a.ac_menu::after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		 margin-left: -15px;
	  border-right: 15px solid transparent;
	  border-bottom: 20px solid #FFF;
	  border-left: 15px solid transparent;
		 z-index: 300;
		-webkit-transition: 0.2s linear;
		-moz-transition: 0.2s linear;
		transition: 0.2s linear;
	}
	
	#g_navi ul li:hover > a.ac_menu::after,
	#g_navi li a.ac_menu:hover::after {
	  border-bottom: 20px solid #001533;
	}
	
	#g_navi ul li div {
		position: absolute;
		z-index: 2000;
		top: 50px;
		left: 0px;
		opacity: 0;
		visibility: hidden;
		transition: .3s;
		width: 100%;
		height: auto;
		background-color: #001533;
	}
	#g_navi ul li ul{
	  width: 96%;
	  padding-left: 2%;
	  max-width: 1100px;
	  margin-left: auto;
	  margin-right: auto;
	}
	
	#g_navi li ul li a {
		width: 21%;
		padding-left: 3%;
		padding-top: 9px;
		padding-bottom: 9px;
		line-height: 22px;
		height: auto;
		color: #FFF;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 1%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}
	#g_navi li ul li a::after {
		content: "+";
		color: #FFF;
		position: absolute;
		display: block;
		left: 15px;
		top: 8px;
		font-size: 9px;
	}
	#g_navi li ul li a:hover::after {
		color: #036;
	}
	#g_navi ul li ul li a:hover{
		color: #036;
		background-color: #FFF;
		box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
		-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	}
	#g_navi li li a::before {
		display: none;
	}
	
	#g_navi ul li:hover div{
	  visibility: visible;
	  opacity: 1;
	}

	#g_navi div.ac_list {
		display: block !important;
	}
	
	#g_navi div.border{
		width: 0%;
		height: 32px;
		display: block;
		position: relative;
		float: left;
		border-left: #cccccc 2px solid;
		top: 10px;
	}



}


@media screen and (min-width:1200px){
	header .h_btn a {
		right: 50%;
		margin-right: -600px;
	}


	header .banner24h{
		width:360px;
		margin-left: -350px;
		left: 50%;	
	}
	header ul.h_tel{
		right: 50%;
		margin-right: 80px;
	}

	header .h_tel2 a {
		right: 50%;
		margin-right: -180px;
	}

	header h1 a img {
		left:50%;
		margin-left: -600px;
	}


}
/*(/1200～)*/

@media  screen and (min-width:961px) and (max-width:1024px) {

	header h1 a img {
		top: 40px;
	}
	header .banner24h {
		top: 40px;
		margin-left: 25%;
	}
	header .h_btn a {
		top: 40px;
    	right: 60px;
	}
	.menu_btn {
		top: 40px;
	}
	
	
}
/*(961～1024)*/

@media screen and (max-width:960px){

body {
	font-size: 16px;
}

img {
	max-width: 100% !important;
	height: auto;
	width /***/:auto;
	margin-left:auto;
	margin-right:auto;
}


.content h4 {
	margin-right: 10px;
	margin-left: 10px;
}

ul.works_list li {
	width: 33.3%;
}

#top_slide {
	padding-top: 50px;
}

#sub_top {
	/*height: 200px;*/
	height:auto;
	/*padding-top: 120px;*/
	padding-top:60px;
	letter-spacing: 0.5em;
	font-size: 18px;
}


body.fixed {
	overflow: hidden;
}


/*
メニューシャドウ
-------------------------------------------*/
.bg_bl {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	opacity: 0.80;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	display: block;
	position: fixed;
	z-index: 2000;
}


/*
ヘッダー
-------------------------------------------*/
.sm-slider, .sm-slider::after {
	top: 50px !important;
}

header {
	height: 52px;
}

header h1 a img {
	top: 5px;
	left:5px;
	height: 40px;
}

header .banner24h{
	top:10px;
	margin-left: 22%;
}

header .h_btn a {
	width: 120px;
	top: 5px;
	right: 55px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}
/*header .h_tel a {*/
header .h_tel {
	top: 0px;
	right: 200px;
	line-height: 29px;
	padding-top: 1px;
	font-size: 12px;
}


header .h_menu {
	display: none;
}

header #info {
	display: none;
}



}
/*(/～960)*/



/*iPad・iPhone10横対応*/
@media screen and (max-width:812px){


.box_contact .btn {
    padding-bottom: 20px;
}

/* スマートフォンで見たときは"sp"のclassがついた画像などが表示される */
.pc { 
    display: none !important; 
}
.sp { 
    display: block !important; 
}
form.state_form .state_box .midashi_label{
	display:block;
}
}
/*(/～780)*/

@media screen and (max-width:736px){

form.state_form input.datepicker{
	width:100px;
}
}
/*(～647)*/

@media screen and (max-width:670px){
	
	
	form.state_form input.order_no{
		width:120px;
	}
	
}
/*(～670)*/

@media screen and (min-width:641px){


.br-sp{
	display:none;
}

}
/*(641～)*/


@media screen and (max-width:640px){

/*スマホの改行対応*/

.br-sp{
		display:block;
}


header h1 a img {
	top:5px;
	height: 30px;
}

header .h_btn a {
	width: 50px;
	top: 10px;
	right: 50px;
	font-size: 18px;
	border-top-style: none !important;
	border-bottom-style: none !important;
	border-right-style: none !important;
	border-left-style: none !important;
}

header .h_btn a span {
	display: none;
}


.content {	padding-top: 20px;
	padding-bottom: 20px;
}

.content p {
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
}


.img_left,
.img_right {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
}

.box_contact p {
	font-size: 20px;
}

ul.f_bn li a span {
	display: none;
}


footer .f_bn li a i {
	padding-right: 0px;
}

footer .cont_wrap {
	display: none;
}
.box_contact .tel ul li p{
	font-size: 14px;
	color:#111;
}
}
/*(/～640)*/

@media screen and (max-width:480px){
	.box_contact .btn a {
		/*font-size: 18px;*/
		font-size: 16px;
	}
	.box_contact .tel a {
		font-size: 24px;
	}
	
	.box_contact .tel ul li p{
		font-size: 14px;
		color:#111;
	}
	
}
/*(/～480)*/

@media screen and (max-width:460px){


header .banner24h {
	margin-left: 30%;
	width:40%;
}

#sub_top {
	/*height: 80px;*/
	height:auto;
    padding-top: 60px;
    font-size: 12px;
}
#sub_top .sub_top_img p {
    padding-left: 20px;
}

.content h2 {
	font-size: 24px;
}


form.state_form .state_box p.day_label {
	margin-right:75px;
}
form.state_form .state_box .date_box {
	margin-bottom:5px;
}
form.state_form input.datepicker{
	width:179px;
}
form.state_form .state_box .no_box {
	display: block;
	margin-bottom:5px;
}
form.state_form input.order_no{
	width:179px;
}
form.state_form .state_box .sub_btn {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

}
/*(/～460)*/


@media screen and (max-width:385px){


}
/*(/～385)*/

@media screen and (max-width:360px){


}
/*(/～360)*/


@media screen and (max-width:320px){


header .banner24h {
    margin-left: 33%;
    width: 35%;
}

form.state_form input.datepicker {
    width: 150px;
}
form.state_form input.order_no {
    width: 150px;
}

}
/*(/～320)*/


@media print{
	#top_slide {
		padding-top: 0px !important; 
	}

	header{
		display: none;
	}

	.to_top{
		display: none !important;
	}

	#sub_top{
		padding-top: 0px;
	}

	#sub_top_b{
		padding-top: 0px !important;
	}

	body{
		width: 1075px;
	}

	.sp-image{
		width: 1075px !important;
	}
	.sp-mask{
		height: 383.17px !important;
	}
	/*トップページのスライド画像の調整　firefox用*/
	@-moz-document url-prefix() {
		body {
			width: 1263px;
		}
		.sp-image{
			width: 1263px !important;
		}
		.sp-mask{
			height: 450px !important;
		}
	  }

	.br-sp{
		display:none;
	}

	.select_box{
		display: none !important;
	}

	.list_all{
		display: none;
	}

	.li_cont{
		display: none;
	}

	.box_contact .box_in {
		max-width: 1100px;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.box_contact .btn {
		float: left;
		width: 50%;
	}

	.box_contact .tel {
		float: right;
		width: 50%;
	}

	.box_contact.only_tel .tel {
		float: none;
		width: 100%;
	}

}


/*
エフェクト
-------------------------------------------*/
/*.effect {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	transform: translateY(20px);
	-webkit-transform: translateY(20px);  
    -moz-transform: translateY(20px); 
	-webkit-transition: 1.0s ease-out;
	-moz-transition: 1.0s ease-out;
	transition: 1.0s ease-out;
}
.effect.d_02 {
transition-delay:0.2s;
-webkit-transition-delay:0.2s;
}
.effect.d_04 {
transition-delay:0.4s;
-webkit-transition-delay:0.4s;
}
.effect.d_06 {
transition-delay:0.6s;
-webkit-transition-delay:0.6s;
}
.effect.d_08 {
transition-delay:0.8s;
-webkit-transition-delay:0.8s;
}
.effect.start {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	transform: translateY(0px);
	-webkit-transform: translateY(0px);  
    -moz-transform: translateY(0px);    
}*/
/*.content p.check {
	color: #FF3333;
}
.content p.p_st {
	font-size: 20px;
	color: #CA28B1;
}*/

