@charset "UTF-8";

html {
	font-size: 62.5%;
}

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	color: #333;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.4;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

menu,ol,ul {
	margin: 0;
	padding: 0;
}

ol, ul {
	list-style: none;
}

img {
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #df7132;
	color: #fff;
}

::-moz-selection {
	background: #df7132;
	color: #fff;
}



/*游ゴシック対策*/
body {
	font-weight: 500;
}



@media screen and (max-width: 1140px) {
	body {
		overflow-x: auto;
	}
}


@media screen and (max-width: 750px) {
	body {
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.4;
	}
}



/*印刷用
---------------------------------------------------------- */
@media print{
	
	body {
		zoom: 80%;
	}
	
	header,
	.gnav_sp,
	.page_top {
		display: none !important;
	}
	
	#container {
		padding-top: 0;
	}
}



/*header
---------------------------------------------------------- */
header {
	width: 100%;
	min-width: 1140px;
	clear: both;
	position: fixed;
	top: 0;
	border-bottom: 1px solid #ccc;
	background: #fff;
	z-index: 10000;
}

.search_area {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	margin-left: 40px;
}

.search_area form {
	display: table-cell;
	vertical-align: middle;
	letter-spacing: normal;
}

.search_area form .form_box {
	display: table;
	width: 100%;
	position: relative;
}

.search_area form .form_box .txt {
	display: table-cell;
	vertical-align: middle;
	width: 250px;
	padding: 5px 30px 5px 10px;
	height: 35px;
	background: #fff;
	border: none;
	outline: none;
	border-radius: 0;
	-webkit-appearance:none;
	border: 1px solid #ccc;
}

@supports (-ms-ime-align:auto) {
	.search_area form .form_box .txt {
		font-size: 11px;
	}
}

.search_area form input::-webkit-input-placeholder {
	font-size: 11px;
	line-height: 2.2;
	color: #999;
}

.search_area form input::-moz-placeholder {
	font-size: 11px;
	line-height: 2.2;
	color: #999;
}

.search_area form input:-ms-input-placeholder {
	font-size: 11px;
	line-height: 2.2;
	color: #999;
}

.search_area form .form_box .submit {
	display: table-cell;
	vertical-align: middle;
	width: 42px;
	height: 100%;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	overflow: hidden;
	border: none;
	outline: none;
	border-radius: 0;
	text-indent: -9999px;
	white-space: nowrap;
	background: url(../../img/common/icon_search.png) center center no-repeat;
	-webkit-background-size: 16px auto;
	-moz-background-size: 16px auto;
	-o-background-size: 16px auto;
	background-size: 16px auto;
}

.header_block {
	width: 1140px;
	margin: 0 auto;
	padding: 25px 0 10px;
}

.header_block .head_logo {
	float: left;
	width: 307px;
	margin-right: 15px;
}

.header_block .head_logo a {
	display: block;
}

.header_block .head_logo a img {
	height: 70px;
}

.header_block nav {
	overflow: hidden;
	zoom: 1;
	text-align: right;
	padding-top: 10px;
}

.header_block .head_menu {
	display: inline-block;
	vertical-align: top;
	letter-spacing: -0.5em;
	padding-top: 8px;
}

.header_block .head_menu li:first-child {
	margin-left: 0;
}

.header_block .head_menu li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	text-align: center;
	margin-left: 40px;
}

.header_block .head_menu li a {
	display: block;
	position: relative;
}

.header_block .head_menu li a {
	display: block;
	color: #333;
	font-size: 15px;
	font-weight: bold;
}

.header_block .head_menu .current,
.header_block .head_menu li:hover a {
	color: #df7132;
}



@media only screen and (min-width: 751px) {
	
	.header_block nav {
		display: block !important;
	}
	
}


@media screen and (min-width: 751px) {
	
	.gnav_sp {
		display: none !important;
	}
}


@media screen and (max-width: 750px) {
	
	header {
		min-width: 100%;
	}
	
	.header_block {
		width: 100%;
		padding: 10px 3% 4px;
	}
	
	.header_block .head_logo {
		width: 180px;
		padding: 5px 0 0;
	}
	
	.header_block .head_logo a img {
		width: 100%;
		height: auto;
	}
	
	.header_block nav {
		display: none;
	}
	
	.gnav_sp {
		display: none;
		width: 100%;
		height: 100vh;
		padding: 60px 0 10em;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 9999;
		background: rgba(255,255,255,1);
		overflow-x: hidden;
		overflow-y: scroll;
		text-align: left;
	}
	
	.gnav_sp .head_menu li {
		margin-left: 0;
		text-align: left;
		border-bottom: 1px solid #ccc;
		background: none;
	}
	
	.gnav_sp .head_menu li:first-child {
		border-top: 1px solid #ccc;
	}
	
	.gnav_sp .head_menu li ul li:last-child {
		border-bottom: none;
	}
	
	.gnav_sp .head_menu li span,
	.gnav_sp .head_menu li a {
		display: block;
		padding: 15px 45px 15px 3%;
		color: #333 !important;
		font-size: 1.5rem;
		font-weight: normal;
		background: url(../../img/common/icon_arrow02.png) 95.5% center no-repeat;
		-webkit-background-size: 6px auto;
		-moz-background-size: 6px auto;
		-o-background-size: 6px auto;
		background-size: 6px auto;
	}

	.gnav_sp .search_area {
		display: block;
		margin: 25px 0 0;
	}
	
	.gnav_sp .search_area form {
		display: block;
		width: 94%;
		margin: 0 auto;
	}
	
	.gnav_sp .search_area form .form_box .txt {
		width: 100%;
		height: 40px;
		font-size: 16px;
	}
	
	.gnav_sp_btn {
		display: table;
		position:absolute;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		text-align: center;
		cursor: pointer;
		z-index: 10000;
	}
	
	.gnav_sp_btn.close {
		background: #df7132;
	}
	
	.gnav_sp_btn .toggle {
		display: table-cell;
		vertical-align: middle;
		padding: 12px 15px;
	}
	
	.gnav_sp_btn .toggle div {
		width: 100%;
		height: 2px;
		background: #444;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	
	.gnav_sp_btn.close .toggle div {
		background: #fff;
	}
	
	.gnav_sp_btn.close .toggle div.toggle_1 {
		-webkit-transform: translate(0, 10px) rotate(45deg);
		transform: translate(0, 10px) rotate(45deg);
	}

	.gnav_sp_btn.close .toggle div.toggle_2 {
		opacity: 0;
	}

	.gnav_sp_btn.close .toggle div.toggle_3 {
		-webkit-transform: translate(0, -10px) rotate(-45deg);
		transform: translate(0, -10px) rotate(-45deg);
	}

	.gnav_sp_btn .toggle div.toggle_2 {
		margin: 8px 0;
	}
	
	
}



/*container
---------------------------------------------------------- */
#container {
	min-width: 1140px;
	padding-top: 106px;
}


@media screen and (max-width: 750px) {
	
	#container {
		min-width: 100%;
		padding-top: 61px;
	}
}



/*contents
---------------------------------------------------------- */
#contents {
	padding: 50px 0 80px;
}



@media screen and (max-width: 750px) {
	
	#contents {
		width: 100%;
		padding: 25px 0 50px;
	}
}



/*page_top
---------------------------------------------------------- */
.page_top {
	display: table;
	width: 40px;
	height: 40px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #df7132;
	z-index: 9999;
}

.page_top a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 3px;
}

.page_top a img {
	width: 18px;
	height: auto;
}



@media screen and (max-width: 750px) {
	
	.page_top {
		position: fixed;
		right: 3%;
		bottom: 15px;
		top: inherit;
		z-index: 9999;
	}
}



/*footer
---------------------------------------------------------- */
footer {
	min-width: 1140px;
	position: relative;
}

footer:before {
	display: block;
	content: "";
	width: 100%;
	height: 0;
	padding: 21px 0 0;
	overflow: hidden;
	background: url(../../img/common/line_bg02.png) repeat-x;
	position: absolute;
	top: -21px;
	left: 0;
	z-index: 1;
}

footer .sp_btn_search {
	display: none;
}

.ft_block {
	width: 1140px;
	margin: 0 auto;
	padding: 45px 0 20px;
}

.ft_box_inner {
	float: left;
	width: 860px;
}

.ft_box_inner .ft_logo {
	float: left;
	width: 110px;
	margin-right: 30px;
}

.ft_box_inner .ft_logo img {
	width: 115px;
	height: auto;
	margin-top: -15px;
}

.ft_box_inner .ft_customer {
	overflow: hidden;
	zoom: 1;
}

.ft_box_inner .ft_customer {
	color: #df7132;
	font-weight: bold;
}

.ft_box_inner .ft_customer .tel,
.ft_box_inner .ft_customer .txt {
	display: table-cell;
	vertical-align: middle;
}

.ft_box_inner .ft_customer .txt {
	padding-left: 10px;
	font-size: 1.2rem;
}

.ft_box_inner .ft_customer .tel_link {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.8rem;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	line-height: 1;
	margin-left: 10px;
}

.ft_box_inner .ft_customer .tel a {
	color: #df7132;
}

.ft_box_inner.ft_customer .txt {
	font-size: 1.2rem;
	font-weight: bold;
	color: #df7132;
	padding-left: 13px;
}

.ft_box_inner .ft_customer .txt .caution {
	margin-top: 3px;
	font-size: 1rem;
}

.fsubnav {
	margin-top: 30px;
}

.fsubnav .ft_sns {
	float: right;
	/*width: 110px;*/
	padding-top: 15px;
}

.fsubnav .ft_sns  ul {
	margin-left: -10px;
	font-size: 0;
}

.fsubnav .ft_sns li {
	display: inline-block;
	margin-left: 10px;
}

.fsubnav .ft_sns li a:hover {
	opacity: 0.6;
}

.fsubnav .ft_sns li a img {
	width: 50px;
	height: auto;
}

.fsubnav nav {
	overflow: hidden;
	zoom: 1;
}

.fsubnav nav ul li {
	display: inline-block;
}

.fsubnav nav li a,
.fsubnav nav li span {
	color: #333;
	font-size: 1.2rem;
	text-decoration: none;
	position: relative;
	pointer-events: auto;
}

.fsubnav nav li a:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.fsubnav nav li a:hover:before {
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	transform: scale(1, 1);
}

.fsubnav nav ul li:not(:last-child):after {
	content: "";
	vertical-align: middle;
	display: inline-block;
	width: 1px;
	height: 12px;
	background: #666;
	margin: 0 13px;
}

.fsubnav .copyright {
	margin-top: 20px;
	font-size: 1.1rem;
	color: #999;
}

.fnav {
	float: right;
	width: 250px;
	margin-left: 30px;
}

.fnav .btn_list ul {
	margin-left: -10px;
	font-size: 0;
}

.fnav .btn_list li {
	display: inline-block;
	width: 120px;
	margin: 0 0 10px 10px;
	text-align: center;
}

.fnav .btn_list li a,
.fnav .btn_list li span {
	display: block;
	color: #df7132;
	padding: 10px;
	font-size: 1.2rem;
	font-weight: bold;
	border: 1px solid #df7132;
}

.fnav .btn_list li a:hover {
	color: #fff;
	background: #df7132;
}

.fnav .bnr_list {
	margin-top: 20px;
}

.fnav .bnr_list li a:hover {
	opacity: 0.6;
}



@media screen and (max-width: 750px) {
	
	footer {
		min-width: 100%;
	}
	
	footer:before {
		padding: 14px 0 0;
		background: url(../../img/common/line_bg02.png) repeat-x;
		position: absolute;
		top: -14px;
		left: 0;
		-webkit-background-size: auto 14px;
		-moz-background-size: auto 14px;
		-o-background-size: auto 14px;
		background-size: auto 14px;
	}
	
	.ft_block {
		width: 100%;
		margin: 0 auto;
		padding: 25px 0 20px;
	}
	
	.ft_box_inner {
		float: none;
		width: 94%;
		margin: 0 auto 20px;
	}
	
	.fnav {
		float: none;
		width: 94%;
		margin: 0 auto;
	}
	
	.ft_box_inner .ft_logo {
		display: table-cell;
		vertical-align: middle;
		float: none;
		width: 100px;
		padding: 10px;
		margin-right: 0;
		border-top: 1px solid #df7132;
		border-bottom: 1px solid #df7132;
	}

	.ft_box_inner .ft_logo img {
		margin-top: -5px;
	}
	
	.ft_box_inner .ft_customer {
		display: table-cell;
		vertical-align: middle;
		overflow: visible;
		padding-left: 20px;
	}
	
	.ft_box_inner .ft_customer .tel span {
		display: block;
	}

	.ft_box_inner .ft_customer .tel .tel_link {
		font-size: 2.5rem;
		margin: 3px 0;
	}
	
	.ft_box_inner .ft_customer .txt {
		display: block;
		padding-left: 0;
	}
	
	
	.fsubnav {
		margin-top: 0;
	}
	
	.fsubnav nav {
		overflow: visible;
		text-align: center;
		margin-top: 25px;
		padding-top: 25px;
		border-top: 1px solid #ccc;
	}
	
	.fnav .btn_list {
		margin-bottom: 10px;
	}
	
	.fnav .btn_list ul {
		margin-left: -2%;
	}
	
	.fnav .btn_list li {
		width: 48%;
		margin: 0 0 2% 2%;
	}
	
	.fsubnav .ft_sns {
		display: none;
	}
	
	.fnav_block {
		display: table;
		width: 100%;
	}
	
	.fnav_block .ft_sns {
		display: table-cell !important;
		vertical-align: middle;
		width: 125px;
		border-right: 15px solid #fff;
	}

	.fnav_block .ft_sns  ul {
		margin-left: -10px;
		font-size: 0;
	}

	.fnav_block .ft_sns li {
		display: inline-block;
		margin-left: 10px;
	}
	
	.fnav_block .ft_sns li a img {
		width: 50px;
		height: auto;
	}
	
	.fnav_block .bnr_list {
		display: table-cell;
		vertical-align: middle;
		margin: 0;
		text-align: right;
	}
	
	.fnav_block .bnr_list li img {
		vertical-align: top;
	}
	
	.fsubnav nav li a,
	.fsubnav nav li span {
		font-size: 1.1rem;
	}
	
	.fsubnav nav li a:before {
		bottom: 0;
	}
	
	.fsubnav nav ul li:not(:last-child):after {
		width: 1px;
		height: 10px;
		margin: 0 8px;
	}
	
	.fsubnav .copyright {
		font-size: 1rem;
	}

}



/*news
---------------------------------------------------------- */
.news_list li {
	margin-top: 22px;
}

.news_list li:first-child {
	margin-top: 0;
}

.news_list li a {
	display: block;
	text-decoration: none;
}

.news_list li a:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.news_list li a:hover h4 {
	text-decoration: none;
}

.news_list p {
	float: left;
	min-width: 130px;
	margin-right: 10px;
	font-size: 1.4rem;
	color: #999;
	word-break:break-all;
}

.news_list p .cate,
.news_detail p .cate {
	display:inline-block;
	width: 100px;
	margin-left:15px;
	padding: 3px 8px;
	color: #fff;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
	background: #7fd87b;
}

.news_list h4 {
	overflow: hidden;
	zoom: 1;
	font-size: 1.3rem;
	color: #222;
	text-decoration: underline;
}



@media screen and (max-width: 750px) {
	
	.news_list p {
		float: none;
		width: 100%;
		margin: 0 0 5px;
	}
	
	.news_list p .cate,
	.news_detail p .cate {
		margin-left:10px;
		padding: 2px 5px;
	}
	
	.news_list h4 {
		clear: both;
		overflow: visible;
	}
}



/*emergency
---------------------------------------------------------- */
.emergency_block {
	padding: 10px 0;
	background: #444;
}

.emergency_box {
	display: table;
	width: 1140px;
	margin: 0 auto;
}

.emergency_box h4,
.emergency_box .txt {
	display: table-cell;
	vertical-align: middle;
}

.emergency_box h4 {
	width: 148px;
	padding-left: 28px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	position: relative;
	border-right: 1px solid #fff;
	background: url(../../img/common/icon_emergency.png) left center no-repeat;
	-webkit-background-size: 20px auto;
	-moz-background-size: 20px auto;
	-o-background-size: 20px auto;
	background-size: 20px auto;
}

.emergency_block .txt {
	border-left: 14px solid #444;
}

.emergency_block .txt_box {
	padding: 12px 16px;
	color: #333;
	font-size: 12px;
	background: #fefddd;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.emergency_block .txt_box a:hover {
	text-decoration: underline;
}



@media screen and (max-width: 750px) {
	
	.emergency_box {
		width: 94%;
		margin: 0 auto;
	}
	
	.emergency_box h4 {
		width: 80px;
		padding-left: 23px;
		font-size: 12px;
		background: url(../../img/common/icon_emergency.png) left center no-repeat;
		-webkit-background-size: 16px auto;
		-moz-background-size: 16px auto;
		-o-background-size: 16px auto;
		background-size: 16px auto;
	}
	
	.emergency_block .txt_box {
		padding: 10px 14px;
		font-size: 10px;
	}
}



/*tel_link
---------------------------------------------------------- */
.tel_link a {
	text-decoration: none !important;
}



/*linkbox
---------------------------------------------------------- */
.linkbox {
	cursor: pointer;
}



/*表示・非表示管理
---------------------------------------------------------- */
.sp-none {
	display: block;
}
.pc-none {
	display: none !important;
}



@media screen and (max-width: 750px) {
	
	.sp-none {
		display: none;
	}
	.pc-none {
		display: block !important;
	}
}



/*画像
---------------------------------------------------------- */
@media only screen and (max-width: 750px) {
	
	img {
		max-width: 100%;
		height: auto;
		width /***/: auto;
	}
}



/*clearfix
---------------------------------------------------------- */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}


