/* Cookie and Policy Popup 2022 */
.cc-revoke, .cc-window {
	font-family: inherit;
	font-family: Barlow, YakuHanJPs_Noto, 'Zen Kaku Gothic New', 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif !important;
	font-size: .88rem !important;
	font-weight: 400 !important;
	letter-spacing: .05rem;
}
@media (max-width: 991.8px) {
	.cc-revoke, .cc-window {
		font-size: .78rem !important;
	}
}

.alerts_temp .alert {
	padding: 7px 40px 7px 12px;
	//border: 1px solid rgba(196, 151, 47, .8) !important;
	background-color: rgba(255, 255, 255, .8);
	border-radius: 6px !important;
}
.alerts_temp .alert a {
	font-size: .88rem;
	line-height: 1.5;
	color: #414141 !important;
}
.alerts_temp .alert a:hover {
	color: rgba(196, 151, 47, 1) !important;
}
.alerts_temp .alert button {
	margin: 0;
	padding: 8px 12px 0 0;
}

/*========================
　smartphone　bottom menu
　========================*/

@media (min-width: 992px) {
	ul.bottom-menu {
		display: none !important;
	}
}

/*スマホの時だけ*/
@media (max-width: 991px) { 
	/*ボトムメニュー付けたのでフッタを底上げする*/
	#footer {
		//margin-bottom:48px;
	}
}

#footer ul.bottom-menu{
	padding-bottom: env(safe-area-inset-bottom) !important;
}

.mini-text{
	font-size: .68rem;
	font-weight: 500;
	line-height: inherit !important;
}/*文字大きさ*/

.btn-round-lg {
	border-radius: 22.5px;
}
.btn-round {
	border-radius: 17px;
}
.btn-round-sm {
	border-radius: 15px;
}
.btn-round-xs {
	border-radius: 11px;
	padding-left: 10px;
	padding-right: 10px;
}

ul.bottom-menu {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 45px;/*高さ*/
    margin: 0;
	padding:  0;;
    //padding-top: 5px;
    background-color: rgba(244, 244, 244, 0.9);
    //border-top:2px solid #808080;
    //border-bottom:2px solid #808080;
    z-index: 30;
}

ul.bottom-menu li {
    //float:left;
    //width:25%;
    //background-color:#f5f5f5;
    list-style-type: none;
    text-align: center;
    //font-size:25px;
}

ul.bottom-menu li a {
    display: block;
    //color: #808080;/*アイコン＆文字の色*/
    //padding-top:10px;
    //padding-bottom:5px;
    //line-height:10px;
    text-decoration: none;
}

.bottom-menu li a:hover {
    //color: #a9a9a9;/*マウスオーバー時の色*/}
}

/* === 展開メニュー === */
ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu-second-level li a{
	border-top:1px dashed #a9a9a9;/*展開の枠点線*/
	font-size:15px;/*展開メニューの文字サイズ*/
	line-height:30px;/*文字の縦幅*/
}
.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 45px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
}

img {
  vertical-align: middle;
  border-style: none; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.services-wrap {
	width: 100%;
	display: block;
	height: 180px;
	position: relative;
	z-index: 0;
}
.services-wrap:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #000000;
	opacity: 0;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.services-wrap .text {
	width: 100%;
}
.services-wrap .text h3 {
	//font-family: "Poppins", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.3 !important;
	text-transform: uppercase;
	color: #fff;
	font-weight: 300;
	text-shadow:
		1px -1px 3px #333, -1px 1px 3px #333, 1px 1px 3px #333, -1px -1px 3px #333, 0 0 3px #333,
		1px -1px 2px #000, -1px 1px 2px #000, 1px 1px 2px #000, -1px -1px 2px #000, 0 0 2px #000
		;
}
.services-wrap .text span {
	display: block;
	color: rgba(255, 255, 255, 0.7);
}
.services-wrap .text .icon {
	width: 30px;
	height: 30px;
	background: #077c91;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.services-wrap .text .icon span {
	color: #fff;
}
.services-wrap.services-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #000000;
	opacity: .3;
	z-index: -1;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.services-wrap:hover:after {
	opacity: .5;
}

.services {
  width: 100%;
  background: #f8f9fa;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px; }
  .services .icon {
    line-height: 1.3;
    position: relative;
    width: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .services .icon span {
      font-size: 54px;
      color: #077c91; }
  .services .media-body h3 {
    font-size: 20px; }
  .services.active {
    background: #312b30; }
    .services.active .icon span {
      color: #fff; }
    .services.active .media-body h3 {
      color: #fff; }
  .services:hover {
    background: #077c91; }
    .services:hover .icon span {
      color: #fff; }
    .services:hover h3 {
      color: #fff; }

.insta-img,
.room-img,
.hero-wrap,
.img,
.blog-img,
.user-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center; }

.fixed_btn {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: rgba(255,255,255,1);
	z-index: 1000;
	transition: all 0.5s;
}
.fixed_btn a {
	background-color: rgba(221, 95, 137, 1);
	margin: 0;
	padding: .2rem;
	opacity: 1.0;
	color: rgba(255, 255, 255, 1);
}

.font-en-upper {
	font-family: 'Playfair Display', 'Noto Serif', serif !important;
	text-transform: uppercase !important;
}
.font-en {
	font-family: 'Playfair Display', 'Noto Serif', serif !important;
	text-transform: none !important;
}
.font-ko {
	font-family: YakuHanMP_Noto, 'Noto Serif KO', serif !important;
	text-transform: none !important;
	font-weight: 500 !important;
}
