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

/*
一般
*/
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 {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	font-style: normal;
}
.en-all * {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	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: 280px;
	display: block;
	position: relative;
}
.btn a {
	display: block;
	text-align: center;
	color: #fff !important;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-decoration: none !important;
	position: relative;
	transition: 0.3s ease;
	background: none;
	border-radius: 0px;
	box-sizing: border-box;
	background: #333333;
	transition: 0.3s ease;
	padding: 17px 0;
	border: 2px solid #333;
}

.btn a:hover {
	text-decoration: none;
	color: #333 !important;
	background: #fff;
	opacity: 0.7;
}
.btn-s {
	width: 120px;
}
.btn-s a {
	font-size: 1.5rem;
	padding: 5px 0;
}
.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;
}

/*
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 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	box-sizing: border-box;
}
.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;
}

/*
ヘッダー
*/
.header-logo {
	width: 160px;
	margin: 0 auto;
}
.l-header.is-front .header-logo {
	width: 290px;
}
.menu-trigger {
	position: fixed;
	right: 0px;
	top: 0px;
	display: block;
	width: 70px;
	height: 70px;
	cursor: pointer;
	z-index: 205;
	transform: translateX(0);
	transition: all 0.5s;
	text-align: center;
	background: #333333;
}
.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: 25px;
	width: 20px;
	height: 2px;
	background-color: #fff;
	transition: 0.3s ease all;
}
.menu-trigger.is-active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 29px;
}
.menu-trigger.is-active span:nth-of-type(1) {
	top: 35px;
}

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

.menu-trigger.is-active span:nth-of-type(2) {
	top: 35px;
}
.fix-btns {
	position: fixed;
	right: 0;
	top: 70px;
	width: 70px;
	background: #fff;
	border: 1px solid #eeeeee;
	z-index: 10;
	padding: 17px 0;
}
.fix-btns a {
	display: block;
	text-align: center;
	padding: 7px 0;
}
.fix-btns a i {
	font-size: 3rem;
	color: #222222;
}
.fix-btns a:hover {
	opacity: 0.7;
}
@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: 0px;
	width: 380px;
	height: 100%;
	overflow: scroll;
	z-index: 9;
	background: rgba(51, 51, 51, 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 .nav-inner {
	transform: translate3d(0, 0, 0);
}

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

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

.nav-btn-reserve {
	width: 160px;
	position: absolute;
	right: 20px;
	top: 20px;
	border: 1px solid white;
	height: 60px;
}
.l-nav.is-scroll .nav-btn-reserve {
	right: 120px;
}
.nav-btn-reserve a {
	color: #fff;
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 0.8em;
	box-sizing: border-box;
	padding-top: 15px;
}
.nav-btn-reserve a:hover {
	opacity: 0.7;
}
.nav-btn-reserve .en {
	font-size: 2.4rem;
	display: block;
	text-align: center;
	color: #fff;
}
.nav-btn-reserve {
}

/*
パンくず
*/
.bread {
	position: absolute;
	z-index: 5;
	left: 15px;
	top: 10px;
	opacity: 0;
}
.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;
}

/*
サイドバー
*/
.box-side {
	background: #f7f7f7;
	padding: 25px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.box-side .sidebar-title {
	font-weight: bold;
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.list-side {
}
.list-side > li {
	margin-bottom: 15px;
}
.list-side > li > a {
	font-size: 1.6rem;
	color: #444444;
}
.box-side .select-wrap {
	width: 100%;
	background: #fff;
}
.box-side .select-wrap select {
	background: #fff;
	border: 1px solid #eeeeee;
}
/*
フッター
*/
.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-mid {
	position: relative;
	background: #333333;
	padding: 70px 0;
}
.footer-mid .footer-logo {
	width: 200px;
	margin: 0 auto 40px;
}
.footer-mid p.center {
	color: white;
	font-size: 1.5rem;
	line-height: 2.666em;
	margin: 0;
	text-align: center;
}
.footer-mid p.center a {
	color: white;
}
.footer-mid p.center i {
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: 5px;
}
.footer-bottom {
	border-top: 1px solid #222222;
	background: #333333;
}
.copyright {
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	line-height: 90px;
}
.footer-top {
	position: relative;
	background: #f7f7f7;
	padding-top: 100px;
	padding-bottom: 90px;
}
.footer-top .btn {
	width: 400px;
	margin: 0 auto 30px;
}
.footer-top p {
}
.footer-top p a {
	color: #444;
}
.footer-top p.center i {
	font-size: 1.5em;
	vertical-align: middle;
	margin-right: 5px;
}
/*
サイドバー
*/

/*
LIST NEWS
*/
.list-news {
	position: relative;
	margin-bottom: 60px;
}
.list-news .news {
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding: 35px 0;
	/* padding-left: 315px; */
	padding-left: 135px;
	transition: 0.3s ease;
}
.list-news .news .news-link {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

/* .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.5rem;
	color: #444444;
	display: block;
	letter-spacing: 1px;
	position: absolute;
	left: 20px;
	top: 35px;
}
.list-news .news .news-cat {
	font-size: 1.5rem;
	position: absolute;
	left: 135px;
	top: 35px;
	width: 165px;
	text-align: center;
}
.list-news .news .news-cat a {
	color: #444444;
	display: block;
}
.list-news .news .news-title {
	margin-bottom: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 3px;
	position: relative;
	top: -3px;
}
.list-news .news .news-title a {
	font-size: 1.5rem;
	line-height: 1.875em;
	color: #444;
	transition: 0.3s ease;
	display: inline-block;
	position: relative;
}
.list-news .news .news-title a:hover {
	text-decoration: none;
}
.list-news .news .news-title a:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 0;
	height: 1px;
	background: #444;
	transition: 0.3s ease-in-out;
}
.list-news .news .news-title a:hover:after {
	width: 100%;
}
.list-news .news .news-link:hover + .news-time + .news-title a:after {
	width: 100%;
}

/*
CARDS
*/
.cards {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	margin: 60px auto;
}
.cards .card {
	position: relative;
	background: #fff;
}
.cards .card .card-pic {
}
.cards .card .card-pic img {
}
.cards .card-content {
	position: relative;
	box-sizing: border-box;
	padding: 35px;
}
.cards .card .card-title {
	font-weight: bold;
	font-size: 2.6rem;
	color: #444444;
	line-height: 1.5em;
	margin-bottom: 20px;
	text-align: center;
}
.cards .card .card-content .btn {
	margin-top: 20px;
	margin-bottom: 0;
}

.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;
}
