@charset "UTF-8";
/*---------------------------------------------------------------------------*/
.slideArea .mainSlide li .type01 {
  background: url(/aso/assets/img/top/mainImg01.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type02 {
  background: url(/aso/assets/img/top/mainImg02.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type03 {
  background: url(/aso/assets/img/top/mainImg03.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type04 {
  background: url(/aso/assets/img/top/mainImg04.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.slideArea .mainSlide li .type05 {
  background: url(/aso/assets/img/top/mainImg05.jpg) center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

/*---------------------------------------------------------------------------*/
.newsArea {
  background: #f5f5f5;
  margin: 0 auto;
  min-width: 980px;
  padding: 92px 0 70px;
  width: 100%;
}

.newsArea .newsBox {
  box-sizing: border-box;
  float: left;
  padding: 0 0 0 40px;
  width: 215px;
}

.newsArea .newsBox .newsBar {
  background: #d5a06d;
  height: 1px;
  margin: 22px 0 60px;
  width: 100%;
}

.newsArea .newsData {
  float: right;
  padding: 10px 0 0;
  width: 645px;
}

.newsArea .newsData .newsList li {
  margin: 0 0 30px;
}

.newsArea .newsData .newsList li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.newsArea .newsData .newsList li a {
  color: #362827;
  display: block;
}

.newsArea .newsData .newsList li a .newsImg {
  box-sizing: border-box;
  float: left;
  height: 74px;
  position: relative;
  width: 74px;
}

.newsArea .newsData .newsList li a .newsImg::after {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 1px solid #ba9665;
  box-sizing: border-box;
  content: '';
  height: 74px;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha(opacity=0)";
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  width: 74px;
}

.newsArea .newsData .newsList li a .newsInfo {
  float: right;
  width: 540px;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 13px;
  line-height: 23px;
  margin: 0 0 5px;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate span {
  font-family: "garamond-premier-pro-display",serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: 700;
  color: #221715;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 0 0 0 15px;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
  width: 50px;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate span.iconEvent {
  background: #f0e5da;
}

.newsArea .newsData .newsList li a .newsInfo .newsDate span.iconNews {
  background: #ede5e5;
}

.newsArea .newsData .newsList li a .newsInfo .newsTxt {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, Tahoma, Verdana, Arial, Verdana, sans-serif;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  font-size: 13px;
  line-height: 21px;
}

.newsArea .newsData .newsList li a:hover .newsImg::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
}

.newsArea .newsData .newsList li a:hover .newsInfo .newsTxt {
  color: #ba9665;
}

/*---------------------------------------------------------------------------*/
.aboutArea {
  height: 535px;
  min-width: 980px;
  width: 100%;
}

.aboutArea .aboutBg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.aboutArea .aboutBg .aboutImg {
  background: url(/aso/assets/img/top/imgAbout.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  height: 535px;
  width: 60%;
}

.aboutArea .aboutBg .aboutInfo {
  background: #5c3f3e;
  box-sizing: border-box;
  float: right;
  height: 535px;
  padding: 185px 0 0;
  text-align: center;
  width: 40%;
}

.aboutArea .aboutBg .aboutInfo .contentsTitle {
  font-size: 54px;
}

.aboutArea .aboutBg .aboutInfo .contentsTitleSub {
  color: #f4f4f4;
}

.aboutArea .aboutBg .aboutInfo .contentsTxt {
  color: #f4f4f4;
  margin: 0 auto 53px;
  width: 345px;
}

.aboutArea .aboutBg .aboutInfo .moreBtn {
  margin: 0 auto;
  width: 175px;
}

/*---------------------------------------------------------------------------*/
.menuArea {
  height: 535px;
  min-width: 980px;
  width: 100%;
}

.menuArea .menuBg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.menuArea .menuBg .menuImg {
  background: url(/aso/assets/img/top/imgMenu.jpg) center center no-repeat;
  background-size: cover;
  float: right;
  height: 535px;
  width: 60%;
}

.menuArea .menuBg .menuInfo {
  background: #ffffff;
  box-sizing: border-box;
  float: left;
  height: 535px;
  padding: 185px 0 0;
  text-align: center;
  width: 40%;
}

.menuArea .menuBg .menuInfo .contentsTitle {
  font-size: 54px;
}

.menuArea .menuBg .menuInfo .contentsTxt {
  margin: 0 auto 53px;
  width: 345px;
}

.menuArea .menuBg .menuInfo .moreBtn {
  margin: 0 auto;
  width: 175px;
}

/*---------------------------------------------------------------------------*/
.space2Area {
  height: 535px;
  min-width: 980px;
  width: 100%;
}

.space2Area .space2Bg:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.space2Area .space2Bg .space2Img {
  background: url(/aso/assets/img/top/imgSpace.jpg) center center no-repeat;
  background-size: cover;
  float: left;
  height: 535px;
  width: 60%;
}

.space2Area .space2Bg .space2Info {
  background: #5c3f3e;
  box-sizing: border-box;
  float: right;
  height: 535px;
  padding: 185px 0 0;
  text-align: center;
  width: 40%;
}

.space2Area .space2Bg .space2Info .contentsTitle {
  font-size: 54px;
}

.space2Area .space2Bg .space2Info .contentsTitleSub {
  color: #f4f4f4;
}

.space2Area .space2Bg .space2Info .contentsTxt {
  color: #f4f4f4;
  margin: 0 auto 53px;
  width: 345px;
}

.space2Area .space2Bg .space2Info .moreBtn {
  margin: 0 auto;
  width: 175px;
}

/*訪問時モーダル*/
.popup-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index:9999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50%;
  min-width: 500px;
  background-color: #fffbe7;
  padding:30px;
  text-align: center;
  color: #0b522b;
  font-family: "garamond-premier-pro-display",serif;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .popup-content {
    position: absolute;
    top:37%;
    width: 50%;
    min-width: 650px;
  }
}

.popup-content .content {
  border: 3px solid #0b522b;
  padding:30px 20px; 
}

.popup-content .main_tit {
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
}

.popup-content .main_tit .small {
  font-size:23px;
}

.popup-content .txt {
  font-size:23px;
  line-height: 1.4;
  margin: 1.5em 0;
}

.popup-content .box_date {
  font-size: 25px;
  line-height: 1.4;
  border: 2px solid #0b522b;
  padding:30px 0;
  width: 65%;
  margin: 0 auto;
  font-weight: bold;
}

.popup-content .box_date span {
  font-size: 30px;
}

.popup-content .box_date .txt_att {
  font-size: 15px;
}

.popup-content .logo {
  display: flex;
  width: 100%;
  justify-content: center;
  margin: 1.5em 0 0;
}

.popup-content .aso {
  max-width:30%;
  margin-right: 1.5em;
}

.popup-content .aso img {
  width: 100%;
}

.popup-content .mc {
  max-width: 35%;
}

.popup-content .mc img {
  width: 100%;
  padding: 15px 0;
}

.popup-content .con {
  font-size: 17px;
  line-height: 1.4;
  margin: 1.5em auto 0;
}

.popup-content .con a {
  color: #0b522b;
}
