@charset "UTF-8";
@font-face {
font-family: "Noto Sans JP";
src: url("./font/NotoSansJP-Regular.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "Zen Kaku Gothic New";
src: url("./font/ZenKakuGothicNew-Bold.ttf") format("truetype");
font-display: swap;
}
@font-face {
font-family: "RocknRoll One";
src: url("./font/RocknRollOne-Regular.ttf") format("truetype");
font-display: swap;
}


/* kyoutu body
----------------------------------------- */
*{
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


html {
height: 100%;
font-size: 62.5%;
}
body {
margin: 0 auto;
padding: 0;

width: 100%;
height: 100%;

font-size: 1.6rem;/* 16px*/
-webkit-text-size-adjust: 100%;
font-family: verdana,"Noto Sans JP",Sans-Serif;	
font-style: normal;
color: #484c5c;
line-height: 2;
letter-spacing: 0.8pt;

background-color: #ffffff;
word-wrap: break-word;
overflow-wrap: break-word;

position: relative;
}

a {
text-decoration: none;
outline: none;
color: #456ff5;
-moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;	
}
a:hover {
color: #f56945;
text-decoration: underline;
}

h1 {
font-family: verdana,"Zen Kaku Gothic New";
font-size: 36px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2.4rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
line-height: 1.3;
}

h2 {
font-family: verdana,"Zen Kaku Gothic New";
font-size: 24px;/* IE8以下とAndroid4.3以下用フォールバック */
font-size: calc(2rem + ((1vw - 0.64rem) * 0.7143));/* 20px~24pxで可変*/
line-height: 1.3;
}
h3 {
font-size: 18px;
}
ul, li {
list-style-type: none;
}
hr {
margin-bottom: 30px;
border: 1px solid #bfbfbf;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
}
img {
border: none;
max-width: 100%;
height: auto;
}
section {
clear:both;
}
::selection {
background: #f5c53a;
color: #4d452e;
}
::-moz-selection {
background: #f5c53a;
color: #4d452e;
}
.inner {
width: 94%;
margin: 0 auto;
padding-bottom: 50px;
}
.innerS {
width: 60%;
margin: 0 auto;
padding-bottom: 80px;
}
.green {
color: #1ba135;
border-bottom-color: #1ba135;
}
.blue {
color: #29abe2;
border-bottom-color: #29abe2;
}
.brown {
color: #8c6239;	
border-bottom-color: #8c6239;	
}
.red {
color: #c1272d;
}

.waveLine {
/*text-decoration: underline wavy #c1272d; */
padding-bottom: 5px;
background: url("images/wave.png")repeat-x bottom left / auto 5px;
}


/* header
----------------------------------------- */
#header {
margin: 0 auto;
padding: 0 0;
z-index: 9999;

}
#header .headerWrap {
margin: 0 auto;
padding: 0 0;
}
#header h1 {
margin: 0;
display: inline-block;
text-align: left;
vertical-align: middle;
}
#header a {
margin: 0 0;
padding: 0 0;
display: block;
color: #009844;
font-family: verdana,"Zen Kaku Gothic New";
font-weight: bold;
text-align: center;
}
#header a:hover {
color: #333333;
text-decoration: none;
-moz-transition:color linear .5s;
-webkit-transition:color linear .5s;
transition:color linear .5s;	
}
#header a .llc {
font-size: 70%;
}
#header a .name {
letter-spacing: 0;
}



/* main
----------------------------------------- */
#main {
margin: 0 auto;
background-color: #fff362;
}
#main-in {
margin: 0 auto;
background: url("images/img_bk.png") no-repeat;
background-size: cover;
background-position: 50%;
background-attachment: fixed!important;
background-color: #fff362;
}
#main .wrapper {
margin: auto;
}

#Alert {
width: 100%;
display: block;
}



/* slider
----------------------------------------- */
.bx-wrapper {
position: relative;
}

.bx-controls {
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}

.bx-prev, 
.bx-next {
width: 60px;
height: 100%;
display: block;
position: absolute;
top: 0;
color: rgba(255,255,255,0.8);
font-size: 3rem;
text-align: center;
z-index: 99;
}
.bx-prev {
right: 0;
}
.bx-next {
left: 0;
}
.bx-prev:hover, 
.bx-next:hover {
color: rgba(255,255,255,0.8);
background: rgba(255,255,255,0.8);
}
.bx-next span, 
.bx-prev span {
display: none;
}
.bx-prev::before {
font-family: "FontAwesome";
content: '\f105';
position: absolute;
top: 45%;
right: 20%;
}
.bx-next::before {
font-family: "FontAwesome";
content: '\f104';
position: absolute;
top: 45%;
left: 30%;
}


/* footer
----------------------------------------- */
#footer {
padding-bottom: 2em;
text-align: center;
}
#footer .wrap {
margin-left: auto;
margin-right: auto;
width: 100%;
}
#footer address {
margin-bottom: 0.6em;
border-top: 2px solid #000000;
border-bottom: 2px solid #000000;
text-align: center;
}
#footer address p {
display: block;
}
#footer .license {
color: #ffffff;
text-align: center;
background-color:#009844;
}




/* pageTop
----------------------------------------- */
#pageTop {
position: fixed;
bottom: 20px;
right: 20px;
text-align: center;
z-index: 999;
opacity: 1!important;
}
#pageTop a {
display: block;
z-index: 999;
width: 54px;
height: 54px;
line-height: 54px;
background: rgba(255,255,255,0.6);
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
#pageTop a:hover {
-webkit-opacity: 0.7;
-moz-opacity: 0.7;
opacity: 0.7;
}
#pageTop span {
display: inline-block;
margin: 0 auto 0 auto;
font-size: 1.3rem;
color: #333333;
}
#pageTop .fas {
-moz-text-shadow: 2px 2px 0 #cccccc;	
-webkit-text-shadow: 2px 2px 0 #cccccc;	
text-shadow: 2px 2px 0 #cccccc;	
}
