/***************************
 *
 * モジュール
 *
 **************************/

/*
一般
*/
img {
}
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
	height: 0px;
	display: block;
	content: ".";
	visibility: hidden;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.mlr-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.nrw {
	transform: scaleX(0.97);
	transform-origin: 0 0;
	/*width: 103%;*/
}

.shadow {
	text-shadow: white 2px 0px 2px, white -2px 0px 2px, white 0px -2px 2px, white -2px 0px 2px, white 2px 2px 2px, white -2px 2px 2px, white 2px -2px 2px, white -2px -2px 2px, white 1px 2px 2px, white -1px 2px 2px, white 1px -2px 2px, white -1px -2px 2px, white 2px 1px 2px, white -2px 1px 2px, white 2px -1px 2px, white -2px -1px 2px, white 1px 1px 2px, white -1px 1px 2px, white 1px -1px 2px, white -1px -1px 2px;
}

.fx {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.fx-center {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-middle {
	display: flex;
	align-items: center;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
}

.box-col-2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.box-col-2 > div {
	width: 50%;
	box-sizing: border-box;
}

/*
カラー
*/
.blue {
	color: #78bbd9 !important;
}
.navy {
	color: #31428b !important;
}
.yellow {
	color: #e1d86a !important;
}

/*
OVER
*/

.over {
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	-ms-transition: 1s ease;
	-o-transition: 1s ease;
	transition: 1s ease;
}

.over:hover {
	-ms-filter: "alpha(opacity=7)";
	opacity: 0.3;
	-webkit-transition: 0s ease;
	-moz-transition: 0s ease;
	-ms-transition: 0s ease;
	-o-transition: 0s ease;
	transition: 0s ease;
}
/* 
.zoom {
}
.zoom:hover {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
} */

.underbar {
	width: 0;
	height: 1px;
	background: rgba(34, 34, 34, 0);
	top: 20px;
	position: absolute;
	-webkit-transition: 0.5s ease;
}

/*
フォント
*/
.en-lato {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.en-lato-all * {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.en {
	font-family: "Libre Baskerville", serif;
	font-weight: 600;
	font-style: normal;
}
.en-all * {
	font-family: "Libre Baskerville", serif;
	font-weight: 600;
	font-style: normal;
}

/*
ボタン
*/
div.center {
	text-align: center;
}
.btn-text {
	position: relative;
	display: inline-block;
	margin-right: 90px;
}
.btn-text.block {
	display: block;
	margin: 30px auto;
}
.btn-text a {
	font-size: 1.8rem;
	line-height: 2em;
	text-decoration: none;
	color: #222222;
	border-bottom: 1px solid #222;
	position: relative;
	transition: 0.3s ease;
	padding-bottom: 5px;
	font-weight: bold;
}
.btn-text a:after {
	content: "";
	display: inline-block;
	background: url(../img/btn-text.png) 0 0 no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	right: -70px;
	top: 0;
	margin-top: -15px;
	transition: 0.3s ease;
}
.btn-text a:hover {
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.btn-text a:hover:after {
	opacity: 0.3;
}
.btn {
	margin: 35px auto;
	width: 200px;
	display: block;
	position: relative;
}
.btn a {
	display: block;
	text-align: center;
	color: #fff !important;
	font-size: 1.5rem;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	text-decoration: none !important;
	position: relative;
	transition: 0.3s ease;
	background: none;
	border-radius: 0px;
	box-sizing: border-box;
	background: #222222;
	transition: 0.3s ease;
	padding: 10px 0;
	border: 2px solid #222;
}

.btn a:hover {
	text-decoration: none;
	color: #222222 !important;
	background: #fff;
	opacity: 0.7;
}
.btns {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
	margin: 55px auto;
}
.btns .btn {
	width: auto;
	margin: 0;
}
hr + .btns {
	margin-top: -50px;
}
.btn i {
	font-size: 1.3em;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/*
BG
*/
.bg-beige {
	background: #efede7;
}
.bg-gray {
	background: #f7f7f7;
}

/*
IMAGE
*/

/*
アイコン
*/

/*
ANIMATE
*/

@keyframes fade-in5 {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 0.5;
	}
}
@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fade-out {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.tab {
	display: none;
	opacity: 0;
}
.tab.is-active {
	display: block;
	opacity: 1;
	animation-duration: 0.5s;
	animation-name: fade-in;
	-moz-animation-duration: 0.5s;
	-moz-animation-name: fade-in;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-name: fade-in;
}

/*
ボックス
*/
.box-content {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.box-content-f {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0 50px;
}
.box-content-wide {
	margin: 0 auto;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
.box-700 {
	width: 700px;
	margin: 0 auto;
	position: relative;
}
.box-720 {
	width: 720px;
	margin: 0 auto;
	position: relative;
}
.box-800 {
	width: 800px;
	margin: 0 auto;
	position: relative;
}
.box-840 {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
.box-900 {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
.box-960 {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
.box-980 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.box-1000 {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.box-1024 {
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
.box-1040 {
	width: 1040px;
	margin: 0 auto;
	position: relative;
}
.box-1090 {
	width: 1090px;
	margin: 0 auto;
	position: relative;
}
.box-1100 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.box-1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

/*
ヘッダー
*/
.logo-fix {
	position: fixed;
	left: 30px;
	top: 30px;
	width: 140px;
	display: none !important;
}

.logo-fix {
	position: fixed;

	z-index: 10;
	display: none;
	opacity: 0;
}
.logo-fix.is-active {
	display: block;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
}
/* .logo-fix.is-sub {
	display: block;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
} */
.menu-trigger {
	position: fixed;
	right: 0px;
	top: 15px;
	display: block;
	width: 55px;
	height: 55px;
	cursor: pointer;
	z-index: 205;
	transform: translateX(0);
	transition: all 0.5s;
	text-align: center;
	/* display: none;
	opacity: 0; */
}
/* .menu-trigger.is-scroll {
	display: block;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fade-in;
} */

.menu-trigger.is-active {
	z-index: 9999;
}
.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 15px;
	width: 25px;
	height: 1px;
	background-color: #fff;
	transition: 0.3s ease all;
}
.menu-trigger.is-active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 22px;
}
.menu-trigger.is-active span:nth-of-type(1) {
	top: 25px;
}

.menu-trigger span:nth-of-type(2) {
	top: 30px;
}

.menu-trigger.is-active span:nth-of-type(2) {
	top: 25px;
}
.side-btn-circles {
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 60px;
}
.side-btn-circles a {
	margin-bottom: 5px;
	display: block;
}
@media all and (max-width: 1330px) {
}

/*
GLOBAL NAVI
*/

.l-nav .nav-overlay {
	position: fixed;
	left: 0;
	top: 0;
	/* background: linear-gradient(to right, #08639d 0%, #0599d9 100%); */
	width: 100%;
	height: 100%;
	z-index: 200;
	display: none;
	opacity: 0;
	animation-duration: 1s;
	animation-name: fade-out;
}
.l-nav.is-active .nav-overlay {
	display: block;
	opacity: 0.5;
	animation-duration: 1s;
	animation-name: fade-in;
}
.nav-inner {
	position: fixed;
	right: 0px;
	top: 70px;
	width: 100%;
	border-top: 1px solid #000000;
	z-index: 80;
	background: rgba(34, 34, 34, 0.95);
	transform: translate3d(100%, 0, 0);
	transition: 0.3s ease;
}
/* .l-nav.is-scroll .nav-inner {
	transform: translate3d(100%, 0, 0);
} */
.l-nav.is-active-sp .nav-inner {
	transform: translate3d(0, 0, 0);
}

.list-nav {
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
}
.l-nav.is-active .list-nav {
	opacity: 1;
}
.list-nav > li {
	box-sizing: border-box;
}
.list-nav > li > a {
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	padding: 0px 20px;
	line-height: 60px;
	text-align: center;
	position: relative;
	transition: 0.3s ease;
	letter-spacing: 0.1em;
}

.list-nav > li > a:hover {
	background: rgba(0, 0, 0, 0.7);
}

.nav-btn-reserve {
	width: 100px;
	position: absolute;
	left: 7px;
	top: 7px;
	border: 1px solid white;
	height: 40px;
}
.l-nav.is-scroll .nav-btn-reserve {
	right: 120px;
}
.nav-btn-reserve a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1rem;
	line-height: 0.8em;
	box-sizing: border-box;
	padding-top: 8px;
}
.nav-btn-reserve a:hover {
	opacity: 0.7;
}
.nav-btn-reserve .en {
	font-size: 2rem;
	display: block;
	text-align: center;
	color: #fff;
}
.nav-btn-reserve {
}
.nav-sns {
	text-align: center;
	padding-bottom: 30px;
}
.nav-sns a {
	width: 20px;
	display: inline-block;
	margin: 0 10px;
}

/*
パンくず
*/
.bread {
	position: absolute;
	z-index: 5;
	left: 15px;
	top: 10px;
	display: none;
}
.l-main-simple .bread {
	top: -50px;
}
.bread ul {
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}

.bread li {
	font-size: 1.4rem;
	color: #787d7c;
	letter-spacing: 0.15em;
	display: inline-block;
}
.bread li span {
}
.bread li * {
	font-size: 1.4rem;
	color: #787d7c !important;
}
.bread li a {
	color: #787d7c !important;
	text-decoration: none;
}
.bread li a span {
	color: #787d7c !important;
}
.bread li a:hover {
}
.bread i {
}
.bread li:first-child i {
}
.bread .bullet {
}
.bread li:after {
	content: "›";
	display: inline-block;
	width: 18px;
	text-align: center;
	height: 4px;
	margin: 10px auto;
	color: #787d7c;
}
.bread li:last-child:after {
	content: none;
}

/*
サイドバー
*/

/*
フッター
*/
.page-top {
	position: fixed;
	bottom: 15px;
	right: 60px;
	width: 15px;
	z-index: 50;
	opacity: 0;
	display: none;
}
.page-top.is-active {
	opacity: 1;
	display: block;
	animation-duration: 0.5s;
	animation-name: fade-in;
}
.page-top.is-stick {
	position: absolute;
	bottom: 100%;
	bottom: calc(100% - 30px);
	right: 60px;
}
.footer-info {
	position: relative;
	background: #f7f7f7;
	padding: 65px 0 75px;
}
.footer-info .box-content {
	padding-left: 25px;
	padding-right: 25px;
}
.footer-info iframe {
	width: 100%;
}
.footer-info .box-content > div:nth-child(1) {
}
.footer-info .box-content > div:nth-child(2) {
}
.footer-info .footer-info-title {
	text-align: left;
	font-size: 4rem;
	margin-bottom: 35px;
}
.footer-info p {
	font-size: 1.4rem;
	line-height: 1.6em;
	color: #222222;
	margin-bottom: 20px;
}
.footer-info p.en-lato {
	margin-bottom: 30px;
	font-size: 1.8rem;
}
.footer-info .footer-info-link {
	font-size: 1.8rem;
	margin-top: 30px;
}
.footer-info .footer-info-link i {
	margin-right: 5px;
}
.footer-info .footer-info-link i:nth-child(3) {
	margin-left: 10px;
}
.footer-info .footer-info-link a {
	font-size: 1.4rem;
	color: #222222;
	display: inline-block;
	border-bottom: 1px solid #222;
	padding-bottom: 2px;
	transition: 0.3s ease;
}
.footer-info .footer-info-link a:hover {
	border-bottom: 1px solid rgba(34, 34, 34, 0);
}
.footer-info .map {
	height: 330px;
}
.footer-sns {
	margin-bottom: 30px;
}
.footer-sns a {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 10px;
}

.footer-bottom {
	background: #222222;
	position: relative;
	padding-top: 60px;
	bottom: -1px;
}
.footer-bottom-l {
	align-items: center;
}
.footer-bottom-r {
	align-items: center;
}
.footer-bottom-logo {
	width: 117px;
	position: relative;
	margin: 0 auto 45px;
}
.footer-nav {
}
.footer-nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 280px;
	margin: 0 auto;
}
.footer-nav ul li {
	margin: 7px 15px;
}
.footer-nav ul li a {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.footer-bottom .footer-bottom-sns {
	text-align: center;
	margin: 45px auto 25px;
}
.footer-bottom .footer-bottom-sns a {
	display: inline-block;
	width: 20px;
	margin: 0 5px;
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 1.2rem;
	padding-bottom: 45px;
}

/*
サイドバー
*/

/*
LIST NEWS
*/
.list-news {
	position: relative;
	margin-bottom: 50px;
}
.list-news .news {
	position: relative;
	border-bottom: 1px solid #d9d9d9;

	padding: 20px 0;
	transition: 0.3s ease;
}
.list-news .news .news-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.list-news .news .news-link:hover + .news-time + .news-cat + .news-title a {
	border-bottom: 1px solid #222;
}
.list-news .news .news-link:hover + .news-time + .news-title a {
	border-bottom: 1px solid #222;
}
.list-news .news:hover {
}

.list-news .news .news-time {
	font-size: 1.4rem;
	color: #222222;
	display: block;
	letter-spacing: 1px;

	line-height: 1.875em;
}
.list-news .news .news-cat {
	font-size: 1.4rem;
	position: absolute;
	left: 130px;
	top: 30px;
	width: 140px;
	text-align: center;
	line-height: 1.875em;
}
.list-news .news .news-cat a {
	color: #222222;

	display: block;
}
.list-news .news .news-title {
	margin-bottom: 0;
	/* text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap; */
}
.list-news .news .news-title a {
	font-size: 1.4rem;
	line-height: 1.875em;
	color: #222;
	transition: 0.3s ease;
	border-bottom: 1px solid white;
	transition: 0.3s ease;
}
.list-news .news .news-title a:hover {
	text-decoration: none;
}

/*
CARDS
*/
.cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	margin: 60px auto;
}
.cards .card {
	position: relative;
}
.cards .card .card-pic {
	margin-bottom: 20px;
}
.cards .card .card-pic img {
}
.cards .card .card-title {
	font-weight: bold;
	font-size: 2rem;
	color: #333333;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.cards .card .card-title.center {
	text-align: center;
}
.cards .card .card-content p:last-child {
	margin-bottom: 0;
}

.cards-swiper {
	overflow: hidden;
}
.card-swiper .swiper-pagination {
	bottom: 0 !important;
	margin: 0;
}
/* .card-swiper .swiper-pagination:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 39%, rgba(0, 0, 0, 0.65) 100%);
	border-bottom-left-radius: 120px;
	border-bottom-right-radius: 120px;
} */
.card-swiper .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	z-index: 7;
	position: relative;
	margin-bottom: 15px !important;
	display: inline-block;
}
.card-swiper .swiper-pagination-bullet-active {
	background: #e1679b;
}

/*
LIST ENTRY
*/
.list-entry {
}
.list-entry li {
	position: relative;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eeeeee;
	padding: 50px 0;
}
.list-entry .entry-link {
	display: block;
	width: 100%;
	height: 100%;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}
.list-entry .entry-link:hover + .entry-pic {
	opacity: 0.7;
}
.list-entry .entry-pic {
	position: relative;

	width: 48%;
}
.list-entry .entry-pic img {
	transition: 0.3s ease;
	width: 100%;
}
.list-entry .entry-content {
	position: relative;
	width: 48%;
}
.list-entry .entry-content .entry-title {
	text-align: left;
	font-weight: bold;
	font-size: 2.6rem;
	color: #222222;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.list-entry .entry-info {
	margin: 0px auto 30px;
}
.list-entry .entry-time {
	font-size: 1.6rem;
	color: #78bbd9;
	display: inline-block;
}
.list-entry .entry-cat {
	font-size: 1.6rem;
	color: #78bbd9;
	display: inline-block;
	margin: 0;
}
.list-entry .entry-cat:before {
	content: "／";
}
.list-entry .entry-cat a:after {
	content: "／";
}
.list-entry .entry-cat a:last-child:after {
	content: none;
}
.list-entry .entry-cat a {
	font-size: 1.6rem;
	color: #78bbd9 !important;
	text-decoration: none;
}
.list-entry .btn-text {
	z-index: 5;
}
.list-entry .btn-text a:hover {
	text-decoration: none;
}
