@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
}
/*--------------------
          N(
------------------*/
.clearfix {float:none;clear:both;}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix{ zoom: 1; } /* IE6 */
*:first-child+html .clearfix{ zoom: 1; } /* IE7 */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
       url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
       url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;  /* Preferred icon size */
  display: inline-block;
  margin-right:2px;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  vertical-align:middle;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.material-icons.md-12 { font-size: 12px; }
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-16 { font-size: 16px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-20 { font-size: 20px; }
.material-icons.md-22 { font-size: 22px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-26 { font-size: 26px; }
.material-icons.md-28 { font-size: 28px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/*--------------------
   background-color
------------------*/
.bgbl {background-color:#7EABE2;padding:2px !important;}
.bggr {background-color:#22B573;padding:0px 2px !important;}
.bgor {background-color:#F77C00;padding:0px 2px !important;}
.bgyl {background-color:#ffffae;padding:0px 2px !important;}
/*--------------------
          Mn
------------------*/
.mb10 { margin-bottom:10px !important;}
.mb20 { margin-bottom:20px !important;}
.mb30 { margin-bottom:30px !important;}
.mb40 { margin-bottom:40px !important;}
.mb50 { margin-bottom:50px !important;}
.mb60 { margin-bottom:60px !important;}
.mb70 { margin-bottom:70px !important;}
.mb80 { margin-bottom:80px !important;}
.mb90 { margin-bottom:90px !important;}
.mb100 { margin-bottom:100px !important;}

.mt10 { margin-top:10px !important;}
.mt20 { margin-top:20px !important;}
.mt30 { margin-top:30px !important;}
.mt40 { margin-top:40px !important;}
.mt50 { margin-top:50px !important;}
.mt60 { margin-top:60px !important;}
.mt70 { margin-top:70px !important;}
.mt80 { margin-top:80px !important;}
.mt90 { margin-top:90px !important;}
.mt100 { margin-top:100px !important;}

.pd10 { padding-bottom:10px !important;}
.pd20 { padding-bottom:20px !important;}
.pd30 { padding-bottom:30px !important;}
.pd40 { padding-bottom:40px !important;}
.pd50 { padding-bottom:50px !important;}
.pd60 { padding-bottom:60px !important;}
.pd70 { padding-bottom:70px !important;}
.pd80 { padding-bottom:80px !important;}
.pd90 { padding-bottom:90px !important;}
.pd100 { padding-bottom:100px !important;}

.pt10 { padding-top:10px !important;}
.pt20 { padding-top:20px !important;}
.pt30 { padding-top:30px !important;}
.pt40 { padding-top:40px !important;}
.pt50 { padding-top:50px !important;}
.pt60 { padding-top:60px !important;}
.pt70 { padding-top:70px !important;}
.pt80 { padding-top:80px !important;}
.pt90 { padding-top:90px !important;}
.pt100 { padding-top:100px !important;}

.taCenter { text-align:center;}
.taRight { text-align:right;}
.taLeft { text-align:left;}
/*--------------------
          font
------------------*/
.bold { font-weight:bold;}
.red { color:red;}
.orange { color:#F75100;}
.green { color:#7ebf58;}
.blue { color:#0071bc;}
body {
	font-size:18px;
	line-height:220%;
	color:#000;
	font-family: 'Noto Sans JP', sans-serif;
	overflow-x: hidden;
}
#sidr-right {
	display: none;
}
@media screen and (max-width: 639px) {
body {
	font-size:16px;
	line-height:200%;
	color:#000;
}
.pc {
	display: none !important;
}
}
@media screen and (min-width: 640px) {
	.sp {
		display: none;
	}
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
a img:hover {
	filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
    -moz-opacity: 0.8;
    opacity: 0.8;
}
img {
	max-width:100% !important;
	height:auto !important;
}
/*--------------------
      header
------------------*/
header {
	width:100%;
	margin:0 auto 0;
	background:#fff;
	position: relative;
}
header .inner {
	max-width: 1400px;
	margin:10px auto;
}
header .inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}
header .inner .left {
	max-width:140px;
	width: 30%;
	float:left;
	margin:5px 0 0 10px;
}
header .inner .center {
	float:right;
	margin:10px 90px 0 15px;
	line-height:20px;
	font-size:14px;
	font-weight: bold;
}
header .inner .center a {
	margin:3px 5px;
	display:inline-block;
	background:#F15A24;
	color: #fff;
	padding: 10px 50px;
	border-radius: 5px;
	text-align: center;
	font-size:100%;
}
header .inner .center a.web {
	background: #e72119;
}
header .inner .center a.line {
	background: #009245;
}
.btn_box {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
.btn_box_inner {
	max-width: 1400px;
	margin: auto;
	position: relative;
}
#slide_btn {
	position:absolute;
	top: 10px;
	right: 5px;
	width: 70px;
	height: 70px;
	line-height: 100%;
	border: 1px solid #aaa;
	display: flex;
	justify-content: center;
	align-items:center;
	flex-direction: column;
	background: #fff;
	font-weight: bold;
	z-index: 5;
}
#slide_btn:hover {
	text-decoration: none;
	background: #ffe5c7;
}
#slide_btn span {
	display: block;
	font-size:30px;
	margin: 0;
}
@media screen and (max-width: 639px) {
header .inner .left {
	width: 45%;
	margin:5px 0 5px 10px;
}
header .inner .center {
	display: none
}
#slide_btn {
	width: 60px;
	height: 60px;
	font-size: 90%;
	z-index: 5;
}
}
/*****
button
****/
.more {
	background: rgb(234,88,26);
	background: linear-gradient(90deg, rgba(234,88,26,1) 0%, rgba(231,37,25,1) 100%);
	display: block;
	max-width: 300px;
	width: 80%;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-weight: bold;
	margin: auto;
}
.more:hover {
	text-decoration: none;
	color: #fff;
}
/*****
box
****/
#wrap {
	margin:auto;
	padding:10px 0;
}
/****
pankuzu
****/
.bread li {
	display:inline-block;
	margin:0 10px 0 0;
	font-size:14px;
	font-weight: bold;
}
.bread li:after {
	margin-left: 10px;
	display: inline-block;
	content: ">";
	color: #000;
}
.bread li:first-child a {
	color: #ff0000;
}
.bread li:last-child:after {
	content: "";
	margin-left: 0;
}
/*****
title
****/
/*****
menu
****/
.menu_list1 {
	text-align: left;
}
.menu_list1 li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
}
.menu_list1 li h3 {
	font-weight: bold;
	color: #f7931e;
}
.menu_list1 li p {
	font-size: 80%;
	line-height: 150%;
}
.menu_list1 li .more {
	display: block;
	text-align: center;
	font-size: 90%;
	color: #fff;
	background: #f15a24;
	line-height: 150%;
	padding: 5px;
	margin: 10px 0;
}
.menu_list1 li a:hover {
	text-decoration: none;
}
.menu_list2 li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	margin: 1%;
	text-align: center;
	max-width: 300px;
}
.menu_list2 li a {
	display: block;
	color: #f15a24;
	border: 3px solid #f15a24;
	font-weight: bold;
}
.menu_list2 li a:hover {
	background: #f15a24;
	color: #fff;
	text-decoration: none;
}
@media screen and (max-width: 639px) {
.menu_list1 li {
	width: 45%;
	margin: 1% 2%;
}
.menu_list2 li {
	width: 47%;
	font-size: 13px;
	margin: 2% 1%;
}
}
/*****
map
****/
.map {
	margin:30px auto;
    background: linear-gradient(165deg, white 65%, #EBF5F3 65%);
}
.map h2 {
	color: #009a7c;
	padding:10px;
	font-size:min(5vw,30px);
	font-weight: bold;
	text-align:center;
	line-height:150%;
	margin-bottom: 20px;
}
.map h2::after {
	content: "";
	display: block;
	width: 50%;
	border-bottom: 4px solid #009a7c;
	margin:5px auto 5px;
}
.map h2 .sub {
	display: block;
	font-size: 80%;
}
.map ol {
	max-width: 1000px;
	margin: auto;;
}
.map ol li {
	float: left;
	width: 31%;
	max-width: 240px;
	margin:0 5px 10px;
}
.map ol li h3 {
	background: #231815;
	color: #fff;
	font-size:18px;
	font-weight: bold;
	padding: 10px 5px;
}
.map ol li h3 span {
	background: #fff;
	color:#000;
	line-height: 100%;
	padding: 0 5px;
	font-size: 14px;
	margin:0 5px 5px;
}
.map ol li .address_box {
	text-align: center;
	font-size: 14px;
	line-height: 150%;
}
.map ol li .address_box a {
	display: inline-block;
	margin: auto;
	background: #009a7c;
	color: #fff;
	padding: 5px;
}
.map ol li a.tel {
	font-size:20px;
	text-align: center;
	color: #009a7c;
	font-weight: bold;
	display: block;
	margin: auto;
}
.map ol li a.more {
	font-size:16px;
	background: #fff;
	border:3px solid #009a7c;
	border-radius: 0;
	width: 100%;
	padding: 0;
	color: #009a7c;
}
.rsv_box {
	background: #009a7c;
	width: 98%;
	display: block;
	max-width: 600px;
	margin: 10px auto;
	text-align: center;
	padding: 10px;
}
.rsv_box p {
	color:#fff;
	font-weight: bold;
	font-size:min(4.3vw,22px);
	margin:10px 0;
	line-height: 100%;
}
 .rsv_box a {
	background:#fff;
	color:#009a7c;
	font-weight: bold;
	font-size:min(6vw,22px);
	margin:10px auto;
	line-height: 200%;
	display: block;
	width: 90%;
}

@media screen and (max-width: 767px) {
	.map {
		text-align: center;
	}
	.map ol {
		width: 100%;
		text-align: center;
	}
	.map ol li {
		display: inline-block;
		float: none;
	width : -webkit-calc((100% / 2) - 2%);
	width : calc((100% / 2) - 2%);
	margin: 0 1% 10px;
	}
.map ol li .address_box {
	height: auto;
}
}
@media screen and (max-width: 480px) {
	.map ol li {
		display: block;
		width: 98%;
		margin: 0 auto 10px;
	}
}
/*foot_banner*/
.foot_banner {
	max-width: 1000px;
	margin: auto;
}
.foot_banner li {
	float:left;
	width : -webkit-calc((100% / 3) - 20px) ;
	width : calc((100% / 3) - 20px);
	margin: 20px 10px;
}
.foot_banner li.bl {
	background: #29abe2;
	border: 5px solid #29abe2;
}
.foot_banner li.gr {
	background: #22b573;
	border: 5px solid #22b573;
}
.foot_banner li.yl {
	background: #fbb03b;
	border: 5px solid #fbb03b;
}
.foot_banner li span {
	font-weight: bold;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
}
.foot_banner li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 480px) {
.foot_banner li {
	float:none;
	display: block;
	width: 98%;
	max-width: 280px;
	margin:0 auto 15px;
}
}
/*****
footer
****/
footer {
	background: #231815;
	width: 100%;
	padding: 1px;
}
.foot_box {
	max-width: 1000px;
	margin: auto;
	padding: 30px 0;
	color: #fff;
	text-align: center;
}
.foot_box a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
}
.foot_box a i {
	font-size: 24px;
}
.foot_box img {
	display:block;
	margin:auto;
}
.foot_box ol {
	margin: 10px 0;
}
.foot_box li {
	display: inline-block;
	margin: 0 10px;
}
.foot_box ul {
	margin: 20px 0;
}
.foot_box ul li a {
	display: block;
	border: 1px solid #fff;
	padding: 0 20px;
}
.copyright {
	font-size: 12px;
	padding: 40px 0 0;
}
@media screen and (max-width: 480px) {
.foot_box ul li {
	display: block;
	margin: 0 10px 10px;
}
.foot_box ul li a {
	padding: 5px 20px;
}
}
/*****
Google map
****/
.ggmap {
    position: relative;
    width: 100%;
    padding-top: 51.25%;
    height: 0;
}

.ggmap iframe {
    position: absolute;
	border-radius: 5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}