/*
 * _setting.scss
 */
/*
 * _mixin.scss
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local("Noto Sans CJK JP Thin"), url("/assets/fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Noto Sans CJK JP Light"), url("/assets/fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 350;
  font-display: swap;
  src: local("Noto Sans CJK JP DemiLight"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: normal;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url("/assets/fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url("/assets/fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url("/assets/fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url("/assets/fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("/assets/fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/* ---------------------------------------
	main_title
--------------------------------------- */
.main_title {
  background: #73C7F5;
}

.main_title .m_tit {
  background: #73C7F5;
}

/* ---------------------------------------
	layout
--------------------------------------- */
.incnt {
  width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

#cnt_main {
  width: 890px;
  float: left;
  margin-bottom: 30px;
}

#aside {
  width: 245px;
  float: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #cnt_main {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #aside {
    width: 100%;
    float: none;
  }
}
.secMovieList {
  padding-top: 0;
  padding-left: 0px;
  padding-right: 0px;
  color: #232a2c;
}
.secMovieList_in {
  min-width: 1px;
}
.secMovieList_title h2 {
  padding: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00738c;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 700;
}
.secMovieList_cnt1 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .secMovieList_cnt1 {
    margin-top: 30px;
  }
}
.secMovieList_cnt1 ul {
  width: 100%;
  display: grid;
}
@media screen and (min-width: 769px) {
  .secMovieList_cnt1 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .secMovieList_cnt1 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px 0px;
  }
}
.secMovieList_cnt1 ul li h3 {
  font-size: 16px;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  padding-left: 10px;
  border-left: 8px solid #00738c;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  line-height: 1.3125;
  min-height: 2.62em;
}
.secMovieList_cnt1 ul li ._img {
  position: relative;
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .secMovieList_cnt1 ul li ._img:hover {
    opacity: 0.8;
  }
}
.secMovieList_cnt1 ul li ._img::before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background: url(../img/ico_palybtn.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .secMovieList_cnt1 ul li ._img::before {
    width: 60px;
    height: 60px;
  }
}

/* ---------------------------------------
	section
--------------------------------------- */
#movie .section .box_wrap {
  margin-left: -44px;
}

#movie .section .box_wrap .box {
  position: relative;
  float: left;
  width: 320px;
  margin-left: 44px;
  margin-bottom: 70px;
  padding-bottom: 60px;
  box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  #movie .section .box_wrap {
    margin-left: 0px;
  }
  #movie .section .box_wrap .box {
    position: relative;
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
#movie .section .box .box_tit {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc6bf;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

#movie .section .box .box_tit:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: block;
  width: 14px;
  height: 9px;
  background: url(../img/movie/ico_arrow1.png) no-repeat 0 0;
  background-size: contain;
  margin-left: -8px;
}

#movie .section .box .box_movie {
  position: relative;
  margin-bottom: 12px;
}

#movie .section .box .box_movie:hover {
  opacity: 0.8;
}

#movie .section .box .box_movie:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 76px;
  height: 45px;
  background: url(../img/movie/ico_playbtn.png) no-repeat 0 0;
  background-size: contain;
  margin-top: -20px;
  margin-left: -32px;
  pointer-events: none;
  display: none;
}

#movie .section .box .box_movie a {
  display: block;
  position: relative;
}

#movie .section .box .box_movie img.border {
  box-sizing: border-box;
  border: 1px solid #ccc;
}

#movie .section .box .box_movie .ico_new {
  position: absolute;
  top: 0;
  left: 20px;
  width: 40px;
}

@media screen and (max-width: 767px) {
  #movie .section .box .box_movie:after {
    display: none;
  }
}
#movie .section .box .dl1 {
  margin-bottom: 15px;
}

#movie .section .box .dl1 dt {
  display: inline-block;
  width: 130px;
  padding: 2px 0px;
  background-color: #29a1d8;
  margin-bottom: 5px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  box-sizing: content-box;
}

#movie .section .box .dl2 {
  margin-bottom: 15px;
}

#movie .section .box .dl2 dt {
  display: inline-block;
  width: 130px;
  padding: 2px 0px;
  background-color: #f1a63b;
  border-radius: 5px;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

#movie .section .box .dl1 .txt1 {
  float: left;
  width: 230px;
  font-weight: bold;
}

#movie .section .box .dl1 .img1 {
  float: right;
  width: 80px;
  text-align: right;
}

#movie .section .box .dl1 .txt1 span {
  font-weight: normal;
}

#movie .section .box .dl1 .txt1 .txt_red2 {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1.4;
}

#movie .section .box .dl1 dd,
#movie .section .box .dl2 dd {
  clear: both;
  font-weight: bold;
}

#movie .section .box .btn_type {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  #movie .section .box .btn_type {
    position: relative;
    bottom: auto;
    top: 0;
    left: 0;
  }
}
.youtube {
  position: relative;
  width: 100%;
  padding: 56.25% 0 0 0;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------
.btn_type
--------------------------------------- */
#movie .incnt .btn_type {
  position: absolute;
  width: 100%;
  padding: 10px 40px 10px 30px;
  background: #ffc98e url(../img/common/ico_com_arrow2.png) no-repeat 95% center;
  background-size: 20px 20px;
  border: 1px solid #cdc7c0;
  color: #59473e !important;
  font-weight: bold;
}

#movie .incnt .btn_type.style_door {
  background-color: #ffc98e;
}

#movie .incnt .btn_type.style_ws-room {
  background-color: #ffe5ee;
}

#movie .incnt .btn_type.style_outside {
  background-color: #ffbdd5;
}

#movie .incnt .btn_type.style_equipment {
  background-color: #73C7F5;
}

#movie .incnt .btn_type.style_kitchen {
  background-color: #FFE8D4;
}

#movie .incnt .btn_type:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
}

#movie .incnt .btn_type.style_door:before {
  width: 27px;
  height: 36px;
  background: url(../img/movie/ico_door.png) no-repeat 0 0;
  background-size: contain;
  margin-top: -18px;
}

#movie .incnt .btn_type.style_ws-room:before {
  width: 32px;
  height: 37px;
  background: url(../img/movie/ico_ws-room.png) no-repeat 0 0;
  background-size: contain;
  margin-top: -18px;
}

#movie .incnt .btn_type.style_outside:before {
  width: 40px;
  height: 29px;
  background: url(../img/movie/ico_outside.png) no-repeat 0 0;
  background-size: contain;
  margin-top: -15px;
}

#movie .incnt .btn_type.style_equipment:before {
  width: 38px;
  height: 38px;
  background: url(../img/movie/ico_equipment.png) no-repeat 0 0;
  background-size: contain;
  margin-top: -19px;
  left: 6px;
}

#movie .incnt .btn_type.style_kitchen:before {
  width: 38px;
  height: 38px;
  background: url(../img/movie/ico_kitchen.png) no-repeat 0 0;
  background-size: contain;
  margin-top: -19px;
  left: 6px;
}

/* ---------------------------------------
	side
-------------------------------------- */
#aside .side_txt1 {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  background: #C3E7FB;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#aside .arrow_down {
  line-height: 0;
  margin-bottom: 5px;
  text-align: center;
}

#aside .side_box1 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 2px solid #CCC6BF;
  margin: 0 0 20px;
}

#aside .side_box1 h3 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  background: #CCC6BF;
}

#aside .side_box1 ul {
  padding: 20px 20px;
}

#aside .side_box1 ul li {
  padding: 3px 0;
}

#aside .side_box1 ul li a {
  text-decoration: none;
}

#aside .side_box1 ul li.current {
  font-weight: bold;
}

#aside .side_box2 {
  background: #F5F3F0;
  border-top: 2px solid #5A463F;
  border-bottom: 2px solid #5A463F;
}

#aside .side_box2 h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CCC6BF;
}

#aside .side_box2 .box_in {
  padding: 10px 15px 20px 15px;
}

#aside .side_box2 .side_img1 {
  text-align: center;
}

#aside .side_box2 .side_img1 img {
  max-width: 130px;
}

@media screen and (max-width: 767px) {
  #aside .side_box1 ul {
    padding: 0 0;
  }
  #aside .side_box1 ul li {
    float: left;
    width: 50%;
    padding: 5px;
    box-sizing: border-box;
    border-right: 1px solid #C4BEB7;
    border-top: 1px solid #C4BEB7;
  }
  #aside .side_box1 ul li:nth-child(2n) {
    border-right: none;
  }
}/*# sourceMappingURL=style.css.map */