@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap&text=%21%22%23%24%25%26%27%28%29%2A%2B%2C-.%2F0123456789%3A%3B%3C%3D%3E%3F%40ABCDEFGHIJKLMNOPQRSTUVWXYZ%5B%5C%5D%5E_%60abcdefghijklmnopqrstuvwxyz%7B%7C%7D%7E');

html {
	margin-top: 0 !important;/*勝手にマージンが入るので消す*/
}
@media screen and (max-width: 782px){
	margin-top: 0 !important;/*勝手にマージンが入るので消す*/
}

/**/
html.is-fixed,
html.is-fixed body {
	height: 100vh;
	overflow: hidden;
}
/**/

/*文字サイズ変更*/
html.base-large {
    font-size: 150%;
}
html.base-medium {
    font-size: 100%;
}
html.base-small {
    font-size: 80%;
}
.fontsize-controller {
	display: flex;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	right: 0;
	bottom: 0;
	/*background-color: #7fc0ed;
	padding: 8px;
	border-radius: 8px;
	position: fixed;
	z-index: 98;
	top: 108px;
	right: 16px;
	transition: all 0.2s;*/
}
/*@media screen and (max-width: 1440px){
	.fontsize-controller {
		top: 70px;
	}
}*/
.fontsize-controller .fontsize-controller__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	background-color: #1f6fa3;
	color: #fff;
	margin: 0 2px;
}
html.base-large .fontsize-controller .fontsize-controller__button:nth-child(1) {
	background-color: #fff;
	color: #1f6fa3;
}
html.base-medium .fontsize-controller .fontsize-controller__button:nth-child(2) {
	background-color: #fff;
	color: #1f6fa3;
}
html.base-small .fontsize-controller .fontsize-controller__button:nth-child(3) {
	background-color: #fff;
	color: #1f6fa3;
}
/**/

html,
a {
	transition: all 0.15s;
}

body{
	margin: 0;
	padding: 100px 0 0 0;
	color: #333;
	background-color: #e0f2ff;
	font-size: 120%;
	font-family: "M PLUS Rounded 1c","Zen Maru Gothic", serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing: 12%;
	position: relative;
}
h1,h2,h3,h4,h5,p {
	margin: 0;
	position: relative;
}
h1,h2,h3,h4,h5 {
	font-weight: 500;
}
a {
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
input,textarea,select,button {
	font-family: inherit;
}

header, main, footer {
	width: 100%;
	position: relative;
}
header {
	background-color: #7fc0ed;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
header .inner {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100px;
}
#logo_area {
	transition: all 0.4s;
}
#logo_area h1 {
	font-size: 2em;
	text-align: center;
	text-shadow: 1px 1px 2px #fff;
	z-index: 99;
}
#logo_area h1 span {
	display: block;
	font-size: 0.5em;
	line-height: 1em;
}
#logo_area a {
	text-decoration: none;
	color: #333;
}
#logo_area a:hover {
	text-decoration: none;
}
#header_l,
#header_r {
	width: 50%;
	height: 100%;
	position: absolute;
	transition: all 0.4s;
}
#header_l {
	display: flex;
	align-items: center;
	left: 0;
	bottom: 0px;
}
#header_r {
	display: block;
	right: 0;
	bottom: 8px;
}
#login_menu_area {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #ffc;
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	padding: 8px;
	z-index: 99;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px){
	#login_menu_area {
		display: none;
	}
}

#login_menu_area form {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3a8ecb;
	color: #fff;
	padding: 0;
	margin: 0 8px 0 0;
	border-radius: 16px 0 0 16px;
	z-index: 99;
	border-right: 2px solid #ddd;
}
#login_menu_area form h2 {
	display: flex;
	align-items: center;
	text-align: center;
	font-size: 0.8em;
	line-height: 1.1em;
	color: #fff;
	padding: 0;
	margin: 0 8px;
	cursor: pointer;
}
#login_menu_area form h2::before {
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    mask-image: url(../img/icon_search.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
	position: relative;
	top: auto;
	left: auto;
}
#login_menu_area form h2::after {
	display: none;
}
#login_menu_area input[type=text],
#login_menu_area button {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: all 0.2s;
}
#login_menu_area input[type=text] {
	display: inline-block;
	width: 0;
	height: 100%;
	font-size: 1em;
	box-sizing: border-box;
	vertical-align: bottom;
	margin: 0;
	padding: 8px 0;
	background-color: #fff;
	box-shadow: inset 0px 0px 0px 1px #ccc;
}
/*#login_menu_area button,*/
#login_menu_area input[type=submit] {
	display: inline-block;
	width: 0;
	height: 100%;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	border: 0px solid #ccc;
}
#login_menu_area input.opened[type=text] {
	padding: 8px 8px;
	width: 180px;
}
#login_menu_area input.opened[type=submit] {
	padding: 8px;
	width: auto;
}
.riyousha_menu_sub {
	display: none;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0 0 16px 16px;
	padding-top: 69px !important;
	z-index: -1;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.riyousha_menu_sub li:first-child {
	text-align: center;
}
.riyousha_menu_sub a {
	color: #333;
}
.riyousha_menu_sub a:hover {
	color: #3a8ecb;
	text-decoration: none;
}


#main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main h2 {
}
#main h3 {
}
#main h4 {
}
#main h5 {
}


#banner_area {
	width: 100%;
}

#menu_area {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	padding: 30px 0;
	background-color: #e0f2ff;
	z-index: 1;
	transition: all 0.2s;
}
#menu_area.fix {
	position: fixed;
	top: 100px;
	padding: 10px 0;
	z-index: 98;
}
#menu_btn {
	display: flex;
	width: calc( 1400px * 0.8 );
	list-style: none;
	padding: 0;
	justify-content: space-around;
	margin: 0;
}
#menu_btn li {
	margin: 0 8px;
}
#menu_btn li a {
	color: #333;
	font-size: 1em;
	font-weight: 500;
	position: relative;
}
#menu_btn li a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background-color: #3a8ecb;
}
#menu_btn li a:hover,
#menu_btn li a.active {
	text-decoration: none;
	color: #3a8ecb;
}
#menu_btn li a:hover::after,
#menu_btn li a.active::after {
	display: none;
}

#menu_btn div.sub {
	visibility: hidden;
	width: 100%;
	height: 0%;
	opacity: 0;
	position: absolute;
	transition: all 0.2s;
}
#menu_area.fix #menu_btn div.sub {
	padding-top: 10px;
	top: 39px !important;
	left: 0;
}
#menu_btn div.sub ul {
	display: flex;
	flex-wrap: wrap;
	background-color: #e0f2ff;
	padding: 16px 5%;
	width: 90%;
}
#menu_btn div.sub li {
	font-size: 0.8em;
	padding: 8px 16px;
	list-style: none;
}
#menu_btn div.sub li a {
	padding-left: 1.2em;
}
#menu_btn div.sub li a::after {
	content: "";
    display: block;
    width: 1em;
    height: 2px;
    border-radius: 2px;
    background-color: #3a8ecb;
    position: absolute;
    left: 0;
    top: 50%;
}
#menu_btn div.active_sub {
	visibility: visible;
	height: auto;
	opacity: 1;
}

.search_more {
	text-align: right;
	margin-top: -12px;
}
.search_more a {
	display: inline-block;
	font-weight: 500;
}
.search_more a:hover {
	text-decoration: none;
}
.search_more a::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.4em;
	mask-image: url("../img/icon_search.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #3a8ecb;
}
.search_more a::after {
    content: "";
    display: block;
    width: auto;
    height: 2px;
    border-radius: 2px;
    background-color: #3a8ecb;
}
.search_list,
.search_link,
.link_list {
	list-style: none;
	marin: 0;
	padding: 0;
}
.search_list li a,
.search_link li a ,
.link_list li a {
	font-weight: 500;
}
.search_list li a::before,
.link_list li a::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.4em;
	mask-image: url("../img/icon_book2.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #3a8ecb;
}
.search_link li {
	margin: 12px 0;
	position: relative;
}
.search_link li::before {
	content: "";
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	mask-image: url("../img/icon_search.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #fff;
	position: absolute;
	left: 0.8em;
	top: calc( 50% - 0.6em );
}
.search_link li a  {
	display: block;
	background-color: #3a8ecb;
	color: #fff !important;
	padding: 12px 36px;
	border-radius: 12px;
	text-align: center;
}
.search_link li a::after {
	background-color: #fff;
	position: absolute;
	right: 0.8em;
	bottom: 8px;
}

footer {
	margin-top: 48px;
	z-index: 97;
}
footer,
footer a {
	color: #fff;
}
#footer_t {
	background-color: #7fc0ed;
	padding: 1em 0;
	position: relative;
}
#footer_b {
	background-color: #1f6fa3;
	text-align: center;
	padding: 2em 0 1em 0;
}
#copyrights {
	margin-top: 64px;
}

.login {
	display: flex;
	align-items: center;
	position: relative;
	font-size: 1em;
	background: #3a8ecb !important;
	color: #fff;
	border: none;
	padding: 12px 36px !important;
	border-radius: 8px !important;
	cursor: pointer;
	transition: all 0.2s ease;
	width: auto;
}
.login:active {
	transform: translateY(2px);
}
.login::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.8em;
	mask-image: url("../img/icon_login.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #fff;
}

#riyousha_menu {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
}
#riyousha_menu h3 {
	margin: 1.2em 0;
}
#riyousha_menu h3::before {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.4em;
	mask-image: url("../img/icon_book2.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #3a8ecb;
}
#riyousha_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#riyousha_menu ul li {
	display: block;
	width: 100%;
	border-bottom: 1px dashed #ccc;
	padding: 0.5em 0;
}
#riyousha_menu ul li:last-child {
	border-bottom: 0px;
}
#riyousha_menu ul li a {
	display: block;
	margin-left: 1em;
	font-weight: 500;
}
.riyousha_menu_btn {
	display: flex;
	align-items: center;
	font-size: 0.8em;
	margin-left: 8px;
	white-space: nowrap;
	cursor: pointer;
	z-index: 1;
	background-color: #3a8ecb;
	color: #fff;
	font-weight: 600;
	padding: 8px;
	border-radius: 0 0 8px 8px;
}
.riyousha_area {
	z-index: 98;
	display: flex;
	align-items: center;
}
.riyousha_area .leader::after {
	background-color: #fff;
}


#footer_link {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 60px 0;
}
#footer_link ul {
	list-style: none;
	margin: 0 16px;
	padding: 0;
}
#footer_link dl,
#footer_link dl dt, 
#footer_link dl dd {
	margin: 0;
	padding: 0;
}
#footer_link a {
	font-weight: 500;
}
#footer_link a::after {
}
#footer_link a.link_x::after,
#footer_link a.link_insta::after{
	display: none;
}
#footer_link dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
#footer_link dl dd {
	margin-right: 16px;
}
#totop {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background-color: #1f6fa3;
	position: fixed;
	right: 16px;
	bottom: 16px;
	background-image: url("../img/02_ninjabookn.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 30px 24px;
	/*background-position: center center;*/
	box-shadow: inset 4px 4px 4px rgba(0,0,0,0.3);
	transition: none;
}
#totop::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	mask-image: url("../img/icon_totop.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #fff;
	margin-top: 4px;
}
.bookn_1 {
	display: block;
	width: 30%;
	height: auto;
	margin: 24px auto;
}
.honnosuke,
.bukuko {
	height: 80px;
	width: auto;
	position: absolute;
	bottom: 0;
	transition: all 0.2s ease;
}
.honnosuke {
	left: 10%;
}
.bukuko {
	left: 15%;
}

.link_x,
.link_insta {
	display: inline-block;
	width: 36px;
	height: 36px;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #fff;
	margin: 0 6px;
}
.link_x {
	mask-image: url("../img/icon_x.svg");
}
.link_insta {
	mask-image: url("../img/icon_instagram.svg");
}

/**/
.sns_link {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.sns_link dt {
	line-height: 1.1em;
}
.sns_link dd {
	margin: 0 16px 0 0;
	padding: 0;
	white-space: nowrap;
}
.sns_link,
.sns_link a {
	color: #fff;
}
.sns_link a::after {
	display: none !important;
}
/**/

/**/
.toshokan_link,
.list_faq {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
}
.list_faq {
	justify-content: center;
}
.toshokan_link li,
.list_faq li {
	display: block;
	width: 23.5%;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}
.list_faq li {
	width: 32.5%;
	padding: 0 0.25%;
}
.toshokan_link li a,
.list_faq li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #3a8ecb;
	background-color: #fff;
	border: 1px solid #3a8ecb;
	font-weight: 500;
	text-decoration: none;
	border-radius: 8px;
	padding: 8px 0;
	transition: all 0.4s;
}
.list_faq li a {
	padding: 8px 4px;
}
.toshokan_link li a::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.2em;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #3a8ecb;
	mask-image: url("../img/icon_arrow3.svg");
	transform: rotate(90deg);
	transition: all 0.4s;
}
.toshokan_link li a:hover,
.list_faq li a:hover {
	color: #fff;
	background-color: #3a8ecb;
}
.toshokan_link li a:hover::before {
	background-color: #fff;
}
@media screen and (max-width: 768px){
	.toshokan_link li,
	.list_faq li {
		width: 100%;
		padding: 0;
	}
}
.totop_sec {
	display: block;
	width: 8em;
	margin-left: auto;
	cursor: pointer;
	letter-spacing: -0.1em;
}
.totop_sec::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 0.2em;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #3a8ecb;
	mask-image: url("../img/icon_arrow3.svg");
}
.totop_sec::after {
	content: "ページトップへ";
	display: inline-block;
	font-size: 1em;
}
/**/

/**/
.list_library,
.list_data {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
.list_library a,
.list_data a {
	display: flex;
	align-items: center;
	height: 120px;
	font-weight: 600;
	font-size: 1.2em;
	color: #333;
	text-shadow: 2px 2px 2px rgba(255,255,255, 0.8);
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,0) 60%, rgba(255,255,255,0) 100%);
	padding-left: 1em;
	border-radius: 16px;
	border: 1px solid #3a8ecb;
	transition: all 0.4s;
}
.list_data a {
	background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
}
.list_library a:hover,
.list_data a:hover {
	color: #3a8ecb;
	text-decoration: none;
}
.list_library li,
.list_data li {
	width: 48%;
	border-radius: 16px;
	padding-bottom: 0 !important;
	margin-bottom: 1em;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.list_library li.chuo {
	background-image: url("../img/topimage-01.jpg");
}
.list_library li.namikata {
	background-image: url("../img/topimage-02.jpg");
}
.list_library li.onishi {
	background-image: url("../img/topimage-03.jpg");
}
.list_library li.omishima {
	background-image: url("../img/topimage-04.jpg");
}
.list_library li.bookl {
	background-image: url("../img/topimage-05.jpg");
}

.list_data li.data01 {
	background-image: url("../img/data/chokanzu.jpg");
}
.list_data li.data02,
.list_data li.data03,
.list_data li.data04,
.list_data li.data05,
.list_data li.data06 {
	background-size: auto 50%;
	background-position: right bottom;
	background-image: url("../img/02_ninjabookn-s.png");
}
@media screen and (max-width: 768px){
	.list_library a,
	.list_data a {
		justify-content: center;
		padding-left: 0;
		background-image: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%);
		height: 80px;
	}
	.list_library li,
	.list_data li {
		width: 90%;
	}
}
/**/

.btn-simple-solid {
	background: #3a8ecb !important;
	color: #fff;
	border: none;
	padding: 12px 32px !important;
	font-size: 1.2em;
	border-radius: 8px !important;
	cursor: pointer;
	transition: all 0.2s ease;
	width: auto;
}
.btn-simple-solid:hover,
.search_btn:hover {
	background: #5cafe9;
}
.btn-simple-solid:active,
.search_btn:active {
	transform: translateY(2px);
}

.inner {
	width: 90%;
	min-width: 1400px;
	max-width: 1800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

strong {
	color: #c1272d;
}
em {
	color: #f00;
}
.font_ll {
	font-size: 2em;
}
.font_l {
	font-size: 1.5em;
}
.font_m {
	font-size: 1.2em;
}
.font_s {
	font-size: 0.8em;
}
.font_ss {
	font-size: 0.5em;
}
.font_narrow {
	letter-spacing: -0.1em;
}
.font_bbb {
	font-weight: 900;
}
.font_bb {
	font-weight: 700;
}
.font_b {
	font-weight: 500;
}
.font_t {
	font-weight: 300;
}
.font_red {
	color: #c1272d;
}
.align_l {
	text-align: left;
}
.align_r {
	text-align: right
}
.align_c {
	text-align: center;
}
.float_l {
	float: left;
	margin-right: 8px;
}
.float_r {
	float: right;
	margin-left: 8px;
}
.flex_box,
.flex_box_4 {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.flex_box_4 li {
	width: 23.5%;
}
.flex_box h3:first-child {
	margin-top: 0;
}
@media screen and (max-width: 768px){
	.flex_box,
	.flex_box_4 li {
		flex-wrap: wrap;
		width: 100%;
	}
}
.flex_photo_2,
.flex_photo_3,
.flex_photo_4 {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
.flex_photo_2 li,
.flex_photo_3 li,
.flex_photo_4 li {
	margin-bottom: 0.5em;
}
.flex_photo_2 li img,
.flex_photo_3 li img,
.flex_photo_4 li img {
	width: 100%;
	height: auto;
}
.flex_photo_2 li {
	width: 49%;
}
.flex_photo_3 li {
	width: 32%;
}
.flex_photo_4 li {
	width: 23.5%;
}
@media screen and (max-width: 768px){
	.flex_photo_2 li,
	.flex_photo_3 li,
	.flex_photo_4 li {
		width: auto;
	}
}
img.image_yoko {
	width: 400px;
	height: auto;
}
img.image_tate {
	width: 300px;
	height: auto;
}
@media screen and (max-width: 768px){
	img.image_yoko,
	img.image_tate {
		width: 100%;
	}
}
.margin_l {
	margin-left: 8px;
}
.margin_r {
	margin-right: 8px;
}
.margin_t {
	margin-top: 8px;
}
.margin_b {
	margin-bottom: 8px;
}

.clear {
	clear: both;
}
.waku {
	border: 4px solid #ddd;
	padding: 0.5em;
	margin: 0.5em 0;
}
.waku_dots {
	border: 4px dotted #7fc0ed;
	padding: 0.5em;
	margin: 0.5em 0;
}
.title_dots {
	position: relative;
}
.title_dots::before {
	content: "";
	display: block;
	width: 100%;
	height: 8px;
	border-top: 2px dotted #ccc;
	position: absolute;
	left: 0;
	bottom: -8px;
}
.title_bookl::before {
	content: url("../img/icon_bookn.jpg");
	display: inline-block;
	width: auto;
	height: 1em;
	margin-right: 8px;
}
.u_line {
	text-decoration: underline;
}
.marker,
.marker_y,
.marker_g,
.marker_b {
	display: inline;
	background: linear-gradient(transparent 50%, #fcc 0%);
}
.marker_y {
	background: linear-gradient(transparent 50%, #fe6 0%);
}
.marker_g {
	background: linear-gradient(transparent 50%, #9f9 0%);
}
.marker_b {
	background: linear-gradient(transparent 50%, #9df 0%);
}

.pc {
}
.sp {
	display: none;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}
a[target="_blank"]::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.2em;
	mask-image: url("../img/icon_blank.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #3a8ecb;
}
a:not(:has(img))[href*=".pdf"]::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.2em;
	mask-image: url("../img/icon_pdf.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #3a8ecb;
}
.leader::after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.2em;
	mask-image: url("../img/icon_leader.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #333;
}
.check li,
.list_ya li {
	list-style: none;
	position: relative;
}
.check li::before,
.list_ya li::before {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-left: 0.2em;
	mask-image: url("../img/icon_check.svg");
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	background-color: #333;
	position: absolute;
	top: 0.3em;
	left: -2em;
}
.list_ya li::before {
	mask-image: url("../img/icon_arrow3.svg");
	transform: rotate(90deg);
}
.check li h4:first-child ,
.list_ya li h4:first-child {
	padding-top: 0;
}
.margin_t0 {
	margin-top: 0 !important;
}
.padding_t0 {
	padding-top: 0 !important;
}
.gmap {
	width: 100%;
}

@media screen and (max-width: 768px){
	body {
		padding: 65px 0 0 0;
		font-size: 100%;
	}
	header {
		min-height: 65px;
		z-index: 98;
	}
	header .inner {
		min-height: auto;
		flex-wrap: wrap;
	}
	#header_r {
		display: block;
		width: 100%;
		position: relative;
	}
	.fontsize-controller {
		justify-content: flex-end;
	}
	#logo_area {
		padding: 7px 0;
		margin-right: 0;
	}
	#logo_area h1 {
		min-height: auto;
		font-size: 1.5em;
	}
	.login {
		width: 100%;
		font-size: 1.2em;
		justify-content: center;
	}
	
	#menu_btn {
		display: block;
		background-color: #5cafe9;
		width: calc( 100% - 44px );
		height: calc( 100% - 1em );
		z-index: 99;
		overflow-y: scroll;
		opacity: 1;
		position: fixed;
		right: -100%;
		top: 0;
		transition: all 0.3s ease;
		padding-bottom: 1em;
	}
	#menu_btn li {
		margin-top: 0.2em;
		padding: 0.5em 1em;
		position: relative;
	}
	#menu_btn li a {
		font-size: 1.4em;
		display: block;
	}
	#menu_btn li a::before {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1.4em;
		background-image: url("../img/01_bookn-s.png");
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	#menu_btn li a::after {
		background-color: #e0f2ff;
	}
	#menu_btn li a:hover::after,
	#menu_btn li a.active::after {
		display: block;
	}
	/**/
	#menu_btn div.sub,
	#sub_footer_link div.sub {
		visibility: visible;
		width: 100%;
		height: auto;
		opacity: 1;
		position: relative;
		transition: all 0s;
	}
	#menu_btn .sub_menu_btn {
		display: block;
		width: 1.4em;
		height: 1.4em;
		position: absolute;
		right: 1em;
		top: 1em;
		mask-image: url("../img/icon_arrow.svg");
		mask-size: contain;
		mask-repeat: no-repeat;
		mask-position: center;
		background-color: #fff;
		transition: all 0.2s;
		transform:rotate(180deg);
	}
	#menu_btn .sub_menu_btn.close_sub_menu {
		transform:rotate(0deg);
	}
	#menu_area.fix #menu_btn div.sub {
		display: none;
		top: 0 !important;
	}
	#menu_area.fix #sub_footer_link div.sub {
		padding-top: 0;
		padding-bottom: 10px;
	}
	#sub_footer_link {
		font-size: 1em;
	}
	#menu_btn div.sub ul,
	#sub_footer_link div.sub ul {
		display: block;
		background-color: #e0f2ff;
		border-radius: 8px;
		padding: 0 5%;
		width: 90%;
	}
	#menu_btn div.sub li,
	#sub_footer_link div.sub li {
		margin-top: 0;
		padding: 8px 1em;
		list-style: none;
	}
	#menu_btn div.sub li a,
	#sub_footer_link div.sub li a {
		padding-left: 0;
	}
	#menu_btn div.sub li a::before,
	#menu_btn .sns_link a::before,
	#sub_footer a::before {
		display: none !important;
	}
	#menu_btn div.sub li a::after,
	#sub_footer_link div.sub li a::after {
		content: "";
		display: block;
		width: 1em;
		height: 2px;
		border-radius: 2px;
		background-color: #3a8ecb;
		mask-image: none;
		position: absolute;
		left: -1.2em;
		top: 50%;
	}
	#sub_footer a {
		display: inline-block !important;
	}
	#menu_btn .sns_link {
		margin-bottom: 8px;
	}
	#menu_btn .sns_link a {
		color: #fff;
		display: inline-block !important;
	}
	#menu_btn .sns_link .font_s {
		font-size: 1em;
	}
	/**/
	#sp_kantansearch,
	#sp_riyoushamenu {
		background-color: #ffc;
	}
	#sp_kantansearch {
		border-radius: 8px 8px 0 0;
	}
	#sp_riyoushamenu {
		margin-top: 0 !important;
		border-radius: 0 0 8px 8px;
	}
	#sp_kantansearch form {
		display: flex;
		flex-wrap: wrap;
	}
	#sp_kantansearch h2 {
		font-size: 1.2em;
		margin: 0;
		width: 100%;
	}
	#sp_kantansearch h2::before,
	#sp_kantansearch h2::after {
		display: none;
	}
	#sp_kantansearch input[type=text] {
		display: inline-block;
		box-sizing: border-box;
		vertical-align: bottom;
		font-size: 1em;
		margin: 0;
		padding: 8px;
		background-color: #fff;
		border: 1px solid #ccc;
		width: calc( 80% );
	}
	#sp_kantansearch input[type=submit] {
		display: inline-block;
		box-sizing: border-box;
		color: #333;
		margin: 0;
		padding: 8px;
		background-color: #ddd;
		border: 1px solid #ccc;
		width: calc( 20% );
	}
	
	#sp_menu_btn {
		display: block;
		position: fixed;
		left: calc( 100% - 44px );
		width: 100%;
		top: 160px;
		background-color: #5cafe9;
		color: #fff;
		font-size: 1.2em;
		font-weight: 500;
		writing-mode: vertical-lr;
		padding: 8px;
		border-radius: 12px 0 0 12px;
		z-index: 98;
		box-shadow: 2px 2px 4px rgba( 0,0,0,0.5 );
		transition: all 0.3s ease;
	}
	
	.banner li {
		margin: 0 32px;
	}
	.banner li a {
		width: calc( 100vw - 2 * 32px );
		min-width: auto;
		height: auto;
		min-height: 80px;
	}
	
	#footer_link {
		padding: 45px 0;
	}
	#footer_link a.link_x::after,
	#footer_link a.link_insta::after{
		display: none;
	}
	#footer_link dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	#footer_link dl dt,
	#footer_link dl dd {
		margin-right: 0;
		margin-bottom: 16px;
	}
	
	/**/
	#sub_footer_link {
		border-bottom: 1px solid #fff;	
	}
	#sub_footer_link ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#sub_footer_link li {
		margin: 0;
		padding: 0 0 0 1em;
		position: relative;
	}
	#sub_footer_link li::before {
		content: "";
		display: inline-block;
		width: 8px;
		height: 8px;
		background-color: #1f6fa3;
		border-radius: 50%;
		position: absolute;
		left: 0;
		top: 0.8em;
	}
	#sub_footer_link li a::after,
	#sub_footer_link li a::before,
	#sub_footer_link li a:hover::after,
	#sub_footer_link li a:hover:before{
		display: none;
	}
	#sub_footer {
		padding-top: 1em !important;
		text-align: center;
		border-top: 1px solid #fff;
	}
	#sub_footer a {
		font-size: 1em !important;
	}
	#sub_footer a::after {
		display: none !important;
	}
	#sub_footer_link li a[target="_blank"]::after {
		content: "";
		display: inline-block;
		width: 1em;
		height: 1em;
		margin-left: 0.2em;
		mask-image: url("../img/icon_blank.svg");
		mask-size: contain;
		mask-repeat: no-repeat;
		mask-position: center;
		background-color: #fff;
	}
	/**/
	
	.inner {
		width: 90%;
		min-width: auto;
		max-width: auto;
	}
	.w100 {
		width: 100%;
		height: auto;
	}
	.pc {
		display: none;	
	}
	.sp {
		display: block;
	}

	/**/
	#main_r::after {
		display: none;
	}
	/**/

	#menu_area.fix {
		padding: 0 0;
	}
}


/*wordpressデフォルトのcssから*/
:root{
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--color--base: #F8F7F5;
    --wp--preset--color--contrast: #191919;
    --wp--preset--color--accent-1: #FFFFFF;
    --wp--preset--color--accent-2: #F5B684;
    --wp--preset--color--accent-3: #191919;
    --wp--preset--color--accent-4: #5F5F5F;
    --wp--preset--color--accent-5: #F1EEE9;
    --wp--preset--color--accent-6: #19191933;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);
    --wp--preset--font-size--small: 0.875rem;
    --wp--preset--font-size--medium: clamp(1rem, 1rem + ((1vw - 0.2rem) * 0.196), 1.125rem);
    --wp--preset--font-size--large: clamp(1.125rem, 1.125rem + ((1vw - 0.2rem) * 0.392), 1.375rem);
    --wp--preset--font-size--x-large: clamp(1.75rem, 1.75rem + ((1vw - 0.2rem) * 0.392), 2rem);
    --wp--preset--font-size--xx-large: clamp(2.15rem, 2.15rem + ((1vw - 0.2rem) * 1.333), 3rem);
}	

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-color {
    color: var(--wp--preset--color--base) !important;
}

.has-contrast-color {
    color: var(--wp--preset--color--contrast) !important;
}

.has-accent-1-color {
    color: var(--wp--preset--color--accent-1) !important;
}

.has-accent-2-color {
    color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-color {
    color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-color {
    color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-color {
    color: var(--wp--preset--color--accent-5) !important;
}

.has-accent-6-color {
    color: var(--wp--preset--color--accent-6) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-background-color {
    background-color: var(--wp--preset--color--base) !important;
}

.has-contrast-background-color {
    background-color: var(--wp--preset--color--contrast) !important;
}

.has-accent-1-background-color {
    background-color: var(--wp--preset--color--accent-1) !important;
}

.has-accent-2-background-color {
    background-color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-background-color {
    background-color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-background-color {
    background-color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-background-color {
    background-color: var(--wp--preset--color--accent-5) !important;
}

.has-accent-6-background-color {
    background-color: var(--wp--preset--color--accent-6) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-base-border-color {
    border-color: var(--wp--preset--color--base) !important;
}

.has-contrast-border-color {
    border-color: var(--wp--preset--color--contrast) !important;
}

.has-accent-1-border-color {
    border-color: var(--wp--preset--color--accent-1) !important;
}

.has-accent-2-border-color {
    border-color: var(--wp--preset--color--accent-2) !important;
}

.has-accent-3-border-color {
    border-color: var(--wp--preset--color--accent-3) !important;
}

.has-accent-4-border-color {
    border-color: var(--wp--preset--color--accent-4) !important;
}

.has-accent-5-border-color {
    border-color: var(--wp--preset--color--accent-5) !important;
}

.has-accent-6-border-color {
    border-color: var(--wp--preset--color--accent-6) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.has-xx-large-font-size {
    font-size: var(--wp--preset--font-size--xx-large) !important;
}
/**/


