@charset "UTF-8";

/* 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: 16px;
-webkit-text-size-adjust: 100%;
font-family: 'Noto Sans JP', sans-serif;
font-style: normal;
font-feature-settings: "palt";
color: #0e1c22;
line-height: 2;
letter-spacing: 0.2pt;

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

a {
text-decoration: none;
outline: none;
color: #0e1c22;
-moz-transition: all .3s;
-webkit-transition: all .3s;
transition: all .3s;	
}
a:hover {
color: #0e1c22;
}

h1,h2,h3,h4 {
font-family: 'Zen Kaku Gothic New', sans-serif;
}
h1 {
font-size: 36px;
line-height: 1.3;
}
h2 {
font-size: 24px;
line-height: 1.3;
}
h3 {
font-size: 18px;
}
ul, li {
list-style-type: none;
-webkit-transition: all .3s;
transition: all .3s;
}
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;
border-bottom-color: #c1272d;
}

/* header
-------------------------------*/
#header {
position: relative;
margin-right: auto;
margin-left: auto;
padding: 0;
width: 100%;
z-index: 9999;
}
#header .headerWrap {
margin: 0 auto;
padding: 0 0;
}
#header .logo img {
width: 100%;
height: auto;
}

/* main
-------------------------------*/
#main {
margin: 0 auto;
}


/* slider
-------------------------------*/
.bx-wrapper {
position: relative;
}
.bx-controls {
display: none;
}
/*
.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 {
margin: 0;
padding: 0;
clear: both;
width: 100%;
text-align: center;
background-color: #f7fafc;
}
#footer .footerWrap {
clear: both;
margin: 0 auto;
width: 100%;
display: inline-block;
}
#footer .logo img {
width: 90%;
height: auto;
}


/* pageTop
-------------------------------*/
#pageTop {
margin-top: 2em;
width: 100%;
display: block;
text-align: center;	
}
#pageTop a {
padding-right: 1em;
padding-left: 1em;
display: inline-block;
background: #e9e9e9;
border-radius: 6px 6px 0 0 ;
}
#pageTop a:hover {

}
#pageTop span {
display: inline-block;
margin: 0 auto 0 auto;
font-size: 1.3rem;
color: #333333;
}
#pageTop .fas {
margin-right: 0.5em;
-moz-text-shadow: 2px 2px 0 #cccccc;	
-webkit-text-shadow: 2px 2px 0 #cccccc;	
text-shadow: 2px 2px 0 #cccccc;	
}

/* moreBtn
-------------------------------*/
.moreBtn {
max-width: 350px;
}
.moreBtn a {
padding-top: 15px;
padding-right: 65px;
padding-bottom: 18px;
padding-left: 36px;
display: block;
background-color: #ffffff;
border: 1px solid #707070;
border-radius: 100px;
font-weight: bold;
position: relative;
}
.moreBtn a::after {
content: '';
margin-right: 0;
width: 36px;
height: 8px;
display: inline-block;
border-right: 1px solid #0e1c22;
border-bottom: 1px solid #0e1c22;
transform: skewX( 40deg);
position: absolute;
right: 35px;
top: 40%;
}
.moreBtn a:hover {
background-color: #0e1c22;
color: #ffffff;
}
.moreBtn a:hover::after {
border-color: #ffffff;
}


/* Blog
-------------------------------*/
.entryList .postList {
display: flex;
flex-wrap: wrap;
border-bottom: 1px solid #707070;
}
.entryList .postList .time {
color: #9b9b9b;
font-family: 'Helvetica','Neue Haas Grotesk';
letter-spacing: 0.2em;
}
.entryList .postList h2 {
color: #4d4d4d;
}


/* generalIndexList
-------------------------------*/
.generalIndexList li figure {
overflow: hidden;
transition:1s all;
position: relative;
}
.generalIndexList li figure::before,
.generalIndexList li figure::after {
content: '';
margin: auto;
width: 30%;
height: 110%;
display: block;
background-color: #ffffff;
transform: skewX( -5deg);
position: absolute;
top: 0;
bottom: 0;
z-index: 1;
}
.generalIndexList li figure::before {
left: -22%;
}
.generalIndexList li figure::after {
right: -22%;
}
.generalIndexList li figure img {
width: 100%;
height: 100%;
border: 1px solid transparent;
object-fit: cover;
}
.generalIndexList li:hover figure img {
transform: scale(1.2,1.2);
transition: 1s all;
}



/* generalIndexList
-------------------------------*/
.generalIndexList li figure {
    overflow: hidden;
    transition:1s all;
    position: relative;
    }
    .generalIndexList li figure::before,
    .generalIndexList li figure::after {
    content: '';
    margin: auto;
    width: 30%;
    height: 110%;
    display: block;
    background-color: #ffffff;
    transform: skewX( -5deg);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    }
    .generalIndexList li figure::before {
    left: -22%;
    }
    .generalIndexList li figure::after {
    right: -22%;
    }
    .generalIndexList li figure img {
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    object-fit: cover;
    }
    .generalIndexList li:hover figure img {
    transform: scale(1.2,1.2);
    transition: 1s all;
    }