@charset "UTF-8";

@-webkit-keyframes spinAround {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@keyframes spinAround {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 400;
}

ul {
	list-style: none
}

button,input,select,textarea {
	margin: 0;
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,::after,::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

embed,iframe,img,object,video {
	height: auto;
	max-width: 100%;
}

audio {
	max-width: 100%;
}

iframe {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,th {
	padding: 0;
}

td:not([align]),th:not([align]) {
	text-align: left;
}

html {
	background-color: #fff;
	font-size: 16px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	min-width: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
	text-rendering: optimizeLegibility;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}

article,aside,figure,footer,header,hgroup,section {
	display: block;
}

code,pre {
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: auto;
	font-family: monospace;
}

body {
	color: #4a4a4a;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
}
*:focus {
	outline: none;
}

a {
	color: #3273dc;
	cursor: pointer;
	text-decoration: none;
}

a strong {
	color: currentColor;
}

a:hover {
	color: #363636;
}

code {
	background-color: #f5f5f5;
	color: #ff3860;
	font-size: .875em;
	font-weight: 400;
	padding: .25em .5em .25em;
}

hr {
	background-color: #f5f5f5;
	border: none;
	display: block;
	height: 2px;
	margin: 1.5rem 0;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

a img {
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover img {
	opacity: 0.7;
}

input[type=checkbox],input[type=radio] {
	vertical-align: baseline;
}

small {
	font-size: .875em;
}

span {
	font-style: inherit;
	font-weight: inherit;
}

strong {
	color: #363636;
	font-weight: 700;
}

fieldset {
	border: none;
}

pre {
	-webkit-overflow-scrolling: touch;
	background-color: #f5f5f5;
	color: #4a4a4a;
	font-size: .875em;
	overflow-x: auto;
	padding: 1.25rem 1.5rem;
	white-space: pre;
	word-wrap: normal;
}

pre code {
	background-color: transparent;
	color: currentColor;
	font-size: 1em;
	padding: 0;
}

table td,table th {
	vertical-align: top;
}

table td:not([align]),table th:not([align]) {
	text-align: left;
}

table th {
	color: #363636;
}

input:placeholder-shown,
input::-webkit-input-placeholder {
	color: #b8b7b7;
}

.is-block {
	display: block!important;
}

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

@media screen and (max-width:928px) {
	.is-block-mobile {
		display: block!important;
	}
}

@media screen and (min-width:769px),print {
	.is-block-tablet {
		display: block!important;
	}
}

@media screen and (min-width:769px) and (max-width:1023px) {
	.is-block-tablet-only {
		display: block!important;
	}
}

@media screen and (max-width:1023px) {
	.is-block-touch {
		display: block!important;
	}
}

@media screen and (min-width:1024px) {
	.is-block-desktop {
		display: block!important;
	}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-block-desktop-only {
		display: block!important;
	}
}

@media screen and (min-width:1216px) {
	.is-block-widescreen {
		display: block!important;
	}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-block-widescreen-only {
		display: block!important;
	}
}

@media screen and (min-width:1408px) {
	.is-block-fullhd {
		display: block!important;
	}
}

.is-hidden {
	display: none!important;
}

@media screen and (max-width:928px) {
	.is-hidden-mobile {
		display: none!important;
	}
}

@media screen and (min-width:769px),print {
	.is-hidden-tablet {
		display: none!important;
	}
}

@media screen and (min-width:769px) and (max-width:1023px) {
	.is-hidden-tablet-only {
		display: none!important;
	}
}

@media screen and (max-width:1023px) {
	.is-hidden-touch {
		display: none!important;
	}
}

@media screen and (min-width:1024px) {
	.is-hidden-desktop {
		display: none!important;
	}
}

@media screen and (min-width:1024px) and (max-width:1215px) {
	.is-hidden-desktop-only {
		display: none!important;
	}
}

@media screen and (min-width:1216px) {
	.is-hidden-widescreen {
		display: none!important;
	}
}

@media screen and (min-width:1216px) and (max-width:1407px) {
	.is-hidden-widescreen-only {
		display: none!important;
	}
}

@media screen and (min-width:1408px) {
	.is-hidden-fullhd {
		display: none!important;
	}
}

.container {
	margin: 0 auto;
	padding: 0px 20px;
	width: 100%;
	max-width: 1080px;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:928px) {
	.container {
		padding: 0px 0px;
	}
}

body, button {
	font-family: tbchibirgothicplusk-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
}

/* 2022改修(padding-top) */
/* body > #app {
	padding-top: 150px;
} */

#more {
	background-color: #fff0d2;
}

/* 2022改修(position,height,border-bottom) */
header {
	position: relative;
	padding: 8px 0px;
	width: 100%;
	height: 150px;
	background-color: #fff;
	border-top: 3px #ff6e04 solid;
	border-bottom: 1px #e9c24d solid;
	top: 0px;
	position: sticky;
	z-index: 900;
}

@media screen and (max-width:928px) {
	header {
		height: auto;
	}
}

header .columns.is-gapless:not(:last-child) {
	margin-bottom: 0px;
}

header .columns .help {
	display: none;
}

/* 2022改修(position) */
header .columns {
	position: relative;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.columns.is-mobile>.column.is-5 {
	width: auto;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.columns.is-mobile>.column.is-5 h1 {
	padding: 0px 22% 0px 11%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.05em;
	white-space: nowrap;
}

.columns.is-mobile>.column.is-5 h1 a {
	color: #252525;
	display: block;
}

.columns.is-mobile>.column.is-5 h1 img {
	margin-top: 8px;
	width: 100%;
	max-width: 280px;
	height: auto;
}

.columns.is-mobile>.column.is-5 h1 a:hover img {
	opacity: 1;
}

/* 2022改修(margin-right) */
.columns.is-mobile>.column.is-3 {
	margin-right: 250px;
	width: 279px;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0.075em;
	white-space: nowrap;
}

.columns.is-mobile>.column.is-3 a {
	padding: 6px 40px 10px 50px;
	margin-bottom: 2px;
	background: #0f59b3 url("../img/common/icon_build.png") no-repeat left 20px center / 15px auto;
	border-radius: 18px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	display: block;
	position: relative;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.columns.is-mobile>.column.is-3 a:hover {
	opacity: 0.7;
}

.columns.is-mobile>.column.is-3 a::after {
	content: "";
	width: 19px;
	height: 19px;
	background: url("../img/common/arr_r_w.png") no-repeat center center / 19px auto;
	display: block;
	right: 8px;
	top: 8px;
	position: absolute;
}

.columns.is-mobile>.column.is-1 {
	margin: 0px 12px 0px 0px;
	width: 102px;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
}

.columns.is-mobile>.column.is-1 >div > div > div,
.columns.is-mobile>.column.is-1 >div > div > a,
.columns.is-mobile>.column.is-1 .menubtn {
	border: 3px #ffbb04 solid;
	border-radius: 4px;
	color: #040404;
	display: block;
}

.columns.is-mobile>.column.is-1 .menubtn::after {
	content: "MENU";
	color: #040404;
	font-family: tbchibirgothicplusk-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.05em;
	text-align: center;
}

.columns.is-mobile>.column.is-1 >div > div > div,
.columns.is-mobile>.column.is-1 >div > div > a {
	padding: 10px 0px 1px;
}

.columns.is-mobile>.column.is-1 >div > div > div img,
.columns.is-mobile>.column.is-1 >div > div > a img{
	margin: 0px auto 10px !important;
	height: 45px;
	width: auto;
}

.columns.is-mobile>.column.is-1 .menubtn {
	padding: 65px 0px 1px;
	position:relative;
	background:#fff;
	cursor:pointer;
	-webkit-transition:.3s;
	transition:.3s;
}
.columns.is-mobile>.column.is-1 .menubtn span{
	width: 60px;
	height: 8px;
	display: block;
	background: #ff6e04;
	position: absolute;
	left: 8px;
	right: 8px;
	margin: 0 auto;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 0px;
}
.columns.is-mobile>.column.is-1 .menubtn span:first-child{
	top: 11px;
}
.columns.is-mobile>.column.is-1 .menubtn span:nth-child(2){
	top: 29px;
}
.columns.is-mobile>.column.is-1 .menubtn span:nth-child(3){
	top: 47px;
}
.columns.is-mobile>.column.is-1 .menubtn.active span:nth-of-type(1) {
	-webkit-transform: translateY(18px) rotate(-45deg);
	transform: translateY(18px) rotate(-45deg);
}
.columns.is-mobile>.column.is-1 .menubtn.active span:nth-of-type(2) {
	opacity: 0;
}
.columns.is-mobile>.column.is-1 .menubtn.active span:nth-of-type(3) {
	-webkit-transform: translateY(-18px) rotate(45deg);
	transform: translateY(-18px) rotate(45deg);
}

.columns.is-mobile>.column.is-1 .menubtn.active::after {
	content: "CLOSE";
}

@media screen and (max-width:1024px) {
	header > .container {
		padding: 0px 10px;
		max-width: 100% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.columns.is-mobile>.column.is-5 h1 {
		padding: 0px 10px 0px 0px;
		font-size: 10px;
	}
	.columns.is-mobile>.column.is-3 {
		/* width: 200px; */
		white-space: normal;
		font-size: 14px;
		margin-top: 50px;
	}
}

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

	/* 2022改修(padding-top) */
	/* body > #app {
		padding-top: 72px;
	} */

	header {
		padding: 5px 0px;
		border-top-width: 2px;
	}

	header > .container {
		max-width: 100% !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.columns.is-mobile>.column.is-5 h1 {
		padding: 0px 0px 0px 0px;
		font-size: 10px;
		line-height: 16px;
		letter-spacing: -0.05em;
	}

	.columns.is-mobile>.column.is-5 h1 img {
		margin-top: 6px;
		width: 100%;
		max-width: 157px;
		height: auto;
		max-height: auto;
	}

	.columns.is-mobile>.column.is-3 {
		display: none;
	}

	.columns.is-mobile>.column.is-1 {
		margin: 0px 4px;
		width: 56px;
		font-size: 10px;
		line-height: 14px;
		letter-spacing: -0.06em;
		text-align: center;
	}

	.columns.is-mobile>.column.is-1 >div > div > div,
	.columns.is-mobile>.column.is-1 >div > div > a,
	.columns.is-mobile>.column.is-1 .menubtn {
		border-width: 2px;
		border-radius: 2px;
	}

	.columns.is-mobile>.column.is-1 .menubtn::after {
		font-size: 11px;
		line-height: 14px;
		letter-spacing: -0.06em;
	}

	.columns.is-mobile>.column.is-1 >div > div > div,
	.columns.is-mobile>.column.is-1 >div > div > a {
		padding: 5px 0px 1px;
	}

	.columns.is-mobile>.column.is-1 >div > div > div img,
	.columns.is-mobile>.column.is-1 >div > div > a img{
		margin: 0px auto 8px !important;
		height: 25px;
	}

	.columns.is-mobile>.column.is-1 .menubtn {
		padding: 38px 0px 1px;
	}
	.columns.is-mobile>.column.is-1 .menubtn span{
		width: 33px;
		height: 4px;
		left: 10px;
		right: 10px;
	}
	.columns.is-mobile>.column.is-1 .menubtn span:first-child{
		top: 8px;
	}
	.columns.is-mobile>.column.is-1 .menubtn span:nth-child(2){
		top: 17px;
	}
	.columns.is-mobile>.column.is-1 .menubtn span:nth-child(3){
		top: 26px;
	}
	.columns.is-mobile>.column.is-1 .menubtn.active span:nth-of-type(1) {
		-webkit-transform: translateY(9px) rotate(-45deg);
		transform: translateY(9px) rotate(-45deg);
	}
	.columns.is-mobile>.column.is-1 .menubtn.active span:nth-of-type(2) {
		opacity: 0;
	}
	.columns.is-mobile>.column.is-1 .menubtn.active span:nth-of-type(3) {
		-webkit-transform: translateY(-9px) rotate(45deg);
		transform: translateY(-9px) rotate(45deg);
	}

	.columns.is-mobile>.column.is-1 .menubtn.active::after {
		content: "CLOSE";
	}

}

@media screen and (max-width:374px) {
	.columns.is-mobile>.column.is-5 h1 {
		padding: 0px 0px 0px 0px;
		letter-spacing: -0.3em;
	}
}

/* 2022改修（追加） */
@media screen and (max-width:320px) {
	.columns.is-mobile>.column.is-5 h1 img {
		max-width: 115px;
		margin-bottom: 10px;
	}
}

/* 2022改修(削除)
.scroll .columns.is-mobile>.column.is-5 h1,
.scroll .columns.is-mobile>.column.is-1 {
	font-size: 0px;
	line-height: 0px;
}

.scroll .columns.is-mobile>.column.is-5 h1 img {
	margin-top: 0px;
}

.scroll .columns.is-mobile>.column.is-1 .menubtn::after {
	display: none;
}
*/

.modaal-overlay { background: rgb(0, 0, 0); opacity: 0.8!important; }
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select, textarea {
	font-size: 16px !important;
}

#go-top {
	width:72px;
	right:25px;
	bottom:15px;
	position:fixed;
	cursor:pointer;
	z-index:100;
	display: none;
}
#go-top.go-top-bottom {
	bottom: 185px;
}
@media screen and (max-width:928px) {
	#go-top {
		width:56px;
		right:15px;
	}
}

/* menu content */
.menu {
	position: fixed;
	top: 116px;
	right: 0;
	width: 418px;
	height: calc(100vh - 116px);
	overflow:auto;
	background: #f49500;
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: hidden;
	opacity: 0;
	z-index: 899;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0.05em;
}

/* 2022改修(削除)
.scroll .menu {
	top: 92px;
	height: calc(100vh - 92px);
}
*/

.panel {
	padding: 0px 0px 12px;
}

.panel > .panel-block,
.panel > p {
	border-top : 1px solid #fff;
	display: block;
}

.panel > .panel-block:first-child {
	border-top : none;
}

.panel > a.panel-block {
	padding: 20px 20px 20px 34px;
	background: url("../img/common/arr_r_menu.png") no-repeat left 16px center / 9px auto;
	color: #fff;
	display: block;
}

.panel > p {
	padding: 12px 0px;
}

/* 2022改修(margin,padding,font-size) */
.panel .button {
	margin: 0px 0 0 16px;
    padding: 8px 40px 8px 26px;
	background: url("../img/common/arr_r_menubt.png") no-repeat right 14px center / 12px auto;
	border-radius : 27px;
	color: #f49500;
	font-size: 20px;
	line-height: 34px;
	display: inline-block;
}
/* 2022改修(.panel .button) */
@media screen and (max-width:320px) {
	.panel .button {
		margin: 0px 0 0 10px;
		padding: 8px 30px 8px 15px;
		font-size: 16px;
	}
}

.panel .button.is-info {
	background-color: #fff;
}

.panel .button.is-text {
	background-color: #fffec1;
}

.open .menu {
	-webkit-transition: all .5s;
	transition: all .5s;
	visibility: visible;
	opacity: 1;
}

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

	.menu {
		top: 72px;
		width: 100%;
		height: calc(100vh - 62px);
	}

	/* 2022改修(削除)
	.scroll .menu {
		top: 58px;
		height: calc(100vh - 58px);
	}
	*/

	.panel > a.panel-block {
		padding: 15px 20px 15px 34px;
	}

	.panel > p {
		padding: 8px 0px;
	}

}

/* 2022改修(.your-favorite) */
.your-favorite {
	position: absolute;
	top: -8px;
	right: 250px;
	width: 279px;
	background-color: #ffd965;
	border-radius: 0 0 15px 15px;
	vertical-align: top;
}

.your-favorite li {
	display: inline-block;
	width: 90px;
	height: 52px;
	margin: 0;
	padding: 7px 7px 10px 7px;
	/* font-size: 0.8em; */
	vertical-align: top;
	text-align: center;
	line-height: 1.4;
	letter-spacing: 0;
	font-size: 12.8px;
}

.your-favorite li:nth-child(1),
.your-favorite li:nth-child(2) {
	border-right: 1px #ffffff solid;
}

.your-favorite li span {
	display: block;
	font-size: 1.2em;
	color: #ff8401;
	font-weight: bold;
}

@media screen and (max-width:928px) {
	.your-favorite {
		display: none;
	}
}

/* 2022改修(.pc-menu) */
.pc-menu {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #ffd965;
}

.pc-menu .pc-menu_container {
	min-width: 1080px;
	margin: 0 auto;
}

.pc-menu .pc-menu_container ul {
	vertical-align: middle;
	text-align: center;
	margin: 5px 0;
}

.pc-menu .pc-menu_container ul li {
	display: inline;
	padding: 0 15px;
	border-right: 1px #ffffff solid;
	/* font-size: 0.9em; */
	font-size: 14.4px;
}

.pc-menu .pc-menu_container ul li:first-child {
	border-left: 1px #ffffff solid;
}

.pc-menu .pc-menu_container ul li a{
	color: #4a4a4a;
}

.pc-menu .pc-menu_container ul li a:hover{
	color: #ff8401;
}

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

/* 2022改修(.cococari-sns) */
.cococari-sns {
	position: absolute;
	top: 25px;
	right: 25px;
}

.cococari-sns li {
	display: inline-block;
	width: 60px;
	height: 69px;
}

@media screen and (max-width:928px) {
	.cococari-sns {
		display: none;
	}
}

/* 2022改修(.cococari-sns__sp) */
.cococari-sns__sp span {
	display: inline-block;
	position: relative;
	width: 38px;
	height: 38px;
	background-color: #fff;
	border-radius: 19px;
	padding: 3px;
	margin: 0 3px 0 0;
}
.cococari-sns__sp span:first-child {
	margin-left: 16px;
}
.cococari-sns__sp img {
	width:  100%;
	height: auto;
}

/* 2020改修(.sp-menu-button) */
.sp-menu-button {
	display: none;
}

@media screen and (max-width:928px) {
	.sp-menu-button {
		display: block;
		position: absolute;
		top: 3px;
		right: 0;
	}
	.sp-menu-button > li {
		display: inline-block;
		vertical-align: middle;
		margin: 0 3px;
		width: 52px;
		height: 52px;
		color: #fff;
		border-radius: 4px;
		text-align: center;
	}
	.sp-menu-button > li:nth-child(1) {
		background-color: #feb700;
		padding: 10px 5px 0 5px;
		font-size: 9px;
	}
	.sp-menu-button > li:nth-child(1).login {
		padding: 17px 3px 0 3px;
		letter-spacing: -1px;
	}
	.sp-menu-button > li:nth-child(2) {
		background-color: #6bbabe;
		padding: 17px 3px 0 3px;
		font-size: 11px;
	}
	.sp-menu-button > li:nth-child(2).login {
		padding: 18px 0 0 0;
		font-size: 9px;
		letter-spacing: -1px;
	}
	.sp-menu-button > li:nth-child(3) {
		background-color: #feb700;
		padding: 17px 3px 0 3px;
		font-size: 11px;
	}
	.sp-menu-button > li:nth-child(3).active {
		background-color: #f39400;
		font-size: 0;
	}
	.sp-menu-button > li:nth-child(3).active::before {
		content: "CLOSE";
		font-size: 11px;
	}
	.sp-menu-button > li > span {
		display: block;
		border-top: 1px #fff solid;
		margin-top: 3px;
		padding-top: 3px;
	}
}

.modaal-close {
	background: #6dbabd !important;
	border: none;
	width: 74px !important;
	height: 74px !important;
	position: absolute !important;
	right: -37px !important;
	top: -37px !important;
}

.modaal-video .modaal-close {
	right: 10px !important;
	top: 10px !important;
}

.modaal-close:before,
.modaal-close:after {
	top: 18px !important;
	left: auto !important;
	right: 34px !important;
	width: 6px !important;
	height: 40px !important;
	border-radius: 4px!important;
}

.modaal-close:focus,.modaal-close:hover {
	outline: 0;
	background: #fff !important;
}

.modaal-close:focus:after,.modaal-close:focus:before,.modaal-close:hover:after,.modaal-close:hover:before {
	background: #6dbabd !important;
}

.modaal-container {
	padding: 0px;
	border-radius: 10px !important;
	/* text-align: center; */
}

.modaal-container .modaal-content-container {
	padding: 32px 90px 44px;
}

.modaal-container h3 {
	margin: 0px 0px 30px;
	padding: 0px 0px 16px;
	color: #6dbabd;
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}

.modaal-container h3:before,
.modaal-container h3:after {
	content: "";
	width: 144px;
	height: 4px;
	font-size: 0px;
	line-height: 0px;
	display: block;
	bottom: 0px;
	position: absolute;
}

.modaal-container h3:before {
	background: #468082;
	right: 50%;
}

.modaal-container h3:after {
	background: #6dbabd;
	left: 50%;
}

.modaal-container .checkbox {
	margin: 0px 20px 32px 0px;
	font-size: 24px;
	line-height: 35px;
	vertical-align: middle;
	display: inline-block;
}

.modaal-container .checkbox input[type=checkbox] {
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.modaal-container .field-label {
	margin: 0px 0px 10px;
	color: #6cbabe;
	font-size: 22px;
	line-height: 30px;
}

.modaal-container .field-body {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.modaal-container .field-body a {
	margin: 0px 0px 24px;
	padding: 0px 20px;
	border-left: 1px #000 solid;
	color: #000;
	font-size: 21px;
	line-height: 24px;
}

.modaal-container .field-body a:last-of-type {
	border-right: 1px #000 solid;
}

.modaal-container .button {
	margin: 16px auto 0px;
	padding: 15px 46px 15px 20px;
	width: 312px;
	background: #6dbabd url("../img/common/arr_r_dg.png") no-repeat right 16px center / 16px auto;
	border: none;
	border-radius: 33px;
	color: #fff;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	letter-spacing: 0.075em;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.modaal-container .button:hover {
	opacity: 0.7;
}

.modaal-container .search-modal-feature {
  font-size: 26px;
  line-height: 26px;
  color: rgb(109, 186, 189);
  font-weight: 400;
  margin: 10px 0px 20px 0px;
}

.modaal-video-wrap {
	margin: 0 auto;
}

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

	.modaal-close {
		width: 44px !important;
		height: 44px !important;
		position: absolute !important;
		right: -5px !important;
		top: -22px !important;
	}
	.modaal-close:before,
	.modaal-close:after {
		top: 10px !important;
		left: auto !important;
		right: 20px !important;
		width: 3px !important;
		height: 24px !important;
		border-radius: 3px!important;
	}
	.modaal-container {
		border-radius: 5px !important;
	}
	.modaal-container .modaal-content-container {
		padding: 32px 16px 39px;
	}
	.modaal-container h3 {
		margin: 0px 0px 20px;
		padding: 0px 0px 8px;
		font-size: 19px;
		line-height: 30px;
	}
	.modaal-container h3:before,
	.modaal-container h3:after {
		width: 80px;
		height: 3px;
	}
	.modaal-container .checkbox {
		margin: 0px 30px 20px 0px;
		font-size: 16px;
		line-height: 35px;
	}
	.modaal-container .checkbox input[type=checkbox] {
		width: 19px;
		height: 19px;
	}
	.modaal-container .field-label {
		font-size: 18px;
		line-height: calc(20 / 18);
	}
	.modaal-container .field-body a {
		margin: 0px 0px 20px;
		padding: 0px 15px;
		font-size: 17px;
		line-height: 24px;
	}
	.modaal-container .button {
		padding: 10px 35px 10px 10px;
		width: 245px;
		background-size: 12px auto;
		border-radius: 28px;
		font-size: 19px;
		line-height: 30px;
	}

	.modaal-container .search-modal-feature {
		font-size: 18px;
		line-height: 18px;
		margin: 10px 0px 20px 0px;
	}

}

.slick-prev,
.slick-next {
	content: "" !important;
	width: 40px !important;
	height: 40px !important;
	background: transparent;
	opacity: 1 !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: .5 !important;
}

.slick-prev:before,
.slick-next:before {
	display: none !important;
}

.slick-prev {
	background: url("../img/common/arr_l_slick.png") no-repeat center center / contain !important;
}

.slick-next {
	background: url("../img/common/arr_r_slick.png") no-repeat center center / contain !important;
}

/* 2022改修(left) */
.slick-prev {
	left: -75px;
}

/* 2022改修(right) */
.slick-next {
	right: -75px;
}

.slick-dots {
	bottom: -45px !important;
}

.slick-dots li {
	width: 14px !important;
	height: 14px !important;
	margin: 0 20px !important;
}

.slick-dots li button {
	width: 14px !important;
	height: 14px !important;
	margin: 0px !important;
	padding: 0px !important;
	border-radius: 50% !important;
	background-color: #fff !important;
}

.slick-dots li.slick-active button {
	background-color: #93dad4 !important;
}

.slick-dots li button:before {
	display: none !important;
}

.slick-slide img {
	display: block;
	margin:  0 auto;
}

/* 2022改修(padding,position) */
.topSecH {
  padding: 15px 0px;
  width: 100%;
  background-repeat: no-repeat;
  /* position: relative; */
  overflow: hidden;
  color: #fff;
  text-align: center;
}

/* 2022改修(削除)
.topSecH::before,
.topSecH::after {
  content: "";
  width: 100%;
  height: 5px;
  background-repeat: repeat-x;
  background-position: center center;
  display: block;
  left: 0px;
  position: absolute;
}

.topSecH::before {
  bottom: 0px;
}

.topSecH::after {
  top: 0px;
}
*/

/* 2022改修(font-size) */
.topSecH h2 {
  margin: 0px auto;
  font-size: 35px;
  line-height: 45px;
}

#topSenior .topSecH h2 {
  margin: 0px auto 15px;
}
/* 2022改修(.topSecH h2) */
@media screen and (max-width:320px) {
	#topSenior .topSecH h2 {
		text-align: right;
		padding-right: 20px;
	}
	/* #topEvent .topSecH h2 {
		font-size: 16px;
	} */
}

.topSecH p:first-of-type {
  margin: 0px auto 10px;
  font-size: 21px;
  line-height: 30px;
  opacity: 0.6;
}

.topSecH p:last-of-type {
  padding: 15px 0px 0px;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.075em;
  position: relative;
}

.topSecH p:last-of-type::before {
  content: "";
  margin-left: -28px;
  width: 56px;
  height: 2px;
  background-color: #8a4f24;
  display: block;
  left: 50%;
  top: 0px;
  position: absolute;
}

/* 2022改修(padding,height) */
@media screen and (max-width:928px) {
  .topSecH {
    /* padding: 32px 0px 22px; */
	height: 60px;
  }
}

@media screen and (max-width:928px) {
	.slick-prev {
		left: 10px !important;
	}
	.slick-next {
		right: 10px !important;
	}
}

#footerNavT,
#footerNavB {
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 0.025em;
}

#footerNavT p,
#footerNavB p {
	margin: 0px 0px 24px;
	padding: 0px 0px 0px 24px;
	background: url("../img/common/arr_r_fnv.png") no-repeat 0px 3px / 13px 19px;
}

#footerNavT {
	margin: 90px 0px 0px;
	background-color: #f49500;
	border-top: #dd6e00 solid 2px;

}

#footerNavT > .container {
	position: relative;
	padding: 24px 20px 1px;
}

#footerNavT > .container::before,
#footerNavT > .container::after {
	content: "";
	font-size: 0px;
	line-height: 0px;
	display: block;
	position: absolute;
}

#footerNavT > .container::before {
	background: url("../img/common/bg_logo.png") no-repeat center center / contain;
	width: 272px;
	height: 46px;
	left: 52px;
	top: -72px;
}

#footerNavT > .container::after {
	background: url("../img/common/bg_ft.png") no-repeat center center / contain;
	width: 288px;
	height: 90px;
	right: 46px;
	top: -92px;
}

#footerNavT > .container > .columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#footerNavT > .container > .columns .column.is-8 {
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

#footerNavT > .container > .columns .column.s-4 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#footerNavT > .container > .columns .column.is-8 > .columns {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#footerNavT > .container > .columns .column.is-8 > .columns .column.is-harf {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

/* #footerNavT > .container > .columns .column.is-8 > .columns .footer-menu-right p:last-of-type {
	display: none;
} */

@media screen and (max-width:928px) {
	#footerNavT > .container > .columns .column.is-8 > .columns .footer-menu-left p:last-of-type {
/* 		position: relative;
		height: 46px; */
		/* display: none; */
	}

/* 	#footerNavT > .container > .columns .column.is-8 > .columns .footer-menu-left p:last-of-type > a {
		position: absolute;
    width: 200px;
	} */

	#footerNavT > .container > .columns .column.is-8 > .columns .footer-menu-right p:last-of-type {
		display: block;
		border-bottom: none;
	}
}

#footerNavB > .container {
	padding: 24px 20px 24px;
}

#footerNavB > .container > .columns .column .columns .column {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

#footerNavB > .container > .columns .column p {
	width: 33.33%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#footerNavT > .container > .columns .column.is-8 a {
	color: #fff;
}

#footerNavT > .container > .columns .column.s-4 a {
	color: #fffec1;
}

#footerNavB > .container a {
	color: #663300;
}

@media screen and (max-width:928px) {
	#footerNavT,
	#footerNavB {
		font-size: 15px;
		line-height: 25px;
	}
	#footerNavT p,
	#footerNavB p {
		margin: 0px 0px 0px;
		padding: 10px 10px 10px 26px;
		background-position: 11px 16px;
		background-size: 9px 13px;
	}
	#footerNavT p {
		border-bottom: 1px #ece9e3 solid;
	}
	#footerNavT {
		margin: 56px 0px 0px;
	}
	#footerNavT > .container {
		padding: 1px 0px 1px;
	}
	#footerNavT > .container::before {
		width: 167px;
		height: 28px;
		left: 14px;
		top: -45px;
	}
	#footerNavT > .container::after {
		width: 180px;
		height: 56px;
		right: 5px;
		top: -58px;
	}
	#footerNavT > .container > .columns {
		display: block;
	}
	#footerNavT > .container > .columns .column.is-8,
	#footerNavT > .container > .columns .column.s-4 {
		margin-top: -1px;
		-webkit-box-flex:0;
		-webkit-flex:none;
		-ms-flex:none;
		flex:none;
	}
	#footerNavT > .container > .columns .column.s-4 p {
		border-top: 1px #ece9e3 solid;
		border-bottom: none;
	}
	#footerNavB > .container {
		padding: 24px 0px;
	}
	#footerNavB > .container > .columns .column p {
		width: 50%;
	}
}

@media screen and (max-width:374px) {
	#footerNavT,
	#footerNavB {
		font-size: 12px;
	}
	#footerNavT > .container::before {
		width: 119px;
		height: 20px;
		top: -37px;
	}
}

footer {
	padding: 20px 0px;
	background-color: #f8f6e5;
}

footer p {
	color: #000;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

@media screen and (max-width:928px) {
	footer {
		padding: 10px 0px;
	}
	footer p {
		color: #786445;
		font-size: 10px;
	}
}

#sidebanner {
	/* padding: 40px 0; */
	padding-bottom: 40px;
	background-color: #fff0d2;
}
#sidebanner > .box {
  margin: 0px 28px;
  padding: 42px 32px;
  background: url("../img/common/bg_bn.png") repeat center center / 3px auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#sidebanner > .box > a {
  margin: 0px 14px;
  display: block;
  /* flex: 1; */
}

@media screen and (max-width:928px) {
  #sidebanner > .box {
    margin: 0px 0px;
    padding: 34px 10px 20px;
  }
  #sidebanner > .box > a {
    margin: 0px 10px 16px;
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}

#profession {
  background-color: #fff;
}

#profession > .topSecH {
  background-color: #ef7c1f;
}

#profession > .container > div {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* #profession > .topSecH {
  background-image: url("../img/common/icon_head7.png");
  background-size: 120px auto;
  background-position: calc(50% + 310px) 10px;
} */

#profession > .topSecH::before {
  background-image: url("../img/common/nami_b_w.svg");
  background-size: 800px auto;
}

#profession > .topSecH::after {
  background-image: url("../img/common/nami_t.svg");
  background-size: 800px auto;
}

#profession > .container > div > .button {
  margin: 0px 8px 30px;
  padding: 12px 42px 14px 18px;
  background: #f1ea73 url("../img/common/arr_r_tab.png") no-repeat right 12px center / 11px auto;
  border-radius: 23px;
  color: #000;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 0.075em;
  display: block;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#profession > .container > div > .button:hover {
  opacity: 0.7;
}

#profession > .container {
  padding: 40px 20px 55px;
  text-align: center;
  position: relative;
}

@media screen and (max-width:928px) {
  #profession > .container > div {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #profession > .container > div > .button {
    margin: 0px 6px 25px;
    padding: 9px 35px 11px 16px;
    background-position: right 10px center;
    background-size: 9px auto;
    border-radius: 19px;
    font-size: 14px;
    line-height: 17px;
  }
  #profession > .topSecH {
    background-size: 78px auto;
    background-position: right 0px top 0px;
  }
  #profession > .container {
    padding: 30px 6px 40px;
  }
}

/* ---------------------------------------
	anchor
--------------------------------------- */
.anchor-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
.anchor-anchor {
	margin: 0 15px 10px 0;
  position: relative;
  padding: 0 24px 0 0;
}
.anchor-anchor:hover {
	opacity: 0.7;
}
.anchor-anchor:after {
		content: "";
    position: absolute;
    top: 6px;
    right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 7px solid transparent;
    border-left: 8px solid #6dbabd;
}
.anchor-primary {
	color: #6dbabd;
}
.anchor-primary:hover {
	color: #6dbabd;
}

@media screen and (max-width:928px) {
	.anchor-container {
	  display: block;
	  margin-top: 20px;
	  text-align: center;
	}
	.anchor-anchor {
		display: inline-block;
	}

}

/* ---------------------------------------
	button
--------------------------------------- */
.button-container-wrap {
	padding-bottom: 30px;
}
.button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}
.button-container .button-button {
  margin: 0 15px;
}
.button-button {
  width: 314px;
  border-radius: 66px;
  font-size: 24px;
  line-height: 2.75;
  text-align: center;
  display: block;
  border: none;
  background: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.button-button:hover {
	color: #fff;
	opacity: 0.6;
}
.button-wide {
	width: 408px;
}

.button-primary {
  color: #fff;
  background-color: #6dbabd;
  border: 2px solid #6dbabd;
  position: relative;
}
.button-primary:after {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: url(../img/common/arr_r_dg.png) no-repeat;
  background-size: cover;
}

.button-white {
    color: #6dbabd;
    border: 2px solid #6dbabd;
    position: relative;
}
.button-white:before {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background-color: #6dbabd;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}
.button-white:after {
    content: "";
    display: block;
    width: 24px;
    height: 5px;
    background-color: #6dbabd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px;
}
.button-white:hover {
	color: #6dbabd;
}

@media only screen and (max-width: 768px) {
	.button-container {
    display: block;
    margin-top: 0;
    padding-top: 5.333333333333333vw;
	}
	.button-container .button-button {
	  margin: 5.333333333333333vw auto 0;
	  margin-bottom: 4vw;
	}
	.button-button {
    width: 72.8vw;
    font-size: 5.6vw;
    line-height: 2.380952380952381;
    border-radius: 13.333333333333334vw;
	}
	.button-button:hover {
		opacity: 1;
	}
	.button-wide {
		width: 94.64vw;
	}

	/* .button-primary {
	}
	.button-white {
	} */

}

/* ---------------------------------------
	heading
--------------------------------------- */
.heading-container {
  background-color: #ff8400;
  width: 100%;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 40px 0 45px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.heading-container::after {
  content: "";
  background-image: url(../img/common/nami_b.svg);
  background-size: 800px auto;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.heading-title {
	/* margin-bottom: 15px; */
	font-size: 34px;
}
.heading-alphabet {
	opacity: 0.6;
	font-size: 20px;
}

/* .heading-event {
  background-image: url(../img/common/icon_head3.png);
  background-size: 120px auto;
  background-position: calc(50% + 310px) 10px;
  background-repeat: no-repeat;
}

.heading-senior {
  background-image: url(../img/common/icon_head6.png);
  background-size: 120px auto;
  background-position: calc(50% + 310px) 10px;
  background-repeat: no-repeat;
}
.heading-column {
  background-image: url(../img/common/icon_head4.png);
  background-size: 120px auto;
  background-position: calc(50% + 310px) 10px;
  background-repeat: no-repeat;
}
*/
@media only screen and (max-width: 768px) {
	.heading-container {
    padding: 5.333333333333333vw 0 6.133333333333333vw;
    margin-bottom: 5.333333333333333vw;
	}
	.heading-container::after {
    background-size: cover;
    height: 0.8vw;
  }
	.heading-title {
    margin-bottom: 4.266666666666667vw;
    font-size: 6.666666666666667vw;
	}
	.heading-alphabet {
		font-size: 4vw;
	}

  .heading-event {
    background-size: 78px auto;
    background-position: right -30px top -10px;
  }

  .heading-senior {
  	background-size: 78px auto;
    background-position: right 0px top 0px;
	}

	.heading-column {
		background-size: 78px auto;
    background-position: right 0px top 0px;
	}
}

/* ---------------------------------------
	recruit
--------------------------------------- */
.recruit-url {
	word-break: break-all;
  display: block;
  line-height: 1.1;
  padding-top: 2px;
  text-decoration: underline;
}
.recruit-url > a {
	color: #3273dc !important;
	text-decoration: underline;
}
p.recruit-detail-short {
	width: calc(30% - 8px) !important;
}

/* ---------------------------------------
	box
--------------------------------------- */
.box-container {
  width: 1000px;
  border-radius: 12px;
  background-color: #fff;
  margin: 0 auto;
  padding: 35px 40px 45px;
}
h3.box-heading {
  margin-bottom: .5em;
  font-size: 1.2em;
  line-height: 30px;
  display: block;
	color: #363636;
  font-weight: 700;
}
h3.box-heading:not(:first-of-type) {
	margin-top:  1.2em
}
.box-content > ol,
.box-content > li {
	padding-left: 1.2em
}
.box-background-transparent {
	background-color: transparent;
}
.box-container-flat {
	padding-bottom: 5px;
}
.box-container-margin-bottom {
	margin-bottom: 30px;
}


@media only screen and (max-width: 768px) {
	.box-container {
    width: 93.33333333333333vw;
    padding: 6vw 3.333333333333333vw 11.2vw;
	}
	.box-container-flat {
		padding-bottom: 5px;
		margin-bottom: 20px;
	}
}

/* ---------------------------------------
	profile
--------------------------------------- */
.profile-container {
	margin-bottom: 50px;
}
.profile-table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ccc;
}
.profile-table tr {
	border: 1px solid #ccc;
}
.profile-table th {
	vertical-align: middle;
  background: #f9f6e4;
  color: #613f0d;
  font-weight: 700;
  padding: 13px 15px;
	text-align: right !important;
  width: 200px;
}
.profile-table td {
  padding: 13px 15px;
  border: 1px solid #ccc;
}
.profile-background-white {
	background: white;
}
.profile-url {
	word-break: break-all;
}

@media only screen and (max-width: 768px) {
	.profile-container {
		margin-bottom: 30px;
	}
	.profile-table th {
		font-size: 4vw;
		width: 120px;
	}
	.profile-table th.profile-th-slim {
		font-size: 3.5vw;
		width: 80px;
		padding: 13px 5px;
	}
}

/* ---------------------------------------
	form
--------------------------------------- */
h2.form-heading {
	border-bottom: 1px dotted #7c7e7e;
	padding-bottom: 5px;
	margin-bottom: 50px;
	font-size: 28px;
}
.form-attention {
  color: #e50012;
  margin-top: 0.5em;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
	h2.form-heading {
		margin-bottom: 20px;
		font-size: 5.6vw;
		margin-bottom: 30px;
	}
	.form-attention {
		font-size: 4.2vw;
	}
}

/* ---------------------------------------
	send
--------------------------------------- */
.send-container {
	text-align: center;
  margin-bottom: 40px;
}

h2.send-heading {
    color: #ff8400;
    margin-bottom: 0.5em;
    font-size: 28px;
}
.send-text {
	font-size: 18px;
}

.send-container:after {
  content: "";
  width: 101px;
  height: 104px;
  background: url(../img/common/icon_char1.png) no-repeat;
  background-size: cover;
  display: block;
  margin: 25px auto 0;
}

@media only screen and (max-width: 768px) {
	.send-container {
	  margin-bottom: 0;
	  text-align: left;
	  padding: 0 3.333333333333333vw;
	}
	h2.send-heading {
		text-align: center;
		font-size: 5.6vw;
	}
	.send-text {
		font-size: 4.8vw;
	}
	.send-container:after {
	  width: 19.333333333333332vw;
	  height: 20.133333333333333vw;
	  margin: 6.666666666666667vw auto 0;
	}
}

.before-footer {
	padding-bottom: 30px;
}
.background {
	background-color: #fff0d2;
}

/* ---------------------------------------
	notification
--------------------------------------- */
.notification-container {
  position:fixed;
  top:0;
  left:0;
  right:0;
  font-size:1.6em;
  z-index:100000;
  animation: notification-fadeout .3s linear 3s 1 normal forwards;
  -webkit-animation: notification-fadeout .3s linear 3s 1 normal forwards;
}

.notification-text {
  max-width:1080px;
  width:100%;
  margin:0 auto;
  padding:10px 20px;
}
.notification-info {
  background:#00769f;
  color:#fff;
}
.notification-error {
  background:#d73800;
  color:#fced29;
}
.notification-attention {
  background:#606060;
  color:#fced29;
}

@media screen and (max-width:928px) {
	.notification-text {
		font-size: 5vw;
	}
}

@keyframes notification-fadeout {
	0% { opacity:1; }
	100% { opacity:0; z-index:-1; }
}

@-webkit-keyframes notification-fadeout {
	0% { opacity:1; }
	100% { opacity:0; z-index:-1; }
}

/* ---------------------------------------
	sitemap
--------------------------------------- */
.sitemap-container {
	border-top: 1px dotted #7c7e7e;
  padding-top: 15px;
  margin-top: -5px;
}
.sitemap-anchor {
	display: inline-block;
	margin: 0 15px 10px 0;
  position: relative;
  padding: 0 24px 0 0;
}
.sitemap-anchor:hover {
	opacity: 0.7;
}
.sitemap-anchor:after {
	content: "";
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 5px;
  height: 5px;
  border: 7px solid transparent;
  border-left: 8px solid #6dbabd;
}
.sitemap-primary {
	color: #6dbabd;
}
.sitemap-primary:hover {
	color: #6dbabd;
}

@media screen and (max-width:928px) {
	.sitemap-container {
		display: block;
	}
	/* .sitemap-anchor {
	} */

}

/* ---------------------------------------
	error
--------------------------------------- */
.error-container {
	margin-bottom: 20px;
}

/* ---------------------------------------
	notice
--------------------------------------- */
.notice-container {
  padding: 28px 58px 0px;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h2.notice-heading {
  margin: 0 auto;
  padding: 10px 0px;
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  border-radius: 24px;
  color: #ff8400;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.075em;
  text-align: center;
}
.notice-text {
  margin-top: 1em;
  font-size: 16px;
}
.notice-text-attention {
	color: #e50012;
}
h2.notice-heading-wide {
	max-width: 1000px;
}
h2.notice-heading-margin-bottom {
	margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
  .notice-container {
    padding: 15px 10px;
  }
  h2.notice-heading {
    padding: 4px 0px;
    width: 80%;
    border-radius: 14px;
    font-size: 18px;
    line-height: 20px;
  }
  .notice-text {
    font-size: 4.2vw;
  }
	h2.notice-heading-wide {
		width: 95%;
		font-size: 16px;
	}
}

/* ---------------------------------------
	introduce
--------------------------------------- */
.introduce-container {
	display: flex;
	justify-content: space-between;
	width: 720px;
	margin: 0 auto;
	margin-top: 1.5em;
	margin-bottom: 5em;
}
.introduce-item {
	width: 30%;
	max-width: 200px;
}
.introduce-introduction {
	margin: 0 auto;
	max-width: 600px;
	margin-top: 1.5em;
	background: #f6df5c;
	background-image: url("../img/introduce/introduction.png");
	background-size: 75px 75px;
	background-repeat: no-repeat;
	background-position: center left 10px;
	height: 100px;
	border-radius: 12px;
}
.introduce-text {
	padding-left: 100px;
	position: relative;
	height: 100px;
	/* padding-top: 24px; */
}
.introduce-text span {
	margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.introduce-text a {
  text-decoration: underline;
  color: #3273dc;
}
#modaal-introduce-qr {
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.introduce-container {
		width: 100%;
		margin-bottom: 0;
	}
	.introduce-text {
		display: block;
		padding-left: 80px;
	}
	.introduce-introduction {
		background-position: center left 5px;

	}
}

/* ---------------------------------------
	subheading
--------------------------------------- */
h3.subheading {
	margin: 48px 0px 48px;
	padding: 0px 0px 10px;
	color: #6dbabd;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	letter-spacing: 0.1em;
	position: relative;
}

h3.subheading:before {
  content: "";
  width: 100px;
  height: 3px;
  font-size: 0px;
  line-height: 0px;
  display: block;
  bottom: 0px;
  position: absolute;
  background: #468082;
  right: 50%;
}

h3.subheading:after {
  content: "";
  width: 100px;
  height: 3px;
  font-size: 0px;
  line-height: 0px;
  display: block;
  bottom: 0px;
  position: absolute;
  background: #6dbabd;
  left: 50%;
}

@media only screen and (max-width: 768px) {
	h3.subheading {
    margin: 25px 0px 25px;
    padding: 0px 0px 8px;
    font-size: 19px;
    line-height: 25px;
	}
	h3.subheading:before {
    background: #468082;
    right: 50%;
	}
	h3.subheading:after {
    background: #6dbabd;
    left: 50%;
	}
}

/* ---------------------------------------
	preivew-banner
--------------------------------------- */
.preivew-banner-container {
	max-width: 1000px;
	margin: 0 auto;
}
img.preivew-banner-iamge {
	display: block;
	margin: 0 auto;
	max-width: 95%;
}
.preivew-banner-code {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.preivew-banner-code > code {
	background: white;
  padding: .5em 1em;
  border: 1px solid #f49500;
  border-radius: 5px;
  margin-top: 1em;
  color: #363636;
  max-width: 95%;
  word-break: break-all;
}
/* ---------------------------------------
	modal inner & a-button Component
--------------------------------------- */
.a-button {
  width: 314px;
  border-radius: 66px;
  font-size: 24px;
  line-height: 2.75;
  text-align: center;
  display: block;
  border: none;
  background: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.a-button.sns {
	width: 280px;
}
@media only screen and (max-width: 768px) {
  .a-button {
    width: 72.8vw;
    font-size: 5.6vw;
    line-height: 2.380952380952381;
    border-radius: 13.333333333333334vw;
  }
	.a-button.sns {
		width: 60vw;
	}
}
.a-button:hover {
  opacity: 0.7;
}
.a-button:focus {
  outline: 0;
}
.a-button--common {
  background-color: #1877f2;
  color: #fff;
}
.a-button--common:hover {
  color: #fff;
}
.a-button--reset {
  color: #6dbabd;
  border: 2px solid #6dbabd;
  position: relative;
}
.a-button--reset:hover {
  color: #6dbabd;
}
.a-button--reset:before {
  content: "";
  display: block;
  width: 24px;
  height: 5px;
  background-color: #6dbabd;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.a-button--reset:after {
  content: "";
  display: block;
  width: 24px;
  height: 5px;
  background-color: #6dbabd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.a-button--next {
  color: #fff;
  background-color: #6dbabd;
  border: 2px solid #6dbabd;
  position: relative;
}
.a-button--next:after {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: url("../img/common/arr_r_dg.png") no-repeat;
  background-size: cover;
}
.a-button--next:hover {
  color: #fff;
}
.a-button--prev {
  color: #fff;
  background-color: #6dbabd;
  border: 2px solid #6dbabd;
  position: relative;
}
.a-button--prev:after {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -11px;
  background: url("../img/common/arr_r_dg.png") no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.a-button--prev:hover {
  color: #fff;
}
.a-button--reservation {
  background-color: #fff;
  color: #ff8400;
  position: relative;
  border: 1px solid #ff8400;
}
.a-button--reservation:hover {
  background-color: #ff8400;
  color: #fff;
}
.a-button--reservation:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 19px;
  border-color: transparent transparent transparent #ff8400;
}
@media only screen and (max-width: 768px) {
  .a-button--reservation:after {
    border-width: 3.733333333333333vw 0 3.733333333333333vw 3.2vw;
    margin-top: -3.733333333333333vw;
  }
}
.a-button--preView {
  background-color: #fff;
  color: #ff8400;
  position: relative;
  border: 1px solid #ff8400;
}
.a-button--preView:hover {
  opacity: 1;
}
.a-button--preView:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -21px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 19px;
  border-color: transparent transparent transparent #ff8400;
}
@media only screen and (max-width: 768px) {
  .a-button--preView:after {
    border-width: 3.733333333333333vw 0 3.733333333333333vw 3.2vw;
    margin-top: -3.733333333333333vw;
  }
}
.a-button--close {
  color: #b3aca3;
  background-color: #d3d3d0;
  cursor: default;
}
.a-button--close:hover {
  opacity: 1;
}
.a-button--search {
  background-color: #6dbabd;
  color: #fff;
  position: relative;
}
.a-button--search:hover {
  color: #fff;
}
.a-button--search:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: url("../img/common/arr_r_bt.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .a-button--search:after {
    width: 4.8vw;
    height: 4.8vw;
    right: 2.4vw;
    margin-top: -2.4vw;
  }
}
.a-button--link {
  background-color: #ff8400;
  color: #fff;
  position: relative;
}
.a-button--link:hover {
  color: #fff;
}
.a-button--link:after {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: url("../img/common/arr_r_dg.png") no-repeat;
  background-size: cover;
}
.a-button--outerLink {
  background-color: #fff;
  color: #6dbabd;
  border: 3px solid #6dbabd;
  position: relative;
}
.a-button--outerLink:hover {
  color: #fff;
  background-color: #6dbabd;
  opacity: 1;
}
.a-button--outerLink:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  background: url("../img/common/arr_r_slick.png") no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .a-button--outerLink:after {
    width: 4.8vw;
    height: 4.8vw;
    right: 2.4vw;
    margin-top: -2.4vw;
  }
}
.a-inputText {
  border: 1px solid #acacac;
  border-radius: 3px;
  line-height: 1.875;
  padding: 0 0.2em;
  -webkit-transition: border-color 0.5s, background-color 0.5s;
  transition: border-color 0.5s, background-color 0.5s;
  font-family: tbchibirgothicplusk-pro, sans-serif;
}
.invalid .a-inputText {
  border-color: #e50012;
  background-color: #fff1f2;
}
.a-text_14 {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .a-text_14 {
    font-size: 4.266666666666667vw;
  }
}
.a-text_16 {
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .a-text_16 {
    font-size: 4.533333333333333vw;
  }
}
.a-text_18 {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .a-text_18 {
    font-size: 4.8vw;
  }
}
.a-text_20 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .a-text_20 {
    font-size: 4vw;
  }
}
.a-text_24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .a-text_24 {
    font-size: 5.066666666666666vw;
  }
}
.a-text_28 {
  font-size: 28px;
}
@media only screen and (max-width: 768px) {
  .a-text_28 {
    font-size: 5.6vw;
  }
}
.a-text_34 {
  font-size: 34px;
}
@media only screen and (max-width: 768px) {
  .a-text_34 {
    font-size: 6.666666666666667vw;
  }
}
.m-loninFormItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 55px 0 33px;
}
@media only screen and (max-width: 768px) {
  .m-loninFormItem {
    display: block;
    padding: 0 8vw;
  }
}
.m-loninFormItem__label {
  width: 140px;
  text-align: right;
}
.m-loninFormItem__label label {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .m-loninFormItem__label {
    text-align: left;
    width: auto;
  }
  .m-loninFormItem__label label {
    font-size: 4.533333333333333vw;
    margin-bottom: 0.2em;
    display: block;
  }
}
.m-loninFormItem__body {
  width: 350px;
}
@media only screen and (max-width: 768px) {
  .m-loninFormItem__body {
    width: 100%;
  }
}
.m-loninFormItem__error {
  color: #e50012;
  margin-left: 185px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .m-loninFormItem__error {
    font-size: 4.266666666666667vw;
    margin-left: 0;
    padding: 0 8vw;
    margin-bottom: 4vw;
  }
}
.o-loginForm .modaal-container {
  width: 590px;
}
@media only screen and (max-width: 768px) {
  .o-loginForm .modaal-container {
    width: 93.33333333333333vw;
  }
}
.o-loginForm .modaal-container .modaal-content-container {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .o-loginForm .modaal-inner-wrapper {
    padding: 0;
  }
}
.o-loginForm__button {
  margin: 0 auto 20px auto;
  border: none;
}

.o-loginForm__button.sns {
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .o-loginForm__button {
    margin-bottom: 5.333333333333333vw;
  }
	.o-loginForm__button.sns {
	  margin-bottom: .5vw;
	}
}
.o-loginForm__passRemind.sns {
	margin-top: 20px;
}
.o-loginForm__passRemind {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
	.o-loginForm__passRemind.sns {
		margin-top: 5.333333333333333vw;
	}
  .o-loginForm__passRemind {
    font-size: 4vw;
  }
}
.o-loginForm__passRemind a {
  color: #6cbabe;
}
.o-loginForm__passRemind a:hover {
  text-decoration: underline;
}
.o-loginForm__passRemind:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 12px;
  border-color: transparent transparent transparent #6cbabe;
  margin-left: 0.3em;
}
.o-loginForm .m-loninFormItem {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .o-loginForm .m-loninFormItem {
    margin-bottom: 5.333333333333333vw;
  }
}
.o-loginForm .m-loninFormItem:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .o-loginForm .m-loninFormItem:last-child {
    margin-bottom: 8vw;
  }
}
.o-loginForm .m-loninFormItem .field-label {
  margin: 0;
}
.o-loginForm .m-loninFormItem .a-inputText {
  width: 100%;
}

.members-only {
	font-size: 22px;
  text-align: center;
  display: block;
}
.members-only > .red {
	color: #e50012;
}

@media only screen and (max-width: 768px) {
	.members-only {
		font-size: 5vw;
		text-align: left;
		padding: 0 4vw;
	}
}

.default-anchor {
	color: #4a4a4a;
	cursor: pointer;
}
.default-anchor:hover {
	color: #ff8401;
}
.white-anchor {
	color: #fff;
	cursor: pointer;
}

/* 2023改修（追加） */
.modaal-container .search-modal-feature {
	line-height: 1;
	padding: 16px 6px;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: center;
	box-sizing: border-box;
	background: #6cbabe;
	transition-property: all;
	transition: 0.5s;
	cursor: pointer;
	border: 4px solid #6cbabe;
}

.modaal-container .search-modal-feature:hover {
	opacity: .7;
}

.modaal-container .search-modal-feature::before {
	content: "";
	display: block;
}
.modaal-container .search-modal-feature::after {
	content: "";
	display: block;
	width: 24px;
	height: 18px;
	background: url(../img/common/arr_d_w.png) no-repeat;
	transform: rotate(-90deg);
}

.modaal-container .search-modal-feature.is-active {
	color: #6cbabe;
	background-color: #fff;
}

.modaal-container .feature-items.is-hide {
	display: none;
}
.modaal-container .feature-items {
	padding-bottom: 16px;
}
.modaal-container .feature-items .checkbox {
	display: block;
	margin: 0 0 16px 0;
}