@charset "utf-8";
/* --------------------------------------------------
	SiteName : 
	FileName : global.css
	Description : global styles
	
	== TOC =========================================
	1 : basic layout styles
	2 : headerArea styles
	3 : globalNaviArea styles
	4 : localNaviArea styles
	5 : contentsArea styles
	6 : footer styles
	
-------------------------------------------------- */


/* 1. basic layout styles
================================================== */
/* wrapper */
#wrapper {
	overflow: hidden;
}
a.tel_link {
	text-decoration: none;
	color: #000000;
}
:focus {
	outline: 0;
}
/* clarfix */
.clearfix {
	zoom: 1;
	display: block;
	clear: both;
}
.clearfix:after {
	overflow: hidden;
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
iframe {
	vertical-align: bottom;
}
.mincho {
	font-family: "游明朝", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.gennokaku {
	font-family: 'Noto Sans Japanese';
}
.futura {
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	font-style: normal;
}
/* 2. headerArea styles
================================================== */
#header {
	width: 100%;
	z-index: 999;
}
#header svg, body #header .comname, #header .comname2, body #header .ham_txt, #nav_toggle span {
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
body.activeblack #header svg {
	fill: #FFFFFF;
}
body.activeblack #header.open svg {
	fill: #000000;
}
body.fixedBody #header svg {
	fill: #000000!important;
}
body #header .ham_block {
	align-items: center;
	position: fixed;
	cursor: pointer;
	z-index: 999;
}
body.activeblack #header .comname, body.activeblack #header .ham_txt {
	color: #FFFFFF;
}
body.activeblack #header .comname2, body.activeblack #header .ham_txt {
	color: #FFFFFF;
}
body.activeblack #header.open .comname, body.activeblack #header.open .ham_txt, body.fixedBody #header #logo .comname, body.fixedBody #header .ham_txt {
	color: #000000!important;
}
body.activeblack #header.open .comname2, body.fixedBody #header #logo .comname2 {
	color: #000000!important;
}
body #header .ham_txt {
	padding-right: 15px;
	font-weight: bold;
}
body #header.open .ham_txt {
	opacity: 0;
}
/*開閉ボタン*/
#nav_toggle {
	display: block;
	width: 35px;
	height: 35px;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 2px;
	background-color: #000000;
	position: absolute;
	width: 100%;
	left: 0;
}
body.activeblack #nav_toggle span {
	background-color: #FFFFFF;
}
body.activeblack #header.open #nav_toggle span, body.fixedBody #wrapper #header #nav_toggle span {
	background-color: #000000;
}
#nav_toggle span:nth-child(1) {
	top: 8px;
}
#nav_toggle span:nth-child(2) {
	top: 16px;
}
#nav_toggle span:nth-child(3) {
	top: 24px;
}
/*開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/* 3. globalNaviArea styles
================================================== */
#gNavi {
	display: none;
	background-color: #f3f3f3;
	width: 99%;
	height: 99.4%;
	position: fixed;
	left: 0.5%;
	top: 0.3%;
	bottom: 0.3%;
	right: 0.5%;
	transition: opacity .5s;
}
#gNavi > ul > li {
	text-align: left;
	cursor: pointer;
	white-space: nowrap;
}
#gNavi > ul > li a {
	color: #000000;
	text-decoration: none;
}
/* 4. localNaviArea styles
================================================== */
/* 5. contentsArea styles
================================================== */
/* topicpath */
#visual {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#visual h1 {
	font-weight: bold;
}
#topicpath ul {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
}
#topicpath ul li:before {
	content: "\003e";
	float: left;
	display: block;
	margin-right: 5px;
	padding-left: 5px;
}
#topicpath ul li:first-child:before {
	content: "";
	float: none;
	display: none;
	padding-left: 0;
}
#topicpath ul > li a {
	color: #000000;
	text-decoration: none;
}
.h_style01 {
	font-weight: bold;
}
.h_style02 {
	font-weight: bold;
}
.h_style03 {
	font-weight: bold;
	text-align: center;
}
.h_style04 {
	font-weight: bold;
}
.h_style05 {
	font-weight: bold;
}
.h_style06 {
	font-weight: bold;
}
.square_txt {
	padding-left: 1.5em;
	position: relative;
	font-weight: bold;
}
.square_txt:before {
	width: 12px;
	height: 12px;
	display: block;
	content: "";
	background-color: #000000;
	position: absolute;
	transform: rotate(-45deg);
	left: 0px;
	top: 50%;
	margin-top: -6px;
}
.btn {
	text-align: center;
}
.btn a {
	display: inline-block;
	text-decoration: none;
}
.btn.underline a {
	font-weight: bold;
	color: #000000;
}

.btn.underline a:after {
	height: 2px;
	width: 100%;
	background-color: #000000;
	margin: 5px auto 0;
	content: "";
	display: block;
}
.btn.arrow a {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	position: relative;
}
.btn.arrow a:after {
	font-family: "FontAwesome";
	content: "\f105";
	color: #FFFFFF;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
}
.btn.entry {
	text-align: center;
}
.btn.entry a {
	background-color: #319ccd;
	color: #FFFFFF;
	padding: 15px 0;
	font-weight: bold;
}
.list_dot01 li {
	position: relative;
	padding-left: 1em;
}
.list_dot01 li:before {
	width: 2px;
	height: 2px;
	display: block;
	background-color: #454545;
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
}
.list_dot02 li {
	position: relative;
	padding-left: 1.5em;
}
.list_dot02 li:before {
	width: 12px;
	height: 12px;
	display: block;
	background-color: #454545;
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
}
.ol_style {
	counter-reset: number; /* 名前を付けたカウンターをリセット */
}
.ol_style > li {
	padding-left: 1.5em;
	position: relative;
}
.ol_style > li:before {
	counter-increment: number; /* 任意の名前を付けて！ */
	content: counter(number)"."; /* 名前を付けたカウンターを呼び出し */
	color: #333333;
	position: absolute;
	left: 0px;
	top: -1px;
}
.flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fbox_just {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.bg_gray {
	background-color: #f6f7f7;
}
.txt_underline {
	text-decoration: underline;
}
.cta_block {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #FFFFFF;
	text-align: center;
}
.cta_block a {
	color: #FFFFFF;
}
.cta_block .btn a {
	font-weight: bold;
}
.tbl_style01 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border-top: 1px solid #d2d2d2;
}
.tbl_style01 th, .tbl_style01 td {
	border-bottom: 1px solid #d2d2d2;
}
.tbl_style01 th {
	text-align: left;
	vertical-align: top;
}
#local_pagelist {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#local_pagelist .flexbox > li {
	background-color: rgba(255,255,255,0.85);
}
#local_pagelist .flexbox > li a {
	text-decoration: none;
	color: #000000;
}
#local_pagelist .com_txt, #local_pagelist .add_txt, #local_pagelist .tel_txt {
	text-align: center;
}
#local_pagelist .lead .tel_txt{
	margin-top: 0px;
}
#local_pagelist .flexbox > li .ttl, #local_pagelist .flexbox > li .txt {
	font-weight: bold;
}
#local_pagelist .flexbox > li .txt.futura {
	line-height: 1;
	text-indent: 1px;
	letter-spacing: 1px;
}
section#gmap iframe {
	width: 100%;
	height: 100%;
}
/* 6. footer styles
================================================== */
#footer {
	background-color: #101116;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #copy {
	text-align: center;
}
#pagetop {
	position: fixed;
	display: none;
	z-index: 99;
}
#pagetop a {
	display: block;
	background-color: #319ccd;
	position: relative;
	text-align: center;
	border-radius: 60px;
	text-decoration: none;
}
#pagetop a span {
	display: block;
}
#pagetop a:after {
	color: #FFFFFF;
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
	line-height: 1;
	font-family: "FontAwesome";
	content: "\f077";
	top: 50%;
	margin-top: -0.65em;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

PC Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) {
body, html {
	min-width: 1280px;
}
a:hover {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: .6;
}
.pcNoDisplay {
	display: none;
}
a.tel_link {
	pointer-events: none;
}
a.tel_link:hover {
	cursor: default;
	opacity: 1;
}
.br_spDisplay {
	display: none;
}
.br_pcDisplay {
	display: block;
}
/* 2. headerArea styles
================================================== */
#header {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
}
#header #logo {
	top: 20px;
	left: 110px;
	position: fixed;
	z-index: 999;
}
#header #logo .logo_img {
	width: 160px;
	height: 41px;
}
#header svg {
	width: 100%;
	height: 100%;
}
#header .comname {
	font-size: 1.1rem;
	text-align: left;
}
#header .comname2 {
	font-size: 1.1rem;
	text-align: left;
	letter-spacing: 0.1rem;
}
body #header .ham_block {
	top: 30px;
	right: 110px;
}
/* 3. globalNaviArea styles
================================================== */
#gNavi > ul {
	margin: 0 110px;
	padding-top: 150px;
}
#gNavi > ul > li {
	font-size: 3rem;
	margin-bottom: 30px;
	line-height: 1.4;
}
#gNavi > ul > li.tel_txt {
	font-size: 2rem;
}
/* 4. localNaviArea styles
================================================== */
/* 5. contentsArea styles
================================================== */
#visual {
	min-height: 374px;
}
#visual h1 {
	padding-top: 200px;
	margin: 0 auto;
	width: 1000px;
	font-size: 2.5rem;
}
#topicpath > ul {
	margin: 15px auto 30px;
	width: 1000px;
}
#topicpath > ul > li {
	font-size: 1.2rem;
}
.container {
	margin: 0 auto;
	width: 1000px;
}
.flexbox.col2 {
	margin: 0 -2.5%;
}
.flexbox.col2 > li {
	margin: 0 2.5%;
	flex-basis: 45%;
}
.flexbox.col3 {
	margin: 0 -1.5%;
}
.flexbox.col3 > li {
	margin: 0 1.5%;
	flex-basis: 30.3%;
}
.lead {
	display: block;
	width: 780px;
	margin: 0 auto 50px;
	text-align: left;
	line-height: 2.14;
}
.lead p + p {
	margin-top: 25px;
}
.h_style01 {
	font-size: 3.5rem;
	margin-bottom: 30px;
}
.h_style02 {
	font-size: 1.8rem;
	line-height: 4rem;
	margin-bottom: 30px;
}
.h_style03 {
	font-size: 3.3rem;
	margin-bottom: 50px;
}
.h_style04 {
	font-size: 2.5rem;
	margin-bottom: 30px;
}
.h_style05 {
	font-size: 2.0rem;
	margin-bottom: 30px;
}
.h_style06 {
	font-size: 3.0rem;
	margin-bottom: 30px;
}
.txt_box p {
	line-height: 2;
}
.txt_box p + p {
	margin-top: 25px;
}
.btn.arrow a {
	padding: 20px 0;
	min-width: 480px;
}
.btn.entry a {
	display: inline-block;
	min-width: 300px;
	font-size: 2rem;
}
.cta_block {
	padding: 50px 0;
	background-image: url(../../images/common/bg_contact_01.png);
}
.cta_block h2 {
	margin-bottom: 15px;
}
.cta_block h3 {
	margin-bottom: 5px;
}
.cta_block .lead {
	margin-bottom: 30px;
}
.cta_block .tel_txt {
	font-size: 2rem;
	margin-bottom: 15px;
}
.cta_block .btn {
	margin-bottom: 15px;
}
.cta_block .btn a {
	font-size: 1.6rem;
}
.tbl_style01 th {
	width: 20%;
	padding-right: 5%;
}
.tbl_style01 th, .tbl_style01 td {
	padding: 20px 0;
}
#local_pagelist {
	padding: 110px 0 70px;
	background-image: url(../../images/common/bg_sitemap_01.png);
}
#local_pagelist .logo {
	width: 157px;
	margin: 0 auto 15px;
	height: 38px;
}
#local_pagelist .add_txt {
	margin: 5px 0;
}
#local_pagelist .lead {
	margin-bottom: 90px;
}
#local_pagelist .com_txt {

}
#local_pagelist .flexbox > li {
	padding: 45px 0 30px;
}
#local_pagelist .flexbox > li:hover {
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: .6;
}
#local_pagelist .flexbox > li a:hover {
	opacity: 1;
}
#local_pagelist .flexbox > li .ttl, #local_pagelist .flexbox > li .txt {
	text-align: center;
}
#local_pagelist .flexbox > li .ttl {
	font-size: 1.8rem;
}
#local_pagelist .flexbox > li .txt {
	margin-top: 15px;
	font-size: 1.2rem;
}
#local_pagelist .flexbox > li .txt.futura {
	margin-top: 5px;
	font-size: 1.4rem;
}
#local_pagelist .flexbox > li .btn {
	margin-top: 15px;
}
#local_pagelist .flexbox > li.sp_tel_txt {
	display: none;
}
#local_pagelist .flexbox > li span.ttl {
	display: none;
}
section#gmap {
	height: 416px;
}
/* 6. footer styles
================================================== */
#footer {
	padding: 75px 0;
}
#footer .logo {
	display: none;
}
#footer .flexbox {
	justify-content: center;
	margin-bottom: 10px;
}
#footer .flexbox > li {
	position: relative;
	padding: 0 8px;
	line-height: 1.3;
}
#footer .flexbox > li:last-of-type:after, #footer .flexbox > li:before {
	width: 1px;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	bottom: 0px;
	content: "";
	background-color: #FFFFFF;
}
#footer .flexbox > li:last-of-type:after {
	right: 0px;
}
#footer .flexbox > li:before {
	left: 0px;
}
#pagetop {
	bottom: 50px;
	right: 50px;
}
#pagetop a {
	width: 60px;
	height: 60px;
}
#pagetop a:after {
	font-size: 2.2rem;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

IE Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.btn.arrow a {
    padding: 25px 0 20px;
}.btn.entry a {
	padding: 20px 0 15px;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

TABLET Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media (max-width: 1079px) and (min-width: 768px) {
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 767px) {
#wrapper {
}
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html.js_humburgerOpen {
	overflow: hidden;
	overflow-y: hidden;
}
body {
	background: none;
	position: relative;
}
body, html {
	min-width: 0;
}
.spNoDisplay {
	display: none;
}
.br_spDisplay {
	display: block;
}
.br_pcDisplay {
	display: none;
}
.spNoDisplay {
	display: none;
}
a.tel_link {
	pointer-events: auto;
}
a:hover {
	-webkit-transition: none;
	transition: none;
	opacity: 1;
}
.tblScroll {
	white-space: nowrap;
	margin-bottom: 30px;
	padding-bottom: 20px;
	overflow: scroll;
}
.tblScroll::-webkit-scrollbar {
 background:#f2f2f2;
 width:10px;
 height:10px;
}
.tblScroll::-webkit-scrollbar-track {
background:#f2f2f2;
}
.tblScroll::-webkit-scrollbar-thumb {
 background:#cccccc;
}
.container {
}
/* 1. img styles
================================================== */

img {
	border: 0;
	vertical-align: middle;
	max-width: 100% !important;
	width /***/: auto;
	-ms-interpolation-mode: bicubic;
	width: 100%;
	height: auto;
}
.ie6 img {
	width: 100%;
}
/* 2. header styles
================================================== */
#header {
	background-image: none;
	margin: 0 auto;
	padding: 0;
	z-index: 5000;
	top: 0px;
	left: 0;
	width: 100%;
	position: fixed;
}
body #header .ham_block {
	right: 4%;
	top: 10px;
}
#header .logo_img {
	width: 38%;
	margin-left: 4%;
	padding-top: 5px;
}
#header .comname {
	font-size: 1rem;
	margin-left: 4%;
}
#header .comname2 {
	font-size: 1rem;
	margin-left: 4%;
	letter-spacing: 0.1rem;
	margin-top: 5px;
}
/* 3. navi styles
================================================== */
#gNavi > ul {
	padding: 30px 4%;
}
#gNavi > ul > li {
	padding: 15px 0;
}
/* 4. lNavi styles
================================================== */

/* 5. contents styles
================================================== */
#topicpath {
	display: none;
}
#visual h1 {
	padding: 150px 0;
	text-align: center;
	font-size: 2.5rem;
}
.lead {
	margin-bottom: 15px;
}
.lead p + p {
	margin-top: 15px;
}
.btn.arrow a {
	padding: 15px 0;
	display: block;
}
.btn.entry a {
	display: block;
}
.h_style01 {
	font-size: 2rem;
	margin-bottom: 15px;
}
.h_style02 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.h_style03 {
	font-size: 1.8rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.h_style04 {
	font-size: 1.6rem;
	line-height: 1.5;
	margin-bottom: 15px;
}
.h_style05 {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.h_style06 {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.txt_box p {
	line-height: 1.6;
}
.txt_box p + p {
	margin-top: 15px;
}
.cta_block {
	padding: 30px 4%;
	background-image: url(../../images/common/bg_contact_01_sp.png);
}
.cta_block h2 {
	font-size: 1.7rem;
	letter-spacing: -0.035em;
	margin-bottom: 5px;
}
.cta_block h3 {
	margin-bottom: 5px;
}
.cta_block .tel_txt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 15px;
}
.tbl_style01 th, .tbl_style01 td {
	display: block;
}
.tbl_style01 th {
	border-bottom: none;
	padding: 10px 0 0;
}
.tbl_style01 td {
	padding: 5px 0;
	display: block;
}
#local_pagelist {
	padding: 30px 4%;
	background-image: url(../../images/common/bg_sitemap_01_sp.png);
	background-position: center bottom;
}
#local_pagelist .logo {
	margin: 0 36% 5px;
}
#local_pagelist .tel_txt {
	display: none;
}
#local_pagelist .com_txt, #local_pagelist .add_txt {
	font-size: 1rem;
}
#local_pagelist .flexbox {
	margin: 0 11%;
}
#local_pagelist .flexbox > li {
	flex-basis: 100%;
	margin-bottom: 10px;
}
#local_pagelist .flexbox > li .inner {
	text-align: left;
	padding: 5px 4%;
	display: block;
	position: relative;
}
#local_pagelist .flexbox > li .inner:after {
	font-family: "FontAwesome";
	content: "\f105";
	color: #0a0a0a;
	position: absolute;
	right: 4%;
	top: 50%;
	margin-top: -0.5em;
	line-height: 1;
}
#local_pagelist .flexbox > li .ttl {
	font-size: 1.5rem;
	line-height: 1;
}
#local_pagelist .flexbox > li .txt {
	font-size: 1.1rem;
	line-height: 1.3;
	margin-top: 5px;
}
#local_pagelist .flexbox > li .txt.futura {
	display: none;
}
#local_pagelist .flexbox > li .btn a {
	border-bottom: none;
	display: block;
}
#local_pagelist .flexbox > li .btn.underline a:after{
	display: none;
}
#local_pagelist .flexbox > li span.ttl {
	display: block;
}
#local_pagelist .flexbox > li.sp_tel_txt p {
	padding: 10px 0;
	font-weight: bold;
}
#local_pagelist .flexbox > li.sp_tel_txt p span {
	font-size: 66.6%;
}
section#gmap {
	height: 250px;
}
/*	6 : footer styles
================================================== */
#footer {
	padding: 30px 0;
}
#footer .logo {
	margin: 0 35% 15px;
	width: 30%;
}
#footer .logo svg {
	fill: #FFFFFF;
}
#footer .ft_sitemap {
	display: none;
}
#footer #copy {
	text-align: center;
	font-size: 1rem;
}
#pagetop {
	bottom: 15px;
	right: 4%;
}
#pagetop a {
	width: 30px;
	height: 30px;
}
#pagetop a:after {
	font-size: 1.4rem;
}
}

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

SP Setting(横)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

@media only screen and (max-width:767px) and (orientation: landscape) {
}
