@charset "utf-8";
/*******************************************************

　共通

*******************************************************/
.pc {
  display: block;
}
.sp {
  display: none;
}
@media screen and (max-width: 924px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*-------------------------------------
　　見出し
-------------------------------------*/
h2 {
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
}
h2:after {
  content: attr(title);
  color: var(--mainColor);
  font-size: 18px;
  line-height: 120%;
  display: block;
}
h3 {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 824px) {
  h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  h2:after {
    font-size: 16px;
  }
  h3 {
    font-size: 22px;
  }
}
/*-------------------------------------
　　ボタン
-------------------------------------*/
.button a {
  font-size: 18px;
  border-radius: 100px !important;
}
.subBlock .button a {
  font-size: 16px;
  padding: 5px 10px 5px 15px;
}
@media screen and (max-width: 824px) {
  font-size: 16px;
}
/*-------------------------------------
　　セクション
-------------------------------------*/
#news, #case, .mainBlock, .admissionBnr {
  padding: 50px 0 60px 0;
  text-align: center;
}
hr {
  margin: 0;
}
@media screen and (max-width: 824px) {
  #news, #case, .mainBlock, .admissionBnr {
    padding: 30px 0 40px 0;
  }
}
/*******************************************************

　各コンテンツ

*******************************************************/
/*-------------------------------------
　　キャッチコピー
-------------------------------------*/
#catch {
  font-size: 20px;
  text-align: center;
  color: #FFF;
  padding: 40px 10px 15px 10px;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(45deg, #b67715 50%, #d4af37, #fff89b, #ffd700, #d4af37, #7f6000) 1;
  background-image: url("../images/catch_bg.gif");
  background-size: cover;
  background-position: center;
}
#catch h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: normal;
}
#catch h1 img {
  margin-right: 15px;
}
@media screen and (max-width: 824px) {
  #catch {
    font-size: 16px;
    text-align: left;
    padding: 20px 10px 0px 10px;
  }
  #catch h1 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  #catch h1 img {
    width: 80px;
    display: block;
    margin-bottom: 10px;
  }
}
/*-------------------------------------
　　お知らせ
-------------------------------------*/
/*-----------------
 topicsListsリスト
-----------------*/
.topicsLists {
  list-style: none;
  margin: 0px auto 30px auto;
  padding: 0;
}
.topicsLists li {
  border-bottom: 1px solid var(--lineColor);
  transition: 0.5s;
}
.topicsLists li a {
  text-decoration: none;
  color: #000;
  padding: 12px;
  display: flex;
}
.topicsLists li:hover {
  background: var(--bgColor);
}
.topicsLists li time {
  min-width: 10em;
}
.topicsLists li.new time:before, .topicsLists li.new span:before {
  content: 'NEW';
  color: #FF0000;
  font-size: 13px;
  margin-right: 1em;
  display: inline-block;
  font-weight: bold;
  position: relative;
}
.topicsLists li.new time:before {
  display: none;
}
@media screen and (max-width: 824px) {
  .topicsLists {
    text-align: left;
  }
  .topicsLists li a {
    flex-wrap: wrap;
  }
  .topicsLists li a {
    padding: 8px;
  }
  .topicsLists li span, .topicsLists li time {
    width: 100%;
  }
  .topicsLists li.new span:after {
    display: none;
  }
  .topicsLists li.new time:after {
    display: inline-block;
  }
}
.postDate {
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: right;
}
/*-------------------------------------
　おもてなし/高原で味わう美食
-------------------------------------*/
.mainBlock.container {
  display: flex;
  justify-content: space-between;
}
.mainBlock.container .text > p {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: left;
}
.mainBlock.container .text {
  width: 55%;
}
.mainBlock.container .img {
  width: 40%;
}
#bishoku .text {
  order: 2;
}
#bishoku {
  background: url(../images/top_bg02.png);
  background-size: cover;
}
#omotenashi {
  background: url(../images/top_bg01.png);
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 824px) {
  .mainBlock.container {
    display: block !important;
  }
  .mainBlock.container .subBlock, .mainBlock.container .img, .mainBlock.container .text {
    width: 100% !important;
  }
  .mainBlock.container .text > p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: left;
  }
  .mainBlock.container .text {
    margin-bottom: 20px;
  }
}
/*-------------------------------------
　素敵プラン
-------------------------------------*/
#plan {
  background: url(../images/top_bg03.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 0px;
}
#plan .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#plan .container h2 {
  width: 100%;
}
#plan .container > p {
  width: 100%;
  font-size: 20px;
}
#plan .subBlock {
  width: 32%;
  background: #FFF;
  border-radius: 10px;
  padding: 25px 20px 30px 20px;
  position: relative;
  border: solid 1px #ccc;
}
#plan .subBlock > h3 {
  font-size: 28px;
  color: var(--mainColor);
}
#plan .subBlock > h3:after {
  content: ' ';
  display: block;
  border-bottom: 3px solid var(--mainColor);
  width: 40px;
  margin: 10px auto 20px auto;
}
#plan .subBlock > p {
  text-align: left;
  margin-bottom: 20px;
}
#plan .subBlock .button {
  padding-top: 30px;
  position: absolute;
  bottom: 20px;
  left: 30%;
}
#plan .subBlock .button a {
  font-size: 16px;
  padding: 5px 10px 5px 15px;
  bottom: 30px;
  left: 30%;
}
.plan_info {
  font-weight: bold;
  padding: 5px;
  color: #FF8800;
}
@media screen and (max-width: 824px) {
  #plan {
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
  #plan:after {
    display: none;
  }
  #plan .subBlock {
    width: 32%;
    background: #FFF;
    border-radius: 10px;
    padding: 15px 15px 20px 15px;
    margin-bottom: 10px;
  }
  #plan .subBlock > h3 {
    font-size: 24px;
  }
  #plan {
    padding-bottom: 40px;
    margin-bottom: 0px;
  }
  #plan .container > p {
    font-size: 17px;
    text-align: left;
    margin: 0;
  }
  #plan .container > p br {
    display: none;
  }
  #plan .subBlock {
    width: 100%;
    background: #FFF;
    border-radius: 10px;
    margin-top: 15px;
  }
  #plan .subBlock > h3 {
    font-size: 22px;
  }
  #plan .subBlock .button {
    position: initial;
  }
}
/*-------------------------------------
　　新着フォト
-------------------------------------*/
#photo {
  background: #F6F5F3;
  ;
  text-align: center;
}
#photo h2 {
  margin-bottom: 30px;
}
.caseLists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.caseLists dl, .caseLists dt, .caseLists dd {
  margin: 0;
  padding: 0;
}
.caseLists a {
  display: block;
  color: #000;
  text-decoration: none;
  width: calc(25% - 20px);
  margin: 0px 10px 20px 10px;
  transition: 0.5s;
}
.caseLists a:hover {
  opacity: 0.8;
}
.caseLists dl {
  cursor: pointer;
  text-align: left;
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 5px;
}
.caseLists dd.pic {
  order: 1;
  width: 100%;
  margin-bottom: 10px;
}
.caseLists .zoom-box {
  display: inline-block;
  overflow: hidden;
}
.caseLists dd.pic img {
  width: 100%;
}
.caseLists dd.pic img:hover {
  transform: scale(1.2);
}
.caseLists dd.cat {
  order: 2;
  font-size: 14px;
  font-weight: bold;
  color: var(--mainColor);
}
.caseLists dt.title {
  order: 3;
  height: 60px;
}
@media screen and (max-width: 1024px) {
  .caseLists a {
    width: calc(25% - 5px);
  }
  .caseLists a {
    margin: 0px 2px 10px 3px;
  }
}
@media screen and (max-width: 824px) {
  .caseLists a {
    width: calc(50% - 10px);
    margin: 0px 5px 10px 5px;
  }
}