@charset "UTF-8";
:root {
  --maincolor: #9C8820;
}
:root {
  --hovercolor: rgba(217,201,115,1.00);
}
html {
  font-size: 62.5%;
  font-family: "Montserrat", "ヒラギノ角ゴ", "Hiragino Kaku Gothic", "メイリオ", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic",  "Meiryo", "verdana", sans-serif;
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-size: 1.6rem; /*基準文字サイズ*/
  line-height: 1.8;
  height: 100%;
  font-weight: normal;
  color: #000000;
  background-color: #fff;
}
a {
    transition:0.5s;
}
a:hover {
    transition:0.5s;
}
header {
  height: 90px;
  width: 100%;
  border-bottom: 3px solid var(--maincolor);
  background-color: #454545;
  display: flex;
  align-items: center;
  padding: 0px 25px;
  position: fixed;
}
header img {
    height: 45px;
    margin: 0 auto;
    width: auto;
}
.header-main {
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-left {
  width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nav-area {
    align-items: center;
    justify-content: flex-end;
    align-content: center;
}
footer {
  width: 100%;
  border-top: 3px solid var(--maincolor);
  background-color: #454545;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 0 0;
  color: #fff;
}
footer img {
  height: 50px;
  width: auto;
  margin-bottom: 20px;
}
.footer-adrress {
  text-align: center;
  line-height: 1.4;
}
.footer-adrress h3 {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.footer-copyright {
  text-align: center;
  margin-top: 30px;
  background-color: var(--maincolor);
  width: 100%;
  font-size: 1.4rem;
}
.hero-area {
  padding: 90px 25px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(206, 206, 206, 1.00);
}
.hero-area h2 {
    font-size: 80px;
    font-weight: 800;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 8px rgba(0,0,0,1.00);
}
#top-hero {
    height: 670px;
    background-image: url(../index-img/indexhero01.jpg);
    background-position: center center;
    background-size: cover;
}
main {
    width:100%;
} 
.sp-on {
     display: none;   
    }
.section01, .section02, .section03 {
    width:100%;
  padding-right: 25px;
  padding-left: 25px;
}
.section01 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.section02 {
  padding-top: 0;
  padding-bottom: 120px;
}
.section03 {
  padding-top: 120px;
  padding-bottom: 0;
}
.contents, .contents-exnarrow {
  margin: 0 auto;
    max-width: 100%;
}
.contents {
  width: 1280px;
}
.contents-exnarrow {
  width: 780px;
}
.column-area {
  display: flex;
  justify-content: space-between;
}
.column01 {
  width: calc((100% - 50px) / 2);
  background-color: #F0EEE4;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(192, 192, 192, 1.00);
  box-shadow: 0 0 10px rgba(192, 192, 192, 1.00);
}
.column01 h3 {
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 15px;
}
.title01 {
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.4;
  text-align: center;
}
.title02 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  color: var(--maincolor);
}
.title03 {
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1.6;
  text-align: center;
  color: var(--maincolor);
  margin-bottom: 30px;
}
.bottun01 {
    margin: 40px auto;
    width:300px;
}
.bottun01 a {
    display: block;
    text-align: center;
    padding:12px 20px;
    background-color: var(--maincolor);
    border-radius: 20px;
    font-weight:bold;
    width:300px;
    text-decoration: none;
    color:#fff;
}
.bottun01 a:hover {
    display: block;
    background-color: rgba(217,201,115,1.00);
}
.p01 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.title01 + .p01 {
  margin-top: 60px;
}
.info-table dl {
    border-top: 2px solid var(--maincolor);
    height:auto;
}
.info-table dt, .info-table dd {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted var(--hovercolor);
}
.info-table dt {
  width: 120px;
  text-align: center;
  float: left;
}
.info-table dd {
  width: calc(100% - 120px);
  padding-left: 15px;
  margin-left: 120px;
}

@media (max-width:959px){
    
body {
}
 
.sp-on {
     display:block;   
    }
.sp-none {
     display:none;   
    }
header {
  height: 50px;
  padding: 0px 15px;
}
header img {
  height: 30px;
  width: auto;
}
.hero-area {
  padding: 50px 25px 0;
}
.hero-area h2 {
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
}
#top-hero {
    height: 300px;
}
.section01, .section02, .section03 {
    width:100%;
  padding-right: 15px;
  padding-left: 15px;
}
.section01 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.section02 {
  padding-top: 0;
  padding-bottom: 60px;
}
.section03 {
  padding-top: 60px;
  padding-bottom: 0;
}
.column-area {
    flex-wrap: wrap;
}
.column01 {
  width: 100%;
  border-radius: 15px;
  padding: 20px;
}
.column01:first-child {
  margin-bottom: 30px;
}
.column01 h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.title01 {
  font-size: 2.5rem;
  line-height: 1.4;
}
.title02 {
  font-size: 2.2rem;
  line-height: 1.4;
}
.title03 {
  font-size: 2.8rem;
  margin-bottom: 15px;
}
    .bottun01{
    margin: 20px auto;
    width:300px;
}
.bottun01 a {
    padding:10px 20px;
    width:300px;
    max-width:100%;
}
.bottun01 a:hover {
    display: block;
    background-color: var(--hovercolor);
}
.p01 {
  font-size: 1.8rem;
  text-align: left;
}
.title01 + .p01 {
  margin-top: 40px;
}
.info-table dl {
    border-top: 2px solid var(--maincolor);
    height:auto;
}
.info-table dt, .info-table dd {
  width: 100%;
  
}
.info-table dt {
    text-align: left;
    float: none;
  padding-left: 10px;
  padding-bottom: 0;
    border-bottom: none;
}
.info-table dd {
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-left: 0;
}
}
