/* TOPページ */
/*.top_slid {padding-top: 80px;}
@media screen and (max-width:896px) {
.top_slid {padding-top: 0;}
}*/
.top_slid {
  margin-top: -80px;
  position: relative;
  width: 100%;
}
.slid_msg {
  color: #fff;
  width: max-content;
  line-height: 1.9;
  font-size: 21px;
  position: absolute;
  text-shadow: 2px 2px 5px #000;
  top: 53%;
  right: 4%;
  z-index: 3;
  font-weight: bold;
}
@media screen and (max-width:896px) {
  .top_slid {
    margin-top: 60px;
    height: auto;
  }
  .slid_msg {
    font-size: 14px;
    top: 52%;
    left: 5%;
  }
}
.top_mv {
  padding-top: 80px;
  position: relative;
}
.top_mv img {
  width: 100%;
}
.color_bk {
  color: #333;
}
.color_bk a {
  color: #555;
}
.color_gr {
  color: #CFCFCF;
}
.top_feature .color_gr {
  color: #CFCFCF;
}
.color_fgr {
  color: #F0F0F0;
}
.top_mv h2 span.openday {
  font-family: 'Kaushan Script', cursive;
  font-size: 32px;
}
@media screen and (max-width:896px) {
  .top_mv {
    padding-top: 60px;
  }
  .top_mv h2 {
    top: 60%;
    font-size: 22px;
  }
  .top_mv h2 span.openday {
    font-size: 18px;
  }
}
.top_news {
  padding: 0;
}
.top_news ul {
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width:896px) {
  .top_news .container {
    flex-direction: column;
  }
}
.top_news h2 span {
  font-size: 14px;
}
.top_news h2 a {
  color: #C0C0C0;
}
.top_news ul li {
  padding: 20px 0;
  border-bottom: 1px solid #CECECE;
}
.top_news ul li a {
  color: #2D2D2D;
  font-size: 13px;
}
@media screen and (max-width:896px) {
  .top_news ul li {
    padding: 2%;
    line-height: 1.8;
  }
}
.top_news ul li span.date {
  padding: 0 22px 0 30px;
  color: #2D2D2D;
}
.top_news ul li span.cate {
  color: #fff;
  background: #184778;
  padding: 4px 10px;
  margin-right: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width:896px) {
  .top_news ul li span.date {
    padding: 0;
  }
  .top_news ul li span.cate {
    padding: 1% 2%;
    font-size: 1.2rem;
  }
}
.top_news ul li span.cate a {
  color: #fff;
}
/*下層　ニュース一覧（パンくずから飛んだ時用）*/
ul.media_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 80px;
}
ul.media_list li {
  width: 25%;
  margin-top: 0px;
}
ul.media_list li.txt {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding: 0 20px;
  margin: 0;
}
ul.media_list li.txt p {
  text-align: left;
}
ul.media_list .image {
  width: 170px;
  height: 218px;
  margin: 0 auto;
}
ul.media_list .image img {
  width: 100%;
  height: auto;
}
ul.media_list p {
  text-align: center;
  margin: 10px 0;
}
.top_winter {
  background: #eee;
  padding: 50px 20px;
}
.top_winter p {
  text-align: center;
}
@media screen and (max-width:896px) {
  .top_winter p {
    text-align: left;
  }
}
.top_location {
  padding: 80px 0;
}
.top_location h2 {
  font-size: 3rem;
  line-height: 1.7;
  color: #000001;
  font-weight: 500;
	font-family: "Zen Old Mincho", serif;
	letter-spacing:0.5rem;
}
.top_location p {
  margin-top: 40px;
  line-height: 2.2;
  padding: 0;
  text-align: center;
}
.top_imgbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.top_imgbox .img {
  width: 49.5%;
}
.top_imgbox .img img {
  width: 100%;
}
.top_feature_bk {
  padding: 85px 0;
}
@media screen and (max-width:700px) {
  .top_feature_bk {
    padding: 10% 0;
  }
  .top_location {
    padding: 80px 0 30px;
  }
  .top_location h2 {
    font-size: 1.8rem;
  }
  .top_imgbox .img {
    width: 100%;
    height: 210px;
    margin-bottom: 3px;
  }
  .top_imgbox .img img {
    width: 100%;
    height: 210px;
    object-fit: cover;
  }
}
/*Top魅力*/
.top_feature .charm7 {
  width: 60%;
  margin: 40px auto;
}
.top_feature .charm7 li {
  padding: 10px;
}
.chbox h3 {
  padding: 25px 5px;
  font-size: 1.8rem;
}
.chbox h3 span.point_n {
  font-size: 3.6rem;
}
@media screen and (max-width:896px) {
  .top_feature .charm7 {
    width: 100%;
  }
  .chbox h3 span.point_n {
    font-size: 3rem;
  }
}
.charm_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  box-sizing: border-box;
  justify-content: space-between;
}
.charm_box .pc_chead {
  width: 65%;
  padding: 0 20px;
  box-sizing: border-box;
}
.hdbox {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.hdbox h2 {
  width: 255px;
  color: #000001;
  font-size: 2.3rem;
  font-weight: 500;
  text-align: left;
}
.hdbox div.hbar {
  width: calc(100% - 260px);
  height: 1px;
  background-color: #000001;
}
.charm_box .chbox {
  width: 33%;
  box-sizing: border-box;
  margin: 15px 0;
}
.charm_box .chbox .txtbox h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.4;
  position: relative;
  color: #1C2D30;
  margin-bottom: 20px;
}
.charm_box .chbox h3 span.point_n {
  font-size: 5rem;
}
.charm_box .chbox h3 span.sub_title {
  font-size: 1.4rem;
}
@media screen and (max-width:850px) {
  .charm_box .pc_chead p.sphid {
    display: none;
  }
  .charm_box .pc_chead {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  .charm_box .hdbox h2 {
    width: 265px;
    color: #000001;
    font-size: 2rem;
    font-weight: 500;
    text-align: left;
  }
  .hdbox div.hbar {
    width: calc(100% - 220px);
  }
  .charm_box .chbox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0;
    position: relative;
  }
  .charm_box .chbox .imgbox {
    width: 45%;
  }
  .charm_box .chbox .imgbox img {
    width: 100%;
    height: 80px;
    object-fit: cover;
  }
  .charm_box .chbox .txtbox {
    width: 55%;
    margin-bottom: 0;
    padding: 0 0 0 15px;
    box-sizing: border-box;
  }
  .charm_box .chbox h3 span.point_n {
    font-size: 3.3rem;
  }
  .charm_box .chbox h3 span.sub_title {
    font-size: 1.4rem;
    letter-spacing: 0.4px;
  }
  .charm_box .chbox .txtbox h3 {
    margin: 0 auto;
    font-size: 1.7rem;
    padding-bottom: 0;
  }
}
@media screen and (max-width:600px) {
  .charm_box .chbox .imgbox {
    width: 32%;
    position: absolute;
    left: 0;
    top: 20px;
  }
  .charm_box .chbox .txtbox {
    width: 68%;
    margin-bottom: 0;
    padding: 0 0 0 5px;
    box-sizing: border-box;
  }
  .charm_box .chbox h3 span.point_n {
    font-size: 3rem;
  }
  .charm_box .chbox h3 span.sub_title {
    font-size: 1.2rem;
    letter-spacing: 0.4px;
  }
  .charm_box .chbox .txtbox h3 {
    margin: 0 auto;
    font-size: 1.5rem;
    padding-bottom: 0;
    width: 96%;
  }
}
.tpmeals {
  margin-top: 120px;
}
@media screen and (max-width:600px) {
  .tpmeals {
    margin-top: 30px;
  }
}
.top_room_bk {
  padding: 50px 0;
  background-color: #f2ecdf;
}
@media screen and (max-width:896px) {
  .top_room_bk {
    padding: 10% 0;
  }
}
.top_room h2 {
  margin-bottom: 40px;
}
.top_room h3 span {
  font-size: 1.5rem;
}
.top_room h4 {
  text-align: center;
  margin-bottom: 20px;
}
.top_room .container {
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .top_room .container {
    padding: 0 0;
  }
}
ul.glam_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.glam_list li {
  width: 32%;
  margin: 0 auto 20px;
  box-sizing: border-box;
}
ul.glam_list li img {
  height: auto;
  object-fit: cover;
}
ul.glam_list li p.tprm_ex {
  color: #fff;
  font-size: 1.4rem;
  margin-top: 15px;
  text-align: center;
}
.br_rmex {
  display: none;
}
@media screen and (max-width:500px) {
  .br_rmex {
    display: block;
  }
}
ul.glam_list li p.tprm_title {
  padding-top: 0px;
  color: #222;
  font-size: 1.8rem;
  width: 100%;
  margin: 0 auto 5px;
  text-align: center;
  border-bottom: dashed 1px #222;
}
ul.glam_list li dl {
  display: flex;
  flex-wrap: wrap;
}
ul.glam_list li dt {
  width: 30%;
  padding: 16px 0px 10px 0px;
  box-sizing: border-box;
  text-align: center;
}
ul.glam_list li dd {
  padding: 16px 0px 10px 5px;
  margin: 0;
  width: 70%;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.3;
}
.tprm_btn div {
  margin: 0 auto;
}
ul.glam_list li.tprm_btn p {
  border: none;
}
@media screen and (min-width:897px) {
  .tprm_btn {
    position: relative;
  }
  .tprm_btn div {
    position: absolute;
    bottom: 150px;
    right: 20%;
  }
}
@media screen and (max-width:896px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 48%;
  }
  ul.glam_list li dt {
    width: 28%;
    padding: 10px 0;
    box-sizing: border-box;
    text-align: center;
  }
  ul.glam_list li dd {
    padding: 10px 2px;
    margin: 0;
    width: 72%;
    box-sizing: border-box;
    text-align: center;
  }
  ul.glam_list li p.tprm_ex {
    font-size: 1.3rem;
  }
}
@media screen and (max-width:710px) {
  ul.glam_list li {
    margin: 0 auto 12%;
    width: 100%;
  }
}
ul.glam_list li .rm_img {
  width: 100%;
}
ul.glam_list li img {
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width:897px) {
  ul.glam_list li .rm_img {
    height: 210px;
  }
  ul.glam_list li img {
    height: 210px;
  }
}
@media screen and (max-width:896px) {
  ul.glam_list li img {
    height: auto;
    max-height: 310px;
  }
}
ul.glam_list li .txt {
  background: none;
  border: 1px solid #675338;
  width: 100%;
  padding: 10px;
  margin: 0 auto 0;
  box-sizing: border-box;
}
ul.glam_list li .txt .inner {
  border: 1px solid #675338;
  padding: 15px 32px;
}
@media screen and (min-width:897px) {
  ul.glam_list li .txt {
    height: 255px;
  }
  ul.glam_list li .txt .inner {
    height: 200px;
  }
}
@media screen and (max-width:896px) {
  ul.glam_list li .txt .inner {
    padding: 20px 14px;
  }
}
ul.glam_list li .txt h3 {
  font-size: 2.0rem;
  text-align: center;
  margin: 30px 0 20px;
  font-weight: 500;
  line-height: 1.3;
}
.top_feature p {
  line-height: 2.0;
}
.top_feature h2 span, .top_facility h2 span {
  font-size: 1.5rem;
  color: #b4b5b5;
}
.top_box, .top_box_re {
  width: 100%;
  margin: 80px auto;
  display: flex;
  position: relative;
  align-items: center;
}
.top_box_re {
  justify-content: flex-end;
}
.top_box .feature_mainimg, .top_box_re .feature_mainimg {
  width: 52%;
  object-fit: cover;
}
.top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.top_box .feature_txtarea {
  max-width: 1000px;
  width: 50%;
  height: 550px;
  position: absolute;
  top: 36px;
  right: 0;
  background: #ece4d1;
}
.top_box_re .feature_txtarea {
  max-width: 1000px;
  width: 50%;
  height: 550px;
  position: absolute;
  top: 36px;
  left: 0;
  background: #ece4d1;
}
.top_textarea_p {
  padding: 3rem 5rem;
}
.top_textarea_p h3 {
  padding-bottom: 40px;
  font-size: 2.2rem;
  line-height: 1.3;
	font-family: "Zen Old Mincho", serif;
}
/*.top_textarea_p p {
  color: #fff;
}*/
.top_textarea_p h3 span.point_n {
  font-size: 5rem;
  color: #214A38;
}
.top_textarea_p h3 span.sub_title {
  font-size: 1.5rem;
}
@media screen and (max-width:896px) {
  .top_box, .top_box_re {
    flex-direction: column;
    margin: 30px auto;
  }
  .top_box .feature_mainimg, .top_box_re .feature_mainimg {
    width: 100%;
    object-fit: cover;
  }
  .top_box .feature_mainimg img, .top_box_re .feature_mainimg img {
    height: 240px;
    margin-bottom: 0;
  }
  .top_box .feature_txtarea, .top_box_re .feature_txtarea {
    max-width: 100%;
    height: 100%;
    position: static;
  }
  .top_box .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    right: 0;
    width: 90%;
    transform: translate(0%, -3%);
  }
  .top_box_re .feature_txtarea {
    max-width: 1030px;
    height: auto;
    top: 56px;
    left: 50%;
    width: 90%;
    transform: translate(0%, -3%);
  }
  .top_textarea_p h3 span.point_n {
    font-size: 4rem;
  }
  .top_textarea_p {
    padding: 10% 5%;
  }
  .top_textarea_p h3 {
    padding-bottom: 20px;
    font-size: 2rem;
  }
  .top_textarea_p p {
    font-size: 1.4rem;
  }
  .meal_ext {
    width: 70%;
    padding: 20px;
  }
  .meal_ext p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:650px) {
  .meal_ext {
    width: 80%;
    padding: 15px;
  }
  .meal_ext p {
    padding-top: 10px;
    font-size: 1.3rem;
  }
}
/*充実の設備 レンタル*/
.top_rental_bk {
  padding: 80px 0 40px;
}
.top_rental_bk_w {
  padding: 80px 0 40px;
  background: #fff;
}
.top_rental ul.rental_area {
  display: flex;
  -webkit-flex-wrap: wrap; /* Safari etc. */
  -ms-flex-wrap: wrap; /* IE10        */
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width:897px) {
  .top_rental ul.rental_area {
    padding: 0 50px;
  }
}
.top_rental ul.rental_area > li {
  width: 33%;
  padding: 4px;
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area > li {
    width: 80%;
    padding: 1%;
  }
}
.top_rental ul.rental_area li.tag {
  display: flex;
  padding: 10px 0;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area li.tag {
    flex-direction: column;
  }
}
.top_rental ul.rental_area img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area img {
    height: 180px;
  }
}
.top_rental ul.rental_area h3.spot {
  background: #f2ecdf;
  padding: 10px 0;
  text-align: center;
  font-size: 13px;
}
.top_rental ul.rental_area .rental_tag {
  border: 1px solid #808080;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}
.top_rental ul.rental_area .sell_tag {
  color: #fff;
  background: #425356;
  border-radius: 16px;
  width: 100px;
  text-align: center;
}
.top_rental ul.rental_area .price {
  text-indent: 20px;
}
.top_rental ul.rental_area .p_desc {
  padding: 10px;
}
@media screen and (max-width:896px) {
  .top_rental ul.rental_area .rental_tag {
    width: 100%;
  }
  .top_rental ul.rental_area .sell_tag {
    width: 100%;
  }
  .top_rental ul.rental_area .price {
    text-indent: 0;
    text-align: right;
  }
  .top_rental ul.rental_area .p_desc {
    padding: 5px;
  }
}
/*ピックアップ*/
.top_pickup_bk {
  padding: 80px 0;
  background: #C9D4CE;
}
.top_pickup h2 {
  margin-bottom: 30px;
}
.top_pickup ul {
  align-items: stretch;
  /*display: flex;
    flex-wrap: wrap;*/
  justify-content: center;
  margin-bottom: 40px;
}
.top_pickup ul li {
  width: 29%;
  margin: 10px;
  display: inline-grid;
}
@media screen and (max-width:896px) {
  .top_pickup ul li {
    width: 100%;
    display: inline-grid;
  }
}
.top_pickup ul li .pickup-ttl {
  background: #B7C7C3;
  width: 90%;
  padding: 5px;
  margin: -30px auto 0;
  position: relative;
  z-index: 20;
}
/*.top_pickup ul li .pickup-ttl::after {
  content: "";
  position: absolute;
  top: 3.5%;
  width: 96%;
  height: 91%;
  display: block;
  border: 1px solid #fff;
}*/
.top_pickup ul li .inner {
  z-index: 30;
  border: 1px solid #fff;
}
.top_pickup ul li a:hover {
  opacity: 1;
}
.top_pickup ul li p.pickup-title {
  font-size: 1.4rem;
  text-align: center;
  margin: 30px 0;
  font-weight: 500;
  padding: 0 10px;
}
.top_pickup ul li p.period {
  font-size: 14px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  padding: 0 32px 20px;
}
.top_pickup ul li a {
  color: #333;
}
.top_pickup ul li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
/*アクティビティ*/
.top_activity_bk {
  padding: 80px 0;
}
@media screen and (max-width:896px) {
  .top_activity_bk {
    padding: 10% 0;
  }
}
.top_activity_bk ul li {
  margin: 10px;
}
.top_content__img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_content__img img {
    height: 200px;
  }
}
.top_content__desc {
  width: 90%;
  margin: 20px auto;
  text-align: left;
  height: 80px;
}
/*インスタ*/
.top_insta {
  padding: 80px 0;
  background: #808080;
}
@media screen and (max-width:896px) {
  .top_insta {
    padding: 10% 0;
  }
}
.top_insta p {
  text-align: center;
}
.top_insta ul {
  width: 820px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
/*周辺観光*/
.top_area {
  padding: 80px 0;
}
@media screen and (max-width:896px) {
  .top_area {
    padding: 10% 0;
  }
}
.top_area h2 {
  margin-bottom: 30px;
}
.top_area ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top_area ul li {
  margin: 10px;
}
.top_area ul li img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
@media screen and (max-width:896px) {
  .top_area ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .top_area ul li {
    margin-bottom: 60px;
  }
}
.top_area ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #2663A3;
}
/*.top_area ul li h3.spot {
	background: #5d87b7;
  color: #fff;
}
.top_area ul li h3.shop {
	background: #5d87b7;
}*/
.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
.top_access {
  padding: 40px 0 30px;
}
@media screen and (max-width:896px) {
  .top_access {
    padding: 10% 0;
  }
}
.top_access .g_map {
  width: 94%;
  margin: 0 auto;
  height: 360px;
  margin-bottom: 40px;
}
.top_access .g_map iframe {
  width: 100%;
  height: 360px;
}
.top_access ul {
  width: 94%;
  margin: 0 auto 20px;
}
@media screen and (max-width:896px) {
  .top_access .g_map {
    width: 100%;
  }
  .top_access ul {
    width: 100%;
  }
}
.top_access li {
  color: #333;
  padding: 20px 0 0;
  border-top: 1px solid #C3C3C3;
}
.top_access li:last-child {
  border-bottom: 1px solid #C3C3C3;
}
@media screen and (max-width:896px) {
  .top_access li {
    flex-direction: column;
    padding: 26px 0 14px;
  }
}
.top_access li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  width: 26%;
  padding: 0 15px;
  box-sizing: border-box;
  color: #000001;
}
@media screen and (max-width:896px) {
  .top_access li h3 {
    width: 100%;
  }
}
.top_access li p {
  width: 100%;
  padding: 16px 14px;
  color: #000001;
  box-sizing: border-box;
}
@media screen and (max-width:896px) {
  .top_access li p {
    width: auto;
    padding: 5px 14px;
    border-left: none;
  }
}
.top_access li p span {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.4;
}
.top_access p.msg {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 50px 0;
}
.top_access .car_map {
  width: 80%;
  margin: 0 auto 60px;
}
@media screen and (max-width:896px) {
  .top_access .car_map {
    width: 94%;
  }
}
.top_access .car_map img {
  width: 100%;
  height: auto;
}
.top_access .checkin_box {
  width: 100%;
  margin: 0px auto 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.top_access .checkin_wrapper {
  padding: 1em;
  border: 1px solid #000001;
}
.top_access address {
  font-size: 1.6rem;
  margin-top: 1em;
  color: #000001;
  text-align: center;
  line-height: 1.5;
}
.top_access p.checkin {
  font-size: 1.8rem;
  color: #000001;
}
.top_access p.checkin a {
  font-size: 1.8rem;
  padding-right: 1em;
}
.top_access p.checkin_ttl {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto;
  display: inline-block;
  padding: 0 30px;
}
.top_access p.checkin_ttl span {
  background: #f5f6f6;
  padding: 0 30px;
  z-index: 20;
  position: relative;
  color: #000001;
}
.top_access p.note {
  padding-top: 20px;
  color: #C8C8C8;
}
.top_allimg {
  height: auto;
}
.top_allimg img {
  margin: 0 auto;
  width: 100%;
  height: 600px;
  object-fit: cover;
  object-position: 10% 40%;
}
@media screen and (max-width:896px) {
  .top_allimg img {
    height: auto;
  }
}
/*------------------------------------------

ギャラリー　「もっと見る」

------------------------------------------*/
.g-box {
  background-color: #F6FAFB;
  padding-top: 90px;
  padding-bottom: 90px;
}
.g-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-box ul li {
  width: 24%;
  margin-bottom: 10px;
}
.g-box ul li img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
/*Smartphone*/
@media screen and (max-width: 896px) {
  .g-box ul li {
    width: 49%;
  }
  .g-box ul li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
  }
} /*END*/
.readmore {
  position: relative;
  box-sizing: border-box;
}
.readmore-content {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
  height: 50px;
  background: -webkit-linear-gradient(top, rgba(246, 250, 251, 0) 0%, rgba(246, 250, 251, 0.8) 50%, rgba(246, 250, 251, 0.8) 50%, #F6FAFB 100%);
  background: linear-gradient(top, rgba(246, 250, 251, 0) 0%, rgba(246, 250, 251, 0.8) 50%, rgba(246, 250, 251, 0.8) 50%, #F6FAFB 100%);
}
/* 続きを読むボタン */
.readmore-label {
  background-color: #fff;
  color: #2D92B3;
  border: 1px solid #2D92B3;
  font-weight: 300;
  width: 190px;
  border-radius: 24px;
  padding: 12px 30px;
  display: block;
  transition: all 0.2s;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
}
.readmore-label:before {
  content: '続きを見る';
}
.readmore-check {
  display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label {
  position: static;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
  /* display: none; */
}
.readmore-check:checked ~ .readmore-label:before {
  content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content {
  height: 760px;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
  display: none;
}
/*Smartphone*/
@media screen and (max-width: 896px) {
  .readmore-check:checked ~ .readmore-content {
    height: auto;
  }
} /*END*/
/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  padding-top: 90px;
  padding-bottom: 100px;
}
.kodawari-box .inr {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.kodawari-box .kodawari-list {
  display: flex;
  justify-content: space-between;
}
.kodawari-box .kodawari-list li {
  width: 31.5%;
  max-width: 400px;
}
.kodawari-box .kodawari-list li img {
  width: 402px;
  height: 600px;
  object-fit: cover;
}
.point {
  position: relative;
}
.point p {
  width: 101%;
  padding-left: 5%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.05em;
  background-color: rgba(43, 43, 43, 0.5)
}
/*PC*/
@media screen and (min-width: 768px) {} /*END*/
/*Smartphone*/
@media screen and (max-width: 767px) {
  .kodawari-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .kodawari-box .kodawari-list {
    flex-direction: column;
  }
  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .kodawari-box .kodawari-list li {
    width: 100%;
    height: 220px;
    max-width: none;
    margin-bottom: 10px;
  }
  .point p {
    width: 94.5%;
    padding-left: 5%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.05em;
    background-color: rgba(43, 43, 43, 0.5)
  }
} 
.faci{
	padding:5%;
}/*END*/