@charset "UTF-8";
/*
Author: 株式会社メックコミュニケーションズ
Author URI: https://www.mec-com.co.jp
Last Up Date: 2026-02
*/


/*  CSS Index
--------------------------------------------------------------
ヘッダーのロゴは縦の長さで横幅を自動調整します。
比率に注意してください。
--------------------------------------------------------------
@media print, screen and (min-width: 768px) {pc/print}
@media screen and (max-width: 767px) {sp}
1 : base
 	  : body
 	  : frame
 	  : clearfix
 	  : accordion
 	  : pc/sp
 	  : print
2 : header
 	  : header_logo
 	  : index_nav
 	  : globalnav_btn
 	  : globalnav
 	  : globalnav_bg
 	  : main_nav
 	  : search_all
 	  : mokuteki_nav
3 : main
 	  : layout
 	  : contents
 	  : pager
 	  : sidebar
 	  : tablet_left / tablet_right
 	  : side_ban
 	  : side_nav
 	  : side_jump
4 : footer
 	  : footer_links
 	  : footer_data
 	  : footer_nav
 	  : pagetop
 	  : copyright
5 : print
-----------------------------------------------------------------------------------------*/


/*base
-----------------------------------------------------------------------------------------*/
*{
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	font-weight: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	height:100%;
	font-size:10px;
}
body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	color:#000;
	text-align:center;
	font-size:1.8rem;
	line-height:1.5;
	height:100%;
	min-width:375px;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word
	background:#FFF;
	overflow-x: hidden;
    overflow-x: clip;
}
body * {
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   box-sizing: border-box;
}
ruby{
	ruby-position:under; 
}
ruby rt{
	margin:5px 0;
	letter-spacing:1px;
}
img{
	border-width: 0px;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
* html img{
	border-width: 0px;
	vertical-align: top;
	padding:-1px;
}
*:first-child+html img {
	border-width: 0px;
	vertical-align: middle;
	padding:-1px;
}
h1,h2,h3,h4,h5,h6,p,ul,dl,input,table,figure,ol,.dot{
	font-size:1.8rem;
	line-height:1.5;
	margin:0;
}
h1,h2,h3,h4,h5,h6{
	font-weight:medium;
	font-family: "Zen Maru Gothic",serif;
}
/*日時など*/
time{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
}
@media screen and (max-width: 767px) {h1,h2,h3,h4,h5,h6,p,ul,dl,input,table,figure,ol,.dot{font-size:1.6rem;}}
ul > li,
dl > dt,
dl > dd{
	font-size:inherit
}
span{
	font-weight:inherit;
	display:inline-block;
	text-decoration:inherit;
}
em{
	font-style:inherit;
	font-size:105%;
	font-weight:medium;
	font-family: "Zen Maru Gothic",serif;
	color:var(--color_aka);
}
strong{
	font-weight:bold;
}
a{
	color:inherit;
	font-weight:inherit;
	text-decoration: none;
	outline:none;
	-webkit-text-decoration-skip: none;
}
a:hover {
	text-decoration: none;
	outline:none;
}
a:link,a:visited,a:hover,a:active {
	outline:none;
}
hr{
	border:none;
	border-top:1px solid rgba(0,0,0,0.2);
	margin:70px 0;
}
@media screen and (max-width: 767px) {hr{margin:30px 0;}}
/*-------------------------wrapper*/
#wrapper{
	width:100%;
	min-height:100vh;
	display:flex;
	flex-direction:column;
}
/*-------------------------frame*/
.frame{
	max-width:1200px;
	margin:0 auto;
	text-align:left;
	position:relative;
	padding:0 60px;
}
@media screen and (max-width: 1300px) {
	.frame{padding:0 80px 0 40px;}
}
@media screen and (max-width: 1000px) {
	.frame{padding:0 40px;}
}
@media screen and (max-width: 767px) {
	.frame{padding:0 20px;}
}
/*-------------------------clearfix*/
.clearfix::after{
	display: block;
	clear: both;
	content: "";
}
/*-------------------------accordion*/
.accordion{
	display:none;
}
.accordion.open{
	display:block;
}
.acc_btn{
	cursor:pointer;
}
/*-------------------------pc/sp*/
@media screen and (max-width: 767px) {#wrapper .pc{display:none;}}
@media print, screen and (min-width: 768px) {#wrapper .sp{display:none;}}
/*-------------------------scrollbarを隠す*/
.globalnav{
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.globalnav::-webkit-scrollbar{
  display:none;
}



/*header
-----------------------------------------------------------------------------------------*/
.header{
	z-index:1000;
	width:100%;
	text-align:left;
	max-width:100%;
	min-width:375px;
	background:var(--color_rose4);
	height:90px;
}
@media print, screen and (min-width: 1000px) {
	.header{padding-right:90px;}
}
/*-------------------------header_logo*/
.header_logo a{
	display:flex;
	justify-content:center;
	align-items:center;
	height:120px;
	width:340px;
	padding:10px 20px 0 20px;
	position:absolute;
}
.header_logo a:hover{
	background:#00000010;
}
@media screen and (max-width: 1000px) {
	.header_logo a{width:270px;height:90px;}
}
/*-------------------------header_tel (pc)*/
.header_tel{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	font-size:22px;
	color:#05057f;
	display:flex;
	justify-content:end;
	gap:10px;
	letter-spacing:1px;
	padding:10px 10px 5px 0;
}
.header_tel img{
	margin-top:0.2em;
}
@media screen and (max-width: 1000px) {
	.header_tel{display:none;}
}
/*-------------------------header_index (pc)*/
.header_index ul{
	display:flex;
	justify-content:end;
	gap:10px;
}
.header_index a{
	display:block;
	padding:5px 10px;
	border-radius:30px;
}
.header_index a:hover{
	background:#00000010;
}
@media screen and (max-width: 1000px) {
	.header_index{display:none;}
}
/*-------------------------globalnav_btn*/
.globalnav_btn{
	cursor:pointer;
	position:fixed;
	z-index:1000;
	top:10px;
	right:10px;
	width:70px;
	height:70px;
	flex-shrink:0;
	background:#FFF;
	border-radius:100%;
	box-shadow: 0 0 5px #00000020;
	font-size:11px;
	line-height:1;
	text-align:center;
	font-weight:700;
}
.globalnav_btn span::before,
.globalnav_btn::before,
.globalnav_btn::after{
	content:"";
	display:block;
	width:40%;
	height:2px;
	position:absolute;
	left: 30%;
	top:40%;
	background:#000;
	transition: all 0.5s;
	z-index:1000;
	border-radius:5px;
}
.globalnav_btn::before{
	top:30%;
}
.globalnav_btn::after{
	top:50%;
}
.globalnav_btn span{
	padding-top:58%;
}
.globalnav_btn.open span::before{
	opacity:0;
}
.globalnav_btn.open::before{
	transform:rotate(-30deg);
	top:40%;
}
.globalnav_btn.open::after{
	transform:rotate(30deg);
	top:40%;
}
/*-------------------------globalnav*/
.globalnav{
	width:100%;
	max-width:500px;
	max-height:100%;
	position:fixed;
	right:0;
	top:0;
	z-index:999;
	overflow:auto;
	background:var(--color_rose3);
	transform: translateX(100%);
	transition: all 0.5s;
}
.open + .globalnav{
	transform: translateX(0);
}
/*-------------------------globalnav_bg*/
.globalnav_bg{
	cursor:pointer;
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	right:0;
	top:0;
	background:rgba(255,255,255,0.9);
}
/*-------------------------header_nav*/
.header_nav{
	position:relative;
	padding:20px 15px 30px 15px;
}
.header_nav .logo{
	margin-bottom:15px;
	margin-left:5px;
	width:230px;
}
.header_nav > ul{
	display:grid;grid-template-columns: repeat(2 , 1fr);
}
.header_nav li a{
	display:block;
	font-size:2rem;
	line-height:1.25;
	padding:10px 10px 10px 17px;
	border-radius:5px;
}
.header_nav li a:hover{
	background:rgba(255,255,255,0.5);
}
.header_nav > ul > li > a{
	font-weight:bold;
	color:var(--color_rose);
}
.header_nav li li a::before{
	content:"";
	display:inline-block;
	height:1px;
	width:0.8em;
	background:#000;
	margin:0 0.2em 0.3em 0;
	transition:all 0.3s;
}
.header_nav li li a:hover::before{
	transform: translateX(-0.3em);
}
@media print, screen and (min-width: 1001px) {
	.header_nav .logo{margin-bottom:12px;}
	.header_nav li a{font-size:1.8rem;padding:6px 17px;}
@media screen and (min-height: 1100px) {
	.header_nav > ul{display:block;}
}
}
@media screen and (max-width: 500px) {
	.header_nav > ul{display:block;}
}

/*-------------------------header_data*/
.header_data{
	width:100%;
	text-align:center;
	background:var(--color_rose4);
	padding:30px 0 20px 0;
}
@media print, screen and (min-width: 1001px) {
@media screen and (max-height: 800px) {
	.header_data{display:none;}
}
}
/*-------------------------header_contact*/
.header_contact{
	display:flex;
}
.header_contact a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:70px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	color:#FFF;
}
.header_contact a:hover{
	filter:brightness(120%);
}

/*main
-----------------------------------------------------------------------------------------*/
main{
	display:block;
    animation-name: fadein;
    animation-duration: 0.5s;
}
main::before{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:90px;
	top:0;
	background:var(--color_rose4);
	z-index:-1;
}
@media print, screen and (min-width: 1000px) {
main::before{height:120px;}
}
main a{
	transition: all 0.2s;
}

/*-------------------------pagetitle*/
.pagetitle{
	height:260px;
	position:relative;
	display:flex;
	align-items:center;
	background:var(--color_rose4);
	padding-top:10px;
}
.pagetitle h1,
.pagetitle p{
	width:100%;
	font-size:4rem;
	line-height:1.25;
}
.pagetitle h1::first-letter,
.pagetitle p::first-letter{
	color:var(--color_rose);
}
.pagetitle .img{
	position:absolute;
	right:0;
	top:0;
	width:calc(50% + 100px);
	max-width:55%;
	height:320px;
	overflow:hidden;
	border-top-left-radius:200px;
	border-bottom-left-radius:200px;
	background:#FFF;
}
.pagetitle .img img{
	width: 100%;
	height:100%;
	object-fit: cover;
}
@media screen and (max-width: 999px) {
	.pagetitle{height:110px;margin-bottom:30px;}
	.pagetitle h1{font-size: max(2.2rem , 3.5vw);padding-right:52%}
	.pagetitle .img{height:130px;width:50%;}
}
@media screen and (max-width: 999px) {
	.pagetitle.pc{display:none;}
}


/*-------------------------path*/
.pagetitle + .path{
	margin-bottom:70px;
}
.path p{
	padding-top:10px;
	font-size:1.4rem;
	font-weight:bold;
	color:#868686;
	text-shadow: 1px 1px 1px #FFF;
}
.path a:hover{
	text-decoration:underline;
}
.path a::after{
	content:"/";
	display:inline-block;
	padding:0 0.5em;
}
.path strong{
	color:#000;
}
@media screen and (max-width: 1000px) {
	.path{display:none;}
}
/*-------------------------layout*/
.layout{
	display:flex;
	flex-direction:row-reverse;
	margin:0 auto;
	padding-bottom:100px;
	gap:50px;
}
@media screen and (max-width: 1000px) {
	.layout{flex-direction:column;margin:30px auto;padding-bottom:20px;}
}
/*-------------------------contents*/
.contents{
	width:100%;
	margin-bottom:auto;
}
/*-------------------------pager*/
.pager{
	margin:15px 0;
	text-align:center;
}
.pager li{
	display:inline-block;
	font-weight:500;
	font-family: 'Inter', "Zen Maru Gothic", sans-serif;
}
.pager li a,
.pager li span{
	display:block;
	color:#000;
	border:1px solid var(--color_rose2);
	width:4rem;
	font-size:1,6rem;
	line-height:4rem;
	text-align:center;
	margin:2px;
	text-decoration:none;
	
}
.pager li span{
	background:var(--color_rose3);
}
.pager li span.dots{
	border:none;
	background:none;
	color:#4D4D4D;
	width:auto;
	padding:0;
}
.pager li a:hover{
	background:var(--color_rose3);
}
/*-------------------------sidebar*/
.sidebar{
	width:200px;
}
@media screen and (max-width: 1000px) {
	.sidebar{width:100%;}
}
/*-------------------------side_ban*/
.side_ban > p{
	margin-bottom:5px;
}
.side_ban > p a:hover img{
	filter:brightness(75%);
}
/*-------------------------side_nav*/
.side_nav h2{
	font-size:2rem;
	font-weight:medium;
	font-family: "Zen Maru Gothic",serif;
	color:var(--color_rose);
	padding:12px 0;
	border-bottom:1px solid var(--color_rose2);
}
.side_nav li{
	border-bottom:1px dashed #B5B5B5;
}
.side_nav a{
	display:block;
	font-size:1.8rem;
	line-height:1.5;
	padding:12px 0;
	background:#FFF;
	font-weight:400;
	font-family: 'Inter', "Zen Kaku Gothic New", sans-serif;
}
.side_nav .current_page_item a,
.side_nav a:hover{
	background:var(--color_hai);
}




/*footer
-----------------------------------------------------------------------------------------*/
.footer{
	position:relative;
	margin-top:auto;
}
@media screen and (max-width: 1000px) {
	.footer{padding-bottom:60px;}
}
/*-------------------------footer_nav*/
.footer_nav{
	padding:60px 0;
	border-top:1px solid var(--color_rose2);
}
.footer_nav > ul{
	display:flex;
	justify-content:space-between;
}
.footer_nav > ul > li > a{
	font-weight:bold;
	color:var(--color_rose);
}
.footer_nav li a{
	font-size:1.6rem;
	display:block;
	padding:0.3em 0.8em;
	border-radius:2em;
}
.footer_nav li a:hover{
	background:var(--color_rose4);
}
@media screen and (max-width: 900px) {
	.footer_nav{padding:30px 0;}
	.footer_nav > ul{justify-content:center;text-align:center;}
	.footer_nav > ul > li{display:none;}
	.footer_nav > ul > li.siteinfo{display:block;}
}
/*-------------------------footer_banner*/
.footer_banner{
	background:url(images/bg_banner.jpg) center center;
	background-size:cover;
}
.footer_banner ul{
	display:flex;
	justify-content:center;
	align-items:center;
	gap:30px;
	margin:0 auto;
}
.footer_banner img{
	box-shadow: 0 0 5px #00000020;
}
@media screen and (max-width: 767px) {
.footer_banner ul{flex-wrap:wrap;gap:15px;max-width:300px;}
}
/*-------------------------footer_data*/
.footer_data{
	padding:40px 30px 30px 30px;
}
/*-------------------------footer_contact*/
.footer_contact{
	display:flex;
	width:100%;
	position:absolute;
	position:fixed;
	bottom:0;
	z-index:100
}
.footer_contact a{
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	height:60px;
	font-size:15px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:600;
	color:#FFF;
}
@media print, screen and (min-width: 1001px) {
.footer_contact{
	width:auto;
	flex-direction:column;
	align-items:end;
	gap:5px;
	bottom:auto;
	top:min(20vh, 240px);
	right:0;
}
.footer_contact .tel{
	display:none;
}
.footer_contact a{
	writing-mode: vertical-rl;
	flex-direction:row;
	flex-wrap:wrap;
	padding:15px 0;
	gap:5px;
	height:auto;
	width:50px;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	transition:all 0.3s;
}
.footer_contact a:hover{
	filter:brightness(120%);
	width:60px;
}
}
/*-------------------------pagetop*/
.pagetop a{
	position:fixed;
	bottom:10px;
	right: 10px;
	width:70px;
	height:70px;
	padding-top:25px;
	z-index:20;
	background:rgba(255,255,255,0.8);
	border-radius:100%;
	box-shadow: 0 0 5px #00000020;
	transition:all 0.3s;
	line-height:1;
}
.pagetop.bottom a{
	bottom:60px;
}
.pagetop a:hover{
	padding-top:10px;
	background:var(--color_rose4);
}
@media screen and (max-width: 1000px) {
	.pagetop a{display:none;}
}
/*-------------------------copyright*/
.copyright{
	display:block;
	line-height:50px;
	background:#ee95ad;
	font-family:serif;
}
.copyright a:hover{
	text-decoration:underline;
}
@media screen and (max-width: 1000px) {
	.copyright{line-height:40px;}
}

/*print
-----------------------------------------------------------------------------------------*/
@media print{
	#wrapper header,
	#wrapper footer,
	#wrapper .topicstitle{display:none;}
	body{min-width:1200px;}
}