@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #333333;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
@font-face {
	font-family: "A1 Mincho";
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #333333;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	position: relative;
	text-align: left;
}
#main {
	margin-bottom: 7.9rem;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		margin-bottom: 5rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding-bottom: 1.5rem;
	width: 100%;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	transition: .3s;
}
#gHeader.white {
	background-color: #fff;
}
#gHeader .hBox {
	padding: 0 6rem 0 1.5rem;
	align-items: flex-start;
}
#gHeader h1 {
	margin-top: 1.6rem;
	width: 32rem;
}
#gHeader h1 a {
	display: inline-block;
}
#gHeader h1 .top {
	display: none;
}
#gHeader .rBox {
	justify-content: right;
	flex: 1;
}
#gHeader .rBox .navList li {
	width: 19rem;
}
#gHeader .rBox .navList a {
	padding-bottom: 0.3rem;
	min-height: 6rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.2;
	background-color: #313841;
	font-family: "A1 Mincho";
}
#gHeader .rBox .navList .li01 a {
	background-color: #C60266;
}
#gNavi {
	margin-right: 3.9rem;
}
#gNavi .liStyle {
	position: relative;
}
#gNavi .liStyle::after {
	position: absolute;
	z-index: 1;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3.9rem;
	content: "";
}
#gNavi > ul > li {
	margin-left: 2.9rem;
}
#gNavi > ul > li:first-child {
	margin-left: 0;
}
#gNavi > ul > li > a,
#gNavi .liStyle p {
	padding-top: 1rem;
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	font-family: "A1 Mincho";
	line-height: 1.2;
	transition: .3s;
}
#gHeader .rBox a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) {
	#gNavi .liStyle p {
		cursor: pointer;
	}
	#gNavi .liStyle p:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1360px)  {
	#gNavi {
		margin-right: 2rem;
	}
	#gNavi > ul > li {
		margin-left: 1.5rem;
	}
	#gNavi > ul > li > a,
	#gNavi .liStyle p {
		font-size: 1.5rem;
	}
	#gHeader .rBox .navList li {
		width: 11rem;
	}
	#gHeader .rBox .navList a {
		padding-bottom: 0;
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding-bottom: 0;
	}
	#gHeader .hBox {
		padding: 1rem;
		display: block;
	}
	#gHeader h1 {
		margin-top: 0;
		width: 20rem;
	}
}

/*------------------------------------------------------------
	dropMenu
------------------------------------------------------------*/
.dropMenu {
	display: none;
	position: fixed;
	padding: 4.7rem 2rem 5.2rem;
	left: 0;
	top: 8.9rem;
	width: 100%;
	z-index: 100;
	content: "";
	background-color: rgba(0, 0, 6, 0.69);
}
.dropMenu .content {
	display: flex;
	max-width: 104.5rem;
}
.dropMenu h2 {
	margin-bottom: 0;
	width: 30.9rem;
	color: #fff;
	font-size: 2rem;
	font-weight: normal;
	font-family: "A1 Mincho";
	line-height: 1.3;
}
.dropMenu h2 .en {
	margin-bottom: 2.3rem;
	display: block;
	font-size: 5rem;
}
.dropMenu .rList {
	padding: 0.6rem 0 2.5rem 10.1rem;
	flex: 1;
	border-left: 1px solid #fff;
}
.dropMenu .rList li {
	margin-bottom: 1.2rem;
}
.dropMenu .rList li:last-child {
	margin-bottom: 0;
}
.dropMenu .rList a {
	color: #fff;
	font-size: 2rem;
	font-family: "A1 Mincho";
}
/*------------------------------------------------------------
	menu
------------------------------------------------------------*/
.menuBox { 
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	background-color: #F0F0F0;
	z-index: 20;
	height: 100%;
	overflow: scroll;
	box-sizing: border-box;
}
.menuBox .lPhoto {
	width: 39.585%;
	height: auto;
	min-height: 100vh;
	background: url(../img/common/photo01.jpg) no-repeat left top / cover;
}
.menuBox .rBox {
	padding: 12rem 6.25vw 5rem;
	flex: 1;
}
.menuBox .naviBox {
	margin: -6.8rem 0 7.7rem;
}
.menuBox .naviBox .naviListBox {
	margin: 6.8rem 5.5% 0 0;
	width: 27.3%;
}
.menuBox .naviBox .naviListBox:nth-child(3n) {
	margin-right: 0;
}
.menuBox .naviBox .title {
	margin-bottom: 1.9rem;
	padding: 0 0.2rem 1.3rem;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	border-bottom: 1px solid #AAAAAA;
}
.menuBox .naviBox .naviList li {
	margin-bottom: 0.8rem;
}
.menuBox .naviBox .naviList a {
	font-weight: 500;
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}
.menuBox .logo {
	margin-bottom: 0.7rem;
	width: 40rem;
}
.menuBox .logo a {
	display: block;
}
.menuBox .telList {
	margin-bottom: 0.8rem;
}
.menuBox .telList li {
	margin-right: 2.5rem;
	font-size: 2rem;
	letter-spacing: 0.12em;
}
.menuBox .telList li:last-child {
	margin-right: 0;
}
.menuBox .telList a,
.menuBox .telList .num {
	font-size: 3rem;
	letter-spacing: 0.1em;
}
.menuBox .subBox .txt {
	margin-bottom: 2rem;
	font-size: 1.4rem;
}
.menuBox .snsList li {
	margin-right: 1rem;
	width: 4rem;
}
.menuBox .snsList:last-child {
	margin-right: 0;
}
.menuBox .snsList a {
	display: block;
}
.menuBox a:hover {
	opacity: 0.7;
}
.menu {
	width: 6rem;
	height: 6rem;
	top: 0;
	right: 0;
	position: absolute;
	z-index: 21;
	background-color: #fff;
	transition: .3s;
}
.menu span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 1px;
	background-color: #000;
}
.menu span:nth-of-type(1) {
	top: 2.3rem;
}
.menu span:nth-of-type(2) {
	top: 2.9rem;
}
.menu span:nth-of-type(3) {
	width: 1.2rem;
	top: 3.5rem;
}
.menu.on {
	background-color: transparent;
}
.menu.on span {
	width: 4.5rem;
	height: 0.2rem;
	left: -0.5rem;
	background-color: #333;
}
.menu.on span:nth-of-type(1) {
	transform: translateY(2.2rem) rotate(-45deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	transform: translateY(1rem) rotate(45deg);
}
@media all and (min-width: 897px) {
	.menu:hover {
		cursor: pointer;
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1620px)  {
	.menuBox .lPhoto {
		width: 30.247vw;
	}
	.menuBox .rBox {
		padding: 12rem 2rem 5rem;
	}
	.menuBox .naviBox .title {
		font-size: 1.173vw;
		letter-spacing: 0;
	}
	.menuBox .naviBox .naviList a {
		font-size: 1.049vw;
	}
}
@media all and (min-width: 897px) and (max-width: 1100px) {
	.menuBox .naviBox .title {
		font-size: 1.4rem;
	}
	.menuBox .naviBox .naviList a {
		font-size: 1.3rem;
	}
}
@media all and (max-width: 896px) {
	.menuBox .logoImg {
		margin: 1rem 0 0 1rem;
		width: 20rem;
	}
	.menuBox .wrap {
		display: block;
	}
	.menuBox .rBox {
		padding: 5rem 2rem;
	}
	.menuBox .naviBox {
		margin: 0 0 5rem;
		display: block;
	}
	.menuBox .naviBox .naviListBox {
		margin: 0 0 3rem !important;
		width: auto;
	}
	.menuBox .naviBox .naviListBox:last-child {
		margin-bottom: 0;
	}
	.menuBox .naviBox .title {
		margin-bottom: 1.5rem;
		padding-bottom: 1rem;
		font-size: 1.6rem;
	}
	.menuBox .naviBox .naviList li {
		margin-bottom: 0.5rem;
	}
	.menuBox .logo {
		width: 25rem;
	}
	.menuBox .telList {
		display: block;
	}
	.menuBox .telList li {
		margin-right: 0;
		font-size: 1.4rem;
	}
	.menuBox .telList a,
	.menuBox .telList .num {
		font-size: 2rem;
	}
	.menuBox .subBox .txt {
		margin-bottom: 1rem;
		font-size: 1.2rem;
	}
	.menuBox .snsList li {
		margin-right: 1rem;
		width: 2.5rem;
	}
	.menu {
		width: 5rem;
		height: 5rem;
	}
	.menu span {
		left: 1.5rem;
	}
	.menu span:nth-of-type(1) {
		top: 1.8rem;
	}
	.menu span:nth-of-type(2) {
		top: 2.4rem;
	}
	.menu span:nth-of-type(3) {
		width: 1.2rem;
		top: 3rem;
	}
	.menu.on span {
		width: 3rem;
		left: 1rem;
	}
	.menu.on span:nth-of-type(1) {
		transform: translateY(0.7rem) rotate(-45deg);
	}
	.menu.on span:nth-of-type(3) {
		transform: translateY(-0.5rem) rotate(45deg);
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 8rem 0 2rem;
	color: #fff;
	background-color: #B21565;
}
#gFooter .content {
	margin-bottom: 9rem;
}
#gFooter .lBox {
	margin-right: 8%;
	width: fit-content;
}
#gFooter .logo {
	margin-bottom: 3.5rem;
	width: 40rem;
}
#gFooter .logo a {
	display: block;
}
#gFooter .add {
	margin-bottom: 0.3rem;
	line-height: 1.4;
}
#gFooter .add a {
	text-decoration: underline;
	color: #fff;
}
#gFooter .telList {
	margin-bottom: 0.8rem;
}
#gFooter .telList li {
	margin-right: 2.5rem;
	font-size: 2rem;
	letter-spacing: 0.1em;
}
#gFooter .telList li:last-child {
	margin-right: 0;
}
#gFooter .telList a,
#gFooter .telList .num {
	color: #fff;
	font-size: 3rem;
	letter-spacing: 0.1em;
}
#gFooter .time {
	font-size: 1.4rem;
	margin-bottom: 1.2rem;
}
#gFooter .rBox {
	margin-top: 3rem;
	flex: 1;
}
#gFooter .naviList {
	margin-top: -3rem;
}
#gFooter .naviList > li {
	margin: 3rem 4rem 0 0;
	width: 21.2rem;
}
#gFooter .naviList > li:nth-child(3n) {
	margin-right: 0;
}
#gFooter .naviList .ttl {
	margin-bottom: 2rem;
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.07em;
}
#gFooter .naviList a {
	color: #fff;
	line-height: 2;
	letter-spacing: 0.05em;
}
#gFooter .naviList a:hover {
	opacity: 0.7;
}
#gFooter address {
	text-align: center;
	font-size: 1.4rem;
}
@media all and (min-width: 897px) {
	#gFooter .add a:hover {
		text-decoration: none;
	}
}
@media all and (min-width: 897px) and (max-width: 1405px) {
	#gFooter .lBox {
		margin-right: 4rem;
	}
	#gFooter .telList a,
	#gFooter .telList .num {
		font-size: 2.5rem;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 3rem 0 1rem;
	}
	#gFooter .content {
		margin-bottom: 3rem;
		display: block;
	}
	#gFooter .lBox {
		margin: 0 0 3rem;
	}
	#gFooter .logo {
		margin-bottom: 2rem;
		width: 20rem;
	}
	#gFooter .add {
		margin-bottom: 1rem;
	}
	#gFooter .telList {
		margin-bottom: 1rem;
		display: block;
	}
	#gFooter .telList li {
		margin-right: 0;
		font-size: 1.3rem;
	}
	#gFooter .telList a,
	#gFooter .telList .num {
		font-size: 1.8rem;
	}
	#gFooter .time {
		font-size: 1.2rem;
	}
	#gFooter .rBox {
		margin-top: 0;
	}
	#gFooter .naviList {
		margin-top: 0;
		display: block;
	}
	#gFooter .naviList > li {
		margin: 0 0 2rem !important;
		width: auto;
	}
	#gFooter .naviList > li:last-child {
		margin-bottom: 0;
	}
	#gFooter .naviList .ttl {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	#gFooter .naviList a {
		line-height: 1.7;
	}
	#gFooter address {
		font-size: 1.1rem;
	}
}