@charset "UTF-8";
/*------------------------normalize*/
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}audio,canvas,progress,video {display: inline-block; vertical-align: baseline;}a {background: transparent;}a:active,a:hover {outline: 0;}sub,sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}sup {top: -0.5em;}sub {bottom: -0.25em;}img {border: 0;}svg:not(:root) {overflow: hidden;}figure {margin: 0;}hr {-moz-box-sizing: content-box; box-sizing: content-box; height: 0;}pre {overflow: auto;}button,input,optgroup,select,textarea {color: inherit; font: inherit; margin: 0;}button {overflow: visible;}button,select {text-transform: none;}button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button; cursor: pointer;}button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}input {line-height: normal;}input[type="checkbox"],input[type="radio"] {box-sizing: border-box; padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em;}textarea {overflow: auto;}table {border-collapse: collapse; border-spacing: 0;}td,th {padding: 0;}img{ vertical-align: bottom;}
button{ border:none;}button:focus{ outline:none;}table { border-collapse: collapse; border-spacing: 0;}
*{ box-sizing: border-box;}
ul,li{ margin: 0; padding: 0; list-style: none; }
/*------------------------normalizeEnd*/

body {
	background:#fff;
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
	color:#000;
	margin:0 auto;
	text-align:center;
	font-size:100%;
	line-height:1.6em;
}

h1, h2, h3, h4, h5, h6{ margin:0 0 10px; padding:0; font-size:1.2em;}
h2{ font-size: 32px; color: #0f3893; margin-bottom: 20px; }
h3{ font-size: 24px; border-left: 4px solid #0f3893; padding-left: 10px; }
h4{ border-bottom: 1px solid #0f3893; }
p{ font-size: 15px; }
section{ margin-bottom: 80px; }
article{}
address{ font-style:normal;}
a:link, a:visited{ text-decoration: none; color:#0f3893;}/*007ab0*/
a:hover{ opacity: 0.6; transition: 0.4s; color:#0f3893;}/*0099FF*/
area { outline:none; }

/*------*/
.wrapBox{ width: 100%; max-width:980px; margin: 0 auto;}

.flex{ display: flex;align-items: flex-start; }
.makerBox{ width: 100%; max-width: 980px;}
.makerBox img{ width: 100%; }


/*------------------------Style*/
main{ text-align:left; width: 100%; max-width:980px; margin: 0 auto;}

header{ width: 100%; max-width: 980px; margin: 0 auto; text-align: left; display: flex; justify-content: space-between; }
header h1{ width: 100%; max-width: 640px; margin-top: 20px; }
header h1 img{ width: 100%;}

header .boxR{ text-align: right; }
header .contactBtn{ width: 100%; max-width: 200px; float: right; }
header .contactBtn a{ display: block; width: 200px; padding: 5px; background: #96c640; color: #fff; text-align: center; }

header .fa-tiktok{ font-size: 22px; margin-top: -10px; padding: 0 10px 0 0; color: #000; height: 32px;}
header .fa-instagram{ font-size: 28px; padding: 0 10px 0 0; color: #CF2E92;}
header .fa-facebook{ font-size: 28px; padding: 0 10px 0 0; color: #1877f2;}
header .tel{ font-family: 'Lato', sans-serif; font-size: 36px; font-weight: 700; margin-top: 20px; line-height: 10px;}
header .tel span{ font-size: 16px; font-weight: 400; display: inline-block;}
header .tel span.red{ font-size: 14px; display: block; margin: 10px -5px 0 0; }
header img{ width: 100%; }
@media screen and (max-width: 980px) {
header{ display: block; text-align: center; }
header .boxR { text-align: center; }
}

footer{ background: #f1f1f1; text-align: left; margin-top: 80px; }
footer .flex{ width: 100%; max-width: 980px; margin: 0 auto; padding: 40px 0; }
footer .logo{ width: 128px; }
footer .logo img{ width: 100%; }
footer figure{ padding: 10px 40px; }
footer figure img{ width: 100%; max-width: 280px; }
footer figcaption{ font-size: 14px; }
footer .tel{font-family: 'Lato', sans-serif; font-size: 52px; font-weight: 700;}
footer .tel span{ font-size: 26px; font-weight: 400; margin-right: 10px; }

footer .addressBox{ }
footer .addressBox p{ }

/*------*/
.bnCheckBox{ max-width: 100%; }
.bnCheckBox img{ width: 100%; height: auto;}

.bnBox2{ display: flex; justify-content: space-between; flex-wrap: nowrap; max-width: 100%; margin: 0 auto 80px; }
.bnBox2 .box{ width: 100%; margin: 5px;}
.instagramBox{ height: 446px; overflow: scroll; background: #ccc; padding: 5px; }
.bnBox2 .box img{ width: 100%; height: auto;}

.makerBox{ }
.makerBox h3{ background: #b4b4b4; color: #fff; text-align: center; margin-bottom: 1em; padding: 10px; }


/*------*/
section .contactBtn{float: none; }
section .contactBtn a{ display: block; width: 200px; padding: 5px; background: #96c640; color: #fff; text-align: center; }







/*------*/
.ulList li{ list-style: disc; }


/*table*/
.table01{ width: 100%; margin-bottom:20px; border-collapse: collapse; text-align:left; border: 1px solid #fff;}
.table01 th{ padding: 10px; font-weight:normal; vertical-align: top; background-color: #e4e4e4; border: 1px solid #fff; white-space: nowrap;}
.table01 td{ padding: 10px; background-color: #f7f7f7; border: 1px solid #fff; vertical-align: top;}

.table02{ width: 100%; margin-bottom:20px; border-collapse: collapse; text-align:left; border-top:1px solid #ddd;}
.table02 th{ padding: 1em; white-space: nowrap; border-bottom:1px solid #ddd; font-weight: normal; }
.table02 td{ padding: 1em; border-bottom:1px solid #ddd; }

.tableFAQ{ width: 100%; margin-bottom:20px; border-collapse: collapse; text-align:left;}
.tableFAQ th{ padding: 1em; white-space: nowrap; font-size: 24px; }
.tableFAQ td{ padding: 1em; }
.q th{ border-bottom:1px dotted #ddd; color: red; }
.q td{ border-bottom:1px dotted #ddd;}
.a th{ color: #0f3893; border-bottom:1px solid #ddd; }
.a td{ border-bottom:1px solid #ddd; }


/*------------------------otherStyle*/
.noEvents{ pointer-events: none;}

.tC{ text-align: center; }
.tR{ text-align: right; }
.B{ font-weight: bold; }
.red{ color: #d70b1a; }
p.kome{ text-indent: -1em; margin-left: 1em; margin-bottom: -10px; }

.fR{ float: right; }

.fitImg img{ width: 100%; }

.clear { clear:both; }
.clear hr { display:none; }
.cf:after{/*for modern browser*/
    content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden;}
.cf {zoom:1;/*for IE 5.5-7*/}

.PC{ display: block; }
.SP{ display: none; }
@media screen and (max-width: 980px) {
.PC{ display: none; }
.SP{ display: block; }

header h1{ max-width: 174px; }
header h1 img{ width: 100%;}

section{ margin-bottom: 40px; }

main{ padding: 10px; }
footer{ margin: 0; }
footer .flex{ display: block; text-align: center; padding: 20px; }
footer .logo{ margin: 0 auto; width: 80px; }
footer figure{ padding: 0; }
footer figure img{ width: 240px; }
footer .addressBox p{ font-size: 14px; }
footer .addressBox img{  max-width: 320px;}
footer .tel{ font-size: 32px;}
footer .tel span{ font-size: 14px;}


.bnBox2{ display: block; margin-bottom: 40px; }
.bnBox2 .box{ width: 100%; margin: 5px;}
.instagramBox{ height: auto; overflow: scroll; background: #ccc; padding: 5px; }
.bnBox2 .box img{ width: 100%; height: auto; padding: 5px;}



.table01 th,
.table01 td{ display: block; }
}














/*------------------------navDesign*/
.menu{ background: #0f3892; margin-bottom: 40px; }
.mnav { max-width: 980px; margin: 0 auto; display: flex; justify-content: center; align-items: center; text-align: center;}
.mnav li { flex-basis: 16.6%; max-width: 16.6%; color: #110C53; transform: skewX(150deg);border-left: 1px solid #ced1d4;}
.mnav li:last-child{ border-right: 1px solid #ced1d4;  }
.mnav li span { display: block; transform: skewX(-150deg);}
.mnav li a { display: block; width: 100%; color: #fff; padding: 5px 0 0; height: 59px;}
.mnav li a.line1{ padding: 18px 0 0;}
.mnav li:hover,.mnav li.active  { background-color: #5c9ee6;}
.mnav li:hover a,.mnav li.active a  {color: #fff;}
.mnav .SP{}

/*------------------------nav*/
.drawer{ z-index: 9999; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: fixed; top: 24px; right: 10px; padding: 0 9px; width: 48px; height: 48px; border-radius: 400px; background: rgba(0,159,232,1); }
.navbar_toggle{z-index:9999;}
.navbar_toggle_icon { position: relative; display: block; border-radius: 4px; height: 2px; width: 30px; background: #fff; -webkit-transition: ease .4s; transition: ease .4s;}
.navbar_toggle_icon:nth-child(1) { top: 0;}
.navbar_toggle_icon:nth-child(2) { margin: 8px 0;}
.navbar_toggle_icon:nth-child(3) { top: 0;}

/*OPEN時の動き*/
.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {top: 10px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {-webkit-transform: translateY(-50%); transform: translateY(-50%); opacity: 0;}
.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {top: -10px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

/*OPEN*/
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(0);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}


@media screen and (min-width: 980px) {
.drawer,
.navbar_toggle{ display: none;}
}

@media screen and (max-width: 980px) {
.menu{ position: fixed; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition:ease .5s; transition:ease .5s; z-index:9998; top: 0; width: 100%; margin: 0;}
.menu .mnav{ padding: 40px 20px 80px; height: 100vh; overflow: scroll; font-size: 18px; }

.mnav { display: block;}
.mnav li { max-width: 100%; transform: skewX(0deg); border-right: none; border: none; padding: 5px 0;}
.mnav li:last-child{ border: none;  }
.mnav li span { display: block; transform: skewX(0deg);}
.mnav li.SP{ display: inline-block; font-size: 32px; margin: 1em 0.5em; }

h1{ margin-left: 5px; }
header .boxR{ display: none; }
}