@charset "utf-8";
/* CSS Document */


body {  
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro','Noto Serif JP',serif;
    background: url(../img/bg.png);
    margin: 0 auto;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: normal;
}
h2 {
  font-size: 38px;
  font-weight: bold;
  color: #6a3906;
  line-height: 1.5;
  margin-bottom: 20px;
}

#contents {
  max-width: 90%;
  margin: 0 auto;
}

.sec01 {
  max-width: 1450px;
  margin: 0 auto;
}

.sec01 .jisseki {
  margin: 20px 0 0;
}
.sec01 .jisseki img {
  width: 50%;
}
.sec01 .jisseki .txt {
  width: 48%;
}
.sec01 .jisseki .txt h2::after {
  content: url(../img/sec01Bg01.png);
  position: absolute;
  top: -50px;
  right: 70px;
  z-index: -999;
  
  /*content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: -3px 0 0 10px;
  background: url(../img/sec01Bg01.png) no-repeat;
  background-size: contain;
  vertical-align: middle;*/
}
.sec01 .jisseki .txt p {
  padding-right: 30%;
}
.sec01 .jisseki .txt .abs {
  top: 0;
  right: 65px;
}
.sec01 .kodawari {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 50px;
}
.sec01 .kodawariWrap {
  background: url(../img/sec01Img02.png) no-repeat top 70px right 110px;
  z-index: -999;
  padding-top: 50px;
}
.sec01 .kodawari h2 {
  padding-left: 50px;
}
.sec01 .kodawari h2::after {
  content: url(../img/sec01Bg02.png);
  position: absolute;
  top: 30px;
  left: 50px;
  z-index: -999;
}
.sec01 .kodawari dl:nth-of-type(1) {
  background: url(../img/sec01Bg03.png) no-repeat;
}
.sec01 .kodawari dl {
  padding: 50px;
  padding-right: 25%;
}
.sec01 .kodawari dt {
  font-size: 30px;
}
.sec01 .kodawari dl:nth-of-type(1) dt {
  color: #00502f;
}
.sec01 .kodawari dl:nth-of-type(2) {
  background: url(../img/sec01Bg04.png) no-repeat;
}
.sec01 .kodawari dl:nth-of-type(2) dt {
  color: #9f0000;
}
.sec01 .kodawari dl:nth-of-type(3) {
  background: url(../img/sec01Bg05.png) no-repeat;
}
.sec01 .kodawari dl:nth-of-type(3) dt {
  color: #004a88;
}
.sec01 .kodawari .tannou {
  width: 80%;
  margin: 0 auto;
}

.sec02 {
  max-width: 1200px;
  margin: 50px auto;
}
.tab li {
  width: 33%;
}
.tab li a {
  display: block;
}
.tab li a:hover {
  opacity: 0.8;
}
.content {
  clear: both;
}
.area {
  display: none;
  background: #fff;
}

.sec02 .detail {
  width: 40%;
  margin: 0 auto;
}
.sec02 .detail small{
  font-weight: bold;
  font-size: 24px;
}
.sec02 .free,
.sec02 .tel {
  font-weight: bold;
}
.sec02 .free p,
.sec02 .tel p {
	position:relative;
	line-height:1em;
  padding-left:1.5em;
  font-size: 40px;
}
.sec02 .free.tels p {
  font-size:35px;
}
.sec02 .free p::before {
	position:absolute;
  left:0;
  top: 2px;
	content:"";
	display:inline-block;
	width:1.2em;
	height:1em;
	background:url(../img/iconFree.png) no-repeat;
	background-size:contain;
}
.sec02 .tel p::before {
	position:absolute;
  left:0;
  top: 2px;
	content:"";
	display:inline-block;
	width:1.2em;
	height:1em;
	background:url(../img/iconTel.png) no-repeat;
	background-size:contain;
}
.sec02 .address {
  font-size: 24px;
}
.sec02 table {
  margin-top: 10px;
}
.sec02 table th, .sec02 table td {
  border-bottom: solid 2px #fff;
}
.sec02 table th {
  font-size: 15px;
    width: 16%;
    text-align: center;
    font-weight: bold;
    vertical-align: middle;
}
.sec02 table td {
  font-size: 18px;
  padding-left: 10px;
}
.sec02 table td span.caution {
  font-size: 15px;
}
.sec02 .shopLink {
  color: #fff;
    background: #e2d194;
    border-radius: 5px;
    padding: 10px 30px;
    display: block;
    width: 80%;
    margin: 50px auto 0;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    letter-spacing: -2px;
    font-weight: 500;
  border: #e2d194 2px solid;
}

.sec02 #tab1 .free,
.sec02 #tab1 .tel {
  color :#004a88;
}
.sec02 #tab1 table th {
  background: #004a88;
  color: #fff;
}
.sec02 #tab1 .shopLink {
  background: #004a88;
}

.sec02 #tab2 .free,
.sec02 #tab2 .tel {
  color :#9f0000;
}
.sec02 #tab2 table th {
  background: #9f0000;
  color: #fff;
}
.sec02 #tab2 .shopLink {
    background: #9f0000;
}

.sec02 #tab3 .free,
.sec02 #tab3 .tel {
  color :#00502f;
}
.sec02 #tab3 table th {
  background: #00502f;
  color: #fff;
}
.sec02 #tab3 .shopLink {
  background: #00502f;
}

.sec03 {
  max-width: 1000px;
  margin: 100px auto 150px;
}
.sec03 .campaign {
  width: auto;
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 90%;
  /*filter: drop-shadow(5px 5px 5px #aaa);*/
}
.sec03 .kiraonsenLink {
  color: #231815;
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    display: block;
    width: 45%;
    margin: 30px auto 0;
    text-align: center;
    border: #6a3906 2px solid;
}

footer {
  background: #6a3906;
  text-align: center;
  padding-bottom: 10px;
}
footer .foot {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 10px;
}
footer .foot img {
  width: 32%;
  border-right:#e2d194 3px solid ;
  padding: 0 10px;
  display: inline-block;
}
footer .foot img:first-child {
  border-left:#e2d194 3px solid ;
}
footer small {
  color: #fff;
  font-size: .8rem;
}




@media screen and (max-width: 1020px) {
  #contents {
    max-width: 95%;
}
h2 {
  font-size: 2rem;
}
  .sec01 .jisseki {
    margin: 20px 0 15px;
}
  .sec01 .jisseki.flex-btc {
    display: block;
}
.sec01 .jisseki img {
  width: 90%;
  margin: 0 auto;
}
.sec01 .jisseki .txt {
  width: 90%;
  margin: 25px auto 0;
}
.sec01 .jisseki .txt h2::after {
  right: -2%;
  top: -35%;
}
.sec01 .jisseki .txt p {
  padding-right: 0;
}
.sec01 .kodawari {
  width: 100%;
}
.sec01 .kodawariWrap {
  padding-top: 0;
  background-position-x: right;
  background-size: 40%;
}
.sec01 .kodawari h2 {
  padding-left: 4.5%;
}
.sec01 .kodawari h2::after {
  top: 0;
  left: 0;
}
.sec01 .kodawari dl {
  padding: 50px 0;
  padding-left: 4.5%;
}
.sec02 .detail {
  width: 62%;
}
.sec03 {
  margin: 50px auto;
}
.sec03 .kiraonsenLink {
  width: 65%;
}
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
}
h2 {
  font-size: 1.5rem;
}
.sec01 .jisseki {
  margin: 0;
}
.sec01 .kodawariWrap {
  background-position-y: 8%;
  background-size: 50%;
  padding-top: 60px;
}
.sec01 .kodawari h2::after {
  top: 5%;
  left: -30%;
}
.sec01 .kodawari dt {
  font-size: 1.2rem;
}
.sec01 .kodawari dl:nth-of-type(1),
.sec01 .kodawari dl:nth-of-type(2),
.sec01 .kodawari dl:nth-of-type(3) {
  background-size: contain;
}
.sec01 .kodawari dl {
  padding: 25px 0;
  padding-left: 4.5%;
  margin-bottom: 20px;
}
.sec01 .kodawari .tannou {
  width: 95%;
}
.sec02 h2 {
  font-size: 1.1rem;
}
.sec02 .detail {
    width: 80%;
}
.sec02 .free p, .sec02 .tel p {
  font-size: 32px;
}
.sec02 .free.tels p {
  font-size: 25px;
}
.sec02 .detail small {
  font-size: 20px;
}
.sec02 .address {
  font-size: 15px;
}
.sec02 table th {
  font-size: 10px;
  width: 20%;
}
.sec02 table td {
  font-size: 15px;
}
.sec02 table td span.spSpace3 {
  display: block;
    padding-left: 40px;
}
.sec02 table td span.spSpace2 {
  display: block;
    padding-left: 60px;
}
.sec02 table td span.caution {
  font-size: 10px;
    line-height: 1.2;
    display: block;
}
.sec03 .campaign {
  margin-bottom: 60px;
}
.sec03 .kiraonsenLink {
  width: 85%;
}
footer small {
  color: #fff;
  font-size: .6rem;
}
}