@charset "UTF-8";
@font-face {
  font-family: "design_plus";
  src: url("assets/fonts/design_plus.eot?v=1.0");
  src: url("assets/fonts/design_plus.eot?v=1.0#iefix") format("embedded-opentype"), url("../fonts/design_plus.woff?v=1.0") format("woff"), url("assets/fonts/design_plus.ttf?v=1.0") format("truetype"), url("assets/fonts/design_plus.svg?v=1.0#design_plus") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "century751_bold_italic";
  src: url("../fonts/CENTURY751 SEBD BT SEMI BOLD ITALIC.TTF?v=1.0");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "century751_bold";
  src: url("../fonts/CENTURY751 SEBD BT SEMI BOLD.TTF?v=1.0");
  font-weight: normal;
  font-style: normal;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a,
a img {
  transition: 0.3s ease-in-out;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/* Header
------------------------------------------------------------*/
.c-header {
  position: relative;
  background: rgb(0, 149, 151, 0.8);
  height: 70px;
  line-height: 70px;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 1024px) {
  .c-header {
    height: 60px;
    line-height: 60px;
  }
}

.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  .c-header__inner {
    display: block;
    margin: 0;
    width: 100%;
    height: 100%;
    max-width: none;
  }
}

@media only screen and (max-width: 1150px) {
  .c-header__logo {
    padding-left: 20px;
  }
  .c-header__logo img {
    width: 100px;
  }
}

.c-header__left {
  height: 100%;
}

.c-header__left .c-header__logo {
  height: 100%;
  display: flex;
}

.c-header__left a {
  width: 50%;
  display: flex;
  align-items: center;
}

.c-headersp .c-gnavisp {
  display: none;
  position: fixed;
  top: 60px;
  background-color: #222222;
  width: 100%;
  z-index: 1000;
}

.c-headersp .c-gnavisp ul li a {
  color: #fff !important;
  box-sizing: border-box;
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding: 0 20px;
  line-height: 1;
  display: flex;
  align-items: center;
}

.c-headersp .c-gnavisp .c-gnav__item--has-children {
  position: relative;
}

.c-headersp .c-gnavisp .c-gnav__item--has-children > a > span:before {
  border: 1px solid #555;
  border-radius: 100%;
  color: #aaa;
  content: "+";
  line-height: 24px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 17px;
  bottom: 0;
  text-align: center;
  width: 24px;
  height: 24px;
}

.c-headersp .c-gnavisp .c-gnav__item--has-children > a > span.is-active:before {
  content: "-";
}

.c-headersp .c-gnavisp .sub-menu {
  display: none;
}


/* Main menu
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .c-gnav {
    display: none;
  }
}

.c-gnav ul > li {
  display: inline-block;
}

.c-gnav ul > li > a {
  font-size: 1.6rem;
  padding: 0 28px;
  text-transform: capitalize;
  color: #ffffff;
}

.c-gnav ul > li > a:hover {
  color: #7fa1a9;
}

.c-gnav ul > li .sub-menu {
  top: 125%;
  left: 0;
}

.c-gnav ul > li.c-gnav__item--has-children:hover > .sub-menu {
  top: 100%;
}

.c-gnav ul .c-gnav__item--has-children:hover > .sub-menu {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.c-gnav .sub-menu {
  line-height: 1.2;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 25%;
  left: 100%;
  transition: 0.3s;
  visibility: hidden;
  z-index: 99;
}

.c-gnav .sub-menu a {
  background: #222222;
  box-sizing: border-box;
  padding: 16px 22px;
  width: 210px;
  color: #fff;
  display: block;
}

.c-gnav .sub-menu a:hover {
  background: rgb(0, 149, 151, 1);
  opacity: 1;
  color: #ffffff;
}

.c-gnav .c-gnav__item--has-children {
  position: relative;
}

.c-menu {
  color: #ffffff;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 60px;
  width: 60px;
  height: 60px;
}

.c-menu:before {
  content: "\f0c9";
  font-family: "design_plus";
  font-size: 1.8rem;
}

@media only screen and (max-width: 1024px) {
  .c-menu {
    display: block;
  }
}

.c-menu.is-active {
  background: #222;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.c-footer {
  color: #000000;
  text-align: center;
  background: #eeeeee;
}

.c-footer1__inner {
  padding: 78px 0 61px;
  background: #333333;
}

@media only screen and (max-width: 767px) {
  .c-footer1__inner {
    padding: 40px 0 40px;
  }
}

.c-footer1__cnt {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 89.84375%;
  max-width: 1150px;
}

@media only screen and (max-width: 767px) {
  .c-footer1__cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    padding: 0 20px;
  }
}

.c-footer1__link {
  display: inline-block;
  margin-right: 60px;
  text-align: left;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .c-footer1__link {
    width: 50%;
    margin-right: 0;
  }
}

.c-footer1__link p {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 26px;
  color: #ffffff;
}

.c-footer1__link li {
  font-size: 1.7rem;
  list-style: none;
  margin-bottom: 18px;
}

.c-footer1__link li a {
  color: #ffffff;
}

.c-footer1__link li a:hover {
  color: #eeeeee;
}

.c-footer2{
  background: rgb(0, 149, 151, 1);
}

.c-footer2__inner {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 89.84375%;
  max-width: 1150px;
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .c-footer2__inner {
    padding-top: 40px;
  }
}

.c-footer2__logo {
  width: 50%;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.c-footer2__logo img {
  width: 180px;
}

.c-footer2__address {
  color: #ffffff;
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 25px;
  text-align: center;
}

.c-footer2__social {
  margin-bottom: 30px;
}

.c-footer2__social ul li {
  display: inline;
  margin-right: 12px;
}

.c-footer2__social ul li a {
  font-size: 1.8rem;
  color: #ffffff;
}

.c-footer2__social ul li a:before {
  font-family: "design_plus";
  transition-property: none;
}

.c-footer2__social ul li.c-footer2__facebook a:before {
  content: "\e902";
}

.c-footer2__social ul li.c-footer2__twitter a:before {
  content: "\e904";
}

.c-footer2__social ul li.c-footer2__instagram a:before {
  content: "\ea92";
}

.c-footer2__social ul li.c-footer2__rss a:before {
  content: "\e90b";
}

/*------------------------------------------------------------
sidebar
------------------------------------------------------------*/
/* Breadcrumb
------------------------------------------------------------*/
/* layout
------------------------------------------------------------*/
body {
  font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.4rem;
  min-width: 320px;
  line-height: 1.5;
}

.l-container {
  width: 89.84375%;
  max-width: 1150px;
  margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
  .l-container {
    width: 100%;
    max-width: none;
    display: block;
    padding: 0 20px;
  }
}

.c-mainvisual {
  height: 100vh;
  position: relative;
}

.c-mainvisual__inner {
  height: 100%;
}

.c-mainvisual__slide {
  height: 100%;
}

.c-mainvisual__slide .owl-stage-outer {
  height: 100%;
}

.c-mainvisual__slide .owl-stage {
  height: 100%;
}

.c-mainvisual__slide .owl-item {
  height: 100%;
}

.c-mainvisual__slide .c-slide {
  height: 100%;
  position: relative;
}

.c-mainvisual__slide .c-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.c-mainvisual__slide .c-slide__box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  max-width: 100%;
  color: #ffffff;
  /*animation: fadeOutDown 1s both;*/
}

/*.c-mainvisual__slide .owl-item.active .c-slide__box{
  animation: fadeInUp 3s both 3s;
}*/

@media only screen and (max-width: 767px) {
  .c-mainvisual__slide .c-slide__box {
    margin: 0 auto;
    width: calc(100% - 40px);
  }
}

.c-mainvisual__slide .c-slide__box:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4c9d9f;
  opacity: 0;
  z-index: -1;
  top: 50%;
  transform: translate(0%, 0%);
  left: 0;
}

.c-mainvisual__slide .owl-item.active .c-slide__box:before{
  transform: translate(0%, -50%);
  transition: opacity 2s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 0.5;
}

.c-mainvisual__slide .c-slide__text{
  padding: 55px 50px;
  font-family: "century751_bold";
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__slide .c-slide__text{
    padding: 30px 25px;
  }
}

.c-mainvisual__slide .c-slide__text p:nth-child(2){
  font-size: 6rem;
  line-height: 1.2;
  animation: fadeOutDown 1s both;
}

.c-mainvisual__slide .owl-item.active .c-slide__text p:nth-child(2){
  animation: fadeInUp 2.25s both 2.25s;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__slide .c-slide__text p:nth-child(2){
    font-size: 3rem;
  }
}

.c-mainvisual__slide .c-slide__text p:nth-child(1), .c-mainvisual__slide .c-slide__text p:nth-child(3){
  font-size: 4rem;
  line-height: 1.275;
}

.c-mainvisual__slide .c-slide__text p:nth-child(1){
  animation: fadeOutDown 1s both;
}

.c-mainvisual__slide .owl-item.active .c-slide__text p:nth-child(1){
  animation: fadeInUp 1.5s both 1.5s;
}

.c-mainvisual__slide .c-slide__text p:nth-child(3){
  animation: fadeOutDown 1s both;
}

.c-mainvisual__slide .owl-item.active .c-slide__text p:nth-child(3){
  animation: fadeInUp 3s both 3s;
}

@media only screen and (max-width: 767px) {
  .c-mainvisual__slide .c-slide__text p:nth-child(1), .c-mainvisual__slide .c-slide__text p:nth-child(3){
    font-size: 2rem;
  }
}

.c-mainvisual__slide .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.p-top1__cnt .owl-nav button{
  top: 50% !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  border: none !important;
  text-indent: -99999px;
  width: 30px;
  height: 50px;
  position: absolute;
  z-index: 9;
  border: 0px !important;
  padding: 0 !important;
  margin: 0px !important;
  border-radius: 0px !important;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  cursor: pointer;
}

.p-top1__cnt .owl-nav .owl-next{
  right: 2px !important;
  background: rgba(0, 0, 0, 0.7) url(../img/arrow-right.png) center center no-repeat !important;
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
  border-radius: 0 !important;
}

.p-top1__cnt .owl-nav .owl-prev{
  left: 2px !important;
  background: rgba(0, 0, 0, 0.7) url(../img/arrow-left.png) center center no-repeat !important;
  outline: none !important;
  box-shadow: none !important;
}

.p-top1__cnt.owl-theme .owl-nav{
  margin-top: 0px!important;
}

.c-mainvisual--blog {
  height: 600px;
  background: url("../img/05.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  background-attachment: fixed;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1449px) {
  .c-mainvisual--blog{
    height: auto;
    padding-bottom: 41.37931%;
    background-size: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mainvisual--blog {
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 0;
    height: 240px;
  }
}

.c-mainvisual--blog p {
  background: #222222;
  color: #fff;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  justify-content: center;
  font-size: 3.2rem;
  line-height: 1.5;
  width: 220px;
  height: 220px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .c-mainvisual--blog p {
    width: 120px;
    height: 120px;
    font-size: 2.6rem!important;
  }
}

@media only screen and (max-width: 1449px) {
  .c-mainvisual--room{
    height: auto;
    padding-bottom: 0;
    background: none;
  }
}

.c-mainvisual--apartment {
  background: url("../img/monthly_apartment.jpg");
}

@media only screen and (max-width: 1449px) {
  .c-mainvisual--apartment{
    height: auto;
    padding-bottom: 41.37931%;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mainvisual--apartment {
    background-position: center;
    background-size: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .c-mainvisual--apartment p {
    width: 170px;
    height: 130px;
  }
}

.c-mainvisual--inquiry {
  background: url("../img/inquiry.jpg");
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 1024px) {
  .c-mainvisual--inquiry p {
    width: 170px;
    height: 130px;
  }
}

.c-mainvisual--blog .c-mainvisual__inner {
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 89.84375%;
  max-width: 1150px;
}

@media only screen and (max-width: 1024px) {
  .c-mainvisual--blog .c-mainvisual__inner {
    height: auto;
    display: flex;
    align-items: center;
  }
}

.c-mainvisual--blog img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 1024px) {
  .c-mainvisual--room {
    height: 240px;
  }
}

.c-mainvisual--room .c-mainvisual__image {
  width: 100%;
  height: 100%;
}

.c-mainvisual--room .c-mainvisual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
btn
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-btn1 {
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  padding: 0 10px;
  min-width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 9;
  background: #222222;
}

@media only screen and (max-width: 991px) {
  .c-btn1 {
    display: none;
  }
}

.c-btn1:hover {
  background: rgb(0, 149, 151, 1);
  opacity: 1;
}

.c-btn1:after {
  content: "\e90e";
  font-family: "design_plus";
  margin-left: 10px;
}

.c-btn2 {
  background: #f5aa3b;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 50px;
  text-align: center;
  min-width: 200px;
  height: 50px;
  padding: 0 15px;
  align-self: center;
}

@media only screen and (max-width: 767px) {
  .c-btn2 {
    font-size: 1.8rem;
  }
}

.c-btn2:hover {
  background: #d48c37;
  opacity: 1;
}

.c-btn2--diff {
  background: #333333;
}

.c-btn3 {
  background-image: linear-gradient(to right, #dc184c, #cf0065);
  color: #ffffff;
  width: 320px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  max-width: 100%;
}

.c-btn__top {
  position: fixed;
  z-index: 1000;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  display: block;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.c-btn__top--none {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/*------------------------------------------------------------
title
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-title1 {
  /*font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;*/
  font-weight: 600;
  font-size: 4.4rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .c-title1 {
    font-size: 3rem;
    padding: 0px 20px 0px;
  }
}

.c-title2 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .c-title2 {
    font-size: 3rem;
  }
}

.c-title2--left {
  text-align: left;
  line-height: 1;
}

.c-title2--left span{
  padding-bottom: 20px;
  position: relative;
}

.c-title2--left span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #daae3c;
}

/*------------------------------------------------------------
icon
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
form
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
text
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
navi
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
img
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
list
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
table
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
line
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
video
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
/*------------------------------------------------------------
post
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-post1 {
  position: relative;
  overflow: hidden;
  text-align: center;
  display: block;
}

.c-post1:before {
	content: "";
	position: absolute;
	background-color: #222222;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition-duration: 0.75s;
	top: 0;
	left: 0;
}

.c-post1:hover:before{
	opacity: 0;
}

/*@media only screen and (max-width: 767px) {
  .c-post1 {
    width: 100%;
  }
}*/

.c-post1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition-duration: 0.75s;
}

.c-post1:hover {
  opacity: 1;
}

.c-post1:hover img {
  transform: scale(1.2);
  opacity: 1;
}

.c-post1 p {
  color: #fff;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  position: absolute;
  left: 0;
  transition-property: opacity;
  transition: 0.3s;
  padding-top: 90px;
  top: 0;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.2;
  margin-bottom: 9px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-post1 p {
    position: absolute;
    padding: 53px 20px 0;
    width: 100%;
    box-sizing: border-box;
    transition: none;
    font-size: 3.2rem!important;
    margin-bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-post1 small {
  position: absolute;
  top: 150px;
  text-align: center;
  width: 100%;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  max-width: 100%;
  left: 0;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .c-post1 small {
    top: 105px;
    font-size: 1.8rem;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-post2__image {
  margin-bottom: 15.2px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.c-post2__image img {
  transform: scale(1);
  transition-duration: 0.75s;
}

.c-post2__image:hover img {
  transform: scale(1.2);
}

.c-post2 h3 {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 8.6px;
  font-weight: 600 !important;
}

.c-post2__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: 60px;
}

.c-post2__text {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  height: 60px;
}

.c-post2__box {
  color: #999;
  font-size: 1.6rem;
  line-height: 1.8;
}

.c-post2__category {
  word-break: break-all;
}

.c-post2__category:before {
  content: "|";
  margin: 0 6px;
}

.c-post2__category a:hover {
  color: #004353;
}

.c-post3 {
  padding: 20px 16.52893% 15.8px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .c-post3 {
    padding: 17px 20px 12.2px;
  }
  .c-post3:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    width: calc(100% - 40px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #444444;
  }
}

.c-post3:hover {
  background: #333333;
}

.c-post3__date {
  color: #ffffff;
  display: block;
  font-size: 1.6rem;
  margin-bottom: 5.8px;
  line-height: 1;
}

.c-post3 h3 {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-post4 {
  margin-right: 4.79452%;
  width: 30.13699%;
}

.c-post4:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .c-post4:nth-child(3n) {
    margin-right: 6.25%;
  }
}

@media only screen and (max-width: 767px) {
  .c-post4 {
    margin-right: 6.25%;
    width: 46.875%;
  }
}

@media only screen and (max-width: 767px) {
  .c-post4:nth-child(even) {
    margin-right: 0;
  }
}

.c-post4__image {
  overflow: hidden;
}

.c-post4__image a img {
  transform: scale(1);
  transition-duration: 0.75s;
  vertical-align: middle;
}

.c-post4__image a:hover img {
  transform: scale(1.2);
}

.c-post4 h3 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 29px;
  font-weight: 600 !important;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media only screen and (max-width: 767px) {
  .c-post4 h3 {
    font-size: 1.8rem;
  }
}

.c-post5 {
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  box-sizing: border-box;
  list-style: none;
  padding: 18px;
  display: flex;
  flex-wrap: wrap;
}

.c-post5__left {
  display: block;
  margin-right: 18px;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.c-post5__left:hover {
  opacity: 1;
}

.c-post5__left:hover img {
  transform: scale(1.2);
  opacity: 1;
}

.c-post5__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
}

.c-post5__right {
  width: calc(100% - 118px);
}

.c-post5__title {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 1.8rem;
}

.c-post5__right p{
  font-size: 1.6rem;
}

.c-post6{
  border: 1px solid #eee;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  .c-post6{
    border: 0;
    margin-bottom: 33px;
  }
}

.c-post6:not(:first-child){
  border-top: 0;
}

.c-post6__link{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  padding: 3.04348%;
}

@media only screen and (max-width: 767px) {
  .c-post6__link{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    padding: 0;
  }
}

.c-post6__link:hover{
  background: #f6f6f6;
  opacity: 1;
}

.c-post6__image{
  margin-right: 4.78261%;
  width: 29.56522%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .c-post6__image{
    margin-right: 0;
    margin-bottom: 12px;
    width: 100%;
    overflow: hidden;
  }
}

.c-post6__image:hover{
  opacity: 1;
}

.c-post6__image img{
  width: 100%;
  height: auto;
  transform: scale(1);
  transition-duration: 0.75s;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .c-post6__image img{
    transform: none !important;
    transition: none !important;
  }
}

.c-post6__image:hover img{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .c-post6__image:hover img{
    opacity: 1 !important;
    -webkit-transform: none !important;
    transform: none !important;
  }
}

.c-post6__content{
  flex: 1;
}

.c-post6__date{
  color: #999;
  display: inline-block;
  font-size: 1.4rem;
  margin-bottom: 9px;
}

@media only screen and (max-width: 991px) {
  .c-post6__date{
    margin-bottom: 10px;
  }
}

.c-post6__title{
  font-size: 2.4rem;
  font-weight: 600 !important;
  line-height: 1.6;
  margin-bottom: 14px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 991px) {
  .c-post6__title{
    margin-bottom: 4px;
  }
}

.c-post6__excerpt{
  font-size: 1.6rem;
  line-height: 2.2;
  height: 100px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 991px) {
  .c-post6__excerpt{
    line-height: 2;
  }
}

.c-post7{
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #b3b3b3;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.c-post7__left{
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .c-post7__left{
    width: 100%;
  }
}

.c-post7__left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition-duration: 0.75s;
}

.c-post7__left:hover img{
  transform: scale(1.2);
}

.c-post7__right{
  width: 50%;
  padding: 40px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .c-post7__right{
    width: 100%;
    padding: 20px 20px 30px;
  }
}

.c-post7__right h3{
  font-size: 3.8rem;
  line-height: 1.16666666667;
  font-family: "Times New Roman", Times, serif;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}

@media only screen and (max-width: 1024px) {
  .c-post7__right h3{
    font-size: 3rem;
  }
}

.c-post7__text{
  font-family: "Times New Roman", Times, serif;
  font-size: 2.2rem;
  line-height: 1.5;
  padding-top: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .c-post7__text{
    padding-bottom: 20px;
  }
}

.c-post7__btn{
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: calc(100% - 80px);
  height: 60px;
  background-color: #f7931e;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  .c-post7__btn{
    position: relative;
    width: 100%;
    left: 0;
    bottom: 0;
    font-size: 1.6rem;
  }
}

/*------------------------------------------------------------
other
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.c-mb40 {
  margin-bottom: 40px;
}

.c-mb60 {
  margin-bottom: 60px;
}

.c-copyright {
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 30px;
}

.c-breadcrumb {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.c-breadcrumb__item {
  font-size: 1.6rem;
  color: #666;
  line-height: 2.5;
  display: inline;
}

.c-breadcrumb__item + .c-breadcrumb__item:before {
  content: "\e910";
  font-family: "design_plus";
  margin-left: 12px;
  margin-right: 12px;
  font-size: 1rem;
}

@media only screen and (max-width: 767px) {
  .c-breadcrumb__item + .c-breadcrumb__item:before {
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: -1px;
  }
}

.c-breadcrumb__item a {
  color: #666666;
}

.c-breadcrumb__item--home a:before {
  content: "\e90c";
  font-family: "design_plus";
  vertical-align: middle;
}

.c-breadcrumb__item--home span {
  display: none;
}

.c-widget {
  margin-bottom: 50px;
}

@media only screen and (max-width: 1279px) {
  .c-widget {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .c-widget {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .c-widget--image {
    width: 100%;
  }
}

.c-widget--image a {
  display: block;
}

@media only screen and (max-width: 767px) {
  .c-widget--image a {
    text-align: center;
  }
}

.c-widget h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding-left: 18px;
  background: #222222;
}

@media only screen and (max-width: 767px) {
  .c-widget h2 {
    font-size: 2rem;
    height: 60px;
    line-height: 60px;
  }
}

.c-widget--category ul li {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 1.6rem;
}

.c-widget--category ul li a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 12px 20px;
  margin: 0;
  text-decoration: none;
  position: relative;
  color: #333;
  overflow: hidden;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -o-transition-property: none;
  line-height: 150%;
}

.c-widget--category ul li a:hover {
  background: #e2e2e2;
}

.c-widget--category ul li a:hover .count {
  background: #000;
  color: #fff;
}

.c-widget--category ul li a .count {
  float: right;
  top: 0px;
  position: relative;
  background: #f2f2f2;
  padding: 0 10px;
  min-width: 15px;
  text-align: center;
  font-size: 11px;
  border-radius: 2px;
}

.c-widget--dropdown {
  margin-top: 20px;
}

.c-widget--dropdown__title {
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #eee;
  height: 50px;
  line-height: 50px;
  padding: 0 18px;
  position: relative;
  cursor: pointer;
  font-size: 1.8rem;
}

.c-widget--dropdown__title:after {
  content: "\e90e";
  font-family: "design_plus";
  position: absolute;
  right: 17px;
}

.c-widget--dropdown ul {
  display: none;
}

.c-widget--dropdown ul li {
  list-style: none;
  border: 1px solid #eee;
  border-top: 0;
  background: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

.c-widget--dropdown ul li a {
  display: block;
  padding: 14px 18px;
}

.c-widget--dropdown ul li a:hover {
  background: #f6f6f6;
}

.c-widget--search {
  position: relative;
}

.c-widget--search__input {
  background: #eee;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  box-shadow: 1px 1px 4px 0 #ddd inset;
  border-radius: 0;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding: 0 10px;
  width: calc(100% - 35px);
}

.c-widget--search__submit {
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "design_plus";
  font-size: 18px;
  position: absolute;
  right: 0;
  width: 35px;
  height: 35px;
  border-radius: 0;
  text-align: center;
  padding: 0;
  background: #222222;
}

.comment-respond .comment-reply-title{
  background: #222;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
  margin-bottom: 2.39726%;
  padding-left: 24px;
  padding-right: 24px;
}

@media only screen and (max-width: 767px) {
  .comment-respond .comment-reply-title{
    font-size: 2.2rem;
    height: 60px;
    line-height: 60px;
  }
}

.comment-notes{
  color: #666;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 15px;
  text-transform: uppercase;
}

/*@media only screen and (max-width: 767px) {
  .comment-notes{
    font-size: 1.3rem;
  }
}*/

.comment-form-comment, .comment-form-author, .comment-form-email, .comment-form-url{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}

.comment-form-cookies-consent{
  margin-top: 15px;
}

.comment-form-comment label, .comment-form-author label, .comment-form-email label, .comment-form-url label{
  color: #666;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.comment-form-cookies-consent label{
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.comment-form-comment textarea{
  border: 1px solid #ccc;
  color: #777;
  font-size: 1.4rem;
  overflow: auto;
  width: 100%;
  height: 150px;
  padding: 5px;
  box-sizing: border-box;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input{
  border: 1px solid #ccc;
  color: #777;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}

.comment-respond .form-submit .submit{
  background: rgb(0, 149, 151, 1);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 1.6rem;
  margin: 20px auto 0;
  width: 200px;
  height: 50px;
  -moz-transition: background-color 200ms ease-in-out;
  -ms-transition: background-color 200ms ease-in-out;
  -o-transition: background-color 200ms ease-in-out;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.comment-respond .form-submit .submit:hover{
  background: #f5aa3b;
}

.commentlist {
  list-style: none;
  margin: 0 0 0em;
  padding: 0;
  text-indent: 0;
}

.commentlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.commentlist li.comment {
  border-bottom: 1px solid #ddd;
  padding: 1em;
}

.commentlist li.comment ul {
  list-style: none;
  margin: 0 0 0 20px;
}

.commentlist li.comment .avatar {
  border: 5px solid #ccc;
  float: right;
  margin: 0 0 20px 20px;
}

.commentlist li.comment .comment-meta a {
  color: #666;
  font-size: 1.2rem;
}

.commentlist li.comment .reply a {
  font-weight: bold;
}

.commentlist li.comment .children {
  text-indent: 0;
}

.commentlist li.comment .children li.depth-2 {
  border-left: 5px solid #ccc;
  margin: 0 0 10px 10px;
}

.commentlist li.comment .children li.depth-3 {
  border-left: 5px solid #bbb;
  margin: 0 0 10px 10px;
}

.commentlist li.comment .children li.depth-4 {
  border-left: 5px solid #aaa;
  margin: 0 0 10px 10px;
}

.commentlist li.even {
  background: #fff;
}

.commentlist li.odd {
  background: #f6f6f6;
}

.commentlist li.parent {
  border-left: 5px solid #ddd;
}

.navigation{
	color: #666666;
    padding: 1em 0em;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance:none;
}

input[type="button"], input[type="submit"], input[type='search']{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.c-pagination{
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .c-pagination{
    margin-bottom: 50px;
  }
}

.c-pagination a, .c-pagination a:hover, .c-pagination span{
  font-size: 1.7rem;
  line-height: 1.0588;
  color: #4d4d4d;
  padding: 15px 18px;
}

.c-pagination .current{
  background-color: #aaa;
  color: #fff;
}

.loading {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.loading svg {
  width: 50px;
  height: 50px;
}

.loading svg circle {
  stroke-width: 3px;
}

.boostKeyframe {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.screen-reader-response{
  display: none;
}

.wpcf7-response-output{
  margin-top: 15px;
  font-size: 1.6rem;
  font-family: 'Arial', sans-serif;
  color: red;
}

.wpcf7-not-valid-tip{
  color: red;
  font-size: 1.2rem;
  padding-top: 5px;
}

.inv{
  transform: translateY(100px);
  opacity: 0;
}

.inv.active{
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, visibility 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-top1 {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .p-top1 {
    padding: 34.5px 0px 0px;
  }
}

.p-top1__text {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 91.6px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .p-top1__text {
    padding: 0px 20px 0px;
    padding-bottom: 45px;
    text-align: left;
  }
}

.p-top1__cnt {
  display: flex;
  align-items: center;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-top1__cnt {
    flex-wrap: wrap;
  }
}

.p-top2 {
  height: 600px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .p-top2 {
    height: auto;
  }
}

.p-top2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1024px) {
  .p-top2 img {
    position: absolute;
  }
}

.p-top2__inner {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  z-index: 1;
  padding: 0 7.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media only screen and (max-width: 1024px) {
  .p-top2__inner {
    width: 100%;
    padding: 52px 20px 64px;
    position: relative;
  }
}

.p-top2__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(34, 34, 34, 0.5);
  color: #ffffff;
  z-index: -1;
}

.p-top2__text {
  line-height: 1.8;
  margin-bottom: 31.6px;
  font-size: 1.8rem;
  text-align: left;
}

.p-top3 {
  display: flex;
  height: 750px;
}

@media only screen and (max-width: 1024px) {
  .p-top3 {
    display: block;
    height: auto;
  }
}

.p-top3__left {
  box-sizing: border-box;
  padding: 100px 5.51724% 0;
  width: 66.66667%;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .p-top3__left {
    width: 100%;
    padding: 43.5px 20px 0;
  }
}

.p-top3__left__title {
  position: relative;
}

.p-top3__left__link {
  color: #999;
  font-size: 1.6rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-top3__left__link:after {
  content: "\e910";
  font-family: "design_plus";
  margin-left: 13px;
  transition: none;
  vertical-align: middle;
}

.p-top3__left__cnt .owl-nav .owl-prev, .p-top3__left__cnt .owl-nav .owl-next {
  margin: 0 !important;
}

.p-top3__left__cnt .owl-nav .owl-prev:before, .p-top3__left__cnt .owl-nav .owl-next:before {
  font-family: "design_plus";
  color: #000;
  opacity: 0.75;
  display: block;
  font-size: 1.8rem;
  width: 20px;
  height: 20px;
}

.p-top3__left__cnt .owl-nav .owl-prev:hover, .p-top3__left__cnt .owl-nav .owl-next:hover {
  background: transparent !important;
}

.p-top3__left__cnt .owl-nav .owl-prev span, .p-top3__left__cnt .owl-nav .owl-next span {
  display: none;
}

.p-top3__left__cnt .owl-nav .owl-prev {
  left: 0;
  position: absolute;
}

.p-top3__left__cnt .owl-nav .owl-prev:before {
  content: "\e90f";
}

.p-top3__left__cnt .owl-nav .owl-next {
  right: 0;
  position: absolute;
}

.p-top3__left__cnt .owl-nav .owl-next:before {
  content: "\e910";
}

.p-top3__right {
  padding: 100px 0 0;
  width: 33.33333%;
  background-color: rgb(0, 149, 151, 1);
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .p-top3__right {
    padding: 40px 0 0;
    width: 100%;
    background: transparent !important;
    position: relative;
  }
}

.p-top3__right__title {
  padding: 0 16.52893%;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
  .p-top3__right__title {
    color: #000000;
    font-size: 3rem !important;
    padding: 0 20px;
    margin-bottom: 16px;
  }
}

.p-top3__right__cnt {
  margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
  .p-top3__right__cnt {
    background: #222222;
    margin-bottom: 0px;
  }
}

.p-top3__right__cnt a:first-child {
  padding-top: 26px;
}

.p-top3__right__cnt a:last-child {
  padding-bottom: 20px;
}

.p-top3__right__link {
  color: #ffffff;
  font-size: 1.6rem;
  padding: 0 16.52893%;
}

@media only screen and (max-width: 1024px) {
  .p-top3__right__link {
    color: #000;
    padding: 0;
    position: absolute;
    top: 48px;
    right: 20px;
  }
}

.p-top3__right__link:after {
  content: "\e910";
  font-family: "design_plus";
  margin-left: 13px;
  transition: none;
  vertical-align: middle;
}

.p-top3__right__link:hover {
  color: #7fa1a9;
}

.p-top4 {
  display: flex;
  position: relative;
  width: 100%;
  height: 600px;
}

@media only screen and (max-width: 1024px) {
  .p-top4 {
    display: block;
    height: auto;
  }
}

.p-top4__left {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .p-top4__left {
    width: 100%;
  }
}

.p-top4__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top4__right {
  width: 50%;
}

@media only screen and (max-width: 1024px) {
  .p-top4__right {
    width: 100%;
  }
}

.p-top4__right__cnt {
  background: #f6f6f6;
  color: #ffffff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7.5%;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: rgb(0, 149, 151, 1);
}

@media only screen and (max-width: 1024px) {
  .p-top4__right__cnt {
    width: 100%;
    position: relative;
    padding: 52px 20px 64px;
  }
}

.p-top4__right__cnt p {
  line-height: 1.8;
  margin-bottom: 31.6px;
  font-size: 1.8rem;
  text-align: left;
}

@media only screen and (max-width: 1024px) {
  .p-top4__right__cnt p {
    text-align: left;
  }
}

.p-top5 {
  display: flex;
  position: relative;
  width: 100%;
  height: 600px;
  background: #333333;
}

@media only screen and (max-width: 1024px) {
  .p-top5 {
    display: block;
    height: auto;
  }
}

.p-top5__left {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 5.51724%;
  width: 33.33333%;
  color: #ffffff;
  background-color: rgb(0, 149, 151, 1);
}

@media only screen and (max-width: 1024px) {
  .p-top5__left {
    width: 100%;
    padding: 52px 20px 64px;
  }
}

.p-top5__left p {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 31.6px;
}

@media only screen and (max-width: 1024px) {
  .p-top5__left p {
    text-align: left;
  }
}

.p-top5__right {
  position: relative;
  width: 66.66667%;
}

@media only screen and (max-width: 1024px) {
  .p-top5__right {
    width: 100%;
  }
}

.p-top5__slide {
  height: 100%;
}

.p-top5__slide .owl-stage-outer {
  height: 100%;
}

.p-top5__slide .owl-nav {
  margin-top: 0 !important;
}

.p-top5__slide .owl-stage {
  height: 100%;
}

.p-top5__slide .owl-item {
  height: 100%;
}

.p-top5__slide .p-top5__item {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-top5__slide .p-top5__item {
    height: 360px;
  }
}

.p-top5__slide .p-top5__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top5__slide .owl-nav .owl-prev, .p-top5__slide .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
  z-index: 99;
  transition-duration: 0.2s;
  transition-property: background;
  background: #222222 !important;
  margin: 0 !important;
  border-radius: 0px !important;
}

.p-top5__slide .owl-nav .owl-prev:before, .p-top5__slide .owl-nav .owl-next:before {
  font-family: "design_plus";
  color: #fff;
  opacity: 0.75;
  display: block;
  font-size: 1.8rem;
}

.p-top5__slide .owl-nav .owl-prev:hover, .p-top5__slide .owl-nav .owl-next:hover {
  background: #004353 !important;
  opacity: 1 !important;
}

.p-top5__slide .owl-nav .owl-prev span, .p-top5__slide .owl-nav .owl-next span {
  display: none;
}

.p-top5__slide .owl-nav .owl-prev {
  left: auto;
  right: 50px;
  position: absolute;
}

.p-top5__slide .owl-nav .owl-prev:before {
  content: "\e90f";
}

.p-top5__slide .owl-nav .owl-next {
  right: 0;
  position: absolute;
}

.p-top5__slide .owl-nav .owl-next:before {
  content: "\e910";
}

/*------------------------------------------------------------
Css of home page
------------------------------------------------------------*/
.p-about {
  line-height: 2;
}

/*------------------------------------------------------------
Css of blog page
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .p-blog {
    padding-top: 60px;
  }
}

.p-blog1__header {
  padding: 90px 0 91.6px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p-blog1__header {
    padding: 34.5px 0 33px;
  }
}

.p-blog1__title {
  font-size: 4.2rem;
  line-height: 1.5;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-blog1__title {
    font-size: 3rem !important;
    font-weight: 600 !important;
  }
}

.p-blog1__desc {
  font-size: 1.6rem;
  line-height: 2.2;
}

@media only screen and (max-width: 767px) {
  .p-blog1__desc {
    text-align: left;
  }
}

.p-blog1__cnt {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

.p-blog1__cnt .c-post2 {
  margin-right: 5.65217%;
  margin-bottom: 56px;
  width: 29.56522%;
}

@media only screen and (max-width: 767px) {
  .p-blog1__cnt .c-post2 {
    margin-right: 0;
    margin-bottom: 34.6px;
    width: 100%;
  }
}

.p-blog1__cnt .c-post2:nth-of-type(3n) {
  margin-right: 0;
}

.p-blog2__inner {
  padding-top: 92px;
  padding-bottom: 115px;
  display: flex;
  overflow: hidden;
  justify-content: space-between;
}

@media only screen and (max-width: 1279px) {
  .p-blog2__inner {
    display: block;
    width: 100%;
    max-width: none;
    padding-top: 46px;
    padding-bottom: 55px;
  }
}

.p-blog2__left {
  padding-right: 5.21739%;
  width: 68.69565%;
}

@media only screen and (max-width: 1279px) {
  .p-blog2__left {
    width: 89.84375%;
    margin: 0 auto;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-blog2__left {
    width: 100%;
    padding: 34px 0px 10px;
  }
}

.p-blog2__left h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .p-blog2__left h2 {
    font-size: 3rem!important;
    margin-bottom: 4px;
    font-weight: 600!important;
  }
}

.p-blog2__right {
  width: 26.08696%;
}

@media only screen and (max-width: 1279px) {
  .p-blog2__right {
    width: 100%;
    padding: 40px 0px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-blog2__meta {
  font-size: 1.6rem;
  color: #999;
  margin-bottom: 50px;
}

.p-blog2__date + .p-blog2__category:before {
  content: "|";
  margin: 0 5px;
}

.p-blog2__thumbnail {
  margin-bottom: 40.2px;
  text-align: center;
}

.p-blog2__body {
  font-size: 1.8rem;
}

.p-blog2__body p {
  line-height: 2.4;
  margin-bottom: 30.4px;
}

.p-blog2__social{
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .p-blog2__social{
    margin-bottom: 40px;
  }
}

.p-blog2__meta-box {
  margin-bottom: 50px;
  background: #fafafa;
  box-sizing: border-box;
  font-size: 1.6rem;
  padding: 22px 20px;
}

@media only screen and (max-width: 767px) {
  .p-blog2__meta-box {
    background: none;
    padding: 0;
  }
}

.p-blog2__meta-box ul li {
  border-right: 1px solid #ddd;
  float: left;
  list-style: none;
  margin-right: 15px;
  padding-left: 20px;
  padding-right: 15px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-blog2__meta-box ul li {
    border-right: 0;
    float: none;
    margin-bottom: 20px;
  }
}

.p-blog2__meta-box ul li:before {
  color: #aaa;
  font-family: "design_plus";
  position: absolute;
  left: 0;
}

.p-blog2__meta-box ul li.p-blog2__meta-box--author:before {
  content: "\e90d";
}

.p-blog2__meta-box ul li.p-blog2__meta-box--category:before {
  content: "\e92f";
}

.p-blog2__meta-box ul li.p-blog2__meta-box--comment:before {
  content: "\e916";
}

.p-blog2__meta-box ul li:last-child {
  border-right: none;
}

.p-blog2__comment{
  margin-bottom: 50px;
}

.p-blog2__relate h2 {
  background: #222;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.8rem;
  height: 50px;
  line-height: 50px;
  margin-bottom: 4.79452%;
  padding-left: 24px;
  padding-right: 24px;
}

@media only screen and (max-width: 767px) {
  .p-blog2__relate h2 {
    font-size: 2.2rem;
    height: 60px;
    line-height: 60px;
  }
}

.p-blog2__relate-cnt {
  display: flex;
  flex-wrap: wrap;
}

.p-news1__inner{
  margin-top: 100px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .p-news1__inner{
    margin-bottom: 100px;
  }
}

/*------------------------------------------------------------
Css of room page
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .p-room {
    padding-top: 60px;
  }
}

.p-room1__inner {
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
  .p-room1__inner {
    height: auto;
  }
}

.p-room1__left {
  width: 50%;
  position: relative;
  padding-top: 31.058329%;
  overflow: hidden;
}

@media only screen and (max-width: 1024px) {
  .p-room1__left {
    width: 100%;
    padding-top: 66.666666666%;
  }
}

.p-room1__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-room1__left__box {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.p-room1__right {
  width: 50%;
  background: #f6f6f6;
  color: #000000;
}

@media only screen and (max-width: 1024px) {
  .p-room1__right {
    width: 100%;
    padding: 45px 0 0;
  }
}

.p-room1__right h2 {
  margin-bottom: 16px;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Times New Roman", Times, serif;
  font-size: 2.6rem;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p-room1__right h2 {
    font-size: 2.8rem;
  }
}

.p-room1__cnt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #eaf3e2;
}

@media only screen and (max-width: 1024px) {
  .p-room1__cnt {
    position: relative;
    width: 100%;
    padding: 0 20px;
  }
}

.p-room1__cnt a{
  display: block;
  width: 100%;
  height: 100%;
}

.p-room1__cnt img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-room1__slide {
  height: 100%;
  overflow: hidden;
}

.p-room1__slide .owl-stage-outer {
  height: 100%;
}

.p-room1__slide .owl-stage-outer .owl-stage {
  height: 100%;
}

.p-room1__slide .owl-item {
  height: 100%;
}

.p-room1__slide .owl-nav .owl-prev, .p-room1__slide .owl-nav .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 0;
  transform: none;
  z-index: 99;
  transition-duration: 0.2s;
  transition-property: background;
  background: #222222 !important;
  margin: 0 !important;
  border-radius: 0px !important;
}

.p-room1__slide .owl-nav .owl-prev:before, .p-room1__slide .owl-nav .owl-next:before {
  font-family: "design_plus";
  color: #fff;
  opacity: 0.75;
  display: block;
  font-size: 1.8rem;
}

.p-room1__slide .owl-nav .owl-prev:hover, .p-room1__slide .owl-nav .owl-next:hover {
  background: rgb(0, 149, 151, 1) !important;
  opacity: 1 !important;
}

.p-room1__slide .owl-nav .owl-prev span, .p-room1__slide .owl-nav .owl-next span {
  display: none;
}

.p-room1__slide .owl-nav .owl-prev {
  left: auto;
  right: 50px;
  position: absolute;
}

.p-room1__slide .owl-nav .owl-prev:before {
  content: "\e90f";
}

.p-room1__slide .owl-nav .owl-next {
  right: 0;
  position: absolute;
}

.p-room1__slide .owl-nav .owl-next:before {
  content: "\e910";
}

.p-room1__item {
  height: 100%;
}

.p-room1__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-room2 {
  padding-top: 70px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .p-room2 {
    padding: 35px 0px 0px;
  }
}

.p-room2__inner{
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.p-room2__left{
  width: 65%;
  margin-right: 5%;
}

@media only screen and (max-width: 1100px) {
  .p-room2__left{
    width: 55%;
  }
}

@media only screen and (max-width: 1024px) {
  .p-room2__left{
    width: 100%;
    margin-right: 0;
  }
}

.p-room2__left h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 3.8rem;
  color: #333333;
  padding-bottom: 20px;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .p-room2__left h2{
    font-size: 3.2rem;
  }
}

.p-room2__left h2:before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 240px;
  height: 4px;
  background: #f4ac00;
}

.p-room2__box + .p-room2__box{
  margin-top: 60px;
}

.p-room2__right{
  width: 30%;
}

@media only screen and (max-width: 1100px) {
  .p-room2__right{
    width: 40%;
  }
}

@media only screen and (max-width: 1024px) {
  .p-room2__right{
    width: 100%;
  }
}

.p-room2__item{
  padding-left: 22px;
  margin-bottom: 30px;
  min-height: 56px;
  position: relative;
}

.p-room2__item:before{
  content: "";
  position: absolute;
  height: 80%;
  width: 10px;
  left: 0;
  background: #009597;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .p-room2__item:before{
    height: 90%;
  }
}

.p-room2__item p{
  font-size: 1.8rem;
  font-family: 'Arial', sans-serif;
  color: #4d4d4d;
  line-height: 1.75;
}

.p-room2__cnt{
  padding-top: 40px;
}

.p-room2__text > h3{
  font-size: 2rem;
  color: #4e4e4e;
  line-height: 2;
}

.p-room2__text > p{
  font-size: 1.8rem;
  color: #4e4e4e;
  line-height: 1.5;
}

.p-room2__text + .p-room2__text{
  margin-top: 20px;
}

.p-room2__form h2{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.3rem;
  color: #ffffff;
  background: #009597;
  text-align: center;
  padding: 13px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-room2__form__cnt{
  border: 1px solid #e6e6e6;
  padding: 35px 30px;
}

@media only screen and (max-width: 1024px) {
  .p-room2__form__cnt{
    padding: 35px 20px;
    font-size: 1.8rem;
  }
}

.p-room2__form__price{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
}

.p-room2__form__price p{
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  color: #808080;
}

.p-room2__form__price p:first-child{
  font-size: 1.7rem;
  line-height: 1.86666666667;
}

@media only screen and (max-width: 1024px) {
  .p-room2__form__price p:first-child{
    font-size: 1.8rem;
  }
}

.p-room2__form__price p:last-child{
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 400;
}

.p-room2__form__input{
  margin-bottom: 10px;
}

.p-room2__form__input > p{
  font-size: 1.7rem;
  color: #808080;
  padding-bottom: 5px;
  font-family: 'Arial', sans-serif;
}

@media only screen and (max-width: 1024px) {
  .p-room2__form__input > p{
    font-size: 1.8rem;
  }
}

.p-room2__form__input input[type=text]{
  height: 54px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 1.7rem;
}

#date1, #date2{
  font-family: FontAwesome, "Open Sans", Verdana, sans-serif;
  font-size: 1.5rem;
}

.p-room2__form__submit{
  margin-top: 25px;
  position: relative;
}

.p-room2__form__input textarea{
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px;
  font-size: 1.7rem;
}

.p-room2__form__submit input[type=submit]{
  width: 280px;
  height: 60px;
  border: none;
  background: #f4ac00;
  border-radius: 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  color: #ffffff;
  max-width: 100%;
  cursor: pointer;
}

.p-room2__form__select #numberparty{
  height: 54px;
  width: 50%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
  font-size: 1.7rem;
}

/*------------------------------------------------------------
Css of apartment page
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .p-apartment{
    padding-top: 60px;
  }
}

.p-apartment1__inner{
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .p-apartment1__inner{
    padding-top: 50px;
  }
}

.p-apartment1__title{
  font-family: "Times New Roman", Times, serif;
  font-size: 4.2rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
  .p-apartment1__title{
    font-size: 3rem;
  }
}

.p-apartment1__text{
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  padding: 30px 55px 60px;
  line-height: 1.8;
}

@media only screen and (max-width: 1024px) {
  .p-apartment1__text{
    padding: 30px 0px 60px;
  }
}

.p-apartment1__cnt{
  padding-bottom: 130px;
}

@media only screen and (max-width: 1024px) {
  .p-apartment1__cnt{
    padding-bottom: 65px;
  }
}

/*------------------------------------------------------------
Css of inquiry page
------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .p-inquiry{
    padding-top: 60px;
  }
}

.p-inquiry1__inner{
  padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
  .p-inquiry1__inner{
    padding-top: 50px;
  }
}

.p-inquiry1__title{
  font-family: "Times New Roman", Times, serif;
  font-size: 4.2rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .p-inquiry1__title{
    font-size: 3rem;
  }
}

.p-inquiry1__text{
  font-family: Arial, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  padding: 30px 55px 60px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .p-inquiry1__text{
    padding: 30px 0px 60px;
  }
}

.p-inquiry1__cnt{
  padding-bottom: 130px;
  width: 800px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .p-inquiry1__cnt{
    padding-bottom: 65px;
    width: 100%;
  }
}

.p-inquiry2__form__input{
  margin-bottom: 30px;
}

.p-inquiry2__form__input > p{
  font-size: 1.8rem;
  color: #333333;
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
}

.p-inquiry2__form__input input[type=text], .p-inquiry2__form__input input[type=email]{
  height: 54px;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0 15px;
  background-color: #eff1f3;
}

.p-inquiry2__form__submit{
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-inquiry2__form__submit p{
  max-width: 100%;
}

.p-inquiry2__form__submit input[type=submit]{
  width: 490px;
  height: 60px;
  border: none;
  background: #f7931e;
  border-radius: 10px;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.5;
  color: #ffffff;
  max-width: 100%;
  cursor: pointer;
}

.p-inquiry2__form__recaptcha{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px 15px;
}

.p-inquiry2__form__submit .wpcf7-spinner{
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
	.p-inquiry2__form__submit .wpcf7-spinner{
		top: 80px;
		margin: 0;
	}
}

.p-room2__form__submit .wpcf7-spinner{
  position: absolute;
  top: 80px;
  left: 40%;
  transform: translateX(-50%);
}

.p-room2__form__input input[type=text]:-webkit-autofill, .p-room2__form__input input[type=text]:-webkit-autofill:hover, .p-room2__form__input input[type=text]:-webkit-autofill:focus, .p-room2__form__input input[type=text]:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
.lightbox{
  transform: translateY(-50%);
  transition: all 0.5s ease;
}

.lightboxOverlay{
  position: fixed!important;
  width: 100%!important;
  height: 100%!important;
}

/*# sourceMappingURL=style.css.map */
