@charset "UTF-8";
body, dd, dl, dt, form, h1, h2, h3, h4, h5, li, ol, p, table, td, th, ul {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-size: 100%
}
body {
	color: #333333;
	background-color: #ffffff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.3;
	font-size: 14px;
	-webkit-text-size-adjust: none
}
img {
	width: 100%;
	height: auto
}
dd, dt, li, p, td, th {
	line-height: 1.5em;
}
* html body {
	font-size: 100%
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s
}
img {
	display: block;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
button, input, select, textArea {
	background: none;
	margin: 0px;
	outline: none;
	padding: 0px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-type: none;
	font-size: 14px
}
button {
	cursor: pointer
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch
}

@font-face {
font-family: 'FontAwesome';
src: url("../fonts/fontawesome-webfont.eotPv=4.6.3");
src:
	url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), 
	url("../fonts/fontawesome-webfont.woff2Pv=4.6.3") format("woff2"),
	url("../fonts/fontawesome-webfont.woffPv=4.6.3") format("woff"),
	url("../fonts/fontawesome-webfont.ttfPv=4.6.3") format("truetype"),
	url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
font-weight: normal;
font-style: normal
}

a:link {
	color: #333333;
	text-decoration: none
}
a:visited {
	color: #333333
}
a:hover {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s
}
a:hover img {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: .8
}
.clear:after {
	content: '';
	display: block;
	clear: both
}
.clear_both {
	clear: both
}
.hidden {
	overflow: hidden
}
button, input, select, textarea {
	ont-family: 'Noto Serif JP', serif;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
body {
	position: relative
}
@media only screen and (max-width:640px) {
	input, select, textarea {
		font-size: 16px
	}
}
.lower #wrapper {
	opacity: 0
}
#loading {
	position: fixed;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 10000
}
#loading #loading_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
#loading #loading_wrap img {
	width: 104px;
	margin-bottom: 1em
}
#loading .spinner {
	margin: 0 auto 0;
	width: 40px;
	height: 40px;
	position: relative;
}
#loading .spinner > div {
	background-color: #b08778;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-cubemove 1.8s infinite ease-in-out;
	animation: sk-cubemove 1.8s infinite ease-in-out;
}
#loading .spinner .cube2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-cubemove {
	25% {
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5)
	}
	50% {
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg)
	}
	75% {
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5)
	}
	100% {
		-webkit-transform: rotate(-360deg)
	}
}
@keyframes sk-cubemove {
	25% {
		transform: translateX(42px) rotate(-90deg) scale(0.5);
		-webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
	}
	50% {
		transform: translateX(42px) translateY(42px) rotate(-179deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
	}
	50.1% {
		transform: translateX(42px) translateY(42px) rotate(-180deg);
		-webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
	}
	75% {
		transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
		-webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
	}
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}
.pjax-container {
	opacity: 0;
	position: relative
}
#wrapper {
	overflow: hidden
}
#main_area {
	background-color: #fff;
	padding-bottom: 5em
}
@media only screen and (max-width:640px) {
	#main_area {
		padding-bottom: 0
	}
}
#home #main_area {
	padding: 0
}
.main_width {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1286px;
	padding: 0 40px
}
@media only screen and (max-width:900px) {
	.main_width {
		padding: 0 20px
	}
}
@media only screen and (max-width:640px) {
	.main_width {
		padding: 0 15px
	}
}
.cont_width {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 1160px
}
@media only screen and (max-width:1200px) {
	.cont_width {
		padding: 0 30px
	}
}
@media only screen and (max-width:900px) {
	.cont_width {
		padding: 0 20px
	}
}
@media only screen and (max-width:640px) {
	.cont_width {
		padding: 0 15px
	}
}
.cont_width .contIn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 780px
}
.cont_width .cont_inner {
	max-width: 1040px;
	margin: 0 auto
}
.disble {
	opacity: .5;
	pointer-events: none
}
.text_right {
	text-align: right
}
.text_left {
	text-align: left
}
.text_center {
	text-align: center
}
.underline {
	text-decoration: underline
}
.lato {
	font-family: "Lato", "arial", sans-serif
}
.mintyo {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif
}
table {
	width: 100%;
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0
}
table tr td, table tr th {
	text-align: left;
	vertical-align: top;
	padding: 0px
}
.ie7 table tr td, .ie7 table tr th {
	position: relative
}
#page_top {
	position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 1000;
	display: none
}
#page_top a {
	display: block
}
@media only screen and (max-width:640px) {
	#page_top {
		bottom: 0px;
		right: 0
	}
	#page_top img {
		width: 36px;
		height: 36px
	}
}
.frame_respon .fb_iframe_widget, .frame_respon .fb_iframe_widget iframe[style], .frame_respon .fb_iframe_widget span {
	width: 100%important
}
.gmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}
.gmap embed, .gmap iframe, .gmap object {
	border: none !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
@media only screen and (max-width:900px) {
	.pc_img {
		display: none
	}
}
@media only screen and (min-width:901px) {
	.sp_img {
		display: none
	}
}
.lower .pc_movie {
	display: none;
}
@media only screen and (min-width:641px) {
	.lower .pc_movie {
		display: block;
		position: relative;
	}
	.lower .pc_movie .txt {
		position: absolute;
		top: 30%;
		right: 20%;
		width: 15%;
	}
}
@media screen and (max-width:850px) and (max-height:420px) {
	.lower .pc_movie {
		height: auto;
		width: 100%;
		display: block
	}
	.lower .pc_movie .txt {
		position: absolute;
		top: 15%;
		right: 20%;
		width: 200px;
	}
}
.lower .sp_movie {
	display: none
}
@media only screen and (max-width:640px) {
	.lower .sp_movie {
		display: block;
		position: relative;
	}
	.lower .sp_movie .txt {
		position: absolute;
		top: 14%;
		right: 8%;
		width: 130px;
	}
}
@media screen and (max-width:850px) and (max-height:420px) {
	.lower .sp_movie {
		display: none
	}
}
#wrapper {
	padding-top: 85px
}
@media only screen and (max-width:640px) {
	#wrapper {
		padding-top: 60px
	}
}
@media only screen and (max-width:400px) {
	#wrapper {
		padding-top: 50px
	}
}
#home #wrapper {
	padding-top: 0
}
#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(255, 255, 255, 0.95);
	-webkit-box-shadow: 0 0 5px 0 #c7c7c7;
	box-shadow: 0 0 5px 0 #c7c7c7;
	width: 100%;
	height: 85px;
	top: 0;
	left: 0;
	position: fixed;
	padding-left: 40px;
	z-index: 1000;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media only screen and (max-width:900px) {
	#header {
		padding-left: 20px
	}
}
@media only screen and (max-width:640px) {
	#header {
		height: 60px;
		padding-left: 15px
	}
}
@media only screen and (max-width:400px) {
	#header {
		height: 50px
	}
}
#home #header {
	display: none
}
#header #shoplogo a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-decoration: none
}
#header #shoplogo img {
	opacity: 1;
	width: auto;
	height: 55px;
	-webkit-backface-visibility: visible;
	backface-visibility: visible
}
#header #shoplogo li {
	float: left;
}
#header #shoplogo li:nth-child(2) {
	border-left: 1px #b9b9b9 solid;
	font-size: 78.6%;
	font-weight: 500;
	padding-left: 1.4em;
	margin-left: 1.8em;
	height: 50px;
	line-height: 50px;
}
@media only screen and (max-width:640px) {
	#header #shoplogo img {
		height: 50px
	}
	#header #shoplogo li:nth-child(2) {
		height: 50px;
		line-height: 50px;
	}
}
@media only screen and (max-width:640px) {
	#header #shoplogo p {
		font-size: 71.4%;
		padding-left: 1em;
		margin-left: 1.2em
	}
}
#header #gnavi {
	height: 100%
}
#header #gnavi > ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%
}
#header #gnavi > ul > li {
	font-family: "Roboto", sans-serif;
	height: 100%
}
@media only screen and (max-width:900px) {
	#header #gnavi > ul > li {
		display: none
	}
}
#header #gnavi > ul > li > a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
	height: 100%;
	padding-left: 1.2em;
	padding-right: 1.2em
}
@media only screen and (max-width:1024px) {
	#header #gnavi > ul > li > a {
		padding-left: 0.8em;
		padding-right: 0.8em
	}
}
@media only screen and (min-width:901px) {
	#header #gnavi > ul > li:hover > .hover {
		max-height: 100vh;
		-webkit-transition: max-height 1.5s;
		-o-transition: max-height 1.5s;
		transition: max-height 1.5s
	}
}
#header #gnavi > ul > li:not(:last-child) > a span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 100%
}
#header #gnavi > ul > li:not(:last-child) > a span:before {
	background-color: #ea5e00;
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0)
}
@media only screen and (min-width:1025px) {
	#header #gnavi > ul > li:not(:last-child) > a:hover span {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	#header #gnavi > ul > li:not(:last-child) > a:hover span:before {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
		transform: scaleX(1)
	}
}
#header #gnavi > ul > li:nth-child(7) a {
	padding-right: 2.5em
}
@media only screen and (max-width:1024px) {
	#header #gnavi > ul > li:nth-child(7) a {
		padding-right: 1.5em
	}
}
@media only screen and (max-width:900px) {
	#header #gnavi > ul > li:last-child {
		display: block
	}
}
#header #gnavi > ul > li:last-child a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #ca9d7f;
	color: #fff;
	font-size: 92.9%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 2em
}
@media only screen and (max-width:1024px) {
	#header #gnavi > ul > li:last-child a {
		width: 90px;
		padding: 0 1em
	}
}
@media only screen and (max-width:640px) {
	#header #gnavi > ul > li:last-child a {
		font-size: 64.3%;
		width: 70px;
		padding: 0
	}
}
@media only screen and (max-width:400px) {
	#header #gnavi > ul > li:last-child a {
		font-size: 57.1%;
		width: 50px
	}
}
#header #gnavi > ul > li:last-child a span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: .3em
}
#header #gnavi > ul > li:last-child a:before {
	background: url("../media/images/icon.svg") no-repeat 0 0;
	background-size: 1em 5em;
	content: " ";
	font-size: 30px;
	height: 1em;
	width: 1em;
	display: block;
}
@media screen and (max-width: 768px) {
	#header #gnavi > ul > li:last-child a:before {
		font-size: 20px;
	}
}
#header #gnavi > ul > li .hover {
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 85px;
	left: 0;
	width: 100%;
	overflow: hidden;
	max-height: 0
}
#header #gnavi > ul > li .hover ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
#header #gnavi > ul > li .hover ul li a {
	color: #fff;
	display: block;
	padding: 1.8em 2.5em
}
footer {
	background-color: #222222;
	position: relative;
	z-index: 1;
	color: #FFF;
	font-size: 10px;
	text-align: center;
	height: 33px;
}
footer p {
	height: 33px;
	line-height: 33px;
}
@media only screen and (max-width:1100px) {
	footer .footer_wrap {
		padding: 0 30px
	}
}
@media only screen and (max-width:900px) {
	footer .footer_wrap {
		display: block;
		width: auto;
		padding-right: 3em
	}
}
footer .footer_wrapfooter_top {
	padding: 5em 0 6em
}
@media only screen and (max-width:1100px) {
	footer .footer_wrapfooter_top {
		padding: 5em 30px 6em
	}
}
@media only screen and (max-width:900px) {
	footer .footer_wrapfooter_top {
		padding: 0 0 3em
	}
}
@media only screen and (max-width:640px) {
	footer .footer_wrapfooter_top {
		padding: 0
	}
}
footer .footer_wrap footer_logo {
	width: 380px
}
@media only screen and (max-width:1024px) {
	footer .footer_wrap footer_logo {
		width: auto;
		padding-right: 3em
	}
}
@media only screen and (max-width:900px) {
	footer .footer_wrap footer_logo {
		text-align: center;
		padding: 2em 0
	}
	footer .footer_wrap footer_logo img {
		margin: 0 auto
	}
}
footer .footer_wrap footer_logo a {
	display: block
}
footer .footer_wrap footer_logo img {
	opacity: 1;
	width: auto;
	height: 80px
}
footer .footer_wrap #footer_navi {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi {
		display: block;
		padding: 0
	}
}
footer .footer_wrap #footer_navi > ul > li {
	font-family: "Roboto", sans-serif;
	font-size: 114.3%
}
@media only screen and (min-width:641px) {
	footer .footer_wrap #footer_navi > ul > li + li {
		margin-top: .4em
	}
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi > ul > li.open > span:after {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		transform: rotate(180deg)
	}
}
footer .footer_wrap #footer_navi > ul > li > a, footer .footer_wrap #footer_navi > ul > li > span {
	color: #fff
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi > ul > li > a, footer .footer_wrap #footer_navi > ul > li > span {
		border-top: 1px #787878 solid;
		display: block;
		cursor: pointer;
		position: relative;
		padding: .8em 15px
	}
	footer .footer_wrap #footer_navi > ul > li > a:after, footer .footer_wrap #footer_navi > ul > li > span:after {
		font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -.7em
	}
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi > ul > li > span:after {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		content: "\f107"
	}
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi > ul > li a:after {
		font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f105"
	}
}
@media only screen and (min-width:641px) {
	footer .footer_wrap #footer_navi > ul > li > ul {
		display: block !important;
		height: auto !important
	}
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi > ul > li > ul {
		display: none
	}
}
footer .footer_wrap #footer_navi > ul > li > ul > li {
	font-size: 75.0%;
	margin-top: 1em
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi > ul > li > ul > li {
		margin-top: 0
	}
	footer .footer_wrap #footer_navi > ul > li > ul > li a {
		border-top: 1px #787878 dotted
	}
}
footer .footer_wrap #footer_navi > ul > li > ul > li a {
	color: #dadada
}
@media only screen and (max-width:640px) {
	footer .footer_wrap #footer_navi > ul > li > ul > li a {
		background-color: #111;
		position: relative;
		display: block;
		padding: 1em 15px
	}
	footer .footer_wrap #footer_navi > ul > li > ul > li a:after {
		font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -.7em
	}
}
footer #copy {
	background-color: #2a2a2a;
	padding: 1.2em 0
}
@media only screen and (max-width:640px) {
	footer #copy {
		background-color: #000;
		padding: 0
	}
}
footer #copy .footer_wrap {
	text-align: center;
}
@media only screen and (max-width:900px) {
	footer #copy .footer_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}
@media only screen and (max-width:640px) {
	footer #copy .footer_wrap {
		display: block;
		padding: 0
	}
}
footer #copy a, footer #copy p {
	color: #dadada
}
footer #copy ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media only screen and (max-width:640px) {
	footer #copy ul {
		border-top: 1px #787878 solid;
		border-bottom: 1px #787878 solid;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 1px;
		margin: 0 -1px
	}
}
@media only screen and (min-width:641px) {
	footer #copy ul li {
		font-size: 85.7%
	}
	footer #copy ul li + li {
		border-left: 1px #5a5a5a solid;
		padding-left: 1.5em;
		margin-left: 1.5em
	}
}
@media only screen and (max-width:640px) {
	footer #copy ul li {
		border-bottom: 1px #787878 solid;
		border-right: 1px #787878 solid;
		width: 50%;
		text-align: center;
		font-size: 114.3%
	}
	footer #copy ul li:last-child {
		border-bottom: none
	}
	footer #copy ul li a {
		color: #fff;
		display: block;
		padding: .8em 15px
	}
}
@media only screen and (max-width:400px) {
	footer #copy ul li {
		width: 100%;
		text-align: left
	}
	footer #copy ul li a {
		position: relative
	}
	footer #copy ul li a:after {
		font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f105";
		position: absolute;
		top: 50%;
		right: 15px;
		margin-top: -.7em
	}
}
footer #copy p {
	font-size: 71.4%
}
@media only screen and (max-width:640px) {
	footer #copy p {
		background-color: #1f1f1f;
		padding: 1.8em 15px;
		text-align: center
	}
}
#main_kv {
	height: 374px;
	position: relative;
	padding-top: 2em
}
@media only screen and (max-width:640px) {
	#main_kv {
		padding-top: 0;
		height: 400px
	}
}
@media only screen and (max-width:480px) {
	#main_kv {
		height: 300px
	}
}
#main_kv:before {
	content: '';
	background: url(../media/images/works/main_kv.jpg) no-repeat center top;
	background-size: cover;
	display: block;
	position: fixed;
	width: 100%;
	height: 374px;
	top: 85px;
	left: 0;
	z-index: -1
}
@media only screen and (max-width:640px) {
	#main_kv:before {
		background: url(../media/images/works/main_kv_sp.jpg) no-repeat center center;
		top: 60px;
		height: 400px
	}
}
@media only screen and (max-width:400px) {
	#main_kv:before {
		top: 50px
	}
}
#works #main_kv:before {
	background: url(../media/images/works/main_kv.jpg) no-repeat center top;
	background-size: cover
}
@media only screen and (max-width:640px) {
	#works #main_kv:before {
		background: url(../media/images/works/main_kv_sp.jpg) no-repeat center center;
		background-size: cover
	}
}
#faq #main_kv:before {
	background: url(../media/images/faq/main_kv.jpg) no-repeat center center;
	background-size: cover
}
@media only screen and (max-width:640px) {
	#faq #main_kv:before {
		background: url(../media/images/faq/main_kv_sp.jpg) no-repeat center top;
		background-size: cover
	}
}
#company #main_kv, #privacy #main_kv {
	background-color: #cfbd91;
	height: 194px
}
@media only screen and (max-width:640px) {
	#company #main_kv, #privacy #main_kv {
		height: 130px
	}
}
#company #main_kv:before, #privacy #main_kv:before {
	display: none
}
#privacy #main_kv #main_title {
	bottom: -9.5em
}
@media only screen and (max-width:640px) {
	#privacy #main_kv #main_title {
		bottom: -6.75em
	}
}
#main_kv #main_title {
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -6em;
	z-index: 3
}
@media only screen and (max-width:900px) {
	#main_kv #main_title {
		padding: 0 80px
	}
}
@media only screen and (max-width:640px) {
	#main_kv #main_title {
		bottom: -4em;
		padding: 0 40px
	}
}
@media only screen and (max-width:400px) {
	#main_kv #main_title {
		padding: 0 20px
	}
}
#main_kv #main_title .title_wrap {
	background-color: rgba(255, 255, 255, 0.94);
	max-width: 752px;
	padding: 4em 0;
	margin: 0 auto
}
@media only screen and (max-width:640px) {
	#main_kv #main_title .title_wrap {
		padding: 2.5em 0
	}
}
#main_kv #main_title .title span {
	display: block
}
#main_kv #main_title .title span.large {
	font-family: "Roboto", sans-serif;
	font-size: 271.4%;
	font-weight: 300;
	letter-spacing: .2em;
	margin-bottom: .2em
}
@media only screen and (max-width:640px) {
	#main_kv #main_title .title span.large {
		font-size: 214.3%
	}
}
#course.silver #main_kv:before {
	background: url(../media/images/course/silver/main_kv.jpg) no-repeat center bottom;
	background-size: cover
}
@media only screen and (max-width:640px) {
	#course.silver #main_kv:before {
		background: url(../media/images/course/silver/main_kv_sp.jpg) no-repeat center top;
		background-size: cover
	}
}
#course.other #main_kv:before {
	background: url(../media/images/course/other/main_kv.jpg) no-repeat center center;
	background-size: cover
}
@media only screen and (max-width:640px) {
	#course.other #main_kv:before {
		background: url(../media/images/course/other/main_kvtop_sp.jpg) no-repeat center bottom;
		background-size: cover
	}
}
#main_area {
	background-color: #fff;
	padding-top: 7.85em
}
@media only screen and (max-width:640px) {
	#main_area {
		padding: 5em 0
	}
}
#home #main_area {
	padding-top: 0
}
@media only screen and (max-width:768px) {
	#bread {
		display: none
	}
}
#bread ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
#bread ol li {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-size: 71.4%
}
#bread ol li * {
	color: #fff
}
#bread ol li:before {
	content: "\f105";
	margin: 0 1em
}
#bread ol li:first-child:before {
	content: "";
	margin: 0
}
#menu_btn {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	z-index: 2000
}
.lower #menu_btn {
	position: fixed
}
@media only screen and (max-width:900px) {
	.lower #menu_btn {
		border-left: 1px #e1e1e1 solid;
		width: 90px;
		height: 85px;
		top: 0;
		right: 90px;
		text-align: center;
		padding-top: 25px
	}
}
@media only screen and (max-width:640px) {
	.lower #menu_btn {
		width: 70px;
		height: 60px;
		right: 70px;
		padding-top: 20px
	}
}
@media only screen and (max-width:400px) {
	.lower #menu_btn {
		width: 50px;
		height: 50px;
		right: 50px;
		padding-top: 15px
	}
}
#menu_btn:after {
	-webkit-animation: ShiftText .75s linear forwards;
	animation: ShiftText .75s linear forwards;
	content: 'MENU';
	color: #fff;
	display: block;
	font-family: 'Roboto Slab', serif;
	font-size: 11px;
	text-align: center;
	margin-top: .7em
}
#menu_btn.active:after {
	-webkit-animation: ActiveShiftText .75s linear forwards;
	animation: ActiveShiftText .75s linear forwards;
	content: 'CLOSE'
}
@media only screen and (max-width:900px) {
	#menu_btn:after {
		content: '';
		display: none
	}
}
@media only screen and (min-width:901px) {
	.lower #menu_btn {
		display: none !important
	}
}
@-webkit-keyframes ShiftText {
	0% {
		opacity: 0
	}
	25% {
		opacity: .25
	}
	50% {
		opacity: .5
	}
	75% {
		opacity: .75
	}
	to {
		opacity: 1
	}
}
@keyframes ShiftText {
	0% {
		opacity: 0
	}
	25% {
		opacity: .25
	}
	50% {
		opacity: .5
	}
	75% {
		opacity: .75
	}
	to {
		opacity: 1
	}
}
@-webkit-keyframes ActiveShiftText {
	0% {
		opacity: 0
	}
	25% {
		opacity: .25
	}
	50% {
		opacity: .5
	}
	75% {
		opacity: .75
	}
	to {
		opacity: 1
	}
}
@keyframes ActiveShiftText {
	0% {
		opacity: 0
	}
	25% {
		opacity: .25
	}
	50% {
		opacity: .5
	}
	75% {
		opacity: .75
	}
	to {
		opacity: 1
	}
}
#menu_btn .menu-trigger, #menu_btn .menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
#menu_btn .menu-trigger {
	position: relative;
	width: 48px;
	height: 34px
}
@media only screen and (max-width:640px) {
	#menu_btn .menu-trigger {
		width: 30px;
		height: 20px
	}
}
#menu_btn .menu-trigger span {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff
}
.lower #menu_btn .menu-trigger span {
	background-color: #000
}
#menu_btn .menu-trigger span:first-of-type {
	top: 0;
	-webkit-animation: menu-bar01 .75s forwards;
	animation: menu-bar01 .75s forwards
}
@media only screen and (max-width:640px) {
	#menu_btn .menu-trigger span:first-of-type {
		-webkit-animation: menu-bar01_sp .75s forwards;
		animation: menu-bar01_sp .75s forwards
	}
}
#menu_btn .menu-trigger span:nth-of-type(2) {
	top: 16px;
	-webkit-transition: all .25s .25s;
	-o-transition: all .25s .25s;
	transition: all .25s .25s;
	opacity: 1
}
@media only screen and (max-width:640px) {
	#menu_btn .menu-trigger span:nth-of-type(2) {
		top: 9px
	}
}
#menu_btn .menu-trigger span:nth-of-type(3) {
	bottom: 0;
	-webkit-animation: menu-bar02 .75s forwards;
	animation: menu-bar02 .75s forwards
}
@media only screen and (max-width:640px) {
	#menu_btn .menu-trigger span:nth-of-type(3) {
		-webkit-animation: menu-bar02_sp .75s forwards;
		animation: menu-bar02_sp .75s forwards
	}
}
#menu_btn.active .menu-trigger span:first-of-type {
	-webkit-animation: active-menu-bar01 .75s forwards;
	animation: active-menu-bar01 .75s forwards
}
@media only screen and (max-width:640px) {
	#menu_btn.active .menu-trigger span:first-of-type {
		-webkit-animation: active-menu-bar01_sp .75s forwards;
		animation: active-menu-bar01_sp .75s forwards
	}
}
#menu_btn.active .menu-trigger span:nth-of-type(2) {
	opacity: 0
}
#menu_btn.active .menu-trigger span:nth-of-type(3) {
	-webkit-animation: active-menu-bar03 .75s forwards;
	animation: active-menu-bar03 .75s forwards
}
@media only screen and (max-width:640px) {
	#menu_btn.active .menu-trigger span:nth-of-type(3) {
		-webkit-animation: active-menu-bar03_sp .75s forwards;
		animation: active-menu-bar03_sp .75s forwards
	}
}
@-webkit-keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
		transform: translateY(20px) rotate(45deg)
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
		transform: translateY(20px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@keyframes menu-bar01 {
	0% {
		-webkit-transform: translateY(20px) rotate(45deg);
		transform: translateY(20px) rotate(45deg)
	}
	50% {
		-webkit-transform: translateY(20px) rotate(0);
		transform: translateY(20px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@-webkit-keyframes menu-bar01_sp {
	0% {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg)
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@keyframes menu-bar01_sp {
	0% {
		-webkit-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg)
	}
	50% {
		-webkit-transform: translateY(10px) rotate(0);
		transform: translateY(10px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@-webkit-keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
		transform: translateY(-20px) rotate(-45deg)
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
		transform: translateY(-20px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@keyframes menu-bar02 {
	0% {
		-webkit-transform: translateY(-20px) rotate(-45deg);
		transform: translateY(-20px) rotate(-45deg)
	}
	50% {
		-webkit-transform: translateY(-20px) rotate(0);
		transform: translateY(-20px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@-webkit-keyframes menu-bar02_sp {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg)
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@keyframes menu-bar02_sp {
	0% {
		-webkit-transform: translateY(-10px) rotate(-45deg);
		transform: translateY(-10px) rotate(-45deg)
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0)
	}
	to {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
}
@-webkit-keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(15px) rotate(0);
		transform: translateY(15px) rotate(0)
	}
	to {
		-webkit-transform: translateY(15px) rotate(40deg);
		transform: translateY(15px) rotate(40deg)
	}
}
@keyframes active-menu-bar01 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(15px) rotate(0);
		transform: translateY(15px) rotate(0)
	}
	to {
		-webkit-transform: translateY(15px) rotate(40deg);
		transform: translateY(15px) rotate(40deg)
	}
}
@-webkit-keyframes active-menu-bar01_sp {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0)
	}
	to {
		-webkit-transform: translateY(8px) rotate(40deg);
		transform: translateY(8px) rotate(40deg)
	}
}
@keyframes active-menu-bar01_sp {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(8px) rotate(0);
		transform: translateY(8px) rotate(0)
	}
	to {
		-webkit-transform: translateY(8px) rotate(40deg);
		transform: translateY(8px) rotate(40deg)
	}
}
@-webkit-keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(-18px) rotate(0);
		transform: translateY(-18px) rotate(0);
		@media only screen and (max-width: 640px) {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0)
		}
	}
	to {
		-webkit-transform: translateY(-18px) rotate(-40deg);
		transform: translateY(-18px) rotate(-40deg);
		@media only screen and (max-width: 640px) {
			-webkit-transform: translateY(-9px) rotate(-40deg);
			transform: translateY(-9px) rotate(-40deg)
		}
	}
}
@keyframes active-menu-bar03 {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(-18px) rotate(0);
		transform: translateY(-18px) rotate(0);
		@media only screen and (max-width: 640px) {
			-webkit-transform: translateY(-9px) rotate(0);
			transform: translateY(-9px) rotate(0)
		}
	}
	to {
		-webkit-transform: translateY(-18px) rotate(-40deg);
		transform: translateY(-18px) rotate(-40deg);
		@media only screen and (max-width: 640px) {
			-webkit-transform: translateY(-9px) rotate(-40deg);
			transform: translateY(-9px) rotate(-40deg)
		}
	}
}
@-webkit-keyframes active-menu-bar03_sp {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0)
	}
	to {
		-webkit-transform: translateY(-10px) rotate(-40deg);
		transform: translateY(-10px) rotate(-40deg)
	}
}
@keyframes active-menu-bar03_sp {
	0% {
		-webkit-transform: translateY(0) rotate(0);
		transform: translateY(0) rotate(0)
	}
	50% {
		-webkit-transform: translateY(-10px) rotate(0);
		transform: translateY(-10px) rotate(0)
	}
	to {
		-webkit-transform: translateY(-10px) rotate(-40deg);
		transform: translateY(-10px) rotate(-40deg)
	}
}
#menu {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: fixed;
	background: #25150bc4;
	overflow: hidden;
	top: 0;
	width: 100vw;
	height: 0;
	z-index: 900
}
#menu.open {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	height: 100%
}
.lower #menu {
	top: 85px
}
@media only screen and (min-width:901px) {
	.lower #menu {
		display: none !important
	}
}
@media only screen and (max-width:640px) {
	.lower #menu {
		top: 60px
	}
}
@media only screen and (max-width:400px) {
	.lower #menu {
		top: 50px
	}
}
#menu #menu_area {
	overflow: hidden;
	max-width: 620px;
	margin: 10vh auto;
	padding-bottom: 90px
}
@media only screen and (max-width:900px) {
	#menu #menu_area {
		padding: 0 40px 90px;
		margin: 6vh auto
	}
}
@media only screen and (max-width:640px) {
	#menu #menu_area {
		padding: 0 30px 60px;
		margin: 40px auto
	}
}
@media only screen and (max-width:900px) {
	#home #menu #menu_area {
		margin: 10vh auto
	}
}
#menu #menu_area #menu_wrap {
	overflow-x: hidden;
	overflow-y: auto;
	height: 80vh;
	padding: 0 10px 3em
}
@media only screen and (max-width:900px) {
	#menu #menu_area #menu_wrap {
		height: 70vh
	}
}
#menu #menu_area #menu_wrap::-webkit-scrollbar {
	width: 10px
}
#menu #menu_area #menu_wrap::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.85)
}
#menu #menu_area #menu_wrap::-webkit-scrollbar-thumb {
	background: #3d3d3d;
	border-radius: 10px
}
#menu #menu_navi {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}
#menu #menu_navi > ul a, #menu #menu_navi > ul span {
	cursor: pointer;
	display: block;
	text-decoration: none;
	position: relative
}
#menu #menu_navi > ul a:after, #menu #menu_navi > ul span:after {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	color: #c1c0c1;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	line-height: 1
}
#menu #menu_navi > ul > li {
	border-bottom: 1px #d5cece solid
}
#menu #menu_navi > ul > li.open > a:after, #menu #menu_navi > ul > li.open span:after {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
#menu #menu_navi > ul > li > a, #menu #menu_navi > ul > li span {
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 185.7%;
	padding: 1em 2em 1em 0
}
@media only screen and (max-width:900px) {
	#menu #menu_navi > ul > li > a, #menu #menu_navi > ul > li span {
		font-size: 142.9%
	}
}
@media only screen and (max-width:640px) {
	#menu #menu_navi > ul > li > a, #menu #menu_navi > ul > li span {
		font-size: 110%
	}
}
#menu #menu_navi > ul > li > ul {
	display: none;
	border-top: 1px #3d3d3d solid
}
#menu #menu_navi > ul > li > ul > li + li {
	border-top: 1px #3d3d3d solid
}
#menu #menu_navi > ul > li > ul > li > a {
	color: #bababa;
	font-size: 100%;
	padding: 1em 2em
}
.fix {
	height: 100%;
	overflow: hidden
}
#first_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	width: 100%;
	top: 0;
	background: #fff;
	left: 0;
	position: fixed;
	z-index: 1000
}
#first_logo img {
	position: absolute;
	display: block;
	width: 320px;
	height: 180px;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:640px) {
	#first_logo img {
		width: 280px;
		height: 158px
	}
}
@media only screen and (max-width:640px) {
	#first_logo img {
		width: 256px;
		height: 144px
	}
}
#home {
	height: 100%;
	overflow: hidden
}
#home #main_area, #home #wrapper, #home .pjax-container {
	height: 100%
}
#home .pc_movie {
	display: block
}
#home .sp_movie {
	display: none
}
@media only screen and (max-width:640px) {
	#home .pc_movie {
		display: none
	}
	#home .sp_movie {
		display: block
	}
}
@media screen and (max-width:640px) and (min-height:560px) {
	#home .pc_movie {
		display: none
	}
	#home .sp_movie {
		display: block
	}
}
#home .screen_fit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	height: 100%
}
#home .screen_fit #logo {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 2;
	margin-top: 4vh
}
@media screen and (max-width:900px) and (min-height:560px) {
	#home .screen_fit #logo {
		top: 50%;
		margin-top: -4.5vh
	}
}
#home .screen_fit #logo img {
	display: block;
	width: auto;
	height: 40px;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
	margin: 0 auto 1em
}
@media screen and (max-width:900px) and (min-height:641px) {
	#home .screen_fit #logo img {
		margin: 0 auto .5em
	}
}
#home .screen_fit #logo h1 {
	color: #fff;
	font-size: 85.7%
}
#home .screen_fit #logo h1 br {
	display: none
}
@media screen and (max-width:900px) and (min-height:641px) {
	#home .screen_fit #logo h1 br {
		display: block
	}
}
#home .screen_fit .navi {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../media/images/home/chokin_door.jpg") #000 no-repeat 50% 50%;
	background-size: cover;
}
@media only screen and (max-width:1024px) {
	#home .screen_fit .navi {
		font-size: 12px
	}
}
@media screen and (max-width:900px) and (min-height:560px) {
	#home .screen_fit .navi {
		font-size: 16px
	}
	#home .screen_fit .navi a.right {
		height: 50%;
		left: 0;
		top: auto;
		bottom: 0;
		z-index: 1
	}
}
@media only screen and (max-width:640px) {
	#home .screen_fit .navi {
		font-size: 12px
	}
}
@media screen and (max-width:640px) and (max-height:400px) {
	#home .screen_fit .navi {
		font-size: 10px
	}
}
@media only screen and (max-width:400px) {
	#home .screen_fit .navi {
		font-size: 10px
	}
}
#home .screen_fit .navi a {
	position: absolute;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	top: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
@media screen and (max-width:900px) and (min-height:560px) {
	#home .screen_fit .navi a {
		width: 100vw;
		height: 50%
	}
}
@media screen and (max-width:900px) and (min-height:560px) {
	#home .screen_fit .navi a > span {
		vertical-align: middle
	}
}
#home .screen_fit .navi a > span span {
	display: block;
	ont-family: 'Noto Serif JP', serif;
	margin-top: .5em
}
#home .screen_fit .navi a:before {
	content: '';
	display: block;
	width: 32px;
	height: 62px;
	position: absolute;
	top: 50%;
	margin-top: -31px
}
@media only screen and (max-width:640px) {
	#home .screen_fit .navi a:before {
		width: 18px;
		height: 35px;
		margin-top: -17px
	}
}
@media screen and (max-height:400px) {
	#home .screen_fit .navi a:before {
		width: 18px;
		height: 35px;
		margin-top: -17px
	}
}
#home .screen_fit .navi a.left {
	font-family: 'Julius Sans One', sans-serif;
	;
	font-size: 428.6%;
	font-weight: 300;
	line-height: 1.2;
	left: 0
}
@media screen and (max-width:600px) and (max-height:400px) {
	#home .screen_fit .navi a.left {
		font-size: 30px
	}
}
#home .screen_fit .navi a.left span span {
	font-size: 40%
}
#home .screen_fit .navi a.left:before {
	background: url(../media/images/home/prev_arrow.png) no-repeat left top;
	left: 20px
}
@media only screen and (max-width:640px) {
	#home .screen_fit .navi a.left:before {
		background-size: cover
	}
}
@media screen and (max-height:400px) {
	#home .screen_fit .navi a.left:before {
		background-size: cover
	}
}
#home .screen_fit .navi a.right {
	font-family: "Montserrat", sans-serif;
	font-size: 457.1%;
	line-height: 1.1;
	right: 0
}
@media screen and (max-width:600px) and (max-height:400px) {
	#home .screen_fit .navi a.right {
		font-size: 32px
	}
}
#home .screen_fit .navi a.right span span {
	font-size: 37.5%
}
#home .screen_fit .navi a.right:before {
	background: url(../media/images/home/next_arrow.png) no-repeat right top;
	right: 20px
}
@media only screen and (max-width:640px) {
	#home .screen_fit .navi a.right:before {
		background-size: cover
	}
}
@media screen and (max-height:400px) {
	#home .screen_fit .navi a.right:before {
		background-size: cover
	}
}
#home .movie {
	position: absolute
}
@media only screen and (max-width:640px) {
	#home .movie video {
		height: 110%
	}
}
@media only screen and (max-width:640px) {
	#home.home02 .movie video {
		width: 100%;
		height: auto
	}
}
.movie {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 100% !important;
	height: 100% !important;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: -1
}
.movie video {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
@media only screen and (max-width:900px) {
	.movie video {
		min-height: 1px;
		height: 100%
	}
}
.works_navi ul {
	border-top: 1px #dedede solid;
	border-bottom: 1px #dedede solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.works_navi ul li {
	border-right: 1px #dedede solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 33.3333333%
}
.works_navi ul li:first-child {
	border-left: 1px #dedede solid
}
.works_navi ul li a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
	width: 100%;
	padding: 1.23em
}
@media only screen and (min-width:1025px) {
	.works_navi ul li a {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	.works_navi ul li a:hover {
		background-color: #1a1a1a;
		color: #fff
	}
}
@media only screen and (min-width:641px) {
	.works_navi ul li a br {
		display: none
	}
}
@media only screen and (max-width:640px) {
	.works_navi ul li a {
		font-size: 85.7%;
		line-height: 1.2;
		padding: .8em .5em
	}
}
.works_navi ul li.active a {
	background-color: #1a1a1a;
	color: #fff
}
.works_search {
	background-color: #f7f7f7;
	padding: 1em 1.5em
}
@media only screen and (max-width:640px) {
	.works_search {
		padding: 1em 1.5em 0
	}
}
@media only screen and (min-width:641px) {
	.works_search > p {
		display: none
	}
}
@media only screen and (max-width:640px) {
	.works_search > p {
		position: relative;
		padding-bottom: 1em
	}
	.works_search > p:after {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		content: '+';
		font-size: 180%;
		line-height: 1;
		position: absolute;
		top: 50%;
		right: 0;
		font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		margin-top: -.8em
	}
	.works_search > p.open:after {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg)
	}
}
@media only screen and (max-width:640px) {
	.works_search form {
		display: none
	}
}
.works_search .search_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -7px
}
@media only screen and (max-width:640px) {
	.works_search .search_wrap {
		display: block
	}
}
.works_search .search_wrap .search_set {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 7px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0px;
	flex: 1 0 0
}
@media only screen and (max-width:640px) {
	.works_search .search_wrap .search_set {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
	.works_search .search_wrap .search_set + .search_set {
		margin-top: 10px
	}
}
.works_search .search_wrap .search_set button, .works_search .search_wrap .search_set label, .works_search .search_wrap .search_set select {
	font-size: 85.7%
}
.works_search .search_wrap .search_set .select_wrap {
	width: 100%;
	overflow: hidden;
	position: relative
}
.works_search .search_wrap .search_set .select_wrap:after {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fff;
	content: "\f107";
	display: block;
	position: absolute;
	text-align: right;
	top: 50%;
	right: 15px;
	width: 1.5em;
	margin-top: -.6em
}
.works_search .search_wrap .search_set .select_wrap select {
	background-color: #fff;
	border: 1px #dedede solid;
	border-radius: 15px;
	width: 100%;
	padding: .4em 1.2em
}
@media only screen and (max-width:640px) {
	.works_search .search_wrap .search_set .select_wrap select {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		font-size: 16px
	}
}
.works_search .search_wrap .search_set label {
	display: block;
	margin-bottom: .5em
}
@media only screen and (max-width:640px) {
	.works_search .search_wrap .search_set label {
		width: 12em;
		margin-bottom: 0
	}
}
.works_search .search_wrap .search_set:last-child {
	border-left: 1px #dedede solid;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 124px;
	padding: 0 0 0 1em
}
@media only screen and (max-width:640px) {
	.works_search .search_wrap .search_set:last-child {
		border: none;
		width: auto;
		padding: 0;
		margin-top: 1em
	}
}
.works_search .search_wrap .search_set #menu #menu_navi > ul > li > a, #menu #menu_navi > ul > li span {
	color: #fff;
	border-radius: 15px;
	display: block;
	width: 100%;
	text-align: center;
	padding: .6em 1em
}
@media only screen and (min-width:1025px) {
	.works_search .search_wrap .search_set button {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	.works_search .search_wrap .search_set button:hover {
		opacity: .8
	}
}
.item_number {
	margin: 3em 0 1em
}
@media only screen and (max-width:640px) {
	.item_number {
		margin: 1em 0 1em
	}
}
.item_number p {
	font-weight: 500
}
.item_number p span {
	display: inline-block;
	font-size: 214.3%
}
.item_number dl {
	display: table;
	font-size: 85.7%
}
.item_number dl dd, .item_number dl dt {
	display: table-cell
}
.item_number dl dt {
	font-weight: 500;
	width: 6.5em;
	padding: 0 0 0 .5em
}
.item_number dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto
}
.item_list {
	overflow: hidden;
	padding-bottom: 10em;
	margin: 0 -15px
}
@media only screen and (max-width:900px) {
	.item_list {
		margin: 0 -10px
	}
}
@media only screen and (max-width:640px) {
	.item_list {
		padding-bottom: 5em;
		margin: 0 -7px
	}
}
.item_list .list_set {
	float: left;
	width: 33.3333333%;
	padding: 0 15px;
	margin-bottom: 30px
}
@media only screen and (max-width:900px) {
	.item_list .list_set {
		padding: 0 10px;
		margin-bottom: 20px
	}
}
@media only screen and (max-width:640px) {
	.item_list .list_set {
		width: 50%;
		font-size: 12px;
		padding: 0 7px
	}
}
.item_list .list_set a {
	display: block
}
.item_list .list_set .item_img {
	overflow: hidden;
	position: relative;
	margin-bottom: 1em
}
.item_list .list_set .item_img .cat {
	background-color: #fff;
	font-size: 78.6%;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
	min-width: 8em;
	padding: .8em 1.3em
}
.item_list .list_set .item_img .cat.blue {
	color: #053864;
	font-family: "Montserrat", sans-serif;
	letter-spacing: .1em
}
.item_list .list_set .item_img .cat.green {
	color: #3c693a;
	font-family: 'Julius Sans One', sans-serif;
}
.item_list .list_set .iten_info dl {
	overflow: hidden;
	margin-bottom: 1.2em
}
.item_list .list_set .iten_info dl dt {
	float: left;
	clear: left;
	font-weight: 500
}
.item_list .list_set .iten_info dl dd {
	overflow: hidden
}
.item_list .list_set .iten_info .tag ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: -6px
}
@media only screen and (max-width:640px) {
	.item_list .list_set .iten_info .tag ul {
		margin-bottom: -4px
	}
}
.item_list .list_set .iten_info .tag ul li {
	background-color: #eee;
	color: #838383;
	font-size: 78.6%;
	text-align: center;
	padding: .4em 1.5em;
	margin-bottom: 6px;
	margin-right: 6px
}
@media only screen and (max-width:640px) {
	.item_list .list_set .iten_info .tag ul li {
		margin-bottom: 4px;
		margin-right: 4px
	}
}
@media only screen and (max-width:640px) {
	.page_navi {
		border-top: 1px #e6e6e6 solid;
		border-bottom: 1px #e6e6e6 solid;
		padding: 10px 0;
		margin: 0 -15px
	}
}
.page_navi ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media only screen and (max-width:640px) {
	.page_navi ul {
		position: relative
	}
}
.page_navi ul li {
	font-family: "Roboto", sans-serif
}
.page_navi ul li + li {
	margin-left: 2em
}
@media only screen and (max-width:640px) {
	.page_navi ul li + li {
		margin-left: 10px
	}
}
.page_navi ul li a, .page_navi ul li span {
	display: block;
	line-height: 1;
	text-align: center;
	width: 2.58em;
	padding: .8em 1em
}
@media only screen and (max-width:640px) {
	.page_navi ul li a, .page_navi ul li span {
		width: 2.2em;
		padding: .6em 0
	}
}
@media only screen and (min-width:1025px) {
	.page_navi ul li a {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	.page_navi ul li a:hover {
		background-color: #eee;
		color: #838383
	}
}
.page_navi ul li span {
	background-color: #eee;
	color: #838383
}
@media only screen and (max-width:640px) {
	.page_navi ul li.next, .page_navi ul li.prev {
		position: absolute
	}
}
@media only screen and (max-width:640px) {
	.page_navi ul li.prev {
		left: 0
	}
}
.page_navi ul li.prev a:before {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104"
}
@media only screen and (max-width:640px) {
	.page_navi ul li.next {
		right: 0
	}
}
.page_navi ul li.next a:before {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105"
}
.ft_contact {
	background: url(../media/images/common/bg_ft_contact.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
	position: relative;
	z-index: 3;
	padding: 5em 0 4em
}
.ft_contact .cont_width {
	position: relative;
	z-index: 2
}
.ft_contact:before {
	background-color: rgba(0, 0, 0, 0.8);
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1
}
#shop .ft_contact {
	background: url(../media/images/shop/main_kv.jpg) no-repeat center top;
	background-size: 100% auto
}
@media only screen and (max-width:640px) {
	#shop .ft_contact {
		background: url(../media/images/shop/main_kv_sp.jpg) no-repeat center top;
		background-size: 100% auto
	}
}
#works .ft_contact {
	background: url(../media/images/works/bg_ft_contact.jpg) no-repeat center center;
	background-size: 100% auto
}
@media only screen and (max-width:640px) {
	#works .ft_contact {
		background: url(../media/images/works/bg_ft_contact_sp.jpg) no-repeat center top;
		background-size: 100% auto
	}
}
#course .ft_contact {
	background: none
}
@media only screen and (max-width:640px) {
	.ft_contact {
		background: url(../media/images/common/bg_ft_contact_sp.jpg) no-repeat center -40px;
		background-size: 100% auto
	}
}
@media only screen and (max-width:600px) {
	.ft_contact {
		background-position: center top
	}
}
@media only screen and (max-width:480px) {
	.ft_contact {
		background-size: cover
	}
}
#faq .ft_contact {
	background: url(../media/images/faq/main_kv.jpg) no-repeat center top;
	background-size: cover
}
@media only screen and (max-width:640px) {
	#faq .ft_contact {
		background: url(../media/images/faq/main_kv_sp.jpg) no-repeat center top;
		background-size: cover
	}
}
#course.silver .ft_contact {
	background: url(../media/images/course/silver/main_kv.jpg) no-repeat center top;
	background-size: cover
}
@media only screen and (max-width:640px) {
	#course.silver .ft_contact {
		background: url(../media/images/course/silver/main_kv_sp.jpg) no-repeat center top;
		background-size: cover
	}
}
#course.other .ft_contact {
	background: url(../media/images/course/other/main_kv.jpg) no-repeat center top;
	background-size: cover
}
@media only screen and (max-width:640px) {
	#course.other .ft_contact {
		background: url(../media/images/course/other/main_kv_sp.jpg) no-repeat center top;
		background-size: cover
	}
}
.ft_contact .title {
	color: #fff;
	margin-bottom: 4em
}
@media only screen and (max-width:480px) {
	.ft_contact .title {
		font-size: 12px
	}
}
.ft_contact .title h2 {
	font-family: "Roboto", sans-serif;
	font-size: 328.6%;
	font-weight: 300;
	letter-spacing: .2em
}
@media only screen and (max-width:640px) {
	.ft_contact .title h2 {
		font-size: 285.7%
	}
}
.ft_contact .title p {
	font-size: 114.3%;
	font-weight: 500
}
@media only screen and (min-width:641px) {
	.ft_contact .title p br {
		display: none
	}
}
.ft_contact .contact_wrap {
	background-color: rgba(255, 255, 255, 0.8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3em 3em;
	margin: 0 0 3em
}
@media only screen and (max-width:900px) {
	.ft_contact .contact_wrap {
		padding: 2em 2em
	}
}
@media only screen and (max-width:640px) {
	.ft_contact .contact_wrap {
		display: block
	}
}
@media only screen and (max-width:480px) {
	.ft_contact .contact_wrap {
		padding: 2em 1.3em
	}
}
.ft_contact .contact_wrap + p {
	color: #fff;
	font-size: 128.6%;
	font-weight: 500
}
@media only screen and (min-width:641px) {
	.ft_contact .contact_wrap + p br {
		display: none
	}
}
@media only screen and (max-width:480px) {
	.ft_contact .contact_wrap + p {
		font-size: 100%
	}
}
.ft_contact .contact_wrap .contact_set {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 15px
}
@media only screen and (max-width:900px) {
	.ft_contact .contact_wrap .contact_set {
		padding: 0 10px
	}
}
@media only screen and (max-width:640px) {
	.ft_contact .contact_wrap .contact_set {
		padding: 0
	}
	.ft_contact .contact_wrap .contact_set + .contact_set {
		margin-top: 2em
	}
}
.ft_contact .contact_wrap .contact_set h3 {
	font-size: 128.6%;
	font-weight: 500;
	margin-bottom: 1em
}
.ft_contact .contact_wrap .contact_set a {
	background-color: #1a1e43;
	color: #fff;
	display: block;
	font-size: 142.9%;
	font-weight: 500;
	padding: 2.1em 1em
}
@media only screen and (min-width:1025px) {
	.ft_contact .contact_wrap .contact_set a {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	.ft_contact .contact_wrap .contact_set a:hover {
		opacity: .8
	}
}
@media only screen and (max-width:640px) {
	.ft_contact .contact_wrap .contact_set a {
		font-size: 128.6%;
		padding: 1em 1em
	}
}
@media only screen and (max-width:480px) {
	.ft_contact .contact_wrap .contact_set a {
		font-size: 114.3%
	}
}
.ft_contact .contact_wrap .contact_set a:before {
	background: url("../media/images/icon.svg") no-repeat 0 0;
	background-size: 1em 5em;
	content: " ";
	font-size: 30px;
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
.ft_contact .contact_wrap .contact_set:last-child a:before {
	background-position: 0 -1em;
}
#back {
	border-top: 1px #e6e6e6 solid;
	border-bottom: 1px #e6e6e6 solid;
	background-color: #fff
}
#back a {
	display: block;
	font-size: 114.3%;
	text-align: center;
	padding: 1.5em 1em;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s
}
#back a:before {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f104";
	font-size: 150%;
	vertical-align: middle;
	position: relative;
	top: -1px;
	left: -2em
}
@media only screen and (min-width:1025px) {
	#back a:hover:before {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s;
		left: -1em
	}
}
.round-loupe {
	border-radius: 100%;
	border: 5px solid #F0F0F0
}
@media only screen and (max-width:640px) {
	.item_detail #main_area {
		padding-top: 0
	}
	.item_detail #main_kv {
		display: none
	}
}
.item_detail #detail_wrap #item_info {
	overflow: hidden;
	margin-bottom: 5em
}
@media only screen and (max-width:640px) {
	.item_detail #detail_wrap #item_info {
		margin: 0 -15px
	}
}
.item_detail #detail_wrap #item_info #item_photo {
	float: left;
	width: 100%;
	padding-right: 400px;
	margin-right: -300px
}
@media only screen and (max-width:1024px) {
	.item_detail #detail_wrap #item_info #item_photo {
		padding-right: 350px
	}
}
@media only screen and (max-width:900px) {
	.item_detail #detail_wrap #item_info #item_photo {
		padding-right: 320px
	}
}
@media only screen and (max-width:800px) {
	.item_detail #detail_wrap #item_info #item_photo {
		float: none;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 1.5em
	}
}
@media only screen and (max-width:640px) {
	.item_detail #detail_wrap #item_info #item_photo {
		width: auto
	}
}
.item_detail #detail_wrap #item_info #item_photo .flexslider {
	overflow: hidden;
	padding: 0 30px
}
@media only screen and (max-width:640px) {
	.item_detail #detail_wrap #item_info #item_photo .flexslider {
		padding: 0
	}
}
.item_detail #detail_wrap #item_info #item_photo .flexslider .slides {
	position: relative;
	z-index: 1
}
.item_detail #detail_wrap #item_info #item_photo .flexslider .slides img {
	cursor: crosshair
}
.item_detail #detail_wrap #item_info #item_photo .flexslider .slides:before {
	background: url(../media/images/common/icon_search.png) no-repeat center center;
	background-size: cover;
	content: '';
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5
}
@media only screen and (max-width:640px) {
	.item_detail #detail_wrap #item_info #item_photo .flexslider .flex-control-thumbs {
		display: none
	}
}
.item_detail #detail_wrap #item_info #item_photo .flexslider #slide_num {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 10px;
	font-size: 71.4%;
	position: absolute;
	left: 15px;
	bottom: 10px;
	z-index: 100;
	padding: .5em 1.2em
}
@media only screen and (min-width:641px) {
	.item_detail #detail_wrap #item_info #item_photo .flexslider #slide_num {
		display: none
	}
}
.item_detail #detail_wrap #item_info #item_photo .flexslider #slide_num .total:before {
	content: '/';
	margin-right: .2em
}
.item_detail #detail_wrap #item_info #item_spec {
	float: right;
	width: 300px
}
@media only screen and (max-width:800px) {
	.item_detail #detail_wrap #item_info #item_spec {
		float: none;
		width: auto
	}
}
@media only screen and (max-width:640px) {
	.item_detail #detail_wrap #item_info #item_spec {
		padding: 0 15px;
		margin-bottom: 2em
	}
}
.item_detail #detail_wrap #item_info #item_spec .cat {
	display: inline-block;
	font-size: 78.6%;
	text-align: center;
	min-width: 100px;
	padding: .7em 1em
}
.item_detail #detail_wrap #item_info #item_spec .cat.wax {
	border: 1px #053864 solid;
	color: #053864;
	font-family: "Montserrat", sans-serif
}
.item_detail #detail_wrap #item_info #item_spec .cat.engraving {
	border: 1px #3c693a solid;
	color: #3c693a;
	font-family: 'Julius Sans One', sans-serif;
}
.item_detail #detail_wrap #item_info #item_spec .cat + h1 {
	margin-top: .5em
}
.item_detail #detail_wrap #item_info #item_spec h1 {
	font-size: 171.4%
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap {
	margin-top: 2em
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap .step_set + .step_set {
	margin-top: 2em
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap .step_set h2 {
	font-size: 142.9%;
	font-weight: 500;
	text-align: left;
	margin-bottom: .8em
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table {
	border-top: 1px #e6e6e6 solid
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr td, .item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr th {
	border-bottom: 1px #e6e6e6 solid;
	font-size: 85.7%;
	vertical-align: top;
	padding: .8em 0
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr th {
	font-weight: 500;
	width: 8em
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr td {
	padding-left: 2em
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr td img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 1em
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr.form img {
	max-width: 80px
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr.shape img {
	max-width: 35px
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr.shape td p + p {
	margin-top: .5em
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr.design img {
	max-width: 35px
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr.pro th {
	font-size: 71.4%
}
.item_detail #detail_wrap #item_info #item_spec .spec_wrap table tr.pro img {
	max-width: 150px
}
.item_detail #detail_wrap h2 {
	font-size: 142.9%;
	text-align: center;
	margin-bottom: 2em
}
@media only screen and (max-width:640px) {
	.item_detail #detail_wrap h2 {
		margin-bottom: 1.5em
	}
}
.item_detail #detail_wrap .item_list {
	padding-bottom: 0
}
.item_detail #detail_wrap .page_navi {
	display: none
}
.flexslider {
	position: relative;
	zoom: 1
}
.flexslider .slides {
	zoom: 1
}
.flexslider .slides:after {
	content: '';
	display: block;
	clear: both
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden
}
.flexslider .slides > li img {
	width: 100%;
	display: block;
	-moz-user-select: none
}
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	font-size: 28px;
	position: absolute;
	top: 38%;
	width: 18px;
	height: 34px;
	line-height: 1;
	z-index: 10;
	cursor: pointer
}
@media only screen and (max-width:640px) {
	.flex-direction-nav a {
		top: 50%;
		width: 1em;
		height: 1em;
		line-height: .8em;
		text-align: center;
		margin-top: -.5em
	}
}
.flex-direction-nav a:before {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.flex-direction-nav a.flex-prev {
	background: url(../media/images/common/slide_arrow_prev.png) no-repeat center center;
	left: 0
}
@media only screen and (max-width:640px) {
	.flex-direction-nav a.flex-prev {
		background: rgba(255, 255, 255, 0.8)
	}
	.flex-direction-nav a.flex-prev:before {
		content: "\f104"
	}
}
.flex-direction-nav a.flex-next {
	background: url(../media/images/common/slide_arrow_next.png) no-repeat center center;
	right: 0
}
@media only screen and (max-width:640px) {
	.flex-direction-nav a.flex-next {
		background: rgba(255, 255, 255, 0.8)
	}
	.flex-direction-nav a.flex-next:before {
		content: "\f105"
	}
}
.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
	z-index: -1
}
.flex-control-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 16px -8px 0
}
.flex-control-thumbs li {
	padding: 0 8px;
	width: 20%
}
.flex-control-thumbs li img {
	width: 100%;
	height: auto;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease
}
.flex-control-thumbs li img :hover {
	opacity: 1
}
.popup span {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 0;
	display: inline-block;
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px)
}
.popup span.on {
	position: relative;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.move {
	position: relative;
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px)
}
.move.up {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
.movie_cont {
	position: relative
}
.movie_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}
.movie_wrap video {
	position: absolute;
	left: 0;
	top: 50%;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}
#course.engraving #feature .feature_set .feature_read h3, #course.engraving #main_movie #lp_title span, #course.engraving .cont_title .title span {
	font-family: 'Julius Sans One', sans-serif;
}
#course.engraving #second_kv #main_title .title_wrap .title {
	font-size: 242.9%;
}
@media only screen and (max-width:1024px) {
	#course.engraving #second_kv #main_title .title_wrap .title {
		font-size: 214.3%
	}
}
@media only screen and (max-width:900px) {
	#course.engraving #second_kv #main_title .title_wrap .title {
		font-size: 185.7%
	}
}
@media only screen and (max-width:640px) {
	#course.engraving #second_kv #main_title .title_wrap .title {
		font-size: 142.9%
	}
}
@media only screen and (max-width:480px) {
	#course.engraving #second_kv #main_title .title_wrap .title {
		font-size: 18px;
		padding: 0;
	}
}
@media only screen and (max-width:400px) {
	#course.engraving #second_kv #main_title .title_wrap .title {
		padding: 0;
		font-size: 100%
	}
}
#course.engraving #second_kv #main_title .title_wrap .title span.l br {
	display: block
}
#course.engraving #customer .customer_wrap .customer_set {
	background-color: #cd7f6b
}
#course.engraving #customer .customer_wrap .customer_set.plus {
	background: none
}
#course.engraving #feature .feature_set .feature_read h4 span.on:before {
	background-color: #EDDFB2
}
#course.engraving #customer, #course.engraving #price {
	background-color: #F4F1E6
}
#course.other #main_area, #course.silver #main_area {
	background-color: #fff;
	padding-top: 7.85em
}
@media only screen and (max-width:640px) {
	#course.other #main_area, #course.silver #main_area {
		padding-top: 5em
	}
}
#course.other #main_kv #main_title .title span.large span, #course.silver #main_kv #main_title .title span.large span {
	display: inline-block;
	margin-left: .5em
}
@media only screen and (max-width:640px) {
	#course.other #main_kv #main_title .title span.large span, #course.silver #main_kv #main_title .title span.large span {
		display: block
	}
}
#course {}
#course .bg_white {
	background-color: #fff
}
#course #main_area {
	background: none;
	position: relative;
	z-index: 1;
	padding: 0
}
#course #main_area .cont_width {
	position: relative
}
#course #main_movie {
	height: 100vh;
	z-index: 0
}
#course #main_movie #lp_title {
	position: fixed;
	width: 100%;
	text-align: center;
	bottom: 0;
	z-index: 2
}
#course #main_movie #lp_title.fix {
	opacity: 0
}
#course #main_movie #lp_title a {
	color: #fff;
	display: block;
	padding-bottom: 6vh
}
#course #main_movie #lp_title a:after {
	background: url(../media/images/common/scroll_arrow.png) no-repeat center bottom;
	content: "";
	display: block;
	width: 28px;
	height: 14px;
	margin-top: .5em;
	margin: 1em auto 0
}
#course #main_movie #lp_title {
	font-size: 128.6%
}
@media only screen and (max-width:640px) {
	#course #main_movie #lp_title {
		font-size: 114.3%
	}
}
#course #main_movie #lp_title span {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 311.1%;
	letter-spacing: .2em
}
@media only screen and (max-width:640px) {
	#course #main_movie #lp_title span {
		font-size: 200%
	}
}
#course #main_movie .link_btn {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 2
}
#course #main_movie .link_btn.fix {
	opacity: 0
}
#course #main_movie .link_btn.right {
	left: auto;
	right: 0
}
#course #main_movie .link_btn.right a:before {
	display: none
}
#course #main_movie .link_btn.right a:after {
	background: url(../media/images/common/prev_arrow.png) no-repeat center center;
	background-size: cover;
	content: '';
	display: block;
	width: 20px;
	height: 36px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	margin-left: 1em
}
@media only screen and (max-width:640px) {
	#course #main_movie .link_btn.right a:after {
		width: 36px;
		margin-bottom: 1em
	}
}
#course #main_movie .link_btn a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	padding: 0 2em
}
#course #main_movie .link_btn a:before {
	background: url(../media/images/common/prev_arrow.png) no-repeat center center;
	background-size: cover;
	content: '';
	display: block;
	width: 20px;
	height: 36px;
	margin-right: 1em
}
@media only screen and (max-width:640px) {
	#course #main_movie .link_btn a:before {
		width: 36px
	}
}
#course #main_movie .link_btn a span {
	color: #fff;
	display: block;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 114.3%;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	line-height: 1.2
}
#course #main_movie .movie {
	background-color: #f9cd88
}
#course #second_kv {
	background-color: #fff;
	position: relative;
	z-index: 2
}
#course #second_kv img {
	width: 100%
}
#course #second_kv .pc_img {}
#course #second_kv .pc_img img:first-child {
	opacity: 1;
	position: relative;
	display: block
}
#course #second_kv .pc_img img.on {
	opacity: 1
}
#course #second_kv .movie_wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}
#course #second_kv .movie_wrap video {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: auto;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	transform: translate(0%, -50%)
}
@media only screen and (min-width:641px) {
	#course .lp_read {
		padding: 0px 0 30px 0;
		max-width: 750px;
		margin: 0 auto 0
	}
}
@media only screen and (max-width:640px) {
	#course .lp_read {
		padding-top: 1em;
		font-size: 14px;
	}
}
#home #course .lp_read {
	padding-top: 0
}
#course .lp_read p {
	line-height: 1.8
}
#course .movie_change {
	overflow: hidden;
	position: relative
}
#course #feature {
	padding: 2em;
	background: #f9f6f2;
	z-index: 2;
	position: relative;
}
@media only screen and (max-width:640px) {
	#course #feature {}
}
#course #feature .feature_set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set {
		display: block
	}
}
#course #feature .feature_set.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse
}
#course #feature .feature_set + .feature_set {
	margin-top: 2em
}
#course #feature .feature_set .feature_img, #course #feature .feature_set .feature_read {
	width: 50%
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set .feature_img, #course #feature .feature_set .feature_read {
		width: auto
	}
}
#course #feature .feature_set .feature_img {
	position: relative
}
#course #feature .feature_set .feature_img.on .feature_movie {
	opacity: 0
}
#course #feature .feature_set .feature_img .feature_movie {
	background: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
#course #feature .feature_set .feature_img .feature_movie video {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
#course #feature .feature_set .feature_read {
	padding: 4em 100px 0;
	position: relative
}
@media only screen and (max-width:1100px) {
	#course #feature .feature_set .feature_read {
		padding: 4em 80px 0
	}
}
@media only screen and (max-width:1024px) {
	#course #feature .feature_set .feature_read {
		padding: 2em 60px 0
	}
}
@media only screen and (max-width:900px) {
	#course #feature .feature_set .feature_read {
		padding: 2em 40px 0
	}
}
@media only screen and (max-width:768px) {
	#course #feature .feature_set .feature_read {
		padding: 2em 20px 0
	}
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set .feature_read {
		padding: 0
	}
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set .feature_read {
		margin-bottom: 1em
	}
	#course #feature .feature_set .feature_read a {
		display: block;
		text-align: center
	}
}
#course #feature .feature_set .feature_read:after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: 60px;
	z-index: -1
}
@media only screen and (max-width:1024px) {
	#course #feature .feature_set .feature_read:after {
		top: -10px;
		right: 20px
	}
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set .feature_read:after {
		top: 0 !important;
		right: 10px !important
	}
}
#course #feature .feature_set .feature_read h3 {
	color: #c78c64;
	font-family: "Montserrat", sans-serif;
	font-size: 300%;
	letter-spacing: .1em;
	margin-bottom: .3em
}
@media only screen and (max-width:1024px) {
	#course #feature .feature_set .feature_read h3 {
		font-size: 285.7%
	}
}
@media only screen and (max-width:900px) {
	#course #feature .feature_set .feature_read h3 {
		font-size: 228.6%
	}
}
@media only screen and (max-width:400px) {
	#course #feature .feature_set .feature_read h3 {
		font-size: 200%
	}
}
#course #feature .feature_set .feature_read h4 {
	font-size: 185.7%;
	font-weight: bold;
	overflow: hidden;
	position: relative;
	margin-bottom: .5em
}
@media only screen and (max-width:1024px) {
	#course #feature .feature_set .feature_read h4 {
		font-size: 157.1%
	}
}
@media only screen and (max-width:900px) {
	#course #feature .feature_set .feature_read h4 {
		font-size: 142.9%
	}
}
@media only screen and (max-width:480px) {
	#course #feature .feature_set .feature_read h4 {
		font-size: 114.3%;
		line-height: 1.8em;
	}
}
#course #feature .feature_set .feature_read h4 span {
	overflow: hidden;
	position: relative;
	display: table
}
#course #feature .feature_set .feature_read h4 span:before {
	background-color: #d9bb93;
	content: '';
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	width: 100%;
	height: .5em;
	position: absolute;
	z-index: -1;
	left: 0;
	bottom: 0
}
#course #feature .feature_set .feature_read h4 span:first-child.on:before {
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s
}
#course #feature .feature_set .feature_read h4 span.on:before {
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}
#course #feature .feature_set .feature_read p {
	line-height: 1.8
}
#course #feature .feature_set:nth-child(2) .feature_read {
	padding-top: 2em
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set:nth-child(2) .feature_read {
		padding-top: 0
	}
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set:nth-child(2) .feature_read:after {
		width: 82px;
		height: 72px
	}
}
@media only screen and (max-width:1024px) {
	#course #feature .feature_set:nth-child(3) .feature_read:after {
		top: 2em;
		right: 20px
	}
}
@media only screen and (max-width:640px) {
	#course #feature .feature_set:nth-child(3) .feature_read:after {
		width: 85px;
		height: 80px
	}
}
#course #loop_img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100vw;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 6em 0 4em
}
@media only screen and (max-width:640px) {
	#course #loop_img {
		margin: 3em 0 2em
	}
}
#course #loop_img ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	overflow: hidden;
	width: 100vw;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
@media only screen and (max-width:640px) {
	#course #loop_img ul {
		width: 250vw
	}
}
#course #loop_img ul:first-child {
	-webkit-animation: loop 50s -25s linear infinite;
	animation: loop 50s -25s linear infinite;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform
}
#course #loop_img ul + ul {
	-webkit-animation: loop2 50s linear infinite;
	animation: loop2 50s linear infinite
}
#course #loop_img ul li {
	width: 33.3333333%;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto
}
#course #loop_img ul li img {
	width: 100%
}
@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
@keyframes loop {
	0% {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%)
	}
	to {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%)
	}
}
@-webkit-keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%)
	}
}
@keyframes loop2 {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	to {
		-webkit-transform: translateX(-200%);
		-ms-transform: translateX(-200%);
		transform: translateX(-200%)
	}
}
#course #price {
	background-color: #ebedef;
	padding: 4.5em 0 7em
}
@media only screen and (max-width:1200px) {
	#course #price {
		padding: 4.5em 30px 7em
	}
}
@media only screen and (max-width:900px) {
	#course #price {
		padding: 4em 0 5em
	}
}
@media only screen and (max-width:640px) {
	#course #price {
		padding: 3em 0 4em
	}
}
#course #price .price_cont {
	background-color: #fff;
	position: relative
}
#course #price .price_cont + .price_cont {
	margin-top: 50px
}
@media only screen and (max-width:640px) {
	#course #price .price_cont + .price_cont {
		margin-top: 40px
	}
}
#course #price .price_cont .flex {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px
}
@media only screen and (max-width:900px) {
	#course #price .price_cont .flex {
		padding: 20px
	}
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .flex {
		display: block
	}
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_img {
		margin-bottom: 20px
	}
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_img img {
		width: 100%
	}
}
#course #price .price_cont .price_info {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 70px
}
@media only screen and (max-width:1100px) {
	#course #price .price_cont .price_info {
		padding-left: 50px;
		font-size: 12px
	}
}
@media only screen and (max-width:1024px) {
	#course #price .price_cont .price_info {
		padding-left: 30px;
		font-size: 10px
	}
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_info {
		padding-left: 0;
		font-size: 100%
	}
}
#course #price .price_cont .price_info .info_title {
	background-color: #2d3472;
	color: #fff;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding: .8em 1em;
	margin-bottom: 2em
}
#course #price .price_cont .price_info .price_only {
	padding: .5em 0;
	margin-bottom: 2em
}
#course #price .price_cont .price_info .price_only dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
#course #price .price_cont .price_info .price_only dl dt {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-size: 128.6%;
	text-align: center;
	width: 2.3em;
	padding: .5em 0
}
#course #price .price_cont .price_info .price_only dl dd {
	padding-left: 1em
}
#course #price .price_cont .price_info .price_only dl dd span {
	display: inline-block
}
#course #price .price_cont .price_info .price_only dl dd span.num {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 342.9%
}
@media only screen and (max-width:900px) {
	#course #price .price_cont .price_info .price_only dl dd span.num {
		font-size: 285.7%
	}
}
@media only screen and (max-width:480px) {
	#course #price .price_cont .price_info .price_only dl dd span.num {
		font-size: 242.9%
	}
}
@media only screen and (max-width:400px) {
	#course #price .price_cont .price_info .price_only dl dd span.num {
		font-size: 185.7%
	}
}
#course #price .price_cont .price_info .price_only dl dd span.num span {
	ont-family: 'Noto Serif JP', serif;
	font-size: 90%
}
#course #price .price_cont .price_info .price_only dl dd span.yen {
	font-size: 128.6%
}
#course #price .price_cont .price_info .set_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 2em
}
@media only screen and (max-width:900px) {
	#course #price .price_cont .price_info .set_wrap {
		font-size: 8px
	}
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_info .set_wrap {
		font-size: 100%
	}
}
@media only screen and (max-width:500px) {
	#course #price .price_cont .price_info .set_wrap {
		font-size: 10px
	}
}
@media only screen and (max-width:400px) {
	#course #price .price_cont .price_info .set_wrap {
		font-size: 8px
	}
}
#course #price .price_cont .price_info .set_wrap .info_set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px #000 solid;
	border-bottom: 2px #000 solid;
	padding: 1.5em 2em
}
#course #price .price_cont .price_info .set_wrap .info_set.plus {
	border: none;
	text-align: center
}
#course #price .price_cont .price_info .set_wrap .info_set.plus:before {
	content: "+";
	display: block;
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 70px;
	padding: 0 .3em
}
@media only screen and (max-width:1024px) {
	#course #price .price_cont .price_info .set_wrap .info_set.plus:before {
		font-size: 60px;
		padding: 0 .2em
	}
}
@media only screen and (max-width:900px) {
	#course #price .price_cont .price_info .set_wrap .info_set.plus:before {
		font-size: 50px;
		padding: 0 .1em
	}
}
#course #price .price_cont .price_info .set_wrap .info_set p {
	width: 100%;
	text-align: center
}
#course #price .price_cont .price_info .set_wrap .info_set p:first-child {
	font-size: 142.9%;
	font-weight: bold;
	letter-spacing: 3px
}
#course #price .price_cont .price_info .set_wrap .info_set p > span {
	display: block
}
#course #price .price_cont .price_info .set_wrap .info_set p > span span {
	letter-spacing: 0
}
#course #price .price_cont .price_info .set_wrap .info_set p > span span.price {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 150%
}
#course #price .price_cont .price_info .set_wrap .info_set p > span span.yen {
	font-size: 70%
}
#course #price .price_cont .price_info .set_wrap .info_set dl dt {
	background-color: #000;
	color: #fff;
	font-size: 114.3%;
	font-weight: 500;
	text-align: center;
	position: relative;
	padding: .5em 1em;
	margin-bottom: 1em
}
#course #price .price_cont .price_info .set_wrap .info_set dl dt:after {
	background: url(../media/images/course/wax/price_balloon.gif) no-repeat center bottom;
	content: '';
	display: block;
	width: 12px;
	height: 7px;
	position: absolute;
	left: 50%;
	bottom: -7px;
	margin-left: -6px
}
#course #price .price_cont .price_info .set_wrap .info_set dl dd {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_info .set_wrap .info_set dl dd {
		display: block;
		text-align: center;
		margin-top: 3em
	}
}
#course #price .price_cont .price_info .set_wrap .info_set dl dd span {
	display: inline-block
}
#course #price .price_cont .price_info .set_wrap .info_set dl dd span:first-child {
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	font-size: 128.6%;
	position: relative;
	top: -.8em;
	width: 2em;
	text-align: center;
	padding: .5em 0;
	margin-right: 1em
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_info .set_wrap .info_set dl dd span:first-child {
		border: none;
		display: block;
		width: 100%;
		padding: 0
	}
	#course #price .price_cont .price_info .set_wrap .info_set dl dd span:first-child:after, #course #price .price_cont .price_info .set_wrap .info_set dl dd span:first-child:before {
		background-color: #000;
		content: '';
		display: block;
		height: 1px;
		width: 3.5em;
		margin: 0 auto
	}
	#course #price .price_cont .price_info .set_wrap .info_set dl dd span:first-child:before {
		margin-bottom: .2em
	}
	#course #price .price_cont .price_info .set_wrap .info_set dl dd span:first-child:after {
		margin-top: .3em
	}
}
#course #price .price_cont .price_info .set_wrap .info_set dl dd span.num {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 414.3%
}
#course #price .price_cont .price_info .set_wrap .info_set dl dd span.yen {
	font-size: 171.4%;
	font-weight: 500
}
table.Tbl-A {
	font-family: 'Roboto Condensed', "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Osaka", sans-serif;
}
@media only screen and (max-width:640px) {}
@media only screen and (min-width:641px) {
	table.Tbl-A {
		max-width: 700px;
		margin: 30px auto 0;
	}
	table.Tbl-A th {
		width: 12em;
		font-weight: 700;
	}
}
table.Tbl-A, #course #price .price_cont .price_info table {
	border-top: 1px #d4cdc6 solid;
	margin-bottom: 1em
}
table.Tbl-A td, table.Tbl-A th, #course #price .price_cont .price_info table tr td, #course #price .price_cont .price_info table tr th {
	border-bottom: 1px #d4cdc6 solid;
	padding: 1em 0
}
#course #price .price_cont .price_info table tr th {
	font-weight: bold;
	width: 9.5em
}
#course #price .price_cont .price_info table tr td .material {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_info table tr td .material {
		display: block
	}
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_info table tr td .material span {
		display: block
	}
}
#course #price .price_cont .price_info table tr td .material span + span {
	margin-left: 2em
}
@media only screen and (max-width:640px) {
	#course #price .price_cont .price_info table tr td .material span + span {
		margin-left: 0
	}
}
#course #price .price_cont .price_info ul li {
	margin-left: 1em;
	text-indent: -1em
}
#course #works_slide {
	position: relative;
	z-index: -1;
	padding: 5em 0
}
#course #works_slide .movie_wrap video {
	width: auto;
	min-width: 100%
}
#course #works_slide .cont_title {
	position: relative;
	z-index: 3
}
#course #works_slide .cont_title .title {
	color: #fff
}
#course #works_slide .slider {
	position: relative;
	z-index: 3
}
#course #works_slide .slider .slick-list {
	margin: 0 -25%
}
@media only screen and (max-width:640px) {
	#course #works_slide .slider .slick-list {
		margin: 0 -60%
	}
}
#course #works_slide .slider .slick-dots li {
	background-color: #aaa
}
#course #works_slide .slider .slick-dots li.slick-active {
	background-color: #fff
}
#course #works_slide .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
#course #works_slide .slick-track .slide_item {
	background-color: #fff
}
#course #works_slide .slick-track .slide_item img {
	width: 100%
}
#course #works_slide .slick-track .slide_item .works_info {
	padding: 1em
}
#course #works_slide .slick-track .slide_item .works_info p {
	font-weight: 500;
	text-align: center
}
#course #flow {
	padding: 5em 0
}
@media only screen and (max-width:640px) {
	#course #flow {
		padding: 3em 0
	}
}
#course #flow .flow_illustration {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 5em 0
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration {
		display: block;
		margin: 3em 0
	}
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
}
#course #flow .flow_illustration .illustration_set:first-child {
	max-width: 256px
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set:first-child {
		max-width: 100%
	}
}
#course #flow .flow_illustration .illustration_set:nth-child(2) {
	max-width: 310px;
	padding: 0 15px
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set:nth-child(2) {
		max-width: 100%;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		padding: 0
	}
	#course #flow .flow_illustration .illustration_set:nth-child(2) .txt {
		padding-right: 2em;
		padding-left: 0
	}
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set:last-child {
		max-width: 100%
	}
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set + .illustration_set {
		position: relative;
		margin-top: 2em
	}
}
#course #flow .flow_illustration .illustration_set + .illustration_set .img {
	position: relative
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set + .illustration_set .img {
		position: static
	}
}
#course #flow .flow_illustration .illustration_set + .illustration_set .img:before {
	background: url(../media/images/course/silver/illustration_next.gif) no-repeat center top;
	background-size: contain;
	content: '';
	display: block;
	width: 20px;
	height: 50px;
	position: absolute;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	top: 50%;
	left: -25%;
	margin-top: -25px
}
@media only screen and (max-width:1100px) {
	#course #flow .flow_illustration .illustration_set + .illustration_set .img:before {
		left: -20%
	}
}
@media only screen and (max-width:1024px) {
	#course #flow .flow_illustration .illustration_set + .illustration_set .img:before {
		left: -10%
	}
}
@media only screen and (max-width:900px) {
	#course #flow .flow_illustration .illustration_set + .illustration_set .img:before {
		width: 15px;
		height: 34px;
		left: -5%;
		margin-top: -17px
	}
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set + .illustration_set .img:before {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		top: -3em;
		left: 50%;
		margin-top: 0;
		margin-left: -7px
	}
}
#course #flow .flow_illustration .illustration_set .img {
	margin-bottom: 1em
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set .img {
		width: 150px;
		margin-bottom: 0
	}
}
@media only screen and (max-width:400px) {
	#course #flow .flow_illustration .illustration_set .img {
		width: 120px
	}
}
#course #flow .flow_illustration .illustration_set .img img {
	display: block;
	max-height: 194px;
	margin: 0 auto
}
@media only screen and (max-width:800px) {
	#course #flow .flow_illustration .illustration_set .txt {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		flex: 1 1 0;
		padding-left: 2em
	}
}
#course #flow .flow_illustration .illustration_set .txt p {
	font-weight: bold
}
#course #flow .flow_wrap {
	position: relative;
	max-width: 1040px;
	margin: 0 auto
}
#course #flow .flow_wrap:before {
	background-color: #D3B65A;
	content: '';
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	z-index: 0;
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap:before {
		left: 40px
	}
}
@media only screen and (max-width:640px) {
	#course #flow .flow_wrap:before {
		left: 30px
	}
}
#course #flow .flow_wrap .flow_set {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: table;
	table-layout: fixed;
	width: 100%
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set {
		display: block
	}
}
#course #flow .flow_wrap .flow_set + .flow_set {
	margin-top: 3em
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set + .flow_set {
		position: relative;
		padding-top: 3em;
		margin-top: 0
	}
	#course #flow .flow_wrap .flow_set + .flow_set:before {
		background-color: #fff;
		content: '';
		display: block;
		width: 100%;
		height: 3em;
		position: absolute;
		top: 0
	}
}
@media only screen and (min-width:901px) {
	#course #flow .flow_wrap .flow_set:first-child .flow_num:before {
		content: '';
		display: block;
		background-color: #fff;
		width: 100%;
		height: 50%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1
	}
}
#course #flow .flow_wrap .flow_set:last-child .flow_num:before {
	content: '';
	display: block;
	background-color: #fff;
	width: 100%;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set:last-child .flow_num:before {
		height: 100%
	}
}
#course #flow .flow_wrap .flow_set .flow_img, #course #flow .flow_wrap .flow_set .flow_info, #course #flow .flow_wrap .flow_set .flow_num {
	display: table-cell;
	vertical-align: middle
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set .flow_img, #course #flow .flow_wrap .flow_set .flow_info, #course #flow .flow_wrap .flow_set .flow_num {
		vertical-align: top
	}
}
#course #flow .flow_wrap .flow_set .flow_img {
	width: 380px
}
@media only screen and (max-width:1200px) {
	#course #flow .flow_wrap .flow_set .flow_img {
		width: 37%
	}
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set .flow_img {
		display: none
	}
}
#course #flow .flow_wrap .flow_set .flow_num {
	width: 270px;
	position: relative;
	text-align: center;
	z-index: 2
}
#course #flow .flow_wrap .flow_set .flow_num img {
	margin: 0 auto
}
@media only screen and (max-width:1200px) {
	#course #flow .flow_wrap .flow_set .flow_num {
		padding: 0 9%
	}
}
@media only screen and (max-width:1024px) {
	#course #flow .flow_wrap .flow_set .flow_num {
		width: 27%;
		padding: 0 0
	}
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set .flow_num {
		width: auto;
		padding: 0 30px 0 0
	}
}
@media only screen and (max-width:640px) {
	#course #flow .flow_wrap .flow_set .flow_num {
		padding: 0 20px 0 0
	}
}
#course #flow .flow_wrap .flow_set .flow_num dl {
	background-color: #fff;
	text-align: center;
	padding: 2em 0
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set .flow_num dl {
		padding: 0 0 2em
	}
}
#course #flow .flow_wrap .flow_set .flow_num dl dt {
	font-family: "Times New Roman", Times, "serif";
	font-size: 114.3%;
	margin-bottom: .8em;
	color: #ccb15a;
}
#course #flow .flow_wrap .flow_set .flow_num dl dd img {
	max-width: 92px
}
@media only screen and (max-width:640px) {
	#course #flow .flow_wrap .flow_set .flow_num dl dd img {
		width: 60px
	}
}
#course #flow .flow_wrap .flow_set .flow_info h3 {
	font-size: 185.7%;
	font-weight: bold;
	margin-bottom: .5em
}
@media only screen and (max-width:640px) {
	#course #flow .flow_wrap .flow_set .flow_info h3 {
		font-size: 157.1%
	}
}
#course #flow .flow_wrap .flow_set .flow_info p {
	line-height: 1.6
}
@media only screen and (max-width:900px) {
	#course #flow .flow_wrap .flow_set .flow_info img {
		margin-top: 1.5em
	}
}
a.btnA, #course a.jsModalTrigger {
	border: 1px #000 solid;
	display: inline-block;
	position: relative;
	padding: .75em 2.5em .75em 1.5em;
	margin-top: 1em
}
#course a.jsModalTrigger:after {
	content: '+';
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 150%;
	line-height: 1;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -.5em
}
@media only screen and (min-width:1025px) {
	#course a.jsModalTrigger {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	#course a.jsModalTrigger:hover {
		background-color: #000;
		color: #fff
	}
}
#course #course_select {
	overflow: hidden
}
#course #course_select p:first-child {
	line-height: 1.8;
	text-align: center
}
@media only screen and (max-width:640px) {
	#course #course_select p:first-child {
		text-align: left
	}
}
#course #course_select h2 {
	font-size: 214.3%;
	font-weight: bold;
	text-align: center;
	margin-bottom: .8em
}
@media only screen and (max-width:640px) {
	#course #course_select h2 {
		font-size: 171.4%
	}
}
#course #course_select h2 br {
	display: none
}
@media only screen and (max-width:640px) {
	#course #course_select h2 br {
		display: block
	}
}
#course #course_select h2 + p {
	line-height: 1.8;
	text-align: center
}
@media only screen and (max-width:640px) {
	#course #course_select h2 + p {
		text-align: left
	}
}
#course #course_select .select_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 4em -32px 1em
}
@media only screen and (max-width:1024px) {
	#course #course_select .select_wrap {
		margin: 4em -20px 1em
	}
}
@media only screen and (max-width:900px) {
	#course #course_select .select_wrap {
		margin: 4em -10px 3em
	}
}
#course #course_select .select_wrap .select_set {
	width: 50%;
	padding: 0 32px;
	margin-bottom: 64px
}
@media only screen and (max-width:1024px) {
	#course #course_select .select_wrap .select_set {
		padding: 0 20px;
		margin-bottom: 40px
	}
}
@media only screen and (max-width:900px) {
	#course #course_select .select_wrap .select_set {
		padding: 0 10px;
		margin-bottom: 20px
	}
}
@media only screen and (max-width:700px) {
	#course #course_select .select_wrap .select_set {
		width: 100%;
		margin-bottom: 40px
	}
}
#course #course_select .select_wrap .select_set .select_img {
	position: relative;
	z-index: 1
}
@media only screen and (max-width:700px) {
	#course #course_select .select_wrap .select_set .select_img img {
		width: 100%
	}
}
#course #course_select .select_wrap .select_set .select_info {
	padding: 0 20px
}
@media only screen and (max-width:900px) {
	#course #course_select .select_wrap .select_set .select_info {
		padding: 0 15px
	}
}
#course #course_select .select_wrap .select_set .select_info .info_inner {
	background-color: #fff;
	position: relative;
	z-index: 2;
	padding: 3em 30px 0;
	margin-top: -2.2em
}
@media only screen and (max-width:900px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner {
		padding: 3em 20px 0
	}
}
#course #course_select .select_wrap .select_set .select_info .info_inner .tag {
	background-color: #000;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	position: absolute;
	top: -2em;
	left: 2em;
	width: 5em;
	height: 5em
}
@media only screen and (max-width:900px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner .tag {
		top: -1.5em;
		left: 15px;
		width: 4em;
		height: 4em
	}
}
#course #course_select .select_wrap .select_set .select_info .info_inner .tag p {
	color: #fff;
	font-weight: 500
}
@media only screen and (max-width:900px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner .tag p {
		font-size: 85.7%
	}
}
#course #course_select .select_wrap .select_set .select_info .info_inner h3 {
	font-size: 171.4%;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1em
}
@media only screen and (max-width:900px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner h3 {
		font-size: 157.1%
	}
}
@media only screen and (max-width:640px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner h3 {
		font-size: 142.9%
	}
}
#course #course_select .select_wrap .select_set .select_info .info_inner .desc p {
	text-align: left
}
#course #course_select .select_wrap .select_set .select_info .info_inner .desc dl dt {
	font-weight: bold
}
#course #course_select .select_wrap .select_set .select_info .info_inner .point {
	border-top: 1px #d5d5d5 solid;
	padding-top: .8em;
	margin-top: 1em
}
#course #course_select .select_wrap .select_set .select_info .info_inner .point dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 85.7%
}
#course #course_select .select_wrap .select_set .select_info .info_inner .point dl dt {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 10em
}
@media only screen and (max-width:640px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner .point dl dt {
		width: 6em
	}
}
#course #course_select .select_wrap .select_set .select_info .info_inner .point dl dd {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding-left: 1.2em
}
#course #course_select .select_wrap .select_set .select_info .info_inner a {
	background-color: #000;
	display: block;
	color: #fff;
	font-size: 114.3%;
	text-align: center;
	position: relative;
	padding: 1.85em 1em;
	margin-top: 1.5em
}
@media only screen and (min-width:1025px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner a {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	#course #course_select .select_wrap .select_set .select_info .info_inner a:hover {
		opacity: .8
	}
}
@media only screen and (max-width:640px) {
	#course #course_select .select_wrap .select_set .select_info .info_inner a {
		padding: 1.3em 1em
	}
}
#course #course_select .select_wrap .select_set .select_info .info_inner a:after {
	content: '+';
	color: #fff;
	font-size: 200%;
	line-height: 1;
	font-weight: 100;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -.55em
}
#course #course_select .select_wrap .select_set .select_info .info_inner a[target=_blank]:after {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f2d2";
	font-weight: normal
}
p.sup {
	color: #2d3472;
	line-height: 1.5 !important;
	margin-left: 1em;
	text-indent: -1em
}
.cont_title .title {
	font-size: 128.6%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 2em;
	color: #2d3472;
}
@media only screen and (max-width:640px) {
	.cont_title .title {
		font-size: 114.3%
	}
}
.cont_title .title span {
	display: block;
	font-size: 222.2%;
	font-family: "Montserrat", sans-serif;
	letter-spacing: .2em;
	margin-bottom: .1em
}
@media only screen and (max-width:640px) {
	.cont_title .title span {
		font-size: 200%
	}
}
.slider {
	position: relative
}
.slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
.slider .slick-track .slide_item {
	background-color: #fff;
	outline: none
}
.slider .slick-track .slide_item + .slide_item {
	margin-left: 28px
}
@media only screen and (max-width:640px) {
	.slider .slick-track .slide_item + .slide_item {
		margin-left: 15px
	}
}
.slider .slick-track .slide_item img {
	width: 100%
}
.slider .slick-track .slide_item .works_info {
	padding: 1em
}
.slider .slick-track .slide_item .works_info p {
	font-weight: 500;
	text-align: center
}
.slider .slick-arrow {
	background: rgba(255, 255, 255, 0.9);
	display: block;
	position: absolute;
	top: calc(50% - 4em);
	width: 60px;
	height: 60px;
	z-index: 5
}
@media only screen and (max-width:640px) {
	.slider .slick-arrow {
		width: 40px;
		height: 40px
	}
}
.slider .slick-arrow:before {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #666;
	font-size: 200%
}
@media only screen and (max-width:640px) {
	.slider .slick-arrow:before {
		font-size: 150%
	}
}
.slider .slick-arrow.slick-prev {
	left: 5%
}
.slider .slick-arrow.slick-prev:before {
	content: "\f104"
}
@media only screen and (max-width:640px) {
	.slider .slick-arrow.slick-prev {
		left: 0
	}
}
.slider .slick-arrow.slick-next {
	right: 5%
}
@media only screen and (max-width:640px) {
	.slider .slick-arrow.slick-next {
		right: 0
	}
}
.slider .slick-arrow.slick-next:before {
	content: "\f105"
}
.slider .slick-dots {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2.5em
}
.slider .slick-dots li {
	background-color: #dcdcdc;
	border-radius: 100%;
	width: 12px;
	height: 12px;
	text-indent: -9999px
}
.slider .slick-dots li + li {
	margin-left: 1.5em
}
.slider .slick-dots li.slick-active {
	background-color: #a6a6a6
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
#customer {
	background-color: #ebedef;
	position: relative;
	z-index: 1;
	padding: 5em 0
}

#customer .customer_wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}
@media only screen and (max-width:900px) {
	#customer .customer_wrap {
		max-width: 600px;
		margin: 0 auto
	}
}
@media only screen and (max-width:640px) {
	#customer .customer_wrap {
		max-width: 500px
	}
}
@media only screen and (max-width:500px) {
	#customer .customer_wrap {
		max-width: 400px
	}
}
@media only screen and (max-width:400px) {
	#customer .customer_wrap {
		max-width: 320px;
		padding: 0
	}
}
@media only screen and (max-width:900px) {
	#customer .customer_wrap:after {
		background: url(../media/images/common/customer_cover_sp.png) no-repeat center bottom;
		background-size: contain;
		height: 162px;
		top: auto;
		bottom: -40%
	}
}
#customer .customer_wrap .customer_set {
	background-color: #053864;
	border-radius: 50%
}
@media only screen and (max-width:900px) {
	#customer .customer_wrap .customer_set {
		width: 40%
	}
}
#customer .customer_wrap .customer_set.plus {
	background: none;
	border-radius: 0;
	padding: 0 3em
}
@media only screen and (max-width:900px) {
	#customer .customer_wrap .customer_set.plus {
		width: 20%;
		padding: 0;
		text-align: center
	}
}
@media only screen and (max-width:500px) {
	#customer .customer_wrap .customer_set.plus {
		width: 15%
	}
}
#customer .customer_wrap .customer_set.plus:before {
	content: '+';
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90px;
	font-weight: bold;
	line-height: 1
}
@media only screen and (max-width:500px) {
	#customer .customer_wrap .customer_set.plus:before {
		font-size: 60px
	}
}
#customer .customer_wrap .customer_set p {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 157.1%;
	text-align: center;
	width: 11em;
	height: 11em
}
#customer .customer_wrap .customer_set p span + span {
	font-size: 81.8%;
	opacity: .3;
	width: 100%
}
@media only screen and (max-width:900px) {
	#customer .customer_wrap .customer_set p {
		width: 100%;
		height: 11em
	}
}
@media only screen and (max-width:640px) {
	#customer .customer_wrap .customer_set p {
		font-size: 128.6%
	}
}
@media only screen and (max-width:500px) {
	#customer .customer_wrap .customer_set p {
		font-size: 114.3%;
		height: 10em
	}
}
@media only screen and (max-width:400px) {
	#customer .customer_wrap .customer_set p {
		font-size: 100%;
		height: 8.5em
	}
}
#customer .customer_wrap + p {
	max-width: 420px;
	margin: 3em auto 0
}
@media only screen and (max-width:900px) {
	#customer .customer_wrap + p {
		padding: 0 15px;
		margin: 5em auto 0
	}
}
#processing.modal .cont_title + p {
	text-align: center;
	margin-bottom: 2em
}
@media only screen and (max-width:900px) {
	#processing.modal .cont_title + p {
		text-align: left
	}
}
#processing.modal #process_wrap {
	border-top: 1px #d5d5d5 solid
}
#processing.modal #process_wrap dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px #d5d5d5 solid;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 2em 0
}
@media only screen and (max-width:1024px) {
	#processing.modal #process_wrap dl {
		display: block
	}
}
#processing.modal #process_wrap dl dt {
	font-size: 114.3%;
	font-weight: 500;
	width: 245px;
	padding-left: 3em
}
@media only screen and (max-width:1200px) {
	#processing.modal #process_wrap dl dt {
		width: 200px;
		padding-left: 1.5em
	}
}
@media only screen and (max-width:1024px) {
	#processing.modal #process_wrap dl dt {
		width: 100%;
		text-align: center;
		margin-bottom: 1.5em
	}
}
#processing.modal #process_wrap dl dd {
	border-left: 1px #e1e1e1 solid;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: block;
	font-size: 85.7%;
	padding: 0 60px
}
@media only screen and (max-width:1200px) {
	#processing.modal #process_wrap dl dd {
		padding: 0 30px
	}
}
@media only screen and (max-width:1024px) {
	#processing.modal #process_wrap dl dd {
		text-align: center
	}
}
@media only screen and (max-width:1024px) {
	#processing.modal #process_wrap dl dd {
		border-left: none;
		padding: 0
	}
}
#processing.modal #process_wrap dl dd > span {
	display: block;
	padding: 1.5em 0
}
#processing.modal #process_wrap dl dd ul {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -30px -1.5em
}
@media only screen and (max-width:1024px) {
	#processing.modal #process_wrap dl dd ul {
		margin: 0 -20px -1.5em
	}
}
#processing.modal #process_wrap dl dd ul li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 1;
	flex: 0 0 1;
	text-align: center;
	width: 33.3333333%;
	padding: 0 30px;
	margin-bottom: 1.5em
}
@media only screen and (max-width:1024px) {
	#processing.modal #process_wrap dl dd ul li {
		padding: 0 20px
	}
}
#processing.modal #process_wrap dl dd ul li img {
	width: 100%;
	margin: 0 auto
}
#processing.modal #process_wrap dl dd ul li span {
	display: block;
	margin-top: .8em
}
#processing.modal #process_wrap dl.form dd ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.form dd ul {
		margin-right: -10px;
		margin-left: -10px
	}
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.form dd ul li {
		padding: 0 10px
	}
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.shape dd ul {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-right: -5px;
		margin-left: -5px
	}
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.shape dd ul li {
		width: 25%;
		padding: 0 5px
	}
	#processing.modal #process_wrap dl.shape dd ul li img {
		max-width: 40px
	}
}
#processing.modal #process_wrap dl.design dd ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
#processing.modal #process_wrap dl.design dd ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}
#processing.modal #process_wrap dl.design dd ul li:nth-child(odd) {
	width: 20%
}
#processing.modal #process_wrap dl.design dd ul li:nth-child(odd) img {
	max-width: 55px
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.design dd ul li:nth-child(odd) img {
		max-width: 40px
	}
}
@media only screen and (max-width:768px) {
	#processing.modal #process_wrap dl.design dd ul li:nth-child(odd) {
		width: 40%
	}
}
#processing.modal #process_wrap dl.design dd ul li:nth-child(2n) {
	width: 30%
}
@media only screen and (max-width:768px) {
	#processing.modal #process_wrap dl.design dd ul li:nth-child(2n) {
		width: 60%
	}
}
#processing.modal #process_wrap dl.design dd ul li:nth-child(2n) img {
	max-width: 125px
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.design dd ul li:nth-child(2n) img {
		max-width: 110px
	}
}
#processing.modal #process_wrap dl.design dd ul li span {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	padding: 0 1em;
	margin: 0
}
@media only screen and (max-width:768px) {
	#processing.modal #process_wrap dl.design dd ul li span {
		text-align: left
	}
}
@media only screen and (max-width:1024px) {
	#processing.modal #process_wrap dl.pro dt br {
		display: none
	}
}
#processing.modal #process_wrap dl.pro dd ul {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.pro dd ul {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-right: -10px;
		margin-left: -10px
	}
}
@media only screen and (max-width:640px) {
	#processing.modal #process_wrap dl.pro dd ul li {
		width: 50%;
		padding: 0 10px
	}
}
#design_modal #design_wrap {
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 5em
}
#design_modal #design_wrap .design_cont {
	border-top: 1px #e6e6e6 solid;
	padding: 3em 0
}
#design_modal #design_wrap .design_cont .title {
	margin-bottom: 2em
}
#design_modal #design_wrap .design_cont .title h3 {
	font-size: 200%;
	font-family: 'Julius Sans One', sans-serif;
	background: #ececec;
	display: inline-block;
	padding: 3px 7px;
}
@media only screen and (max-width:640px) {
	#design_modal #design_wrap .design_cont .title h3 {
		text-align: center
	}
}
#design_modal #design_wrap .design_cont .title p {
	margin-top: 1em
}
#design_modal #design_wrap .design_cont .cont_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 -14px
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .design_cont .cont_wrap {
		margin: 0 -8px
	}
}
@media only screen and (max-width:640px) {
	#design_modal #design_wrap .design_cont .cont_wrap {
		display: block;
		margin: 0
	}
}
#design_modal #design_wrap .design_cont .cont_wrap .cont_set {
	width: 33.3333333%;
	padding: 0 14px
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set {
		padding: 0 8px
	}
}
@media only screen and (max-width:640px) {
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: auto;
		padding: 0
	}
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set + .cont_set {
		margin-top: 2em
	}
}
@media only screen and (max-width:640px) {
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_img {
		width: 180px
	}
}
@media only screen and (max-width:480px) {
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_img {
		width: 150px
	}
}
@media only screen and (max-width:400px) {
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_img {
		width: 120px
	}
}
@media only screen and (max-width:640px) {
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_info {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		padding-left: 1.2em
	}
}
#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_info h4 {
	font-size: 128.6%;
	font-weight: 500;
	text-align: center;
	margin: .8em 0
}
@media only screen and (max-width:640px) {
	#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_info h4 {
		font-size: 114.3%;
		text-align: left;
		margin: 0 0 .5em
	}
}
#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_info h4 span {
	display: inline-block;
	font-size: 77.8%
}
#design_modal #design_wrap .design_cont .cont_wrap .cont_set .cont_info p {
	font-size: 85.7%
}
#design_modal #design_wrap .option {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .option {
		display: block
	}
}
#design_modal #design_wrap .option .option_set {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 50%
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .option .option_set {
		width: 100%
	}
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .option .option_set + .option_set {
		margin-top: 2em
	}
}
#design_modal #design_wrap .option .option_set:first-child .option_info {
	padding-right: 2em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .option .option_set:first-child .option_info {
		padding-right: 0
	}
}
#design_modal #design_wrap .option .option_set .option_img {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .option .option_set .option_img {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
}
@media only screen and (max-width:640px) {
	#design_modal #design_wrap .option .option_set .option_img {
		width: 180px
	}
}
@media only screen and (max-width:480px) {
	#design_modal #design_wrap .option .option_set .option_img {
		width: 150px
	}
}
@media only screen and (max-width:400px) {
	#design_modal #design_wrap .option .option_set .option_img {
		width: 120px
	}
}
#design_modal #design_wrap .option .option_set .option_info {
	padding-left: 2.2em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0
}
@media only screen and (max-width:900px) {
	#design_modal #design_wrap .option .option_set .option_info {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto
	}
}
#design_modal #design_wrap .option .option_set .option_info h4 {
	font-size: 128.6%;
	font-weight: 500;
	margin-bottom: .8em
}
#design_modal #design_wrap .option .option_set .option_info h4 span {
	display: inline-block;
	font-size: 77.8%
}
#design_modal #design_wrap .option .option_set .option_info p {
	font-size: 85.7%
}
.modal_open {
	overflow: hidden;
	height: 100%
}
.modal {
	background: url(../media/images/common/modal_bg.png) repeat left top;
	cursor: pointer;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow-y: auto;
	padding: 10em 0
}
@media only screen and (max-width:1200px) {
	.modal {
		padding: 10em 30px
	}
}
@media only screen and (max-width:1024px) {
	.modal {
		padding: 6em 20px
	}
}
@media only screen and (max-width:640px) {
	.modal {
		padding: 4em 15px
	}
}
.modal .modal_wrap {
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	max-width: 1160px;
	position: relative;
	padding: 5em 60px
}
@media only screen and (max-width:1024px) {
	.modal .modal_wrap {
		padding: 4em 30px
	}
}
@media only screen and (max-width:640px) {
	.modal .modal_wrap {
		padding: 3em 15px
	}
}
.modal .modal_wrap .modal_content {
	cursor: default
}
.modal .modal_wrap .modal_content .modal_area .modal_close {
	cursor: pointer;
	width: 100%;
	text-align: right;
	position: absolute;
	right: 0;
	top: -57px
}
@media only screen and (max-width:640px) {
	.modal .modal_wrap .modal_content .modal_area .modal_close {
		top: -40px
	}
}
.modal .modal_wrap .modal_content .modal_area .modal_close img {
	width: 40px;
	margin: 0 0 0 auto
}
@media only screen and (max-width:1024px) {
	.modal .modal_wrap .modal_content .modal_area .modal_close img {
		width: 30px
	}
}
@media only screen and (max-width:640px) {
	.modal .modal_wrap .modal_content .modal_area .modal_close img {
		width: 25px
	}
}
.modal .modal_wrap .modal_content .modal_area .modal_cont .close_btn {
	background: #000;
	cursor: pointer;
	color: #fff;
	font-size: 114.3%;
	text-align: center;
	max-width: 240px;
	padding: 1em 1em;
	margin: 2em auto 0
}
@media only screen and (min-width:1025px) {
	.modal .modal_wrap .modal_content .modal_area .modal_cont .close_btn {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	.modal .modal_wrap .modal_content .modal_area .modal_cont .close_btn:hover {
		opacity: .8
	}
}
@media only screen and (max-width:640px) {
	.modal .modal_wrap .modal_content .modal_area .modal_cont .close_btn {
		max-width: 100%
	}
}
#shop #shop_navi {
	max-width: 734px;
	margin: 0 auto 3em
}
#shop #shop_navi ul {
	border-left: 1px #d4cdc6 solid;
	display: table;
	width: 100%;
	table-layout: fixed
}
#shop #shop_navi ul li {
	border-right: 1px #d4cdc6 solid;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	width: 33.3333%
}
#shop #shop_navi ul li a {
	display: block;
	padding: .2em 1em
}
@media only screen and (min-width:1025px) {
	#shop #shop_navi ul li a {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	#shop #shop_navi ul li a:hover {
		background-color: #000;
		color: #fff
	}
}
#shop .shop_set + .shop_set {
	margin-top: 5em
}
#shop .shop_set .shop_title {
	margin-bottom: 2em
}
#shop .shop_set .shop_title h2 {
	font-size: 242.9%;
	font-weight: 200;
	margin-bottom: .5em
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_title h2 {
		font-size: 185.7%
	}
}
#shop .shop_set .shop_info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 -32px 3em
}
@media only screen and (max-width:1024px) {
	#shop .shop_set .shop_info {
		margin: 0 -10px 3em
	}
}
@media only screen and (max-width:900px) {
	#shop .shop_set .shop_info {
		display: block
	}
}
#shop .shop_set .shop_info .shop_desc, #shop .shop_set .shop_info .shop_img {
	width: 50%;
	padding: 0 32px
}
@media only screen and (max-width:1024px) {
	#shop .shop_set .shop_info .shop_desc, #shop .shop_set .shop_info .shop_img {
		padding: 0 10px
	}
}
@media only screen and (max-width:900px) {
	#shop .shop_set .shop_info .shop_desc, #shop .shop_set .shop_info .shop_img {
		width: 100%
	}
}
@media only screen and (max-width:900px) {
	#shop .shop_set .shop_info .shop_img {
		margin-bottom: 1.5em
	}
	#shop .shop_set .shop_info .shop_img img {
		margin: 0 auto
	}
}
#shop .shop_set .shop_info .shop_desc table {
	border-top: 1px #d5d5d5 solid
}
#shop .shop_set .shop_info .shop_desc table tr td, #shop .shop_set .shop_info .shop_desc table tr th {
	border-bottom: 1px #d5d5d5 solid;
	padding: .8em 0
}
#shop .shop_set .shop_info .shop_desc table tr th {
	font-weight: bold;
	width: 9em;
	padding-left: .5em
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_info .shop_desc table tr th {
		width: 8em;
		padding-left: 0
	}
}
#shop .shop_set .shop_info .shop_desc table tr td {
	color: #333333;
	text-decoration: none
}
#shop .shop_set .shop_info .shop_desc table tr td .zip {
	display: block
}
#shop .shop_set .shop_info .shop_desc table tr td a {
	color: #333333;
	text-decoration: none
}
#shop .shop_set .shop_info .shop_desc table tr td .map_link {
	border: 1px #000 solid;
	display: block;
	font-size: 85.7%;
	font-weight: 500;
	text-align: center;
	max-width: 160px;
	position: relative;
	padding: .4em 1em .5em 1em;
	margin-top: 1em
}
#shop .shop_set .shop_info .shop_desc table tr td .map_link:after {
	font-family: FontAwesome, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position: absolute;
	right: 6px
}
@media only screen and (min-width:1025px) {
	#shop .shop_set .shop_info .shop_desc table tr td .map_link {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	#shop .shop_set .shop_info .shop_desc table tr td .map_link:hover {
		background-color: #000;
		color: #fff
	}
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_info .shop_desc table tr td .map_link {
		max-width: 100%
	}
}
#shop .shop_set .shop_map .gmap {
	padding-bottom: 24%
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_map .gmap {
		padding-bottom: 60%
	}
}
#shop .shop_set .shop_map iframe {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%)
}
#shop .shop_set .shop_contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 60px;
	margin-top: 2em
}
@media only screen and (max-width:900px) {
	#shop .shop_set .shop_contact {
		padding: 15px 30px
	}
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_contact {
		padding: 15px 20px;
		display: block
	}
}
#shop .shop_set .shop_contact .set {
	width: 50%;
	text-align: center
}
@media only screen and (max-width:900px) {
	#shop .shop_set .shop_contact .set {
		font-size: 12px
	}
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_contact .set {
		width: 100%
	}
}
#shop .shop_set .shop_contact .set + .set {
	margin-left: 30px
}
@media only screen and (max-width:900px) {
	#shop .shop_set .shop_contact .set + .set {
		margin-left: 15px
	}
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_contact .set + .set {
		margin-top: 1.5em;
		margin-left: 0
	}
}
#shop .shop_set .shop_contact .set.form a:before {
	background: url(../media/images/icon.svg) no-repeat 0 0;
	background-size: 1em 5em;
	content: " ";
	font-size: 30px;
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
#shop .shop_set .shop_contact .set.tel a {
	font-family: 'Oswald', sans-serif;
	font-size: 171.4%;
	font-weight: normal;
	letter-spacing: .2em
}
#shop .shop_set .shop_contact .set.tel a:before {
	background: url(../media/images/icon.svg) no-repeat 0 -1em;
	background-size: 1em 5em;
	content: " ";
	font-size: 30px;
	height: 1em;
	width: 1em;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}
#shop .shop_set .shop_contact .set p {
	font-size: 114.3%;
	margin-bottom: 1em
}
#shop .shop_set .shop_contact .set a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #000;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 128.6%;
	font-weight: bold;
	height: 80px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}
@media only screen and (max-width:640px) {
	#shop .shop_set .shop_contact .set a {
		height: 60px
	}
}
#shop .shop_set .shop_contact .set a:before {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	font-size: 150%;
	vertical-align: middle;
	position: relative;
	margin-top: 4px;
	margin-right: 1em
}
@media only screen and (min-width:1025px) {
	#shop .shop_set .shop_contact .set a {
		-webkit-transition: 0.5s;
		-moz-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		transition: 0.5s
	}
	#shop .shop_set .shop_contact .set a:hover {
		opacity: .8
	}
}
#faq_wrap #faq_area {
	background-color: #efefef;
	padding: 40px;
	margin-top: 3em
}
@media only screen and (max-width:900px) {
	#faq_wrap #faq_area {
		padding: 20px
	}
}
@media only screen and (max-width:640px) {
	#faq_wrap #faq_area {
		padding: 15px;
		margin: 2em -15px 0
	}
}
#faq_wrap #faq_area .faq_set {
	background-color: #fff
}
#faq_wrap #faq_area .faq_set + .faq_set {
	margin-top: 10px
}
#faq_wrap #faq_area .faq_set dl {
	overflow: hidden
}
@media only screen and (max-width:640px) {
	#faq_wrap #faq_area .faq_set dl {
		font-size: 12px
	}
}
#faq_wrap #faq_area .faq_set dl dd, #faq_wrap #faq_area .faq_set dl dt {
	display: table;
	position: relative;
	width: 100%
}
#faq_wrap #faq_area .faq_set dl dd span, #faq_wrap #faq_area .faq_set dl dt span {
	display: table-cell;
	vertical-align: top;
	padding: 30px 0
}
@media only screen and (max-width:900px) {
	#faq_wrap #faq_area .faq_set dl dd span, #faq_wrap #faq_area .faq_set dl dt span {
		padding: 20px 0
	}
}
#faq_wrap #faq_area .faq_set dl dd span.text, #faq_wrap #faq_area .faq_set dl dt span.text {
	vertical-align: middle;
	padding-right: 20px
}
#faq_wrap #faq_area .faq_set dl dd span.icon, #faq_wrap #faq_area .faq_set dl dt span.icon {
	width: 100px
}
@media only screen and (max-width:640px) {
	#faq_wrap #faq_area .faq_set dl dd span.icon, #faq_wrap #faq_area .faq_set dl dt span.icon {
		width: 80px
	}
}
@media only screen and (max-width:480px) {
	#faq_wrap #faq_area .faq_set dl dd span.icon, #faq_wrap #faq_area .faq_set dl dt span.icon {
		width: 50px
	}
}
#faq_wrap #faq_area .faq_set dl dd span.icon:before, #faq_wrap #faq_area .faq_set dl dt span.icon:before {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	content: '';
	display: block;
	width: 42px;
	height: 48px;
	margin: 0 auto
}
@media only screen and (max-width:640px) {
	#faq_wrap #faq_area .faq_set dl dd span.icon:before, #faq_wrap #faq_area .faq_set dl dt span.icon:before {
		width: 32px;
		height: 38px
	}
}
@media only screen and (max-width:480px) {
	#faq_wrap #faq_area .faq_set dl dd span.icon:before, #faq_wrap #faq_area .faq_set dl dt span.icon:before {
		width: 22px;
		height: 28px
	}
}
#faq_wrap #faq_area .faq_set dl dt {
	cursor: pointer;
	position: relative;
	font-size: 128.6%;
	font-weight: 300
}
@media only screen and (max-width:640px) {
	#faq_wrap #faq_area .faq_set dl dt {
		font-size: 114.3%
	}
}
#faq_wrap #faq_area .faq_set dl dt span.icon:before {
	background-image: url(../media/images/faq/faq_q.gif)
}
#faq_wrap #faq_area .faq_set dl dt span.text {
	padding-right: 70px
}
@media only screen and (max-width:640px) {
	#faq_wrap #faq_area .faq_set dl dt span.text {
		padding-right: 40px
	}
}
@media only screen and (max-width:480px) {
	#faq_wrap #faq_area .faq_set dl dt span.text {
		padding-right: 30px
	}
}
#faq_wrap #faq_area .faq_set dl dt span.text span {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	display: block;
	padding: 0;
	position: absolute;
	top: 50%;
	right: 40px;
	width: 20px;
	height: 1px;
	background-color: #000;
	border-radius: 4px
}
@media only screen and (max-width:640px) {
	#faq_wrap #faq_area .faq_set dl dt span.text span {
		right: 20px
	}
}
@media only screen and (max-width:480px) {
	#faq_wrap #faq_area .faq_set dl dt span.text span {
		width: 14px;
		right: 15px
	}
}
#faq_wrap #faq_area .faq_set dl dt span.text span:first-of-type {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}
#faq_wrap #faq_area .faq_set dl dt span.text span:nth-of-type(2) {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
#faq_wrap #faq_area .faq_set dl dt.open span.text span {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s
}
#faq_wrap #faq_area .faq_set dl dt.open span.text span:first-of-type {
	opacity: 0
}
#faq_wrap #faq_area .faq_set dl dt.open span.text span:nth-of-type(2) {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}
#faq_wrap #faq_area .faq_set dl dd {
	border-top: 1px #dedede solid;
	display: none
}
#faq_wrap #faq_area .faq_set dl dd span.icon:before {
	background-image: url(../media/images/faq/faq_a.gif)
}
#company #company_wrap table tr td, #company #company_wrap table tr th {
	border-top-width: 1px;
	border-top-style: solid;
	padding: 2.8em 1em
}
@media only screen and (max-width:640px) {
	#company #company_wrap table tr td, #company #company_wrap table tr th {
		padding: 1.2em 1em 2em
	}
}
#company #company_wrap table tr th {
	border-top-color: #000;
	font-weight: bold;
	width: 160px
}
@media only screen and (max-width:640px) {
	#company #company_wrap table tr th {
		width: 8.5em;
		padding-right: 0;
		padding-left: .5em
	}
}
#company #company_wrap table tr td {
	border-top-color: #d5d5d5;
	padding-left: 2em
}
@media only screen and (max-width:640px) {
	#company #company_wrap table tr td {
		padding-left: 1em
	}
}
#privacy {
	counter-reset: number 0
}
#privacy #main_area {
	padding-top: 12em
}
@media only screen and (max-width:640px) {
	#privacy #main_area {
		padding-top: 7em
	}
}
#privacy p {
	line-height: 1.8
}
#privacy #privacy_read {
	margin-bottom: 5em
}
@media only screen and (max-width:640px) {
	#privacy #privacy_read {
		margin-bottom: 2.5em
	}
}
#privacy #privacy_read h2 {
	font-size: 214.3%;
	font-weight: 200
}
@media only screen and (max-width:640px) {
	#privacy #privacy_read h2 {
		font-size: 157.1%
	}
}
#privacy #privacy_read p {
	margin-top: 2em
}
@media only screen and (max-width:640px) {
	#privacy #privacy_read p {
		margin-top: 1em
	}
}
#privacy #privacy_wrap .privacy_set + .privacy_set {
	margin-top: 5em
}
@media only screen and (max-width:640px) {
	#privacy #privacy_wrap .privacy_set + .privacy_set {
		margin-top: 3em
	}
}
#privacy #privacy_wrap .privacy_set h3 {
	border-bottom: 1px #dedede solid;
	font-size: 171.4%;
	font-weight: 200;
	padding-bottom: .8em;
	margin-bottom: .8em
}
@media only screen and (max-width:640px) {
	#privacy #privacy_wrap .privacy_set h3 {
		font-size: 142.9%;
		padding-bottom: .5em;
		margin-bottom: .5em
	}
}
#privacy #privacy_wrap .privacy_set h3:before {
	counter-increment: number 1;
	content: counter(number) ".";
	margin-right: .3em
}
#privacy #privacy_wrap .privacy_set p + p {
	margin-top: 1em
}
#privacy #privacy_wrap .privacy_set p.astralisk {
	position: relative;
	padding-left: 1em
}
#privacy #privacy_wrap .privacy_set p.astralisk:before {
	content: '※';
	position: absolute;
	left: 0
}
#privacy #privacy_wrap .privacy_set h4 {
	font-size: 114.3%;
	font-weight: 500;
	margin: 1.5em 0 1em
}
#privacy #privacy_wrap .privacy_set ul {
	margin-left: 1.5em
}
#privacy #privacy_wrap .privacy_set ul li {
	list-style: disc;
	line-height: 1.8
}
#privacy #privacy_wrap .privacy_set .privacy_contact {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #eee;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0;
	margin-top: 2em
}
@media only screen and (max-width:640px) {
	#privacy #privacy_wrap .privacy_set .privacy_contact {
		display: block;
		padding: 30px 20px;
		margin-bottom: 3em
	}
}
#privacy #privacy_wrap .privacy_set .privacy_contact h4 {
	text-align: center;
	width: 244px;
	margin: 0
}
@media only screen and (max-width:640px) {
	#privacy #privacy_wrap .privacy_set .privacy_contact h4 {
		border-bottom: 1px #d1d1d1 solid;
		width: 100%;
		padding-bottom: 1.5em;
		margin-bottom: 1.5em
	}
}
#privacy #privacy_wrap .privacy_set .privacy_contact p {
	padding: 0 30px 0 60px
}
@media only screen and (max-width:900px) {
	#privacy #privacy_wrap .privacy_set .privacy_contact p {
		padding: 0 30px 0
	}
}
@media only screen and (max-width:640px) {
	#privacy #privacy_wrap .privacy_set .privacy_contact p {
		padding: 0
	}
}
.clear {
	clear: both;
	height: 1px;
	_font-size: 1px;
}
.lt {
	float: left;
}
.rt {
	float: right;
}
.w100p {
	width: 100%;
}
.w200 {
	width: 200px;
}
.w230 {
	width: 230px;
}
.w250 {
	width: 250px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w380 {
	width: 380px;
}
.bs05 {
	clear: both;
	width: 100%;
	height: 5px;
	_font-size: 5px;
}
.bs07 {
	clear: both;
	width: 100%;
	height: 7px;
	_font-size: 7px;
}
.bs10 {
	clear: both;
	width: 100%;
	height: 10px;
	_font-size: 10px;
}
.bs15 {
	clear: both;
	width: 100%;
	height: 15px;
	_font-size: 15px;
}
.bs20 {
	clear: both;
	width: 100%;
	height: 20px;
	_font-size: 20px;
}
.bs25 {
	clear: both;
	width: 100%;
	height: 25px;
	_font-size: 25px;
}
.bs30 {
	clear: both;
	width: 100%;
	height: 30px;
	_font-size: 30px;
}
.bs40 {
	clear: both;
	width: 100%;
	height: 40px;
	_font-size: 40px;
}
.bs50 {
	clear: both;
	width: 100%;
	height: 50px;
	_font-size: 50px;
}
.bstop {
	clear: both;
	width: 100%;
	height: 100px;
	_font-size: 50px;
}
.bstopB {
	clear: both;
	width: 100%;
	height: 78px;
	_font-size: 50px;
}
.bstopC {
	clear: both;
	width: 100%;
	height: 20px;
	_font-size: 20px;
}
.mbt00 {
	margin-bottom: 0px !important;
}
.mbt10 {
	margin-bottom: 10px !important;
}
.mbt20 {
	margin-bottom: 20px !important;
}
.mbt30 {
	margin-bottom: 30px !important;
}
.mbt50 {
	margin-bottom: 50px !important;
}
.mbt70 {
	margin-bottom: 70px !important;
}
.mbt100 {
	margin-bottom: 100px !important;
}
.mt00 {
	margin-top: 0px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt15 {
	margin-top: 15px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.mt50 {
	margin-top: 50px !important;
}
.mt70 {
	margin-top: 70px !important;
}
.mt80 {
	margin-top: 80px !important;
}
.mt90 {
	margin-top: 90px !important;
}
.mt100 {
	margin-top: 100px !important;
}
.mr00 {
	margin-right: 0px !important;
}
.mr10 {
	margin-right: 10px !important;
}
.mr20 {
	margin-right: 20px !important;
}
.mr30 {
	margin-right: 30px !important;
}
.mr50 {
	margin-right: 50px !important;
}
.mr70 {
	margin-right: 70px !important;
}
.mr100 {
	margin-right: 100px !important;
}
.font10 {
	font-size: 10px !important;
}
.font11 {
	font-size: 11px !important;
}
.font16 {
	font-size: 16px !important;
}
.font18 {
	font-size: 18px !important;
}
.font20 {
	font-size: 20px !important;
}
.font22 {
	font-size: 22px !important;
}
.font25 {
	font-size: 25px !important;
}
.dnone {
	display: none;
}
.tcenter {
	text-align: center;
}
.materialimg img {
	display: block;
	margin: 20px auto;
}
.tbA th {
	width: 20%;
	vertical-align: middle;
	background: none;
}
.tbA th, .tbA td {
	padding: 15px 0;
	line-height: 1.8em;
	border-collapse: collapse;
	border-bottom: 1px dashed #d0c4c4 !important;
}
.tbA tr:last-child th, .tbA tr:last-child td {
	border-bottom: none !important;
}
@media screen and (max-width: 680px) {
	.tbA h4 {
		font-weight: 700 !important;
		font-size: 100% !important;
	}
	.tbA th, .tbA td {
		width: 100%;
		display: block;
		border-bottom: none !important;
		padding-bottom: 0 !important;
	}
	.tbA td {
		padding-bottom: 0;
	}
	.tbA p {
		font-size: 80%;
	}
}
.noto {
	font-family: 'Noto Serif JP', serif;
}
.concept {
	font-size: 130%;
	text-align: center;
}
.concept h3 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 20px;
}
.concept section {
	margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
	.H2TB {
		font-size: 200%;
		letter-spacing: 0.3em;
		text-align: center;
		color: #c87e4e;
		padding: 15px 0;
	}
	.concept h3 {
		font-size: 110%;
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 641px) {
	.H2TB {
		font-size: 230%;
		letter-spacing: 0.3em;
		text-align: center;
		color: #c87e4e;
		padding: 30px 0 56px;
	}
}
@media screen and (min-width: 976px) {
	.rinen_cont {
		position: absolute;
		top: 10%;
		right: 10%;
		background: #ffffffd1;
		padding: 30px;
		border-radius: 13px;
	}
}
@media screen and (max-width: 975px) {
	.rinen_cont {
		background: #ffffffd1;
		padding: 30px;
		border-radius: 13px;
	}
}
@media screen and (max-width: 640px) {
	.gmap {
		height: 0;
		overflow: hidden;
		padding-bottom: 56.25%;
		position: relative;
	}
	.gmap iframe {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
	}
}
#access {
	padding: 2em 0 200px 0;
	background: #f9f6f2;
	z-index: 2;
	position: relative;
}
h2.access {
	font-weight: bold;
	border-bottom: 2px solid #dbb473;
	margin-bottom: 10px;
}
h2.access i {
	color: #2393a7;
	font-size: 18px;
}
@media screen and (max-width: 640px) {
	#access {
		padding-bottom: 100px;
	}
	#access .gredbox-in {
		margin-top: 30px;
	}
}
@media screen and (min-width: 641px) {
	.gridbox {
		display: grid;
		grid-gap: 60px;
		grid-template-columns: 1fr 1fr;
	}
}
.font-normal {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}
.h2rinen {
	margin-bottom: 10px;
	padding-bottom: 30px;
}
#compro {
background-color: #F4F1E6;
padding: 30px;
}
.feature_set .txt {
font-size: 16px;
}
@media screen and (max-width: 640px) {
.feature_set .txt {
font-size: 12px;
}
.H2TB.h2rinen {
padding-bottom: 10px;
}
}