@charset 'utf-8';


@font-face {
	font-family: 'uiicon';
	src: url('../font/uiicon/uiicon.woff2') format('woff2'),
		 url('../font/uiicon/uiicon.woff') format('woff'),
		 url('../font/uiicon/uiicon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body {
	font-family: BlinkMacSystemFont, 'Zen Kaku Gothic New', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'BIZ UDPGothic', 'メイリオ', Meiryo, sans-serif;
}

.etext {
	font-family: 'Helvetica Neue', Helvetica, Avenir, san-serif;
}

::selection {
    background: #009844;
    color: #fff;
}

::-moz-selection {
    background: #009844;
    color: #fff;
}

a {
	color: #009844;
}

a:hover,
a.hover {
	color: #3ade83;
}



.caution {
	text-align: left;
}

.caution.center {
	text-align: center;
}

.caution p {
	padding-left: 1em;
	color: #747474;
	line-height: 1.5;
	position: relative;
}

.caution p:before {
	display: inline-block;
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

.caution.center p:before {
	position: relative;
	top: auto;
	left: auto;
}

sup {
	color: #747474;
	font-size: .5em;
	font-weight: normal !important;
	vertical-align: top;
}

.sup:after {
	color: #747474;
	content: '※';
	font-size: .5em;
	vertical-align: top;
}

.caution ol {
	counter-reset: number;
	list-style: none;
}

.caution ol li {
	padding-left: 2em;
	color: #747474;
	font-size: 1.2em;
	position: relative;
}

.caution ol li:before {
	counter-increment: number;
	content: '※'counter(number)' ';
	position: absolute;
	top: 0;
	left: 0;
}

.caution p:not(:last-child),
.caution ol li:not(:last-child) {
	margin-bottom: .3em;
}



.btnarea a {
}

.btnarea a:hover,
.btnarea a.hover {
}

#call_head,
#call_head a {
	color: #000;
}

.btn_contact a {
	background: #009844;
	color: #fff !important;
}

.btn_contact a:hover,
.btn_contact a.hover {
	background: #3ade83;
}

#navitab li a {
}

#navitab li a.current,
#navitab li a:hover {
	color: #009844;
}

#navimenu {
	background: #009844;
	color: #fff;
}

#navimenu.hover,
#navimenu.open {
	background: #fff;
	color: #009844;
}

#navi_header_thin {
	background: #009844;
}

#navi_header_thin .btn_header a {
	background: #009844;
	color: #fff;
}

#navi_header_thin .btn_header a.hover {
	background: #fff;
	color: #009844;
}

#navi_header_thin #nh_enter.btn_header a {
	background: #ece479;
	color: #000;
}

#navi_header_thin #nh_enter.btn_header a.hover {
	color: #fff;
}

@media only screen and (min-width: 1001px) {

	body.fixed #navitab > li > a {
		color: #fff;
	}

	body.fixed #navitab > li > a.current,
	body.fixed #navitab > li > a:hover {
		color: #9ee9c1;
	}

	#call_head .btn_contact a {
		background: #ece479 !important;
		color: #000 !important;
	}

	#call_head .btn_contact a:hover,
	#call_head .btn_contact a.hover {
		color: #fff !important;
	}

	body:not(.fixed) #call_head > .brick {
		flex-direction: row;
	}

	body:not(.fixed) #call_head .call_head_tel {
		margin-right: 20px;
		white-space: nowrap;
	}

	body.fixed #call_head .btn_contact a .label:after {
		display: none;
	}

	body.fixed:not(.nosticky) #call_head .call_head_tel {
		display: none;
	}

/* 
	body.fixed #call_head .btn_contact a {
		background: #ece479 !important;
		color: #000 !important;
	}

	body.fixed #call_head .btn_contact a:hover,
	body.fixed #call_head .btn_contact a.hover {
		color: #fff !important;
	}
 */
}

.blockheader h1 {
	color: #000;
}

.blockheader .label {
	font-weight: 400;
}

.blockheader .desc span {
	color: #00662d;
}

.blockheader .desc span {
	display: inline-block;
}

.blockheader.deco .label {
	color: #00a6bf;
	font-size: 3.2em !important;
	font-weight: 700;
	font-feature-settings: 'palt';
	letter-spacing: -.05em;
}

@media only screen and (min-width: 769px) {

	.blockheader.deco .label {
		font-size: 4.5em !important;
	}
}



body {
	margin: 0 auto;
	background: #fff;
	color: #000;
	-webkit-font-smoothing: antialiased;
}

body:not(.expageheader):before {
	height: 90px;
}

body.expageheader:before {
	height: 60px;
}

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

	body:not(.nosticky):not(.expageheader):before {
		height: 100px;
	}

	body.expageheader:not(.nosticky):before {
		height: 60px;
	}
}

@media only screen and (min-width: 1001px) {

	body:not(.nosticky):not(.expageheader):before {
		height: 160px;
	}

	body.expageheader:not(.nosticky):before {
		height: 120px;
	}

	body.detach:not(.nosticky):not(.expageheader):before {
		height: 220px;
	}

	body.detach.expageheader:not(.nosticky):before {
		height: 180px;
	}
}

#upper > .inner,
#navi_menu > .inner,
#contentheader > .inner,
.breadcrumb > ul,
#container:not(.contentpageheader) > .inner,
#bureau > .inner,
.bnrblock > .inner,
.contactinfo > .inner {
	max-width: 1200px;
}

#upper {
	min-width: 320px;
	height: 60px;
}

#upper .headerdesc {
	color: #000;
}

#logo_header {
	height: 60px;
	left: 10px;
}

#logo_header .slogan {
	color: #000;
}

#navi_header_thin {
	height: 60px;
}

#navi_global {
	top: 0;
}

body:not(.slidenavi) #navi_global.open {
	padding-top: 60px;
}

#navi_menu {
	top: 90px;
}

#navi_menu.fixed {
	height: calc(100% - 90px);
}

#contentheader {
	top: 60px;
}

body:not(.fixed) .contentpageheader #contentheader {
	top: -60px;
}

#contentheader > .inner {
	height: 30px;
}

#columns #main,
#columns #side {
	width: 100%;
}

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

	body.slidenavi #navi_global {
		width: 240px;
		height: calc(100% - 60px);
		margin-top: 60px;
		left: auto;
		right: -240px;
	}

	body.safearea.slidenavi #navi_global {
		width: calc(240px + env(safe-area-inset-right));
		right: calc(calc(240px + env(safe-area-inset-right)) * -1);
	}

	body.slidenavi #navi_global.open {
		right: 0;
	}

	#slidenavicover {
		width: calc(100% - 240px);
		height: calc(100% - 60px);
	}
}

@media only screen and (min-width: 769px) {

	#contentheader > .inner {
		height: 40px;
	}

	#columns #main {
		width: calc(100% - 280px);
	}

	#columns #side {
		width: 280px;
	}
}

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

	#navi_menu {
		top: 100px;
	}

	#navi_menu.fixed {
		height: calc(100% - 100px);
	}
}

@media only screen and (min-width: 1001px) {

	body:not(.detach) #upper {
		height: 120px;
	}

	body.fixed:not(.nosticky) #upper {
		height: 60px;
	}

/* 
	body:not(.fixed) #upper:before {
		content: '';
		width: 100%;
		height: 30px;
		background: #009844;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10;
	}
 */

	body:not(.fixed) #upper .headerdesc {
		width: 100%;
		height: 30px;
		padding-top: 10px;
		padding-left: 20px;
		background: #009844;
		color: #fff;
		top: 0;
		left: 0;
	}

	#logo_header {
		height: 100%;
		left: 20px;
	}

	body:not(.fixed) #logo_header,
	body.nosticky #logo_header {
		height: auto;
		top: 60px;
	}


	body:not(.nosticky) #navi_global {
		top: 0;
	}

	body:not(.nosticky) #navi_menu {
		top: 160px;
	}

	body.fixed:not(.nosticky) #navi_menu {
		top: 100px;
	}

	body:not(.fixed):not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 220px);
	}

	body.fixed:not(.nosticky) #navi_menu.fixed {
		height: calc(100% - 100px);
	}

	body:not(.nosticky) #contentheader {
		top: 120px;
	}

	body:not(.nosticky) .contentpageheader #contentheader {
		top: -60px;
	}

	body.fixed:not(.nosticky) #contentheader {
		top: 60px;
	}


	body.detach:not(.fixed) #upper {
		height: 180px;
	}

	body.detach:not(.fixed) #headerelemnavi.elem,
	body.detach.nosticky #headerelemnavi.elem {
		height: 60px;
	}

	body.detach:not(.fixed):not(.nosticky) #navi_menu {
		top: 220px;
	}
/*
	body.detach:not(.fixed):not(.nosticky) #container {
		padding-top: 220px;
	}
*/

	body.detach:not(.fixed):not(.nosticky) #contentheader {
		top: 180px;
	}

	body.detach:not(.fixed):not(.nosticky) .contentpageheader #contentheader {
		top: -60px;
	}


	body.nosticky #upper {
		height: 120px;
	}

	body.nosticky.detach #upper {
		height: 180px;
	}

	body.nosticky #container {
		padding-top: 0;
	}

	body.nosticky #contentheader {
		top: 0;
	}

	body.nosticky #navi_menu {
		top: 40px;
	}

	body.detach:not(.fixed) #navitab {
		min-width: 100vw;
		height: 60px;
/* 
		margin-top: 10px;
		margin-bottom: 10px;
		background: rgba(255,255,255,.6);
 */
	}


	body.detach:not(.fixed) #headerelemcontact.elem,
	body.detach.nosticky #headerelemcontact.elem {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 1201px) {

	body.detach:not(.fixed) #navitab {
		min-width: 1200px;
	}
}


#navimenu {
	right: 0;
}

#naviicon {
	right: 50px;
}


#upper {
	background: #fff;
}

body.fixed #upper,
body.menuopen #upper {
}

@media only screen and (min-width: 1001px) {

	#upper {
		border-bottom: 1px solid #009844;
	}

	body.fixed #upper {
		background: #009844;
	}
}


body.safearea #logo_header {
	left: calc(env(safe-area-inset-left) + 10px);
}

@media only screen and (min-width: 1001px) {

	body.safearea #logo_header {
		left: calc(env(safe-area-inset-left) + 20px);
	}
}


#call_head .btn_contact {
	width: 100%;
	max-width: 320px;
	font-size: 14px;
}

#call_head .btn_contact a {
	width: 100%;
	text-align: center;
}

#call_head .fonnumber span.label {
	font-weight: 400;
}

@media only screen and (min-width: 1001px) {

	body:not(.fixed) #call_head .btn_contact {
		width: 100%;
		max-width: none;
		margin: 0;
		font-size: 16px;
		font-weight: 700;
	}

	body:not(.fixed) #call_head .btn_contact a {
		padding: 1em 2em;
	}

	body:not(.fixed) #call_head .btn_contact i {
		width: 24px;
		height: 24px;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact a {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact a:before {
		height: 0;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact a:after {
		content: '問合せ';
		display: block;
		font-size: 10px;
		line-height: 1;
	}

	body.fixed:not(.nosticky) #call_head .btn_contact i {
		margin-bottom: 5px;
	}

/*
	body:not(.fixed) #call_head .btn_contact span.label:after {
		content: '\f109';
		margin-left: .5em;
		font-size: .85em;
		font-family: 'uiicon';
		font-weight: normal !important;
		vertical-align: middle;
	}
*/
}


#navi_global {
	background: #fff;
}

body.safearea #navi_global > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	padding-bottom: env(safe-area-inset-bottom);
}

body.safearea.slidenavi #navi_global > .inner {
	padding-left: 0;
}
/*
body.slidenavi #navi_global.open {
	box-shadow: 1px 0 3px 1px rgba(0,0,0,.3);
}
*/
body.slidenavi #navi_global.open > .inner {
	border-left: 1px solid #b2918d;
}

@media only screen and (min-width: 1001px) {

	#navi_global {
		background: transparent;
	}

	body.safearea #navi_global > .inner {
		padding-bottom: 0;
	}
}

#navi_header_thin {
/* 	border-bottom: 1px solid #b2918d; */
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_header_thin {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#navitab .exlink .arrow span:before,
#navitab a[target="_blank"] .arrow span:before {
	content: '\f109';
}

#navitab li.exlink:not(.navilower) a:hover .arrow span,
#navitab li.exlink:not(.navilower) a.hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"]:hover .arrow span,
#navitab li:not(.navilower) a[target="_blank"].hover .arrow span {
	transform: translate(3px,-3px);
}

#navitab .tab .label {
	font-weight: 400;
}

@media only screen and (min-width: 1001px) {

	#navitab .exlink a .anctitle,
	#navitab a[target="_blank"] .anctitle {
		padding: 0 15px;
	}

	#navitab .exlink .arrow,
	#navitab a[target="_blank"] .arrow {
		display: block;
	}

	body.fixed #navitab .tab span {
		font-size: 12px;
	}

	#navitab .navilowercontents {
		width: 260px;
	}

	body.fixed #navitab .navilowercontents {
		top: 60px;
	}

	body:not(.detach):not(.fixed) #navitab .navilowercontents {
		top: 90px;
	}

	body.detach:not(.fixed) #navitab .navilowercontents {
		top: 60px;
	}

	#navitab .navilowercontents li a:not(:last-child),
	#navitab .navilowercontents ul li:not(:last-child) a {
		border-bottom-color: #9ee9c1;
	}

	#navitab .navilowercontents li a.current {
		background: #bcefd4;
		color: #000;
	}

	#navitab .navilowercontents li a:hover,
	#navitab .navilowercontents li a.hover {
		background: #9ee9c1;
		color: #fff;
	}

	#navitab > li.navilower:last-child .navilowercontents {
		left: auto;
		right: -2em;
	}
}

@media only screen and (min-width: 1201px) {

	body.fixed #navitab .tab span {
		font-size: 14px;
	}
}


#contentheader {
/* 
	border-bottom: 1px solid #b2918d;
 */
	background: #3bce7d;
	color: #fff;
}

#contentheader .heading {
	font-weight: 400;
}

body.safearea #contentheader {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.fixed #contentheader {
	border: none;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#navi_menu {
	background: #fff;
}

body.safearea #navi_menu {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea #navi_menu.fixed {
	padding-bottom: env(safe-area-inset-bottom);
}

#navi_menu.open {
/* 	border-top: 1px solid #b2918d; */
}

#navi_menu.open:not(.fixed) {
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

#container {
	background: #fff;
}

#columns #side {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
/* 	border-top: 1px solid #e6d7d6; */
	background: #f8faf8;
}

#container > .inner > #side {
/* 	border-top: 1px solid #e6d7d6; */
}

.sidebarheader {
	border-bottom-color: #00662d;
}

#side .archivenavi li a,
#navi_menu.tree .archivenavi li a {
	border-bottom-color: #26bb68;
}

@media only screen and (min-width: 769px) {

	body.nosticky #contentheader {
		border-bottom: 1px solid #b2918d;
		box-shadow: none;
	}

	#columns #side {
		border: none;
	}
}


body.safearea .breadcrumb {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

body.safearea .articleblock {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

@media only screen and (min-width: 769px) {

	body.safearea #main .breadcrumb {
		padding-right: 0;
	}

	body.safearea #columns #side {
		padding-left: 0;
	}
}



body.safearea #bottom {
	padding-bottom: env(safe-area-inset-bottom);
}

#bottom > .inner {
	padding-top: 30px;
}

body.safearea #bottom > .inner {
}

#bottom > .inner {
	background: #009844;
	padding-bottom: 0;
}

#bottom > .inner > .columns {
	margin: 0 auto;
	color: #fff;
}

body.safearea #bottom > .inner > .columns {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

@media only screen and (min-width: 769px) {

	#bottom > .inner > .columns,
	body.safearea #bottom > .inner > .columns {
		padding-bottom: 10px;
	}
}

#logo_footer a {
	display: inline-block;
}

#footer_orginfo .bizname .name {
	color: #fff;
	font-size: 12px;
}

#footer_navi a {
	color: #fff;
}

#footer_orginfo .orginfo > .cover {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#footer_orginfo .infocell {
	padding: 0;
}

#footer_orginfo .bizinfo .call a {
	color: #fff;
}

#bottom .followbutton .head span {
	color: #fff;
	font-size: 14px;
}

#agencylogo {
	padding-bottom: 20px;
	color: #fff;
	font-size: 12px;
	text-align: center;
}

#agencylogo > div {
	width: 170px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#agencylogo a {
	display: inline-block;
	width: 100%;
	padding: 10px 15px;
	padding-bottom: 5px;
	background: #fff;
	color: #000;
	text-decoration: none;
}

#agencylogo img {
	width: 100%;
	height: auto;
}

#copyright {
	padding: 30px 20px;
	padding-bottom: 70px;
	background: #fff;
}

body.safearea #copyright {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#partnersitebtn {
	padding: 20px;
	text-align: center;
}

body.safearea #partnersitebtn {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#partnersitebtn .actionbtn {
	display: inline-block;
}

#partnersitebtn .btn_action {
	font-size: 16px;
}

#partnersitebtn .btn_action .btn {
	display: block;
	width: 100%;
	padding: 10px;
	border-radius: 0;
	border: 1px solid rgba(255,255,255,.5);
	background: rgba(255,255,255,.2);
	color: #fff;
	text-align: center;
	transition: .2s;
	cursor: pointer;
}

#partnersitebtn .btn_action .btn.hover {
	background: rgba(255,255,255,.4);
}

#partnersitebtn .btn:before {
	display: inline-block;
	content: '';
	height: 100%;
	vertical-align: middle;
}

#partnersitebtn .btn_action i {
	display: inline-block;
	width: 20px;
	height: 20px;
	font-style: normal;
	vertical-align: middle;
	position: relative;
}

#partnersitebtn .btn_action span.icon {
	width: 100%;
	height: 100%;
}

#partnersitebtn .btn_action span.icon span {
	width: 100%;
	height: 100%;
}

#partnersitebtn .btn_action svg {
	fill: currentColor;
}

#partnersitebtn .btn_action span.label {
	display: inline-block !important;
	padding-left: .4em;
	font-weight: 700;
	vertical-align: middle;
}

#salonnavi_footer {
	width: 100%;
	order: 2;
	font-size: 1.6em;
	line-height: 1;
}

#salonnavi_footer ul {
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#salonnavi_footer li {
	padding: 5px;
}

#salonnavi_footer li a {
	display: block;
	padding: .8em 1.5em;
	background: rgba(255,255,255,1);
	font-weight: 700;
}

#salonnavi_footer li a:hover,
#salonnavi_footer li a:hover {
	background: rgba(255,255,255,.6);
}


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

	.footer_navi li {
		width: 100%;
	}
}

@media only screen and (min-width: 769px) {

	#bottom > .inner {
		padding-top: 0;
	}

	#bottom .columns {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	#footer_orginfo {
		justify-content: center;
		align-items: center;
		order: 2;
		width: 100%;
		max-width: 900px;
	}

	#footer_orginfo .orginfo > .cover {
		text-align: center;
		padding: 5px 20px;
	}
/*
	#footer_navi {
		order: 1;
	}
*/
	.footer_navi ul {
		width: 100%;
		justify-content: center;
	}

	.footer_navi li {
		width: auto;
		justify-content: center;
		padding: 0 2em;
		text-align: center;
	}

	.footer_navi li a {
		width: auto;
	}
}


#stickybar {
	width: 100%;
	background: rgba(255,255,255,.8);
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}

#stickybar > .inner {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

body.safearea #stickybar > .inner {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
	padding-bottom: env(safe-area-inset-bottom);
}

#stickybar .btnitems {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 50px;
}

#stickybar .btnitem {
	width: 50%;
	max-width: 300px;
	height: 100%;
	padding: 5px;
	font-size: 1rem;
}

#stickybar .btnitem a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	border: 1px solid;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

#stickybar .btnitem.medical a {
	border-color: #ac8ff2;
	background: #ac8ff2;
}

#stickybar .btnitem.medical a:hover,
#stickybar .btnitem.medical a.hover {
	background: #cdbcf7;
}

#stickybar .btnitem.high-school a {
	border-color: #36c18f;
	background: #36c18f;
}

#stickybar .btnitem.high-school a:hover,
#stickybar .btnitem.high-school a.hover {
	background: #68d1ab;
}


.contactinfo {
	width: 100%;
	border-top: 1px solid #00662d;
	background: none;
}

.contactinfo > .inner {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	vertical-align: top;
	position: relative;
}

.contactinfo header {
	margin-bottom: 1em;
	padding: 0 30px;
}

.contactinfo header h1 {
	margin-bottom: 0;
	font-weight: 900;
}

.contactinfo .foncall {
	margin-top: 1em;
}

.contactinfo .foncall .call .head {
	margin-bottom: .5em;
}

.contactinfo .foncall .call span.label {
	font-weight: 400;
}

.contactinfo .foncall .call i {
}

.contactinfo .btnarea {
	padding: 0;
	font-size: 16px;
}

.contactinfo .btnarea a {
	width: 100%;
	max-width: 320px;
	padding: 14px 20px;
	border: none;
	background: #ae2f5b;
	color: #fff;
}

.contactinfo .btnarea a[target="_blank"]:after {
	content: '\f109';
	margin-left: .5em;
	font-size: .85em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

.contactinfo .badge_agency .badge {
	width: 100px;
	margin: 0 auto;
	margin-top: 20px;
}

.contactinfo .badge_agency .badge img {
	width: 100%;
	height: auto;
}

.contactinfo .feature {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.contactinfo .feature > div {
	width: 25%;
}

.contactinfo .feature > div:not(:first-child) {
	margin-left: -3vw;
}

.contactinfo .feature .cover {
	width: 100%;
	padding-top: 100%;
	position: relative;
}

.contactinfo .feature .brick {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 1em;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #ae2f5b;
	color: #fff;
	font-size: 3vw;
	font-weight: 700;
	line-height: 1.3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contactinfo .feature > div:first-child .brick {
	border-color: #ae2f5b;
	background: #fff;
	color: #ae2f5b;
}

#linereservationinfo .head {
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 1.6em;
	line-height: 1.4;
}

#linereservationinfo .head i {
	display: inline-block;
	width: 64px;
	height: 64px;
}

#linereservationinfo .head .icon {
	display: inline-block;
	width: 100%;
	height: 100%;
}

#linereservationinfo .head .icon svg {
	fill: #ae2f5b;
}

#linereservationinfo .head h1 {
	margin-bottom: 1em;
	color: #ae2f5b;
}

#linereservationinfo .head h1 span {
	display: inline-block;
}

#linereservationinfo > h2 {
	margin-bottom: 1em;
	font-size: 2em;
	color: #ae2f5b;
}

#linereservationinfo p {
	line-height: 1.6;
}

@media only screen and (min-width: 601px) {

	.contactinfo .feature > div:not(:first-child) {
		margin-left: -1.6em;
	}

	.contactinfo .feature .brick {
		font-size: 1.6em;
	}
}

@media only screen and (min-width: 769px) {

	.contactinfo > .inner {
		padding: 50px;
	}

	.contactinfo header h1 {
		font-size: 22px;
	}

	.contactinfo .foncall .call span.label {
	}

	.contactinfo .foncall .call i {
	}
}



#bureau {
/* 	border-top: 1px solid #00662d; */
}

#bureau > .inner {
}

body.safearea #bureau > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

@media only screen and (min-width: 769px) {

	#bureau #articlesection {
		width: 100%;
	}

	#bureau #blogcategories {
		width: 50%;
	}

	#bureau #blogarticle {
		width: 50%;
	}

	#bureau #blogarticle > .inner {
		max-width: 500px;
		margin: 0 auto;
	}
}


body.safearea .contactinfo {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

.contactinfo > .inner {
	width: 100%;
	padding: 30px;
	vertical-align: top;
	position: relative;
}

@media only screen and (min-width: 769px) {

	.contactinfo > .inner {
		padding: 50px;
	}
}


.articlelist .item {
	border-bottom-color: #26bb68;
}

.articlelist .item:first-child {
	border-top-color: #26bb68;
}

.articlelist .category span a {
	background: #00662d;
}

.articlelist .category span a:hover,
.articlelist .category span a.hover {
	background: #26bb68;
}

.articlelist .item .icon {
	color: #00662d;
}

#information .articlelistblock.infocatlist {
	max-width: none;
}

.articlelistblock.infocatlist .articlelist .item {
	width: 100%;
	/*background: #fff;*/
}

.articlelistblock.infocatlist .articlelist .item:first-child {
	border: none;
}

.articlelistblock.infocatlist .articlelist .item .title {
	color: #000;
	font-size: 1.3em;
}

@media only screen and (min-width: 541px) {

	.articlelistblock.infocatlist .articlelist .item {
		width: calc(100% / 2);
		padding: 1% !important;
		background: none;
	}

	.articlelistblock.infocatlist .articlelist.card .item article {
		background: #fff;
		box-shadow: none;
	}

	.articlelistblock.infocatlist .articlelist.card .item.hover article {
/* 		box-shadow: 0 1px 3px rgba(0,0,0,.2); */
	}

	.articlelistblock.infocatlist .articlelist.card .item article .enclosed {
	}

	.articlelistblock.infocatlist .articlelist.card .item.hover article {
	}

	.articlelistblock.infocatlist .articlelist.card .item figure {
		padding-top: 56.25%;
	}
}

@media only screen and (min-width: 641px) {

	.articlelistblock.infocatlist .articlelist .item {
		width: 33.33%;
	}
}

@media only screen and (min-width: 769px) {

	.articlelistblock.infocatlist .articlelist .item .enclosed {
		font-size: 1.4em;
	}
}

@media only screen and (min-width: 1001px) {

	.articlelistblock.infocatlist .articlelist .item {
		width: calc(100% / 4);
	}
}




.logotypeset span.logo_mark {
	width: 18.478%;
}

.logotypeset span.logo_type {
	width: 80%;
	margin-left: 1.521%;
	text-align: left;
}

.logotypeset .mark {
	width: 100%;
	padding-top: 56.47%;
}

.logotypeset .type {
	width: 100%;
	padding-top: 8.152%;
}


.logo_mark {
	fill: #009844 !important;
}

.logo_type svg {
	fill: #000;
}

#logo_footer .logotypeset {
	width: 240px;
	max-width: none;
	margin: 0;
}

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

	#logo_header .logotypeset .logo_mark {
		fill: #fff !important;
	}

	#logo_header .logotypeset span.logo_mark {
		width: 60px;
	}

	#logo_header .logotypeset span.logo_type {
		display: none;
	}
}

@media only screen and (min-width: 1001px) {

	#logo_header .logotypeset {
		transition: 0;
	}

	#logo_header .logotypeset {
		width: 200px;
	}

	body:not(.fixed) #logo_header .logotypeset,
	body.nosticky #logo_header .logotypeset {
		width: 380px;
	}

	body.fixed #logo_header .logo_mark {
		fill: #fff !important;
	}

	body.fixed #logo_header .logo_type svg {
		fill: #fff !important;
	}
}



/*
.logo_text {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	font-feature-settings: 'palt';
}

.logo_text span {
	display: block;
}

.logo_text span.shopname {
	margin-top: .1em;
	font-size: 1.2em;
}

@media only screen and (min-width: 769px) {

	.logo_text {
		font-size: 16px;
	}
}

@media only screen and (min-width: 1001px) {

	body:not(.fixed) #logo_header .logo_text,
	body.nosticky #logo_header .logo_text {
		font-size: 22px;
	}
}

#logo_header .logo_text {
	color: #000;
}

#logo_footer .logo_text {
	color: #fff;
	font-size: 18px;
}
*/



.bnrblock {
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.bnrblock > .inner {
	width: 100%;
	max-width: 1200px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.bnrblock h2 {
	margin-bottom: 1em;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
}

.bnrblock h3 {
	margin-bottom: 1em;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.4;
}

.bnrblock p {
	margin-bottom: 1.5em;
	font-size: 18px;
	font-weight: 900;
	line-height: 1.4;
}

.bnrblock h2 span,
.bnrblock h3 span,
.bnrblock p span {
	display: inline-block;
}

.bnrblock .bnritem {
	display: inline-block;
	width: 100%;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	position: relative;
}

body.safearea .bnrblock .bnritem {
	padding-left: calc(env(safe-area-inset-left) + 30px);
	padding-right: calc(env(safe-area-inset-right) + 30px);
}

.bnrblock .brick {
	width: 100%;
	padding: 30px;
	position: relative;
}

@media only screen and (min-width: 514px) {

	.bnrblock h2 {
		font-size: 28px;
	}

	.bnrblock h3 {
		font-size: 20px;
	}

	.bnrblock p {
		font-size: 20px;
	}
}


#exbnrblock {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

#exbnrblock > .inner {
	width: 100%;
	padding: 10px;
	background: #fafafa;
	position: relative;
}

body.safearea #exbnrblock > .inner {
	padding-left: calc(env(safe-area-inset-left) + 10px);
	padding-right: calc(env(safe-area-inset-right) + 10px);
}

#exbnrblock a[target="_blank"]:after {
	content: '\f109';
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	font-size: 14px;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
	line-height: 1;
	transition: .2s;
	position: absolute;
	top: 50%;
	right: 10px;
}

#exbnrblock .columnpart {
	display: flex;
	flex-direction: column;
	width: 100%;
}

#exbnrblock .columnpart .item {
	display: flex;
	width: 100%;
	padding: 10px;
}

#exbnrblock .columnpart .item > .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 30px;
	font-size: 1rem;
}

#exbnrblock .columnpart .item .brick {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 1.5em;
	background: rgba(255,255,255,.9);
	color: #000;
	font-size: 1em;
	line-height: 1.5;
}

#exbnrblock .columnpart .item .enclosed {
	font-weight: 700;
}

#exbnrblock .columnpart .item .enclosed:not(:last-child) {
	margin-bottom: 1em;
}

#exbnrblock .columnpart .item h2 {
	font-size: 1.4em;
}

#exbnrblock .columnpart .item h2:not(:last-child) {
	margin-bottom: .5em;
}

#exbnrblock .columnpart .item .shoulder {
	font-size: .85em;
}

#exbnrblock .columnpart .item p {
	font-size: 1.2em;
}

#exbnrblock .columnpart .item .btnarea {
	margin-top: auto;
}

#exbnrblock .columnpart .item h2 strong {
	color: #000;
}

#exbnrblock .columnpart .item h2 strong span {
	color: #000;
}

#exbnrblock .columnpart .item .shoulder strong {
	color: #000;
}

#exbnr-scholarship.item > .cover {
	background-image: url(../image/bnr/AdobeStock_513443324_Preview.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

#exbnr-recruit.item > .cover {
	background-image: url(../image/bnr/AdobeStock_93584996_Preview.jpeg);
	background-repeat: no-repeat;
	background-position: 20% center;
	background-size: cover;
}

@media only screen and (min-width: 541px) {

	#exbnrblock .columnpart .item > .cover {
		justify-content: flex-end;
		align-items: flex-end;
		padding: 30px;
	}

	#exbnrblock .columnpart .item .brick {
		width: 70%;
	}
}

@media only screen and (min-width: 641px) {

	#exbnrblock .columnpart .item .brick {
		width: 50%;
	}
}

@media only screen and (min-width: 1001px) {

	#exbnrblock .columnpart {
		flex-direction: row;
		flex-wrap: wrap;
	}

	#exbnrblock:not(.singlepart) .columnpart .item {
		width: 50%;
	}

/* 
	#exbnrblock:not(.singlepart) .columnpart .item:first-child {
		width: 100%;
	}
 */

	#exbnrblock .columnpart .item {
		padding: 20px;
	}

	#exbnrblock .columnpart .item > .cover {
		justify-content: flex-end;
		align-items: flex-end;
		padding: 30px;
	}

	#exbnrblock .columnpart .item .brick {
		width: auto;
		min-width: 50%;
	}

	#exbnrblock .columnpart .item:first-child .brick {
		width: auto;
		min-width: 25%;
	}
}

@media only screen and (min-width: 1201px) {

	#exbnrblock .columnpart .item > .cover {
		padding: 30px 50px;
	}
}


#emergency_notice {
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	background: #f2f2f2;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#emergency_notice.hide {
	display: none;
}

#emergency_notice > .inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#emergency_notice > .inner {
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
}

#emergency_notice .brick {
	padding: 1em 1.5em;
	padding-right: calc(1.5em + 60px);
	font-size: 1rem;
	position: relative;
}

#emergency_notice .brick {
	padding-right: calc(1.5em + 60px + env(safe-area-inset-right));
}

#emergency_notice .brick p {
	color: #000;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

#emergency_notice .brick a {
	border-bottom: 1px solid;
	color: #000;
	text-decoration: none;
}

#emergency_notice .brick a:after {
	content: '\f101';
	margin-left: .2em;
	font-family: 'uiicon';
	font-weight: normal !important;
	vertical-align: middle;
}

#btn_noticeclose {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

#btn_noticeclose {
	background: #099;
	right: env(safe-area-inset-right);
}

#btn_noticeclose .cover {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 100%;
	background: rgba(255,255,255,.3);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	transition: .2s;
	cursor: pointer;
}

#btn_noticeclose .cover.hover {
	background: rgba(255,255,255,.5);
}


#memberlogin {
	width: 0;
	height: 0;
	background: #f8faf8;
	opacity: 0;
	z-index: -1;
	overflow: hidden;
}

#memberlogin.uncertified {
	width: auto;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
}

#memberlogin > .inner {
	width: 100%;
	height: 100%;
	padding-left: env(safe-area-inset-left);
	padding-right: env(safe-area-inset-right);
	font-size: 0rem;
	text-align: center;
	position: relative;
}

#memberlogin > .inner:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#memberlogin .cover {
	display: inline-block;
	padding: 20px;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
}

#memberlogin .brick {
	display: inline-block;
	max-width: 400px;
	margin-bottom: 20px;
	padding: 30px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #fff;
}

#memberlogin .blockheader {
	margin-bottom: 20px;
}

#memberlogin .blockheader h1 img {
	height: 100%;
	vertical-align: top;
}

#memberlogin .blockheader span.label {
	font-size: 18px;
}

#memberlogin .blockheader h1 span.icon {
	display: inline-block;
	width: 54px;
	height: 40px;
	margin-bottom: 10px;
	position: relative;
}

#memberlogin .blockheader h1 span.icon span {
	display: inline-block;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

#memberlogin .blockheader h1 span.icon .padlock span {
	position: absolute;
	top: 0;
	left: 0;
}

#memberlogin .blockheader h1 span.icon .padlock .error {
	opacity: 0;
}

#memberlogin.error .blockheader h1 span.icon .padlock .error {
	opacity: 1;
}

#memberlogin.error .blockheader h1 span.icon .padlock .close {
	opacity: 0;
}

#memberlogin .blockheader h1 span.icon .shackle {
	width: 18px;
	height: 18px;
	margin-left: -9px;
	position: absolute;
	top: 0;
	left: 50%;
}

#memberlogin .blockheader h1 span.icon .shackle span {
	position: absolute;
	top: 0;
	left: 0;
}

#memberlogin .blockheader h1 span.icon .shackle .arm {
	transform-origin: left top;
	transition: 0.2s;
}

#memberlogin.unlock .blockheader h1 span.icon .shackle .arm {
	transform: scale(-1, 1);
}

#memberlogin.unlock .blockheader h1 span.icon .shackle .pin {
	opacity: 0;
}

#memberlogin .btnarea a > span:before {
	content: '\f102';
	margin-right: .5em;
	font-family: 'uiicon';
	font-weight: normal !important;
	text-align: center;
}

#memberlogin form > div:not(:last-child) {
	margin-bottom: 5px;
}

#memberlogin input[type="text"],
#memberlogin .passwordwrap {
	width: 100%;
	font-size: 1.2em !important;
	line-height: 1;
	padding: 10px 20px;
	border: 2px solid #00662d;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
}

#memberlogin #password .passwordwrap {
	display: flex;
	align-items: center;
	padding: 0;
}

#memberlogin #password .passwordwrap input {
	flex: 1;
	width: 100%;
	padding: 10px 20px;
	padding-right: 0;
	border: none;
	border-radius: 0;
	outline: none;
	font-size: 1em !important;
	line-height: 1;
	-webkit-appearance: none;
	appearance: none;
}

#memberlogin #password .toggleeye {
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='m31.45 27.05-2.2-2.2q1.3-3.55-1.35-5.9-2.65-2.35-5.75-1.2l-2.2-2.2q.85-.55 1.9-.8 1.05-.25 2.15-.25 3.55 0 6.025 2.475Q32.5 19.45 32.5 23q0 1.1-.275 2.175-.275 1.075-.775 1.875Zm6.45 6.45-2-2q2.45-1.8 4.275-4.025Q42 25.25 42.85 23q-2.5-5.55-7.5-8.775Q30.35 11 24.5 11q-2.1 0-4.3.4-2.2.4-3.45.95L14.45 10q1.75-.8 4.475-1.4Q21.65 8 24.25 8q7.15 0 13.075 4.075Q43.25 16.15 46 23q-1.3 3.2-3.35 5.85-2.05 2.65-4.75 4.65Zm2.9 11.3-8.4-8.25q-1.75.7-3.95 1.075T24 38q-7.3 0-13.25-4.075T2 23q1-2.6 2.775-5.075T9.1 13.2L2.8 6.9l2.1-2.15L42.75 42.6ZM11.15 15.3q-1.85 1.35-3.575 3.55Q5.85 21.05 5.1 23q2.55 5.55 7.675 8.775Q17.9 35 24.4 35q1.65 0 3.25-.2t2.4-.6l-3.2-3.2q-.55.25-1.35.375T24 31.5q-3.5 0-6-2.45T15.5 23q0-.75.125-1.5T16 20.15Zm15.25 7.1Zm-5.8 2.9Z'/></svg>");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	overflow: hidden;
	cursor: pointer;
}

#memberlogin #password .toggleeye.visible {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' height='48' width='48'><path d='M24 31.5q3.55 0 6.025-2.475Q32.5 26.55 32.5 23q0-3.55-2.475-6.025Q27.55 14.5 24 14.5q-3.55 0-6.025 2.475Q15.5 19.45 15.5 23q0 3.55 2.475 6.025Q20.45 31.5 24 31.5Zm0-2.9q-2.35 0-3.975-1.625T18.4 23q0-2.35 1.625-3.975T24 17.4q2.35 0 3.975 1.625T29.6 23q0 2.35-1.625 3.975T24 28.6Zm0 9.4q-7.3 0-13.2-4.15Q4.9 29.7 2 23q2.9-6.7 8.8-10.85Q16.7 8 24 8q7.3 0 13.2 4.15Q43.1 16.3 46 23q-2.9 6.7-8.8 10.85Q31.3 38 24 38Zm0-15Zm0 12q6.05 0 11.125-3.275T42.85 23q-2.65-5.45-7.725-8.725Q30.05 11 24 11t-11.125 3.275Q7.8 17.55 5.1 23q2.7 5.45 7.775 8.725Q17.95 35 24 35Z'/></svg>");
}

#memberlogin input[type="submit"] {
	width: 100%;
	margin-top: 10px;
	padding: 14px 20px;
	border: none;
	color: #fff;
	font-size: 1.2em !important;
	background: #00662d;
	cursor: pointer;
	-webkit-appearance: none;
	appearance: none;
	transition: 0.2s;
}

#memberlogin input[type="submit"].hover {
	background: #26bb68;
}

#memberlogin .note {
	margin-bottom: .5em;
	font-size: .85em;
	text-align: center;
	line-height: 1.5;
}

#resultmsg p {
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
}


#access {
	width: 100%;
	border-top: 1px solid #009844;
	background: #fff;
	position: relative;
}

#access > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 20px;
	position: relative;
}

body.safearea #access .blockheader {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#access .media:not(:last-child) {
	margin-bottom: 2em;
}

#access .media figure img {
	width: 100%;
	height: auto;
}

#access .sentence {
	font-size: 1.4em;
	line-height: 1.6;
}

#access .sentence .name {
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: 700;
}

#access .sentence .address {
	margin-bottom: 1em;
}

#access .columns .column:nth-of-type(1) {
	padding: 1em;
	padding-bottom: 3em;
}

@media only screen and (min-width: 769px) {

	#access > .inner {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	#access .columns {
		display: flex;
	}

	#access .columns .column:nth-of-type(1) {
		width: 45%;
	}

	#access .columns .column:nth-of-type(2) {
		width: 55%;
	}

	#access .sentence {
		font-size: 1.8em;
	}
}


#footerbnrblock {
	width: 100%;
	position: relative;
}

#footerbnrblock > .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}

body.safearea #footerbnrblock .blockheader {
	padding-left: calc(env(safe-area-inset-left) + 20px);
	padding-right: calc(env(safe-area-inset-right) + 20px);
}

#footerbnrblock img {
	width: 100%;
	height: auto;
}

#footerbnrblock .bnritems {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#footerbnrblock .bnritems .item {
	width: 100%;
	max-width: 246px;
	padding: 6px;
}
