/*-------------------------
 #main
-------------------------*/
#main {
  padding: 60px 0 60px 0;
  background: url(../images/bg_main.png) bottom 350px center no-repeat, linear-gradient(to top, rgb(150, 183, 61) 0px, rgb(64, 109, 8) 350px, white 351px);
  background-size: 100% auto;
  border-radius: 65px 65px 0 0;
}
@media screen and (max-width: 1200px) {
  #main {
    background: url(../images/bg_main.png) bottom 550px center no-repeat, linear-gradient(to top, rgb(150, 183, 61) 0px, rgb(64, 109, 8) 550px, white 551px);
    background-size: 100% auto;
  }
}
@media screen and (max-width: 620px) {
  #main {
    padding: 0 0 15% 0;
  }
}
#main h2 {
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.3rem;
  line-height: 1.3;
  text-align: center;
  margin: 0 0 30px 0;
}
#main h2 b {
  color: #3f6b08;
}
#main h2 span {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 7px;
}
#main #slide_main {
  width: calc(100% - 60px);
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 620px) {
  #main #slide_main {
    width: 90%;
  }
}
#main #slide_main li {
  border-radius: 65px;
  overflow: hidden;
}
@media screen and (max-width: 620px) {
  #main #slide_main li {
    border-radius: 30px;
  }
}
#main p {
  color: white;
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
}
#main p:nth-of-type(1) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  #main p:nth-of-type(2) {
    margin-bottom: 50px;
  }
}
#main p b {
  font-size: 2.2rem;
  font-weight: bold;
}

/*-------------------------
 #point
-------------------------*/
#point {
  padding-top: 60px;
}
#point h2 {
  max-width: 330px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 620px) {
  #point h2 {
    width: 80%;
  }
}
#point .inner {
  padding: 0 40px;
  position: relative;
}
#point .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  font-family: "Bebas Neue", sans-serif;
  font-size: 45px;
  line-height: 1;
  color: white;
  background: url(../images/ico_point.svg) top center no-repeat;
  padding-top: 2px;
}
@media screen and (max-width: 620px) {
  #point .ico {
    width: 50px;
    height: 50px;
    font-size: 3.2rem;
    background-size: contain;
  }
}
#point h3 {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
  -webkit-text-stroke: 4px white;
  paint-order: stroke fill;
}
@media screen and (max-width: 620px) {
  #point h3 {
    font-size: 1.8rem;
  }
}
#point p {
  -webkit-text-stroke: 4px white;
  paint-order: stroke fill;
}
#point .ph {
  overflow: hidden;
}
#point .ph img {
  vertical-align: bottom;
}
#point .point_01 .txt, #point .point_03 .txt, #point .point_05 .txt, #point .point_06 .txt {
  width: 320px;
  margin: 0 auto 50px auto;
}
@media screen and (max-width: 620px) {
  #point .point_01 .txt, #point .point_03 .txt, #point .point_05 .txt, #point .point_06 .txt {
    width: 100%;
  }
}
#point .point_01 .txt h3, #point .point_03 .txt h3, #point .point_05 .txt h3, #point .point_06 .txt h3 {
  text-align: center;
}
#point .point_02, #point .point_04 {
  margin-bottom: 90px;
}
@media screen and (max-width: 620px) {
  #point .point_02, #point .point_04 {
    height: 40%;
  }
}
#point .point_02 .inner, #point .point_04 .inner {
  padding: 0 0 0 0;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}
#point .point_02 .ico, #point .point_04 .ico {
  position: absolute;
  top: 0;
  left: 30px;
}
#point .point_02 .ph, #point .point_04 .ph {
  width: 240px;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 620px) {
  #point .point_02 .ph, #point .point_04 .ph {
    width: 55%;
  }
}
#point .point_02 .txt, #point .point_04 .txt {
  width: 55%;
  margin: 80px 0 0 40px;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 620px) {
  #point .point_02 .txt, #point .point_04 .txt {
    width: 100%;
    max-width: 260px;
    margin: 65px 0 0 40px;
  }
}
#point .point_01 .ico {
  position: absolute;
  top: 0;
  right: 30px;
}
#point .point_01 .ph {
  width: 330px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 620px) {
  #point .point_01 .ph {
    width: 90%;
  }
}
#point .point_01 .ph span {
  display: block;
  width: 160px;
  height: auto;
  border-radius: 15px;
  overflow: hidden;
}
#point .point_01 .ph span:nth-of-type(2) {
  margin-top: 30px;
}
@media screen and (max-width: 620px) {
  #point .point_01 .ph span {
    width: 48%;
    height: auto;
  }
}
#point .point_03 .ico {
  position: absolute;
  top: -30px;
  right: 30px;
}
#point .point_03 .ph {
  max-width: 320px;
  border-radius: 20px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 620px) {
  #point .point_03 .ph {
    max-width: 100%;
  }
}
#point .point_05 .ico {
  position: absolute;
  top: -45px;
  right: 35px;
}
#point .point_05 .ph {
  max-width: 320px;
  border-radius: 20px;
  margin: 0 auto 20px auto;
}
@media screen and (max-width: 620px) {
  #point .point_05 .ph {
    width: 80%;
    max-width: 360px;
  }
}
#point .point_06 .ico {
  position: absolute;
  top: -30px;
  left: 20px;
}
#point .point_06 .ph {
  max-width: 360px;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 620px) {
  #point .point_06 .ph {
    max-width: 100%;
  }
}

/*-------------------------
 #info
-------------------------*/
#info {
  background: url(../images/bg_info.jpg) top -32px center no-repeat;
  background-size: 100% calc(100% + 32px);
}
#info .inner {
  padding: 0 40px 60px 40px;
}
@media screen and (max-width: 620px) {
  #info .inner {
    padding: 0 8.5% 15% 8.5%;
  }
}
#info:before {
  display: block;
  content: "";
  width: 100%;
  height: auto;
  background: url(../images/bg_info_top.svg) top center no-repeat;
  background-size: 100% auto;
  padding-top: 20%;
}
#info h2 {
  max-width: 300px;
  mix-blend-mode: overlay;
  margin: 0 auto 30px auto;
  opacity: 0.25;
}
#info .box {
  background-color: white;
  border-radius: 10px;
  padding: 20px 20px;
  margin-bottom: 20px;
}
#info .box .ph {
  margin-bottom: 15px;
}
@media screen and (max-width: 620px) {
  #info .box .ph {
    margin-bottom: 5px;
  }
}
#info .box .ph img {
  vertical-align: bottom;
}
#info .box .txt h3 {
  font-size: 2.1rem;
  font-weight: bold;
  margin-bottom: 0px;
}
#info .box .txt h3 img {
  height: 18px;
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
  padding-bottom: 3px;
}
#info .box .txt .address {
  line-height: 1.5;
  margin-bottom: 15px;
}
#info .box .txt .station {
  color: white;
  text-align: center;
  line-height: 1;
  background-color: #dcd04f;
  margin-bottom: 5px;
  padding: 3px 0 4px 0;
}
#info .box .txt .station b {
  font-size: 2rem;
  margin: 0 2px 0 2px;
}
#info .box .txt .ico {
  text-align: center;
  margin-bottom: 15px;
}
#info .box .txt .ico li {
  display: inline-block;
  color: #a69f5d;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: -1px;
  padding: 5px 10px;
  border: solid #a69f5d 1px;
  border-radius: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 620px) {
  #info .box .txt .ico li {
    font-size: 1rem;
    letter-spacing: -0.1rem;
    padding: 4px 8px 5px 8px;
    margin-bottom: 2px;
  }
}
#info .box .txt .link {
  display: flex;
  justify-content: space-between;
}
#info .box .txt .link li {
  width: 48.75%;
}
#info .box .txt .link li .btn {
  padding: 8px 0;
}
#info .hotel {
  margin-bottom: 60px;
}
#info .hotel > p {
  color: white;
  font-weight: bold;
  text-align: center;
}
#info .hotel > p b {
  display: block;
  font-size: 2.1rem;
  line-height: 1.6;
}
#info .hotel > p:nth-of-type(1) {
  margin-bottom: 20px;
}
#info .hotel > ul {
  color: white;
  width: 260px;
  margin: 0 auto 40px auto;
  text-align: left;
}
#info .hotel > ul li {
  display: flex;
  align-items: center;
  text-align: center;
}
#info .hotel > ul li:nth-of-type(3) {
  margin-top: 5px;
}
#info .hotel > ul li b {
  display: block;
  width: 50px;
  font-family: "Century Gothic";
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
#info .hotel > ul li span {
  display: inline-block;
  padding-top: 5px;
}
#info .hotel > ul li:nth-of-type(6) {
  font-size: 2rem;
  padding-left: 15px;
  margin-top: 15px;
}
#info .hotel > ul li:nth-of-type(6) b {
  width: 110px;
}
#info .cafe > p {
  color: white;
  font-weight: bold;
  text-align: center;
}
#info .cafe > p b {
  display: block;
  font-size: 2.1rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
#info .cafe > p:nth-of-type(1) {
  margin-bottom: 20px;
}
#info .cafe > p:nth-of-type(2) {
  margin-bottom: 40px;
}
#info .cafe .box .txt .station {
  background-color: #744f0f;
}
#info .cafe .box .txt .ico li {
  color: #744f0f;
  border: solid #744f0f 1px;
}
#info .cafe .box .link {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}
#info .cafe .box .link li {
  width: 100%;
}
#info .cafe .box .link li .btn {
  padding: 8px 0;
}

/*-------------------------
 #news
-------------------------*/
#news {
  background-color: #f4f4f4;
}
#news ul {
  margin-bottom: 30px;
}
#news ul li {
  margin-bottom: 12px;
}
@media screen and (max-width: 620px) {
  #news ul li {
    margin-bottom: 20px;
  }
}
#news ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 25px;
}
@media screen and (max-width: 620px) {
  #news ul li a {
    border-radius: 8px;
    padding: 30px 25px;
  }
}
#news ul li a .txt {
  width: calc(100% - 140px);
}
@media screen and (max-width: 620px) {
  #news ul li a .txt {
    width: calc(100% - 100px);
  }
}
#news ul li a .txt p {
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 620px) {
  #news ul li a .txt p {
    font-size: 1.1rem;
    letter-spacing: 0.1rem;
  }
}
#news ul li a .txt p span {
  font-size: 1.1rem;
  color: #a0b512;
  line-height: 1;
  border: solid #a0b512 1px;
  border-radius: 15px;
  padding: 2px 8px;
  margin-left: 8px;
}
@media screen and (max-width: 620px) {
  #news ul li a .txt p span {
    font-size: 1rem;
    letter-spacing: -0.075rem;
  }
}
#news ul li a .txt h3 {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 620px) {
  #news ul li a .txt h3 {
    font-weight: bold;
    line-height: 1.4;
  }
}
#news ul li a .txt h3 span {
  display: inline-block;
  text-indent: -0.5rem;
}
#news ul li a .ph {
  width: 120px;
  height: 90px;
  overflow: hidden;
  background-color: pink;
  border-radius: 10px;
}
@media screen and (max-width: 620px) {
  #news ul li a .ph {
    width: 80px;
    height: 60px;
  }
}
#news ul li a .ph img {
  width: 120px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 620px) {
  #news ul li a .ph img {
    width: 80px;
    height: 60px;
  }
}

/*-------------------------
#reserve
-------------------------*/
#rsv ul li {
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
#rsv ul li:not(:last-child) {
  margin-bottom: 20px;
}
#rsv ul li .bnr {
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 2rem;
  padding-top: 45%;
}
#rsv ul li .bnr:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 1;
  transition: all 0.3s ease-out;
}
#rsv ul li .bnr.bg_omiya:after {
  background: url(../images/bg_rsv_01.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
#rsv ul li .bnr.bg_kamada:after {
  background: url(../images/bg_rsv_02.jpg) no-repeat center;
  -ms-background-size: cover;
  background-size: cover;
}
#rsv ul li .bnr a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  color: #fff;
  text-align: center;
  z-index: 1;
  padding: 50px 0;
}
@media screen and (max-width: 620px) {
  #rsv ul li .bnr a {
    padding: 40px 0;
  }
}
#rsv ul li .bnr a i:first-of-type {
  display: block;
  content: "";
  width: 100%;
  height: 15px;
  background: url(../common/images/ico_hotel.svg) top center no-repeat;
}
#rsv ul li .bnr a span {
  display: block;
  width: 100%;
}
#rsv ul li .bnr a i:nth-of-type(2) {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: calc(50% + 5px);
  right: 50px;
}
@media screen and (max-width: 620px) {
  #rsv ul li .bnr a i:nth-of-type(2) {
    right: 40px;
  }
}
#rsv ul li .bnr a i:nth-of-type(2)::before, #rsv ul li .bnr a i:nth-of-type(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1.5px;
  border-radius: 9999px;
  background-color: #c6c6c6;
  transform-origin: calc(100% - 0.75px) 50%;
}
#rsv ul li .bnr a i:nth-of-type(2)::before {
  transform: rotate(45deg);
}
#rsv ul li .bnr a i:nth-of-type(2)::after {
  transform: rotate(-45deg);
}
#rsv ul li .bnr:hover:after {
  opacity: 0.8;
  transform: scale(1.1);
}/*# sourceMappingURL=style.css.map */