@charset "utf-8";
@import url("drawer.min.css");
.pc { display:none !important; }

/*TAG初期設定*/
* { box-sizing:border-box; outline:none; }
html { width:100%; height:100%; scroll-behavior: smooth; scroll-padding-top: 60px; }
body {
	font-family:"Kosugi Maru", sans-serif;
	font-feature-settings:"palt";
	-webkit-font-feature-settings:"palt";
	-webkit-text-size-adjust:100%;
	font-size:14px;
	line-height:1.6;
	color:#333;
	margin:0;
	padding:60px 0 0;
	border:none 0;
	width:100%;
	height:100%;
}
header, footer, nav, article, section, aside { display:block; }
h1,h2,h3,h4,h5,h6 {
	font-size:14px;
	line-height:1.4;
	margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none;
}
p,address,cite { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
ul,menu,ol { list-style:none; padding:0; margin:0; }
li { padding:0; margin:0; }
dl,dt,dd { margin:0; padding:0; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; }
img,svg { height:auto; max-width:100%; margin:0; padding:0; border:none 0; text-align:center; vertical-align:bottom; -webkit-backface-visibility:hidden; }
img.[src$="notdisplay.gif"] {display:none !important; width:0 !important; height:0 !important;}
video { margin:0; padding:0; vertical-align:bottom; filter: drop-shadow(0px 0px rgba(0,0,0,0)); outline: none; border: none; }
iframe { vertical-align:bottom; outline:none; border:none; }
form { margin:0; padding:0; }

/*TAG再設定*/
p.p { margin-bottom:1rem; }
ul.ul { list-style-type:disc; list-style-position:outside; margin-left:1.5em; }
ol.ol { list-style:decimal; list-style-position:outside; margin-left:1.25em; padding:0; } 
ul.ul li:not(:last-of-type), ol.ol li:not(:last-of-type) { margin-bottom:1em; }
dl.dl dt { font-weight:bold; margin-top:1rem; }
dl.dl dt:nth-child(1) { margin-top:0; }

/*LINK関連*/
a {
	color:rgba(26,65,134,1);
	text-decoration:none;
}
.bt-box {
	display:block;
	width:max-content;
	background-color:#FFF;
	padding:1px;
	margin:auto;
	border: solid 1px rgba(63,101,238,1);
	border-radius:6px;
	overflow:clip;
}
.bt-box a.bt-txt {
	display:block;
	width:100%;
	color:#FFF;
	text-align:center;
	background-color:rgba(63,101,238,1);
	padding:1rem;
	border-radius:4px;
	transition:background-color ease .2s;
}
a.ico[href$=".pdf"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-pdf.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".doc"]::after,
a.ico[href$=".docx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-doc.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[href$=".xls"]::after,
a.ico[href$=".xlsx"]::after {
	content:"";
	display:inline-block;
	background:url(../images/tmpl/ico-xls.svg) no-repeat center center;
	background-size:1.5em 1.5em;
	width:1.5em;
	height:1.5em;
	margin-bottom:-.25em;
	margin-left:.5rem;
}
a.ico[target$="_blank"]:not([href$=".pdf"])::after {
	content:"";
	display:inline-block;
	color:#333;
	background:url(../images/tmpl/icon-open-new-window.svg) no-repeat center right;
	background-size:1em 1em;
	width:1em;
	height:1em;
	margin-bottom:-.1em;
	margin-left:.25rem;
}
a.bt-txt.ico[target$="_blank"]:not([href$=".pdf"])::after {
	background-image:url(../images/tmpl/icon-open-new-window_w.svg);
	margin-left:.5rem;
}

.ico_ast {display:flex;}
.ico_ast::before {content:"※";}

/*プラグイン*/
#fb-root, .fb-page { font-family:sans-serif; }
#twitter iframe{ width: 100% !important; }

/*Display Type*/
/*横向き*/
@media (orientation: landscape){ .portrait { display:none !important; }
}
/*縦向き*/
@media (orientation: portrait){ .landscape { display:none !important; }
}

/*Scrol Box*/
table.scroll_x {
	display:block;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
table.scroll_x > tbody {
	width: 100%;
	display:table;
}

table.scroll_x > tbody th {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
	z-index:1;
}
table.scroll_x > tbody td {
	white-space:nowrap;
}
table.scroll_x > img{
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.scroll_x::-webkit-scrollbar {
  height: 6px;
}
.scroll_x::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(241,241,241,1);
}
.scroll_x::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(30,55,128,1);
}
.scroll_xy {
	border-top:solid 1px #999;
	border-left:solid 1px #999;
	max-height: 60vh;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.scroll_xy > table {
	border-top: none 0px;
	border-left: none 0px;
}
.scroll_xy table thead tr th,
.scroll_xy table tbody tr th {
	position: sticky;
	white-space:nowrap;
	top:0;
	left:0;
}
.scroll_xy table thead tr:nth-child(1) th:nth-child(1) {
	z-index:1;
}
.scroll_xy > table th,
.scroll_xy > table td {
	white-space:nowrap;
}
.scroll_xy img {
	width:auto !important;
	max-width: none !important;
	margin-bottom:0.5em;
}
.scroll_xy::-webkit-scrollbar {
  height: 6px;
}
.scroll_xy::-webkit-scrollbar-track {
  border-radius: 6px;
  background: rgba(241,241,241,1);
}
.scroll_xy::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background: rgba(30,55,128,1);
}

/* TEXT Font */

/*Font Size*/
.font_xxxxl { font-size: 40px; }
.font_xxxl { font-size: 32px; }
.font_xxl { font-size: 24px; }
.font_xl { font-size: 18px; }
.font_l { font-size: 16px; }
.font_m { font-size: 14px; }
.font_s { font-size: 12px; }
.font_xs { font-size: 10px; }
/*Font Color*/
.fcolor_w,a.fcolor_w { color: #FFF; }
.fcolor_r { color: #F00; }
.fcolor_bl { color: #00F; }
.fcolor_gray { color: #999; }
/*Marker Color*/
.marker_r { display:inline; background: linear-gradient(transparent 65%, rgba(255,0,0,.4) 35%); padding:0 .25em; }
.marker_or { display:inline; background: linear-gradient(transparent 65%, rgba(255,171,73,.4) 35%); padding:0 .25em; }
.marker_bl { display:inline; background: linear-gradient(transparent 65%, rgba(58,209,255,.4) 35%); padding:0 .25em; }
.marker_gr { display:inline; background: linear-gradient(transparent 65%, rgba(0,204,0,.4) 35%); padding:0 .25em; }
/*文字装飾*/
.txt-outline {
	text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
/*Title*/
section .hgroup h1 {
	font-size:20px;
}
section .hgroup .title {
	font-weight:bold;
}

/*Main Layout*/

/*HEADER*/
#header {
	width:100%;
	height:61px;
	position:fixed;
	top:0;
	z-index:12;
	background-color:rgba(255,255,255,1);
	border-bottom:solid 1px #CCC;
}
#header .default {
	display:flex;
	align-items:center;
	width:calc(100% - 60px );
	height:60px;
	padding:0 0 0 1rem;
}
#header .default img {
	width:auto;
	max-width:100%;
	height:34px;
}
#header h1 {
	display:flex;
	flex-flow: row nowrap;
	align-items:center;
	width:calc(100% - 60px);
	height:60px;
	background-color:rgba(255,255,255,1);
	padding:0 0 0 1rem;
	position:fixed;
	top:0;
	left:0;
	z-index:21;
}
#header h1 img {
	width: auto;
	max-width:100%;
	height:32px;
}

/*MAIN*/
main { max-width:767px; margin:auto; }

/*FOOTER*/
footer > section { color:#FFF; background-color:rgba(120,140,213,1); padding:0; }
footer > section > ul li { text-align:center; padding:1rem;}
footer > section > ul h2 { font-size:16px; margin-bottom:.5rem; }
footer > section > ul h2 .type { display:block; font-size:12px; margin-bottom:.5rem; }
footer > section > ul address { font-size:12px; }
footer > section > ul address span.zip { display: block; }
footer > section > ul address span.tel { display: block; font-size:16px; margin-top:.5rem; }
footer > section > ul address span.tel a { color:#FFF; }
footer > section.default > ul li:not(:nth-child(1)) {
	border-top: solid 1px rgba(161,177,237,1);
}
footer > section.default > ul li:not(:last-child) {
	border-bottom: solid 1px rgba(91,108,169,1);
}

footer > section > .map iframe { width:100%; height:auto; }
/*縦向き*/
@media (orientation: portrait){ footer > section > .map iframe { aspect-ratio: 1 / 1; } }
/*横向き*/
@media (orientation: landscape){ footer > section > .map iframe { aspect-ratio: 16 / 7; } }

footer > .copyright { color:#FFF; background-color:#3f65ee; font-size:12px; text-align:center; width:100%; padding:2rem 0; }


/*Content Layout*/


/*Navigation*/

/*CONTACT*/
aside.contact-menu {
	position:sticky;
	bottom:0;
	left:0;
	z-index:2;
}
aside.contact-menu ul { display:flex; width:100%; }
aside.contact-menu ul > li { height:60px; }
aside.contact-menu ul > li.telephone { width:calc( 100%  - 60px - 60px ); }
aside.contact-menu ul > li.e-mail { width:60px; }
aside.contact-menu ul > li.instagram { width:60px; }
aside.contact-menu ul > li a {
	display:flex;
	justify-content:center;
	align-items:center;
	height:60px;
}
aside.contact-menu ul > li.telephone a {
	justify-content:flex-start;
	line-height:1.2;
	color:#000;
	padding-left:1rem;
}
aside.contact-menu ul > li.egao.telephone a {
	background-color:rgba(161,214,255,1);
}
aside.contact-menu ul > li.smile.telephone a {
	background-color:rgba(158,213,168,1);
}
aside.contact-menu ul > li.e-mail a {
	width:60px;
	background-color:#3f65ee;
}
aside.contact-menu ul > li.instagram a {
	width:60px;
	background: url(../images/tmpl/icon-instagram_bgimg.webp) center center no-repeat;
	background-size:cover;
}
aside.contact-menu ul > li a img { width:auto; height:40px; }

aside.contact-menu ul > li.e-mail a img, aside.contact-menu ul > li.instagram  a img { height:32px; }

aside.contact-menu.default ul > li.telephone { width:calc( ( 100%  - 60px ) / 2 ); }
aside.contact-menu.default ul > li.telephone a { justify-content:center; padding-left:0; }
