/* CSS Document */

/*******************************/
/*  サイトカラー変更 置換ワード  */
/* ⇒　#326598;/*sma_color_01*/
/*     ヘッダ,h2,パンくず背景  */
/* ⇒  #BBBBBB;/*sma_color_02*/
/*  スライドメニュー背景  */
/*例）#○○;/*sma_color_01*/
/*              ?
/*例）#▲▲;/*sma_color_01*/
/* sma_colorのコメントアウトも含めて置換*/
/* カラーコードのみを変更*/
/*******************************/




/*====================================================
// NOTE |  共通設定
====================================================*/

/*===　reset === */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	/*padding: 0;*/
	border: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="text"],
input[type="password"],
textarea,
select,*:focus {
	outline: none;
} */

.smart_off {
	display: none;
}

/*-------------------------------------------------------------------
学区表示非表示設定
学区非表示にする場合は下記cssのコメントアウトをはずしてください
-------------------------------------------------------------------*/
/*
.sho_school , .sho_school_text , .sesrch_school{
    display: none;
}
*/
.container{
	display: block;
	width: 96%;
	margin: 2em auto;
}

h1{
	background: var(--mainColor);
	font-size: 9px;
	line-height: 2em;
	text-indent: 0.5em;
}
.head_title{
	background: var(--mainColor);
}

.page-title{
	margin:10px auto 20px auto;
	position: relative;
	padding-bottom: 0.7em;
	border-bottom: 6px solid #DDD;
	font-size: 6vw;
	font-weight:bold;
	display: block;
	width: 96%;
}
.page-title:after {
	position: absolute;
	content: ' ';
	border-bottom: solid 6px #b90404;
	bottom: -5px;
	width: 13%;
	display: block;
	left: 0px;
}


.sub-t{
	background:var(--mainColor);/*sma_color_01*/  /* top サブタイトル　背景色*/
}
.nav-page a {
	border: 1px solid var(--mainColor);
}

/* =========================================================
   Header
========================================================= */

header{
	overflow:hidden;
	border-bottom:1px solid var(--mainColor);
}

header .button02 {
	display: table-cell;
	height: 0px;
    vertical-align: top;
    float: right;
}
header .button02 p {
	display: table-cell;
	margin: 0;
    padding: 0;
	height: 52px;
    border-left: 1px solid #CCCCCC;
	text-align: center;
}
header .button02 p a, header .button02 p span {
	display: block; 
    padding: 0 0 2px 0;
	width: 60px;
    font-size: 12px;
    margin: 0;
    color: #333333;
}
header .button02 p i {
    font-size: 20px;
    width: 100%;
    padding: 8px 0 4px;
    font: normal normal normal 19px/1 FontAwesome;
}
.fonticon-color{
	color: #326598;
}

/*ヘッダ固定*/
#fix{
	width:100%;
	position: fixed;
	display: block;
	top: 0px;
	left: 0px;
	height: 52px;
	z-index: 1;
	background: #FFFFFF;
	border-bottom: 1px solid #999999;
}

.pan_wrap a {
	border: 1px solid #006DD9;
	background: #F0F8FF;
}

/* =========================================================
   footer
========================================================= */

.footer {
	padding-top: 5px;
	padding-bottom: 3px;
	margin: 0;
	font-size: 12px;
	text-align: center;
}
.footer ul li a{
	font-size: 14px;
	font-weight: bold;
}

/*フッターのカラー変更*/
.footer-b {
	margin: 0;
	background-color: #FF8C00;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
}

/* フッターについてくるお問い合わせ */
.foot_inq {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 45px;
	background: rgba(0,0,0,0.5);
	text-align: center;
}
.foot_inq img {
	margin: 0 auto;
	padding: 0;
	vertical-align: bottom;
}
.foot_inq ul {
	background: rgba(0,0,0,0);
	margin: 0;
	padding: 0;
	border: none;
}
.foot_inq ul li {
	float: left; 
	margin: 5px 0 0 0;
	padding: 0;
	border: none;
}
.foot_inq ul li a {
	margin: 0 auto;
	padding: 0;
}
.foot_inq_tel {
	width: 40%;
}
.foot_inq_tel a {
	border: 1px solid #666;
	background: -moz-linear-gradient(#FFB216, #FF7017);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFB216), to(#FF7017));
	width: 90%;
	height: 35px;
	margin: 0 auto;
	display: block;
	position: relative;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
}
.foot_inq_tel img, .foot_inq_mail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.foot_inq_mail {
	width: 40%;
}
.foot_inq_mail form {
	position: relative;
}
.foot_inq_mail input {
	border: 1px solid #666;
	background: -moz-linear-gradient(#00e100, #008c00);
	background: -webkit-gradient(linear, left top, left bottom, from(#00e100), to(#008c00));
	width: 92%;
	height: 37px;
	padding: 0;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	position: relative;
}
.foot_inq_fav {
	width: 20%;
	height: 30px;
	padding-top: 4px !important;
}
.foot_inq_fav a {
	height: 23px;
	width: 25px;
}
.back-color {background-color: #326598;}
footer {
	width:100%;
	margin:auto;
	padding:0;
}
.changeViewWrap {
	width:96%;
	margin:7px auto;
	height:auto;
	overflow:hidden;
}
.changeView {
	padding-bottom: 3px;
	margin: 0;
}
.changeView a {
	display: block;
	padding: 12px;
	color: #3979AA;
	box-shadow: 0 3px 0 #3979AA;
	font-weight: bold;
	background: #eaf0f8;
	text-align: center;
	border: 1px solid #999;
}
.changeView i {
	margin-right: 10px;
}
/*sp-pc-switch end*/
/*bact-top start*/
.footer-up-color {
	color:#777777;
}
#back-Top {
	width:100%;
	margin-top:3%;
	padding: 0;
	border-bottom:#BABABA 2px solid;
	border-top:#BABABA 2px solid;
	height:auto;
	overflow:hidden;
	text-align:center;
	font-size: 15px;
	background:#f5f5f5;
}
#back-Top a {
	display: block;
	padding: 10px 0;
	color: #333;
}
#back-Top a span {
	font-weight: bold;
	font-size: 13px;
}
#back-Top a span:before {
	content:"▲";
	margin-right: 10px;
}
/*bact-top end*/
.area_zokusei_link {
	margin: 10px 4%;
	text-align: left;
}
.area_zokusei_link p {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
}
.area_zokusei_link ul {
	overflow: hidden;
	padding-bottom: 10px;
}
.area_zokusei_link li {
	float: left;
}
.area_zokusei_link li:not(:last-child):after {
	content: "／";
	color: #999;
}
.area_zokusei_link a {
	font-size: 12px;
	line-height: 22px;
	color: #333;
	text-decoration:underline;
}

.area_zokusei_link {
	margin: 10px 4%;
	text-align: left;
}
.f_txt_menu{
    width: 98%;
    margin: 5px auto;
}
.f_txt_menu p {
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	line-height: 22px;
	margin: 0;
}
.f_txt_menu ul {
	overflow: hidden;
	padding-bottom: 10px;
}
.f_txt_menu li {
	float: left;
}
.f_txt_menu li:after {
	content: "｜";
	color: #999;
}
.f_txt_menu li:last-child:after {
	content: "｜";
	color: #fff;
}
.f_txt_menu a {
	font-size: 12px;
	line-height: 22px;
	color: #333;
}

.f_menu ul {
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	background: #f5f5f5;
	overflow: hidden;
}
.f_menu li {
	border-bottom: 1px solid #ccc;
	float: left;
	width: 50%;
	box-sizing: border-box;
	position:relative;
}
.f_menu li:nth-of-type(2n-1) {
	border-right: 1px solid #ccc;
}
.f_menu li:after {
	content: "";
	display: block;
	height: 5px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -4px;
	width: 5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.f_menu a {
	display: block;
	padding: 15px 4%;
	font-weight: bold;
	position:relative;
	text-align: left;
	color: #333;
	font-size: 13px;
}

/*footer-tenpo start*/
.f-tel {
	width:94%;
	font-size:30px;
	margin:0 auto;
	text-align: center;
}
.f-tel a {
	font-family: 'Century Gothic','Arial';
	font-weight: bold;
	color:#333333;
	padding: 10px 0;
	display: block;
	line-height: 30px;
}
.f-tel img {
	width: 27px;
	margin-right:10px;
	vertical-align: bottom;
}
.office-info {
	width:94%;
	margin:0 auto;
	padding:0;
	height:auto;
	overflow:auto;
}
.office-info span{
	display:block;
	float:left;
	width:50%;
	margin:0 !important;
	padding:1% 0 !important;
	text-align:left;
	line-height: 20px;
	font-size: 13px;
}
.office-info a {
	display:block;
	float:right;
	margin:0;
	padding:0;
	width:50%;
	height:auto;
}
.office-info img {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
}
/*footer-tenpo end*/
.copyright {
	padding: 3px 0;
	color: #FFFFFF;
	text-align: center;
	margin:10px 0 0 0;
	font-size: 11px;
}
/* ----------------------------------------
　フッター固定
---------------------------------------- */

.fixfoot{
	width:100%;
	position:fixed;
	bottom:-1px;
	height:60px;
	background-color:#FFF;
	z-index:999;
	border-top: 2px solid var(--mainColor);
	margin:0px;
	padding:0px;
	background-color:#f5f5f5;
}

.fixfoot ul{
	width:100%;
	margin:0px;
	height:100%;
	padding:0px;
	list-style:none;
	display: flex;
}

.fixfoot ul li{
	text-align:center;
	vertical-align:middle;
	height:100%;
	margin:0px;
	padding:0px;
	border-right:1px solid #ddd;
	flex: 1;
	display: block;
}


.fixfoot ul li a{
	display:block;
	width:100%;
	height:100%;
	font-size:13px;
	padding:15px 0px 0px 0px;
	margin:0px;
	color:#333;
}

.fixfoot ul li a img{
	width:70%;
	max-height:65px;
}

.fixfoot ul li i{
	width:100%;
	height: 17px;
	display:block;
	text-align:center;
}

.fixfoot ul li span{
	font-size:12px;
}

/* hamburger header_fix
---------------------------------------- */


header .logo {
overflow: hidden;
    margin: 10px 0 10px 5px;
    width: 40%;
    white-space: nowrap;
}
header .logo  a {
	display: block;
	height: 38px; 
}

header .logo  a img{
width: 100%;
}
/*
header .logo img {
    max-height: 52px !important;
    max-width: 100% !important;
    display: table-cell;
    margin-left: 6px;
}
*/
/*ナビメニューのスタイルを指定*/
.header_Toggle {
    display: block;
    position: fixed;
    right: 12px;
    top: 27px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1001;
    background: var(--mainColor);
    text-align: center;
    border-radius: 33px;
    padding: 0px;
    margin: 0px;
    border: none;
	box-shadow: 0 0 8px #fff;
}
.header_Toggle span{
	position: absolute;
	width: 16px;
	border-bottom: solid 2px #fff;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	left: 0px;
	right: 0px;
	margin: auto;
}

.header_Toggle span:nth-child(1) {
	top: 13px;
}

.header_Toggle span:nth-child(2) {
	top: 19px;
}

.header_Toggle span:nth-child(3) {
	top: 25px;
}
/* 最初のspanをマイナス45度に */
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(1) {
	 top: 19px;
	 -webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	 transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(2),
.acd-check_hamburger:checked ~ .header_Toggle span:nth-child(3) {
	 top: 19px;
	 -webkit-transform: rotate(45deg);
	 -moz-transform: rotate(45deg);
	 transform: rotate(45deg);
}


.other_links {
	margin: 20px 10%;
	width: 80%;
}

.other_links li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
}

.other_links li.other_li_site a {
	border-radius: 4em;
	color: #111;
	background-color: #e7e7dd;
	padding: 15px 10px;
}
.other_links li.other_li_site a i{
	margin-left:14px;
}
.other_links li.other_li_inq {
	width: 49%;
	float: left;
}

.other_links li.other_li_inq a {
color: #006DD9;
    border: 2px solid #006DD9;
    padding: 10px;
    background: #F0F8FF;
}

.other_links li.other_li_inq a i{
	margin-left: 4px;
}
.other_links li.other_li_reserve {
	width: 49%;
	float: right;
}
.other_links li.other_li_reserve a {
	color: #ff533a;
	border: 2px solid #ff533a;
	padding: 10px;
	background: #fde6e1;
}
.other_links li.other_li_reserve a i{
	margin-left:4px;
}
.other_links li:not(:last-child) {
	margin-bottom: 15px;
}
nav.header_NavMenu {
	position: fixed;
	z-index: 1000;
	padding-top: 19px;
	top: 0px;
	left: 0;
	background: #fff;
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
	transform: translateY(-103%);
	transition: all 0.5s 0s ease;
	overflow:scroll;
}
.header_NavMenu_box{
    background: none !important;
}
nav.header_NavMenu ul.menu_list {
	background: #fff;
	width: 100%;
	padding: 0;
    margin: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: none;
    margin-bottom: 20px;
    margin-top: 3px;
}

nav.header_NavMenu ul.menu_list li {
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 50%;
	box-sizing: border-box;
}
nav.header_NavMenu ul.menu_list li a {
    font-size: 13px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	text-align: left;
    line-height: 18px;
	position: relative;
    padding: 10px 11% 10px 5%;
    display: flex;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
}

nav.header_NavMenu ul.menu_list li a::after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	margin: 0;
	right: 12px;
    font-size: 13px !important;
}
nav.header_NavMenu .menu_list_title{
	font-weight: bold;
	text-align:left;
    line-height: 40px;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7;
    border-top: 1px solid #555;
    color: var(--mainColor);
}
.fix_header_free_wrap{
    width: 80%;
    margin: 1em auto;
}

.fix_header_free_inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    height: 40px;
}
.fix_header_free_inner input[type="text"] {
    font-size: 12px !important;
    /* letter-spacing: 0.7px; */
}
.fix_header_free_input{
    width: 83%;
    height: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: none;
    border-radius: 0px;
    background: #fff;
    box-shadow: none;
    box-sizing: border-box;
    line-height: 18px;
    margin: 0px;
    padding: 8px 0px 8px 7px;
	font-size:13px;
}
.fix_header_free_input:focus{
	outline:none;
	border-left: solid 2px #a5c3f1;
	border-top: solid 2px #a5c3f1;
	border-bottom: solid 2px #a5c3f1;
}
.fix_header_free_search{
background: #333;
    width: 17% !important;
    height: 100%;
    font-size: 14px !important;
    margin: 0px !important;
    padding: 9px 0px !important;
    letter-spacing: 0px !important;
    border-radius: 0px !IMPORTANT;
}


nav.header_NavMenu .menu_list_title i{
	margin-right:5px;
    margin-left: 10px;
}
.acd-check{
	display: none;
}
.acd-check_hamburger{
	display: none;
}
.acd-label{
	background: #326598;
	color: #fff;
    display: block;
    padding: 10px;
    position: relative;
    text-align: left;
    border: none;
    width: 100%;
    margin: 0px 0px 1px 0px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
    float: none;
    box-sizing: border-box;
}
.acd-label:after{
    background: #00000026;
    box-sizing: border-box;
    content: '';
    display: block;
    font-family: "Font Awesome 5 Free";
    height: 44px;
    width: 44px;
    padding: 0px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-label::before{
	content: '';
	top: 11px;
	right: 14px;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	position: absolute;
	z-index: 10;
	transition: 0.2s ;
}
.acd-content{
	display: block;
}
.acd-check_hamburger:checked ~ .navmenu_wrap .header_NavMenu{
	transform: translateY(0%);
}
.acd-check:checked + .acd-label:before{
	transform: scale(-1, 1) rotate(315deg);
	top: 17px;
}
.acd-check:checked + .acd-label + .acd-content{
	opacity: 1;
	padding:20px 10px 0px 10px;
	visibility: visible;
}
.acd-check:checked + .acd-label + .acd-content .menu_list_title{
	line-height: 18px;
	padding-bottom: 10px;
	font-size:13px;
}
.acd-check:checked + .acd-label + .acd-content .menu_list_title i{
	display: inline-block;
}
.acd-check:checked + .acd-label + .acd-content ul.menu_list{
	margin: 0px auto 20px auto;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;

}
.acd-check:checked + .acd-label + .acd-content ul.menu_list li{
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;

}
.acd-check:checked + .acd-label + .acd-content ul.menu_list li a{
	line-height: 20px;
	padding: 15px 16% 15px 6%;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
.acd-content_sale{
	margin: 10px 0px 0px 0px;
}
.acd-content_sale ul{
	border-top: solid 1px #ccc;
}
.acd-content_sale ul li{

}
.acd-content_sale ul li a{
	display: block;
	text-align: left;
	padding: 12px 0px 12px 10px;
	border-bottom: solid 1px #ccc;
	position: relative;
	font-size: 16px;
	background-color: #f5f5f5;
}
.acd-content_sale ul li a::before {
	content: '';
	top: 20px;
	right: 14px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	z-index: 10;
	transition: 0.2s;
}

/* hamburger header_fix end
---------------------------------------- */
.gallery {
    width: 100%;
    max-width: 620px;
    margin: 10px auto;
}
.gallery-slider {
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
    width: auto;
    height: auto;
}
.gallery-slider .swiper-slide img {
    display: block;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
.gallery-thumbs {
    width: 100%;
    padding: 8px 0 0 0 !important;
    overflow: hidden;
    border-top: 2px solid #555;
    height: fit-content !important;
}
.gallery-thumbs .swiper-slide {
    width: 90px;
    height: 50px;
    text-align: center;
    overflow: hidden;
    opacity: 0.3;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}
.gallery-thumbs .swiper-slide img {
    width: auto;
    height: 100%;
}
.gallery-thumbs i {
    font-size: 20px;
    display: block;
    margin-bottom: 3px;
    line-height: 22px;
    color: var(--mainColor);
}
.swiper-button-next, .swiper-button-prev{
    display: none;
}

.swiper-container-autoheight .swiper-wrapper{
    min-height: calc(100vh - 140px);
}


/*====================================================
////id |  common
====================================================*/
:root {
	--mainColor:  #0d2c4b;
	--black: #000;
}
.mainColor {
    color: var(--mainColor);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 768px) {
	section {
		font-size: min(3.8vw, 1.6rem);
	}
}

section {
	color: var(--black);
	font-family: "Inter", "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 16px;
	line-height: 1.6;
	max-width: 100vw;
	position: relative;
	z-index: 2;
}
section * {
	box-sizing: border-box;
}
.innerBox{
	margin: 0 auto;
	padding: min(20vw, 100px) 0;
	position: relative;
	width: 92%;
		max-width: 1200px;
	z-index: 2;
}

a {
	display: inline-block;
	color: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	cursor: pointer;
	outline:none;
	position: relative;
	text-decoration: none;
	transition: 0.3s ease-in-out;
	/* vertical-align: middle; */
}
.tel_link a {
	color: inherit !important;
	text-decoration: none !important;
}

.underline {
	-webkit-text-decoration: underline solid 1px;
	text-decoration: underline solid 1px;
	text-underline-position: under;
	text-underline-offset: 0.1em;
}
p a:not(.linkBtn) ,
a.underline {
	color: var(--d_blue);
	-webkit-text-decoration: underline dotted 1px;
	text-decoration: underline dotted 1px;
	text-underline-position: under;
	text-underline-offset: 0.1em;
}

/*img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: auto;
}*/

figure {
	margin: 0;
	position: relative;
}
figure img {
	position: relative;
}
figure.coverImg {
	overflow: hidden;
	padding-top: 65%;
	width: 100%;
}
figure.coverImg img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	max-height: none;
}
figure.coverImg.contain img {
	-o-object-fit: contain;
	   object-fit: contain;
}
figure figcaption.noImage {
	background: #f2faff;
	color: var(--red);
	display: flex;
		align-items: center;
		justify-content: center;
	font-size: 2.0rem;
	font-weight: bold;
	position: absolute;
		top: 0;
		left: 0;
	width: 100%;
	height: 100%;
}

.scaleUpImg figure {
	overflow: hidden;
}
.scaleUpImg img {
	transition: .3s ease-in-out;
}

button, input, select, optgroup, textarea {
	font-family: inherit;
	font-size: inherit;
}

small, .small {
	font-size: .8em;
}
big, .big {
	font-size: 1.2em;
}
strong, .strong {
	font-weight: 700;
}

.ttl_en_jp {
    display: grid;
    font-size: min(8vw, 60px);
    line-height: 1.2;
}
.ttl_en_jp .jp {
    display: block;
    font-size: .4em;
}

.linkBtn {
    background: var(--mainColor);
    border: solid 1px #fff;
    border-radius: 3em;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
    padding: .8em 2em;
    text-align: center;
    min-width: 255px;
}
.linkBtn::after {
    background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 13 20"><path fill="%23ffffff" d="M2.1,19l-2-2.2,7.6-6.8L.1,3.2l2-2.2,10,9L2.1,19Z" /></svg>') no-repeat center / contain;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        right: 1em;
        bottom: 0;
    transition: .3s ease-in-out;
    width: .6em;
    height: 1.2em;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	.hidden-mob {
		display: none;
	}
	.display-mob {
		display: block;
	}
    .linkBtn {
        display: block;
        margin: auto;
        width: min(90%, 300px);
    }
}

@media screen and (max-width:500px) {

	.hidden-small {
		display: none;
	}
	.display-small {
		display: block;
	}
}

@media screen and (max-width: 1060px) {
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	.hidden-pc_d-tab,
	.hidden-pc {
		display: none;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
	.hidden-tab {
		display: none;
	}
	.hidden-pc_d-tab ,
	.display-tab {
		display: block;
	}
}

@media screen and (min-width:1300px) {
	.hidden-wide {
		display: none;
	}
	.display-wide {
		display: block;
	}
}

@media (hover: hover) { /*NOTE ホバー処理*/
	div > a:not([class]):hover ,
	p a:not([class]):hover {
		opacity: .7;
	}
    a.opacity-1:hover {
        opacity: 1;
    }
	.scaleUpImg:hover img {
		transform: scale(1.05);
	}
	a.scaleUpImg:hover {
		opacity: 1;
	}
    .linkBtn:hover {
        filter: brightness(1.3);
    }
    .linkBtn:hover::after {
        transform: translateX(.2em);
    }
}


/*====================================================
//class .sa
====================================================*/
.sa {
	opacity: 0;
	transition: all .7s ease-in-out;
}
.sa.show {
	opacity: 1;
	transform: none;
}
.sa.show_after {
	opacity: 1;
	transform: none;
	transition: 0s;
}
.sa-lr {
	transform: translate(-40px, 0);
}
.sa-rl {
	transform: translate(40px, 0);
}
.sa-up {
	transform: translate(0, 40px);
}
.sa-down {
	transform: translate(0, -40px);
}
.sa-scaleUp {
	transform: scale(.8);
}
.sa-scaleDown {
	transform: scale(1.2);
}
.sa-rotateL {
	transform: rotate(180deg);
}
.sa-rotateR {
	transform: rotate(-180deg);
}

.sa.slideShow {
	opacity: 1;
	position: relative;
	z-index: 1;
}
.sa.slideShow:before {
	background: var(--l_blue);
	content: '';
	position: absolute;
		top: 0;
		left: 0;
		right: auto;
	transition: .5s ease-in-out;
	width: 0;
	height: 100%;
	z-index: 10;
}
.sa.slideShow.show:before {
	-webkit-animation: anim-slide 1.0s ease-in-out forwards;
	        animation: anim-slide 1.0s ease-in-out forwards;
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
}
@-webkit-keyframes anim-slide {
	0%   {}
	55%  { width: 100%; left: 0; right: 0;}
	65% { width: 100%; left: auto; right: 0; }
	100% { width: 0; left: auto; right: 0; }
}
@keyframes anim-slide {
	0%   {}
	47%  { width: 100%; left: 0; right: 0;}
	53% { width: 100%; left: auto; right: 0; }
	100% { width: 0; left: auto; right: 0; }
}

.sa.slideShow:not(.show) img,
.sa.slideShow:not(.show) > img,
.sa.slideShow:not(.show) > .box-inner {
	opacity: 0;
}
.sa.slideShow.show img ,
.sa.slideShow.show > img ,
.sa.slideShow.show > .box-inner {
	opacity: 1;
	transition-delay: .9s;
}


.sa.slideShow.slide-rl {
	transform: rotate(180deg);
}
.sa.slideShow.slide-rl img {
	transform: rotate(180deg);
}

.sa.slideShow.slide-white:before {
	background: #fff;
}

/*====================================================
//class eachTextAnime
====================================================*/
.eachTextAnime {
	opacity: 0;
}
.eachTextAnime.appeartext {
	opacity: 1;
}
.eachTextAnime span {
	opacity: 0;
}
.eachTextAnime.appeartext span {
	-webkit-animation:text_anime_on 1s ease-out forwards;
	        animation:text_anime_on 1s ease-out forwards;
	/* animation-delay: .4s; */
}
@-webkit-keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes text_anime_on {
	0% {opacity:0;}
	100% {opacity:1;}
}

/*====================================================
////id |  cmn_contact
====================================================*/
#cmn_contact {
    overflow: hidden;
    position: relative;
}
#cmn_contact::before,
#cmn_contact::after {
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}
#cmn_contact::before {
    background: url('/img/common/cmn_contact_bg.webp') no-repeat center / cover;
}
#cmn_contact::after {
    background: #000;
    opacity: .46;
}
#cmn_contact .cc_inner {
    max-width: 900px;
    padding: 2.5em 0;
}
#cmn_contact h2 {
    color: #fff;
    margin-bottom: .5em;
}
#cmn_contact .cc_wrapper {
    background: #fff;
    border-radius: 15px;
    display: grid;
        align-items: center;
        grid-template-columns: auto auto;
}
#cmn_contact .cc_mail {
    text-align: center;
    padding: 1em 0;
}
#cmn_contact .cc_mail p {
    font-size: min(3vw, 26px);
    line-height: 1.2;
}
#cmn_contact .cc_mail p .small {
    font-size: .7em;
}
#cmn_contact .cc_mail .linkBtn {
    background: #000;
    margin-top: 1em;
}
#cmn_contact .cc_tel {
    display: grid;
    grid-gap: 1em;
    padding: 1em 0;
}
#cmn_contact .cc_tel dl {
    display: grid;
        grid-gap: 0 1em;
        grid-column: span 2;
        grid-template-columns: subgrid;
    margin: 0;
}
#cmn_contact .cc_tel dt span {
    background: var(--mainColor);
    border-radius: .5em;
    color: #fff;
    display: inline-block;
    font-size: min(1.6vw, 18px);
    font-weight: 700;
    padding: .1em .8em;
    text-align: center;
    width: 100%;
}
#cmn_contact .cc_tel .cc_tel_item {
    display: inline-block;
}
#cmn_contact .cc_tel .tel_link {
    font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: min(3vw, 30px);
    line-height: 1;
    vertical-align: -.1em;
    text-align-last: justify;
}
#cmn_contact .cc_tel .time {
    font-size: min(1.2vw, 14px);
    line-height: 1.2;
    text-align: right;
}
@media screen and (max-width: 769px) {
    #cmn_contact::before {
        top: -40%;
        width: min(210%, 1200px);
        height: 140%;
    }
    #cmn_contact .cc_wrapper {
        grid-template-columns: 1fr;
        place-items: center;
    }
    #cmn_contact .cc_mail p {
        font-size: min(6vw, 26px);
    }
    #cmn_contact .cc_tel dt span {
        font-size: min(3.2vw, 18px);
    }    
    #cmn_contact .cc_tel .tel_link {
        font-size: min(7vw, 30px);
        margin-top: .1em;
    }
    #cmn_contact .cc_tel .time {
        font-size: min(3vw, 14px);
    }    
}
@media (hover: hover) {}

/*====================================================
////id |  footer
====================================================*/
footer {
    background: var(--mainColor);
    color: #fff;
}
footer .footer_inner {
	padding: 3em 0;
}
footer .footer_wrapper {
    display: grid;
        grid-gap: 3em min(3vw, 140px);
        grid-template-columns: auto min(50%, 550px);
        grid-template-rows: 1fr auto;
        justify-content: space-between;
    line-height: 1.4;
}
footer .footer_logo {
    text-align: center;
}
footer .footer_logo img{
    width: 100%;
}
footer .footer_logo p {
    font-size: 14px;
    margin: 0 0 1em 0;
}
footer .footer_logo p .small {
    font-size: .74em;
}
footer .footer_logo figure {
    margin: auto;
    width: min(60vw, 340px);
}
footer .footer_menu {
    display: grid;
        grid-gap: 34px 0;
    grid-row: span 2;
}
footer .footer_menu dt {
    font-size: 18px;
    margin-bottom: .3em;
}
footer .footer_menu dd {
    font-size: 14px;
}
footer .footer_menu_items {
    display: flex;
        flex-wrap: wrap;
        grid-gap: 0 1em;
}
footer .footer_menu_items a {
	position: relative;
	font-size: 3vw;
	font-weight: normal;
	line-height: 2em;
}
footer .footer_menu_items a::after {
    border-left: solid 1px #fff;
    content: '';
    display: block;
    margin: auto;
    position: absolute;
        top: 0;
        right: -.5em;
        bottom: 0;
    width: 0;
    height: 1em;
}
footer .footer_menu_items a:last-child:after {
    display: none;
}
footer .footer_link .footer_menu_items {
    font-size: 14px;
    justify-content: center;
    margin-bottom: 1.5em;
}
@media screen and (max-width: 960px) {
    footer .footer_wrapper {
        grid-template-columns: 1fr;
        place-items: center;
        margin: auto;
        max-width: 540px;
    }
}
@media screen and (max-width: 769px) {}
