@charset "utf-8";
/*1.共通設定
======================================*/
* {
  color: #121212;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: DNPShueiYMinStd-M ,"游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Esteban',"MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.15em;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-display: swap;
  line-height: 1.8;
  background: url("../images/bg01.jpg") repeat 0 0;
}
body.fixed {
	position: fixed;
	overflow: hidden;
	width: 100%;
	height: 100%;
	left: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
img {
  border: 0;
  vertical-align: bottom;
}
a {
  color: #a40000;
}
@media screen and (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  a:hover > img {
    opacity: 1;
  }
}

/*2.レイアウト
======================================*/

/*--Layout--*/
#l-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* header */
.l-header {
  width: 100%;
  height: 260px;
  position: relative;
  z-index: 1;
}
.l-header-logo {
  position: absolute;
  width: 340px;
  height: 260px;
  background: url("../images/logo-bg.png") no-repeat 0 0;
  background-size: cover;
  top: 0;
  left: 0;
  padding: 80px;
}
.l-header-txt {
  position: absolute;
  height: 300px;
  top: 280px;
  left: 40px; 
  font-size: 1.4rem;
  line-height: 1.4;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.sub .l-header-txt {
  opacity: 1;
}
.l-header-txt span {
  color: #fff;
  font-size: 1.2rem;
}
.l-header-info {
  position: fixed;
  top: 0;
  right: 0;  
  width: 100px;
  padding: 20px 10px;
  background: url("../images/bg01.jpg") repeat 0 0;
}
.sub .l-header-info {
  opacity: 1; 
}
.l-header-nav {
  position: absolute;
  top: 60px;
  right: 200px;  
}
.l-header-nav__ul {
  display: flex;
  justify-content: space-between;
  width: 340px;
}
.l-header-nav__li a {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-decoration: none;
  line-height: 1.0;
  color: #fff;
  padding: 30px 10px;
  font-size: 1.8rem;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #111111;
}
.l-header-nav__li a:hover {
  padding: 25px 10px 35px;
}
.l-header-info__cont {
  width: 80px;
  height: 80px;
}
.l-header-menu {
  height: 90px;  
}
.l-header-info__cont a {
  font-size: 1.4rem;
  display: block;
  text-align: center;
  color: #121212;
  letter-spacing: 0.05em;
}
.l-header-plan a {
  padding: 35px 0 0;
  text-decoration: none;
  background: url("../images/icon-plan.png") no-repeat center 0;
  background-size: 32px auto;
}
.l-header-search a {
  padding: 35px 0 0;
  text-decoration: none;
  background: url("../images/icon-search.png") no-repeat center 0;
  background-size: 32px auto;
}
.l-header-lang a {
  padding: 35px 0 0;
  text-decoration: none;
  background: url("../images/icon-lang.png") no-repeat center 0;
  background-size: 32px auto;
  font-family: 'Esteban', serif;
  letter-spacing: 0.01em;
  font-size: 1.1rem;
}
@media screen and (max-width: 1720px) {
  .l-header-logo {
    position: absolute;
    width: 260px;
    height: 200px;
    background: url("../images/logo-bg.png") no-repeat 0 0;
    background-size: cover;
    top: 0;
    left: 0;
    padding: 50px;
  }
  .l-header-txt {
    top: 240px;
    left: 15px; 
    font-size: 1.3rem;
  }
  .l-header-info {
    width: 80px;
    padding: 20px 0 0;
  }
  .l-header-info__cont a {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
  }
  .l-header-lang a {
    letter-spacing: 0.01em;
    font-size: 1.1rem;
  }
  .l-header-nav {
    top: 30px;
    right: 150px;  
  }
  .l-header-nav__ul {
    width: 300px;
  }
  .l-header-nav__li a {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 960px) {
  .l-header-nav {
    top: 30px;
    right: 120px;  
  }
  .l-header-nav__ul {
    width: 280px;
  }
  .l-header-nav__li a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 769px) {
  .l-header-logo {
    width: 182px;
    height: 140px;
    padding: 40px;
  }
  .l-header-txt {
    top: 140px;
    left: 5px; 
  }
  .l-header-info {
    width: 60px;
    padding: 10px 0 0;
  }
  .l-header-info__cont {
    width: 60px;
    height: 60px;
  }
  .l-header-menu {
    height: 70px;    
  }
  .l-header-info__cont a {
    font-size: 1.1rem;
  }
  .l-header-lang a {
    font-size: 1.0rem;
  }
}
/* main */
.sub .l-main {
  padding: 100px 0 150px;
}
@media screen and (max-width: 769px) {
  .sub .l-main {
    padding: 50px 0 100px;
  }  
}
/* footer */
.l-footer {
  width: 100%;
  padding: 0 0 30px;
  background: url("../images/footer-obj.png") no-repeat right 0,url("../images/bg02.jpg") repeat 0 0;
}
.l-footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 30px;
}
.l-footer-nav {
  margin-bottom: 80px;
}
.l-footer-nav__ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-footer-nav__li {
  border-right: 1px solid #595959;
}
.l-footer-nav__li:last-child {
  border-right: none;
}
.l-footer-nav__li a {
  display: block;
  color: #fff;
  font-size: 1.7rem;
  padding: 0 25px;
  text-decoration: none;
}
.l-footer-link {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.l-footer-link__cont {
  width: 270px;
  margin: 0 20px;
}
.l-footer-link__cont.-sp {
  display: none;
}
.l-footer-link__cont a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 270px;
  height: 60px;
  border: 1px solid #595959;
  color: #fff;
  font-size: 1.7rem;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.l-footer-link__cont a:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #121212;
}
.l-footer-tel {
  margin-bottom: 50px;
  font-size: 4.0rem;
  color: #fff;
}
.l-footer-tel span {
  font-size: 2.2rem;
  color: #fff;
}
.l-footer-logo {
  margin-bottom: 30px;
}
.l-footer-add__ttl {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #fff;
}
.l-footer-add__txt {
  margin-bottom: 30px;
  font-size: 1.5rem;
  color: #fff;
}
.p-language-jp {
  margin-bottom: 30px;
}
.p-language-jp select{
  background: none;
  border: none;
  color: #fff;
  border-bottom: 1px solid #595959;
  font-size: 1.4rem;
  font-family: 'Esteban', serif;
  letter-spacing: 0.25em;
  padding: 0 20px 5px 0;
  cursor: pointer;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  background: url(../images/select_down-w.png) no-repeat;
  background-size: 7px 6px;
  background-position: right 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.p-language-jp.-black select{
  color: #121212;
}
.p-language-jp.-black select{
  background: url(../images/select_down.png) no-repeat;
  background-size: 7px 6px;
  background-position: right 7px;
}
.l-footer__copy {
  color: #fff;
  font-size: 1.4rem;
  font-family: 'Esteban', serif;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .l-footer-nav__li a {
    font-size: 1.5rem;
    padding: 0 10px;
  }
}
@media screen and (max-width: 769px) {
  .l-footer {
    background: url("../images/footer-obj.png") no-repeat right 0,url("../images/bg02.jpg") repeat 0 0;
    background-size: 372px auto, 256px auto;
  }
  .l-footer__inner {
    padding: 50px 20px 30px;
  }
  .l-footer-nav {
    margin-bottom: 20px;
  }
  .l-footer-nav__ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .l-footer-nav__li {
    width: 50%;
    border-right: none;
    margin-bottom: 20px;
  }
  .l-footer-nav__li a {
    font-size: 1.6rem;
    padding: 0 5px;
  }
  .l-footer-link {
    display: block;
    margin-bottom: 40px;
  }
  .l-footer-link__cont {
    width: 270px;
    margin: 0 auto 10px;
  }
  .l-footer-link__cont.-sp {
    display: block;
  }
  .l-footer-link__cont a {
    height: 60px;
    font-size: 1.5rem;
  }
  .l-footer-tel.-pc {
    display: none;
  }
  .l-footer-add__ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .l-footer-add__txt {
    margin-bottom: 20px;
    font-size: 1.3rem;
  }
  .p-language-jp {
    margin-bottom: 20px;
  }
  .p-language-jp select{
    font-size: 1.3rem;
  }
  .l-footer__copy {
    font-size: 1.2rem;
  }
}

/* ====================================
Component
====================================== */
/*--c-bnr--*/
.c-bnr {
	width: 100%;
	max-width: 790px;
	margin: 50px auto;
	padding: 0 20px;
}
.c-bnr img {
	width: 100%;
	height: auto;
}

/*--wrap--*/
.c-cont__f {
  margin: 0 100px;
}
.c-cont__ll {
  max-width: 1620px;
  margin: 0 auto;
}
.c-cont__l {
  max-width: 1520px;
  margin: 0 auto;
}
.c-cont__m {
  max-width: 1200px;
  margin: 0 auto;
}
.c-cont {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1820px) {
  .c-cont__ll {
    margin: 0 100px;
  }
}
@media screen and (max-width: 1720px) {
  .c-cont__f,
  .c-cont__ll,
  .c-cont__l{
    margin: 0 50px;
  }
}
@media screen and (max-width: 1300px) {
  .c-cont__m {
    margin: 0 50px;
  }
}
@media screen and (max-width: 960px) {
  .c-cont__f,
  .c-cont__ll,
  .c-cont__l,
  .c-cont__m {
    margin: 0 30px;
  }
}
@media screen and (max-width: 769px) {
  .c-cont__f,
  .c-cont__ll,
  .c-cont__l,
  .c-cont__m {
    margin: 0 20px;
  }
  .c-cont {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
/*--bg--*/
.c-bg01 {
  background: url("../images/bg02.jpg") repeat 0 0;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 769px) {
  .c-bg01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*--PAGE TTL--*/
.c-page-ttl {
  width: calc( 100% - 200px );
  height: 540px;
  margin: -160px 100px 0;
  position: relative;
}
.c-page-ttl__inner {
  position: absolute;
  padding: 50px 40px 50px 10px;
  background: url("../images/bg-ttl.jpg") repeat center center;
  box-shadow: 0px 0px 30px -3px #979898;
  left: calc( 50% - 61px );
  bottom: -50px;
  display: inline-block;
  width: 122px;
}
.c-page-ttl__txt {
  font-size: 3.6rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 0.8;
  letter-spacing: 0.1em;
  line-height: 1.0;
}
.c-page-ttl__eng {
  font-size: 1.3rem;
  color: #a40000;
  padding: 5px 0 0;
  letter-spacing: 0.25em;
  font-family: 'Esteban', serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1720px) {
  .c-page-ttl {
    width: calc( 100% - 104px );
    height: 500px;
    margin: -210px 52px 0;
  }
  .c-page-ttl__inner {
    left: calc( 50% - 57px );
    width: 114px;
  }
  .c-page-ttl__txt {
    font-size: 3.2rem;
  }
  .c-page-ttl__eng {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .c-page-ttl {
    width: calc( 100% - 100px );
    height: 500px;
  }
  .c-page-ttl__inner {
    padding: 40px 32px 40px 8px;
    left: calc( 50% - 48px );
    width: 96px;
  }
  .c-page-ttl__txt {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 960px) {
  .c-page-ttl {
    height: 400px;
  }
  .c-page-ttl__inner {
    padding: 40px 32px 20px 8px;
    left: calc( 50% - 45px );
    width: 90px;
  }
  .c-page-ttl__txt {
    font-size: 2.6rem;
  }
  .c-page-ttl__eng {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 769px) {
  .c-page-ttl {
    width: calc( 100% - 60px );
    height: 270px;
    margin: -230px 30px 0;
  }
  .c-page-ttl__inner {
    padding: 25px 25px 10px 5px;
    left: calc( 50% - 30px );
    width: 60px;
  }
  .c-page-ttl__txt {
    font-size: 1.8rem;
  }
}
.concept .c-page-ttl {
  background: url("../images/concept-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.cuisine .c-page-ttl {
  background: url("../images/cuisine-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.hotspring .c-page-ttl {
  background: url("../images/hotspring-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.room .c-page-ttl {
  background: url("../images/room-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.news .c-page-ttl {
  background: url("../images/news-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.faq .c-page-ttl {
  background: url("../images/faq-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.access .c-page-ttl {
  background: url("../images/access-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.contact .c-page-ttl {
  background: url("../images/contact-ttl.jpg") no-repeat center center;
  background-size: cover;
}
.search .c-page-ttl {
  background: url("../images/search-ttl.jpg") no-repeat center center;
  background-size: cover;
}

/*--c-menu--*/
.c-menu-trigger, .c-menu-trigger span {
  transition: all .4s;
  box-sizing: border-box;
}
.c-menu-trigger {
  position: relative;
  display: block;
  width: 80px;
  height: 50px;
  margin: 0 auto;
}
.c-menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
}
.c-menu-trigger span:nth-of-type(1) {
  top: 15px;
  left: 20px;
  width: 40px;
  background: #000;
}
.c-menu-trigger span:nth-of-type(2) {
  top: 25px;
  left: 20px;
  width: 40px;
  background: #000;
}
.c-menu-trigger span:nth-of-type(3) {
  top: 35px;
  left: 20px;
  width: 40px;
  background: #000;
}
.c-menu-trigger:hover span:nth-of-type(1) {
  left: 20px;
}
.c-menu-trigger:hover span:nth-of-type(2) {
  left: 20px;
}
.c-menu-trigger span.show {
  display: block;
}
.c-menu-trigger span.hide {
  display: none;
}
.c-menu-trigger.active span:nth-of-type(1), .dl-close .c-menu-trigger span:nth-of-type(1) {
  top: 15;
  left: 20px;
  width: 40px;
  background: #000;
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.c-menu-trigger.active span:nth-of-type(2), .dl-close .c-menu-trigger span:nth-of-type(2) {
  display: none;
}
.c-menu-trigger.active span:nth-of-type(3), .dl-close .c-menu-trigger span:nth-of-type(3) {
  top: 31px;
  left: 20px;
  width: 40px;
  background: #000;
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
#c-menu-trigger01, #c-menu-trigger02, #c-menu-trigger03 {
  top: 45px;
  left: 0;
  width: 80px;
  height: 15px;
  font-size: 1.2rem;
  text-align: center;
  color: #121212;
}
@media screen and (max-width: 769px) {
  .c-menu-trigger, .c-menu-trigger span {
    transition: all .4s;
    box-sizing: border-box;
  }
  .c-menu-trigger {
    position: relative;
    display: block;
    width: 60px;
    height: 50px;
    margin: 0 auto;
  }
  .c-menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
  }
  .c-menu-trigger span:nth-of-type(1) {
    top: 15px;
    left: 15px;
    width: 30px;
    background: #000;
  }
  .c-menu-trigger span:nth-of-type(2) {
    top: 25px;
    left: 15px;
    width: 30px;
    background: #000;
  }
  .c-menu-trigger span:nth-of-type(3) {
    top: 35px;
    left: 15px;
    width: 30px;
    background: #000;
  }
  .c-menu-trigger:hover span:nth-of-type(1) {
    left: 15px;
  }
  .c-menu-trigger:hover span:nth-of-type(2) {
    left: 15px;
  }
  .c-menu-trigger span.show {
    display: block;
  }
  .c-menu-trigger span.hide {
    display: none;
  }
  .c-menu-trigger.active span:nth-of-type(1), .dl-close .c-menu-trigger span:nth-of-type(1) {
    top: 15;
    left: 15px;
    width: 30px;
    background: #000;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .c-menu-trigger.active span:nth-of-type(2), .dl-close .c-menu-trigger span:nth-of-type(2) {
    display: none;
  }
  .c-menu-trigger.active span:nth-of-type(3), .dl-close .c-menu-trigger span:nth-of-type(3) {
    top: 31px;
    left: 15px;
    width: 30px;
    background: #000;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  #c-menu-trigger01, #c-menu-trigger02, #c-menu-trigger03 {
    top: 40px;
    left: 0;
    width: 60px;
    height: 15px;
    font-size: 1.1rem;
    text-align: center;
    color: #121212;
  }
}

/*--c-dl-menu--*/
.c-dl-menu {
	display:none;
	width: 100%;
	height: 100vh;
	position:fixed;
	top: 0;
	left: 0;
	z-index:99999;
  background: #fff;
	overflow-y: scroll; 
}
.c-dl-close {
  position: absolute;
  top: 20px;
  right: 10px;
  width: 80px;
  height: 80px;
}
.c-dl-menu__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 100vh;
}
.c-dl-menu__img {
  width: 50%;
  height: 100vh;
  background:url("../images/dl-img.jpg") no-repeat center center;
  background-size: cover;
}
.c-dl-menu__cont {
  width: 50%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-dl-menu__inner {
  max-width: 500px;
  text-align: center;
}
.c-dl-menu__logo {
  text-align: center;
  margin-bottom: 50px;
}
.c-dl-menu__logo img {
  width: 134px;
}
.c-dl-menu__txt {
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.2;
  margin-bottom: 30px;
}
.c-dl-menu__txt span {
  font-size: 1.6rem;
}
.c-dl-menu__ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 20px;
}
.c-dl-menu__li {
  width: 50%;
  margin-bottom: 15px;
}
.c-dl-menu__li a {
  text-decoration: none;
  color: #121212;
}
.c-dl-menu__btn {
  margin: 0 auto 20px;
  width: 100%;
  max-width: 340px;
}
.c-dl-menu__btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 30px;
  background: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  position: relative;
  border: 1px solid #000;
  position: relative;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #121212;
}
.c-dl-menu__btn a:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  right: -25px;
  top: 50%;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.c-dl-menu__btn a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  right: -25px;
  top: calc( 50% - 2px );
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.c-dl-menu__btn a:hover:before {
  right: -30px;
}
.c-dl-menu__btn a:hover:after {
  right: -30px;
}
.c-dl-menu__add {
  font-size: 1.5rem;
}
.c-dl-menu__num {
  text-align: center;
  font-family: 'Esteban', serif;
  font-size: 3.0rem;
}
.c-dl-menu__num span {
  font-family: 'Esteban', serif;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .c-dl-close {
    position: absolute;
    top: 20px;
    right: 0;
  }
  .c-dl-menu__cont {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c-dl-menu__inner {
    padding: 0 50px;
  }
  .c-dl-menu__logo img {
    width: 90px;
  }
}
@media screen and (max-width: 769px) {
  .c-dl-menu__inner {
    padding: 0 30px;
  }
  .c-dl-close {
    position: absolute;
    top: 10px;
    right: 0;
    width: 60px;
  }
  .c-dl-menu__logo {
    margin-bottom: 20px;
  }
  .c-dl-menu__logo img {
    width: 145px;
  }
  .c-dl-menu__txt {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
  .c-dl-menu__btn {
    margin-bottom: 10px;
  }
  .c-dl-menu__btn.-search {
    margin-bottom: 30px;
  }
  .c-dl-menu__btn a {
    height: 50px;
    padding: 0 20px;
    font-size: 1.4rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .c-dl-menu__ul {
    margin-bottom: 30px;
  }
  .c-dl-menu__li {
    margin-bottom: 5px;
  }
  .c-dl-menu__li a {
    border-bottom: 1px dotted #121212;
    padding-bottom: 5px;
  }
}

/*--font--*/
.c-jp { 
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", 'Noto Serif JP',"MS P明朝", "MS PMincho", serif; 
}
.c-go { 
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", 'Noto Sans JP',"Yu Gothic",'Philosopher',Roboto, "Helvetica Neue", HelveticaNeue,  Verdana, "メイリオ", Meiryo, sans-serif;
}
.c-en {
  font-style: italic;
  font-family: 'Philosopher', sans-serif; 
}
/*--Title--*/
.c-sec-ttl01 {
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.0;
}
.c-sec-ttl01--en {
  color: #a40000;
  font-size: 1.3rem;
  font-family: 'Esteban', serif; 
  letter-spacing: 0.25em;
}
.c-sec-ttl02 {
  font-size: 2.6rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.0;
  padding: 30px 0 0;
  position: relative;
}
.c-sec-ttl02:before {
  position: absolute;
  content: "";
  top: 0;
  left: calc( 50% - 5px );
  width: 10px;
  height: 10px;
  background: #a40000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.c-sec-ttl02--en {
  color: #9c9595;
  font-size: 1.3rem;
  font-family: 'Esteban', serif; 
  letter-spacing: 0.25em;
}
.c-sec-ttl03 {
  font-size: 2.3rem;
  margin-bottom: 30px;
  line-height: 1.0;
}
.c-sec-ttl03--en {
  color: #212121;
  font-size: 1.4rem;
  font-family: 'Esteban', serif; 
  letter-spacing: 0.25em;
}
@media screen and (max-width: 769px) {
  .c-sec-ttl01 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .c-sec-ttl01--en {
    font-size: 1.1rem;
  }
  .c-sec-ttl02 {
    font-size: 2.2rem;
    margin-bottom: 20px;
    padding: 25px 0 0;
  }
  .c-sec-ttl02--en {
    font-size: 1.2rem;
  }
  .c-sec-ttl03 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .c-sec-ttl03--en {
    font-size: 1.2rem;
  }
}
/*--Btn--*/
.c-btn {
  margin: 0 auto;
  width: 100%;  
}
.c-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #000;
  position: relative;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #121212;
}
.c-btn__m {
  max-width: 270px;
}
.c-btn__m a {
  height: 60px;
  font-size: 1.6rem;
}
.c-btn__m a:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  right: -25px;
  top: 50%;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.c-btn__m a:hover:before {
  right: -30px;
}
.c-btn__m a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  right: -25px;
  top: calc( 50% - 3px );
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.c-btn__m a:hover:after {
  right: -30px;
}
.c-btn02 {
  margin: 0 auto;
  width: 100%;  
}
.c-btn02 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #a40000;
  background: url("../images/icon-plan02.png") no-repeat 20px center #a40000;
  background-size: 18px auto;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  color: #fff;
  padding: 0 0 0 15px;
}
.c-btn02 a:hover {
  border: 1px solid #950404;
  background: url("../images/icon-plan02.png") no-repeat 20px center #950404;
  background-size: 18px auto;
}
.c-btn02__m {
  max-width: 310px;
}
.c-btn02__m a {
  height: 60px;
}
@media screen and (max-width: 769px) {
  .c-btn__m {
    max-width: 250px;
  }
  .c-btn__m a {
    height: 55px;
    font-size: 1.4rem;
  }
  .c-btn__m a:before {
    width: 30px;
    right: -15px;
  }
  .c-btn__m a:hover:before {
    right: -20px;
  }
  .c-btn__m a:after {
    right: -15px;
  }
  .c-btn__m a:hover:after {
    right: -20px;
  }
  .c-btn02__m {
    max-width: 250px;
  }
  .c-btn02__m a {
    height: 55px;
    font-size: 1.4rem;
  }
}
/*--Link--*/
.c-link-out a {
  position: inherit;
  background: url("../images/icon-link.png") no-repeat right 15px center;
  background-size: 13px auto;
}
.c-link-out a:before {
	display: none;
}
.c-link-out a:hover {
  background: url("../images/icon-link.png") no-repeat right 10px center;
}
/* c-table01 */
.c-table01 {
  width: 100%;
  border-bottom: 1px solid #d9d8d8;
}
.c-table01 th {
  width: 300px;
  border-top: 1px solid #d9d8d8;
  padding: 30px 50px;
}
.c-table01 td {
  width: calc( 100% - 300px );
  border-top: 1px solid #d9d8d8;
  padding: 30px 50px 30px 0;
}
@media screen and (max-width: 769px) {
  .c-table01 th,
  .c-table01 td {
    display: block;
    width: 100%;
    padding: 20px;
  }
}
/* c-page-top */
.c-page-top {
  position: fixed;
  width: 64px;
  height: 56px;
  right: 30px;
  bottom: 30px;
  z-index: 9999;
}
.c-page-top a {
	display: block;
  width: 64px;
  height: 56px;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: url("../images/page-top.png") no-repeat 0 0;
  position: relative;
}
.c-page-top a:before {
  position: absolute;
  content: "";
  top: calc( 50% - 2px );
  left: calc( 50% - 13px );
  width: 15px;
  height: 1px;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-page-top a:after {
  position: absolute;
  content: "";
  top: calc( 50% - 2px );
  left: calc( 50% - 3px );
  width: 15px;
  height: 1px;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-page-top a:hover:before {
  top: calc( 50% - 7px );
}
.c-page-top a:hover:after {
  top: calc( 50% - 7px );
}
.c-page-top a:hover {
  padding: 0;
}
@media screen and (max-width: 769px) {
  .c-page-top {
    width: 50px;
    height: auto;
    right: 20px;
    bottom: 20px;
  }
}
/*--pankuzu--*/
.c-breadcrumb {
	max-width: 1280px;
	position: relative;
	margin: 0 auto 20px;
	padding: 10px 40px 30px;
}
.c-breadcrumb-ul li {
	display: inline-block;
	margin: 0 40px 0 0;
	position: relative;
}
.c-breadcrumb-ul li:before {
	position: absolute;
	content: ">";
	top: 2px;
	right: -25px;
	font-size: 1.5rem;
}
.c-breadcrumb-ul li:first-child{
	background: url(../images/home.png) no-repeat 0 0 ;
	background-size: 11px 25px;
	padding: 0 0 0 20px;
}
*::-ms-backdrop,.c-breadcrumb-ul li:first-child {
	background: url(../images/home.png) no-repeat 0 0 ;
	background-size: 11px 25px;
}
.c-breadcrumb-ul li:first-child {
	background: url(../images/home.png) no-repeat 0 0 ;
	background-size: 11px 25px;
}
.c-breadcrumb-ul li:last-child:before {
	display: none;
}
.c-breadcrumb-ul li span {
	font-size: 1.5rem;
}
.c-breadcrumb-ul li span a {
	color: #121212;
}
@media screen and (max-width: 769px) {
	.c-breadcrumb {
		display: none;
	}
}
/*--Search--*/
.c-search {
  background: url("../images/bg03.jpg") repeat 0 0;
  padding: 30px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
  text-align: center;
}
.c-search__ttl {
  width: 230px;
  height: 100%;
  border-right: 1px solid #d7d4d4;
  font-size: 2.3rem;
  line-height: 1.0;
  padding: 30px 0;
  text-align: left;
}
.c-search__ttl span {
  font-size: 1.6rem;
  font-family: 'Esteban', serif;
  display: inline-block;
  margin-top: 10px;
}
.c-search-cont {
  width: calc(100% - 240px);
}
.c-search-cont select {
  border: none;
  background: none;
  font-size: 3.8rem;
  font-family: 'Esteban', serif;
  padding: 0 15px 5px 0;
  background: url(../images/select_down.png) no-repeat;
  background-size: 7px 6px;
  background-position: 95% center;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #000;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.c-search-cont span {
  font-size: 1.6rem;
}
.c-search__ttl-s {
  margin-left: 10px;
}
.c-search__ttl-s.-left-n {
  margin-left: 0;
}
.c-search__btn {
  width: 100%;
  max-width: 280px;
  height: 70px;
  font-size: 1.8rem;
  background: url(../images/icon-search02.png) no-repeat 20px center #a40000;
  background-size: 20px auto;
  margin: 0 0 0 30px;
  color: #fff;
  letter-spacing: 0.1em;
  border: none;
  padding: 0 0 0 10px;
  cursor: pointer;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.c-search__btn.-left-n {
  margin-left: 0;
}
.c-search__btn:hover {
  background: url(../images/icon-search02.png) no-repeat 20px center #2b0404;
  background-size: 20px auto;
  box-shadow: 0px 0px 10px -3px #7e7f7f;
}
@media screen and (max-width: 1720px) {
  .c-search {
    padding: 30px;
  }
  .c-search__ttl {
    width: 200px;
  }
  .c-search__ttl span {
    font-size: 1.6rem;
  }
  .c-search-cont {
    width: calc(100% - 210px);
  }
  .c-search-cont select {
    font-size: 3.2rem;
  }
  .c-search__ttl-s {
    margin-left: 10px;
  }
  .c-search__btn {
    max-width: 260px;
    margin: 0 0 0 10px;
  }
}
@media screen and (max-width: 1460px) {
  .c-search {
    padding: 30px;
    margin-bottom: 100px;
    display: block;
  }
  .c-search__ttl {
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
    border-right: none; 
    padding: 10px 0;
  }
  .c-search__ttl span {
    font-size: 1.5rem;
  }
  .c-search-cont {
    width: 100%;
    text-align: center;
  }
  .c-search-cont select {
    font-size: 2.8rem;
    padding: 0 15px 5px 0;
  }
  .c-search-cont span {
    font-size: 1.5rem;
  }
  .c-search__ttl-s {
    margin-left: 10px;
  }
  .c-search__btn {
    width: 100%;
    max-width: 260px;
    height: 60px;
    font-size: 1.6rem;
    background: url(../images/icon-search02.png) no-repeat 20px center #a40000;
    background-size: 20px auto;
    margin: 0 0 10px 10px;
    padding: 0 0 0 10px;
  }
  .c-search__btn:hover {
    background: url(../images/icon-search02.png) no-repeat 20px center #2b0404;
    background-size: 20px auto;
  }
}
@media screen and (max-width: 1200px) {
  .c-search__ttl {
    margin-bottom: 10px;
  }
  .c-search__btn {
    margin: 10px 0 10px 10px;
  }
}
@media screen and (max-width: 960px) {
  .c-search {
    padding: 20px;
    margin-bottom: 50px;
  }
  .c-search__ttl {
    font-size: 2.0rem;
  }
  .c-search__ttl span {
    font-size: 1.3rem;
  }
  .c-search-cont select {
    font-size: 2.5rem;
    padding: 0 15px 5px 0;
  }
  .c-search-cont span {
    font-size: 1.4rem;
  }
  .c-search__btn {
    margin: 10px 0 ;
  }
}
.c-page-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.c-page-link__btn {
  margin: 0 25px;
  width: 100%;
  max-width: 350px;
  position: relative;
}
.c-page-link__btn:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -25px;
  width: 50px;
  height: 1px;
  background: #121212;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.c-page-link__btn:after {
  position: absolute;
  content: "";
  top: calc( 50% - 2px );
  left: -25px;
  width: 10px;
  height: 1px;
  background: #121212;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.c-page-link__btn:hover:before {
  left: -30px;
}
.c-page-link__btn:hover:after {
  left: -30px;
}
.c-page-link__btn:nth-child(2):before {
  position: absolute;
  content: "";
  top: 50%;
  left: inherit;
  right: -25px;
  width: 50px;
  height: 1px;
  background: #121212;
}
.c-page-link__btn:nth-child(2):after {
  position: absolute;
  content: "";
  top: calc( 50% - 2px );
  left: inherit;
  right: -25px;
  width: 10px;
  height: 1px;
  background: #121212;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.c-page-link__btn:nth-child(2):hover:before {
  right: -30px;
}
.c-page-link__btn:nth-child(2):hover:after {
  right: -30px;
}
.c-page-link__btn a {
  display: block;
  background: #fff;
  box-shadow: 0px 0px 20px -3px #c3c1c1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.c-page-link__btn a:hover {
  box-shadow: 0px 0px 30px -3px #c3c1c1;
}
.c-page-link__img {
  width: 120px;
}
.c-page-link__ttl {
  width: calc( 100% - 120px );
  font-size: 2.0rem;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  .c-page-link {
    padding: 0 50px;
    margin-bottom: 100px;
  }
  .c-page-link__btn {
    margin: 0 15px;
    width: calc( 50% - 30px );
  }
  .c-page-link__img {
    width: 100px;
  }
  .c-page-link__ttl {
    width: calc( 100% - 100px );
    font-size: 1.8rem;
    padding: 0 20px;
  } 
}
@media screen and (max-width: 769px) {
  .c-page-link {
    padding: 0 20px;
    margin-bottom: 100px;
  }
  .c-page-link__btn {
    margin: 0 10px;
    width: calc( 50% - 20px );
  }
  .c-page-link__btn:before {
    left: -15px;
    width: 30px;
  }
  .c-page-link__btn:after {
    left: -15px;
  }
  .c-page-link__btn:hover:before {
    left: -20px;
  }
  .c-page-link__btn:hover:after {
    left: -20px;
  }
  .c-page-link__btn:nth-child(2):before {
    right: -15px;
    width: 30px;
  }
  .c-page-link__btn:nth-child(2):after {
    right: -15px;
  }
  .c-page-link__btn:nth-child(2):hover:before {
    left: inherit;
    right: -20px;
  }
  .c-page-link__btn:nth-child(2):hover:after {
    left: inherit;
    right: -20px;
  }
  .c-page-link__img {
    width: 80px;
  }
  .c-page-link__ttl {
    width: calc( 100% - 80px );
    font-size: 1.6rem;
    padding: 0 20px;
  } 
}
@media screen and (max-width: 600px) {
  .c-page-link {
    padding: 0 20px;
    margin-bottom: 100px;
    display: block;
  }
  .c-page-link__btn {
    margin: 0 auto 20px;
    width: 80%;
  }
}
/*--TABLE--*/
.c-spce-table {
  border-bottom: 1px solid #d7d4d4;
}
.c-spce-table th,
.c-spce-table td {
  border-top: 1px solid #d7d4d4;
  padding: 15px;
}
.c-spce-table th {
  width: 170px;
}
@media screen and (max-width: 1200px) {
  .c-spce-table th {
    width: 120px;
  }
}
@media screen and (max-width: 769px) {
  .c-spce-table th,
  .c-spce-table td {
    padding: 10px;
  }
}

/*--BACKGROUND--*/
.c-versatility {
  background: url("../images/bg03.jpg") repeat 0 0;
  position: relative;
}
.c-versatility:before {
  position: absolute;
  content: "";
  width: 470px;
  height: 210px;
  background: url("../images/obj04.png") no-repeat 0 0;
  background-size: cover; 
  top: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .c-versatility {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 769px) {
  .c-versatility {
    margin-bottom: 70px;
  }
  .c-versatility:before {
    position: absolute;
    content: "";
    width: 235px;
    height: 105px;
    background: url("../images/obj04.png") no-repeat 0 0;
    background-size: cover; 
    top: 0;
    right: 0;
  }
}

/* ====================================
Project
====================================== */
/*--INDEX--*/
/*--MV--*/
.p-mv {
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  margin-top: -260px;
  margin-bottom: 50px;
  position: relative;
  padding: 100px;
}
.p-mv-slider {
  width: 100%; 
  height: calc( 100vh - 200px ); 
  min-height: calc( 100vh - 200px ); /* Fallback */
  min-height: calc((var(--vh, 1vh) * 100) - 200px);
}
.p-mv-slider .p-mv-slider__img {
  width: 100%;
  min-height: calc( 100vh - 200px ); /* Fallback */
  min-height: calc((var(--vh, 1vh) * 100) - 200px);
}
.p-mv-slider__img:nth-child(1) {
  background: url("../images/mv-img03.jpg") no-repeat center center;
  background-size: cover;
}
.p-mv-slider__img:nth-child(2) {
  background: url("../images/mv-img04.jpg") no-repeat center center;
  background-size: cover;
}
.p-mv-slider__img:nth-child(3) {
  background: url("../images/mv-img05.jpg") no-repeat center center;
  background-size: cover;
}
.p-mv-slider__img:nth-child(4) {
  background: url("../images/mv-img06.jpg") no-repeat center center;
  background-size: cover;
}
.p-mv-slider__img:nth-child(5) {
  background: url("../images/mv-img07.jpg") no-repeat center center;
  background-size: cover;
}
.p-mv-slider__img:nth-child(6) {
  background: url("../images/mv-img08.jpg") no-repeat center center;
  background-size: cover;
}
.p-mv-catch {
  position: absolute;
  right: 200px;
  bottom: 40px;
}
.p-mv-catch__ttl span {
  font-size: 3.5rem;
  display: inline-block;
  background: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 30px 5px;
  letter-spacing: 0.15em;
}
.p-mv-catch__ttl span:last-child {
  margin-left: 15px;
  margin-bottom: 130px;
}
@media screen and (max-width: 1720px) {
  .p-mv {
    width: 100%;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    margin-top: -260px;
    margin-bottom: 50px;
    position: relative;
    padding: 50px;
  }
  .p-mv-slider {
    width: 100%; 
    min-height: calc( 100vh - 100px ); /* Fallback */
    min-height: calc((var(--vh, 1vh) * 100) - 100px);
  }
  .p-mv-slider .p-mv-slider__img {
    width: 100%;
    height: calc( 100vh - 100px );  
    min-height: calc( 100vh - 100px ); /* Fallback */
    min-height: calc((var(--vh, 1vh) * 100) - 100px);
  }
  .p-mv-catch {
    right: 150px;
    bottom: 10px;
  }
  .p-mv-catch__ttl span {
    font-size: 3.2rem;
  }
  .p-mv-catch__ttl span:last-child {
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  .p-mv-catch {
    right: 120px;
    bottom: 10px;
  }
  .p-mv-catch__ttl span {
    font-size: 2.8rem;
  }
  .p-mv-catch__ttl span:last-child {
    margin-left: 5px;
  }
}
@media screen and (max-width: 769px) {
  .p-mv {
    padding: 30px;
    margin-bottom: 30px;
    min-height: 100vh; /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
  }
  .p-mv-slider {  
    height: calc( 100vh - 60px );  
    min-height: calc( 100vh - 60px ); /* Fallback */
    min-height: calc((var(--vh, 1vh) * 100) - 60px);
  }
  .p-mv-slider .p-mv-slider__img {
    min-height: calc( 100vh - 60px ); /* Fallback */
    min-height: calc((var(--vh, 1vh) * 100) - 60px);
  }
  .p-mv-slider__img:nth-child(1) {
    background: url("../images/mv-img03_s.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-mv-slider__img:nth-child(2) {
    background: url("../images/mv-img04_s.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-mv-slider__img:nth-child(3) {
    background: url("../images/mv-img05_s.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-mv-slider__img:nth-child(4) {
    background: url("../images/mv-img06_s.jpg") no-repeat center center;
    background-size: cover;
  }  
  .p-mv-slider__img:nth-child(5) {
    background: url("../images/mv-img07_s.jpg") no-repeat center center;
    background-size: cover;
  }
  .p-mv-slider__img:nth-child(6) {
    background: url("../images/mv-img08_s.jpg") no-repeat center center;
    background-size: cover;
  }  
  
  
  
  
  
  
  
  .p-mv-catch {
    left: 50px;
    bottom: 100px;
  }
  .p-mv-catch__ttl span {
    font-size: 2.0rem;
    padding: 20px 5px;
  }
  .p-mv-catch__ttl span:last-child {
    margin-left: 5px;
    margin-bottom: 80px;
  }
}

.p-mv-news {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 500px;
}
.p-mv-news a {
  display: flex;
  /*align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;*/
  background: #1d1c1c;
  box-shadow: 0px 0px 20px -3px #1d1c1c;
  text-decoration: none;
  position: relative;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-mv-news a:hover {
  box-shadow: 0px 0px 30px -3px #1d1c1c;
}
.p-mv-news a:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: -25px;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-mv-news a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  top: calc( 50% - 2px );
  right: -25px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-mv-news a:hover:before {
  right: -30px;
}
.p-mv-news a:hover:after {
  right: -30px;
}
.p-mv-news__img {
  width: 160px;
  /*height: 100%;*/
}
.p-mv-news__img img {
  width: 100%;
  height: auto; 
}
.p-mv-news__info {
  width: calc( 100% - 160px );
  padding: 20px 30px 20px 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-mv-news__date {
  font-size: 1.6rem;
  color: #a09f9f;
  line-height: 1.6;
}
.p-mv-news__txt {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 1720px) {
  .p-mv-news {
    position: absolute;
    left: 25px;
    bottom: 25px;
    width: 450px;
  }
  .p-mv-news__img {
    width: 140px;
  }
  .p-mv-news__info {
    width: calc( 100% - 140px );
    padding: 15px 30px 15px 15px;
  }
  .p-mv-news__date {
    font-size: 1.6rem;
    color: #a09f9f;
    line-height: 1.6;
  }
  .p-mv-news__txt {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.6;
  }
}
@media screen and (max-width: 960px) {
  .p-mv-news {
    width: 400px;
  }
  .p-mv-news__img {
    width: 120px;
  }
  .p-mv-news__info {
    width: calc( 100% - 120px );
    padding: 5px 20px;
  }
  .p-mv-news__date {
    font-size: 1.4rem;
  }
  .p-mv-news__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 769px) {
  .p-mv-news {
    max-width: 320px;
    width: 90%;
    left: 15px;
    bottom: 15px;
  }
  .p-mv-news a:before {
    width: 30px;
    right: -15px;
  }
  .p-mv-news a:after {
    right: -15px;
  }
  .p-mv-news a:hover:before {
    right: -20px;
  }
  .p-mv-news a:hover:after {
    right: -20px;
  }
  .p-mv-news__img {
    width: 100px;
  }
  .p-mv-news__img img {
    height: 100%;
    object-fit: cover;
  }
  .p-mv-news__info {
    width: calc( 100% - 100px );
    padding: 10px 20px 10px 10px;
  }
  .p-mv-news__date {
    font-size: 1.2rem;
  }
  .p-mv-news__txt {
    font-size: 1.3rem;
  }
}

/*--TOP Banner--*/
.p-bnr {
  padding: 0;
  margin-bottom: 100px;
}
.p-bnr__img {
  text-align: center;
}
@media screen and (max-width: 769px) {
  .p-bnr {
    margin-bottom: 50px;
  }
}

/*--TOP FEATURES--*/
.p-feature {
  background: url("../images/tp-concept-bg.jpg") no-repeat center center;
  background-size: cover; 
  padding: 200px 100px 150px;
  margin-bottom: 150px;
  position: relative;
  z-index: 0;
}
.p-feature:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 818px;
  height: 496px;
  background: url("../images/tp-concept-obj.png") no-repeat 0 bottom;
  z-index: -1;
}
.p-feature__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.p-feature__ttl {
  width: 34%;
  max-width: 410px;
  font-size: 5.0rem;
  line-height: 1.4;
  letter-spacing: 0.15em;
}
.p-feature__txt {
  width: 56.6%;
  max-width: 680px;
  line-height: 2.4;
}
@media screen and (max-width: 1500px) {
  .p-feature {
    padding: 150px 100px 100px;
    margin-bottom: 100px;
  }
  .p-feature:before {
    background: url("../images/tp-concept-obj.png") no-repeat 0 bottom;
    background-size: 70% auto;
  }
  .p-feature__ttl {
    font-size: 4.0rem;
  }
}
@media screen and (max-width: 1300px) {
  .p-feature {
    padding: 150px 20px 100px;
    margin-bottom: 100px;
  }
  .p-feature:before {
    background: url("../images/tp-concept-obj.png") no-repeat 0 bottom;
    background-size: 70% auto;
  }
  .p-feature__ttl {
    font-size: 3.0rem;
  }
}
@media screen and (max-width: 960px) {
  .p-feature {
    padding: 100px 20px ;
    margin-bottom: 100px;
  }
  .p-feature__inner {
    display: block;
    margin-bottom: 50px;
  }
  .p-feature__ttl {
    font-size: 2.6rem;
    width: inherit;
    max-width: inherit;
    margin-bottom: 20px;
  }
  .p-feature__txt {
    width: inherit;
    max-width: inherit;
  }
}
@media screen and (max-width: 769px) {
  .p-feature {
    padding: 100px 10px ;
    margin-bottom: 70px;
  }
  .p-feature__inner {
    display: block;
    margin-bottom: 50px;
  }
  .p-feature__ttl {
    font-size: 2.5rem;
    width: inherit;
    max-width: inherit;
    margin-bottom: 20px;
  }
  .p-feature__txt {
    width: inherit;
    max-width: inherit;
  }
}
@media screen and (max-width: 500px) {
  .p-feature {
    padding: 70px 10px ;
  }
  .p-feature__inner {
    margin-bottom: 30px;
  }
  .p-feature__ttl {
    font-size: 2.2rem;
  }
}

/*--TOP CUISINE--*/
.p-tp-sec-ttl {
  font-size: 4.0rem;
  display: inline-block;
  padding: 50px 40px 20px 10px;
  background: url("../images/bg-ttl.jpg") no-repeat center center;
  position: relative;
  box-shadow: 0px 0px 30px -3px #979898;
  width: 114px;
}
.p-tp-sec-ttl__inner {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  line-height: 0.8;
  letter-spacing: 0.25em;  
}
.p-tp-sec-ttl__eng {
  font-size: 1.3rem;
  color: #a40000;
  padding: 5px 0 0;
  letter-spacing: 0.25em;
}
.p-tp__catch {
  font-size: 3.0rem;
  position: relative;
  line-height: 1.6;
}
.p-tp__catch:before {
  position: absolute;
  content: "";
  left: 0;
  top: -80px;
  width: 1px;
  height: 60px;
  background: #a40000;
}
.p-tp__catch:after {
  position: absolute;
  content: "";
  left: 5px;
  top: -100px;
  width: 1px;
  height: 60px;
  background: #a40000;
}
.p-tp__txt {
  font-size: 1.6rem;  
  line-height: 2.0;
}
.p-cuisine {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 50px;
}
.p-cuisine:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 624px;
  height: 292px;
  background: url("../images/obj01.png") no-repeat 0 0;
  z-index: -1;
}
.p-cuisine__ttl {
  position: absolute;
  top: -45px;
  left: 100px;
}
.p-cuisine__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cuisine__main {
  width: 58.1%;
}
.p-cuisine__main img {
  width: 100%;
}
.p-cuisine__info {  
  width: 41.9%;
}
.p-cuisine__info-inner {
  padding: 50px 50px 70px;
}
.p-cuisine__catch {
  margin-bottom: 20px;
}
.p-cuisine__txt {
  margin-bottom: 40px; 
}
.p-cuisine__img img {
  width: 100%;  
}
.p-cuisine__btn {
  margin: 0;
}
@media screen and (max-width: 1400px) {
  .p-tp-sec-ttl {
    font-size:3.5rem;
    padding: 40px 30px 20px 10px;
    width: 96px;
  }
  .p-tp-sec-ttl__eng {
    font-size: 1.2rem;
  }
  .p-tp__catch {
    font-size: 2.5rem;
  }
  .p-tp__catch:before {
    top: -70px;
    height: 50px;
  }
  .p-tp__catch:after {
    top: -90px;
    height: 50px;
  }
  .p-cuisine {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .p-cuisine__main {
    width: 60%;
  }
  .p-cuisine__main img {
    width: 100%;
  }
  .p-cuisine__info {  
    width: 40%;
  }
  .p-cuisine__info-inner {
    padding: 30px 40px 50px;
  }
  .p-cuisine__catch {
    margin-bottom: 10px;
  }
  .p-cuisine__txt {
    margin-bottom: 20px; 
  }
  .p-cuisine__img img {
    width: 100%;  
  }
  .p-cuisine__btn {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-tp-sec-ttl {
    font-size:3.2rem;
    padding: 40px 30px 20px 10px;
    width: 90px;
  }
  .p-tp-sec-ttl__eng {
    font-size: 1.2rem;
  }
  .p-tp__catch {
    font-size: 2.5rem;
  }
  .p-tp__catch:before {
    top: -60px;
    height: 50px;
  }
  .p-tp__catch:after {
    top: -80px;
    height: 50px;
  }
  .p-cuisine {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .p-cuisine__ttl {
    top: -45px;
    left: 50px;
  }
  .p-cuisine__inner {
    display: block;
  }
  .p-cuisine__main {
    width: 100%;
  }
  .p-cuisine__info {  
    width: 100%;
  }
  .p-cuisine__info-inner {
    padding: 40px 30px 70px;
  }
  .p-cuisine__img {
    width: 70%;
    margin-left: auto;
  }
  .p-cuisine__btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 769px) {
  .p-tp-sec-ttl {
    font-size: 2.6rem;
    padding: 30px 25px 15px 8px;
    width: 73px;
  }
  .p-tp-sec-ttl__eng {
    font-size: 1.0rem;
  }
  .p-tp__catch {
    font-size: 2.2rem;
  }
  .p-cuisine__ttl {
    top: -25px;
    left: 20px;
  }
  .p-cuisine__info-inner {
    padding: 40px 20px 70px;
  }
  .p-tp__txt {
    font-size: 1.5rem;
  }
}

/*--TOP ROOMS--*/
.p-room {
  position: relative;
  padding-bottom: 120px;
  margin-bottom: 50px;
}
.p-room:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 765px;
  height: 247px;
  background: url("../images/obj02.png") no-repeat 0 0;
  z-index: -1;
}
.p-room__ttl {
  position: absolute;
  top: -45px;
  right: 100px;
}
.p-room__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-room__main {
  width: 58.1%;
}
.p-room__main img {
  width: 100%;
}
.p-room__info {  
  width: 37.8%;
  padding: 70px 0 0 100px;
}
.p-room__info-inner {
  padding: 50px 50px 70px;
}
.p-room__catch {
  margin-bottom: 20px;
}
.p-room__txt {
  margin-bottom: 40px; 
}
.p-room__img img {
  width: 100%;  
}
.p-room__link-cont {
  margin: 0 0 45px;
}
.p-room__link-cont a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.p-room__link-cont a:before {
  position: absolute;
  content: "";
  width: calc( 100% - 20px );
  height: 100%;
  background: #fff;
  top: 20px;
  left: 20px;
  z-index: -1;
  box-shadow: 0px 0px 30px -3px #bcbcbc;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-room__link-cont a:hover:before {
  box-shadow: 0px 0px 50px -3px #bcbcbc;
}
.p-room__link-img {
  width: 40%;
  position: relative;
}
.p-room__link-img img {
  width: 100%;
  height: auto;
}
.p-room__link-ttl {
  width: 60%;
  padding: 0 20px;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 30px;
  position: relative;
}
.p-room__link-ttl:before {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  top: 50%;
  right: -25px;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-room__link-ttl:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  top: calc( 50% - 3px );
  right: -25px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
a:hover .p-room__link-ttl:before {
  right: -30px;
}
a:hover .p-room__link-ttl:after {
  right: -30px;
}
.p-tp-room__link-jp {
  font-size: 1.8rem;  
}
.p-room__link-eng {
  color: #a40000;
  font-size: 1.4rem;
  font-family: 'Esteban', serif;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 1400px) {
  .p-room {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 50px;
  }
  .p-room__main {
    width: 58.1%;
  }
  .p-room__main img {
    width: 100%;
  }
  .p-room__info {  
    width: 37.8%;
    padding: 30px 0 0 50px;
  }
  .p-room__catch {
    margin-bottom: 10px;
  }
  .p-room__txt {
    margin-bottom: 20px; 
  }
  .p-room__img img {
    width: 100%;  
  }
  .p-room__link-img {
    width: 40%;
    position: relative;
  }
  .p-room__link-img img {
    width: 100%;
    height: auto;
  }
  .p-room__link-ttl {
    padding: 0 20px;
    font-size: 2.0rem;
  }
  .p-tp-room__link-jp {
    font-size: 1.6rem;  
  }
  .p-room__link-eng {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1250px) {
  .p-room:before {
    bottom: 150px;
    width: 600px;
    height: 200px;
    background: url("../images/obj02.png") no-repeat 0 0;
    background-size: cover;
  }
  .p-room__main {
    width: 50%;
  }
  .p-room__info {  
    width: 45%;
    padding: 30px 0 0 50px;
  }
  .p-room__link-ttl {
    padding: 0 15px;
    font-size: 1.8rem;
  }
  .p-tp-room__link-jp {
    font-size: 1.5rem;  
  }
}
@media screen and (max-width: 960px) {
  .p-room {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .p-room__ttl {
    position: absolute;
    top: -45px;
    right: 50px;
  }
  .p-room__inner {
    display: block;
  }
  .p-room__main {
    width: 100%;
  }
  .p-room__info {  
    width: 100%;
    padding: 40px 30px 70px;
  }
  .p-room__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-room__link-cont {
    width: 48.5%;
    margin: 0 0 25px;
  }
  .p-room__link-cont a:before {
    width: calc( 100% - 10px );
    top: 10px;
    left: 10px;
  }
  .p-room__link-img {
    width: 30%;
  }
  .p-room__link-ttl {
    width: 70%;
    padding: 0 10px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .p-room__link-ttl:before {
    width: 30px;
    top: 50%;
    right: -15px;
  }
  .p-room__link-ttl:after {
    right: -15px;
  }
  a:hover .p-room__link-ttl:before {
    right: -20px;
  }
  a:hover .p-room__link-ttl:after {
    right: -20px;
  }
  .p-tp-room__link-jp {
    font-size: 1.6rem;  
  }
  .p-room__link-eng {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 769px) {
  .p-room__ttl {
    top: -45px;
    right: 20px;
  }
  .p-room__inner {
    display: block;
  }
  .p-room__main {
    width: 100%;
  }
  .p-room__info {  
    width: 100%;
    padding: 40px 20px 70px;
  }  
  .p-room__link {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  .p-room__link-cont {
    width: 100%;
  }
  .p-room__link-img {
    width: 30%;
  }
  .p-room__link-ttl {
    width: 70%;
    padding: 0 10px;
    font-size: 1.6rem;
    margin-top: 20px;
  }
  .p-tp-room__link-jp {
    font-size: 1.4rem;  
  }
  .p-room__link-eng {
    font-size: 1.1rem;
  }
}


/*--TOP HOTSPRING--*/
.p-hotspring {
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 50px;
  border-bottom: 1px solid #d7d4d4;
}
.p-hotspring__ttl {
  position: absolute;
  top: -45px;
  left: calc( 50% - 55px );
}
.p-hotspring__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-hotspring-cont {
  width: 48.3%;
  text-align: center;
}
.p-hotspring__img {
  margin-bottom: 30px;
}
.p-hotspring__img img {
  width: 100%;
  height: auto;
}
.p-hotspring-cont__ttl {
  font-size: 2.8rem;
  line-height: 1.1;
  margin-bottom: 20px;
  position: relative;
}
.p-hotspring__eng {
  color: #a40000;
  font-size: 1.4rem;
  font-family: 'Esteban', serif;
  letter-spacing: 0.15em;
}
.p-hotspring__txt {
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  .p-hotspring__ttl {
    position: absolute;
    top: -45px;
    left: calc( 50% - 50px );
  }
  .p-hotspring__img {
    margin-bottom: 20px;
  }
  .p-hotspring-cont__ttl {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 960px) {
  .p-hotspring__ttl {
    left: calc( 50% - 45px );
  }
}
@media screen and (max-width: 769px) {
  .p-hotspring {
    padding-bottom: 70px;
    margin-bottom: 30px;
  }
  .p-hotspring__ttl {
    top: -45px;
    left: calc( 50% - 40px );
  }
  .p-hotspring__inner {
    display: block;
    margin-bottom: 50px;
  }
  .p-hotspring-cont {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .p-hotspring__img {
    margin-bottom: 20px;
  }
  .p-hotspring-cont__ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .p-hotspring__eng {
    font-size: 1.1rem;
  }
  .p-hotspring__txt {
    font-size: 1.5rem;
  }
}

/*--TOP INSTA--*/
.p-insta {
  padding: 50px 0 150px;
  background: url("../images/obj03.png") no-repeat center 0;
}
.p-insta_ttl {
  text-align: center;
  font-size: 3.5rem;
  color: #a40000;
  margin-bottom: 50px;
  line-height: 1.0;
  font-family: 'Esteban', serif;
  letter-spacing: 0.15em;
}
.p-insta_ttl span {
  font-size: 1.6rem;
  color: #1d1d1c;
}
.p-insta__inner {
  margin-bottom: 50px;
}
.p-insta__cont {
  position: relative;
  margin: 0 25px;
  width: calc((100vw - 500px)/6);
  height: calc((100vw - 500px)/6);
}
.p-insta__cont:nth-child(2n) {
  margin-top: 50px;
}
.p-insta__cont img {
  width: calc((100vw - 500px)/6);
  height: calc((100vw - 500px)/6);
  object-fit: cover;
}
@media screen and (max-width: 1400px) {
  .p-insta {
    padding: 50px 0 100px;
  }
  .p-insta_ttl {
    font-size: 3.3rem;
    margin-bottom: 50px;
  }
  .p-insta_ttl span {
    font-size: 1.5rem;
  }
  .p-insta__inner {
    margin-bottom: 50px;
  }
  .p-insta__cont {
    margin: 0 15px;
    width: calc((100vw - 250px)/5);
    height: calc((100vw - 250px)/5);
  }
  .p-insta__cont:nth-child(2n) {
    margin-top:40px;
  }
  .p-insta__cont img {
    width: calc((100vw - 250px)/5);
    height: calc((100vw - 250px)/5);
  }
}
@media screen and (max-width: 1200px) {
  .p-insta__cont {
    width: calc((100vw - 250px)/4);
    height: calc((100vw - 250px)/4);
  }
  .p-insta__cont img {
    width: calc((100vw - 250px)/4);
    height: calc((100vw - 250px)/4);
  }  
}
@media screen and (max-width: 960px) {
  .p-insta__cont {
    width: calc((100vw - 210px)/3);
    height: calc((100vw - 210px)/3);
  }
  .p-insta__cont img {
    width: calc((100vw - 210px)/3);
    height: calc((100vw - 210px)/3);
  }  
}
@media screen and (max-width: 769px) {
  .p-insta {
    padding: 50px 0 100px;
    background: url("../images/obj03.png") no-repeat center 0;
    background-size: 307px auto;
  }
  .p-insta_ttl {
    font-size: 2.6rem;
    margin-bottom: 30px;
  }
  .p-insta_ttl span {
    font-size: 1.3rem;
  }
  .p-insta__inner {
    margin-bottom: 50px;
  }
  .p-insta__cont {
    margin: 0 15px;
    width: calc((100vw - 190px)/2);
    height: calc((100vw - 190px)/2);
  }
  .p-insta__cont img {
    width: calc((100vw - 190px)/2);
    height: calc((100vw - 190px)/2);
  }  
}
@media screen and (max-width: 500px) {
  .p-insta__cont:nth-child(2n) {
    margin-top:0;
  }
  .p-insta__cont {
    margin: 0 15px;
    width: calc(100vw - 90px);
    height: calc(100vw - 90px);
  }
  .p-insta__cont img {
    width: 100%;
    height: calc(100vw - 90px);
  }  
}

/*--TOP RECOMMEND--*/
.p-recommend {
  padding: 100px 0 150px;
  position: relative;
}
.p-recommend.-pink {
  background:url("../images/obj06.png") no-repeat 0 0,url("../images/bg04.jpg") repeat 0 0;
  margin-bottom: 150px;
}
.p-recommend.-tp:before {
  position: absolute;
  content: "";
  top: 0;
  width: 100%;
  height: 60%;
  background: url("../images/tp-plan-bg.jpg") no-repeat center center;
  background-size: cover;
  z-index: -1;
}
.p-recommend__inner {
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recommend-cont {
  width: 30.5%;
  margin-bottom: 30px;
}
.p-recommend-cont a {
  display: block;
  text-decoration: none;
  box-shadow: 0px 0px 30px -3px #bcbcbc;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-recommend-cont a:hover {
  box-shadow: 0px 0px 50px -3px #a09e9e;
}
.p-recommend-cont__img img {
  width: 100%;
  height: auto;
}
.p-recommend-cont__box {
  background: #fff;
  padding: 20px 20px 30px;
}
.p-recommend-cont__ttl {
  font-size: 1.8rem;
  padding-bottom: 20px;
  border-bottom: 1px solid #d7d4d4;
  margin-bottom: 20px;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-recommend-cont a:hover .p-recommend-cont__ttl {
  color: #a40000;
}
.p-recommend-cont__txt {
  font-size: 1.5rem;
  color: #484846;
  margin-bottom: 10px;
}
.p-recommend-cont__btn {
  text-align: center;
}
.p-recommend-cont__btn span {
  display: inline-block;
  color: #a40000;
  font-size: 1.8rem;
  padding: 0 0 5px;
  border-bottom: 1px dotted #a40000;
}
@media screen and (max-width: 1400px) {
  .p-recommend-cont {
    width: 31%;
  }
}
@media screen and (max-width: 1300px) {
  .p-recommend__inner {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1200px) {
  .p-recommend.-pink {
    margin-bottom: 100px;
  }
  .p-recommend-cont__ttl {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .p-recommend-cont__btn span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-recommend.-pink {
    margin-bottom: 70px;
  }
  .p-recommend-cont {
    width: 32%;
  }
  .p-recommend-cont__box {
    padding: 15px 15px 20px;
  }
  .p-recommend-cont__txt {
    font-size: 1.4rem;
  }
  .p-recommend-cont__btn span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 769px) {
  .p-recommend {
    padding: 70px 0;
    position: relative;
  }
  .p-recommend.-pink {
    margin-bottom: 50px;
  }
  .p-recommend__inner {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }
  .p-recommend-cont {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-recommend-cont a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .p-recommend-cont__img {
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .p-recommend-cont__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .p-recommend-cont__box {
    width: 60%;
    padding: 15px 15px 20px;
  }
  .p-recommend-cont__ttl {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .p-recommend-cont__txt {
    font-size: 1.4rem;
  }
  .p-recommend-cont__btn span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .p-recommend__inner {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }
  .p-recommend-cont {
    width: 100%;
    margin: 0 auto 30px;
  }
  .p-recommend-cont a {
    display: block;
  }
  .p-recommend-cont__img {
    width: 100%;
  }
  .p-recommend-cont__img img {
    object-fit: cover;
    width: 100%;
    height: inherit;
  }
  .p-recommend-cont__box {
    width: 100%;
  }
  .p-recommend-cont__ttl {
    font-size: 1.5rem;
  }
}

/*--TOP NEWS--*/
.p-news {
  padding: 130px 0;
  margin-bottom: 150px;
  position: relative;
}
.p-news__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.p-news__inner:after {
  position: absolute;
  content: "";
  width: 1px;
  height: calc( 100% + 60px );
  background: #d9d8d8;
  top: -30px;
  left: 250px;
}
.p-news-ttl {
  width: 250px;
}
.p-news-ttl__jp {
  font-size: 3.2rem;
  line-height: 1.4;
}
.p-news-ttl__eng {
  font-size: 1.3rem;
  color: #a40000;
  font-family: 'Esteban', serif;
  margin-bottom: 45px;
}
.p-news-ttl__btn {
  width: 140px;
}
.p-news-ttl__btn a {
  width: 100%;
  height: 40px;
  color: #121212;
  border: 1px solid #000;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  letter-spacing: 0.05em;
}
.p-news-ttl__btn a:hover {
  background: #000;
  color: #fff;
}
.p-news-cont {
  width: calc( 100% - 250px );
  padding: 0 0 0 50px;
}
.p-news-cont__entry {
  margin-bottom: 10px;
}
.p-news-cont__entry a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 50px 15px 30px;
  text-decoration: none;
  position: relative;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  background: #f3f2f2;
}
.p-news-cont__entry a:hover {
  padding: 15px 45px 15px 35px;
}
.p-news-cont__entry a:before,
.p-news-cont__entry a:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  right: 20px;
  background: #a40000;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;  
}
.p-news-cont__entry a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: calc( 50% - 4px );
}
.p-news-cont__entry a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: calc( 50% + 4px );
}
.p-news-cont__entry a:hover:before,
.p-news-cont__entry a:hover:after{
  right: 15px;
}
.p-news-cont__date {
  width: 150px;
}
.p-news-cont__ttl {
  width: calc( 100% - 150px );
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1500px) {
  .p-news__inner {
    margin: 0 50px;
  }
}
@media screen and (max-width: 1300px) {
  .p-news {
    padding: 100px 0;
  }
  .p-news__inner:after {
    position: absolute;
    content: "";
    width: 1px;
    height: calc( 100% + 60px );
    background: #d9d8d8;
    top: -30px;
    left: 160px;
  }
  .p-news-ttl {
    width: 160px;
    padding-top: 0;
  }
  .p-news-ttl__jp {
    font-size: 2.8rem;
  }
  .p-news-ttl__eng {
    font-size: 1.2rem;
    margin-bottom: 45px;
  }
  .p-news-ttl__btn {
    width: 120px;
  }
  .p-news-ttl__btn a {
    font-size: 1.3rem;
  }
  .p-news-cont {
    width: calc( 100% - 160px );
    padding: 0 0 0 40px;
  }
  .p-news-cont__entry {
    margin-bottom: 10px;
  }
  .p-news-cont__entry a {
    padding: 15px 50px 15px 30px;
  }
  .p-news-cont__entry a:hover {
    padding: 15px 45px 15px 35px;
  }
  .p-news-cont__date {
    width: 120px;
    font-size: 1.4rem;
  }
  .p-news-cont__ttl {
    width: calc( 100% - 120px );
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 960px) {
  .p-news__inner {
    display: block;
    margin: 0 30px;
  }
  .p-news__inner:after {
    display: none;
  }
  .p-news-ttl {
    width: 100%;
    text-align: center;
  }
  .p-news-ttl__jp {
    font-size: 3.2rem;
  }
  .p-news-ttl__eng {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .p-news-cont {
    width: 100%;
    padding: 0 0 30px;
  }
  .p-news-cont__entry {
    margin-bottom: 10px;
  }
  .p-news-cont__entry a {
    display: block;
    padding: 15px 50px 15px 20px;
  }
  .p-news-cont__entry a:hover {
    display: block;
    padding: 15px 45px 15px 25px;
  }
  .p-news-cont__date {
    width: 100%;
    font-size: 1.3rem;
  }
  .p-news-cont__ttl {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 769px) {
  .p-news {
    padding: 70px 0;
    margin-bottom: 70px;
  }
  .p-news__inner {
    margin: 0 20px;
  }
  .p-news-ttl__jp {
    font-size: 2.6rem;
  }
  .p-news-ttl__eng {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
  .p-news-cont__date {
    font-size: 1.3rem;
  }
  .p-news-cont__ttl {
    font-size: 1.5rem;
  }
}
/*--COMPANY--*/
.p-company-main__img img {
  width: 100%;
  height: auto;
}
.p-company-main-info {
  max-width: 1000px;
  background: #fff;
  margin: -130px auto 0;
  text-align: center;
  padding: 50px;
  position: relative;
}
.p-company-main-info__ttl {
  font-size: 2.8rem;
  margin-bottom: 40px;
}
.p-company-main-info__txt {
  font-size: 1.6rem;  
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  .p-company-main-info {
    margin: -70px 50px 0;
    padding: 50px;
  }
  .p-company-main-info__ttl {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .p-company-main-info__txt {
    font-size: 1.6rem;  
  }
}
@media screen and (max-width: 769px) {
  .p-company-main-info {
    margin: -30px 20px 0;
    padding: 30px 20px;
  }
  .p-company-main-info__ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .p-company-main-info__txt {
    font-size: 1.4rem;  
    margin-bottom: 30px;
  }
  .p-company__map iframe {
    height: 400px;
    vertical-align: bottom;
  }
}
/*--INTRO--*/
.p-intro {
  padding-bottom: 70px;
}
.p-intro__ttl {
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.25em;
  padding-bottom: 30px;
}
.p-intro__catch {
  text-align: center;
  font-size: 4.0rem;
  letter-spacing: 0.25em;
  padding-bottom: 30px;
  line-height: 1.4;
}
.p-intro__txt {
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .p-intro {
    padding-bottom: 50px;
  }
  .p-intro__catch {
    font-size: 3.0rem;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-intro {
    padding-bottom: 30px;
  }
  .p-intro__ttl {
    font-size: 1.8rem;
    padding-bottom: 20px;
  }
  .p-intro__catch {
    font-size: 1.8rem;
  }
}

/*--CONCEPT--*/
.p-concept-sec {
  margin-bottom: 150px;
}
.p-concept-sec01 {
  background: url("../images/obj05.png") no-repeat center 50px;
  padding: 150px 0 0;
}
.p-concept-sec__inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-concept-sec02 .p-concept-sec__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-concept-sec__img {
  width: 71.7%;
}
.p-concept-sec__img img {
  width: 100%;
  height: auto;
}
.p-concept-sec__info {
  width: 25%;  
}
.p-concept-sec__ttl {
  font-size:3.0rem;
  margin-bottom: 20px;
}
.p-concept-sec04 {
  padding: 130px 50px;
  margin-bottom: 150px;
}
.p-concept-sec04__ttl {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .p-concept-sec {
    margin-bottom: 100px;
  }
  .p-concept-sec01 {
    padding: 120px 0 0;
  }
  .p-concept-sec__img {
    width: 60%;
  }
  .p-concept-sec__img img {
    width: 100%;
    height: auto;
  }
  .p-concept-sec__info {
    width: 37%;  
  }
  .p-concept-sec__ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .p-concept-sec04 {
    padding: 70px 50px;
    margin-bottom: 100px;
  }
  .p-concept-sec04__ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  .p-concept-sec {
    margin-bottom: 70px;
  }
  .p-concept-sec01 {
    padding: 120px 0 0;
  }
  .p-concept-sec__inner {
    display: block;
  }
  .p-concept-sec__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-concept-sec__info {
    width: 100%;
  }
  .p-concept-sec__ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .p-concept-sec04 {
    padding: 50px 30px;
  }
  .p-concept-sec04__ttl {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 769px) {
  .p-concept-sec {
    margin-bottom: 50px;
  }
  .p-concept-sec01 {
    background: url("../images/obj05.png") no-repeat center 50px;
    background-size: 100% auto;
  }
  .p-concept-sec__ttl {
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
  .p-concept-sec04 {
    padding: 50px 0;
  }
  .p-concept-sec04__ttl {
    font-size: 1.8rem;
  }
}
/*--CUISINE--*/
.p-cuisine-sec {
  margin-bottom: 150px;
}
.p-cuisine-sec01 {
  background: url("../images/obj05.png") no-repeat center 50px;
  padding: 150px 0 0;
}
.p-cuisine-sec__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cuisine-sec02 .p-cuisine-sec__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.p-cuisine-sec__img {
  width: 72.3%;
}
.p-cuisine-sec__img img {
  width: 100%;
  height: auto;
}
.p-cuisine-sec__info {
  width: 48.3%;
  margin-left: -20.6%;
  background: rgba(255,255,255,0.9);
  box-shadow: 0px 0px 30px -3px #bcbcbc;
  padding: 70px;
  z-index: 9;
}
.p-cuisine-sec02 .p-cuisine-sec__info {
  margin-left: inherit;
  margin-right: -20.6%;
}
.p-cuisine-sec__ttl {
  font-size: 4.6rem;
  margin-bottom: 0;
}
.p-cuisine-sec__eng {
  font-size: 1.3rem;
  color: #a40000;
  margin-bottom: 20px;
  font-family: 'Esteban', serif;
}
.p-cuisine-sec__catch {
  font-size: 2.2rem;
  margin-bottom: 10px;  
}
.p-concept-sec__chart {
  margin-top: 20px;
  text-align: center;
}
.p-concept-sec__chart img {
  width: 100%;
  max-width: 550px;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .p-cuisine-sec {
    margin-bottom: 100px;
  }
  .p-cuisine-sec01 {
    padding: 120px 0 0;
  }
  .p-cuisine-sec__info {
    padding: 50px;
  }
  .p-cuisine-sec__ttl {
    font-size: 3.8rem;
  }
  .p-cuisine-sec__catch {
    font-size: 2.0rem; 
  }
}
@media screen and (max-width: 1300px) {
  .p-cuisine-sec__info {
    padding: 40px;
  }
  .p-cuisine-sec__ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .p-cuisine-sec__inner {
    display: block;
    position: relative;
  }
  .p-cuisine-sec__img {
    width: 85%;
  }
  .p-cuisine-sec__info {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 60%;
    margin-left: 0;
  }
  .p-cuisine-sec02 .p-cuisine-sec__info {
    left: 0;
  }
  .p-cuisine-sec02 .p-cuisine-sec__img {
    width: 85%;
    margin-left: auto;
  }
  .p-cuisine-sec02 .p-cuisine-sec__info {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-cuisine-sec {
    margin-bottom: 70px;
  }
  .p-cuisine-sec__img {
    width: 100%;
  }
  .p-cuisine-sec__info {
    position: inherit;
    left: inherit;
    right: 0;
    bottom: 0;
    width: 90%;
    margin: -50px auto 0;
    padding: 30px;
  }
  .p-cuisine-sec02 .p-cuisine-sec__img {
    width: 100%;
    margin-left: 0;
  }
  .p-cuisine-sec02 .p-cuisine-sec__info {
    margin: -100px auto 0;
  }
  .p-cuisine-sec__ttl {
    font-size: 2.8rem;
  }
  .p-cuisine-sec__eng {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 769px) {
  .p-cuisine-sec {
    margin-bottom: 50px;
  }
  .p-cuisine-sec01 {
    background: url("../images/obj05.png") no-repeat center 50px;
    background-size: 100% auto;
  }
  .p-cuisine-sec__info,
  .p-cuisine-sec02 .p-cuisine-sec__info{
    width: 100%;
    margin: 0;
    box-shadow: none;
    padding: 20px;
  }
  .p-cuisine-sec__ttl {
    font-size: 2.4rem;
  }
  .p-cuisine-sec__eng {
    font-size: 1.1rem;
  }
  .p-cuisine-sec__catch {
    font-size: 1.8rem; 
  }
}

.p-cuisine-other {
  padding: 130px 50px;
  margin-bottom: 100px;
}
.p-cuisine-other__txt {
  text-align: center;
  margin-bottom: 40px;
}
.p-cuisine-other-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-cuisine-other-img__cont {
  width: 21.8%;
  text-align: center;
}
.p-cuisine-other-img__obj {
  margin-bottom: 10px;
}
.p-cuisine-other-img__obj img {
  width: 100%;
  height: auto;
}
.p-cuisine-other-img__txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 1200px) {
  .p-cuisine-other {
    padding: 70px 50px;
    margin-bottom: 70px;
  }
  .p-cuisine-other-img__cont {
    width: 23%;
  }
}
@media screen and (max-width: 960px) {
  .p-cuisine-other {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-cuisine-other {
    padding: 50px 0 30px;
  }
  .p-cuisine-other__txt {
    text-align: center;
    margin-bottom: 20px;
  }
  .p-cuisine-other-img__cont {
    width: 48.5%;
    margin-bottom: 20px;
  }
  .p-cuisine-other-img__obj {
    margin-bottom: 10px;
  }
  .p-cuisine-other-img__txt {
    font-size: 1.4rem;
  }
}

.p-cuisine-other02_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.p-cuisine-other02__img {
  width: 48.5%;
}
.p-cuisine-other02__img img {
  width: 100%;
  height: auto;
}
.p-cuisine-other02__info {
  width: 48.5%;
  padding: 0 0 0 20px;
}
.p-cuisine-other02__ttl {
  font-size: 3.0rem;
  margin-bottom: 5px;
}
.p-cuisine-other02-price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-cuisine-other02-price__ttl {
  font-size: 1.6rem;
  color: #a40000;
  padding: 1px 15px;
  border: 1px solid #a40000;
  margin-right: 15px;
  display: inline-block;
}
.p-cuisine-other02-price__num {
  font-size: 2.4rem;  
}
.p-cuisine-other02-price__num span {
  font-size: 1.6rem;  
}
.p-cuisine-other02__caution {
  font-size: 1.4rem;
  padding: 0 0 20px;
  border-bottom: 1px solid #d7d4d4;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .p-cuisine-other02__ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .p-cuisine-other02-price__ttl {
    font-size: 1.3rem;
  }
  .p-cuisine-other02-price__num {
    font-size: 2.2rem;  
  }
  .p-cuisine-other02-price__num span {
    font-size: 1.3rem;  
  }
  .p-cuisine-other02__caution {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 769px) {
  .p-cuisine-other02_inner {
    align-items: flex-start;
    margin-bottom: 50px;
  }
  .p-cuisine-other02__img {
    width: 30%;
  }
  .p-cuisine-other02__info {
    width: 67%;
    padding: 0;
  }
  .p-cuisine-other02__ttl {
    font-size: 2.0rem;
  }
  .p-cuisine-other02-price__ttl {
    font-size: 1.2rem;
  }
  .p-cuisine-other02-price__num {
    font-size: 1.6rem;  
  }
  .p-cuisine-other02__caution {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .p-cuisine-other02_inner {
    display: block;
    margin-bottom: 50px;
  }
  .p-cuisine-other02__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .p-cuisine-other02__info {
    width: 100%;
    padding: 0;
  }
}
/*--HOT SPRING--*/
.p-hotspring-sec {
  margin-bottom: 150px;
}
.p-hotspring-sec01 {
  background: url("../images/obj05.png") no-repeat center 50px;
  padding: 150px 0 0;
}
.p-hotspring-sec01__inner {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 100px;
}
.p-hotspring-sec01__img {
  width: 71.7%;
}
.p-hotspring-sec01__img img {
  width: 100%;
  height: auto;
}
.p-hotspring-sec01__info {
  width: 25%;  
}
.p-hotspring-sec01__ttl {
  font-size: 3.0rem;
  margin-bottom: 20px;
}
.p-hotspring-sec01-spec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
.p-hotspring-sec01-spec__table {
  width: 45.8%;
}
.p-hotspring-sec01-spec__img {
  width: 45.8%;  
}
.p-hotspring-sec01-spec__img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .p-hotspring-sec {
    margin-bottom: 100px;
  }
  .p-hotspring-sec01 {
    padding: 120px 0 0;
  }
  .p-hotspring-sec01__img {
    width: 60%;
  }
  .p-hotspring-sec01__img img {
    width: 100%;
    height: auto;
  }
  .p-hotspring-sec01__info {
    width: 37%;  
  }
  .p-hotspring-sec01__ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .p-hotspring-sec01-spec__table {
    width: 48.5%;
  }
  .p-hotspring-sec01-spec__img {
    width: 48.5%;
  }
}
@media screen and (max-width: 960px) {
  .p-hotspring-sec {
    margin-bottom: 70px;
  }
  .p-hotspring-sec01 {
    padding: 120px 0 0;
  }
  .p-hotspring-sec01__inner {
    display: block;
    margin-bottom: 70px;
  }
  .p-hotspring-sec01__img {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-hotspring-sec01__info {
    width: 100%;
  }
  .p-hotspring-sec01__ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .p-hotspring-sec01-spec {
    display: block;
    margin: 0;
  }
  .p-hotspring-sec01-spec__table {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-hotspring-sec01-spec__img {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-hotspring-sec {
    margin-bottom: 50px;
  }
  .p-hotspring-sec01 {
    background: url("../images/obj05.png") no-repeat center 50px;
    background-size: 100% auto;
  }
  .p-hotspring-sec01__inner {
    margin-bottom: 50px;
  }
  .p-hotspring-sec01__ttl {
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
}
.p-hotspring-sec02-img {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 70px;
}
.p-hotspring-sec02-img__obj {
  width: 48.5%;
}
.p-hotspring-sec02-img__obj img {
  width: 100%;
  height: auto;
}
.p-hotspring-sec02-catch {
  text-align: center;
  font-size: 3.0rem;
  margin-bottom: 20px;
}
.p-hotspring-sec02-txt {
  text-align: center;
  margin-bottom: 70px;  
}
.p-hotspring-sec02__table {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 50px;
}
.p-hotspring-sec02-img02 img {
  width: 100%;
  height: auto;  
}
@media screen and (max-width: 960px) {
  .p-hotspring-sec02-img {
    margin-bottom: 50px;
  }
  .p-hotspring-sec02-catch {
    font-size: 2.4rem;
  }
  .p-hotspring-sec02-txt {
    margin-bottom: 50px;  
  }
}
@media screen and (max-width: 769px) {
  .p-hotspring-sec02-img {
    margin-bottom: 30px;
  }
  .p-hotspring-sec02-catch {
    font-size: 1.8rem;
  }
  .p-hotspring-sec02-txt {
    margin-bottom: 30px;  
  }
}

.p-hotspring-other {
  padding: 130px 50px;
  margin-bottom: 150px;
}
.p-hotspring-other__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-hotspring-other__cont {
  width: 48%;
}

.p-hotspring-other__txt sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

@media screen and (max-width: 1200px) {
  .p-hotspring-other {
    padding: 70px 50px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-hotspring-other {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-hotspring-other {
    padding: 50px 0 30px;
  }
  .p-hotspring-other__inner {
    display: block;
  }
  .p-hotspring-other__cont {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-hotspring-other--table {
    width: 100%;
  }
}

/*--ROOM--*/
.p-room-sec {
  margin-bottom: 150px;
}
.p-room-sec01 {
  background: url("../images/obj05.png") no-repeat center 50px;
  padding: 150px 0 0;
}
.p-room-slide {
	max-width: 1520px;
	margin: 0 auto 50px;
	position: relative;
}
.p-room-slide__thumb {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 1200px;
  margin: 0 auto;
}
.p-room-slide__thumb p {
	max-width: 140px;
	margin: 0 5px 10px;
	opacity: 0.5;
}
.p-room-slide__thumb p.thumbnail-current {
	opacity: 1.0;	
}
.p-room-slide__thumb p img {
  width: 100%;
  height: auto;
}
.p-room-slide__wrap {
	position: relative;
	margin: 0 0 20px;
  height: 750px;
}
.p-room-slide__cont img {
  width: 100%;
  height: auto;  
}
.p-room-slide__label {
  font-size: 2.2rem;
  color:#fff;
  background: #a40000;
  padding: 15px 60px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.p-room-slide__arrow {
	position: absolute;
	width: 100%;
  bottom: 50px;
}
.p-room-slide__arrow-prev {
	position: absolute;
	top: 0;
	left: 50px;
	cursor: pointer;
	width: 60px;
	height: 30px;
}
.p-room-slide__arrow-prev:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	left: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;  
}
.p-room-slide__arrow-prev:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	left: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;  
}
.p-room-slide__arrow-prev:before {
	top: 13px;
}
.p-room-slide__arrow-prev:after {
	-webkit-transform: translateY(8px) rotate(-25deg);
	transform: translateY(8px) rotate(-25deg);
	top: 0;
}
.p-room-slide__arrow-next {
	position: absolute;
	top: 0;
	right: 50px;
	cursor: pointer;
	width: 60px;
	height: 30px;
}
.p-room-slide__arrow-next:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background: #fff;
	right: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;  
}
.p-room-slide__arrow-next:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: #fff;
	right: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;  
}
.p-room-slide__arrow-next:before {
	top: 13px;
}
.p-room-slide__arrow-next:after {
	-webkit-transform: translateY(8px) rotate(25deg);
	transform: translateY(8px) rotate(25deg);
	top: 0;
}
@media screen and (max-width: 1620px) {
  .p-room-slide__wrap {
    width: calc( 100vw - 100px );
    height: calc( (100vw - 100px) * 0.49 );
  }
}
@media screen and (max-width: 1200px) {
  .p-room-sec {
    margin-bottom: 100px;
  }
  .p-room-sec01 {
    padding: 120px 0 0;
  }
}
@media screen and (max-width: 960px) {
  .p-room-sec {
    margin-bottom: 70px;
  }
  .p-room-sec01 {
    padding: 120px 0 0;
  }
  .p-room-slide {
    margin: 0 auto 30px;
  }
  .p-room-slide__wrap {
    width: calc( 100vw - 60px );
    height: calc( (100vw - 60px) * 0.49 );
  }
  .p-room-slide__label {
    font-size: 1.8rem;
    padding: 10px 30px;
  }
  .p-room-slide__arrow-prev {
    left: 30px;
  }
  .p-room-slide__arrow-prev:before {
    width: 40px;
  }
  .p-room-slide__arrow-prev:after {
    width: 10px;
  }
  .p-room-slide__arrow-prev:before {
    top: 11px;
  }
  .p-room-slide__arrow-next {
    right: 30px;
  }
  .p-room-slide__arrow-next:before {
    width: 40px;
  }
  .p-room-slide__arrow-next:after {
    width: 10px;
  }
  .p-room-slide__arrow-next:before {
    top: 11px;
  }
}
@media screen and (max-width: 769px) {
  .p-room-sec {
    margin-bottom: 50px;
  }
  .p-room-sec01 {
    background: url("../images/obj05.png") no-repeat center 50px;
    background-size: 100% auto;
  }
  .p-room-slide {
    margin: 0 auto 10px;
  }
  .p-room-slide__thumb p {
    max-width: 85px;
  }
  .p-room-slide__wrap {
    margin: 0 0 15px;
    width: calc( 100vw - 40px );
    height: calc( (100vw - 40px) * 0.49 );
  }
  .p-room-slide__label {
    font-size: 1.3rem;
    padding: 5px 20px;
  }
  .p-room-slide__arrow {
    bottom: 30px;
  }
  .p-room-slide__arrow-prev {
    left: 10px;
  }
  .p-room-slide__arrow-prev:before {
    width: 30px;
  }
  .p-room-slide__arrow-prev:before {
    top: 10px;
  }
  .p-room-slide__arrow-next {
    right: 10px;
  }
  .p-room-slide__arrow-next:before {
    width: 30px;
  }
  .p-room-slide__arrow-next:before {
    top: 10px;
  }
}
.p-room-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-room-description {
  width: 48.5%;
}
.p-room-description__ttl {
  font-size: 3.0rem;
  margin-bottom: 15px;
}
.p-room-info__table {
  width: calc( 48.5% - 20px ); 
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .p-room-info {
    display: block;
    margin: 0 0 50px;
  }
  .p-room-description {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-room-description__ttl {
    margin-bottom: 15px;
  }
  .p-room-info__table {
    width: 100%;
  } 
}
@media screen and (max-width: 769px) {
  .p-room-description {
    margin-bottom: 30px;
  }
  .p-room-description__ttl {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
  .p-room-info__table {
    width: 100%;
  } 
}
.p-room-other {
  padding: 130px 50px;
  margin-bottom: 150px;
}
.p-room-other__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .p-room-other {
    padding: 70px 50px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 960px) {
  .p-room-other {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-room-other {
    padding: 50px 0 30px;
  }
  .p-room-other__inner {
    display: block;
  }
  .p-room-other__cont {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-room-other__table {
    width: 100%;
  }
}
.p-room-noslide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.p-room-noslide-img {
  width: 48.5%;
  position: relative;
}
.p-room-noslide-img img {
  width: 100%;
  height: auto;
}
.p-room-noslide-img__label {
  font-size: 2.2rem;
  color:#fff;
  background: #a40000;
  padding: 15px 60px;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 1;
}
.p-room-noslide-description {
  width: 48.5%;
  padding: 0 0 0 20px;
}
.p-room-noslide-description__txt {
  margin-bottom: 50px;
}
.p-room-noslide-description__table {
  width: 100%;
  margin-bottom: 50px;
}
.p-room-noslide__btn {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  .p-room-noslide-img__label {
    font-size: 1.8rem;
    padding: 10px 30px;
  }
}
@media screen and (max-width: 769px) {
  .p-room-noslide {
    display: block;
    margin: 0 auto 70px;
  }
  .p-room-noslide-img__label {
    font-size: 1.3rem;
    padding: 5px 20px;
  }
  .p-room-noslide-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .p-room-noslide-description {
    width: 100%;
    padding: 0;
  }
  .p-room-noslide__btn {
    margin: 0 auto;
  }
}

/*--FAQ--*/
.p-faq-sec {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-bottom: 150px;
}
.p-faq-sec__area {
	border-top: 1px solid #d9d8d8;
	padding: 15px 0 0;
}
.p-faq-sec__cont {
	cursor:pointer;
	position: relative;
	border-bottom: 1px solid #d9d8d8;
	padding: 15px 0;
	margin: 0 0 10px;
}
.p-faq-sec__ttl {
	margin:0 0 10px;
	font-size: 2.0rem;
	color:#121212;
	padding:15px 0 15px 100px;
	display:inline-block;
	width:calc(100% - 80px);
	position: relative;
	line-height: 1.4;
}
.p-faq-sec__ttl:before {
	position: absolute;
	content:"Q";
	background: #000;
	color: #fff;
	left: 20px;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	font-size: 2.4rem;
  font-family: 'Esteban', serif;
	letter-spacing: 0.01em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-faq-sec__txt {
	font-size: 1.6rem;
	padding:15px 0 20px 100px;
	margin: 0 0 5px;
	position: relative;
}
.p-faq-sec__txt:before {
	position: absolute;
	content:"A";
	color: #000;
	border: 1px solid #000;
	left: 20px;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	text-align: center;
	font-size: 2.4rem;
  font-family: 'Esteban', serif;
	letter-spacing: 0.01em;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.selected div.p-faqCont {
	display:block;
}
.p-faq-sec__btn {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 20px;
	top: 35px;
}
.p-faq-sec__btn:before{
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #000;
	left: calc( 50% - 12px);
	top: calc( 50% - 6px); 
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-faq-sec__btn:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	background: #000;
	left: 50%;
	top: calc( 50% - 18px);
	display: block;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-faq-sec__cont .active:before{
	display: none;
}
.p-faq-sec__cont .active:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	background: #000;
	left: calc( 50% - 1px);
	top: calc( 50% - 15px);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
@media screen and (max-width: 769px) {
  .p-faq-sec {
    padding-top: 70px;
    padding-bottom: 70px;  
  }
  .p-faq-sec__cont {
    padding: 10px 0 25px;
  }
  .p-faq-sec__ttl {
    font-size: 1.8rem;
    padding: 15px 0 15px 60px;
    width: calc(100% - 25px);
  }
  .p-faq-sec__ttl:before {
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
  .p-faq-sec__txt {
    font-size: 1.5rem;
    padding: 15px 0 0 60px;
  }
  .p-faq-sec__txt:before {
    left: 0;
    width: 46px;
    height: 46px;
    font-size: 1.8rem;
  }
  .p-faq-sec__btn{
    right: 0;
    top: 30px;
  }
  .p-faq-sec__btn:before{
    width: 20px;
    height: 1px;
    left: calc( 50% - 10px);
    top: calc( 50% - 2px);
  }
  .p-faq-sec__btn:after {
    width: 1px;
    height: 20px;
    left: 50%;
    top: calc( 50% - 12px);
  }
  .p-faq-sec__cont .active:before{
    display: none;
  }
  .p-faq-sec__cont .active:after{
    width: 1px;
    height: 20px;
    left: calc( 50% - 1px);
    top: calc( 50% - 12px);
  }
}

/*--ACCESS--*/
.p-access-sec {
  margin-bottom: 150px;
}
.p-access-sec01 {
  padding-top: 120px;
}
.p-access-sec01__map iframe {
  vertical-align: bottom;
}
.p-access-sec01__info {
  background: #ffffff;
  position: relative;
  box-shadow: 0px 0px 30px -3px #7e7f7f;
  padding: 65px;
  margin-top: -100px;
  text-align: center;
}
.p-access-sec01__info:before {
  position: absolute;
  content: "";
  background: url("../images/obj03.png") no-repeat -30px -30px;
  width: 614px;
  height: 178px;
  top: 0;
  left: 0;
}
.p-access-sec01__ttl {
  font-size: 2.4rem;
  margin-bottom: 20px;
}
.p-access-sec01__txt {
  font-size: 1.8rem;
}
.p-access-sec01__tel {
  font-size: 2.4rem;
}
.p-access-sec01__tel span {
  font-size: 1.6rem;
}
.p-access-sec02 {
  padding-bottom: 1px;
}
.p-access-sec02__cont {
  margin-bottom: 110px;  
}
.p-access-sec02__ttl {
  border-bottom: 1px dotted #121212;
  font-size: 2.2rem;
  padding: 10px 0 20px 60px;
  margin-bottom: 30px;
}
.p-access-sec02__ttl span {
  color: #9c9595;
  font-size: 1.3rem;
  font-family: 'Esteban', serif;
  display: inline-block;
  margin-left: 15px;
}
.p-access-sec02__ttl.-car {
  background: url("../images/icon-car.png") no-repeat 0 10px;
  background-size :36px auto;
}
.p-access-sec02__ttl.-train {
  background: url("../images/icon-train.png") no-repeat 0 0;
  background-size :35px auto;
}
.p-access-sec02__ttl.-plain {
  background: url("../images/icon-plain.png") no-repeat 0 14px;
  background-size :41px auto;
}
.p-access-sec02__map {
  margin-bottom: 30px;
}
.p-access-sec02__map img {
  width: 100%;
  height: auto;
}
.p-access-sec02__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .p-access-sec {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 769px) {
  .p-access-sec01 {
    padding-top: 120px;
  }
  .p-access-sec01__map iframe {
    height: 300px;
  }
  .p-access-sec01__info {
    background: #ffffff;
    position: relative;
    box-shadow: 0px 0px 15px -3px #7e7f7f;
    padding: 30px;
    margin-top: -30px;
    text-align: center;
  }
  .p-access-sec01__info:before {
    position: absolute;
    content: "";
    background: url("../images/obj03.png") no-repeat -30px -30px;
    width: 614px;
    height: 178px;
    top: 0;
    left: 0;
  }
  .p-access-sec01__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-access-sec01__txt {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .p-access-sec01__tel {
    font-size: 2.4rem;
  }
  .p-access-sec01__tel a {
    font-size: 1.6rem;
    cursor: pointer;
  }
  .p-access-sec02 {
    margin: 0 auto 120px;
  }
  .p-access-sec02__cont {
    margin-bottom: 50px;  
  }
  .p-access-sec02__ttl {
    border-bottom: 1px dotted #121212;
    font-size: 1.8rem;
    padding: 10px 0 20px 50px;
    margin-bottom: 30px;
  }
  .p-access-sec02__ttl span {
    color: #9c9595;
    font-size: 1.2rem;
    font-family: 'Esteban', serif;
    display: inline-block;
    margin-left: 15px;
  }
  .p-access-sec02__ttl.-car {
    background: url("../images/icon-car.png") no-repeat 0 8px;
    background-size :36px auto;
  }
  .p-access-sec02__ttl.-train {
    background: url("../images/icon-train.png") no-repeat 0 0;
    background-size :32px auto;
  }
  .p-access-sec02__ttl.-plain {
    background: url("../images/icon-plain.png") no-repeat 0 14px;
    background-size :41px auto;
  }
  .p-access-sec02__map {
    margin-bottom: 30px;
    text-align: center;
  }
  .p-access-sec02__map img {
    max-width: 360px;
  }
  .p-access-sec02__txt {
    font-size: 1.5rem;
  }
}


/*--NEWS--*/
.p-news-list {
  padding: 150px 0 0;  
}
.p-news-list__intro {
  text-align: center;
  font-size: 2.2rem;
  margin-bottom: 50px;
}
.p-news-archive__wrap {
  background: url("../images/bg03.jpg") repeat 0 0;
  margin: 0 0 10px;
  padding: 50px 90px 30px;
}
.p-news-archive__inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.p-news-archive__inner span{
	display: inline-block;
}
.p-news-archive__inner .p-na-ttl{
	font-size: 1.6rem;
	padding: 0 0 10px 0;
	letter-spacing: 0.2em;
}
.p-news-archive__inner .p-na-select{
	font-size: 1.6rem;
	padding: 0 0 10px 10px;
}
.p-news-archive__inner .p-na-select select {
	border: 1px solid #e5e5e5;
	padding: 15px 45px 15px 15px;
	margin-right: 30px;
	-webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
	-moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
	appearance: none; /* 標準のスタイルを無効にする */
  vertical-align: middle;
  margin-bottom: 5px;
  background: #fff url(../images/select_down.png) no-repeat;
  background-size: 8px 8px;
  background-position: 95% center;
	letter-spacing: 0.2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
@-moz-document url-prefix() { /* for firefox */
  .p-news-archive__inner .p-na-select select {
      background:none;
      background-color: #FFF;
  }
}
@media screen and (max-width: 1200px) {
  .p-news-list {
    padding: 120px 0 0;  
  }
  .p-news-archive__wrap {
    padding: 30px 30px 15px;
  }
  .p-news-archive__inner .p-na-ttl{
    font-size: 1.3rem;
  }
  .p-news-archive__inner .p-na-select{
    font-size: 1.4rem;
  }
  .p-news-archive__inner .p-na-select select {
    padding: 15px 30px 15px 15px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 769px) {
  .p-news-list__intro {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
  .p-news-archive__wrap {
    padding: 20px 20px 5px;
  }
  .p-news-archive__inner {
    display: block;
  }
  .p-news-archive__inner .p-na-select{
    padding: 0 0 10px 5px;
  }
  .p-news-archive__inner .p-na-select select {
    padding: 15px 20px 15px 15px;
    margin-right: 10px;
  }
}

.p-news-list__wrap {
	width: 100%;
	margin: 0 auto 100px;
	position: relative;
}
.p-news-list__cont {
	border-bottom: 1px solid #d7d4d4;
	position: relative;
}
.p-news-list__cont a {
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  padding: 40px 50px;
	display: block;
}
.p-news-list__cont a:hover {
  padding: 40px 50px 40px 55px;
}
.p-news-list__ttl-info {
	margin: 0 0 10px;
}
.p-news-list__date{
	display: inline-block;
	color: #121212;
	font-size: 1.8rem;
	margin: 0 10px 0 0;
  font-family: 'Esteban', serif;
}
.p-news-list__cat {
	display: inline-block;
	color: #a40000;
	border: 1px solid #a40000;
	padding: 5px 20px;
	font-size: 1.3rem;
}
.p-news-list__cat a ,
.p-news-list__cat span {
	color: #a40000;
	font-size: 1.3rem;
	text-decoration: none;
}
.p-news-list__ttl{
	font-size: 3.0rem;
	margin: 0 0 5px;
	line-height: 1.4;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .p-news-list__wrap {
    margin: 0 auto 70px;
  }
  .p-news-list__cont a {
    padding: 30px;
  }
  .p-news-list__cont a:hover {
    padding: 30px 30px 30px 40px;
  }
  .p-news-list__cat a {
    font-size: 1.2rem;
  }
  .p-news-list__ttl{
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 769px) {
  .p-news-list__cont a {
    padding: 20px 10px;
  }
  .p-news-list__cont a:hover {
    padding: 20px 10px 20px 20px;
  }
  .p-news-list__ttl{
    font-size: 2.2rem;
  }
}
/*--News Detail--*/
.p-news-detail__wrap {
	width: 100%;
	margin: 0 auto 100px;
	position: relative;
}
.p-news-detail__ttl-area {
  position: relative;
  padding: 0 50px 40px;
  border-bottom: 1px solid #d9d8d8;
  margin-bottom: 10px;
  margin-top: 40px;
}
.p-news-detail__ttl-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.p-news-detail__date {
  font-size: 1.8rem;
  font-family: 'Esteban', serif;
  margin-right: 20px;
  margin-bottom: 10px;
}
.p-news-detail__cat {
  margin-bottom: 10px;
}
.p-news-detail__cat li {
  margin: 0 5px 0 0;
}
.p-news-detail__cat li a {
  display: inline-block;
  font-size: 1.5rem;
  color: #a40000;
  border: 1px solid #a40000;
  padding: 5px 20px;
  margin: 0 5px 0 0;
  text-decoration: none;
}
.p-news-detail__ttl {
  font-size: 3.5rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
.p-p-news-detail-sns {
  position: absolute;
  top: 70px;
  right: 50px;
}
.p-news-detail__wrap .p-news-entry {
  padding: 40px 50px 50px;
}
.p-news-detail__wrap .p-news-entry h2 {
	font-size: 22px;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative;
}
.p-news-detail__wrap .p-news-entry h2::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 4px;
	height: 30px;
	background: #a40000;
}
.p-news-detail__wrap .p-news-entry h3 {
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 0 14px;
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.p-news-detail__wrap .p-news-entry h3::before {
	content: '';
	position: absolute;
	top: 100%;
	border-style: solid;
	border-color: transparent;
	left: 0;
	top: 12px;
	width: 2px;
	height: 2px;
	background: #a40000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.p-news-detail__wrap .p-news-entry h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
.p-news-detail__wrap .p-news-entry img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-news-detail__wrap .p-news-entry img.alignright {
  margin: 0 0 0 10px;
  display: inline;
}	 
.p-news-detail__wrap .p-news-entry img.alignleft {
  margin: 0 10px 0 0;
  display: inline;
}		 
.p-news-detail__wrap .p-news-entry .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}  
.p-news-detail__wrap .p-news-entry .alignright {
  float: right;
} 
.p-news-detail__wrap .p-news-entry .alignleft {
  float: left;
}
.p-news-detail__wrap .p-news-entry p{
	margin-bottom: 20px;
	font-size: 18px;
}
.p-news-detail__wrap .p-news-entry img {
	margin-bottom: 10px;
}
.p-news-detail__wrap .p-news-entry a {
	color: #a40000;
}
@media screen and (max-width: 1200px) {
  .p-news-detail__ttl-area {
    padding: 0 30px 20px;
    margin-bottom: 40px;
  }
  .p-news-detail__ttl {
    font-size: 3.5rem;
  }
  .p-p-news-detail-sns {
    top: 65px;
    right: 30px;
  }
  .p-news-detail__wrap .p-news-entry {
    padding: 0 30px 50px;
  }
}
@media screen and (max-width: 769px) {
  .p-news-detail__wrap {
    margin: 0 auto 50px;
  }
  .p-news-detail__ttl-area {
    padding: 0 10px 20px;
    margin-bottom: 20px;
  }
  .p-news-detail__ttl {
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .p-circle-group.p-p-news-detail-sns {
    position: static;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .p-news-detail__cat li {
    font-size: 1.3rem;
    padding: 3px 15px;
  }
  .p-news-detail__wrap .p-news-entry {
    padding: 0 10px 10px;
  }
  .p-news-detail__wrap .p-news-entry img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .p-news-detail__wrap .p-news-entry img.alignright {
    margin: 0 auto;
    display: block;
  }	 
  .p-news-detail__wrap .p-news-entry img.alignleft {
    margin: 0 auto;
    display: block;
  }		 
  .p-news-detail__wrap .p-news-entry .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }  
  .p-news-detail__wrap .p-news-entry .alignright {
    float: none;
  } 
  .p-news-detail__wrap .p-news-entry .alignleft {
    float: none;
  }
  .p-news-detail__wrap .p-news-entry p{
    font-size: 16px;
  }
}
/*--p-detail-recent--*/
.p-detail-recent {
	margin-bottom: 100px;
}
.p-detail-recent__ttl {
	font-size: 2.6rem;
	padding: 0 0 40px;
	border-bottom: 1px solid #d9d8d8;
	margin: 0 0 10px;
}
.p-detail-recent__ttl span {
	font-size: 1.5rem;
	margin: 0 20px;
  display: inline-block;
}
.p-detail-recent__cont {
	border-bottom: 1px solid #d9d8d8;
	position: relative;
	margin: 0 0 5px;
}
.p-detail-recent__cont a {
	text-decoration: none;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	padding: 20px 10px;
	display: block;
}
.p-detail-recent__cont a:hover {
	padding: 20px;
}
.p-detail-recent__date {
	display: inline-block;
	color: #121212;
	font-size: 1.6rem;
	margin: 0 10px 10px 0;
  font-family: 'Esteban', serif;
}
.p-detail-recent__cat {
	display: inline-block;
	color: #a40000;
	border: 1px solid #a40000;
	padding: 6px 20px;
	font-size: 1.3rem;
  margin-right: 20px;
}
.p-detail-recent__ttl-s{
	font-size: 1.6rem;
	margin: 0 0 5px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	display: inline-block;
}
@media screen and (max-width: 769px) {
	.p-detail-recent__ttl {
		font-size: 2.0rem;
		padding: 0 0 20px;
	}
	.p-detail-recent__ttl span {
		font-size: 1.3rem;
		margin: 0 20px 0 0;
		display: block;
	}
	.p-detail-recent__cont a {
		padding: 10px;
	}
	.p-detail-recent__cont a:hover {
		padding: 10px 10px 10px 20px;
	}
	.p-detail-recent__cat {
		padding: 2px 20px;
		margin-right: 20px;
	}
	.p-detail-recent__ttl-s{
		display: inline-block;
	}
}

/*--Pager--*/
.p-pager {
	margin: 50px 0 ;
	text-align:center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-pager span,
.p-pager a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	width: 50px;
	height: 50px;
	line-height: 1.0;
	border: 1px solid #a40000;
	font-size: 1.4rem;
  font-family: 'Esteban', serif;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	letter-spacing: 0.05em;
}
.p-pager a {
	color: #a40000;
	text-decoration:none;
	background: none;
}
.p-pager span,
.p-pager a:hover {
	background: #a40000;
	color: #fff;
	text-decoration:none;
}

/*--p-detail-pager--*/
.p-detail-pager {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 150px;
}
.p-detail-pager__list {
  width: 230px;
  margin: 20px auto;
}
.p-detail-pager__list a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	text-decoration: none;
	font-size: 1.8rem;
  height: 60px;
	color: #121212;
	line-height: 1.2;
	position: relative;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin: 0 0 3px;
  border-bottom: 1px solid #121212;
  margin: 0 10px;
}
.p-detail-pager div {
  width: calc( 50% - 120px);
	position: relative;
}
.p-detail-pager div a {
	display: block;
	width: 100%;
	position: relative;
	font-size: 1.4rem;
	color: #000;
	text-decoration: none;
}
.p-detail-pager div a:hover {
	color: #a40000;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-detail-pager__prev a {
	padding: 0 40px 0 45px;
}
.p-detail-pager__prev a:before {
	position: absolute;
	content: "";
	width: 20px;
  height: 1px;
	background: #121212;
	-webkit-transform: translateY(8px) rotate(25deg);
	transform: translateY(8px) rotate(25deg);
	top: calc(50% - 1px);
	left: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-detail-pager__prev a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: #121212;
	-webkit-transform: translateY(8px) rotate(-25deg);
	transform: translateY(8px) rotate(-25deg);
	top: calc(50% - 10px);
	left: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-detail-pager__prev a:hover:before {
	left: -5px;
}
.p-detail-pager__prev a:hover:after {
	left: -5px;
}
.p-detail-pager__next a {
	padding: 0 45px 0 40px;
	text-align: right;
}
.p-detail-pager__next a:before {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: #121212;
	-webkit-transform: translateY(8px) rotate(-25deg);
	transform: translateY(8px) rotate(-25deg);
	top: calc(50% - 1px);
	right: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-detail-pager__next a:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 1px;
	background: #121212;
	-webkit-transform: translateY(8px) rotate(25deg);
	transform: translateY(8px) rotate(25deg);
	top: calc(50% - 10px);
	right: 0;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-detail-pager__next a:hover:before {
	right: -5px;
}
.p-detail-pager__next a:hover:after {
	right: -5px;
}
.p-detail-pager div a span {
	color: #b9a068;
	font-size: 1.2rem;
}
@media only screen and (max-width: 960px) {
  .p-detail-pager {
    margin: 0 auto 100px;
  }
  .p-detail-pager__list {
    width: 200px;
    margin: 20px auto;
  }
  .p-detail-pager__list a {
    font-size: 1.6rem;
  }
  .p-detail-pager div {
    width: calc( 50% - 100px);
  }
  .p-detail-pager__prev a {
    padding: 0 20px 0 45px;
  }
  .p-detail-pager__next a {
    padding: 0 45px 0 20px;
  }
}
@media only screen and (max-width: 769px) {
  .p-detail-pager {
    display: block;
    margin: 0 auto 100px;
  }
  .p-detail-pager__list {
    width: 240px;
    margin: 20px auto 15px;
  }
  .p-detail-pager__list a {
    border: 1px solid #121212;
    font-size: 1.5rem;
    height: 60px;
  }
  .p-detail-pager div {
    width: 100%;
    position: relative;
  }
}

/* サークルのスタイル */
.p-circle-group {
	margin-bottom: 40px;
	margin-right: 0;
  display: flex;
  justify-content: flex-end;
}
.p-sns_circle{
	position:relative;
	width: 30px;
	height: 30px;
	margin:0 3px 0 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #999;
	list-style: none;
}

/* Webフォントに関する指定 */
.p-sns_circle span{
	position:absolute;
	font-size:1.5rem;
	color:#FFF;
}
.p-sns_circle span i{
	color:#fff;
}
/* Webフォントに関する指定(Twitter) */
.p-sns_circle.twitter.p-sns_circle span{
	position:absolute;
	padding:2px 0 0 8px;
}
/* Webフォントに関する指定(Facebook) */
.p-sns_circle.facebook.p-sns_circle span{
	position:absolute;
	padding:2px 0 0 10px;
}
/* Webフォントに関する指定(Google+) */
.p-sns_circle.googleplus.p-sns_circle span{
	position:absolute;
	padding:2px 0 0 7px;
	font-size:1.5rem;
}
/* Webフォントに関する指定(LINE) */
.p-sns_circle.line.p-sns_circle span{
	position:absolute;
	padding:6px 0 0 0;
	letter-spacing: 0;
	font-size:1.1rem;
}
/* リンク領域をブロック全体に */
.p-sns_circle a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent:-999px;
	color:#FFF;
}
/* マウスオーバー時のスタイル */
.p-sns_circle a:hover{
	background-color:#FFF;
	opacity: 0.5;
}
/* Font Awesome LINE（手作り） */
.fa-line:before {
	content: "LINE";
	font-family: 'Meiryo',sans-serif;
	font-weight: bold;
}
/* アイコン毎の配色と配置 */
.p-sns_circle.hatebu{
	background-color: #006fbb;
}
.p-sns_circle.twitter{
	background-color: #00acec;
}
.p-sns_circle.facebook{
	background-color: #265a96;
}
.p-sns_circle.googleplus{
	background-color: #dd4b39;
}
.p-sns_circle.line{
	background-color: #2cbf13;
}


/*--FAQ--*/
.p-faq-sec {
  padding: 150px 0 0; 
}
.p-faq-innerlink {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 100px;
}
.p-faq-innerlink__li {
  width: 28%;
  margin: 0 2.5% 30px;
}
.p-faq-innerlink__li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #121212;
  height: 80px;
  font-size: 2.0rem;
  letter-spacing: 0.1em;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  text-decoration: none;
  text-align: center;
}
.p-faq-innerlink__li a:before,
.p-faq-innerlink__li a:after {
  position: absolute;
  content: "";
  height: 1px;
  background: #a40000;
  transition: all .3s;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.p-faq-innerlink__li a:before {
  width: 100%;
  left: 0;
  bottom: 0;
}
.p-faq-innerlink__li a:after {
  width: 10px;
  bottom: 3px;
  right: 0;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
.p-faq-innerlink__li a:hover:before {
  width: calc( 100% + 5px );
}
.p-faq-innerlink__li a:hover:after {
  right: -5px;
}

.p-faq-sec__area {
  margin-bottom: 100px;
}
.p-faq-sec__cont {
	cursor:pointer;
	position: relative;
	border-bottom: 1px solid #d7d4d4;
	padding: 15px 0 10px;
	margin: 0 0 10px;
}
.p-faq-sec__ttl {
	margin: 0 0 20px;
	font-size: 1.8rem;
	color: #121212;
	padding: 15px 0 15px 100px;
	display: inline-block;
	width: calc(100% - 80px);
	position: relative;
	line-height: 1.4;
}
.p-faq-sec__ttl:before {
	position: absolute;
	content:"Q";
	background: #a92121;
	color: #fff;
	left: 20px;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	font-size: 2.4rem;
  font-family: 'Esteban', serif;
	letter-spacing: 0.01em;
	display: flex;
	justify-content: center;
	align-items: center;
}
.p-faq-sec__txt {
	font-size: 1.6rem;
	padding:15px 0 25px 100px;
	margin: 0 0 5px;
	position: relative;
}
.p-faq-sec__txt:before {
	position: absolute;
	content:"A";
	color: #a40000;
	border: 2px solid #a40000;
	left: 20px;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	font-size: 2.4rem;
  font-family: 'Esteban', serif;
	letter-spacing: 0.01em;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.selected div.faqCont {
	display:block;
}
.p-faq-sec__btn{
	position: absolute;
	width: 25px;
	height: 25px;
	right: 20px;
	top: 35px;
}
.p-faq-sec__btn:before{
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #a40000;
	left: calc( 50% - 12px);
	top: calc( 50% - 4px); 
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-faq-sec__btn:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	background: #a40000;
	left: 50%;
	top: calc( 50% - 16px);
	display: block;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.p-faq-sec__cont .active:before{
	display: none;
}
.p-faq-sec__cont .active:after{
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	background: #a40000;
	left: calc( 50% - 1px);
	top: calc( 50% - 10px);
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}
@media screen and (max-width: 1200px) {
  .p-faq-sec {
    padding: 120px 0 0; 
  }
}
@media screen and (max-width: 769px) {
  .p-faq-innerlink {
    margin-bottom: 50px;
    justify-content: space-between;
  }
  .p-faq-innerlink__li {
    width: 47%;
    margin: 0 0 20px;
  }
  .p-faq-innerlink__li a {
    height: 55px;
    padding: 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  .p-faq-sec__ttl {
    font-size: 1.6rem;
    padding: 15px 0 5px 60px;
    width: calc(100% - 35px);
  }
  .p-faq-sec__ttl:before {
    left: 0;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
  }
  .p-faq-sec__txt {
    font-size: 1.5rem;
    padding: 15px 0 15px 60px;
  }
  .p-faq-sec__txt:before {
    left: 0;
    width: 46px;
    height: 46px;
    font-size: 1.8rem;
  }
  .p-faq-sec__btn{
    right: 0;
    top: 30px;
  }
  .p-faq-sec__btn:before{
    width: 15px;
    height: 1px;
    left: inherit;
    right: 0;
    top: calc( 50% - 3px ); 
  }
  .p-faq-sec__btn:after{
    width: 1px;
    height: 15px;
    left: inherit;
    right: 7px;
    top: calc( 50% - 10px );
  }
  .p-faq-sec__cont .active:before{
    display: none;
  }
  .p-faq-sec__cont .active:after{
    width: 1px;
    height: 15px;
    left: inherit;
    right: 7px;
    top: calc( 50% - 10px );
  }
}

/*--CONTACT--*/
.p-contact-sec {
  margin-bottom: 150px;
}
.p-contact-sec01 {
  padding-top: 150px;
}
.p-contact-sec01__cont {
	text-align: center;
	padding: 30px 20px;
  background: url("../images/bg03.jpg") repeat 0 0;
	text-align: center;
}
.p-contact-sec01__ttl {
	font-size: 2.0rem;
	margin-bottom: 5px;
  color: #121212;
}
.p-contact-sec01__tel-fax {
  display: flex;
  justify-content: center;
}
.p-contact-sec01__tel {
  font-size: 2.2rem;
  font-family: 'Esteban', serif;
  line-height: 1.0;
  padding: 7px 0 15px;
  display: inline-block;
  letter-spacing: 0.1em;
  color: #a40000;
}
.p-contact-sec01__tel span {
  font-size: 4.5rem;
  font-family: 'Esteban', serif;
  line-height: 1.0;
  letter-spacing: 0.1em;
  padding: 7px 0 0 10px;
  color: #a40000;
}
.p-contact-sec01__btn-tel {
	display: none;
}
.p-contact-sec01__txt {
	font-size: 1.6rem;
  color: #121212;
}
@media screen and (max-width: 1200px) {
  .p-contact-sec01 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 769px) {
  .p-contact-sec {
    margin-bottom: 70px;
  }
  .p-contact-sec01__cont {
    padding: 30px 20px;
  }
  .p-contact-sec01__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-contact-sec01__tel {
    display: none;
  }
  .p-contact-sec01__btn-tel {
    display: block;
    margin-bottom: 15px;
  }
  .p-contact-sec01__btn-tel a {
    line-height: 1.4;
  }
  .p-contact-sec01__txt {
    font-size: 1.4rem;
  }
}

.p-contact-sec02__txt {
  text-align: center;
  margin-bottom: 50px;
  font-size: 1.6rem;
}
.p-contact-sec02__txt span {
  font-size: 1.6rem;
  color: #a40000;
}
.p-contact-sec02__flow {
  max-width: 800px;
  text-align: center;
  margin: 0 auto 70px;
}
.p-contact-sec02__flow p {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 70px 15px 0;
  letter-spacing: 0.05em;
  color: #121212;
  position: relative;
}
#form01 .p-contact-sec02__flow p:nth-child(1),
#form02 .p-contact-sec02__flow p:nth-child(2) {
	color: #a40000;
	position: relative;
}
.p-contact-sec02__flow p:before {
  position: absolute;
  content: "";
  border: 1px solid #121212;
  border-left: none;
  border-bottom: none;
  right: -42px;
  width: 8px;
  height: 8px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-contact-sec02__flow p:after {
  position: absolute;
  content: "";
  background: #353535;
  left: -10px;
  width: calc( 100% + 20px );
  height: 1px;
  bottom: -10px;
}
#form01 .p-contact-sec02__flow p:nth-child(1):before,
#form02 .p-contact-sec02__flow p:nth-child(2):before {
  border: 1px solid #a40000;
  border-left: none;
  border-bottom: none;
}
#form01 .p-contact-sec02__flow p:nth-child(1):after,
#form02 .p-contact-sec02__flow p:nth-child(2):after {
  background: #a40000;
}
.p-contact-sec02__flow p:last-child {
  margin: 0 0 15px 0;
}
.p-contact-sec02__flow p:last-child:before {
  display: none;
}
@media screen and (max-width: 769px) {
  .p-contact-sec02__txt {
    margin-bottom: 30px;
    font-size: 1.4rem;
  }
  .p-contact-sec02__txt span {
    font-size: 1.4rem;
  }
  .p-contact-sec02__flow {
    margin: 0 auto 50px;
  }
  .p-contact-sec02__flow p {
    font-size: 1.4rem;
    margin: 0 40px 15px 0;
  }
  .p-contact-sec02__flow p:before {
    right: -30px;
  }
  .p-contact-sec02__flow p:after {
    left: -5px;
    width: calc( 100% + 10px );
  }
}

/* 必須 */
.p-rec-icon {
	background: #a40000;
	color: #fff;
	padding: 8px 15px;
	margin: 0 5px 0 0;
	font-size: 1.4rem;
	line-height: 1.0;
}	
/* フォームテーブル */
.p-form-table {
	width:100%;
	margin: 0 0 80px;
	border-bottom: 1px solid #d7d4d4;
}
.p-form-table th,
.p-form-table td {
	padding: 40px 30px;
	border-top: 1px solid #d7d4d4;
	vertical-align: middle;
}
.p-form-table th {
  width: 310px;
  font-size: 1.8rem;
}
#form02 .p-form-table th {
	width: 310px;
}
#form02 .p-form-table td {
  width: calc( 100% - 310px );
}
.p-form-table td.p-col-s {
  width: 80px;
  padding: 30px 0 !important;
  border-top: 1px solid #d7d4d4;
}	
/* フォーム */	
.p-form-table input,
.p-form-table select {
  margin: 0 10px 0 0;
  padding: 15px 20px;
	color:#000;
	font-size: 1.6rem;
	border: none;
	border: 1px solid #eeeeee;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
.p-form-table select{
	border: 1px solid #eeeeee;
	padding: 15px 35px 15px 15px;
}
.p-form-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  margin-bottom: 5px;
  background:#fff url(../images/select_down.png) no-repeat;
  background-size: 8px 8px;
  background-position: 93% center;
}
@-moz-document url-prefix() { /* for firefox */
  .p-form-table select {
      background:none;
      background-color: #FFF;
  }
}	
.p-form-s input {
	width: 100px;
}	
.p-form-m input {
  width: 100%;
  max-width: 450px;
}	
/* 郵便番号など */
.p-form-ms input {
  width: 100%;
  max-width: 150px;
}
/* ラジオボタン */
.p-form-r{
	display: none;
}
.p-form-r + label{
	padding-left: 23px;
	position:relative;
	margin-right: 10px;
}
.p-form-r + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.p-form-r:checked + label{
	color: #cd0303;
}
.p-form-r:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 3px;
	width: 11px;
	height: 11px;
	background: #cd0303;
	border-radius: 50%;
}
/* 住所など */
.p-form-l input,
.p-form-l textarea {
  width: 100%;
  max-width:700px;
}				
.p-form-l textarea {
  padding: 10px 20px;
	font-size: 1.6rem;
	height: 200px;
	border: 1px solid #eeeeee;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}	
/* プラポリ */
.p-contact__pp {
	padding: 40px;
	width: 100%;
	height: 300px;
	border: 1px solid #dee0e2;
	overflow: auto;
	margin: 0 0 70px;
	font-size: 1.5rem;
}
.p-contact__pp-ttl {
	font-weight: 900;
	font-size: 1.4rem;
}
.p-contact__pp-txt {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
/*注意書き*/
#form01 .p-form-table .p-col-l span {
	display: block;
	font-size: 1.4rem;
}
#form02 .p-form-table .p-col-l span {
	display: none;
}
p.contact-caution01,
p.contact-caution02 {
	text-align: center;
	padding: 20px;
	margin-bottom: 40px;
}
p.contact-caution01 {
	border: 5px solid #000;
	color: #000;
}
p.contact-caution01 {
	display: none;
}
#form02 p.contact-caution01,#form03 p.contact-caution01 {
	border: 5px solid #000;
	color: #000;
	display: block;
}
p.contact-caution02 {
	border: 5px solid #ff0000;
	color: #ff0000;
}
.p-contact__btn-txt {
  text-align: center;
  margin-bottom: 20px;
  color: #a40000;
}
@media screen and (max-width: 769px) {
  .p-rec-icon {
    font-size: 1.2rem;
  }	
  /* フォームテーブル */
  .p-form-table {
    margin: 0 0 40px;
  }
  .p-form-table th,
  .p-form-table td {
    display: block;
    width:100%;
    max-width: 100%;
    padding: 15px 10px;
    border-top: 1px solid #e0e1e2;
    font-size: 1.4rem;
    vertical-align: middle;
  }
  .p-form-table th {
    width: calc( 100% - 80px );
    float: left;
  }
  #form02 .p-form-table th {
    width:100%;
  }
  #form02 .p-form-table td {
    font-size: 1.4rem;
  }
  .p-col-l {
    width:100%;
    clear: both;
  }	
  .p-form-table td.p-col-s {
    width:80px;
    float: right;
    text-align: right;
    font-size: 1.5rem;
    padding: 15px 0 !important;
  }
  /* フォーム */	
  .p-form-table input,
  .p-form-table select {
    font-size: 1.4rem;
  }
  .form-s input {
    width:100%;
  }	
  .p-form-m input {
    width:100%;
  }	
  /* 郵便番号など */
  .p-form-ms input {
    width:100%;
  }
  /* ラジオボタン */
  .p-form-r{
    display: none;
  }
  .p-form-r + label{
    padding-left: 23px;
    position:relative;
    margin-right: 10px;
  }
  .p-form-r + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
    border-radius: 50%;
  }
  .p-form-r:checked + label{
    color: #cd0303;
  }
  .p-form-r:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 3px;
    width: 11px;
    height: 11px;
    background: #cd0303;
    border-radius: 50%;
  }
  /* 住所など */
  .p-form-l input,
  .p-form-l textarea {
    width:100%;
  }				
  .p-form-l textarea {
    padding:8px;
    font-size: 1.5rem;
    height: 200px;
    border: 1px solid #eeeeee;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  }
  /* プラポリ */
  .p-contact__pp {
    padding: 20px;
    height: 200px;
    margin: 0 0 50px;
    font-size: 1.4rem;
  }
  .p-contact__pp-ttl {
    font-weight: 900;
    font-size: 1.4rem;
  }
  .p-contact__pp-txt {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  /*注意書き*/
  #form01 .p-form-table .p-col-l span {
    display: block;
    font-size: 1.4rem;
  }
  #form02 .p-form-table .p-col-l span {
    display: none;
  }
  p.contact-caution01,
  p.contact-caution02 {
    text-align: center;
    padding: 20px;
    margin-bottom: 40px;
  }
  p.contact-caution01 {
    border: 5px solid #000;
    color: #000;
  }
  p.contact-caution01 {
    display: none;
  }
  #form02 p.contact-caution01,#form03 p.contact-caution01 {
    border: 5px solid #000;
    color: #000;
    display: block;
  }
  p.contact-caution02 {
    border: 5px solid #ff0000;
    color: #ff0000;
  }
}

/* ボタン */
input[type="button"],input[type="submit"] {
    -webkit-appearance: none;
}
p.btn-top {
	width: 80%;
	max-width: 260px;
	height: 60px;
	margin:0 auto;
}
p.btn-top a,
p.btn-top a:link,
p.btn-top a:visited {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80%;
	height: 60px;
	border: none;
	color:#fff;
	background: #121212;
	border: 2px solid #121212;
	margin:0 auto;
	font-size:1.4rem;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align:center;
	vertical-align:center;
	line-height: 1.4;
	letter-spacing: 0.15em;
	text-decoration: none;
	box-shadow: 0px 0px 10px -3px #adacac;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}		
p.btn-top a:hover,
p.btn-top a:active {
	background: #fff;
	border: 2px solid #121212;
	color: #121212;
}							
#form01 .p-btn-area {
	width: 100%;
  max-width: 500px;
	margin: 0 auto 100px;
}
#form02 .p-btn-area {
  width: 600px;
  text-align: center;
  margin: 0 auto 100px;
}
#form02 .p-btn-area p{
  display: inline-block;
  margin: 0 5px;
  width: calc( 50% - 10px );
  max-width: 260px;
}
/* 送信 */
p.p-btn-submit {
  position: relative;
  max-width: 340px;
  margin: 0 auto;
}
p.p-btn-submit input,
p.p-btn-submit button,
p.p-btn-submit a {
	cursor: pointer;
	display: block;
	color: #fff;
	border: 1px solid #a40000;
  background: #a40000;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	text-align: center;
	vertical-align: center;
	line-height: 1.4;
	letter-spacing: 0.15em;
  width: 100%;
  font-size: 2.0rem;
  height: 90px;
  position: relative;
  max-width: 340px;
}

p.p-btn-submit input:hover,
p.p-btn-submit button:hover,
p.p-btn-submit a:hover {
	border: 1px solid #950404;
  background: #950404;
}
#form01 p.p-btn-submit input,
#form01 p.p-btn-submit button,
#form01 p.p-btn-submit a {
	width: 100%;
	height: 90px;
	margin: 0 auto;
	font-size: 2.0rem;
  background: #a40000;
}
#form01 p.p-btn-submit input:hover,
#form01 p.p-btn-submit button:hover,
#form01 p.p-btn-submit a:hover {
	border: 1px solid #950404;
  background: #950404;
}
#form01 p.p-btn-submit button span {
	font-size: 1.4rem;
  color: #fff;
	transition: all .3s;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#form01 p.p-btn-submit a {
	text-decoration:none;
}
#form02 p.p-btn-submit a,
#form02 p.p-btn-submit input,
#form02 p.p-btn-submit button{
	width: 100%;
  font-size: 1.6rem;
	max-width: 340px;
	height: 60px;
  margin: 0;
  display: inline-block;
}
#form02 p.p-btn-submit input:hover {
  background: #122568;
  color: #fff;
}
#form02 p.p-btn-submit.comfirm {
	display: none;
}
/* 戻る */
#form02 p.p-btn-return input{
	cursor: pointer;
	display: inline-block;
	width: 100%;
	max-width: 340px;
	height: 60px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	margin:0 auto;
	color:#fff;
	background: #a0a0a0;
	border: 1px solid #a0a0a0;
	font-size: 1.6rem;
	font-weight: 700;
	border: none;
	border-radius: 60px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
}
#form02 p.p-btn-return a:hover,
#form02 p.p-btn-return input:hover {
  background: #a4a3a3;
  color: #fff;
}
/* 完了テキスト */
.complete-txt {
	text-align: center;
}
@media screen and (max-width: 769px) {
  /* ボタン */
  input[type="button"],input[type="submit"] {
      -webkit-appearance: none;
  }
  p.btn-top {
    width: 80%;
    max-width: 260px;
    height: 60px;
    margin:0 auto;
  }
  p.btn-top a,
  p.btn-top a:link,
  p.btn-top a:visited {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 60px;
    border: none;
    color:#fff;
    background: #121212;
    border: 2px solid #121212;
    margin:0 auto;
    font-size:1.4rem;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    text-align:center;
    vertical-align:center;
    line-height: 1.4;
    letter-spacing: 0.15em;
    text-decoration: none;
    box-shadow: 0px 0px 10px -3px #adacac;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }		
  p.btn-top a:hover,
  p.btn-top a:active {
    background: #fff;
    border: 2px solid #121212;
    color: #121212;
  }							
  #form01 .p-btn-area {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 100px;
  }
  #form02 .p-btn-area {
    width: 600px;
    text-align: center;
    margin: 0 auto 100px;
  }
  #form02 .p-btn-area p{
    display: inline-block;
    margin: 0 5px;
    width: calc( 50% - 10px );
    max-width: 260px;
  }
  /* 送信 */
  p.p-btn-submit {
    max-width: 340px;
  }
  p.p-btn-submit:before {
    left: -15px;
    width: 40px;
  }
  p.p-btn-submit input,
  p.p-btn-submit button,
  p.p-btn-submit a {
    font-size: 1.6rem;
    height: 80px;
    max-width: 340px;
  }
  #form01 p.p-btn-submit input,
  #form01 p.p-btn-submit button,
  #form01 p.p-btn-submit a {
    height: 80px;
    font-size: 1.8rem;
  }
  #form01 p.p-btn-submit button span {
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }
  #form02 p.p-btn-submit a,
  #form02 p.p-btn-submit input,
  #form02 p.p-btn-submit button{
    width: 100%;
    font-size: 1.6rem;
    max-width: 340px;
    height: 60px;
    margin: 0;
    display: inline-block;
  }
  #form02 p.p-btn-submit input:hover {
    background: #122568;
    color: #fff;
  }
  #form02 p.p-btn-submit.comfirm {
    display: none;
  }
  /* 戻る */
  #form02 p.p-btn-return input{
    cursor: pointer;
    display: inline-block;
    width: 100%;
    max-width: 340px;
    height: 60px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin:0 auto;
    color:#fff;
    background: #a0a0a0;
    border: 1px solid #a0a0a0;
    font-size: 1.6rem;
    font-weight: 700;
    border: none;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
  }
  #form02 p.p-btn-return a:hover,
  #form02 p.p-btn-return input:hover {
    background: #a4a3a3;
    color: #fff;
  }
  /* 完了テキスト */
  .complete-txt {
    text-align: center;
  }
}

/*--search--*/
.p-search-sec {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 150px;
  margin-bottom: 150px;
  position: relative;
  padding: 30px 0;
}
.p-search-sec:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #d7d4d4;
  left: 50%;
  top: 0;
}
.p-search-sec__l {
  width: 45.4%;
}
.p-search-sec__r {
  width: 45.4%;
}
.p-search-sec__ttl {
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.p-search-sec__box {
  margin-bottom: 10px;
}
.p-search-sec select {
  border: none;
  background: none;
  font-size: 4.0rem;
  font-family: 'Esteban', serif;
  padding: 0 15px 5px 0;
  background: url(../images/select_down.png) no-repeat;
  background-size: 7px 6px;
  background-position: 95% center;
  cursor: pointer;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-bottom: 1px solid #000;
  line-height: 1.0;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.p-search-sec__inquiry {
  font-size: 1.5rem;
  margin: 15px 0 0;
}
.p-search-sec__btn {
  margin: 0 0 50px 0;
}
.p-search-sec__btn a span {
  display: inline-block;
  background: url("../images/icon-plan.png") no-repeat 0 center;
  background-size: 22px auto;
  padding: 0 0 0 30px;
}
.p-search-sec__tel {
  font-size: 4.0rem;
  font-family: 'Esteban', serif;
  line-height: 1.0;
}
.p-search-sec__tel span {
  font-size: 2.2rem;
  font-family: 'Esteban', serif;
}
@media screen and (max-width: 1200px) {
  .p-search-sec {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .p-search-sec__ttl {
    font-size: 1.6rem;
  }
  .p-search-sec select {
    font-size: 3.0rem;
  }
  .p-search-sec__inquiry {
    font-size: 1.5rem;
    margin: 10px 0 0;
  }
  .p-search-sec__btn a span {
    background: url("../images/icon-plan.png") no-repeat 0 center;
    background-size: 18px auto;
  }
  .p-search-sec__tel {
    font-size: 3.2rem;
  }
  .p-search-sec__tel span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 769px) {
	.p-search-sec__l {
		width: 100%;
    margin-bottom: 50px;
	}
	.p-search-sec__r {
		width: 100%;
	}
  .p-search-sec__ttl {
    font-size: 1.6rem;
  }
  .p-search-sec {
    text-align: center;
  }
  .p-search-sec:before {
    display: none;
  }
  .p-search-sec select {
    font-size: 2.5rem;
  }
  .p-search-sec__inquiry {
    font-size: 1.3rem;
    margin: 5px 0 0;
  }
  .p-search-sec__btn {
    margin: 0 auto 50px;
  }
}

/*editor*/
/* Alignments */
.alignleft {
  float: left;
  margin-right: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem);
  }
}
.alignright {
  float: right;
  margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem);
  }
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*キャプション崩れ*/
.wp-caption {
	max-width: 100% !important;
}


/* ====================================
Utility
====================================== */
.u-left {
  text-align: left !important;
}
.u-right {
  text-align: right;
}
.u-center {
  text-align: center;
}
.u-color-1 {
  color: #d31a1a;
}
.u-mb15 { margin-bottom: 15px; }
/*----クリア----*/
.clear { clear: both; }
/*--clearfix--*/
.cf, main {
  *zoom: 1;
}
.cf:before, .cf:after, main:before, main:after {
  content: " ";
  display: table;
}
.cf:after, main:after, .p-news-entry:after {
  clear: both;
}
/*--show/hide--*/
.u-cont-sl { display: none; }
.u-cont-sn { display: none; }
.u-cont-st  { display: none; }
.u-cont-s { display: none; }
.u-cont-pl { display: block; }
.u-cont-pn { display: block; }
.u-cont-pt  { display: block; }
.u-cont-p { display: block; }
@media screen and (max-width:1200px) {
	.u-cont-sl { display: block; }
	.u-cont-pl { display: none; }
}
@media screen and (max-width:960px){
	.u-cont-sn { display: block; }
	.u-cont-pn { display: none; }
}
@media screen and (max-width:769px) {
	.u-cont-st  { display: block; }
	.u-cont-pt  { display: none; }
}
@media screen and (max-width:600px) {
	.u-cont-s  { display: block; }
	.u-cont-p  { display: none; }
}
