@charset "UTF-8";

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
}
/*------------------------------
  レイアウト
   ------------------------------*/
.container {
	width: 100%;
}
.sp_only {
	display: block;
}
.pc_only {
	display: none;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
#menu {
	position: absolute;
	top: 12px;
	right: 3%;
	width: 30px;
}
#menu .sp_menu_btn,
#menu .sp_menu_btn span {
display: inline-block;
transition: all .3s;
box-sizing: border-box;
}
#menu .sp_menu_btn {position: relative;width: 30px;height: 26px;top: -1px;}
#menu .sp_menu_btn span {
position: absolute;
left: 0;
margin: auto;
width: 100%;
height: 4px;
background-color: #000;
border-radius: 4px;
}
#menu .sp_menu_btn span:nth-of-type(1) {
top: 0;
}
#menu .sp_menu_btn span:nth-of-type(2) {
top: 11px;
}
#menu .sp_menu_btn span:nth-of-type(3) {
top: 22px;
}
#menu.active .sp_menu_btn span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
#menu.active .sp_menu_btn span:nth-of-type(2) {
  opacity: 0;
}
#menu.active .sp_menu_btn span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
.sp_navi_link {
	margin-bottom: 0;
	position: absolute;
	top: 46px;
	right: 0;
	left: 0;
	background: #FFF;
	z-index: 1000;
	right: 0;
}
.sp_navi_link .ttl p {
	font-size: 18px;
	text-align: center;
	background: url(../../img/bg_02.png) repeat;
	color: #FFF;
	font-weight: bold;
	padding: 9px 0 6px;
}
.sp_navi_link #menu_close {
	font-size: 17px;
}
.sp_navi_link #menu_close span {
	background: url(../../img/close.png) no-repeat top left;
	display: inline-block;
	width: 16px;
	height: 15px;
	background-size: contain;
	position: relative;
	top: 1px;
	margin-right: 4px;
}
.sp_navi_link .sideBox ul li {
	padding: 0px 0 0;
	background: url(../../img/v_10.png) no-repeat 21px center;
	border-bottom: 1px solid #C7C7C7;
}
.sp_navi_link .sideBox ul li a {
	color: #333;
	display: block;
	padding: 18px 0 15px 36px;
}
.sp_navi_link .sideBox .sttl {
	border-bottom: 1px solid #EDEDED;
}
.sp_navi_link .sideBox .sttl a {
	display: block;
	background: #008f43 url(../../img/v_01.png) no-repeat right 10px center;
	color: #FFF;
	font-weight: bold;
	font-size: 17px;
	padding: 15px 0 13px 20px;
	line-height: 1.4;
}
#pankuzu {
	display: none;
}
/*============================
  #header
  ============================*/
#header .top {
	padding: 0;
}
#header .top .container {
	width: 100%;
	padding: 12px 3% 12px;
}
#header .top .container .left {
	width: 100%;
	float: none;
	padding: 0;
}
#header .top .container .left h1 {
	max-width: 170px;
	width: 100%;
}
#header .top .container .right {
	display: none;
}

/*============================
#main-visual
============================*/
#contents_top #main-visual {
	height: 340px;
	background-position: left center;
	background-size: cover;
	padding: 0px 5% 6%;
}
#contents_top #main-visual .container {
	max-width: 300px;
	margin: 0 auto;
}
#contents_top #main-visual .container p.th {
	font-size: 28px;
	line-height: 1.2;
	padding: 0 0 10px;
	margin: 0 auto 0;
}
#contents_top #main-visual .container p.td {
	font-size: 11px;
	padding: 0 0 0;
}
#contents_top #main-visual .container a.scroll {
	display: none;
}
#contents_top #main-visual .scroll a {
	width: 40px;
}
#contents_top #main-visual .scroll a img {
	width: 40px;
}

.navi-sp-1 {
	background: #2980b9;
	padding: 10px 3% 10px;
	background: #ae030e;
}
.navi-sp-1 ul li {
	width: 50%;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFF;
}
.navi-sp-1 ul li:nth-child(2n) {
	border-right: none;
}
.navi-sp-1 ul li:nth-last-child(2) {
	border-bottom: none;
}
.navi-sp-1 ul li:last-child {
	border-bottom: none;
}
.navi-sp-1 ul li a {
	font-size: 12px;
	display: block;
	padding: 10px 5px 10px;
}
.navi-sp-2 {
	background: #6f37a2;
	padding: 0% 5% 5%;
}
.navi-sp-2 ul li {
	background: #FFF;
	width: 32%;
}
.navi-sp-2 ul li a {
	font-size: 10px;
	text-align: center;
	display: block;
	padding: 10px 0 10px;
}
/*============================
  #section01
  ============================*/
#section01 {
	padding: 0 5% 8%;
}
#section01 .container {
	width: 100%;
	display: block;
}
#section01 .container .left {
	width: 100%;
	float: none;
	padding: 7% 0 5%;
}
#section01 .container .left h2 {
	padding: 0;
	margin: 0;
}
#section01 .container .left h2 img {
	max-width: 70px;
}
#section01 .container .left a.btn1 {
	display: none;
}
#section01 .container .right {
	width: 100%;
	float: none;
	border: none;
	padding: 0 0 0;
}
#section01 .container .right ul li {
	padding: 6% 0 7%;
	margin: 0;
	position: relative;
}
#section01 .container .right ul li:last-child {
	border: none;
}
#section01 .container .right ul li:before {
	content: " ";
	display: block;
	position: absolute;
	bottom: auto;
	left: 0;
	top: 0;
	right: 0;
	margin: auto;
	background: #000;
	height: 1px;
	width: 110px;
}
#section01 .container .right ul li a dl dt {
	font-size: 12px;
	width: 78px;
	margin: 0 8px 0 0;
}
#section01 .container .right ul li a dl dd {
	font-size: 12px;
	width: calc(100% - 86px);
}
#section01 .container a.btn1 {
	display: block;
	padding: 10px 0% 10px;
	font-size: 15px;
	max-width: 230px;
}
#section01 .container a.btn1:after {
	background: url(../../img/v_04.png) no-repeat top left;
	background-size: contain;
	width: 9px;
	height: 10px;
}
/*============================
  #section02
  ============================*/
#section02 {
	padding: 4% 5% 4%;
}
#section02 .container h2 {
	margin: 0 0 5%;
}
#section02 .container h2 span {
	font-size: 34px;
}
#section02 .container p {
	font-size: 11px;
	margin: 0 0 5%;
}
#section02 .container .btn_box a,
#section03 .container .btn_box a,
#section06 .container .btn_box a {
	width: 90%;
	min-width: 290px;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
}
#contents ul.list_01 {
	display: block;
	width: auto;
}
#contents ul.list_01 > li {
	width: auto;
	margin: 0 auto;
}
#contents ul.list_01 > li + li {
	margin-top: 25px;
}
#contents ul.list_01 > li > a > div {
	padding: 10px 0;
}
#contents ul.list_01 > li > a img {
	width: 100%;
	max-width: none;
}
/*============================
  #section03
  ============================*/
#section03 {
	padding: 4% 5% 4%;
}
#section03 .container h2 {
	margin: 0 0 5%;
}
#section03 .container h2 span {
	font-size: 34px;
}
#section03 .container p {
	font-size: 11px;
	margin: 5px 0 5%;
}
/*============================
  #contact_banner
  ============================*/
#contact_banner {
	padding: 17px 5% 17px;
	/* background: url(../../img/top/bg_01_sp.jpg) no-repeat top center; */
	/* background-size: cover; */
}
#contact_banner .container {
	width: 100%;
	height: auto;
	padding: 0 0;
	background: none;
}
#contact_banner .container .box {
	width: 100%;
	max-width: 380px;
	padding: 10px 2.5% 12px;
}
#contact_banner .container .box p {
	margin: 0 0 5%;
}
#contact_banner .container .box p.top {
	margin-bottom: 10px;
}
#contact_banner .container .box p.top .eng {
	font-size: 26px;
	padding-right: 17px;
	margin-right: 7px;
}
#contact_banner .container .box p.top .sub {
	font-size: 15px;
}
#contact_banner .container .box .left a[href^="tel:"] {
	pointer-events: unset;
	font-size: 33px;
	background-size: 35px 35px;
	padding: 2px 0 2px 45px;
}
#contact_banner .container .box p.top .eng:after {
	width: 12px;
}
#contact_banner .container .box .left {
	width: 100%;
	float: none;
	text-align: center;
	margin-bottom: 10px;
}
#contact_banner .container .box .left .bottom {
	font-size: 15px;
}
#contact_banner .container .box .right {
	width: 100%;
	float: none;
	padding: 0;
}
#contact_banner .container .box .right a {
	width: 100%;
	height: 60px;
	font-size: 18px;
	line-height: 60px;
	padding-left: 30px;
	background-position: left 15px center;
	background-size: 24px;
}
/*============================
  #section05
  ============================*/
section#section05 {
	padding: 5% 5% 7%;
	background-image: url(../../img/top/bg_02_sp.jpg);
	background-size: cover;
}
section#section05 .container {
	width: 100%;
}
section#section05 .container .left_box {
	width: auto;
}
section#section05 .container h2 span {
	font-size: 34px;
}
section#section05 .container .box {
	width: 100%;
}
section#section05 .container .box p.th {
	font-size: 19px;
}
section#section05 .container .box p.td {
	font-size: 14px;
	margin: 0 0 5%;
}
/*============================
  #section06
  ============================*/
#section06 {
	padding: 5% 0% 7%;
}
#section06 .container h2 span {
	font-size: 34px;
}
#section06 .container .box {
	margin: 0 ;
}
#section06 .container .box p.th {
	font-size: 12px;
	margin: 0 0 1%;
}
#section06 .container .box p.td {
	font-size: 11px;
	margin: 0 0 3%;
}
#section06 .container .box .map iframe {
	height: 150px !important;
}
/*============================
  #footer
  ============================*/
#footer {
	padding: 5% 5% 3%;
}
#footer .container {
	width: 100%;
}
#footer .container .flex {
	flex-wrap: wrap;
	width: auto;
	padding-bottom: 20px;
}
#footer .container .flex ul {
	width: calc(49% - 5px);
}
#footer .container .flex ul li {
    margin: 0 0 1px 0;
}
#footer .container .flex ul li a {
	font-size: 13px;
}
#footer .container .flex .banner {
	margin-top: 15px;
	justify-content: center;
	width: 100%;
}
#footer .container .flex .banner a {
	margin: auto;
}
#footer .container .bottom {
	padding-top: 20px;
}
#footer .container .bottom #f-logo {
	width: 100%;
	float: none;
	padding-top: 0;
}
#footer .container .bottom #f-logo a {width: 100%;}
#footer .container .bottom #f-logo a.hv img {
	max-width: 200px;
	display: block;
	margin: 0 auto 5%;
}
#footer .container .bottom .f-add {
	width: 100%;
	float: none;
	flex-wrap: wrap;
}
#footer .container .bottom .f-add p {
	font-size: 11px;
	text-align: center;
	width: 100%;
	margin: 0 0 15px;
}
#footer .container .bottom .copy {
	padding-top: 25px;
	width: auto;
	float: none;
}
#footer .container .bottom .copy p {
	font-size: 9px;
	text-align: center;
}
