@charset "utf-8";
/*-------------------------------------*/
/*	トップページ	*/
/*-------------------------------------*/
/*メインビジュアル*/
#main_wrap {
  position: relative;
  width: 100%;
}
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
  position: relative;
  height: calc(100vh - 303px);
}
.full div.img01 {
  background-image: url("../images/index/main_img01.jpg");
}
.full div.img02 {
  background-image: url("../images/index/main_img02.jpg");
}
.full div.img03 {
  background-image: url("../images/index/main_img03.jpg");
}
.full div.img04 {
  background-image: url("../images/index/main_img04.jpg");
}
.full div.img05 {
  background-image: url("../images/index/main_img05.jpg");
}
.full div.img06 {
  background-image: url("../images/index/main_img06.jpg");
}
.full .slick-dots {
  bottom: 4%;
  z-index: +1;
}
.full .slick-prev, .full .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 22px;
  height: 43px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 1;
}
.full .slick-prev {
  left: 20px;
}
.full .slick-next {
  right: 20px;
}
.full .slick-prev:before, .full .slick-next:before {
  font-family: none;
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 22px;
  height: 43px;
  content: "";
  position: absolute;
}
.full .slick-prev:before {
  background-image: url("../images/ico_arrow-l.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.full .slick-next:before {
  background-image: url("../images/ico_arrow-r.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  right: 0;
  top: 0;
}
.full .slick-dots li button:before {
  font-family: none;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: '';
  text-align: center;
  opacity: 1;
  background: transparent;
  border: 2px solid #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.full .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #FFFFFF;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}
#main_wrap .best-deal {
  position: absolute;
  top: 10px;
  left: 10px;
}
#main_wrap .main_ttl {
  width: 70%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  color: #FFFFFF;
}
#main_wrap .main_ttl .logo {
  margin-bottom: 70px;
}
#main_wrap .main_ttl h2 {
  font-size: 4.8rem;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 600;
	text-shadow: #000 1px 0 10px;
}
#main_wrap .main_ttl p {
  font-size: 2.4rem;
  line-height: 2;
  font-weight: 500;
	text-shadow: #000 1px 0 10px;
}
#main_wrap .top_gbl {
  width: 100%;
  height: 95px;
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 100;
  bottom: 0;
  left: 0;
}
#main_wrap .top_gbl .pc_logo {
  margin-left: 20px;
  width: 30%;
  max-width: 350px;
  display: block;
}
#main_wrap .top_gbl #gbl {
  width: 70%;
  margin: 0 0 0 auto;
  max-width: 1000px;
}
#main_wrap .top_gbl #gbl ul {
  display: flex;
  justify-content: flex-end;
}
#main_wrap .top_gbl #gbl ul.gbl_menu {
  display: flex;
  margin-right: 5px;
}
#main_wrap .top_gbl #gbl ul.gbl_menu li a, #main_wrap .top_gbl #gbl ul.gbl_menu li span {
  padding: 1em 20px;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #FFFFFF;
}
#main_wrap .top_gbl #gbl ul.gbl_menu li span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#main_wrap .top_gbl #gbl ul.gbl_menu li a:hover, #main_wrap .top_gbl #gbl ul.gbl_menu li span:hover, #gbl ul.h_info li a:hover {
  color: #ED6B00;
}
@media screen and (max-width:1300px) {
  #main_wrap .top_gbl .pc_logo {
    width: 20%;
  }
  #main_wrap .top_gbl #gbl {
    width: 80%;
  }
  #main_wrap .top_gbl #gbl ul.gbl_menu li a, #main_wrap .top_gbl #gbl ul.gbl_menu li span {
    padding: 1em 10px;
  }
  #main_wrap .main_ttl h2 {
    font-size: 3.8rem;
  }
  #main_wrap .main_ttl p {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:1100px) {
  .full div {
    height: calc(100vh - 60px);
  }
  header #gbl ul.gbl_menu li a, header #gbl ul.gbl_menu li span {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1001px) {
  .slick-dots {
    display: none !important;
  }
  #main_wrap .main_ttl .logo {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .full .slick-prev, .full .slick-next {
    display: none !important;
  }
  #main_wrap .top_gbl {
    display: none;
  }
  .slick-dots {
    display: block !important;
  }
  #main_wrap .main_ttl .logo {
    display: block;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  #main_wrap .main_ttl {
    width: 90%;
  }
  #main_wrap .main_ttl h2 {
    font-size: 3.3rem;
  }
  #main_wrap .main_ttl p {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 550px) {
  .full div.img01 {
    background-image: url("../images/index/main_img01_sp.jpg");
  }
  .full div.img02 {
    background-image: url("../images/index/main_img02_sp.jpg");
  }
  .full div.img03 {
    background-image: url("../images/index/main_img03_sp.jpg");
  }
	.full div.img04 {
    background-image: url("../images/index/main_img04_sp.jpg");
  }
	.full div.img05 {
    background-image: url("../images/index/main_img05_sp.jpg");
  }
	.full div.img06 {
    background-image: url("../images/index/main_img06_sp.jpg");
  }
  #main_wrap .main_ttl h2 {
    font-size: 2.6rem;
  }
  #main_wrap .main_ttl p {
    font-size: 1.8rem;
  }
}
/*	コンセプト	*/
#concept {
  background: #271C12;
  color: #FFFFFF;
}

/*	おすすめプラン	*/
#plan {
  background: #FFF6E4;
}
.bt_list {
  display: flex;
  gap: 20px 20px;
  justify-content: space-between;
}
.bt_list li {
  width: calc(100% / 2 - 20px);
}
.plan_list img {
  margin-bottom: 10px;
}
.plan_list a {
  color: #ED6B00;
}
@media screen and (max-width:1200px) {}
@media screen and (max-width: 767px) {}
@media screen and (max-width:550px) {}
/* 重要なお知らせ */
.info_box {
  border: 1px solid #000000;
  padding: 20px;
}
.info_box h2 {
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 500;
}
.info_box p {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 550px) {}

/*	フロアガイド	*/
#floorguide{
}
#floorguide h3{
	font-size: 1.8rem;
	border-bottom: 2px solid #000000;
	padding-bottom: 10px;
	font-weight: 700;
}
#floorguide dl{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
#floorguide dl dt,#floorguide dl dd{
	border-bottom: 1px solid #000000;
	padding: 0.5em;
}
#floorguide dl dt{
	width: 80%;
	font-size: 1.4rem;
}
#floorguide dl dd{
	width: 20%;
	text-align: right;
}
/*-------------------------------------*/
/*	ページ共通	*/
/*-------------------------------------*/
.base_list li {
  margin-bottom: 30px;
}
.base_list li:last-child {
  margin-bottom: 0;
}
a .img_wrap {
  overflow: hidden;
  width: 100%;
}
a:hover .img_wrap img {
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 1;
}
/* YouTube埋め込み */
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 20px auto;;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/* テキスト＋画像ボックス01 */
.txt_box {
  display: flex;
  justify-content: space-between;
}
.txt_box dd {
  background: #FFFFFF;
  color: #000;
}
/* 画像右 */
.txt_box.img_R {
  flex-direction: row-reverse;
}
/*　画像　大サイズ　*/
.txt_box.wide dt {
  width: 60%;
}
.txt_box.wide dd {
  width: 40%;
  padding: 40px;
}
/*　画像　中サイズ　*/
.txt_box.slim dt {
  width: 40%;
}
.txt_box dt img {
  width: 100%;
}
.txt_box.slim dd {
  width: 60%;
  padding: 30px;
}
/*　画像　小サイズ　*/
.txt_box.slim2 dt {
  width: 30%;
}
.txt_box.slim2 dd {
  width: 70%;
  padding: 20px;
}
/*　大サイズ　見出し　*/
.txt_box.wide dd h3.ptn01 {
  font-size: 4.0rem;
  margin-bottom: 40px;
  font-weight: 500;
  line-height: 1.5;
}
/*　小サイズ　見出し　*/
.txt_box.slim dd h3.ptn01 {
  font-size: 3.0rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.txt_box.slim2 dd h3.ptn01 {
  font-size: 2.4rem;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.5;
}
.txt_box dd h3.ptn01 span {
  font-size: 1.6rem;
  color: #ED6B00;
  margin-left: 15px;
  vertical-align: middle;
}
.txt_box dd p {
  line-height: 2;
  margin-bottom: 20px;
}
.txt_box.slim dd p,.txt_box.slim2 dd p {
  line-height: 1.7;
  margin-bottom: 20px;
}
/* テキスト＋画像ボックス02 */
.txt_box2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
/* 画像右 */
.txt_box2.img_R {
  flex-direction: row-reverse;
}
.txt_box2 dt {
  width: 55%;
}
.txt_box2 dd {
  width: 40%;
  /*padding: 40px;*/
}
.txt_box2 dt img {
  width: 100%;
}
.txt_box2 dd p {
  line-height: 2.5;
  margin-bottom: 20px;
}
/* テキスト＋画像ボックス03 */
.txt_box3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
/* 画像右 */
.txt_box3.img_R {
  flex-direction: row-reverse;
}
.txt_box3 dt {
  width: 66%;
}
.txt_box3 dd {
  width: 30%;
  /*padding: 40px;*/
}
.txt_box3 dt img {
  width: 100%;
}
.txt_box3 dd p {
  line-height: 2.5;
  margin-bottom: 20px;
}
/* テキスト＋画像ボックス04 */
.txt_box4 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
}
/* 画像右 */
.txt_box4.img_R {
  flex-direction: row-reverse;
}
.txt_box4 dt {
  width: 50%;
}
.txt_box4 dd {
  width: 45%;
  /*padding: 40px;*/
}
.txt_box4 dt img {
  width: 100%;
}
.txt_box4 dd p {
  line-height: 2.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 1300px) {
  /*　大サイズ　横並び解除　*/
  .txt_box.img_R, .txt_box.img_L {
    flex-direction: column;
  }
  .txt_box.wide dt {
    width: 100%;
  }
  .txt_box.wide dd {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }
  /*　中サイズ　横並び解除　*/
  .txt_box.slim {
    flex-direction: column;
  }
  .txt_box.slim dt {
    width: 100%;
  }
  .txt_box.slim dd {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }	
}
@media screen and (max-width: 767px) {
  .txt_box.wide dd h3.ptn01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .txt_box.slim dd h3.ptn01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .txt_box dd h3.ptn01 span {
    font-size: 1.2rem;
  }
  /*　中サイズ　横並び解除　*/
.txt_box.slim2 {
    flex-direction: column;
  }
.txt_box.slim2 dt {
    width: 100%;
  }
.txt_box.slim2 dd {
    width: 100%;
    padding: 20px 20px 40px 20px;
  }	
	
  /* テキスト＋画像ボックス02 */
  .txt_box2, .txt_box2.img_R {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .txt_box2 dt, .txt_box2 dd {
    width: 100%;
  }
  .txt_box2 dd {
    padding: 40px 20px 40px 20px;
  }
  .txt_box2 dd .midashi01 {
    text-align: center;
  }
  .txt_box2 dd p {
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }
  /* テキスト＋画像ボックス03 */
  .txt_box3, .txt_box3.img_R {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .txt_box3 dt, .txt_box3 dd {
    width: 100%;
  }
  .txt_box3 dd {
    padding: 40px 20px 40px 20px;
  }
  .txt_box3 dd .midashi01 {
    text-align: center;
  }
  .txt_box3 dd p {
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }
  /* テキスト＋画像ボックス04 */
  .txt_box4, .txt_box4.img_L, .txt_box4.img_R {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .txt_box4 dt, .txt_box4 dd {
    width: 100%;
  }
  .txt_box4 dd {
    padding: 40px 20px 40px 20px;
  }
  .txt_box4 dd p {
    line-height: 2.5;
    margin-bottom: 20px;
  }
  .txt_box4 dd .midashi01 {
    text-align: center;
  }
  .txt_box4 dd p {
    line-height: 2;
    margin-bottom: 20px;
    text-align: center;
  }	
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	下層サブイメージ*/
/*-------------------------------------*/
#sub_img {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  position: relative;
}
#sub_img::after {
  content: "";
  background: rgba(0, 0, 0, 0.20);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#sub_img h2 {
  margin: 0 auto;
  font-size: 3.6rem;
  font-weight: 500;
  color: #FFFFFF;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
}
#sub_img h2 span {
  margin: 0 auto;
  font-family: 'Noto Serif JP', serif;
  font-size: 3.6rem;
  font-weight: 200;
  color: #FFFFFF;
  display: block;
}
.subimg_facilites {
  background-image: url("../images/page/subimg_facilites.jpg");
}
.subimg_rooms {
  background-image: url("../images/page/subimg_rooms.jpg");
}
.subimg_voice {
  background-image: url("../images/page/subimg_voice.jpg");
}
.subimg_news {
  background-image: url("../images/page/subimg_news.jpg");
}
.subimg_contact {
  background-image: url("../images/page/subimg_contact.jpg");
}
.subimg_access {
  background-image: url("../images/page/subimg_access.jpg");
}
.subimg_restaurant {
  background-image: url("../images/page/subimg_restaurant.jpg");
}
.subimg_relaxation {
  background-image: url("../images/page/subimg_relaxation.jpg");
}
.sub_ttl {
  background: #F6F6F6;
  padding: 80px 20px 80px 20px;
}
@media screen and (max-width: 1000px) {
  #sub_img.subimg_recruit {
    width: 100%;
    height: calc(100vh - 60px);
  }
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  #sub_img {
    height: 150px;
  }
  #sub_img.subimg_recruit {
    width: 100%;
    height: 550px;
  }
  #sub_img h2 {
    font-size: 2.6rem;
  }
  #sub_img h2 span {
    font-size: 2.6rem;
  }
  .subimg_facilites {
    background-image: url("../images/page/subimg_facilites_sp.jpg");
  }
  .subimg_rooms {
    background-image: url("../images/page/subimg_rooms_sp.jpg");
  }
  .subimg_voice {
    background-image: url("../images/page/subimg_voice_sp.jpg");
  }
  .subimg_news {
    background-image: url("../images/page/subimg_news_sp.jpg");
  }
  .subimg_contact {
    background-image: url("../images/page/subimg_contact_sp.jpg");
  }
  .subimg_access {
    background-image: url("../images/page/subimg_access_sp.jpg");
  }
.subimg_restaurant {
  background-image: url("../images/page/subimg_restaurant_sp.jpg");
}
.subimg_relaxation {
  background-image: url("../images/page/subimg_relaxation_sp.jpg");
}	
  .sub_ttl {
    padding: 40px 20px 40px 20px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お部屋	*/
/*-------------------------------------*/
#point {}
.item_box img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {}
/*-------------------------------------*/
/*	ホテルリスト	*/
/*-------------------------------------*/
ul.ico_pr {
  display: flex;
  justify-content: space-between;
  gap: 20px 20px;
}
ul.ico_pr li {
  width: calc(100% / 2 - 20px);
}
ul.ico_pr li:last-child {
  margin-right: 0;
}
.hotel_list {
  margin-bottom: 40px;
}
.hotel_list dl {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
.hotel_list dl:last-of-type {
  margin-bottom: 0;
}
.hotel_list dl dt {
  width: 25%;
  max-width: 280px;
}
.hotel_list dl dd {
  width: 75%;
  padding-left: 40px;
}
.hotel_list dl dd h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.hotel_list dl dd h3 span {
  font-size: 2.4rem;
  font-weight: 500;
}
.add {
  margin-bottom: 20px;
}
.add a {
  display: inline-block;
  margin-left: 40px;
}
.hotel_list dl dd .box {
  margin-bottom: 20px;
}
.hotel_list .bt_list {
  width: 60%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .point_list {
    flex-direction: column;
  }
  .point_list p {
    width: 100%;
    line-height: 2;
    padding: 40px 20px;
  }
  .point_list div {
    width: 50%;
    display: none;
  }
  .col-3_list .col_box.service_box {
    max-width: 380px;
    width: 100%;
  }
  ul.ico_pr {
    flex-direction: column;
  }
  ul.ico_pr li {
    width: 100%;
    text-align: center;
  }
  .hotel_list dl {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .hotel_list dl dt {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .hotel_list dl dt h3 {
    flex-direction: column;
    align-items: baseline;
  }
  .hotel_list dl dd {
    width: 100%;
    padding-left: 0;
  }
  .hotel_list dl dd h3 {
    padding-top: 20px;
    font-size: 1.8rem;
  }
  .add {
    margin-bottom: 20px;
  }
  .add a {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .hotel_list dl dd .box {
    margin-bottom: 20px;
  }
  .hotel_list .bt_list {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
  }
  .hotel_list .bt_list li {
    margin: 0 auto;
  }
  .hotel_list .bt_list li:last-child {}
}
/*-------------------------------------*/
/*	ロケーション	*/
/*-------------------------------------*/
.location h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #BDBDBD;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.location h3 span {
  font-size: 2.4rem;
  font-weight: 500;
}
.access_box {
  background: #F7F7F7;
  padding: 40px;
}
.access_box h4 {
  color: #ED6B00;
  font-size: 2.0rem;
  margin-bottom: 20px;
  line-height: 1.5;
  font-weight: 500;
}
.access_box ul.access_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
}
.access_box ul.access_list li {
  width: calc(100% / 3 - 10px);
  padding-left: 20px;
  list-style: none;
  position: relative;
}
.access_box ul.access_list::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 10px);
}
.access_box ul.access_list li:before {
  content: "・";
  vertical-align: middle;
  display: block;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .location h3 {
    flex-direction: column;
    align-items: baseline;
  }
  .location h3 span {
    font-size: 2.0rem;
  }
  .access_box {
    padding: 0;
  }
  .access_box h4 {
    padding: 20px;
    margin-bottom: 0;
  }
  .access_box ul.access_list {
    flex-direction: column;
    padding: 0 20px;
  }
  .access_box ul.access_list li {
    width: 100%;
    padding-left: 20px;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	お客様の声	*/
/*-------------------------------------*/
.voice_box {
  border: 1px solid #C4C4C4;
  margin-bottom: 60px;
}
.voice_box p:last-of-type {
  margin-bottom: 0;
}
.voice_box h2 {
  background: #ED6B00;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.5;
  font-size: 3.0rem;
  color: #FFFFFF;
  font-weight: 500;
}
.voice_box h3 {
  background: #FFF6E4;
  text-align: center;
  padding: 0.5em 1em;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #ED6B00;
  font-weight: 500;
}
.voice_box h3::before {
  content: url("../images/ico_fuki.svg");
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.voice_box .inner {
  width: 95%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .voice_box .inner {
    width: 95%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
  }
  .voice_box h2 {
    line-height: 1.5;
    font-size: 1.8rem;
  }
  .voice_box h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	新着記事　詳細	*/
/*-------------------------------------*/
/*　新着　*/
/*.date::before{
	content: "\f017";
	font-family: FontAwesome;
	color: #F36719;
	margin-right: 2px;
	
}*/
.single ul.meta_style {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single ul.meta_style li:first-child {
  width: 40%;
}
.single ul.meta_style li:last-child {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.single ul.meta_style li .date {
  margin-right: 10px;
  font-size: 1.2rem;
}
.single ul.meta_style li a.bt_back {
  font-size: 1.2rem;
}
.single .midashi01 {
  text-align: center;
}
.thumb {
  display: block;
  margin: 0 auto 40px auto;
  text-align: center;
}
/*ページャー*/
#pager {
  margin: 40px 0;
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
}
#pager li.prev {
  width: 50%;
  float: left;
}
#pager li.next {
  width: 50%;
  float: right;
  text-align: right;
}
#pager li a {
  display: block;
  padding: 1em 0;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: capitalize;
}
#pager li a:hover {
  color: #0290D4;
}
#pager li.prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  margin-right: 10px;
  color: #000;
}
#pager li.next a::after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 10px;
  color: #000;
}
@media screen and (max-width: 767px) {
  h2.page_ttl {
    font-size: 150%;
  }
}
/*-------------------------------------*/
/*	新着一覧	*/
/*-------------------------------------*/
ul.cat_list {
  background: #FFF6E4;
  text-align: center;
  margin-bottom: 100px;
  padding: 10px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
ul.cat_list li {
  display: inline-block;
  margin-right: 20px;
}
ul.cat_list li:last-child {
  margin-right: 0;
}
ul.cat_list li a {
  display: block;
  position: relative;
  padding: 10px 20px 10px 10px;
  ;
}
ul.cat_list li a:hover {
  color: #ED6B00;
}
ul.cat_list li a::before {
  content: "\f107";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-family: FontAwesome;
  color: #000000;
}
/* カテゴリーラベル */
.cat {
  letter-spacing: 0.05em;
  color: #FFFFFF !important;
  text-align: center;
  display: inline-block;
  padding: 0.5em;
  font-size: 1.4rem;
  line-height: 1;
  background: #FF4400;
  border: 1px solid #FF4400;
}
a.cat:hover {
  color: #FF4400 !important;
  background: #FFFFFF;
}
/*一覧（サムネイル）*/
.news_box {
  position: relative;
}
.news_box .meta_style {
  display: flex;
  justify-content: space-between;
}
.news_box .date {
  font-size: 12px;
}
.news_box .cat {
  margin-right: 5px;
}
.news_box .img_wrap, .item_box .img_wrap {
  margin-bottom: 10px;
}
.news_box h3, .item_box h3 {
  padding: 10px 0;
  line-height: 1.5;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}
.news_box a:hover h3, .item_box a:hover h3 {
  opacity: 0.7;
}
@media screen and (max-width: 991px) {}
@media screen and (max-width: 767px) {
  ul.cat_list {
    text-align: left;
    padding: 0 10px 20px 10px;
    margin-bottom: 60px;
  }
  ul.cat_list li {
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #FFD073
  }
  ul.cat_list li a {
    display: block;
    position: relative;
    padding: 15px;
  }
  ul.cat_list li a::before {
    right: 10px;
  }
  .cat {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 550px) {}
/*-------------------------------------*/
/*	一覧ページナビ	*/
/*-------------------------------------*/
/*	ページナビ関連	*/
.wp-pagenavi {
  clear: both;
  margin: 40px auto auto;
  text-align: center;
}
.wp-pagenavi a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 3px;
  display: inline-block;
  color: #000 !important;
  background: #FFFFFF;
  border: 1px solid #000;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 600;
  border-radius: 5px;
}
.wp-pagenavi span {
  color: #000;
}
.wp-pagenavi span.current {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-decoration: none !important;
  padding: 0 !important;
  margin: 3px;
  display: inline-block;
  border: 1px solid #000;
  color: #FFFFFF;
  background: #000;
  font-weight: 600;
  border-radius: 5px;
}
.wp-pagenavi span.current {
  border-color: #4D4D4D !important;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
  color: #FFFFFF !important;
  text-decoration: none !important;
  background: #000;
}
.wp-pagenavi a:hover span {
  color: #FFFFFF;
}
.wp-pagenavi span {
  border: none !important;
}
.extend {
  padding: 0 10px 0 10px;
}
@media screen and (max-width: 767px) {
  .previouspostslink, .nextpostslink {
    font-size: 86%;
  }
}
/*-------------------------------------*/
/*	contact　*/
/*-------------------------------------*/
#contact .inner {
  max-width: 766px;
  margin: 0 auto;
}
#contact p {
  line-height: 2;
}
#contact a {
  color: #c8a897;
  text-decoration: underline;
}
#contact a:hover {
  opacity: 0.7;
  text-decoration: none;
}
table.contact {
  width: 100%;
  /*border-top: 1px solid #fff;*/
}
table.contact th, table.contact td {
  /*border-bottom: 1px solid #fff;*/
  letter-spacing: 0.1em;
  vertical-align: middle;
}
table.contact th {
  padding: 2.2em 1.5em 0 0;
  width: 25%;
  vertical-align: top;
}
table.contact th div {
  position: relative;
  padding-right: 30px;
  font-weight: 500;
}
table.contact td p {
  margin-bottom: 0 !important;
}
span.must {
  color: #fff;
  background: #BC0000;
  display: inline-block;
  line-height: 1;
  font-size: 1.4rem;
  padding: 0.5em 1em;
}
table.contact th div span.must {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
table.contact td {
  padding: 1.5em 0.5em 1.5em 0;
}
@media screen and (max-width: 768px) {
  #contact h2 {
    font-size: 2.0rem;
    margin-bottom: 40px;
  }
  table.contact th, table.contact td {
    display: block;
    width: 100%;
  }
  table.contact th {
    padding: 0 0 0 0;
    border: none;
  }
  table.contact th div {
    text-align: left;
  }
  span.must {
    font-size: 1.2rem;
  }
  table.contact td {
    padding: 0.5em 0 1.5em 0;
    border-bottom: 1px solid #fff;
  }
}
/*フォーム*/
.submit_btn_wrap {
  position: relative;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}
ul.submit2_btn_wrap {
  position: relative;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
ul.submit2_btn_wrap li {
  display: inline-block;
  width: 200px;
  margin-left: 5px;
}
.submit_btn, a.submit_btn {
  width: 100%;
  padding: 0.7em 1.5em;
  line-height: 1;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 10px;
  background: #000;
  border: 1px solid #000000;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.submit_btn::before {
  content: "\f105";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.submit_btn:hover {
  background: #FFFFFF;
  color: #000;
  text-decoration: none;
}
.back_btn {
  width: 100%;
  padding: 0.7em 1.5em;
  line-height: 1;
  display: inline-block;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 10px;
  background: #9B9B9B;
  border: 1px solid #666;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.back_btn:hover {
  background: #aaa;
  color: #666;
  text-decoration: none;
}
/*-------------------------------------*/
/*	フォーム関連	*/
input::-webkit-input-placeholder {
  color: #989898;
}
input:-ms-input-placeholder {
  color: #989898;
}
input::-ms-input-placeholder {
  color: #989898;
}
input::placeholder {
  color: #989898;
}
.consent_check_wrap {
  padding: 20px;
  margin-bottom: 40px;
  text-align: center;
}
.consent_check_wrap p a {}
.form_area :focus {
  outline: solid 2px #3e4f69;
}
.form_area input[type="text"], .form_area input[type="date"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  border: none;
  font-family: inherit;
  font-size: 1.6rem;
  padding: 0.5em;
  margin: 0;
  background-color: #F1F1F1;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  color: #000000;
}
.form_area input[type="text"], .form_area input[type="email"], .form_area input[type="tel"], .form_area textarea, .form_area radio, .form_area select {
  margin-bottom: 0;
}
.form_area input[type="text"].text_fomr_01, .form_area input[type="email"].text_fomr_01, .form_area input[type="tel"].text_fomr_01 {
  width: 70%;
}
.form_area input[type="text"].text_fomr_02, .form_area input[type="email"].text_fomr_02, .form_area input[type="tel"].text_fomr_02 {
  width: 50%;
}
.form_area input[type="text"].text_fomr_03, .form_area input[type="email"].text_fomr_03, .form_area input[type="tel"].text_fomr_03 {
  width: 40%;
  margin: 0 0 0 5px
}
.form_area input[type="text"].text_fomr_04, .form_area input[type="email"].text_fomr_04 {
  width: 100%;
}
.form_area textarea.form_txtarea_01 {
  width: 100%;
}
.form_area input[type="checkbox"] {
  height: 15px;
  width: 15px;
  margin: 5px;
  vertical-align: middle;
}
.form_area input[type="radio"] {
  vertical-align: middle;
  margin: 0 3px 0 0;
}
.form_area label {
  margin-right: 20px;
  font-weight: normal !important;
  font-size: 1.6rem;
  padding: 5px;
}
span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0.5em !important;
}
.radio_if span.wpcf7-list-item {
  display: block;
}
.radio_if {
  background: #D9D9D9;
  color: #000000;
  padding: 1em;
  margin-top: 20px;
}
.radio_if label {
  display: block;
}
@media screen and (max-width: 768px) {
  ul.form_list li {
    margin-bottom: 20px;
  }
  ul.form_list li:last-child {
    margin-bottom: 0;
  }
  .submit_btn_wrap {
    width: 80%;
    margin: 0 auto;
  }
  .submit_btn {
    width: 100%;
  }
  ul.submit2_btn_wrap li {
    margin-bottom: 20px;
  }
  input[type="text"].text_fomr_01, input[type="email"].text_fomr_01, input[type="tel"].text_fomr_01 {
    width: 100% !important;
  }
  input[type="text"].text_fomr_02, input[type="email"].text_fomr_02, input[type="tel"].text_fomr_02 {
    width: 100% !important;
  }
  ul.input_list li {
    margin-bottom: 20px;
  }
  ul.input_list li:last-child {
    margin-bottom: 0;
  }
}
/*202412追記*/
.midashi_spa {
	text-align: center;
	font-size: 26px;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.midashi_spa {
		font-size: 2rem;
	}
	.spa_box .col_box {
		margin-bottom: 0!important;
	}
}