/*共通*/
img {
  object-fit: contain;
  width: 100%;
}

body {
  font-family: "リュウミン L-KL", "Ryumin Light KL", "Noto Serif JP",
    "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
}

@media only screen and (min-width: 751px) {
body {
    width: 750px;
	margin: auto;
	}
}

.bg-gray {
  color: #fff;
  background: linear-gradient(
    0deg,
    rgb(85, 88, 95) 50%,
    rgb(131, 135, 146) 100%
  );
}

.bg-lightgray {
  background: linear-gradient(
    0deg,
    rgb(205, 205, 205) 50%,
    rgb(247, 247, 247) 100%
  );
}

.scroll_up_fv {
    animation-name: fadein;
    animation-duration: 3s;
}

@keyframes fadein{
    from{
    opacity: 0;
    transform: translatey(20px);
    }
    to{
    opacity: 1;
    transform: translatey(0);
    }
}

.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1.0;
}

.timing02 {transition-delay: .2s;}
.timing03 {transition-delay: .4s;}


/*header*/
.header-menu {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;	
}

.header-menu-list {
  display: flex;
  color: #fff;
  text-align: center;
}

.header-menu-item.logo {
  display: flex;
  width: 80%;
}

.header-logo-img {
  width: 30px;
  height: 30px;
  margin: auto 15px auto 20px;
}

.header-logo {
	padding: 10px 0;
}

.header-logo-lead {
  text-align: left;
  font-size: 0.6rem;	
}

.header-logo-text {
  font-size: 0.8rem;
}

.bg-gold {
  background: #987e39;
}

.bg-gold + .bg-gold {
  border-left: #fff 1px solid;
}

.bg-blue {
  background: #001c52;
}

.bg-blue:first-child {
  border-right: #fff 1px solid;
}

.header-menu-item {
  width: 26%;
  cursor: pointer;
}

.header-menu-icon {
  width: 20px;
  height: 20px;
  margin: 10px 0 0;
}

.header-menu-text {
  font-size: 0.5rem;
  text-align: center;
  padding: 5px;
}

.fv {
  position: relative;
}

.fv-title {
  position: absolute;
  bottom: 20%;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 0 30px;
}

.title-lead-img {
  width: 50%;
}

.fv-title-sub {
  padding: 50px 0 30px 0;
}

.fv-title-sub-text {
  font-size: 0.9rem;
}

.fv-title-main-text {
  font-size: 1.2rem;
}

.point {
  color: #fff;
}

.point-inner {
  position: relative;
  height: 300px;
}

.point-img {
  height: 300px;
  object-fit: cover;
}

.point-list {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100%;
  text-align: center;
}

.point-item {
  border-bottom: 1px solid #fff;
  padding: 10px;
  min-height: 75px;
}

.point-item:nth-child(4) > p {
  line-height: 50px;
}

/*cta-area*/

.cta-area {
  text-align: center;
  padding: 30px;
}

.cta-area-text {
  padding: 10px 0 30px 0px;
}

.cta-area-text-sub {
  font-size: 0.8rem;
}

.cta-area-text-main {
  font-size: 1.0rem;
  font-weight: bold;
}

.cta-area-text-note {
  font-size: 0.6rem;
}

.cta-area-btn-line {
  background: #06c755;
  color: #fff;
  border-radius: 4px;
  padding: 20px 0px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  display: block;
  margin: auto;
  font-size: 0.9rem;
  font-weight: bold;
}

.icon {
  width: 30px;
  height: 30px;
}

.cta-area-btn-text {
  font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

/*location*/
.location {
}

.location-title-container {
  position: relative;
}

.title-img {
}

.location-title {
  position: absolute;
  top: 40%;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

.location-contents {
  padding: 40px 25px;
  text-align: center;
}

.location-contents-title {
  font-size: 1rem;
  padding-bottom: 10px;
}

.location-img {
  padding: 30px 0 40px 0;
}
.location-contents-text {
  font-size: 0.8rem;
}

.location-contents-img-town {
  display: flex;
}

.location-contents-img-town-item {
  width: calc(100% / 3);
}

.location-contents-info-list {
  text-align: left;
  padding: 40px 0 0 0;
  text-shadow: 1px 1px 2px #7b7b7b;
}

.location-contents-info {
}

.location-contents-info + .location-contents-info {
  padding-top: 20px;
}

.location-contents-info-item {
  padding-left: 10px;
}

.location-contents-info-item-sub {
  font-size: 0.6rem;
}

.location-contents-note {
  font-size: 0.6rem;
  padding-top: 30px;
  text-align: left;
}

.location-contents-around {
  padding-top: 30px;
}

.location-contents-around-image-big {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 30px;
}

.location-contents-around-image-small {
  width: 100%;
  margin: auto;
  position: relative;
  padding-bottom: 15px;
}

.location-contents-around-caption {
  position: absolute;
  text-align: left;
  font-size: 0.6rem;
  padding-top: 5px;
}

.location-contents-around-image-small-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.location-contents-around-image-item {
  width: 48%;
  padding: 30px 0px;
}

.location-contents-title {
}

.location-contents-life-info {
  text-align: left;
}

.location-contents-life-info-title {
  border-bottom: 1px solid #fff;
}

.location-contents-life-info-list {
  padding: 30px 0;
}

.location-contents-life-info-item {
  padding: 3px 0;
  line-height: 1rem;
}

.name {
  font-size: 0.8rem;
}

.time {
  text-align: right;
  font-size: 0.6rem;
}

/*facility*/

.facility-title-container {
  position: relative;
}

.facility-title {
  position: absolute;
  top: 40%;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
}

.facility-contents {
  padding: 10px 25px;
}

.facility-contents-title {
  font-size: 1rem;
  text-align: center;
  padding: 40px 0;
}

.facility-contents-info {
  border: 1px solid #838383;
  padding: 0px 20px 0px 20px;
  margin: 30px 0;
}

.facility-contents-image {
  width: 100%;
  margin: auto;
  position: relative;
}

.facility-contents-image.small {
	width: 46%;
}

.facility-contents-caption {
  position: absolute;
  text-align: left;
  font-size: 0.6rem;
  padding-top: 5px;
  bottom: 0px;
  right: 0px;
  background-color: #515151c7;
  width: 80%;
  padding: 5px;
  color: #fff;
}

.facility-contents-caption-lead {
  position: absolute;
  text-align: left;
  font-size: 0.6rem;
  padding-top: 10px;
}

.facility-contents-text {
  font-size: 0.7rem;
  padding: 20px 0;
}

.facility-contents-kitchen {
  display: flex;
  padding-bottom: 80px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.facility-contents-bath {
  display: flex;
}

/*plan*/

.plan-title-container {
	position: relative;
}

.plan-title {
    position: absolute;
    top: 28%;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

.top-rooms__slider-inner {
	padding: 50px 30px;
}

.plan-text-note {
  font-size: 0.6rem;
  padding-top: 30px;
  text-align: left;		
}

.plan-text-note-link {
	text-decoration: underline;
} 

.card {
	background: #fff;
	color: #666666;
	text-align: center;
	padding: 30px 20px;
}

.card__img {
	padding: 20px 0;
}

.card__text__note {
    font-size: 0.6rem;	
	padding-top: 20px;
}

.card__text__note + .card__text__note {
	padding-top: 0;
}

.card__body {
	padding-top: 20px;
}

.swiper-button-next, .swiper-button-prev {
	top: 30%;
}

.swiper-button-next:after, .swiper-button-prev:after {
    color: #353535;
    font-size: 1.4rem;	
}

.facility-img {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.property-single__thumbnail-item {
   width: 23%;	
   padding-top: 7px;
}


/*appeal-pet*/

.appeal-pet-title-container {
	position: relative;
}

.appeal-pet-title {
    position: absolute;
    top: 32%;
    color: #fff;
    width: 100%;
    text-align: center;
    font-size: 1.2em;
}

.appeal-pet-contents {
  padding: 10px 25px 30px 25px;	
}
.appeal-pet-text {
	text-align: center;
	padding: 20px 0;
}

.appeal-pet-text + .appeal-pet-text {
	padding-top: 10px;
}

.appeal-pet-lead-title {
    padding: 15px 0;
    font-size: 0.8rem;
}

.appeal-pet-lead-text {
    font-size: 0.8rem;	
}

/*inquiry*/

.inquiry-contents {
	padding: 40px 25px;
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.inquiry-title {
	text-align: center;
	font-size: 1.2rem;
	padding: 0 0 20px 0;
}

.inquiry-text {
	font-size: 0.8rem;
}

.contact_required {
    background: #8A2627;
    color: #fff;
    padding: 4px;
    border-radius: 5px;
    font-size: 0.8rem;
	margin-left: 10px;
}

.contact_title {
	padding-top: 25px;
	padding-bottom: 10px;
}

label[for="name"] > span {
	font-size: 0.8rem;
}

.mwform-radio-field.horizontal-item {
	display: block;
}

.mwform-checkbox-field.horizontal-item {
	display: inline-block;	
	width: 45%;
}

.mwform-radio-field.horizontal-item > label {
	align-items: center;
    display: flex;
	padding: 5px 0;
}

.mwform-checkbox-field.horizontal-item > label {
	align-items: center;
    display: flex;
	padding: 5px 0;
}

input[type=text], input[type=email] {
	background: #fff;
    border: 0.0625rem solid #742E1F;
    width: 100%;
    height: 3rem;
    border-radius: 0.5rem;
    padding: 0 1.25rem;
}

.mw_wp_form .horizontal-item + .horizontal-item {
	margin-left: 0!important;
}

input[type="radio"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
}

input[type="radio"]:checked::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: #57595C;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

input[type="checkbox"]{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  }

.mwform-radio-field-text {
	font-size: 1rem;
}

.contact_contact {
	padding-bottom: 25px;
}

input[type="submit"] {
  background: linear-gradient(
    0deg,
    #6A0304 50%,
    #8C2829 100%
  );
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin: 30px auto 0 auto;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
	border: none;
	display: block;
	cursor: pointer;
	width: 100%;
    font-size: 1.2rem;
}

input[type="text"],input[type="email"] {
	font-size: 1rem;
}

.inquiry-contents-note {
  font-size: 0.6rem;
  padding-top: 30px;
  text-align: left;	
}

.inquiry-contents-note-link {
  text-decoration: underline;
}

/*Outline*/

.outline {
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.outline-table {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #e0e0e0;
  border-collapse: collapse;
  font-size: 0.8rem;
  background: #987E39;
  color: #fff;
}

.outline-table th {
  width: 8em;
  vertical-align: top;
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
}

.outline-table td {
  vertical-align: top;
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}

.googlemap {
  position: relative;
  overflow: hidden;
}

.pagetop {
 background: #6C6C6C;
 color: #fff;
 text-align: center;
 padding: 15px 0;
}

.pagetop-btn > a {
    position: relative;	
}

.pagetop-btn > a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(2px) rotate(315deg);
  box-sizing: border-box;
}

iframe {
  vertical-align: bottom;
}

/*Footer*/

.footer {
    font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
}

.footer-inner {
	background: #987E39;
	color: #fff;
	padding: 30px 25px;
	font-size: 0.8rem;
}

.footer-company-logo {
	width: 250px;
	padding: 10px 0;
}

.roombox {
    font-size: 25px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Lexend Peta', sans-serif;	
	letter-spacing: 0.2rem;
} 

.copyright{
	font-size: 1rem;
    vertical-align: top;
}

.info-company-list-item + .info-company-list-item {
	padding-top: 30px;
}

.footer__copyright {
    background: #987E39;
	text-align: center;
	color: #fff;
	border-top: 1px solid #fff;
	padding: 10px 0;
}

/*float*/

.cv_inner {
	position: fixed;
    bottom: 0;
    display: flex;
    width: 100%;
    color: #fff;
    list-style: none;
	z-index: 10;
	max-width: 750px;
	text-align: center;
	font-family: "Josefin Sans", "Noto Sans JP", sans-serif;
	
}

.float-menu-item {
    width: 50%;	
	padding: 5px;
	cursor: pointer;
}


.float-menu-text.half {
  line-height: 1.5rem;
  font-size: 0.8rem;
}

.form-btn {
	opacity: 1;
}

.line-btn {
	opacity: 1;
	background: #06c755;
}

/*modal*/
.modalBg {
width: 100%;
height: 100%;
background-color: #04040f;
opacity: 0.5;
}

.closeModal {
position: absolute;
top: 0.5rem;
right: 0.5rem;
cursor: pointer;
}

.modalArea {
display: none;
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 10;
}

.modalWrapper {
position: absolute;
top: 40%;
left: 50%;
transform: translate(-50%,-50%);
width: 85%;
max-width: 500px;
padding: 10px 30px;
background-color: #fff;
}

/*thanks-page*/

.thanks {
	height: auto;
	text-align: center;
	padding: 100px 5px;
}

.header-menu-item.header-menu-item-thanks {
    width: 100%;
}

.thanks__text {
	font-size: 0.9rem;
}

/*タブレット以上の表示*/
@media screen and (min-width: 600px) {
	
	.bg-gray, .bg-lightgray {
		padding: 40px 100px;
	}
	
	.header-logo-lead {
		font-size: 0.8rem;		
	}
	
	.header-logo-text {
		font-size: 1rem;
	}
	
	.header-menu-text.half {
		font-size: 0.8rem;
	}
	
	.fv-title {
		bottom: 15%;
	}
	
	.fv-title-sub {
		padding: 30px 0 30px 0;
	}
	
	.title-lead-img {
		width: 25%;
	} 
	
	.cta-area-text-note {
		font-size: 0.8rem;
	}
	
	.cta-area-btn-text {
		font-size: 1.2rem;
	} 
	
	.location-contents-title, .facility-contents-title {
		font-size: 1.2rem;
	}
	
	.location-contents-text  {
		font-size: 1rem;
	}
	
	.location-contents-info-title {
		font-size: 1.2rem;
	}
	
	.location-contents-info-item-sub {
		font-size: 0.8rem;
	}
	
	.location-contents-note {
		font-size: 0.8rem;
	}
	
	.location-contents-around-caption {
		font-size: 0.8rem;
	}
	
	.name {
		font-size: 1rem;
	}
	
	.time {
		font-size: 0.8rem;
	}
	
	.facility-contents-text {
		font-size: 1rem;
	}
	
	.facility-contents-caption-lead {
		font-size: 0.8rem;
	}
	
	.card__img {
		padding: 20px 60px;
	}
	
	.card__titles, .card__breadth {
		font-size: 1.2rem;
	}
	
	.card__text__note {
		font-size: 0.8rem;
	}
	
	.plan-text-note {
		font-size: 0.8rem;		
	}
	
	.modalWrapper {
		top: 50%;
	}
	
	.openModal {
		cursor: pointer;
	}
}