@charset "UTF-8";

*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.clearfix::after {
content:'';
display:block;
clear:both;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body{
font-size:1.6rem;
font-family: 'Zen Kaku Gothic New', sans-serif;
letter-spacing: 0.1rem;
text-align: justify; /* 両端揃え */
text-justify: inter-ideograph;/* 両端揃えの種類win */
font-feature-settings: "palt" 1;/* カーニング */
line-break: strict;/* 禁則 */
}
p{
margin: 0;
}
a {
display: block;
color: #000;
}
a,a:hover{
text-decoration: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
a:hover{
opacity: 0.8;
color: #E48020;
}
a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0, 0);
  transition: transform ease 0.4s;
  color: #E48020;
}
ul,li{
list-style: none;
padding: 0;
}
li{
display: inline-block;
}
.contents-box{
max-width: 1200px;
margin: auto;
padding: 0 15px;
}
.contents-box-m{
max-width: 900px;
margin: auto;
padding: 0 15px;
}
button.bk{
background: #000;
padding: 2rem 3rem;
border-radius: 40px;
display: block;
margin-left: auto;
margin-right: auto;
border: 0;
letter-spacing: 0.2rem;
}
button.bk a{
color: #fff;
}
.dot{
background: url("/img/dot.png");
background-size: 50%;
}

@media (max-width: 992px) {
body {font-size:1.4rem;}
.contents-box-m{padding: 0 30px;}
button.bk{padding: 1.5rem 2.5rem;}
.dot{background-size: 100%;}
}
@media (min-width: 751px) {
a[href*="tel:"] {pointer-events: none;cursor: default;text-decoration: none;}
}
@media (max-width: 992px) {
.pc-dn {display:block;}
.sp-dn {display:none;}
}
@media (min-width: 992px) {
.pc-dn {display:none;}
.sp-dn {display:block;}
}

/*
font-family:'Zen Kaku Gothic New', sans-serif;300,400,500,700,900
font-family:'Zen Old Mincho', serif;400,700
font-family:'Noto Sans JP', sans-serif;700
*/

/*ヘッダー*/
header{
background-size: cover;
background-position: center bottom;
}
.head_title{
background-color:rgba(255,255,255,0.5);
padding: 5px;
display: flex;
justify-content:space-between;
}
.head_title p.box1{
width: 50%;
vertical-align: text-bottom;
font-weight: 600;
font-size: 2rem;
line-height: 2.4rem;
}
.head_title p.box1 a{
}
.head_title p.box1 img{
width: auto;
height: 55px;
float: left;
margin: 0 5px;
vertical-align: middle;
}
.head_title p.box1 span{
font-size: 1.4rem;
}
.head_title p.box2{
width: 50%;
padding: 1px 2px 3px 0;
font-size: 2.5rem;
font-weight: 500;
letter-spacing: 0.2rem;
text-align: right;
color: #E58020;
line-height: 2.3rem;
}
.head_title p.box2 img{
display: block;
margin-left: auto;
width: auto;
height: 27px;
}
.head_title p.box2 i{
font-size: 1.9rem;
margin-right: 5px;
vertical-align: baseline;
}
.head_img{
position: relative;
height: 500px;
}
.head_subtitle{
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.head_subtitle > span{
display: block;
padding: 0 0 5px 50px;
font-weight: 600;
font-size: 2rem;
letter-spacing: 0.5rem;
}
.head_subtitle h1{
border-top: 1px solid #000;
padding: 20px 0 0;
display: inline-block;
font-weight: 600;
letter-spacing: 0.4rem;
}
.head_subtitle h1 span{
background-color:rgba(255,255,255,0.8);
padding: 5px 50px 5px;
}
.head_link{
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
}
.head_link a{
display: block;
margin: 10px 0 0;
}
.head_link a img{
width: 200px;
}
@media (max-width: 992px) {
.head_title{display: none;}
.head_img{height: 300px;}
.head_subtitle{top: 60px;}
.head_subtitle > span{
padding: 0 0 5px 30px;
font-size: 1.6rem;
}
.head_subtitle h1{
padding: 20px 0 0;
font-size: 2rem;
}
.head_subtitle h1 span{
padding: 5px 30px 5px;
}
.head_link{
text-align: center;
top: auto;
bottom: 10px;
left: 50%;
right: auto;
transform: translate(-50%,0%);
width: 90%;
}
.head_link a{
display: inline-flex;
justify-content: space-between;
margin: 0;
max-width: 150px;
width: 28%;
}
.head_link a img{
width: 100%;
}
}

/*---nav---*/
.menu{
padding: 8px 0;
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
nav{
margin: 0;
}
.nav-item{
font-size: 1.4rem;
padding: 1rem 1.3rem;
border-right: 1px solid #FF9520;
margin: 0;
line-height: 1.6rem;
font-weight: 500;
letter-spacing: 0.1rem;
}
.nav-item:last-of-type{
border-right:none;
}
.nav-item:hover{
opacity: 0.5;
}
.nav-item img{
width: 26px;
margin-top: -5px;
}
.nav-link{
padding: 0!important;
margin: 0!important;
color: #000;
}
.navbar-toggler{
border: none!important;
}
.navbar-toggler:focus {
outline: none;
}
.nav-info{
background: #4a8000;
margin: 0;
padding: 1rem;
text-align: center;
}
.nav-info .nav-link{
padding: 1.3rem 2rem!important;
}
.nav-info span:first-child{
display: block;
font-family: 'Zen Kaku Gothic New', sans-serif;
font-weight: 300;
font-size: 1.1rem;
}
@media (max-width: 992px) {
body{padding-top:43px;}
.menu{position: fixed!important;top:0;left:0;z-index: 20;background: #fff;width: 100%;padding: 3px 0;}
.menu p.box1{
width: 80%;
position: absolute;
top:0;
left: 0;
vertical-align: text-bottom;
font-weight: 600;
font-size: 1.6rem;
line-height: 1.5rem;
text-align: left;
color: #000!important;
}
.menu p.box1 img{
width: auto;
height: 38px;
float: left;
margin: 0 5px;
vertical-align: middle;
}
.menu p.box1 span{
font-size: 1rem;
}
.menu p.box1 span:nth-of-type(2){
display: none;
}
.navbar-toggler{margin-left: auto;}
.navbar-toggler i{color: #000;}
.nav-item{font-size: 1.6rem;margin: 0.5rem 1.5rem;padding-bottom: 0.5rem;text-align: center;border-bottom: 1px solid #FF9520;border-right:none;}
.nav-item a{padding: 0 0 0.5rem!important;}
.navbar-nav{padding-bottom: 1rem;}
}


/*---FOOTER---*/
footer{
background: url("/img/dot.png");
background-size: 50%;
}
.f_rec{
margin: 5rem 0 0;
padding: 5rem 0 0;
background: url("/img/f_r-back.jpg") center center / cover;
position: relative;
width: 100%;
}  
.f_rec .back_title01{
position: absolute;
top:0;
left:0;
max-width: 600px;
mix-blend-mode:color-dodge;
}
.f_rec .back_title02{
position: absolute;
top:20px;
right:10px;
width: auto;
max-height: 180px;
}
.f_rec h5{
padding: 15px 0 0 40px;
font-size: 2.5rem;
font-weight: 600;
letter-spacing: 0.2rem;
}
.f_rec > p{
width: 30%;
margin-top: 2rem;
text-align: right;
padding: 5px 20px 5px 40px;
color: #fff;
font-size: 1.4rem;
font-weight: 600;
letter-spacing: 0.4rem;
background: #FF8000;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}
.f_rec .back_title03{
margin-top: 3rem;
margin-bottom: -50px;
}
.f_rec .back_title03 img{
width: 100%;
}
.f_rec .row{
margin: 0;
}
.f_rec .text-box p{
text-align: center;
margin: 8rem 0 5rem;
}
@media (max-width: 992px) {
footer{background-size: 100%;}
.f_rec{padding: 5rem 0 4rem;}
.f_rec .back_title01{width: 60%;}
.f_rec .back_title02{height: auto;width: 55%;}
.f_rec > p{width: 40%;}
.f_rec .text-box p{margin: 5rem 0 3rem;}
}
@media (max-width: 768px) {
.f_rec > p{width: 50%;}
.f_rec .back_title02{width: 60%;}
}

.f_mypage{
padding: 8rem 0 6rem;
width: 100%;
text-align: center;
}  
.f_mypage img{
width: 100%;
max-width: 500px;
}  
.f_mypage button.bk{
margin-top:5rem;
background: #000;
padding: 2rem 3rem;
border-radius: 40px;
display: block;
margin-left: auto;
margin-right: auto;
border: 0;
letter-spacing: 0.2rem;
}
.f_mypage button.bk{
margin-top:3rem;
}
@media (max-width: 768px) {
.f_mypage{padding: 5rem 0 4rem;}
.f_mypage button.bk{margin-top:3rem;padding: 1rem 2rem;letter-spacing: 0.1rem;}
}

.f-map{
background: #D7E2E5;
padding: 6rem 0 6rem;
text-align: center;
}  
.f-map h5{
font-size: 2.5rem;
font-weight: 700;
letter-spacing: 0.5rem;
margin-bottom: 1rem;
}
.f-map .row > div{
margin-top: 3rem;
}  
.f-map .text-box{
background: #fff;
padding: 1.5rem;
line-height: 3rem;
}
.f-map .tel i{
display: inline-block;
background: #6480B0;
padding: 13px 5px 13px 8px;
font-size: 2.5rem;
border-radius: 30px;
text-align: center;
color: #fff;
width: 50px;
height: 50px;
margin-right: 10px;
}
.f-map .tel{
font-size: 3rem;
font-weight: 700;
letter-spacing: 0.5rem;
margin-bottom: 1rem;
}
.f-map .tel a{
display: inline-block;
}
.f-map .map-box {
padding: 0 30px 30px;
background: #fff;
}
.f-map .map {
  position: relative;
  width: 100%;
  padding-top: 300px;
  overflow: hidden;
}
.f-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.f-map .assist{
background: #fff;
}
.f-map .assist h6{
font-size: 2rem;
font-weight: 700;
letter-spacing: 0.5rem;
background: #FFA960;
padding: 10px;
}
.f-map .assist p{
padding: 5px 10px 12px;
}
.f-map .assist i{
background: #FF8000;
}
@media (max-width: 768px) {
.f-map{padding: 2rem 0 3rem;}
.f-map h5{font-size: 2rem;}
.f-map .row > div{margin-top: 1.5rem;}  
.f-map .row > div:nth-of-type(4){margin-top: 0.8rem;}  
.f-map .tel i{padding: 8px 5px 8px 5px;font-size: 2rem;width:35px;height: 35px;}
.f-map .tel{font-size: 2.5rem;letter-spacing: 0.2rem;}
.f-map .map-box {padding: 0 15px 15px;}
.f-map .map {padding-top: 150px;}
.f-map .assist h6{font-size: 1.6rem;letter-spacing: 0.1rem;}
}

.f-menu{
background: #fff;
padding: 4rem 1.5rem 3rem;
font-size: 1.3rem;
}
.f-menu .contents-box{
display: flex;
justify-content: space-between;
}
.f-menu .box{
width: auto;
margin-top: 2rem;
}
.f-menu .box:first-of-type{
padding: 0 5px;
}
.f-menu img{
width: 90px;
}
.f-menu a{
display: block;
margin-top: 5px;
}
.f-menu a:hover{
text-decoration: underline;
}
.f-menu h5{
margin-bottom: 10px;
border-left: 2px solid #FF9420;
padding: 5px 10px;
font-size: 1.5rem;
font-weight: 600;
white-space: nowrap;
}
.f-menu .box2{
text-align: center;
margin-top: 2rem;
padding-top: 2rem;
border-top: 1px solid #DCDCDC;
font-weight: 600;
}
.f-menu .box2 a{
display: inline-block;
}
@media (max-width: 992px) {
.f-menu{padding: 2rem 1.5rem 3rem;}
.f-menu .contents-box{flex-wrap: wrap;padding: 0 2rem 2rem;}
.f-menu .box{width: 25%;}
.f-menu .box:first-of-type{width: 100%;text-align: center;margin-bottom: 10px;}
.f-menu .box2{margin-top: 2rem;}
}
@media (max-width: 768px) {
.f-menu{padding: 1.5rem 1.5rem 3rem;}
.f-menu .box{width: 33%;}
}
@media (max-width: 576px) {
.f-menu{padding: 0 1.5rem 3rem;}
.f-menu .box{width: 50%;}
}

.f-credit{
background: #5D91B6;
padding: 0.8rem 1.5rem;
color: #fff;
font-size: 1.3rem;
text-align: center;
}










