@charset "UTF-8";

/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

body, div, p,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, input, textarea,
table, th, td{  
margin:0px; 
padding:0px; 
}

ul {
list-style-type: none;
}

img{
border:0px;
vertical-align:bottom;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	width: 100%;
	margin: 0 0 25px;
}

tr {
}

th {
	padding: 12px 10px 0;
	vertical-align: top;
	display: block;
	font-weight: bold;
}

td {
	padding: 12px 10px;
	vertical-align: top;
	display: block;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				th {
					display: table-cell;
					padding: 20px 25px;
					white-space: nowrap;
					text-align: left;
					border-bottom: 1px solid #d0d0d0;
				}
				td {
					display: table-cell;
					padding: 20px 25px;
					border-bottom: 1px solid #d0d0d0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}

iframe {
border: 0;
overflow: hidden;
}


/* common
------------------------------------*/

a:link,
a:visited {
	color: #b63463;
	text-decoration: underline;
	transition: .3s;
}

html {
  font-size: 62.5%;
}

body {
	font-size: 1.45rem;
	text-align: center;
	line-height: 1;
	color: #231815;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
	overflow-x: hidden;
	background-image: url(../img/bg01.png), url(../img/bg02.png);
	background-repeat: no-repeat, repeat-y;
	background-position: left top, left top;
	background-size: 100% auto, 100% auto;
	background-color: #fff;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				body {
					font-size: 1.6rem;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}

.pcTab,
.pc,
.tab { display: none;}
.sp,
.tabSp { display: block;}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.pc,
				.sp { display: none;}
				.tab,
				.pcTab,
				.tabSp { display: block;}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				.sp,
				.tab,
				.tabSp { display: none;}
				.pcTab,
				.pc { display: block;}
				a:hover,
				a:active {
					opacity: 0.7;
				}
			}

#header {
	width: 92%;
	padding: 15px 0 0;
	position: fixed;
	left: 4%;
	z-index: 2;
}

#header h1 {
	text-align: left;
}

#header h1 img {
	width: 261px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#header {
					padding: 25px 0 0;
				}
				#header h1 img {
					width: 329px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}


#header #gNavi {
	display: none;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#header #gNavi {
					display: block;
					position: absolute;
					right: calc(85px + 4%);
					top: 25px;
				}
				#header #gNavi ul {
					display: flex;
				}
				#header #gNavi ul li {
					font-family: Noto Sans JP;
					font-weight: 500;
					font-size: 1.6rem;
					margin: 0 0 0 40px;
				}
				#header #gNavi ul li a {
					position: relative;
				}
				#header #gNavi ul li a:after {
					content: '';
					display: block;
					width: 6px;
					height: 6px;
					background-color: #231815;
					position: absolute;
					left: 50%;
					transform: translateX(-50%);
					bottom: -10px;
					transition: .3s;
					opacity: 0;
				}
				#header #gNavi ul li a:link,
				#header #gNavi ul li a:visited {
					text-decoration: none;
					color: #231815;
				}
				#header #gNavi ul li a:hover,
				#header #gNavi ul li a:active {
					opacity: 1;
				}
				#header #gNavi ul li a:hover:after {
					opacity: 1;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				#header #gNavi ul li {
					margin: 0 0 0 60px;
				}
			}


body > .copyright {
	position: absolute;
	right: 4%;
	top: 140px;
	font-family: Noto Sans JP;
	font-weight: 500;
	font-size: 1.2rem;
	transform: translateX(47.5%) rotate(90deg);
	z-index: 2;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				body > .copyright {
					top: 155px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}


#container {
	position: relative;
	padding: 56px 0 0;
	overflow-x: hidden;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#container {
					padding: 75px 0 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}

.pageTitle {
	width: 92%;
	max-width: 1300px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
	padding: 25px 10px 25px 0;
}

.pageTitle h2 {
	font-size: 1.4rem;
	padding: 0 0 25px;
	letter-spacing: 0.3em;
	opacity: 0;
	transition: 0.8s;
}

.pageTitle.active h2 {
	letter-spacing: 0;
	opacity: 1;
}

.pageTitle h2 span {
	font-size: 5.5rem;
	font-weight: 500;
	display: block;
	padding: 0 0 10px;
}

.pageTitle .read {
	line-height: 1.8;
	padding: 0 0 20px;
	letter-spacing: 0.3em;
	opacity: 0;
	transition: 0.8s;
}

.pageTitle.active .read {
	letter-spacing: 0;
	opacity: 1;
}

.pageTitle .read h3 {
	font-size: 2rem;
	padding: 0 0 10px;
}

.pageTitle .read p {
	line-height: 2;
}

.pageTitle .bg {
	position: relative;
	left: 0;
	top: 0;
}

.pageTitle .bg img {
	height: 100px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.pageTitle {
					padding: 60px 0;
				}
				.pageTitle .bg img {
					height: 200px;
				}
				.pageTitle h2 {
					font-size: 1.6rem;
				}
				.pageTitle h2 span {
					font-size: 7rem;
				}
				.pageTitle .read {
					padding: 0 0 25px;
				}
				.pageTitle .read h3 {
					font-size: 2.6rem;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				.pageTitle {
					padding: 60px 0 100px;
				}
				.pageTitle .bg img {
					height: 400px;
				}
				.pageTitle h2 {
					font-size: 2rem;
				}
				.pageTitle h2 span {
					font-size: 9rem;
					padding: 0 0 20px;
				}
				.pageTitle .read {
					padding: 0 0 35px;
				}
				.pageTitle .read h3 {
					font-size: 3.5rem;
				}
			}

#contents {
	text-align: left;
	padding: 25px 0 0;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				#contents {
				}
			}

#main {
}

#main h3 {
	font-size: 2rem;
	padding: 0 0 25px;
}

#main h4 {
	font-size: 1.8rem;
	padding: 0 0 20px;
}

#main h5 {
	font-size: 1.8rem;
	padding: 0 0 10px;
}

#main h6 {
	font-size: 1.6rem;
	padding: 0 0 10px;
}

#main .cassette {
	width: 92%;
	max-width: 1300px;
	margin: 0 auto;
	padding: 0 0 40px;
	line-height: 2;
}

#main .cassette.cassette02 {
	max-width: 1090px;
}

#main .cassette p,
#main .cassette ul,
#main .cassette ol {
	padding: 0 0 25px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}


#contactArea {
	background-image: url(../img/contact_bg_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	padding: 130px 0 60px;
	margin: -80px 0 0;
	position: relative;
	z-index: 2;
}

#contactArea h2 {
	font-size: 1.4rem;
	padding: 0 0 25px;
}

#contactArea h2 span {
	font-size: 5.5rem;
	font-weight: 500;
	display: block;
	padding: 0 0 10px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#contactArea {
					background-image: url(../img/contact_bg.png);
				}
				#contactArea h2 {
					font-size: 1.6rem;
				}
				#contactArea h2 span {
					font-size: 5.5rem;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#contactArea h2 {
					padding: 0 0 40px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				#contactArea h2 {
					font-size: 2rem;
				}
				#contactArea h2 span {
					font-size: 7.2rem;
				}
			}

#pagetop {
	position: fixed;
	right: 4%;
	bottom: 25px;
	z-index: 3;
}

#pagetop a img {
	width: 30px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}


#footer {
	color: #fff;
	background-color: #0d0a09;
	overflow: hidden;
	text-align: left;
	padding: 35px 0 0;
}

#footer .box {
	width: 92%;
	max-width: 1300px;
	margin: 0 auto;
}

#footer .box .logo {
	padding: 0 0 10px;
}

#footer .box .logo img {
	max-width: 100%;
	width: 300px;
}


#footer .box .copyright {
	color: #bca474;
	font-family: Noto Sans JP;
	font-weight: 400;
	font-size: 1.2rem;
	padding: 0 0 40px;
}

#footer .box .navi {
	display: flex;
	flex-wrap: wrap;
}

#footer .box .navi li {
	width: 30%;
	font-family: Noto Sans JP;
	font-weight: 500;
	font-size: 1.5rem;
	margin: 0 0 30px;
}

#footer .box .navi li a {
	position: relative;
}

#footer .box .navi li:last-child a img {
	width: 33px;
}

#footer .box .navi li a:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	background-color: #bca474;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10px;
	opacity: 0;
	transition: .3s;
}

#footer .box .navi li:last-child a:after {
	display: none;
}

#footer .box .navi li a:link,
#footer .box .navi li a:visited {
	color: #bca474;
	text-decoration: none;
}

#footer .box .navi li a:hover,
#footer .box .navi li a:active {
	opacity: 1;
}

#footer .box .navi li a:hover:after,
#footer .box .navi li a:active:after {
	opacity: 1;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				#footer .box .navi li {
					width: auto;
					margin: 0 40px 30px 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				#footer .box .navi li {
					margin: 0 60px 30px 0;
				}
				#footer .box .navi li:last-child a img {
					width: 42px;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {}


.columnRight {
	display: block;
	float: right;
}

.columnLeft {
	display: block;
	float: left;
}

.textRed {
	color: #b63463;
}

.bold {
	font-weight: bold;
}

.fontS {
	font-size: 1.2rem;
}

.fontL {
	font-size: 1.8rem;
}

.centerH {
	display: flex;
	align-items: center;
}

.img {
	text-align: center;
}

.img img {
	max-width: 100%;
}

ul.disc > li {
	list-style-type: disc;
	margin: 0 0 0 1em;
}

ol.decimal > li {
	list-style-type: decimal;
	margin: 0 0 0 1em;
}

ol ul {
	padding: 10px 0 !important;
}

.btn01 a {
	display: block;
	width: 100%;
	max-width: 350px;
	padding: 15px 30px;
	margin: 0 auto;
	box-sizing: border-box;
	background: url(../img/arrow02.png) no-repeat right center / 101px auto #b63463;
}

.btn01 a:link,
.btn01 a:visited {
	color: #fff;
	text-decoration: none;
}

.flexList li {
	padding: 0 0 10px;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.center {
					text-align: center;
				}
				.fontS {
					font-size: 1.6rem;
				}
				.fontL {
					font-size: 2.2rem;
				}
				.flex {
					display: flex;
					justify-content: space-between;
				}
				.flexList {
					display: flex;
					flex-wrap: wrap;
				}
				.flexList2 li {
					width: 49%;
					margin: 0 2% 0 0;
				}
				.flexList2 li:nth-child(2n) {
					margin: 0;
				}
				.flexList3 li {
					width: 32%;
					margin: 0 2% 0 0;
				}
				.flexList3 li:nth-child(3n) {
					margin: 0;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}


.midashi01 {
	font-size: 1.4rem;
	padding: 0 0 25px;
	line-height: 1;
}

.midashi01 span {
	font-size: 5.5rem;
	font-weight: 500;
	display: block;
	padding: 0 0 10px;
}

.underline {
	vertical-align: top;
	background: linear-gradient(transparent 60%, #bca474 60%);
}


.btnBrack {
	padding: 0 0 40px !important;
}

.btnBrack a {
	display: inline-block;
	background-color: #231815;
	border: 1px solid #231815;
	border-radius: 10px;
	width: 290px;
	box-sizing: border-box;
	padding: 30px 37px;
	font-family: Noto Sans JP;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 1;
	text-align: left;
	position: relative;
}

.btnBrack a:after {
	content: '→';
	position: absolute;
	right: 37px;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}

.btnBrack a:link,
.btnBrack a:visited {
	color: #fff;
	text-decoration: none;
}

.btnBrack a:hover,
.btnBrack a:active {
	color: #231815;
	background-color: #fff;
	opacity: 1;
}

.btnBrack a:hover:after {
	right: 20px;
	color: #231815;
}

			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.midashi01 {
					font-size: 1.6rem;
				}
				.midashi01 span {
					font-size: 6.5rem;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				.midashi01 {
					font-size: 2rem;
				}
				.midashi01 span {
					font-size: 7.2rem;
				}
			}


/* tableWrap
------------------------------------*/

.tableWrap {
	overflow-x: scroll;
	margin: 0 0 25px;
}

.tableWrap p {
	padding: 0 0 10px;
}

.tableWrap table {
	margin: 0;
}

.tableWrap table tr th,
.tableWrap table tr td {
	display: table-cell;
	border: 1px solid #d0d0d0;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
	padding: 12px 10px;
}

.tableWrap table tr th {
	background-color: #e4e4e4;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.tableWrap {
					overflow: auto;
				}
				.tableWrap table tr th,
				.tableWrap table tr td {
					padding: 20px 25px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				.tableWrap p {
					display: none;
				}
			}

.tableBox table {
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
}

.tableBox table tr th,
.tableBox table tr td {
	border-right: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	vertical-align: middle;
	padding: 12px 10px;
}

.tableBox table tr th {
	background-color: #e4e4e4;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.tableBox table tr th,
				.tableBox table tr td {
					padding: 20px 25px;
				}
			}		
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}


/* formWrap
------------------------------------*/

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

.formWrap table th span {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 5px 15px;
	line-height: 1;
	background-color: #b5b5b5;
	color: #fff;
	border-radius: 5px;
}

.formWrap table th span.required {
	background-color: #bca577;
}

.formWrap input[type="text"],
.formWrap input[type="email"] {
	width: 100%;
	line-height: 40px;
	height: 40px;
	padding: 1px 5px;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.formWrap input[type="text"].date {
	width: 150px;
}
.formWrap input[type="text"].time {
	width: 50px;
}

.formWrap textarea {
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
	padding: 1px 5px;
	box-sizing: border-box;
}

.formWrap #btn {
	text-align: center;
}

.formWrap #btn input[type="submit"] {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: 40px;
	margin: 0 auto;
	border: none;
	cursor: pointer;
	background-color: #bca577;
	color: #fff;
	font-size: 100%;
}

.formWrap #btn input[type="submit"]:hover {
	opacity: 0.7;
}

.formWrap #btn input[type="submit"].btn-secondary {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	height: 40px;
	margin: 0 auto 20px;
	border: none;
	cursor: pointer;
	background-color: #eee;
	color: #000;
	font-size: 100%;
}

.formWrap #btn input[type="submit"].btn-secondary:hover {
	opacity: 0.7;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
				.formWrap #btn input[type="submit"] {
					height: 60px;
				}
				.formWrap #btn input[type="submit"].btn-secondary {
					height: 60px;
					margin: 0 10px 0 0;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {

			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
				.formWrap #btn button[type="submit"] {
					margin: 0 0 0 20px;
				}
			}


/* tab sp menu
------------------------------------*/

.menu-btn {
	position: fixed;
    cursor: pointer;
    z-index: 1501;
    right: 4%;
    top: 15px;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
}

.menu-btnIn {
	position: relative;
	width: 45px;
	height: 45px;
}

.menu-btnIn span {
	position: absolute;
	right: 0;
	height: 2px;
	background-color: #000;
}

.menu-btnIn,
.menu-btnIn span {
	display: inline-block;
	transition: all .5s;
	box-sizing: border-box;
}

.menu-btnIn span:nth-of-type(1) {
	top: 0;
	width: 45px;
}

.menu-btnIn span:nth-of-type(2) {
	top: 16px;
	width: 27px;
}

			/* 開閉用ボタンがクリックされた時のスタイル */
			.menu-btn.active span:nth-of-type(1) {
				-webkit-transform: translateY(16px) rotate(-45deg);
				transform: translateY(16px) rotate(-45deg);
			}
			.menu-btn.active span:nth-of-type(2) {
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				width: 45px;
			}

.menu {
	position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    z-index: 1500;
}

.menu div {
	height: 100%;
	margin: 0 auto;
    overflow: auto;
    box-sizing: border-box;
    position: relative;
    padding: 67px 4% 0;
	font-size: 15px;
	color: #000;
	font-weight: bold;
}

.menu div > ul {
	margin: 0 0 67px;
}

.menu div > ul > li {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.menu div ul li a {
    display: block;
    padding: 20px 0;
}

.menu div ul li a:link,
.menu div ul li a:visited {
	color: #000;
	text-decoration: none;
}

.menu div ul li.box {
	display: flex;
	padding: 8px 0;
}

.menu div ul li.box a {
	padding: 12px 0;
}

.menu div ul li.box p span {
	display: block;
	white-space: nowrap;
	width: 88px;
}

.menu div ul li.box ul {
	font-weight: normal;
}


/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    left: 0%;
}

.menu div ul li a {
	position: relative;
}

.menu div > ul {
	border-top: 1px solid #565656;
}

.menu div > ul > li {
	border-bottom: 1px solid #565656;
}

body.open {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
}


			/* 【タブレット用のスタイル記述】 */
			@media screen and (min-width: 761px) {
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1000px) {
				.menu-btn {
					top: 25px;
				}
				.menu {
				    width: 40%;
				}
				.open .menu {
				    left: 60%;
				}
			}
			/* 【PC用のスタイル記述】 */
			@media screen and (min-width: 1300px) {
			}


/* clearfix
------------------------------------*/

.clearfix:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
overflow:hidden;
}

.clearfix {
display: inline-block;
}

/* exlude MacIE5 \*/
* html .clearfix {
height: 1%
}

.clearfix {
display:block;
}
/* end MacIE5 */