@charset "UTF-8";
/* ----------------------------------------------------------------------- 

	style 各ページスタイル

----------------------------------------------------------------------- */
/* top
------------------------------------------------------------------ */
.mainImage {
  height: 510px;
  background-image: url("../img/img_main_01.jpg");
  background-position: center;
  -moz-background-size: cover;
  background-size: cover;
  border-style: solid;
  border-width: 0px 45px;
  -moz-border-image: url("../img/bg_main.png") 0 45 repeat;
  -webkit-border-image: url("../img/bg_main.png") 0 45 repeat;
  -o-border-image: url("../img/bg_main.png") 0 45 repeat;
  border-image: url("../img/bg_main.png") 0 45 fill repeat;
}
@media screen and (max-width: 800px) {
  .mainImage {
    height: 300px;
    border-width: 0px;
    -moz-border-image: none;
    -webkit-border-image: none;
    -o-border-image: none;
    border-image: none;
  }
}

#aboutSec {
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}
@media screen and (max-width: 800px) {
  #aboutSec {
    padding-top: 60px;
  }
}
#aboutSec .slider {
  width: 862px;
  margin: 30px auto 0;
}
@media screen and (max-width: 800px) {
  #aboutSec .slider {
    width: 90%;
  }
}
#aboutSec .aboutSubText {
  margin-top: 97px;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0.04em;
  color: #006647;
}
@media screen and (max-width: 800px) {
  #aboutSec .aboutSubText {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 4.8vw;
  }
}
#aboutSec .aboutSubText01 {
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  #aboutSec .aboutSubText01 {
    padding-top: 20px;
    font-size: 4.2vw;
  }
}
@media print, screen and (max-width: 900px) {
  #aboutSec .aboutSubText02 {
    margin: auto;
    font-size: 4vw;
  }
}

#menuSec {
  padding-top: 80px;
  font-size: 17px;
}
@media screen and (max-width: 800px) {
  #menuSec {
    padding-top: 60px;
    font-size: 4.2vw;
  }
}
#menuSec .menuWrap {
  width: 767px;
  padding-top: 80px;
  margin: auto;
}
@media screen and (max-width: 800px) {
  #menuSec .menuWrap {
    width: 100%;
    padding-top: 40px;
  }
}
#menuSec .menuListStyle01 {
  margin: 70px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
@media screen and (max-width: 800px) {
  #menuSec .menuListStyle01 {
    margin: 30px auto 0 auto;
    width: 100%;
  }
}
#menuSec .menuListStyle01 > li {
  position: relative;
  width: 295px;
  min-height: 254px;
  border: 2px solid #006647;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  #menuSec .menuListStyle01 > li {
    width: 100%;
    min-height: 170px;
    margin: 30px auto;
    float: none;
  }
}
#menuSec .menuListStyle01 > li img {
  background-color: #FFFFFF;
  margin-top: -21px;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #menuSec .menuListStyle01 > li img {
    width: 50%;
  }
}
#menuSec .menuListStyle01 > li .courseList {
  display: block;
  padding-top: 15px;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  #menuSec .menuListStyle01 > li .courseList {
    padding-left: 10vw;
  }
}
#menuSec .menuListStyle01 > li .courseList li {
  text-align: left;
}
#menuSec .menuListStyle01 > li .courseList li::before {
  content: '・';
}
#menuSec .menuListStyle01 > li .txt01 {
  padding: 15px 32px 0;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #menuSec .menuListStyle01 > li .txt01 {
    padding: 15px 0 0;
    text-align: center;
    font-size: 3.8vw;
  }
}
#menuSec .menuListStyle01 > li .txt02 {
  position: absolute;
  bottom: 20px;
  right: 33px;
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #menuSec .menuListStyle01 > li .txt02 {
    font-size: 3.8vw;
    right: 10vw;
  }
}
#menuSec .optBlock .optList {
  width: 600px;
  margin: 30px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap;
}
@media screen and (max-width: 800px) {
  #menuSec .optBlock .optList {
    width: 100%;
    margin: 0px auto 50px;
  }
}
#menuSec .optBlock .optList li {
  width: 50%;
  text-align: left;
  padding-left: 50px;
}
@media screen and (max-width: 800px) {
  #menuSec .optBlock .optList li {
    width: 100%;
    padding-left: 10px;
  }
}
#menuSec .optBlock .optList li::before {
  content: '・';
}
#menuSec .menuBlockStyle01 {
  margin-top: 80px;
  text-align: center;
}
@media print, screen and (max-width: 900px) {
  #menuSec .menuBlockStyle01 {
    margin-top: 30px;
  }
}
#menuSec .menuBlockStyle01 .menuBlockIn {
  position: relative;
  width: 600px;
  min-height: 100px;
  margin: 0 auto;
  border: 2px solid #006647;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  text-align: center;
}
@media print, screen and (max-width: 900px) {
  #menuSec .menuBlockStyle01 .menuBlockIn {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  #menuSec .menuBlockStyle01 .menuBlockIn {
    width: 100%;
    min-height: 170px;
  }
}
#menuSec .menuBlockStyle01 .menuBlockIn .txt02 {
  position: absolute;
  top: 24px;
  right: 50px;
  font-size: 15px;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #menuSec .menuBlockStyle01 .menuBlockIn .txt02 {
    font-size: 3.8vw;
    right: 10vw;
  }
}
#menuSec .menuBlockStyle01 .menuBlockIn .courseList {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: wrap;
  padding: 20px 40px 15px;
}
#menuSec .menuBlockStyle01 .menuBlockIn .courseList li {
  text-align: left;
}
#menuSec .menuBlockStyle01 .menuBlockIn .courseList li::before {
  content: '・';
}
#menuSec .menuBlockStyle01 .menuBlockIn .courseList li.wType01, #menuSec .menuBlockStyle01 .menuBlockIn .courseList li.wType02 {
  width: 160px;
}
#menuSec .menuBlockStyle01 .menuBlockIn .courseList li.wType03 {
  width: 180px;
}
#menuSec .menuBlockStyle01 img {
  background-color: #FFFFFF;
  margin-top: -21px;
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  #menuSec .menuBlockStyle01 img {
    width: 50%;
  }
}
#menuSec .menuEx {
  margin-top: 55px;
  line-height: 1.4em;
}
@media screen and (max-width: 800px) {
  #menuSec .menuEx {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  #menuSec #drinkMenu .menuBlockStyle01 .menuBlockIn {
    min-height: auto;
  }
}
#menuSec .drinkList {
  padding: 20px 40px 15px;
}
#menuSec .drinkList li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row wrap;
}
#menuSec .drinkList li .drinkName::before {
  content: '・';
}
#menuSec .drinkList li .drinkPrice::before {
  content: '¥';
}
#menuSec .drinkList li .drinkPrice::after {
  content: '〜';
}
#menuSec .pdfMenuWrap {
  padding-top: 40px;
}
@media screen and (max-width: 800px) {
  #menuSec .pdfMenuWrap {
    padding-top: 20px;
  }
}
#menuSec .menuPDFList {
  margin: 60px 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 800px) {
  #menuSec .menuPDFList {
    margin: 30px 0;
  }
}
#menuSec .menuPDFList li {
  padding: 0;
  margin: 0;
}
#menuSec .menuPDFList li a {
  display: block;
  border: 1px solid #006647;
  background-color: #006647;
  padding: 3px;
  text-decoration: none;
  color: #FFF;
  width: 360px;
  margin: 1px auto;
  text-align: center;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
@media screen and (max-width: 800px) {
  #menuSec .menuPDFList li a {
    width: 80%;
  }
}
#menuSec .menuPDFList li a:hover {
  background-color: #FFF;
  color: #006647;
}
#menuSec .menuPDFList li + li {
  margin-top: 20px;
}
#menuSec .menuPDFList li .smallText {
  font-size: 13px;
}

#newsSec {
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #newsSec {
    padding-top: 40px;
  }
}
#newsSec #newsList {
  width: 69.7%;
  margin: 80px auto 0;
  border: 1px solid #006647;
  background-color: #E7EFEB;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  #newsSec #newsList {
    width: 90%;
    margin: 30px auto 0;
  }
}
#newsSec #newsList li {
  position: relative;
  clear: both;
  background-color: #FFF;
  border-bottom: 1px #999999 dotted;
  padding: 17px 0;
  display: block;
  text-align: left;
  overflow: auto;
  cursor: pointer;
}
#newsSec #newsList li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#newsSec #newsList li .thumb_block {
  width: 23.5%;
  float: left;
  margin-left: 2.5%;
}
@media screen and (max-width: 800px) {
  #newsSec #newsList li .thumb_block {
    width: 100%;
    text-align: center;
  }
}
#newsSec #newsList li .article_block {
  padding-top: 10px;
  padding-left: 2%;
  float: left;
  width: 70%;
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  #newsSec #newsList li .article_block {
    width: 100%;
    padding: 20px 10px;
    font-size: 3.8vw;
  }
}
#newsSec #newsList li .article_date {
  font-size: 13px;
  float: left;
}
@media screen and (max-width: 800px) {
  #newsSec #newsList li .article_date {
    font-size: 3.8vw;
  }
}
#newsSec #newsList li .article_cat {
  background-color: #006647;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  width: 100px;
  text-align: center;
  float: left;
  margin-left: 10px;
}
@media screen and (max-width: 800px) {
  #newsSec #newsList li .article_cat {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
#newsSec #newsList li .article_title {
  clear: both;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
  #newsSec #newsList li .article_title {
    font-size: 4vw;
  }
}
#newsSec #newsList li .article_excerpt {
  font-size: 13px;
}
@media screen and (max-width: 800px) {
  #newsSec #newsList li .article_excerpt {
    font-size: 3.8vw;
  }
}
#newsSec .news_view_all {
  width: 69.7%;
  margin: 0 auto;
  text-align: right;
  margin-bottom: 20px;
}
@media screen and (max-width: 800px) {
  #newsSec .news_view_all {
    width: 90%;
  }
}
#newsSec .news_view_all a {
  color: #006647;
  font-size: 13px;
}
#newsSec .news_view_all a:hover {
  color: #00875e;
}

#accessSec {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #accessSec {
    padding-top: 60px;
  }
}
#accessSec #map {
  width: 61%;
  height: 350px;
  margin: 60px auto 0;
}
@media screen and (max-width: 800px) {
  #accessSec #map {
    width: 90%;
    margin: 30px auto 0;
  }
}
#accessSec .accessInfo {
  width: 61%;
  margin: 15px auto;
}
@media screen and (max-width: 800px) {
  #accessSec .accessInfo {
    width: 95%;
    font-size: 4vw;
  }
}
#accessSec .accessText {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
}
@media screen and (max-width: 800px) {
  #accessSec .accessText {
    font-size: 3.8vw;
  }
}

#linkSec {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #linkSec {
    padding-top: 60px;
  }
}
#linkSec .linkIn {
  padding: 0 12%;
}
@media screen and (max-width: 800px) {
  #linkSec .linkIn {
    padding: 0;
  }
}
#linkSec dl {
  width: 91.7%;
  margin: 0 auto;
}
#linkSec dt {
  position: relative;
  height: 37px;
  background-color: #006647;
  color: #FFF;
  margin: 25px auto;
  padding: 0 40px;
  display: block;
  overflow: hidden;
  line-height: 37px;
  vertical-align: middle;
  border-radius: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#linkSec dt:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 800px) {
  #linkSec dt {
    height: 58px;
    line-height: 27px;
  }
}
#linkSec dt a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#linkSec dt .linkTitle {
  width: 48%;
  float: left;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #linkSec dt .linkTitle {
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
}
#linkSec dt .linkUrl {
  float: right;
  text-align: right;
  font-size: 15px;
}
@media screen and (max-width: 800px) {
  #linkSec dt .linkUrl {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    font-size: 14px;
  }
}
#linkSec dd {
  font-size: 15px;
  text-align: center;
  margin-bottom: 60px;
}

/* news
------------------------------------------------------------------ */
#newsArchiveSec {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #newsArchiveSec {
    padding-top: 60px;
  }
}
#newsArchiveSec h2 .ttlSub01 {
  line-height: 34px;
  vertical-align: bottom;
  font-size: 18px;
}
#newsArchiveSec #newsArchiveList {
  width: 76.5%;
  margin: 0 auto;
  padding: 20px;
}
@media screen and (max-width: 800px) {
  #newsArchiveSec #newsArchiveList {
    width: 90%;
  }
}
#newsArchiveSec #newsArchiveList li {
  position: relative;
  clear: both;
  background-color: #FFF;
  border-bottom: 3px #B4CFC3 solid;
  padding: 17px 0;
  display: block;
  text-align: left;
  overflow: auto;
  cursor: pointer;
}
#newsArchiveSec #newsArchiveList li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
#newsArchiveSec #newsArchiveList li .thumb_block {
  width: 23.5%;
  float: left;
  margin-left: 2.5%;
}
@media screen and (max-width: 800px) {
  #newsArchiveSec #newsArchiveList li .thumb_block {
    width: 100%;
    text-align: center;
  }
}
#newsArchiveSec #newsArchiveList li .article_block {
  padding-top: 10px;
  padding-left: 2%;
  float: left;
  width: 70%;
}
@media screen and (max-width: 800px) {
  #newsArchiveSec #newsArchiveList li .article_block {
    width: 100%;
    padding: 20px 10px;
  }
}
#newsArchiveSec #newsArchiveList li .article_date {
  font-size: 13px;
  float: left;
}
#newsArchiveSec #newsArchiveList li .article_cat {
  background-color: #006647;
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
  width: 100px;
  text-align: center;
  float: left;
  margin-left: 10px;
}
#newsArchiveSec #newsArchiveList li .article_title {
  clear: both;
  font-size: 14px;
  font-weight: bold;
}
#newsArchiveSec #newsArchiveList li .article_excerpt {
  font-size: 13px;
}

#newsDetailSec {
  padding-top: 80px;
}
@media screen and (max-width: 800px) {
  #newsDetailSec {
    padding-top: 60px;
  }
}
#newsDetailSec .newsContent {
  width: 74.8%;
  margin: 0 auto;
  border: 1px solid #006647;
  padding: 40px 70px 70px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
}
#newsDetailSec .newsContent .newsTitleBlock .newsDate {
  font-size: 14px;
}
#newsDetailSec .newsContent .newsTitleBlock .newsTitle {
  font-size: 25px;
  color: #006647;
}
#newsDetailSec .newsContent .newsContentBlock {
  margin-top: 20px;
}
