@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-feature-settings: "pkna" 1;
	color: #483737;
}
html {
	overflow-y: scroll
}
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

dt, h1, h2, h3, h4, h5, h6, th {
	font-weight: 500
}
aside, figure, footer, header, main, nav, section {
	display: block
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal
}
table {
	border-collapse: collapse
}
caption, th {
	text-align: left
}
q:after, q:before {
	content: ''
}
embed, object {
	vertical-align: top
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 500
}
abbr, acronym, fieldset, img {
	border: 0
}
li {
	list-style-type: none;
	list-style: none
}
.edge li {
	white-space: nowrap
}
img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto
}
hr {
	clear: both;
	border: none;
	background-color: #FFFFFF
}
body {
	font-weight: 500;
	line-height: 1.8;
}
body,.layout-contents{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  flex-direction: column;
  min-height: 100vh;
}
a:link {
	text-decoration: none
}
a:visited {
	text-decoration: none
}
a:hover {
	text-decoration: none
}
a:active {
	text-decoration: none
}
a {
	color: #231815
}
a[href^="tel:"] {
	/*cursor: default*/
  pointer-events: none;
}
figure {
	display: block;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0
}

svg {
	overflow: visible
}
body {
	position: relative;
	/*font: 13px/1.7 "Noto Sans JP","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic",YuGothic,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/

	font-family:  "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  background-image: url(../assets/img/regista-s-05.jpg);
	color: #231815;
	-webkit-text-size-adjust: 100%;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}
a.anchor {
    display: block;
    padding-top: 85px;
    margin-top: -85px;
}
/* webfont
---------------------------------------- */
.font_R{
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.font_B{
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.font_EXB{
  font-family: bebas-neue-pro-semiexpanded, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.font_Essonnes_B{
  font-family: essonnes-headline, serif;
  font-weight: 700;
  font-style: normal;
}
.font_Essonnes_BI{
  font-family: essonnes-headline, serif;
  font-weight: 700;
  font-style: italic;
}
.font_Essonnes_R{
  font-family: essonnes-headline, serif;
  font-weight: 400;
  font-style: normal;
}
.font_Essonnes_RI{
  font-family: essonnes-headline, serif;
  font-weight: 400;
  font-style: italic;
}
/* sp
---------------------------------------- */
.forSP {
	display: none;
}
.br-sp{
	display: none;
}
.forPC {
  display: block;
}
/* common
---------------------------------------- */
.layout-contents {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	line-break: strict;
	word-spacing: -0.2em;
}

.inner {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}
.header {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.last_sec{
	padding-bottom: 100px;
}
.flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.column-max{
  width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
/* motion,btn
---------------------------------------- */
*:selection {
	background: #f27649;
	color: #fff;
}
a, img, .photo, .over, aside#sns li span, .nav-child, .ico-area dd ul {
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
	transition: All 0.5s ease;
}
.enlargement img {
	-moz-transition: -moz-transform all .4s;
	-webkit-transition: -webkit-transform all .4s;
	-o-transition: -o-transform all .4s;
	-ms-transition: -ms-transform all .4s;
	transition: all .4s;
}
a:hover .enlargement img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.btn {
	text-align: center;
}
.btn a {
	display: block;
	height: 50px;
	margin: auto;
}
.btn.all {
	text-align: center;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
.btn.all a {
	width: 225px;
	background-image: url(/assets/img/btn_all.png);
	background-position: center center;
	background-repeat: no-repeat;
}
.btn.all a:hover {
	background-image: url(/assets/img/btn_all_on.png);
	background-color: #f27649;
}
.btn.return a {
	width: 165px;
	line-height: 31px;
	height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	font-weight: bold;
	color: #5f564d;
	border: 2px solid #5f564d;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}
.btn.return a:after {
	content: '\f432';
	font: lighter 20px Genericons;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5px;
	margin: auto;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.btn.next a {
	height: 50px;
	width: 215px;
	line-height: 31px;
	font-size: 1.15rem;
	letter-spacing: 0.1rem;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
	display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
	background-image: -webkit-linear-gradient(45deg, #172f7a 0%, #727d96 100%);
	background-image: linear-gradient(45deg, #172f7a 0%, #727d96 100%);
	transition: .4s;
}
.btn.next a:hover {
	background-image: -webkit-linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
	background-image: linear-gradient(45deg, #709dff 50%, #b0c9ff 100%);
}
.btn.next a:after {
	font-family: 'FontAwesome';
	content: '\f105';
	position: absolute;
	right: 20px;
	margin: auto;
}
/* header
---------------------------------------- */
/* ------------------------------------------------ drawer menu */
.check {
  display: none;
}
.drawer-menu dt i {
  display: inline-block;
}
ul.drawer-menu-sub {
  display: block;
}
.drawer-menu {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  xpadding: 120px 0;
  padding: 20px 0;
 background-color: rgba(0, 0, 0, 0.69);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: perspective(500px) rotateY(-90deg);
  transform: perspective(500px) rotateY(-90deg);
  opacity: 0;z-index:99;
}
.drawer-menu_inner {
  position: relative;
}
.drawer-menu dl {
  text-align: left;
  color: #fff;
  position: absolute;
  top: 61px;
  width: 100%;
}
.drawer-menu dt {
  cursor: pointer;
  text-align: center;
  padding: 15px 0;
  font-size: 1.3rem;
  border-style: solid;
  border-width: 1px 0 0 0;
 border-color: #5f564d;
  color: #fff;
  font-size: 1rem;
}
.drawer-menu dt:last-child {

}
.drawer-menu  dt.member{

  background-color: #3b1b05;
}
.drawer-menu dd {
  display: none;
}
.drawer-menu li {
	text-align: left;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 3rem;
}
.drawer-menu li a {
     text-align: center;
  text-decoration: none;

}
.drawer-menu li a:hover {
  xcolor: #1a1e24;
  xbackground: #fff;
}
.mob-menu {
  font-size: 80%;
}
.drawer-menu > .mob-menu li {
  font-size: 1.3rem;
  padding: 10px 0;
  background-color: #fff;
  text-align: left;
}
.drawer-menu > .mob-menu li:last-child {
  border-width: 1px 0 0 0;
}
.drawer-menu > .mob-menu i {
  color: #fff;
}
.drawer-menu > .mob-menu i.drawer-anker {
  color: #ffc451;
}
.drawer-menu ul.drawer-menu-sub {
  background-color: #2f4656;
}
ul.drawer-menu-sub li {
  font-size: 1rem;
  line-height: 2rem;
  border-style: solid;
  border-width: 1px 0 0 0;
  border-color: #3c5566;
  padding: 5px 10px;
}
ul.drawer-menu-sub li:first-child {
  border-width: 0 0 0 0;
}
.drawer-menu .mob-menu a:link {
  width: 100%;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all .8s;
  transition: all .8s;
  display: block;
}
.drawer-menu .mob-menu a:visited {
  color: #fff;
}
.drawer-menu .mob-menu a:hover {
  color: #fff;
}
ul.drawer-menu-sub {}
.fa-chevron-down:before {
  padding-right: 3px;
}
label.close-menu {
  display: none;
}
.drawer-menu dt span {
  padding-left: 15px;
}
.drawer-menu .mob-menu dt p.tel a {
    font-size: 1.8rem;
    position: relative;
    display: inline;
    color: #d8c19b;font-weight: 400;
}

.drawer-menu dt p.tel a:before {
    font-family: "Font Awesome 5 Free";
    content: '\f879';
    /* padding-left: 10px; */
    letter-spacing: 0.1rem;
    position: absolute;
    left: -30px;
    font-size: 1.3rem;
    color: #d8c19b;

    font-weight: bold;
  top: 8px;
}
.drawer-menu p.tel {
    padding-top: 10px;
}


/* ------------------------------------------------ checked */
.check:checked ~ .drawer-menu {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;

  overflow-y: auto;
}
.check:checked ~ .contents {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(-300px);
  -ms-transform: translateX(-300px);
  transform: translateX(-300px);
}
.check:checked ~ .menu-btn {}
.check:checked ~ .menu-btn .menu-btn__text {
  visibility: hidden;
  opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
 width: 100%;
  margin: 0px 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background:#fff;
}
.check:checked ~ .menu-btn .bar.middle {
  opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
  width: 30px;
  xtop: 40px;
  xtop: 24px;
  margin: 13px 6px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background:#fff;
}
.menu .fa-dot-circle-o {
  color: #00a6e7;
}
dt.js_toggle_item.forsp {
  display: block;
}
dt.js_toggle_item.forpc {
  display: none;
}
/* ------------------------------------------------ menu button */
.menu-btn {    z-index: 999;
  position: fixed;
 top: 20px;
  right: 5px;
  display: block;
  width: 35px;
  height: 30px;
  text-align: center;
  cursor: pointer;

  padding: 8px 5px;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
.bar {
  display: block;

  height: 3px;
  background: #4d434b;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;margin-bottom: 10px;
}
.bar.middle {
  opacity: 1;
  margin: 5px 0;margin-bottom: 10px;
}
.bar.bottom {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}
.menu-btn__text {
  position: absolute;
  font-size: 10px;
  font-weight: bold;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
  display: block;
  visibility: visible;
  opacity: 1;
}
.menu-btn:hover .bar {
  color: #6fba2c;
}
.menu-btn:hover .menu-btn__text {
  color: #fff;
}
#main {

  list-style: none;

  font-weight: 400;
  font-size: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 0;
 margin: 0px auto;width: 100%;
}
nav.pcmenu.is_flow {
	 position: relative;
}
#main li {
    font-size: 1rem;
    display: inline-block;
    position: relative;
 padding: 10px 10px 15px 10px;
    cursor: pointer;
    z-index: 5;
   min-width: 120px;
    color: #fff;
    margin: 0;
    text-transform: capitalize;
}

@media (max-width: 1300px){
#main li {
    font-size: 0.9rem;
    min-width: 100px;
    padding: 10px 10px;
}}

#main li:last-child {

}
#main li.last a {
    border: 1px solid #d8c19b;
    border-radius: 2px;
    color: #d8c19b;
    padding: 5px 10px;
}
.drop {
    overflow: hidden;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 100%;
    left: 0;
   top: 41px;
}
a.btn {
    position: fixed;
    top: 25px;
    display: block;
    right: 100px;
    font-size: 0.9rem;
    background: #931e22;
    z-index: 9;
    padding: 10px 20px 10px 10px;
    color: #fff;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
}
a.btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin: -4px 0 0 0;
    width: 6px;
    height: 6px;
    border: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}






@media (max-width: 1200px){
.drop {
  top: 34px;
}

}




.drop div {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.5s 0.1s;
  -moz-transition: all 0.5s 0.1s;
  -ms-transition: all 0.5s 0.1s;
  transition: all 0.5s 0.1s;
  position: relative;
}
.drop li {
  display: block;
  padding: 0;
  width: 100%;
 background: rgba(0, 0, 0, 0.59) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}
#main .drop li {
  padding: 20px 5px;
	 font-size: 0.9rem;
}
#main .drop li a:hover {
    color: #d8c19b;
}
.drop li:last-child{
	border: none;
}
#main a{
	color: #fff;

}



#main li a:hover span.jp {

	color: #d8c19b;


}

#main li:nth-child(1):hover ul div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main li:nth-child(1):hover ~ #marker {
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
  -ms-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

#main li:nth-child(2):hover ul div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main li:nth-child(2):hover ~ #marker {
  -webkit-transform: translate(120px, 0);
  -moz-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}

#main li:nth-child(3):hover ul div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main li:nth-child(3):hover ~ #marker {
  -webkit-transform: translate(240px, 0);
  -moz-transform: translate(240px, 0);
  -ms-transform: translate(240px, 0);
  transform: translate(240px, 0);
}
#main li:nth-child(4):hover ul div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main li:nth-child(4):hover ~ #marker {
  -webkit-transform: translate(240px, 0);
  -moz-transform: translate(240px, 0);
  -ms-transform: translate(240px, 0);
  transform: translate(240px, 0);
}
#main li:nth-child(5):hover ul div {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#main li:nth-child(5):hover ~ #marker {
  -webkit-transform: translate(360px, 0);
  -moz-transform: translate(360px, 0);
  -ms-transform: translate(360px, 0);
  transform: translate(360px, 0);
}
section.header_infoarea {
    background-color: #05253b;
}
.head-logo img {
    width: 270px;
    height: 52px;
}
.head-logo {
    position: fixed;
    top: 7px;
    display: block;
    left: 30px;
    z-index: 999999;
}
section.header_infoarea {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	color: #fff;
}
section.header_infoarea a{
	color: #fff;
}
.header_infoarea .tel {
    font-family: 'Times New Roman', serif;
    font-size: 2rem;
    margin-left: auto;
    margin-top: 18px;
    margin-right: 20px;
}
.header_infoarea .tel a{
	font-weight: 600;
}
ul.header_btn_area {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;

}
.head-logo {

}
ul.header_btn_area a {
    padding: 15px 20px;
    background-color: #3c5566;
   border: 1px solid #7d8394;
    display: inline-block;
    margin: 10px 5px;
    font-size: 1.2rem;
}
ul.header_btn_area a:hover{
	background-color: #931e22;
}
main {
    position: relative;
    /*background-image: url(../../assets/img/s_img01.png);*/
}
#mainimgArea{
  background-image: url(../../assets/img/slider/s_img01.png);
  background-size: cover;
  background-position: center center;
  position: relative;
	margin-bottom: 4rem;
}
.pages main {
	padding-top: 68px;
}
nav {

    z-index: 999;
    width: 100%;
    margin-left: auto;
}

ul#main {

    left: 0px;
   background-color: #fff;
    padding-left: 150px;
}
nav.pcmenu.is_flow {
	position: fixed;
   background-color: #fff;
    z-index: 9;
}
.s_menu {
    background-color: #fff;
    padding: 5px 0px;
}

.s_menu ul li{
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #fff;
}

.s_menu ul li.last a {
    border: 1px solid #d8c19b;
    padding: 5px 10px;
    margin-top: 5px;
}
.s_menu ul li.last a:hover {
    background-color: #d8c19b;
    color: #fff;
}
.s_menu ul li a {
    color: #fff;
    display: inline-block;
    padding: 10px 10px;
    font-size: 0.9rem;
}

.s_menu ul li a i {
    color: #d8c19b;
    font-size: 20px;
}
.s_menu ul li a:hover{
	color: #ccc;
}



/* footer
---------------------------------------- */
footer {
    background: #4a5567;
    /*background: url(../../assets/img/footer_img.jpg);
    background-size: cover;
    background-position: center bottom;*/
}
footer .footer {
	color: #fff;
	padding: 2rem;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 90%;
    max-width: 1600px;
    min-width: 1000px;
    margin: auto;
	 }

footer .footer .fNavWrap {
	width: 50%;
}
footer .footer .fNavWrap .info {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
footer .footer .fNavWrap .footer_map{
	width: 50%;
	padding:1rem;
}
footer .footer .fNavWrap .info .info_f{
	width: 50%;
	padding:1rem;
}
footer .footer .fNavWrap .add {
	text-align: left;
	margin-bottom: 2rem;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

footer .footer .fNavWrap .add em {
	width: 200px;
	display: block;
    padding: 10px 0;
}

footer .footer .fNavWrap .add span {
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.2375rem;
	color: #fff;
	letter-spacing: 0.2rem;
	padding: 20px 0 0 20px;
}
footer .footer .fNavWrap .add span a{
	color: #fff;
}

footer .footer .fNavWrap .add span strong {
	display: block;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.35rem;
}


footer .footer .fNavWrap #fNav {
	margin: 0 auto 2rem;
}

footer .footer .fNavWrap #fNav ul {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer .fNavWrap #fNav ul li {
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6875rem;
	text-align: left;
	font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
}

footer .footer .fNavWrap #fNav ul li a {
	padding: 10px 5%;
	color: #fff;
}
footer .footer .fNavWrap #fNav ul li a:hover {
	opacity: 0.7;
}
footer .footer .sns {
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	justify-content: center;
    align-items: center;
}
footer .footer .sns p{
	color: #fff;
}
footer .footer .sns ul{
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

footer .footer .sns ul li a i {
	color: #baa149;
	background: #fff;
	font-size: 1.25rem;
    line-height: 2.25rem;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    position: relative;
    transition: 0.5s;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    align-items: center;
    margin: 2rem;
}


footer .footer .sns ul li a:hover i {
    color: #fff;
    background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
    overflow: hidden;
    display: block;
    transition: 0.5s;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    align-items: center;
}

footer .footer .copyright {
width: 100%;
font-size: 12px;
font-size: 0.75rem;
line-height: 1.35rem;
font-family: "FuturaLTPro-Book";
text-align: right;
border-top: 1px solid rgba(255, 255, 255, 0.25);
padding-top: 2.5rem;
margin-top: 1.5rem;
color: #fff;
}


/*====================
コンテンツスタイル
====================*/
a.scrollnavi {
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 2;color: #eee;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    padding-top: 50px;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
a.scrollnavi span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #eee;
    border-bottom: 2px solid #eee;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}
.box_bg_photo {
 xposition: relative;
	height: 100vh;
	xheight: 710px;
	display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-direction: column;
 -ms-flex-direction: column  flex-direction: column
}
.box_bg_photo h1 {
       margin: 0 auto;
    width: 80%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
 flex-direction: column;
}

/* index
---------------------------------------- */
h1.logo {
    padding-bottom: 30px;
}
h1.logo span {
    display: block;
    color: #fff;
    padding-top: 20px;
    letter-spacing: 0.1rem;
}
h1.logo span span.name {
    display: inline-block;
    padding-left: 10px;
}
h2.draw strong {
    color: #47714b;
}
h2.draw strong.blue {
 color: #5597c1;
}
body .draw {
    position: relative;
    padding: 3px 20px;
    margin: 10px 0;
    color: #fff;
    font-size: 1.8rem;letter-spacing: 0.1rem;
}

section.cont {
    /*padding-top: 100px;*/
    padding-bottom: 100px;
}
ul.bnrarea {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.top_h2area {
   width: 30%;
    color: #fff;padding: 20px 0px;
}
.top_h2area h2 {
    font-size: 3rem;color: #05253b;
}
p.h2_catch {
   color: #05253b;
    font-size: 1.2rem;

    letter-spacing: 0.1rem;
}

/* header　デザイン
---------------------------------------- */
/* prime */
ul.primary li a {
    display: block;
    font-size: 0.9rem;
    min-width: 80px;
    padding: 10px 10px 10px 10px;
    color: #b2b0a1;
    padding: 10px 5px;
}
ul.primary li a i{
    color: #b2b0a1;
    font-size: 1rem;

}
ul.primary li:last-child a {
  border-right: none;
  font-size: 1.2rem;
  padding: 0 ;
}
ul.primary li:last-child {
  padding: 0 30px;
}

/* subs */
ul.sub {
    position: absolute;
    z-index: 200;
    display: none;
}

ul.sub li {
  float: none;
  margin: 0;
}

ul.sub li a {
    border-bottom: 1px solid #ccc;
    border-right: none;
    color: #fff;
    padding: 20px 10px;
    font-size: 0.9rem;
}

ul.sub li:last-child a {
  border-bottom: none;
}

/* keeps the tab background white */
ul.primary li:hover a {
    color: #fff;
    text-shadow: none;
}
ul.primary li.last a {
    border: 1px solid #d8c19b;
    border-radius: 2px;
    color: #d8c19b;
    padding: 5px 10px;
}
ul.primary li.last a:hover {
    background-color: #d8c19b;
    color: #fff;
}
ul.primary li:hover > a {
    color: #d8c19b;
}
ul.primary li:hover > a i{
    color: #d8c19b;
}
ul.primary {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    background-color: #fff;
    color: #b2b0a1;
 -webkit-justify-content: flex-end;
justify-content: flex-end;
 margin: 0 auto;
   margin-top: 15px;
}

ul.primary li.ins a {
    min-width: 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
ul.primary li.ins a img{
    width: 19px;
    height: 19px;
}

/* コロナお知らせ
---------------------------------------- */
.notice {
	width: 680px;
	padding: 20px 25px 25px;
	border: 2px solid #4d434b;
	text-align: left;
	margin: 50px auto ;
	background: #fff;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4625rem; }
.notice h2 {
	text-align: center;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6875rem;
	margin: 0 auto 15px;
	font-weight: 600; }
.notice ul {
	margin: 10px auto 10px;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4625rem; }
.notice ul li {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	line-height: 1.4625rem;
	font-weight: 600; }

section.cont.bnr-box .line{
	width: 900px;
	margin: 0 auto;
	padding-bottom: 50px;
}

section.cont.bnr-box {
    padding-bottom: 0;
}
.topics_box a:hover{
	text-decoration: underline;
}

a.btn-s:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -4px 0 0 0;
    width: 6px;
    height: 6px;
    border: none;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

figure.snip1432 {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 5px;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
    background: #05253b;
    color: #ffffff;

}
figure.snip1432 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1432 img {
	filter: brightness(80%);
  opacity: 0.8;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
figure.snip1432 figcaption > div {
  height: 55%;
  overflow: hidden;
  width: 100%;
  position: relative;
}
figure.snip1432 h4,
figure.snip1432 h3 {
  margin: 0;
  position: absolute;
  left: 0;
 padding: 0 10px;
  text-transform: uppercase;
}
figure.snip1432 h4 {
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    top: 0;
    font-size: 1.2rem;
    color: #fff;
   	left: 0;
  	right: 0;
  	margin: auto;
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    font-weight: 700;
    font-style: normal;
}
figure.snip1432 h3 {
    font-size: 0.8rem;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: 500;
    color: #fff;
}
figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}
figure.snip1432 p {
   color: #fff;
}
figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1432:hover img,
figure.snip1432.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}
figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
ul.ph-area {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-flow: row wrap;
}

ul.ph-area li {
    background-color: #fff;
    margin: 5px;
    width: 400px;
    font-size: 13px;
}

/* ACCESS */

.accessSec {
margin: 4rem auto 5rem;
width: 100%;
}
.accessSec h2{
  margin-bottom: 70px;
  letter-spacing: 0.1rem;
}

/* ACCESS　罫線あり */
/*.accessSec h2 {
    width: 100%;
    position: relative;
    font-size: 24px;
    font-size: 1.7rem;
    line-height: 2.7rem;
    padding: 1rem 0;
    margin: 0 auto 2.5rem;
    color: #483737;
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.accessSec h2::before {
top: 0;
content: "";
width: 100%;
height: 7px;
background: url(../../assets/img/regista-s-07.png) ;
background-size: auto 100%;
position: absolute;
left: 0; }
.accessSec h2::after {
bottom: 0;
content: "";
width: 100%;
height: 7px;
background: url(../../assets/img/regista-s-07.png) ;
background-size: auto 100%;
position: absolute;
left: 0; }
*/
.accessSec .contactWrap {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
justify-content: center;
margin: 0 auto 3rem; }
.accessSec .contactWrap .tel {
font-size: 2.5rem;
line-height: 2.5rem;
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
color: #483737;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
flex-direction: column;
margin-right: 50px;
margin-top: 5px;}
.accessSec .contactWrap .tel i {
font-size: 30px;
font-size: 1.875rem;
line-height: 1.875rem; }
.accessSec .contactWrap .tel span {
font-size: 12px;
font-size: 0.75rem;
line-height: 1.35rem; }
.accessSec .contactWrap .tel span.tel_01{
font-size: 24px;
font-family: futura-pt, sans-serif;
font-weight: 500;
font-style: normal;
}
.accessSec .contactWrap .hp {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
justify-content: center;
text-align: left;
margin: 0 auto 1.5rem; }
.accessSec .contactWrap .hp p {
font-size: 14px;
font-size: 0.875rem;
line-height: 1.225rem;
display: block;
padding-left: 25px; }
.accessSec .contactWrap .hp p:first-child {
margin-right: 20px; }
.accessSec .contactWrap .hp p a {
display: block;
position: relative; }
.accessSec .contactWrap .hp p a::before {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.375rem;
  margin-right: 5px;
  top: -1px;
  position: absolute;
  top: 5px;
  left: -20px; }
.accessSec .contactWrap .hp p span {
font-size: 80%;
display: block;
line-height: 1; }
.accessSec .contactWrap .mail {
width: 300px;
font-size: 18px;
font-size: 1.125rem;
line-height: 1.125rem;
font-weight: 500;
background: #489cb0;
color: #fff;
padding: 19px 0;
display: block;
}

.accessSec .contactWrap .mail span {
position: relative;
background: url(../../assets/img/regista-s-12.svg) no-repeat;
padding: 0 30px;
font-size: 0.9rem;
letter-spacing: 0.2rem;
		}

.accessSec .infoWrap {
width: 100%;
margin: auto;
/*display: flex;
justify-content: space-between;
flex-wrap: wrap;*/
}
/*.accessSec .infoWrap .info_map{
width: 50%;
}
.accessSec .infoWrap .info {
width:40%;
}*/
.accessSec .infoWrap .info {
display:-webkit-box;
display:-ms-flexbox;
display:flex;
flex-wrap: wrap;
}
.accessSec .infoWrap .info .flexImg{
width: 50%;
text-align: center;
}
.accessSec .infoWrap .info .calendar{
width: 40%;
}
.accessSec .infoWrap .info_map{
padding-top: 30px;
}
.accessSec .infoWrap .info .ph {
margin: 0;
position: relative;
right: auto;
}
.accessSec .infoWrap .info .ph + p {
margin: 0 auto;
padding-bottom: 10px;
}
.accessSec .infoWrap .info .ph + p em {
font-size: 16px;
line-height: 1.35rem;
}
.accessSec .infoWrap .info .ph + p span {
font-size: 11px;
font-size: 0.6875rem;
line-height: 1.2375rem; }
.accessSec .infoWrap .info .ph + p i {
margin-right: 0px;
display: block; }

/* Googleカレンダーカスタマイズ
---------------------------------------- */
.accessSec .fc-toolbar .fc-center h2::before {
    background: none;
}
.accessSec .fc-toolbar .fc-center h2::after {
    background: none;
}
.accessSec .fc-toolbar .fc-center h2 {
    font-size: 1.2rem;
    line-height: 0;
    padding: 0 0;
    margin-bottom: 0;
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    font-weight: 700;
    font-style: normal;
}
/*.fc-view-container{
  height: auto;
}*/
.fc-basic-view .fc-body .fc-row {
    min-height: 3.5em;
}
.fc-event, .fc-event-dot {
    background-color: #489cb0;
}
.fc-day-grid-event .fc-content span{
    color: #fff;
}
/* #insta
---------------------------------------- */
.instaSec h2 {
    font-size: 1.8rem;

}
.instaSec h2 i {
    font-size: 20px;
    font-size: 1.5rem;
    line-height: 1.25rem;
    margin-right: 12px;
}

.instaSec a {
    vertical-align: text-bottom;
}


/*----------------------------------------------------------------------------
XX：for other devices
----------------------------------------------------------------------------*/
/*@import '_aside.scss';*/
/*@import '_table.scss';*/
/*.fadeInDown {
	-webkit-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-ms-animation-duration:1s;
	animation-duration:1s;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
	0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}*/
.u8fadeItem {
	transition: .8s;
}
.u8fadeItem.fadeDelay {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.u8fadeItem.fadeIn {
	opacity: 0;
	filter: alpha(opacity=0);
}
.u8fadeItem.fadeIn.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
}
.u8fadeItem.fadeInDown {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
.u8fadeItem.fadeInDown.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.u8fadeItem.fadeInUp {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.u8fadeItem.fadeInUp.efdone {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
/*====================
ページ先頭ボタン
 ====================*/
#page-top {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 10px;
	bottom: -50px;
	background: #ccc;
	opacity: 0.6;
	z-index: 99;
  border-radius: 50px;
}
#page-top > div{
	position: relative;
}
#page-top a {
	position: absolute;
	display: block;
	top: 20px;
    bottom: -15;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
	text-decoration: none;
    width: 20px;
    height: 20px;
    border: none;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(-45deg);
}


/*====================
ぱんくず
 ====================*/
.breadcrumb {
    text-align: left;
   padding: 10px 0px 10px 30px;
    color: #fff;
}
.breadcrumb li {
	display: inline;/*横に並ぶように*/
	list-style: none;
}
.breadcrumb li:after {/* >を表示*/
	content: '>';
	padding: 0 3px;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;color: #fff;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/*====================
下層共通
 ====================*/
.h1block {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #464646;
    height: 300px;
}
.h1block h1 {
    position: absolute;letter-spacing: 0.2rem;
  top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	}
.h1block h1 span {
    display: block;
    font-size: 1rem;
    margin-top: 10px;
    font-weight: 300;
}
.catch {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0em;
    margin: 0 auto 2rem;
    font-family: essonnes-headline, serif;
    font-weight: 400;
    font-style: normal;
    color: #2e3440;
    text-shadow: 1px 1px 4px #fff;
    text-align: center;
    position:relative;
    padding-bottom: 10px;
}
.catch::after{
    content:"";
   display:block;
   width:60px;
   height:1px;
   background-color:#2e3440;
   position:absolute;
   bottom:0;
   left:0;
   right: 0;
   margin:auto;
}

.catch span{
    font-size: 1.2rem;
    line-height: 2.925rem;
    letter-spacing: 0.12em;
    margin: 0 auto 2rem;
    font-family: futura-pt, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #5d3c39;
    text-shadow: 1px 1px 4px #fff;
    text-align: left;
}
.intro .read {
    line-height: 2em;
    letter-spacing: 0.2em;
    text-align: left;
    color: #2e3440;
    font-weight: bold;
    text-shadow: 1px 1px 4px #fff;
    text-align: center;
    margin: 0 auto 2rem;
}
.intro .ph {
    margin: 0 auto 3rem;
}
.contentsList{
	padding-top: 50px;
}
.pages .breadcrumb li a {
    text-decoration: none;
    color: #05253b;
}
.pages .breadcrumb li {
	font-size: 0.625rem;
	line-height: 1.125rem;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
	opacity: 0.8;
}
.ph img{
	padding-bottom: 10px;
  width: 70%;

}
.contentsimg{
  position: relative;
  width: 600px;
  margin: 0 auto;
  margin-top: 70px;
}
.contentsimg::after {
    content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 1px solid #2e3440;
}
.read {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.925rem;
    line-height: 2em;
    letter-spacing: 0.15em;
}
.nlw {
    width: 600px;
    margin: auto;
}
.concept .intro .ph {
    margin: 0 auto 3rem;
}
/*====================
menu
 ====================*/

.menu .h1block {
    background-image: url(../../assets/img/menuMainimg.jpg);
}
.menu .contentsList .read {
    margin: 2rem auto 4rem;
}
.menu .contentsList .menuWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
}
.menu .contentsList .menuWrap .menuList {
    width: 46.5%;
    text-align: left;
}
.menu .contentsList .menuWrap .menuList {
    width: 46.5%;
    text-align: left;
	margin-right: 30px;
}


.menu .contentsList .menuWrap .menuList h2 {
    font-size: 1.5rem;
    line-height: 1rem;
    border-bottom: 1px solid #2e3440;
    padding-bottom: 0rem;
    margin-bottom: 0.75rem;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    color: #2e3440;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.1rem;
}
.menu .contentsList .menuWrap .menuList h2.set {
    padding-bottom: 0.5rem;
}
.menu .contentsList .menuWrap .menuList h2.Treatment {
    display: block;
}
.menu .contentsList .menuWrap .menuList h2 span {
    font-family: futura-pt, sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 14px;
    font-size: 0.6rem;
    line-height: 1.575rem;
    margin-left:auto;
    margin-top: auto;
}
.menu .contentsList .menuWrap .menuList ul {
    margin: 0 auto 2.5rem;
    padding: 0 0rem;
}
.menu .contentsList .menuWrap .menuList ul li {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.575rem;
    margin-bottom: 10px;
}
.menu .contentsList .menuWrap .menuList ul li em {
    letter-spacing: 0.025em;
    padding-bottom: 10px;
}
.menu .contentsList .menuWrap .menuList ul li p {
    font-size: 0.7rem;
    width: 100%;
    color: #808080;
    padding-bottom: 20px;
}
.menu .contentsList .menuWrap .menuList ul li span {
    color: #baa149;
    margin-left: auto;
}
.menu p.note{
    text-align: left;
    color: red;
}
/*====================
concept
 ====================*/
 .concept .h1block {
    background-image: url(../../assets/img/conceptMainimg.jpg);
}
.concept .intro {
    position: relative;
}


/*---レイアウト変更---*/
.concept .contentsList{
  padding-top: 0px;
}
.concept .container {
    position: relative;
    clear: both;
    padding: 80px 0;
    background-color: rgba(255,255,255,1);
    z-index: 10;
}
.concept .container.x2 {
    background-color: rgba(240,238,236,1);
}
.concept .contents {
    margin: 100px auto 0 auto;
    background: #fff;
    box-sizing: border-box;
        padding: 50px 50px 50px 530px;
    clear: both;
    position: relative;
    width: 1000px;
    z-index: 40;
}
.concept h2.title.x2 {
    text-align: left;
    margin: 0 0 .5em 0;
    font-family: essonnes-headline, serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    line-height: 3.2rem;
    letter-spacing: 0.1rem;
    color: #2e3440;
}
.concept #about h3 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 0 0 1em 0;
    color: #2e3440;
}
.concept #about p {
    line-height: 2em;
    font-size: 1em;
    margin: 0 0 0 0;
}
.concept #aboutPict {
    width: 65%;
    position: absolute;
    top: -50px;
    left: -150px;
    z-index: 60;
}
/*---レイアウト写真変更---*/
 .concept .Vertical #aboutPict {
    width: 42%;
    position: absolute;
    top: -70px;
    left: 50px;
    z-index: 60;
}
/*---//
レイアウト写真変更---*/
.concept #aboutPict::after {
   content: "";
    position: absolute;
    top: -30px;
    left: -30px;
    width: 100%;
    height: 100%;
    border: 1px solid #2e3440;
}
.concept #aboutPict .pic {
    display: block;
}
.concept #aboutPict .pic img {
    width: 100% !important;
    height: auto !important;
}

.concept .intro {
    margin: 0 auto 5rem;
}
.concept .pointSec {
    background: #4a5567;
    padding: 80px 0;
}
.concept .intro .flex{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;    /* Safari etc. */
  -ms-align-items    : baseline;    /* IE10        */
  align-items        : baseline;
  justify-content: space-between;
  flex-flow: row wrap;
}
.concept .intro .point {
    padding: 2.5rem 3rem;
    display: inline-block;
    width: 90%;
    width: 48%;
}
.concept .intro .point .tit {
    font-size: 1rem;
    line-height: 2rem;
    margin: 0 0 30px 0;
    color: #fff;
    letter-spacing: 0.3rem;
}
.concept .intro .point .tit span {
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
    color: #4a5567;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    background: #fff;
    padding: 0 30px;
    letter-spacing: 0.1rem;

}
.concept .intro .point .tit span.no{
    font-size: 1.5rem;
    color: #fff;
    font-family: serif;
    font-weight: 700;
    font-style: italic;
    background: none;
}
.concept .intro .point p{
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: 0.15rem;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

/*====================
stylist
 ====================*/
 .stylist .h1block {
    background-image: url(../../assets/img/stylistMainimg.jpg);
}
.stylist .intro {
    margin: 0 auto 4rem;
}
.stylist .intro .read{
    text-align: center;
    color: #2e3440;
    letter-spacing: 0.5rem;
}
.stylist .stylistWrap {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    background: #4a5567;
    padding: 80px 0;
}

/*---レイアウト変更---*/
.stylist .intro .read{
    text-align: center;
    color: #2e3440;
    letter-spacing: 0.2rem;
}
.block-concept01 {
    padding: 0 30px 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    text-align: right;
}
.stylist-cnt{
    position: relative;
}
.stylist-cnt::after{
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    width: 80%;
    width: calc(100% - 60px);
    height: 100%;
    border: 1px solid #cccccc;
}
.stylist .stylistWrap .stylist h3 {
    position: relative;
    text-align: left;
    z-index: +1;
}
.h3-concept-wrap {
    position: relative;
    text-align: left;
    z-index: +1;
}
.h3-concept {
    font-size: 26px;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.1rem;
    color: #fff;
    position: relative;
}
.h3-concept span{
    font-size: 16px;
    margin-left: 20px;
    vertical-align: text-bottom;
}
span.katagaki{
  padding-right: 40px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    color: #dfbe71;
}
.block-cncpt-img-wrap {
  padding-top: 0;
    padding-bottom: 30px;
}
.block-cncpt-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.block-content {
    position: relative;
    z-index: +1;
    font-size: 15px;
}
.row02 {
    padding-left: 45px;
    padding-right: 45px;
}
.col03 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.col04 {
    padding-top: 0;
    padding-bottom: 30px;
}
.stylist .tit{
  text-align: left;
  margin: 0 0 20px 0;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #fff;
}
.stylist .read{
  text-align: left;
  font-size: 14px;
  letter-spacing: 0;
  color: #fff;
}
/*====================
SHOP
 ====================*/
 .shop .h1block {
    background-image: url(../../assets/img/shopMainimg.jpg);
}
 .shop .intro .read {
    margin: 0 auto 3rem;
}
 .shop .gallery {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gallery-tit {
    margin-top: 80px;
}
.shop .gallery p {
    width: 33.33%;
    margin-bottom: 0.5rem;
}
.shop .gallery p em {
    height: 0;
    padding-top: 70%;
    position: relative;
    display: block;
}
.shop .gallery p em img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 95%;
}
.shop .gallery p span {
    display: block;
    font-size: 12px;
    font-size: 0.7rem;
    line-height: 1.35rem;
}
.shop .gallery p span.subtxt {
    font-size: 0.65rem;
    line-height: 1.1rem;
}
.shop .flexImg {
    overflow: hidden;
    position: relative;
}

/*--- hover ----*/
.flexImg a:hover:before,
  .flexImg a:hover:after {
    width: 100%;
  }

  .flexImg a:hover .line:before,
  .flexImg a:hover .line:after {
    height: 100%;
  }

  .flexImg a:before {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    bottom: 0;
    height: 1px;
    right: 0;
    width: 0;
  }

  .flexImg a:after {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 1px;
    left: 0;
    top: 0;
    width: 0;
  }

  .flexImg a .line:before {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 0;
    right: 0;
    top: 0;
    width: 1px;
  }

  .flexImg a .line:after {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    bottom: 0;
    height: 0;
    left: 0;
    width: 1px;
  }
/*====================
access
 ====================*/
 .access .h1block {
    background-image: url(../../assets/img/accessMain.jpg);
}

.access p.read02 {
    padding: 30px 0 10px;
    line-height: 1;
    color: #2e3440;
}
.access p.read02 em {
    font-size: 26px;
    letter-spacing: 0.2rem;
    line-height: 0.9rem;
    font-family: bebas-neue-pro-semiexpanded, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.access p.read02 em span{
    font-size: 10px;
    letter-spacing: 0.1rem;
}
.access .accessSec .infoWrap {
    width: 100%;
}
.access p.read03 {
    font-size: 14px;
    line-height: 2rem;
}
.access p.read03 span{
    font-weight: bold;
}
.access .accessSec {
    margin: 2rem auto 1rem;
    width: 100%;
}
@media (max-width: 1200px){

}

.flexImg a:hover:before,
  .flexImg a:hover:after {
    width: 100%;
  }

  .flexImg a:hover .line:before,
  .flexImg a:hover .line:after {
    height: 100%;
  }

  .flexImg a:before {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    bottom: 0;
    height: 1px;
    right: 0;
    width: 0;
  }

  .flexImg a:after {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 1px;
    left: 0;
    top: 0;
    width: 0;
  }

  .flexImg a .line:before {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    height: 0;
    right: 0;
    top: 0;
    width: 1px;
  }

  .flexImg a .line:after {
    background-color: #4a5567;
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    bottom: 0;
    height: 0;
    left: 0;
    width: 1px;
  }
  .access .flexImg a:before {
    background-color: #fff;
}
.access .flexImg a:after {
    background-color: #fff;
}
.kannki_bunner {
  margin-bottom: 50px;
  }
  .kannki_bunner img{
  margin: 0 auto;
  }

/*決済方法start*/
.settlement {
    width: 1100px;
    padding: 20px 25px 25px;
    border: 1px solid #4d434b;
    text-align: left;
    margin: 50px auto 0;
    background: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.4625rem;
}
.settlement h3 {
    text-align: center;
    font-size: 1.4em;
    font-weight: bold;
    margin-bottom: 1em;
}
.settlement p {

    margin-bottom: 1em;
}

.settlement h4 {
    text-align: left;
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 1em;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 0.4em;
}
.settlement ul{

}
.settlement ul li {
    display: inline-block;
    width: 100px;
    margin-right: 12px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
    content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}


/*決済方法end*/
