@charset "UTF-8";
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css');


/*------------------------normalize*/
html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; scroll-behavior: smooth;}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, ol{ margin: 0; padding: 0; list-style: none; }
dl, dt, dd{ margin: 0; padding: 0;}
/*------------------------normalizeEnd*/

body {
border-top: 4px solid #e68185;
background: url(../img/back.jpg) center top;
background-size: cover;
background-attachment: fixed;

font-family:'Hiragino maru Gothic ProN', 'ヒラギノ丸ゴ ProN W4', 'Meiryo', 'メイリオ', -apple-system, BlinkMacSystemFont, sans-serif;
color:#4d4d4d;
margin:0 auto;
text-align:left;
font-size:16px;
}

h1{
margin: 0 0 20px;
padding: 0;
}
h1 img{ width: 100%;}

h2, h3, h4, h5, h6, p, ul{
margin: 0 0 10px;
padding: 0;
}

h2{ font-size: 24px; border-bottom: 2px solid #e68185;}
h3{
padding: 5px 10px;
background: rgba(230, 129, 133, .3);
}
h4{ border-bottom: 1px solid #e68185; color: #e3484d;}

p{}
/* h1:before {
 font-family: "Font Awesome 6 Free";
 content: '\f138';
 font-weight: 900;
} */


section{ margin-bottom: 40px; }
article{}
address{ font-style:normal;}

a{word-break: break-all;}
a:link, a:visited{ text-decoration: none; color:#007ab0;}/*007ab0*/
a:hover{ opacity: 0.6; transition: 0.4s; color:#0099FF;}/*0099FF*/
area { outline:none; }



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

@media screen and (max-width: 1024px) {

}


/*------------------------Style*/
header,
main{
width: 100%;
max-width: 1024px;
margin: 0 auto;
text-align:left;}
@media screen and (max-width: 1024px) {

}

/* main */
main{
width: 100%;
display: flex;
align-items: flex-start;
}
@media screen and (max-width: 1024px) {
main{
display: block;
padding: 1em;
}
}


/* footer */
footer{
background: #fff;
padding: 2em 1em;
}

footer .wrapBox{
display: flex;
}
footer .wrapBox section{
 margin: 0 100px 1em 0;
}

footer h3{
display: inline-block;
margin-bottom: 5px;
padding: 2px 1em;
border-radius: 400px;
background: #e68185;
color: #fff;
}

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

@media screen and (max-width: 1024px) {
footer{

}
footer .wrapBox{ display: block;}
footer .wrapBox section{
 margin: 1em auto;
}
}




/* nav */
nav{
width: 260px;
}
@media screen and (max-width: 1024px) {
nav{
width: 100%;
}
}

/*------*/
.menu{ margin: 0; padding: 0; font-size:16px; }
.menu ul{ padding: 0;}

.menu li i{ margin-right:5px; }
.menu li a{ position: relative; display: block; padding: 14px 10px; margin-bottom: 1px; color:#0066ac; background: rgba(255,255,255,0.8);}
.menu li a:before {
font-family: "Font Awesome 6 Free";
content: '\f138';
font-weight: 900;
margin-right: 5px;
}
.menu li a.blank:before {
content: '\f08e';
}

.menu li.visit a{ color:#fff; background: #0066ac;}
.menu li a:hover{ opacity:1; background:#0066ac; color:#fff; }
.menu li a span.pre { font-size: 12px; background: #000; color: #fff; padding: 5px; display: block; position: absolute; right: 0; bottom: 0;}

.menu a.noEvent{ pointer-events: none; background: rgba(0,0,0,0.4); color: rgba(255,255,255,0.8); }


/* bnBox */
.menu .bnBox li{ margin: 0; padding: 0;}
.menu .bnBox li a{ position: relative; display: block; margin: 0 0 5px;padding: 0; background: none;}
.menu .bnBox li a img{ width: 100%; max-width: 352px;}
.menu .bnBox li a img:hover{ opacity: .8;}
.menu .bnBox li a:before {
content: none;
}


@media screen and (max-width: 1024px) {
.menu li a{ border-radius: 0; background: #fff;}
}



/* contentsBox */
.contentsBox{
width: 740px;
margin: 0 0 30px 30px;
padding: 1em;
background: rgba(255,255,255,0.8);
border-radius: 8px;
}
@media screen and (max-width: 1024px) {
.contentsBox{
width: 100%;
margin: 0 auto 20px;
}
}

.contentsBox section section{ margin-bottom: 1.8em;}


/* newsBox */
section.newsBox{ margin: 0;}
.newsBox h2{ margin: 0;}
.newsBox ul{ height: 260px; overflow: scroll;}
.newsBox li{ border-bottom: 1px solid #ccc; padding: 1em 0;}
.newsBox li span{ display: block;}

@media screen and (max-width: 1024px) {
}






/*btn*/
.btnBox{}
.btnBox a{ display: block;
background: #007ab0;
color: #fff;
text-align: center;
margin: 1em auto;
padding: 1em;
width: 80%;
border-radius: 4px;
}

.btnBox2{ display: flex;}
.btnBox2 a{ display: block;
background: #007ab0;
color: #fff;
text-align: center;
margin: 1em auto;
padding: 1em;
width: 45%;
border-radius: 4px;
}

.btnBox a.noEvent,
.btnBox2 a.noEvent{
background: #bbb;
}



/*table*/
.table01{ width: 100%; margin-bottom:2em; border-collapse: collapse; font-size: 0.9em;}
.table01 th{ border: 1px solid #cfcfcf; background: #efefef; padding: 1em;  white-space: nowrap;}
.table01 td{ border: 1px solid #cfcfcf; padding: 1em; color: #666;}



/* list */
.ulList{
list-style: disc;
margin: 1em 1.5em;
}
.ulList li{
margin-bottom: 5px;
}


.linkList{ list-style: disc; margin: 1em;}
.linkList li{ margin-bottom: 1em;}
.linkList li a{}
.linkList li a:before {
font-family: "Font Awesome 6 Free";
content: '\f08e';
font-weight: 900;
margin-right: 5px;
}

.linkList2{ margin: 2em 0 0;}
.linkList2 li{ margin-bottom: 10px;}



/*------------------------otherStyle*/
.PC{ display: block; }
.SP{ display: none; }

.fitImg img{ width: 100%;}

.flexBox{ display: flex; }

.red{ color: rgb(165, 11, 11);}
.B{ font-weight: bold; }
.kome{ text-indent: -1em; margin-left: 1em; }
.tC{ text-align: center; }
.tR{ text-align: right; }

.noEvent{ pointer-events: none; }

.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*/}

/*pagetop*/
.pagetop{ position: fixed; z-index: 9000; bottom: 20px; right: 20px; display: none;}
.pagetop a{ box-sizing: border-box; font-size: 24px; text-align: center; display: block; background: #fff; width: 60px; height: 60px; border-radius: 120px; padding-top: 12px;box-shadow: 0 0 4px 4px rgba(0,0,0,0.2);}
.pagetop a:link, .pagetop a:visited{ color: #147b99;}
.pagetop a:hover{ opacity: 0.6; transition: 0.2s;}

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

h1 img.mainPC{ display: block; }
h1 img.mainSP{ display: none; }
@media screen and (max-width: 640px) {
h1 img.mainPC{ display: none; }
h1 img.mainSP{ display: block; }


}





































/*------------------------nav*/
.drawer{ z-index: 9999; display: flex; flex-direction: row; align-items: center; justify-content: space-between; position: fixed; top: 0; right: 0; padding: 0 9px; width: 48px; height: 48px; background: #0066ac; }
.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*/
@media screen and (max-width: 1024px) {
.menu.open {
 -webkit-transform:translateX(0);
 transform:translateX(-1em);
 overflow-y: auto;
 -webkit-overflow-scrolling: touch;
}
}


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

@media screen and (max-width: 1024px) {
.menu{ position: fixed; -webkit-transform: translateX(100%); transform: translateX(100%); -webkit-transition:ease .5s; transition:ease .5s; z-index:9998; top: 0; width: 110%; margin: 0;
}
nav.menu { height: 100vh; overflow: scroll; font-size: 18px; text-align: left;
background: rgba(0,0,0,0.8);
}
}


