@charset "utf-8";


@media only screen and (max-width:991px) {}
@media only screen and (max-width:767px) {}


/*************************************************

 wrapper

*************************************************/
body.fixed {
	position: fixed;
	left: 0;
	width: 100%;
}
#wrapper {
	color: #000;
	font-family: 'Shippori Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;
	font-size: 16px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	text-align: left;
}
input,
textarea {
	font-family: 'Shippori Mincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', '游明朝', YuMincho, serif;
}
.wrap01 {
	box-sizing: border-box;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding: 0 230px 0 100px;
}
.wrapAjust {
	max-width: 1020px;
	margin-left: auto;
}
.gothic {
	font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

@media only screen and (max-width:767px) {
	#wrapper {
		font-size: 14px;
	}
	.wrap01 {
		padding: 0 20px;
	}
}



/*************************************************

 header

*************************************************/
#header {
	/* position: absolute;
	top: 195px;
	left: 40px; */
	position: fixed;
	top: 50%;
	left: 40px;
	transform: translateY(-100%);
	z-index: 100;
}
#header a {
	color: #000;
	text-decoration: none;
}
@media only screen and (min-width:768px) {
	#header .siteTitle {
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		font-size: 14px;
	}
	#header .siteTitle span {
		display: inline-block;
	}
	#header .siteTitle span + span {
		margin-top: 1em;
	}
}
@media only screen and (max-width:767px) {
	#header {
		box-sizing: border-box;
		position: fixed;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		width: 100%;
		height: 60px;
		padding: 0 20px;
		font-size: 14px;
		background-color: #fff;
		transform: translateY(0);
		box-shadow: 0px 3px 16px -3px rgba(0,0,0,0.2);
	}
	#header .siteTitle span {
		display: inline-block;
		margin-right: 0.5em;
	}
}
@media only screen and (max-width:374px) {
	#header {
		font-size: 12px;
	}
}



/*************************************************

 menus

*************************************************/
#menus {
	position: fixed;
	top: 50%;
	right: 40px;
	transform: translateY(-70%);
	z-index: 500;
}
#menus .menuBtns {
	margin-top: 38px;
}
#menus .menuBtns li + li {
	margin-top: 10px;
}
#menus .menuBtns a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 115px;
	height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	border-radius: 6px;
	background-color: #81B2B2;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.3);
	transition: opacity 0.4s, background-color 0.4s, color 0.4s;
	opacity: 1;
}
#menus .iconBtn {
	margin-top: 40PX;
}
#menus .iconBtn a {
	position: relative;
	display: block;
	width: 22PX;
	margin: 0 auto;
	line-height: 0;
	transition: opacity 0.3s;
}
#menus .iconBtn a img {
	display: block;
	transition: opacity 0.4s;
}
#menus .iconBtn a:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: no-repeat center center / contain;
	transition: opacity 0.4s;
	opacity: 0;
}
#menus .iconBtn.instagram a:before {
	background-image: url(../images/common/icon_instagram_w.svg);
}

@media only screen and (min-width:768px) {
	#menus .menuBtns a:hover,
	#menus .iconBtn a:hover {
		opacity: 0.7;
	}
	.open #menus .menuBtns a {
		color: #81B2B2;
		background-color: #fff;
	}
	.open #menus .iconBtn a img {
		opacity: 0;
	}
	.open #menus .iconBtn a:before {
		opacity: 1;
	}
}
@media only screen and (max-width:767px) {
	#menus {
		top: 0;
		right: 0;
		transform: translateY(0);
	}
	#menus .menuBtns,
	#menus .iconBtn {
		display: none;
	}	
}


/*************************************************

 globalnavi

*************************************************/
#globalnavi {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background-color: #81B2B2;
	color: #fff;
	z-index: 400;
}
#globalnavi .wrapTable {
	box-sizing: border-box;
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 60px 40px;
}
#globalnavi .wrapTableCell {
	display: table-cell;
	vertical-align: middle;
}
#globalnavi .inner {
	box-sizing: border-box;
	max-width: 1100px;
	margin: 0 auto;
	padding-right: 150px;
}
#globalnavi * {
	text-decoration: none;
	letter-spacing: 0.06em;
}
#globalnavi a {
	display: inline-block;
	color: #fff;
}
#globalnavi .mainNav > li {
	position: relative;
	padding-left: 35px;
}
#globalnavi .mainNav > li + li {
	margin-top: 30px;
}
#globalnavi .mainNav .bigBtn {
	position: relative;
	line-height: 1.5;
}
#globalnavi .mainNav .bigBtn:before {
	position: absolute;
	top: 50%;
	left: -35px;
	display: block;
	content: '';
	width: 6px;
	height: 2px;
	background-color: #fff;
}
#globalnavi .mainNav .bigBtn > * {
	display: inline-block;
}
#globalnavi .mainNav .bigBtn strong {
	font-size: 26px;
	font-weight: 400;
}
#globalnavi .mainNav .bigBtn small {
	position: relative;
	font-size: 16px;
}
#globalnavi .mainNav .bigBtn small:before {
	display: inline-block;
	content: '／';
	margin: 0 0.5em;
}
#globalnavi .childNavi ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 1.1;
}
#globalnavi .childNavi li {
	position: relative;
	margin: 17px 23px 0 0;
	padding-right: 23px;
	border-right: #fff solid 1px;
}
#globalnavi .childNavi li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
@media only screen and (min-width:768px) {
	#globalnavi a {
		transition: color 0.3s;
	}
	#globalnavi a:hover {
		color: #FAF188;
	}
	#globalnavi .childNavi {
		display: block !important;
	}
}
@media only screen and (max-width:991px) {
	#globalnavi .mainNav .bigBtn strong {
		font-size: 22px;
	}
	#globalnavi .mainNav .bigBtn small {
		font-size: 14px;
	}
	#globalnavi .childNavi li {
		font-size: 14px;
	}
}
@media only screen and (max-width:767px) {
	#globalnavi {
		color: #81B2B2;
		background-color: #fff;
	}
	#globalnavi .wrapTable {
		display: block;
		height: auto;
		padding: 90px 20px 120px;
	}
	#globalnavi .wrapTableCell {
		display: block;
	}
	#globalnavi .inner {
		padding-right: 0;
	}
	#globalnavi a {
		display: block;
		color: #81B2B2;
	}
	#globalnavi .mainNav > li {
		padding-left: 0;
	}
	#globalnavi .mainNav .bigBtn {
		cursor: pointer;
	}
	#globalnavi .mainNav .bigBtn:before {
		display: none;
	}
	#globalnavi .mainNav .bigBtn.arw:after {
		position: absolute;
		top: 50%;
		right: 5px;
		display: block;
		content: '';
		width: 10px;
		height: 10px;
		margin-top: -5px;
		border-right: #81B2B2 solid 1px;
		border-bottom: #81B2B2 solid 1px;
		transform: rotate(45deg);
		transition: transform 0.4s;
	}
	#globalnavi .mainNav .bigBtn.arw.on:after {
		transform: rotate(-135deg);
	}
	#globalnavi .mainNav .bigBtn strong {
		display: block;
		font-size: 20px;
	}
	#globalnavi .mainNav .bigBtn small {
		display: block;
	}
	#globalnavi .mainNav .bigBtn small:before {
		display: none;
	}
	#globalnavi .childNavi {
		display: none;
	}
	#globalnavi .childNavi ul {
		display: block;
		padding-top: 10px;
	}
	#globalnavi .childNavi li {
		margin: 0;
		padding-right: 0;
		font-size: 18px;
		border-color: #81B2B2;
		border: none;
	}
	#globalnavi .childNavi li + li {
		margin-top: 2px;
	}
	#globalnavi .childNavi li a {
		padding: 15px 10px;
		background-color: #ECF2E9;
	}
}





/*************************************************

 hamburgerMenu

*************************************************/
#hamburgerMenu {
	position: relative;
	cursor: pointer;
}
#hamburgerMenu .bdr {
	position: relative;
	width: 28px;
	height: 18px;
	margin: 0 auto;
}
#hamburgerMenu .bdr span,
#hamburgerMenu .bdr:before,
#hamburgerMenu .bdr:after {
	position: absolute;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	transition: opacity 0.3s,background-color 0.3s;
	background-color: #000;
}
#hamburgerMenu .bdr span {
	top: 50%;
	margin-top: -1px;
}
#hamburgerMenu .bdr:before {
	top: 0;
}
#hamburgerMenu .bdr:after {
	top: 100%;
	transform: translateY(-100%);
}
.open #hamburgerMenu .bdr:before {
	animation: menuAnime01 .4s forwards;
}
.open #hamburgerMenu .bdr:after {
	animation: menuAnime02 .4s forwards;
}
.open #hamburgerMenu .bdr span {
	opacity: 0;
}
.close #hamburgerMenu .bdr:before {
	animation: menuAnime01_close .4s forwards;
}
.close #hamburgerMenu .bdr:after {
	animation: menuAnime02_close .4s forwards;
}

@media only screen and (min-width:768px) {
	.open #hamburgerMenu .bdr span,
	.open #hamburgerMenu .bdr:before,
	.open #hamburgerMenu .bdr:after {
		background-color: #fff;
	}
}
@media only screen and (max-width:767px) {
	#hamburgerMenu {
		width: 60px;
		height: 60px;
	}
	#hamburgerMenu .bdr {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}
	.open #hamburgerMenu .bdr span,
	.open #hamburgerMenu .bdr:before,
	.open #hamburgerMenu .bdr:after {
		background-color: #81B2B2;
	}
}

@keyframes menuAnime01 {
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
}
@keyframes menuAnime01_close {
	0% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(45deg);
	}
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg);
	}
	100% {
		top: 0;
		transform: rotate(0deg);
	}
}
@keyframes menuAnime02 {
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg) translateY(0);
	}
	100% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg) translateY(0);
	}
}
@keyframes menuAnime02_close {
	0% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(-45deg) translateY(0);
	}
	50% {
		top: 50%;
		margin-top: -1px;
		transform: rotate(0deg) translateY(0);
	}
	100% {
		top: 100%;
		margin-top: 0;
		transform: rotate(0deg) translateY(-100%);
	}
}



/*************************************************

 spBeneathFixed

*************************************************/
@media only screen and (min-width:768px) {
	#spBeneathFixed {
		display: none !important;
	}
}
#spBeneathFixed {
	position: fixed;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 18px 20px;
	z-index: 600;
}
#spBeneathFixed:before {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: calc(100% - 15px);
	background-color: #81B2B2;
}
#spBeneathFixed ul {
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
#spBeneathFixed li {
	box-sizing: border-box;
	display: flex;
	width: calc(100% / 2 - 25px);
	padding: 0 2px;
}
#spBeneathFixed li.icon {
	width: 50px;
}
#spBeneathFixed a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	color: #81B2B2;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	background-color: #fff;
	border: #81B2B2 solid 2px;
	border-radius: 6px;
	line-height: 1;
	box-shadow: 0px 5px 16px -6px rgba(0,0,0,0.3);
}


/*************************************************

 container

*************************************************/
@media only screen and (max-width:767px) {
	#container {
		padding-top: 60px;
	}
}



/*************************************************

 footer

*************************************************/
#footer {
	position: relative;
	box-sizing: border-box;
	max-width: 1400px;
	margin: 190px auto 0;
	padding: 0 230px 80px 100px;
	z-index: 10;
}
#footer .inner {
	max-width: 1020px;
	margin-left: auto;
}
#footer .inflex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#footer .logo {
	position: relative;
	margin-bottom: 17px;
	font-size: 25px;
	line-height: 1.5;
}
#footer .logo a {
	position: relative;
	display: block;
	padding-left: 47px;
	color: #000;
	text-decoration: none;
}
#footer .logo a:before {
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	content: '';
	width: 37px;
	height: 29px;
	background: url(../images/common/logo.svg) no-repeat center center / contain;
}
#footer .txt {
	font-size: 16px;
}
#footer .txt a {
	color: #D59F9F;
	transition: opacity 0.4s;
	margin-left: 10px;
}
#footer .txt a:hover {
	opacity: 0.6;
}
#footer .txt .fa-regular{
	font-size: 20px;
}
#footer .tel {
	font-size: 20px;
}
#footer .tel a {
	color: #000;
	text-decoration: none;
}
#footer .tel small {
	font-size: 16px;
}
#footer .sns ul {
	display: flex;
	line-height: 0;
}
#footer .sns li + li {
	margin-left: 15px;
}
#footer .sns a {
	display: block;
}
#footer .copyright {
	margin-top: 55px;
	font-size: 10px;
}
@media only screen and (max-width:767px) {
	#footer {
		margin-top: 140px;
		padding: 0 20px 100px;
	}
	#footer .inflex {
		display: block;
	}
	#footer .logo {
		font-size: 17px;
	}
	#footer .logo a {
		padding-left: 37px;
	}
	#footer .logo a:before {
		top: 2px;
		width: 27px;
		height: 21px;
	}
	#footer .txt {
		font-size: 14px;
	}
	#footer .tel {
		font-size: 18px;
	}
	#footer .tel small {
		font-size: 14px;
	}
	#footer .sns {
		margin-top: 20px;
	}
	#footer .copyright {
		margin-top: 45px;
	}
}

@media only screen and (min-width:768px) {
	#footer #pagetop {
		display: none !important; 
	}
}
#footer #pagetop {
	position: absolute;
	top: 70px;
	right: 0;
	display: none;
}
#footer #pagetop > div {
	position: fixed;
	right: 20px;
	bottom: 90px;
	box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
	border-radius: 50%;
}
#footer #pagetop a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/common/pagetop.svg) no-repeat center center / 100% auto;
}
#footer #pagetop a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: url(../images/common/pagetop_on.svg) no-repeat center center / 100% auto;
	transition: opacity 0.3s;
	opacity: 0;
	z-index: 2;
}
#footer #pagetop.stop > div {
	position: absolute;
}





/*************************************************

 commons

*************************************************/

/* commonTopAjust
--------------------------------------*/
.commonTopAjust {
	padding-top: 100px;
}
@media only screen and (max-width:767px) {
	.commonTopAjust {
		padding-top: 40px;
	}
}