/* ============================
re 2021-07
mpbile only
============================ */

html,body,
div,dl,dt,dd,
ul,
form,fieldset,
h1,h2,h3,h4,h5,h6,
input,textarea,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

body {
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
	font-size: 14px;
	word-break: break-all;
}

section {
	clear: both;
	display: block;
}

div {
  overflow: hidden;
}

p {
	margin: 0 0 10px;
	line-height: 1.7;
	font-size: 14px;
}

.fred { color: #c00 !important;}
.expl {
	font-size: 13px;
}
.f17 {font-size: 17px;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
	font: 100%;
}

th,td {
	text-align:left;
}

	
img {
	vertical-align: bottom;
}
.imgWF, .imgWF img {
  width: 100%;
  height: auto;
}

ul li,
dt,
dd {
	list-style: none;
}


/*--------------------------------------------*/

a {	color: #058DB5;}

a:hover { color: #0AC2F8;}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

nav a {
 text-decoration: none;
}

.btnList a {
	display: block;
}

/*--------------------------------------*/

.mT5 { margin-top:5px !important;}
.mT10 { margin-top:10px !important;}
.mT20 { margin-top:20px !important;}
.mT30 { margin-top:30px !important;}
.mT40 { margin-top:40px !important;}

.mR10 { margin-right:10px !important;}

.mB0 { margin-bottom:0px !important;}
.mB5 { margin-bottom: 5px !important;}
.mB10 { margin-bottom:10px !important;}
.mB20 { margin-bottom:20px !important;}
.mB30 { margin-bottom:30px !important;}
.mB40 { margin-bottom:40px !important;}


.mRL_box {
	margin: 0 10px;
}
.txC {
	text-align: center;
}
.txR {
	text-align: right;
}

.telNum {
  font-size: 24px;
}

/* 横並び */
.boxCol2 {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}


/* -----------------------------
   rayout
----------------------------- */

html.bodyFixed, body.bodyFixed {
  height: 100%;
  overflow: hidden;
}

.inlineBlk {
  display: inline-block;
}

.conteBoxRL {
  width: 92%;
  margin: 0 auto;
}

header .inner {
	margin: 0 10px;
}

.secBx {
	margin: 0 0 30px;
	overflow: hidden;
}


/* -----------------------------
   header
----------------------------- */
header {
	position: relative;
}

.inner {
	overflow: hidden;
}

.btn {
	margin: 15px 0;
}
.btn a {
	background-color: #0684ac;
	color: #fff;
	display: inline-block;
	padding: 4px 15px;
	text-decoration: none;
}
.btnList {
	overflow: hidden;
	text-align: center;
	margin-bottom: 20px;
}
.btnList li {
	display: inline-block;
  width: 48%;
  box-sizing: border-box;
  padding: 5px 0;
}
.btnList li img {
	width: 100%;
}

.st_a {
	font-weight: bold;
	font-size: 20px;
	color: #777;
	margin: 0 10px 15px;
	line-height: 1.7;
}
.st_a span {
	color:#178BB0;	
}
.st_a em {
	font-style: bold;
	font-weight: bold;
	font-size: 20px;
}
.st_b {
	font-size: 20px;
	color: #178BB0;
	margin: 0 auto 5px;
	font-weight: bold;
}
h3.st_b {
	margin: 20px auto 5px;
}


/* -----------------------------
   to Pagetop
----------------------------- */
#pgtop {
  position: fixed;
  bottom: 10px;
  right: 10px;
/*  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;*/
  opacity: 0.8;
}


/* -----------------------------
   
----------------------------- */

.acc {
	border: 1px solid #0084A1;
}
.acc .mainMenu {
	font-size: 16px;
	background-color: #0084A1;
	color: #fff;
	padding: 10px 15px;
	text-align: center;
}
.acc .subMenu {
	background-color: #fff;
	padding: 15px 10px;
}

.youtube {
	position:relative;
	width:100%;
	padding-top:56.25%;
}
.youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.under {
  background: linear-gradient(transparent 40%, #a8eaff 50%);
}

/* ================================== */
/*  header 
----------------------------- */

#top {
padding-top: 56px;
}

#hdrSec {
position: fixed;
top: 0;
left: 0;
background: #fff;
box-sizing: border-box;
z-index: 999;
width: 100%;
}
#hdrSec.fixed {
background: rgba(255,255,255,0.9);
filter: drop-shadow(0px 2px 2px rgba(0,0,0,0.4));
}

header img {
max-width: 100%;
height: auto;
}

#hdrSec {
display: -webkit-flex;
display: flex;
justify-content: space-between;
align-items: center;
margin: 0;
padding: 10px 3% 10px 4%;
}
#hdrSec .siteLogo {
width: 30%;
}
#hdrSec .siteLogo a {
display: -webkit-flex;
display: flex;
align-items: center;
}
#hdrSec .siteLogo img {
width: 133px;
height: auto;
}

#hdrNav {
display: -webkit-flex;
display: flex;
align-items: center;
margin: 0;
padding: 0;
}
#hdrNav > li {
width: 36px;
margin: 0 0 0 10px;
padding: 0;
}

#hdrNav a {
display: block;
}

/* モーダルウィンドウ
--------------------------- */
.modalBtn {
display: inline-block;
cursor: pointer;
}

/* チェックボックスを非表示 */
#modalTel,
#modalMainNav {
display: none;
}

/**/
.modal {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.modalBg {
    background: rgba(0,0,0,0.3);
    height: 100vh;
    position: absolute;
    width: 100%;
}
/*.modalConte {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}*/

/* モーダル */
.modalBody {
position: absolute;
z-index: 9999;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background-color: #fff;
border-radius: 6px;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
width: 90%;
max-height: 82%;
max-width: 600px;
}
.modalTit {
padding: 15px 10px;
background-color: #333;
color: #fff;
font-weight: bold;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 1;
text-align: center;
}

.modalBody.bgClr {
background-color: #0084a1;
}
.modalBody.bgClr a {
text-decoration: none;
color: #fff;
}

.modalBody a {
text-decoration: none;
}

.modalClose {
position: absolute;
width: 30px;
height: 30px;
top: 3%;
right: 5%;
/*-webkit-transform: translateY(-50%);
transform: translateY(-50%);*/
cursor: pointer;
}
.modalCloseIcon {
display: inline-block;
width: 30px;
height: 30px;
position: relative;
cursor: pointer;
}
.modalCloseIcon span::before,
.modalCloseIcon span::after {
display: block;
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 84%;
height: 16%;
margin: -8% 0 0 -42%;
background: #fff;
}
.modalCloseIcon span::before {
transform: rotate(-45deg);
}
.modalCloseIcon span::after {
 transform: rotate(45deg);
}

/* コンテンツ表示 */
.modalContent {
display: block;
padding: 10px 14px;
}

/* 背景を暗くする */
.modalOverlay {
display: none;
position: fixed;
z-index: 9999;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #111;
opacity: 0.3;
cursor: pointer;
}

/* チェック時オーバーレイとコンテンツを表示 */
#modalTel:checked ~ .modalBody, #modalTel:checked ~ .modalOverlay,
#modalMainNav:checked ~ .modalBody, #modalMainNav:checked ~ .modalOverlay {
display: block;
}

/* navList */
nav ul.navList {
display: -webkit-flex;
display: flex;
flex-wrap: wrap;  
}
nav ul.navList li {
display: flex;
align-items: center;
background-color: rgba(255,255,255,0.1);
width: 48%;
margin: 5px 1%;
padding: 0;
font-size: 12px;
}
nav ul.navList a {
border: none;
padding: 8px 5px;
}

/* navBnrBox */
.navBnrBox {
padding-top: 10px;
text-align: center;
}

/* navBnrBoxS */
.navBnrBoxS {
padding-top: 15px;
padding-bottom: 10px;
text-align: center;
}

.navBnrBoxS span{
  display: block;
}
.navBnrBoxS img{
  width: 238px;
  height: auto;
}

.navBnrBoxS a{
  color: rgba(255,255,255,0.8);
}

/* snsList */
nav ul.snsList {
display: -webkit-flex;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 0 0;
}
nav ul.snsList li {
margin: 0;
padding: 5px;
}
nav ul.snsList a {
display: block;
border: none;
}




/* -----------------------------
   footer
----------------------------- */

footer {
	clear: both;
  padding: 20px 3%;
	font-size: 13px;
	background-color: #0084A1;
	color: #fff;
}

footer nav ul a {
  color: #fff;
  font-size: 13px;
}

#ftrInfo {
  padding: 20px 0 0;
}

footer small {
	display: block;
	text-align: center;
}


