@charset "utf-8";
/* CSS Document */

body{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height:1.5em;

	font-size:12pt;
	color:#000;
	-webkit-text-size-adjust: none;	
	padding-bottom:50px;
}

-webkit-text-size-adjust: 100%;

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

.logo{width:250px; margin:0 auto;}

.flex { display: flex; }

.slick-img img {
  height: 100vh;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
.center{ margin:0 auto; }

div.wrapper{ width:100%; }
div.content_wrapper{ width:1024px; margin:0 auto; padding:10px; }

header{background: #036; opacity:0.9; position:fixed; top:0; left:0; width:100%; height:auto; color:#fff; z-index:999;}
footer{background: #036; opacity:0.9; bottom:0; left:0; width:100%; height:auto; color:#fff; z-index:999; text-align:center; color:#fff; font-weight:normal; padding:0.7em; margin:1em 0 0;}

h1 {
	font-size:150%;
  font-weight: bold;
  background-color: #036;
  color: #fff;
  padding: 0.5em 1em calc(0.5em - 6px);
  position: relative;
}
h1::after {
  content: '';
  background-color: #036;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -6px;
  left: 0;
}
h2{ text-align:center; margin:30px auto; font-family:"Times New Roman", Times, serif; font-size:2.8em; font-weight:normal;font-style: italic;letter-spacing:0.2em; }
h3{ border:1px solid #666; width:5.0em; height:5.0em; font-size:2em; padding:0.5em; background:#fff; }
h4{ border-bottom: solid 2px #1a5998; width:100%; font-size:1.7em; margin:1.5em 0; padding:0.2em 0.5em; color:#666; }
h4 .blog-item__title{ text-decoration:none;}

.button{text-align:center; width:4em; margin:0 auto;}
.button a{display:block; color:#fff; width:5em; background:#036; padding:1em 1em; text-decoration:none; border-radius:4px;}

.gallery_btn{ justify-content: center; column-gap:20px; padding-bottom:100px;}
.gallery_btn div{ width:178px; }
.gallery_btn div p{ width:178px; margin:0; }
.gallery_btn div p img{margin:0.5em auto;}
.gallery_btn div p span.on{ border:1px solid #ccc; padding:0.25em 1.0em 0.3em; background:#589e4a; color:#fff; }

.gallery_btn2{ justify-content: center; column-gap:20px; }
.gallery_btn2 p{ width:150px;}

.gallery{ display:flex; justify-content: space-between; flex-wrap: wrap; }
.gallery_center{ display:flex; justify-content: center; flex-wrap: wrap; }

.room_image{ text-align:center; margin:0 0 50px;}
.room_image_center{ text-align:center; margin:0 auto 50px;}

.room_image img{border:1px solid #ccc; margin-bottom:1.0em;}
.room_image span{ line-height:1.5em; }

.large{ width:720px; }
.midium{ width:480px; }
.midium_s{ width:400px; }
.small{ width:360px; }
.ss{ width:240px; }
.full{ width:100%;}

.pc_view{ display: block; }
.sp_view{ display: none; }

@media screen and (max-width: 959px) {
	.logo{width:220px;}
	.slick-img img { height: 60vh;}
	
	div.content_wrapper{ width:90%; margin:0 auto; }
	
	h2{ text-align:center; margin:20px auto; font-family:"Times New Roman", Times, serif; font-size:1.8em; font-weight:normal;font-style: italic;letter-spacing:0.2em; }
	h3{ border:1px solid #999; width:100%; height:2.5em; font-size:1.5em; padding:0.5em 1.0em 0; margin:0 0 1em; }
	h4{ border-bottom: solid 2px #1a5998; width:100%; font-size:1.5em; margin:0 0 1em 0; padding:0.2em 0.5em; color:#666; }
	
	div.content_wrapper{ width:90%; margin: 0 auto; }
	
	.gallery_btn{ justify-content: center; flex-wrap: wrap;}
	.gallery_btn div{ width:120px; }
	.gallery_btn div p{ margin:0 0; width:120px; margin-bottom:1em; }
	.gallery_btn div p img{margin:0.5em auto;}
	.gallery_btn2{ justify-content: center; flex-wrap: wrap;}
	.gallery_btn2 p{ margin:0 1em; width:120px; margin-bottom:1em; }
	.gallery{ flex-direction: column; justify-content: center; flex-wrap: wrap; }
	.gallery_center{ flex-direction: column; justify-content: center; flex-wrap: wrap; }
	
	.large{ width:80vw; margin:0 auto 2em; }
	.midium{ width:80vw; margin:0 auto 2em; }
	.midium_s{ width:70vw; margin:0 auto 2em; }
	.small{ width:50vw; margin:0 auto 2em; }
	.ss{ width:50vw;  margin:0 auto 2em;}
	.full{ width:100%; margin:0 auto 2em;}

	.footer-list ul { display: flex; flex-direction: column; margin:1.0em auto; width:95vw;}
	.footer-list ul li a{ 
		font-size: 1.0em;
		font-weight: 700;
		line-height: 1.1em;
		position: relative;
		display: inline-block;
		padding: 0.5em 5em;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		text-align: center;
		vertical-align: middle;
		text-decoration: none;
		letter-spacing: 0.1em;
		color: #ccc;
		border-radius: 0.2rem;
		background:#eee;
		margin:0.1em 0 0.1em 0;
		}
	.footer-list ul li{ border:1px solid #ccc; }
	
	.pc_view{ display: none; }
    .sp_view{ display: block; }

}


/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #fff;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #fff;
  background: #fff;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background: #036;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:hover{
  background :#205489;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}


/*hover*/

.m_over {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  width: 100%;
  text-align:center;
}
.m_over img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
  margin-bottom:0.5em;
  border:1px solid #ccc;
}
.m_over:hover img {
  transform: scale(1.1); /* 拡大 */
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 15px;
	z-index:999;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*
* 新着記事一覧ショートコード用
*/
.news-list .news-list-inner {
 padding: 20px 5px;
 border: 2px solid #f5f5f5;
}
.archive .news-list .news-list-inner {
 background: #fff;
 padding: 20px;
}
.news-list ul {
 list-style: none;
 margin: 0 0 20px;
}
.news-list li {
 padding: 10px;
 border-bottom: 1px solid #ddd;
}
.news-list a {
 color: #333;
 text-decoration-line: none;
}
.news-list a:hover {
 opacity: 0.6;
}
.news-list a.wp-block-button__link {
 color: #fff;
}
.news-list a.wp-block-button__link:hover {
 color: #F87474;
}
.news-list .news_date {
 margin: 0;
 font-size: 14px;
}
.news-list .news_title {
 margin: 0;
 font-size: 18px;
 line-height: 30px;
 padding-top: 10px;
 padding-bottom: 10px;
}

/*Top info*/

.info_box ul{ border:1px solid #ccc; padding:2.0em 2.0em; }
.info_box ul li{ border-bottom:1px dotted #666; padding:0.5em 1.0em; }

.read_btn a{ display:block; text-align:center; padding:0.2em 1.0em; border-radius:4px; background:#036; width:7em; float:right;clear:right; text-decoration:none; color:#fff; font-size:80%; margin:1.0em 0;}

.ichiran_btn a{ display:block; text-align:center; padding:0.2em 1.0em; border-radius:4px; background:#036; width:10em; float:right;clear:right; text-decoration:none; color:#fff; font-size:80%; margin:1.0em 0;}

.slider {
	height: 50vw;
	margin-inline: auto;
	overflow: hidden;
	width: 100vw;
	}
	.slick-img img {width: 100%;}
	@keyframes zoomUp {
		0% {
		transform: scale(1);
		}
		100% {
		transform: scale(1.15); /* 拡大率 */
		}
	}
	.add-animation {
	animation: zoomUp 10s linear 0s normal both;
	}
@media screen and (max-width: 959px) {
	.slider {
	height: auto;
	margin-inline: auto;
	overflow: hidden;
	width: 100vw;
	}	
}

.youtube-ratio iframe{
		height: auto;
		aspect-ratio: 16 / 9;
		min-width: 480px;
		display: block;
		margin: 2em auto;
}

@media screen and (max-width: 959px) {
	width: 80vw;
}
