@charset "utf-8";


/************

common

************/
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/icon/icon-arrow-left.png)!important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/icon/icon-arrow-right.png)!important;
    right: 10px;
    left: auto;
}
.swiper-pagination-bullet-active{
    background: #b9d274!important;
}

.home #mainImg{
  margin-bottom: 0;
}
.home #mainImg .mainImgBox{
  position: relative;
}
.home #mainImg .textImgBox{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}
.home #mainImg .textImgBox img{
  width: auto;
  max-width: 275px;
}
.home .commonSec{
	margin-bottom: 100px;
}
.home .commonSec:first-of-type{
	margin-top: 100px;
}
.home .commonSec:last-of-type{
	margin-bottom: 0;
}
.home .commonSec .innerWrap{
  max-width: 980px;
	padding: 0 10px;
}

.home .commonSec .innerWrap h2{
	color: #1C1916;
	font-size: 200%;
	margin: 0 0 40px;
}
.home .commonSec .innerWrap h3{
	color: #1C1916;
	font-size: 140%;
	font-weight: normal;
	line-height: 120%;
	margin: 15px 0px;
	padding: 0 0 0px .5em;
	border-left: solid 6px #1C1916;
}
.home .commonSec .innerWrap h4{
  color: #555;
  position: relative;
  font-size: 18px;
  margin: 0 0 20px;
  padding: 16px 0 5px;
  border-bottom: 5px solid #B5A28F;
}
.home .commonSec .innerWrap p{
  margin-bottom: 0;
  line-height: 2.4;
}
.home .commonSec.wide .innerWrap{
  height: 480px;
}
.home .commonSec.wide .innerWrap.relative{
  position: relative;
  justify-content: center;
  align-items: center;
}
.home .commonSec.wide .innerWrap .textWrap{
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: center;
  width: 420px;
  height: 200px;
  margin: auto;
  padding: 70px 40px 80px;
  z-index: 1;
}
.home .commonSec.wide .innerWrap.relative a.textWrap:hover{
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, .5);
  transform: translateY(-5px);
}
.home .commonSec.wide .innerWrap.relative a.textWrap:hover + .imgWrap{
  box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, .5);
  transform: translateY(-5px);
}

.home .commonSec.wide .innerWrap.relative .textWrap h2{
  margin: 0 0 15px;
}
.home .commonSec.wide .innerWrap.relative .textWrap h2 span{
  font-size: 36px;
  line-height: 42px;
}
.home .commonSec.wide .innerWrap.relative .textWrap h2 span{
  display: block;
}
.home .commonSec.wide .innerWrap.relative .textWrap h2 span.subText{
  margin-bottom: 10px;
}
.home .commonSec.wide .innerWrap.relative .textWrap h2 span.subText,
.home .commonSec.wide .innerWrap.relative .textWrap p{
  font-size: 24px;
  line-height: 1.5;
}
.home .commonSec.wide .innerWrap.relative .imgWrap{
  position: absolute;
  right: 0;
  width: 640px;
  height: 480px;
}
.home .commonSec.wide:nth-child(odd) .innerWrap.relative .textWrap{
  right: 0;
  left: auto;
}
.home .commonSec.wide:nth-child(odd) .innerWrap.relative .imgWrap{
  right: auto;
  left: 0;
}
.home .commonSec.border-none .innerWrap,
.home .commonSec.bgWrap .innerWrap{
  border-bottom: none;
}

/************

emergency

************/
.home #emergency.commonSec{
  margin-bottom: 0;
  padding-bottom: 100px;
  border-bottom: 1px solid #333;
}

.home #emergency.commonSec .innerWrap{
  max-width: 900px;
  padding: 40px 50px;
  background-color: #FAE0D0;
  border: 6px solid #7A6E66;
  color: #3B3531;
}
.home #emergency.commonSec .innerWrap h2{
  margin: 0;
  text-align: center;
  color: #3B3531;
}
.home #emergency.commonSec .innerWrap .newsList-child .title{
  color: #3B3531;
}

/************

sec01

************/
#sec01 {
  background: linear-gradient(to top, #E8E9D7, 15%, #fff);
  margin: 0 auto 100px;
  padding: 80px 2%;
  text-align: center;
}
#sec01 .innerWrap h2{
  font-size: 48px;
  text-align: center;
  margin-bottom: 50px;
}
#sec01 .innerWrap p{
  font-size: 19px;
  line-height: 42px;
}
#sec01 .innerWrap p span.fBold{
  margin: 0 .5em;
}
#sec01 .innerWrap p span.fLarge{
  position: relative;
  font-size: 24px;
  display: inline-block;
  margin: 0;
}
#sec01 .innerWrap p span.fLarge span.frigana{
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}
#sec01 .innerWrap p.mTop{
  margin-top: 40px;
}



/************

sec02

************/

#sec02.commonSec.wide{
  background-color: #f4ead7;
}
#sec02.commonSec.wide .innerWrap.relative .textWrap{
  background-color: rgba(255,255,255,0.9);
}
#sec02.commonSec.wide .innerWrap.relative a.textWrap:hover *{
  color: #333;
}
#sec02.commonSec.wide .innerWrap.relative a.textWrap p.subText{
  font-size: 27px;
  font-weight: bold;
  margin-top: 30px;
}

/************

sec03

************/

#sec03.commonSec.wide .innerWrap.relative .textWrap{
  background-color: rgba(66,43,37,0.9);
  height: 200px;
  padding: 0 40px;
}
#sec03.commonSec.wide .innerWrap.relative .textWrap h2,
#sec03.commonSec.wide .innerWrap.relative .textWrap p{
  color: #fff;
}


/************

sec04

************/
#sec04.commonSec.wide .innerWrap{
  height: auto;
}
#sec04.commonSec.wide .innerWrap h3{
  padding-bottom: .4em;
  border-left: 0;
  border-bottom: 2px solid #fff;
}
#sec04.commonSec.wide .innerWrap .gMap{
    padding-bottom: 50%;
}
#sec04.commonSec.bgWrap.access{
  padding: 70px 0 80px;
}
#sec04.commonSec.bgWrap.access{
    background-color: #132E1E;
}
#sec04.commonSec.bgWrap.access .innerWrap *{
    color: #fff;
}
#sec04.commonSec.bgWrap.access .innerWrap h2{
    border-left: solid 6px #fff;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 30px;
}
#sec04.commonSec.bgWrap.access .innerWrap h2 span.subText{
    display: inline-block;
    margin-left: 30px;
    font-size: 18px;
}
#sec04.commonSec.bgWrap.access .innerWrap .flexWrap{
  justify-content: space-between;
}
#sec04.commonSec.bgWrap.access .innerWrap .flexWrap .imgWrap{
    width: 32%;
    text-align: center;
}

#sec04.commonSec.bgWrap.access .innerWrap .flexWrap .imgWrap figcaption{
    margin-top: 10px;
}
#sec04.commonSec.wide.bgWrap.access .innerWrap .textWrap{
    position: relative;
    display: block;
    text-align: left;
    width: auto;
    height: auto;
    margin: 0 0 20px;
    padding: 0 20px;
}
#sec04.commonSec.bgWrap.access .innerWrap a.more{
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
  width: 400px;
  padding: 10px 0;
  margin: 60px auto 0;
}
#sec04.commonSec.bgWrap.access .innerWrap a.more:hover{
  color: #c49029;
}


/************

sec05

************/
#sec05 .innerWrap h2{
    text-align: center;
}
.home .commonSec .innerWrap .newsList{
  list-style: none;
  margin: 0;
  padding: 0;
}
.home .commonSec .innerWrap .newsList-child{
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid #333;
}
.home .commonSec .innerWrap .newsList-child:last-of-type{
  border-bottom: 0;
  padding-bottom: 0;
}
.home .commonSec .innerWrap .newsList-child .date{
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  line-height: 120%;
  margin: 0 30px 0 0;
}
.home .commonSec .innerWrap .newsList-child .title{
  font-size: 20px;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0 0 15px;
  border-bottom: 0;
}
.home .commonSec .innerWrap .newsList-child .content{
  margin: 0;
}
.home .commonSec .innerWrap .newsList-child .content a{
  font-size: 16px;
  line-height: 1.8;
}

/************

sec05

************/

