/***** Reset *****/

*{box-sizing: border-box;letter-spacing: 0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video{margin:0; padding:0; border:0; outline:0; font-size:100%; font:inherit; vertical-align:baseline;}
a {margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';	content:none;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
table {border-collapse:collapse; border-spacing:0;}
img {vertical-align:bottom; line-height:0;}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,var {font-weight:normal; font-style:normal;}
caption,th {text-align:left;}
abbr,acronym {border:0;}

/***** /Reset *****/

/***** form *****/

/***** /form *****/

/***** link *****/

a img{border:none; text-decoration:none;}
a:link{color:#282828; text-decoration: none;}
a:visited{color:#282828; text-decoration:none;}
a:hover{opacity: .8; text-decoration:none;}
a:active{color:#282828;}
a:focus{outline:none;}

/***** /link *****/

/* @keyframes */

/*@keyframes fadein {
	from {opacity: 0;transform: translateY(20px);}
	to {opacity: 1;transform: translateY(0);}
}*/

@keyframes fadein {
	from {opacity: 0;transform: translateX(800px);}
	to {opacity: 1;transform: translateX(0);}
}

@keyframes fade-tooltip { to { opacity: 0; } }

@keyframes flash {
	0% {opacity: 0;}
	50% {opacity: 0;}
	100% {opacity: 1;}
}

/**** /@keyframes *****/

/* 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;
}

/* /iOS */

/* clearfix */

.clearfix:after {content:""; display:block; clear:both; height:0; visibility:hidden;}
.clearfix {min-height:1px;}
.clear {clear:both;}

/* /clearfix */

/* flex */

.flex {
  	display:-ms-flexbox;
  	display:flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.flex-s {justify-content:flex-start!important;}
.flex-e {justify-content:flex-end!important;}
.space-a {justify-content: space-around!important;}
.space-b {justify-content: space-between!important;}
.item-c {align-items: center;}

/*/ flex */

/* link-button */

a.link-bn,
a.link-bn2,
a.link-bn3 {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    height: 70px;
    max-width: 360px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d499ea;
    padding: 10px;
}

/* /link-button */

/* PC-SP */
.pc {display:block;}

	@media screen and (max-width: 1000px) {
		.pc {display:none;}
	}

.sp {display:none;}

	@media screen and (max-width: 1000px) {
		.sp {display:block;}
	}

/* /PC-SP */

/* SP br */
br.sp {display:none;}

	@media screen and (max-width: 1000px) {
		br.sp {display:block;}
	}

/* /SP br */

/* font */

.en {font-family: 'Cinzel', serif;}
.ja {font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', 'serif', "Droid Sans";}
	
/* /font */

/* title */

h3.title {
    font-family: 'Cinzel', serif;
    font-size: 24px;
    color: #000;
    letter-spacing: 2px;
	position: relative;
}

	@media screen and (max-width: 1000px) {
		h3.title {font-size: 24px;}
	}

h3.title::before {
    content: "";
    border-bottom: 1px solid #000;
    position: absolute;
    bottom: -10px;
    left: 48.5%;
    width: 50px;
    /* text-align: center; */
    margin: 0 auto;
}

	@media screen and (max-width: 1000px) {
		h3.title::before {
			left: 50%;
			right: 50%;
			margin: auto;
			transform: translate(-50%, -50%);
		}
	}

/* /title */

body {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	text-align: center;
	color: #000;
    -webkit-text-size-adjust: none;
    width: 100%;
}

*::-moz-selection {background:#282828; color:#fff;}
*::selection {background:#282828; color:#fff;}

main {
    max-width: 1920px;
    margin: 0 auto;
}

	@media screen and (max-width: 1000px) {
		main {max-width: 1000px;}
	}	

/***** humb-menu sp-only ******/

#humb-menu {display:none;}
	
@media screen and (max-width: 1000px) {
	#humb-menu {
		display: none;
		width: 100px;
		height: 100px;
		position: fixed;
		top: 10px;
		right: 30px;
		z-index: 100;
	}
}

	@media screen and (max-width: 414px) {
		#humb-menu {height: auto;}
	}

@media screen and (max-width: 1000px) {
	#humb-menu h2 {
		position: fixed;
		top: 30px;
		margin-left: 20px;
	}
}

	@media screen and (max-width: 680px) {
		#humb-menu h2 {
			top: 40px;
			margin-left: 15px;
		}
	}

	@media screen and (max-width: 540px) {
		#humb-menu h2 {top: 45px;}
	}

	@media screen and (max-width: 414px) {
		#humb-menu h2 {top: 40px;}
	}

	@media screen and (max-width: 1000px) {
		#gnav-btn {
			display:block;
			position: fixed;
			top: 24px;
			right: 20px;
			z-index: 100;
		}
	}

	@media screen and (max-width: 414px) {
		#gnav-btn {
			right: 10px;
			top: 13px;
		}
	}

@media screen and (max-width: 1000px) {
	#gnav-input:checked ~ #gnav-content {top: 0;}
}

.on{top:0 !important}
.off{top:-120% !important}
@media screen and (max-width: 1000px) {
	#gnav-content {
		position: fixed;
		top: -120%;
		right: 0;
		z-index: 20;
		transition: 0.3s;
		color: #000;
		width: 100%;
		height: 100vh;
		overflow: auto;
		font-family: 'Cinzel', serif;
	}
}

	@media screen and (max-width: 1000px) {
		#gnav-content .m-t {
			padding-top: 80px;
			padding-bottom: 10px;
			color: #fff;
			font-size: 40px;
			border-bottom: 1px solid #fff;
		}
	}

	@media screen and (max-width: 414px) {
		#gnav-content .m-t {font-size: 30px;}
	}

@media screen and (max-width: 1000px) {
	#gnav-content ul.nv-box {padding: 0;}
}

@media screen and (max-width: 1000px) {
	#gnav-content ul.nv-box li {
		width: 100%;
		margin: 10px 0;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px) {
	#gnav-content ul.nv-box li img {width: 3vw;}
}

	@media screen and (max-width: 640px) {
		#gnav-content ul.nv-box li img {width: 24px;}
	}

	@media screen and (max-width: 414px) {
		#gnav-content ul.nv-box li img {width: 20px;}
	}

@media screen and (max-width: 1000px) {
	#gnav-content ul.nv-box li a {
		display: block;
		height: 100%;
		box-sizing: border-box;
		background: none;
		font-size: 3.2vw;
		color: #fff;
	}
}

	@media screen and (max-width: 640px) {
		#gnav-content ul.nv-box li a {font-size: 24px;}
	}

	@media screen and (max-width: 414px) {
		#gnav-content ul.nv-box li a {font-size: 18px;}
	}

@media screen and (max-width: 1000px) {
	#gnav-content ul.nv-box li i img {width: 44px;}
}

	@media screen and (max-width: 660px) {
		#gnav-content ul.nv-box li i img {width: 6.0606vw;}
	}

	@media screen and (max-width: 414px) {
		#gnav-content ul.nv-box li i img {width: 25px;}
	}

@media screen and (max-width: 1000px) {
	#gnav-content ul li p {
		font-size: 24px;
		text-align: center;
	}
}

	@media screen and (max-width: 660px) {
		#gnav-content ul li p {font-size: 3.6364vw;}
	}

	@media screen and (max-width: 414px) {
		#gnav-content ul li p {
			font-size: 14px;
			line-height: 20px;
		}
	}

@media screen and (max-width: 1000px) {
	#gnav-content ul.nv-box li .box {width: 60%;}
}

@media screen and (max-width: 1000px) {
	#gnav-content h1 {
		padding: 10px 0 0 5px;
		text-align: left;
		height: 70px;
	}
}	
	
@media screen and (max-width: 1000px) {
	#gnav-content h1 img {
		width: 100%;
		max-width: 260px;
	}
}
	
@media screen and (max-width: 1000px) {
	#gnav-content .nb-box {
		justify-content: flex-start;
		margin: 5px auto;
	}
}

	@media screen and (max-width: 480px) {
		#gnav-content .nb-box {justify-content: center;}
	}

@media screen and (max-width: 1000px) {
	#gnav-content .nb-box a {
		display: block;
		margin: 10px;
	}
}

@media screen and (max-width: 1000px) {
	#gnav-content .nb-box a img {
		width: 100%;
		max-width: 330px;
	}
}

@media screen and (max-width: 1000px) {
	#humb-menu label {
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 5px;
		cursor: pointer;
	}
}

@media screen and (max-width: 1000px) {
	#humb-menu input {display: none;}
}

@media screen and (max-width: 1000px) {
	#humb-menu .accshow {
		height: 0;
		overflow: hidden;
	}
}

@media screen and (max-width: 1000px) {
	#humb-menu .accshow p {padding: 1.5rem;}
}

@media screen and (max-width: 1000px) {
	#humb-menu .cssacc:checked + .accshow {height: auto;}
}

@media screen and (max-width: 1000px) {
	.menu-trigger,.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
}

@media screen and (max-width: 1000px) {
	.menu-trigger {
		position: relative;
		width: 50px;
		height: 50px;
	}
}

	@media screen and (max-width: 414px){
		.menu-trigger {width: 45px;}
	}

@media screen and (max-width: 1000px) {
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 5px;
		background-color: #000;
		border-radius: 0;
	}
}

@media screen and (max-width: 1000px) {
	.menu-trigger span:nth-of-type(1) {top: 0;}
}

@media screen and (max-width: 1000px) {
	.menu-trigger span:nth-of-type(2) {top: 17px;}
}

	@media screen and (max-width: 414px){
		.menu-trigger span:nth-of-type(2) {top: 15px;}
	}

@media screen and (max-width: 1000px) {
	.menu-trigger span:nth-of-type(3) {bottom: 10px;}
}

	@media screen and (max-width: 414px){
		.menu-trigger span:nth-of-type(3) {bottom: 15px;}
	}

@media screen and (max-width: 1000px) {
	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(20px) rotate(-315deg);
		transform: translateY(20px) rotate(-315deg);
	}
}

@media screen and (max-width: 1000px) {
	.menu-trigger.active span:nth-of-type(2) {opacity: 0;}
}

@media screen and (max-width: 1000px) {
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-20px) rotate(315deg);
		transform: translateY(-20px) rotate(315deg);
	}
}

@media screen and (max-width: 1000px) {
	.menu-trigger.active span:nth-of-type(1) {top: -10px; background-color: #fff;}
}

@media screen and (max-width: 1000px) {
	.menu-trigger.active span:nth-of-type(3) {
		bottom: 15px;
		background-color: #fff;
	}
}	

/***** /humb-menu sp-only ******/

/***** sp-header *****/
#sp-header {
    width: 100%;
    margin: 0 auto;
}

	@media screen and (max-width: 1000px) {
		#sp-header {
			max-width: 1000px;
			z-index: 200;
			height: 100px;
		}
	}
	
	@media screen and (max-width: 414px) {
		#sp-header {
			height: 70px;
		}
	}
	
#sp-header header {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
	
	@media screen and (max-width: 1000px) {
		#sp-header header {
			position: relative;
			width: 100%;
		}
	}

#sp-header header h1 {display: none;}

	@media screen and (max-width: 1000px) {
		#sp-header header h1 {
			display: block;
			padding: 5px;
			position: absolute;
			top: 10px;
			left: 5px;
			z-index: 10;
		}
	}

	@media screen and (max-width: 1000px) {
		#sp-header header h1 img {width: 180px;}
	}

	@media screen and (max-width: 800px) {
		#sp-header header h1 img {width: 150px;}
	}

	@media screen and (max-width: 480px) {
		#sp-header header h1 img {width: 120px;}
	}

	@media screen and (max-width: 414px) {
		#sp-header header h1 img {width: 100px;}
	}


	@media screen and (max-width: 1000px) {
		#sp-header header .info {
			font-family: 'Cinzel', serif;
		}
	}

	@media screen and (max-width: 1000px) {
		#sp-header header .info .inner {
			position: absolute;
			top: 24px;
			right: 100px;
		}
	}

	@media screen and (max-width: 640px) {
		#sp-header header .info .inner {
			top: 27px;
			right: 10px;
		}
	}

	@media screen and (max-width: 480px) {
		#sp-header header .info .inner {
			top: 32px;
			right: 10px;
		}
	}
	@media screen and (max-width: 414px) {
		#sp-header header .info .inner {
			top: 18px;
			right: 10px;
		}
	}

	@media screen and (max-width: 1000px) {
		#sp-header header .info p {text-align: right;	}
	}

	@media screen and (max-width: 1000px) {
		#sp-header header .info .h-tel {
			font-size: 34px;
			text-decoration:none;
		}
	}

	@media screen and (max-width: 640px) {
		#sp-header header .info .h-tel {
			font-size: 30px;
		}
	}

	@media screen and (max-width: 480px) {
		#sp-header header .info .h-tel {
			font-size: 26px;
		}
	}

	@media screen and (max-width: 1000px) {
		#sp-header header .info .h-tel span {font-size: 20px;}
	}

	@media screen and (max-width: 480px) {
		#sp-header header .info .h-tel span {font-size: 16px;}
	}


	@media screen and (max-width: 1000px) {
		#sp-header header .info .h-time {font-size: 20px;}
	}

	@media screen and (max-width: 480px) {
		#sp-header header .info .h-time {font-size: 16px;}
	}


#sp-header nav {
    background: rgba(0,0,0,.8);
}

#sp-header nav ul {}

#sp-header nav ul li {}

#sp-header nav ul li a {
	background: #fff;
	color: #000;
	display: block;
	padding: 15px;
}

	@media screen and (max-width: 1000px) {
		#sp-header nav ul li a {
			background: #fff;
			color: #000;
			display: block;
			padding: 15px;
		}
	}


#sp-header nav ul li p {
    font-size: 20px;
    margin-top: 10px;
}

	@media screen and (max-width: 1000px) {
		#sp-header nav ul li p {
			font-size: 34px;
			letter-spacing: 2px;
			margin-top: 0;
		}
	}

	@media screen and (max-width: 414px){
		#sp-header nav ul li p {
			font-size: 24px;
		}
	}

/***** /sp-header *****/

/***** hnav-area *****/

.hnav-area {
    color: #000;
    z-index: 100;
	margin-right: 20px;
}

	@media screen and (max-width: 1000px){
		.hnav-area {display: none!important;}
	}


.hnav-area ul {}

.hnav-area ul li {
    font-size: 11px;
    font-weight: bold;
    margin: 0 15px;
    color: #fff;
}

	@media screen and (max-width: 1100px){
		.hnav-area ul li {
			margin: 0 8px;
		}
	}

.hnav-area ul li span {color: #ff0000}

.hnav-area ul li a {
	color: #000;
	position: relative;
	display: block;
}

.hnav-area ul li a:hover::before {
    content: "";
    background: #cdb485;
    width: 100%;
    height: 5px;
    position: absolute;
    top: 19px;
    left: 0;	
}

.hnav-area ul li p {font-weight: normal;}

.hnav-area ul li p {
	font-family: 'Cinzel', serif;
    font-size: 16px;
}

/***** /hnav-area *****/

/***** fnav-area *****/

.fnav-area {display: none;}

	@media screen and (min-width: 1001px) {
		.fnav-area {display: none!important;}
	}

	@media screen and (max-width: 1000px) {
		.fnav-area {
			display: block;
			position: fixed;
			bottom: 0;
			height: 70px;
			width: 100%;
			color: #fff;
			z-index: 100;
			background: #888;
		}
	}

	@media screen and (max-width: 750px){
		.fnav-area {
			height: 18.6667vw;
			background-size: contain;
		}
	}

.fnav-area ul {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.fnav-area ul li {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fnav-area ul li a {color: #fff;}

.fnav-area ul li p {
    font-size: 24px;
    margin-top: 5px;
}

	@media screen and (max-width: 750px){
		.fnav-area ul li p {
			font-size: 3.2vw;
			margin-top: 0.6667vw;
		}
	}

/***** /fnav-area *****/

/* cont-box */

.cont-box {
    padding: 0;
    justify-content: flex-start;
	width: calc(100vw - 0px);
    margin: 50px auto;
}

/* /cont-box */

header.main-h {
	height: 110px;
	padding: 0 15px;
	border-bottom: solid 1px #ccc;
}

header.main-h h1 {
    margin-top: 20px;
    margin-left: 24px;
    position: absolute;
    z-index: 1;
    top: 5px;
    left: 20px;
}

header.main-h h1 img {
    width: 230px;
}

	@media screen and (max-width: 1100px){
		header.main-h h1 img {
			width: 180px;
			left: 0;
		}
	}

header.main-h .box {
    position: absolute;
    right: 20px;
    top: 30px;
}

.h-info {
    font-family: 'Cinzel', serif;
}

.h-info p {text-align: right;}
.h-info .h-time {font-size: 20px;}
.h-info .h-tel {font-size: 34px;}
.h-info .h-tel span {font-size: 20px;}

/***** top-cover *****/
 
/*固定する背景*/
.cover-bg  {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
}

.parallax-bg {
	background: url(../images/cover-01.jpg) no-repeat center bottom;
	background-attachment: fixed;
	background-size: cover;
	height: 876px;
}
 
	@media screen and (max-width: 640px) {
		.parallax-bg {
			background: url(../images/sp_cover-01.jpg) no-repeat;
			background-attachment: fixed;
			background-size: contain;
			height: 60vh;
		}
	}	

.top-cover {
    height: auto;
    width: 100%;
    max-width: 100%;
}

.top-cover .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.cover-cover {
    position: absolute;
    top: 18%;
    left: 39%;
}

.cover-logo {padding: 150px 0 0;}

	@media screen and (max-width: 1200px) {
		.cover-logo {
			padding: 18.333vw 0 0;
		}
	}

.cover-logo img {}

.top-cover h2 img {
	width: 430px;
}

	@media screen and (max-width: 1000px) {
		.top-cover h2 img {
			width: 64vw;
		}
	}

.top-cover .catch {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', 'serif', "Droid Sans";
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 5px 5px #000;
	margin-top: 20px;
}

	@media screen and (max-width: 1000px) {
		.top-cover .catch {
			line-height: 7.4vw;
			font-size: 5vw;
		}
	}

/***** /top-cover *****/

/***** top.html *****/

/* infomation */
.infomation {
    padding: 50px 0;
}

	@media screen and (max-width: 1000px) {
		.infomation {background: #f9f7f5;}
	}

.infomation .box {margin: 50px auto;}

	@media screen and (max-width: 1000px) {
		.infomation .box {margin: 5vw auto;}
	}

	.infomation .box ul {
		width: 800px;
		margin: 0 auto;
		border-bottom: 1px solid #ccc;
		padding-bottom: 10px;
		justify-content: start;
	}

	@media screen and (max-width: 1000px) {
		.infomation .box ul {
			width: 100%;
			padding: 0 10px 12px;
		}
	}


.infomation .box ul li {
}

	@media screen and (max-width: 1000px) {
		.infomation .box ul li {
			width: 100%;
		}
	}

.infomation .box ul li p {}

.infomation .box ul li:first-of-type {
	width: 100%;
}

	@media screen and (max-width: 1000px) {
		.infomation .box ul li:first-of-type {
			width: 100%;
			text-align: left;
		}
	}

.infomation .box ul li:first-of-type p {
	margin-bottom: 10px;
}

	@media screen and (max-width: 1000px) {

		.infomation .box ul li:first-of-type p {
			margin-bottom: 6px;
			font-size: 12px;
			margin-left: 2px;
		}

	}

.infomation .box ul li:last-of-type p {
	text-align: center;
}

.infomation .box ul li:last-of-type p:first-of-type {
	text-align: left;
	font-weight: bold;
}

.infomation .box ul li:last-of-type p:last-of-type {
    text-align: justify;
    line-height: 28px;
}

@media screen and (max-width: 1000px) {

	.infomation .box ul li:last-of-type p:last-of-type {
		text-align: justify;
		line-height: 28px;
		height: 100px;
		font-size: 14px;
		overflow-y: auto;
		background-color: #fff;
		padding: 0.4em;
		line-height: 1.4em;
		margin-top: 4px;
	}
}

/* /infomation */

/* s-images */

.s-images {
    background: #ececec;
    padding: 60px 0;
}

	@media screen and (max-width: 1000px) {
		.s-images {
			padding: 60px 0 1px;
		}
	}


.s-images h4 {
    font-size: 30px;
    padding: 50px 0 0;
}

	@media screen and (max-width: 1000px) {
		.s-images h4 {
			font-size: 16px;
			padding: 30px 0 0;
		}
	}

.s-images .box {
    width: 1200px;
    margin: 50px auto;
}

	@media screen and (max-width: 1000px) {
		.s-images .box {
			width: 100%;
		}
	}

.s-images .box ul {
    width: 33.333%;
    margin: 0 auto;
    padding-bottom: 10px;
}

	@media screen and (max-width: 1000px) {
		.s-images .box ul {
			width: 100%;
		}
	}

	@media screen and (max-width: 1000px) {
		.s-images .box ul:nth-of-type(2) li:first-of-type {
			order: 2;
		}
	}

	@media screen and (max-width: 1000px) {
		.s-images .box ul:nth-of-type(2) li:last-of-type {
			order: 1;
		}
	}

.s-images .box ul li {
}

.s-images .box ul li figure {
}

.s-images .box ul li figure img {
    width: 100%;
}

.s-images .box ul li.images {}

.s-images .box ul li.text {
    background: #fff;
    padding: 50px 30px 30px;
	height: 300px;
}
	@media screen and (max-width: 1000px) {
		.s-images .box ul li.text {
			min-height: 310px;
			width: 100%;
		}
	}

.s-images .box ul li .f-title {
    font-family: 'Cinzel', serif;
}

.s-images .box ul li.text p:first-of-type {
    text-align: center;
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    width: 240px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.s-images .box ul li.text p:last-of-type {
    text-align: left;
    line-height: 28px;
    margin-top: 30px;
}
/* /s-images */

/* menu option */

.menu {
    padding:0;
}

.menu .bg {
    background: #f5ebd8;
    padding: 10px 0 20px;
}

.menu ul {
    margin: 50px 0 0;
}

.menu ul li {
    border-bottom: 1px solid #ccc;
    width: 500px;
    margin: 40px auto;
}

	@media screen and (max-width: 1000px) {
		.menu ul li {
			width: 100%;
		}
	}

.menu ul li .box {
    margin: 40px auto;
}

.menu ul li .box .name {
    font-weight: bold;
    font-size: 20px;
    margin: 10px auto;
}

.menu ul li .box .txt {margin: 10px auto;}

	@media screen and (max-width: 540px) {
		.menu ul li .box .txt {
			padding: 10px;
			text-align: left;
			line-height: 28px;
		}
	}


.menu ul li .box .price {
    font-size: 34px;
    margin: 15px auto;
}

.menu ul li .box .price span {}
.menu ul li .box .price span:first-of-type {font-size: 24px;}
.menu ul li .box .price span:last-of-type {font-size: 16px;}

.menu ul li .box .negotiable {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', 'serif', "Droid Sans";
    font-size: 40px;	
}

/* /menu option */

/* reserve */

.reserve {
    padding:0;
}

.reserve h3.title {
    color: #fff;
}

.reserve h3.title::before {
    border-bottom: 1px solid #fff;
}

.reserve  {
    background: url(../images/reserve-bg.jpg) no-repeat center top;
    background-size: cover;
}

.reserve .parallax-bg {
    background: url(../images/reserve-bg.jpg) no-repeat center top;
    background-attachment: fixed;
    background-size: cover;
    height: auto;
    padding: 80px 0 50px;
}

	@media screen and (max-width: 1000px) {
		.reserve .parallax-bg {
			width: 100%;
		}
	}	

.reserve .box {
    margin: 80px auto 0;
}

.reserve .box a {
	display: block;
	color: #fff;
	border: 1px solid;
	box-sizing: border-box;
	padding: 30px 0;
	background: rgba(0,0,0,.6);
	max-width: 340px;
	font-size: 18px;
	font-weight: bold;
	width: 84%;
}

.reserve .box img {
	width: 20px;
	margin-left: 10px
}

/* /reserve*/

/* rocation */
br.sp {display: none;}

	@media screen and (max-width: 1000px) {
		br.sp {display: block;}
	}

.rocation {
    padding: 60px 0;
}

	@media screen and (max-width: 1000px) {
		.rocation {
			background: #f9f7f5;
			padding: 60px 10px 0;
		}
	}

.rocation .box {
    margin: 80px auto 0;
}

	@media screen and (max-width: 1000px) {
		.rocation .box {
			margin: 50px auto 0;
		}
	}

.rocation .box ul li.map {
    margin: 0 24px 0 0px;
}

	@media screen and (max-width: 1000px) {
		.rocation .box ul li.map {
			margin: 0 auto;
		}
	}

.rocation .box ul li.map iframe {
	width: 600px;
	height: 500px;
}

	@media screen and (max-width: 1000px) {
		.rocation .box ul li.map iframe {
			width: 100%;
			height: 500px;
		}
	}

.rocation .box ul li {}

	@media screen and (max-width: 1000px) {
		.rocation .box ul li:first-of-type {order: 2}
		.rocation .box ul li:last-of-type {order: 1}
	}

	@media screen and (max-width: 1000px) {
		.rocation .box ul li {width: 100%;}
	}

.rocation .box ul li p {
    border-left: 5px solid #cdb485;
    margin-bottom: 10px;
    text-align: left;
    font-size: 16px;
    padding: 5px 10px;
	line-height: 30px;
}

/* /rocation */

/* contact */

#contact {
    background: #ececec;
	padding: 50px 0;
}

/* /contact */

/* company */

#company{
	position: relative;
	padding: 50px 0;

	.box {
	width: 100%;
	margin: 50px auto;
	max-width: 800px;
	background: #fff;
	padding: 20px 40px;

	dl {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ddd;
		padding: 20px;

		dt {
			width: 200px;
			font-weight: 600;
			text-align: left;
		}

		dd {
		flex: 1;
		text-align: left;
		}

		&:first-child {
		border-top: 1px solid #ddd;
		}
	}

	@media (max-width: 1000px) {
		dl {
		display: block;

		dt {
			width: 100%;
			margin-bottom: 6px;
		}

		dd {
			width: 100%;
		}
		}
	}
	}

}
/* /company */


/***** /top.html *****/

/***** pagetop *****/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 51;
}

#page-top img {width: 60px;}

	@media screen and (max-width: 414px){
		#page-top img {width: 50px;}
	}

/***** /pagetop *****/

/***** footer *****/
.contact-i {
	position: fixed;
	bottom: 30px;
	right: 20px;
}

@media screen and (max-width: 414px){
	.contact-i {
		bottom: 10px;
		right: 10px
	}
}

.contact-i a {
    background: #cdb485;
    border-radius: 50%;
    display: block;
    color: #fff;
    width: 120px;
    height: 120px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto 4px;
}

	@media screen and (max-width: 640px){
		.contact-i a {
			width: 90px;
			height: 90px;
			padding: 15px 0;
		}
	}

.contact-i a:last-of-type {
	background: #a985cd;
}

.contact-i a img {
	width: 65px;
	padding-left: 4px;
}

	@media screen and (max-width: 640px){
		.contact-i a img {
			width: 46px;
			padding-left: 4px;
		}
	}

.contact-i p {
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
	font-feature-settings: "palt";
}
	@media screen and (max-width: 640px){
		.contact-i p {
			font-size: 12px;
			margin-top: 3px;
		}
	}


footer {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 50px;
    border-top: 1px solid #000;
}
	@media screen and (max-width: 1000px){
		footer {padding: 30px 0;}
	}

footer a:hover {opacity: .8;}

footer p {font-size: 14px;color: #000;}

	@media screen and (max-width: 1000px){
		footer p {font-size: 24px;}
	}

footer .copy-p {padding-bottom: 50px;}

footer .copy-p img {width: 320px;}

	@media screen and (max-width: 1000px){
		footer .copy-p img {width: 240px;}
	}

footer .copy-s {
	color: #fff;
	font-size: 16px;
}

footer .copy-s a {color: #000;}

/*****- /footer *****/

/***** form ******/

.cont_form {
    width: 100%;
    margin: 50px auto;
    max-width: 1000px;
    background: #fff;
    padding: 1px 50px;
}

	@media screen and (max-width: 1000px) {
		.cont_form {
			padding: 1px 0px;
		}
	}

.entry-form {
    width: 100%;
    margin: 15px auto;
}

.entry-form p {
    text-align: left;
    line-height: 25px;
}

.entry-form p span {color: #9800BE;}
	
.entry-form dl {margin: 50px auto 25px;}

.entry-form dl dt {
	font-family: "游ゴシック体", "YuGothic", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    border: 0;
    text-align: left;
    font-size: 16px;
    margin: 15px 30px 0;
}

	@media screen and (max-width: 1000px){
		.entry-form dl dt {font-size: 28px;}
	}

	@media screen and (max-width: 800px){
		.entry-form dl dt {font-size: 20px;}
	}

	@media screen and (max-width: 414px){
		.entry-form dl dt {font-size: 16px;margin: 5px}
	}

.entry-form dl dt span {font-size: 13px;color:#a1782b}

.entry-form dl dt:before {content:none;}	
	
.entry-form dl dd {margin: 15px 30px;}

	@media screen and (max-width: 414px){
		.entry-form dl dd {margin: 15px 8px;}
	}

.entry-form label {display: block;}

.entry-form label > span {
	width: 100px;
	font-weight: bold;
	float: left;
	padding-top: 8px;
	padding-right: 5px;
}
	
.entry-form span.required {color:red;}

.entry-form .tel-number-field {
	width: 40px;
	text-align: center;
}

.entry-form input.input-field {
    width: 100%;
    height: 70px;
}

	@media screen and (max-width: 1000px){
		.entry-form input.input-field {height: 80px;}
	}
	
	@media screen and (max-width: 414px){
		.entry-form input.input-field {height: 60px;}
	}
	
.entry-form input.input-field,
.entry-form .tel-number-field,
.entry-form .textarea-field,
.entry-form .ymdselect-field,
.entry-form .select-field {
    box-sizing: border-box;
    border: 1px solid #bdbdbd;
    padding: 7px;
    outline: none;
    line-height: 2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 18px;
}

	@media screen and (max-width: 1000px){
		.entry-form input.input-field,
		.entry-form .tel-number-field,
		.entry-form .textarea-field,
		.entry-form .ymdselect-field,
		.entry-form .select-field {
			font-size: 24px;
		}
	}

	@media screen and (max-width: 414px){
		.entry-form input.input-field,
		.entry-form .tel-number-field,
		.entry-form .textarea-field,
		.entry-form .ymdselect-field,
		.entry-form .select-field {
			font-size: 16px;
		}
	}

.entry-form .ymdselect-field {
	width: 85%;	
	height: 45px;
	font-size: 17px;
}

.entry-form .select-field {
	width: 35%;	
	height: 45px;
	font-size: 17px;
}
	
.entry-form .input-field:focus, 
.entry-form .tel-number-field:focus, 
.entry-form .textarea-field:focus,  
.entry-form .select-field:focus {
	border: 1px solid #c2c2c2;
}

.entry-form .textarea-field {
	height:250px;
	width: 100%;
}

/* radio */	

.entry-form .f-btn {}

.entry-form .f-btn input{display: none;}

.entry-form .f-btn label {
    cursor: pointer;
    margin: 5px 0;
    background: #c0bebe;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 2.5;
    transition: .2s;
    height: 50px;
}

	@media screen and (max-width: 414px){
		.entry-form .f-btn label {font-size: 18px;}
	}

.entry-form .f-btn input[type="radio"]:checked + label {
    background-color: #9800be;
    color: #fff;
}
.entry-form .f-submit {
    width: 100%;
    max-width: 600px;
    margin: 20px auto;
}

	@media screen and (max-width: 1000px){
		.entry-form .f-submit {
			width: 100%;
			max-width: 600px;
			margin: 20px auto;
		}
	}

	@media screen and (max-width: 800px){
		.entry-form .f-submit {
			width: 90%;
			max-width: 460px;
			margin: 16px auto;
		}
	}

.entry-form .f-submit label {margin: 0;}

.entry-form input[type=submit], .entry-form input[type=button] {
    padding: 8px 15px 8px 15px;
    width: 100%;
    font-size: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border: 1px solid #353535; */
    border-radius: 4px;
    background: #fff;
    height: 60px;
    max-width: 340px;
}

	@media screen and (max-width: 1000px){
		.entry-form input[type=submit], .entry-form input[type=button] {
			height: 120px;
		}
	}

	@media screen and (max-width: 800px){
		.entry-form input[type=submit], .entry-form input[type=button] {
			height: 80px;
		}
	}

	@media screen and (max-width: 414px){
		.entry-form input[type=submit], .entry-form input[type=button] {
			height: 60px;
		}
	}

.entry-form input[type=submit]:hover,.entry-form input[type=button]:hover {opacity: .8;}

.entry-form .f-submit label input[type=button], .entry-form .f-submit label input[type=submit] {
    width: 100%;
    font-size: 20px;
    color: #fff;
    background: #cdb485;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
}

.entry-form dd.ymdselect {
	position: relative;
	display: inline-block;
	width: 19%;
}

.entry-form dd.ymdselect label::before {
    position: absolute;
    top: 0.9em;
    right: 1.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #000;
    pointer-events: none;
}

.entry-form dd.select {position: relative}

.entry-form dd.select label::before {
    position: absolute;
    top: 0.9em;
    right: 17.8em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 9px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #000;
    pointer-events: none;
}

.entry-form dd.select select option {line-height: 1;}
	
.parsley-custom-error-message,
.parsley-required,
.parsley-equalto,
.parsley-errors-list filled	{
    color: #ff0000;
    font-size: 14px;
    margin: 10px 0 0;
    text-align: left;
}

.entry-form dl dt.item {color:#9d8aee;}			
			
.entry-form dl dd.form-txt {
    font-size: 16px;
    padding: 10px 0;
}			
	
.entry-form .f-btn-box {
    margin: 25px auto;
    text-align: center;
}
			
.entry-form .f-btn-box .ib {
    display: inline-block;
    box-sizing: border-box;
    width: 35%;
	margin: 0 10px;
}
			
.thanks {
    padding: 20px 10px;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
}

.form_tooltip {
	position: relative;
	cursor: pointer;
}
	
.form_tooltip .form_tooltiptext {
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 0;
    visibility: hidden;
	width: 100%;
    max-width: 500px;
	transition: opacity 1s;
    text-align: left;
    opacity: 0;
    color: #282828;
    border-radius: 6px;
    background-color: #fdf4ff;
    padding: 15px;
}

.form_tooltip .form_tooltiptext::after {
	position: absolute;
	top: 100%;
	left: 20%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #fdf4ff;
}
	
.form_tooltip:hover .form_tooltiptext {
	visibility: visible;
	opacity: 1;
}

/* select */

.entry-form .select {
    background: #fff;
    height: 60px;
    position: relative;
    z-index: 1;
    border: 1px solid #8a8a8a;
    border-radius: 8px;
}

	@media screen and (max-width: 1000px){
		.entry-form .select {height: 80px;}
	}

	@media screen and (max-width: 414px){
		.entry-form .select {height: 60px;}
	}

.entry-form .select::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    right: 18px;
    top: 46%;
    transform: translateY(-50%) rotate( 45deg);
    border-bottom: 5px solid #8c8a8b;
    border-right: 5px solid #8c8a8b;
    z-index: -1;
}

	@media screen and (max-width: 1000px){
		.entry-form .select::after {
			width: 15px;
			height: 15px;
		}
	}

	@media screen and (max-width: 414px){
		.entry-form .select::after {
			border-bottom: 3px solid #8c8a8b;
			border-right: 3px solid #8c8a8b;
			width: 10px;
			height: 10px;
		}
	}

.entry-form .select2 {
    background: #fff;
    height: 50px;
    width: 100px;
    position: relative;
    z-index: 1;
    border: 1px solid #282828;
	display: inline-block;
}

.entry-form .select2::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-bottom: 1px solid #282828;
    border-right: 1px solid #282828;
    z-index: -1;
}

.entry-form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: none;
    color: #333;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0 10px;
}

	@media screen and (max-width: 1000px){
		.entry-form select {font-size: 24px;}
	}

	@media screen and (max-width: 414px){
		.entry-form select {font-size: 16px;}
	}

/* /select */

.entry-form .space {margin-right: 5px;}

.entry-form .arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #282828;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}

.entry-form .arrow::before,.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
	
.entry-form .icon::after {
    right: 20px;
    width: 5px;
    height: 5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

::placeholder {
	font-family: '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN W3', 'HiraMinProN-W3', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'Noto Serif JP', 'serif', "Droid Sans";
	color:#ccc;
	font-size: 13px;
}

/***** /form ******/

/***** confirm.html *****/

#cont-contact {
    width: 100%;
    margin: 0 auto;
}

#cont-contact .confirm {
    margin: 20px auto 30px;
	padding: 10px;
}

#cont-contact .confirm dt {}


#cont-contact .confirm dd {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
}

#cont-contact .thanks {text-align: center;}

#cont-contact .thanks p {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}

	@media screen and (max-width: 414px){
		#cont-contact .thanks p {
			font-size: 16px; 
			margin-bottom: 15px;
		}
	}

#cont-contact .thanks a {
	color: #6e5a2d;
	font-size: 20px;
	text-decoration: underline;
}

/***** /confirm.html *****/

/** sp-fnav **/
.sp-fnav {display: none;}

@media screen and (max-width: 1000px){
	.sp-fnav {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		background: rgba(93,93,93,.8);
		z-index: 50;
		padding: 1vw 0 0.5vw;
		width: calc(100vw - 0px);
	}
}

@media screen and (max-width: 1000px){
	.sp-fnav h2 {
		color: #fff;
		font-size: 2.4vw;
		margin: 2.5vw auto;
		position: absolute;
		top: 0;
		left: 22vw;
	}
}

@media screen and (max-width: 1000px){
	.sp-fnav nav ul li {
		padding: 2vw 0.5vw 5px;
		height: 15vw;
		width: 18vw;
		background: #fff;
		border-radius: 1vw;
		margin: 1.4vw 0.5vw 1.4vw;
	}
}


@media screen and (max-width: 1000px){
	.sp-fnav nav ul li a {display: block;}
}

@media screen and (max-width: 1000px){
	.sp-fnav nav ul li a img {width: 13vw;}
}

@media screen and (max-width: 1000px){
	.sp-fnav nav ul li:last-of-type a img {width: 5vw;}
}

@media screen and (max-width: 1000px){
	.sp-fnav nav ul li p {
		font-size: 2.2vw;
		letter-spacing: 0.1389vw;
		line-height: 2.5vw;
		margin-top: 1vw;
		font-weight: bold;
	}
}

@media screen and (max-width: 1000px){
	.sp-fnav nav ul li:nth-of-type(3) p {margin-top: 0.5vw;}
}

@media screen and (max-width: 1000px){
	.sp-fnav nav ul li:last-of-type p {margin-top: 2.5vw;}
}

/*** /sp-fnav ***/

/*-- contact --*/

#member {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

#member .please {
	font-size: 20px;
	text-align: center;
	margin: 60px 0 50px;
	line-height: 1.5em;
}

#member .please span {
	display: block;
	margin-top: 36px;
}

#member .small span {
	font-size: 18px;
	margin-top: 18px;
}

#member .check {
	text-align: center;
	margin-bottom: 70px;
	font-size: 16px;
}

#member .required {
	margin-bottom: 60px;
}

#member .required a{
	text-decoration: underline;
}

#member .required p {
	margin-bottom: 20px;
	line-height: 1.4;
	font-size: 16px;
}

#member form .radio div:nth-of-type(3) {
	display: flex;
	flex-direction: column;
	align-items: end;
}

#member form .radio div:nth-of-type(3) span {
	margin-bottom: 0.6em;
	font-size: 1.1em;
	font-weight: bold;
}

#member form .radio div:nth-of-type(3) span:last-of-type {
	font-size: 1em;
	color: #f00;
}

#member form div h3 {
	font-weight: bold;
	border-left: 5px solid #cdb485;
	padding-left: 0.4em;
}

#member form div p {
	text-align: justify;
	margin: 20px auto;
	color: #000;
	/* font-size: 21px; */
	/* font-weight: bold; */
}

#member form div dl {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#member form div dl:first-of-type {
	border-top: 1px solid #000;
}

#member form dl dt {
	height: 120px;
	width: 30%;
	border-right: 1px dashed #000;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

#member form dl dt span {
	color: #000;
	font-size: 14px;
}

#member form dl dd {
	height: 120px;
	display: flex;
	align-items: center;
	padding-left: 8%;
	padding-left: 4vw;
	overflow: hidden;
	font-size: 16px;
}

#member form dl dd.pass {
	display: grid;
}

#member form dl dd.pass span {
	font-size: 14px;
	color: #767676;
}

#member form dl dd.pass input {
	margin-bottom: -35px;
}

#member form dl dd .file {
	margin-top: 18px;
	margin-bottom: 0;
	overflow: hidden;
}

#member form dl dd .file .btn {
	background: #000;
	color: #fff;
	cursor: pointer;
	padding: 15px 30px;
	margin-bottom: 0;
	/* width: 140px; */
	text-align: center;
}

#member form dl dd .file .btn:hover {
	background: #444;
}

#member form dl dd .file input.filename {
	padding: 7px 0 0;
}

#member form dl dd .file p {
	font-size: 14px;
	margin-top: 5px;
	height: 17px;
	color: #767676;
}

#member form dl dd .file .btn2 {
	background: #000;
	color: #fff;
	cursor: pointer;
	padding: 15px 30px;
	margin-bottom: 0;
	/* width: 140px; */
	text-align: center;
}

#member form dl dd .file .btn2:hover {
	background: #444;
}

#member form dl dd .file input {
	border: none;
}

#member form dl dd .file input.filename2 {
	padding: 7px 0 0;
}

#member form dl dd .file span {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: 5px;
}

#member form dl dd input {
	width: 90%;
	padding: 15px 20px;
	border: solid 1px #ccc;
}

#member form dl dd.radio input {
	width: 30px;
	margin: 8px;
	cursor: pointer;
}

#member form dl dd.radio label {
	font-size: 16px;
	cursor: pointer;
	margin-right: 40px;
}

#member form dl dd select {
	max-width: 383px;
	width: 100%;
	padding: 15px 20px;
}

#member form dl dd textarea {
	max-width: 410px;
	width: 51.5vw;
}

#member form .password {
	border: 2px solid #1c2022;
	padding: 30px;
	line-height: 1.6;
}

#member form .password p:first-of-type {
	font-weight: bold;
}

#member form .password p:nth-of-type(2) strong {
	color: #f00;
}

#member form .password p:nth-of-type(2),
#member form .password p:nth-of-type(3) {
	font-size: 16px;
}

#member form .password p:nth-of-type(4) {
	margin-top: 20px;
}

#member form .password p:last-of-type {
	font-size: 14px;
}

#member .privacy-policy {
	border: 1px solid #000;
	padding: 30px;
	line-height: 2;
	font-size: 15px;
	width: 100%;
	height: 300px;
	overflow-y: scroll;
	margin-top: 30px;
	text-align: left;
}

	@media (max-width: 1200px) {
		#member {
			width: 90%;
		}
		#member form dl.radio dd div {
			margin: 3px 0 0;
			max-width: 695px;
		}
	}

	@media (max-width: 860px) {
		#member form dl.radio dt {
			height: 271px;
		}
		#member form dl.radio dd {
			height: 271px;
		}
		#member form dl.radio dd div p {
			float: none;
			margin: 10px 0 10px 0;
		}
	}

	@media (max-width: 800px) {
		#member .please {
			font-size: 2.62vw;
			margin: 7.5vw 0 9.5vw;
		}
		#member .please span {
			margin-top: 21px;
			font-size: 14px;
		}
		#member .small span {
			font-size: 2.25vw;
		}
		#member .check {
			margin-bottom: 8.7vw;
			font-size: 2.25vw;
		}
		#member .required {
			margin-bottom: 7.5vw;
		}
		#member .required p {
			margin-bottom: 2.5vw;
		}
		#member form div {
			margin-bottom: 7.5vw;
			overflow: hidden;
		}
		#member form .radio div {
			margin-bottom: unset;
		}
		#member form dl dt {
			height: 17vw;
			font-size: 12px;
			line-height: 1.4;
			text-align: center;
		}
		#member form dl dt.plan-column{
			height: 38vw;
		}
		#member form dl dd {
			height: 17vw;
		}
		#member form dl dd.radio {
			flex-direction: column;
			justify-content: center;
			align-items: start;
			height: 38vw;
		}

		#member form .radio div:nth-of-type(3) {
			display: flex;
			flex-direction: column;
			align-items: end;
			border-top: dotted 1px #000;
			padding-top: 10px;
			margin-top: 10px;
			justify-content: end;
		}
		
		#member form .radio div:nth-of-type(3) span {
			margin-bottom: 0.4em;
			font-size: 15px;
			font-weight: normal;
			text-align: right;
		}
		
		#member form .radio div:nth-of-type(3) span:last-of-type {
			font-size: 13px;
			color: #f00;
		}
		
		#member form dl dd.pass span {
			font-size: 1.75vw;
		}
		#member form dl dd.pass input {
			margin-bottom: -10px;
		}
		#member form dl dd.file {
			font-size: 2.25vw;
		}
		#member form dl dd .file .btn {
			padding: 1.9vw 3.7vw;
			font-size: 2.25vw;
		}
		#member form dl dd .file input.filename {
			font-size: 2vw;
		}
		#member form dl dd .file p {
			font-size: 2vw;
		}
		#member form dl dd .file .btn2 {
			padding: 1.9vw 3.7vw;
			font-size: 2.25vw;
		}
		#member form dl dd .file input.filename2 {
			font-size: 2vw;
		}
		#member form dl.radio dd {
			font-size: 2.25vw;
		}
		#member form dl dd input {
			width: 96%;
			padding: 1.88vw 2.5vw;
		}
		#member form dl dd select {
			padding: 1.88vw 2.5vw;
		}
		#member form dl dd textarea {
			height: 11vw;
		}
		#member .privacy-policy {
			padding: 3.7vw;
			height: 37.5vw;
		}
	}

	@media (min-width: 415px) {
		#member form dl dt br {
			display: none;
		}
	}

	@media (max-width: 414px) {
		#member .please {
			font-size: 16px;
			margin: 7.5vw 0 9.5vw;
			line-height: 1.6;
		}
		#member .small span {
			font-size: 14px;
		}
		#member .check {
			font-size: 14px;
		}
		#member form dl dt {
			height: 17vw;
			width: 35%;
			font-size: 13px;
		}
		#member form dl dt.lh {
			line-height: 1.2;
		}
		#member form dl.radio dt {
			height: 340px;
		}
		#member form dl dt span {
			font-size: 12px;
		}
		#member form dl dd.pass span {
			font-size: 9px;
		}
		#member form dl dd.file {
			font-size: 13px;
		}
		#member form dl dd .file .btn {
			font-size: 12px;
		}
		#member form dl dd .file input.filename {
			font-size: 12px;
			padding: 0;
		}
		#member form dl dd .file p {
			font-size: 9px;
			margin-top: 0;
			height: 10px;
			letter-spacing: 0.9px;
		}
		#member form dl dd .file .btn2 {
			font-size: 12px;
		}
		#member form dl dd .file input.filename2 {
			font-size: 12px;
			padding: 0;
		}
		#member form dl.radio dd {
			height: 340px;
			font-size: 13px;
		}
		#member form dl dd textarea {
			height: 14vw;
			font-size: 12px;
		}
		#member form .password {
			padding: 15px;
		}
		#member form .password p:first-of-type {
			font-size: 16px;
		}
		#member form .password p:nth-of-type(2),
		#member form .password p:nth-of-type(3) {
			font-size: 14px;
		}
		#member form .password p:nth-of-type(4) {
			margin-top: 10px;
		}
		#member form .password p:last-of-type {
			font-size: 12px;
		}
		#member .privacy-policy {
			font-size: 14px;
		}
	}

	@media (max-width: 375px) {
		#member form dl dt {
			height: 69px;
		}
		#member form dl dd {
			height: 68px;
		}
	}


/*バーの太さ*/
#member .privacy-policy::-webkit-scrollbar {
	height: 10px;
}

/*バーの背景色*/
#member .privacy-policy::-webkit-scrollbar-track {
	background: #eee;
}

/*バーの色*/
#member .privacy-policy::-webkit-scrollbar-thumb {
	background: #bbb;
}

/*バーの太さ*/
#member .privacy-policy::-webkit-scrollbar {
	width: 10px;
}

#member .privacy-policy span {
	font-weight: bold;
}

#member .consent {
	text-align: center;
	font-size: 15px;
	margin: 30px 0 90px;
}

#member .box {
	text-align: center;
	margin-bottom: 180px;
	margin-top: 20px;
}

#member .submit {
	background: #CDB484;
	padding: 25px 60px;
	font-size: 19px;
	cursor: pointer;
	cursor: hand;
	color: #fff;
}

#member .submit:hover {
	background: #a88d5a;
}

#member a.request {
	display: block;
	width: 435px;
	margin: 0 auto 90px;
}

#member a.request div {
	font-size: 30px;
	background: #000;
	padding: 40px 0;
	text-align: center;
	color: #fff;
	margin-top: 90px;
}

	@media (max-width: 800px) {
		#member .consent {
			margin: 3.8vw 0 11.2vw;
		}
		#member .box {
			margin-bottom: 22.5vw;
		}
		#member a.request {
			width: 54.5vw;
		}
		#member a.request div {
			font-size: 3.75vw;
			padding: 5vw 0;
			margin-top: 11.25vw;
		}
	}

	@media (min-width: 415px) {
		#member .consent br {
			display: none;
		}
	}

	@media (max-width: 414px) {
		#member .consent {
			font-size: 14px;
			line-height: 1.6;
		}
		#member .submit {
			padding: 3vw 6vw;
			font-size: 16px;
		}
		#member a.request {
			width: 71.5vw;
			margin: 0 auto 45px;
		}
		#member a.request div {
			font-size: 4.75vw;
			padding: 6vw 0;
			margin-top: 9.25vw;
		}
	}

/*-- /contact --*/

/*-- title --*/

.ttl {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .3em;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 80px;
}

.ttl h2,
.ttl p {
	color: #000;
}

.ttl-en {
	font-size: 81px;
	font-weight: normal;
	letter-spacing: .10em;
	font-family: 'Cinzel', serif;
	margin-top: 0.1em;
}

	@media (max-width: 800px) {
		.ttl {
			font-size: 2.5vw;
			padding-top: 60px;
		}
		.ttl-en {
			font-size: 10.1vw;
		}
	}

	@media (max-width: 414px) {
		.ttl {
			font-size: 14px;
			padding-top: 40px;
		}
		.ttl-en {
			font-size: 45px;
			margin-top: 3px !important;
		}
	}

.contents-block {
	width: calc(100% - 40px);
	max-width: 1040px;
	margin: 30px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

/*-- /title --*/
