@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap');
* {
    margin: 0;
    padding: 0;
} 
.body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,section,article,aside,hgroup,header,footer,nav,dialog,figure,menu,video,audio,mark,time,canvas,details {    margin: 0;    padding: 0;    border: 0;    font-size: 100%;    background: transparent;    -webkit-box-sizing: border-box;    box-sizing: border-box;}
a {
    color: #000;
    transition: all 0.2s ease;
    text-decoration: none;
	display: inline-block;
}
a:hover {
	opacity: .7;
}
a img{
    transition: all 0.2s ease;
    text-decoration: none;
}
section,article,aside,hgroup,header,footer,nav,dialog,figure,figcaption {
	display: block;
}
input,select {
    vertical-align: middle;
}
body{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #2d2d2d;
    min-width: 1025px;
	width: 100%;
    overflow-x: scroll;
    line-height: 1;
	-webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
	background: #fdfaf4;
}
img {
	max-width: 100%;
    width: 100%;
    height: auto;
	margin: auto;
    vertical-align: bottom;
}
ul,
li,
dl,
dt,
dd,
form {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    letter-spacing: normal;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
}
li::marker {
    margin: 0;
    padding: 0;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
ins {
    /* remember to highlight inserts somehow! */
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    /* markup tables with 'cellspacing="0"' */
    border-collapse: collapse;
    border-spacing: 0;
}
.alc {
    text-align: center!important;
}
.all {
    text-align: left!important;
}
.alr {
    text-align: right!important;
}
.floatL {
    float: left;
}
.floatR {
    float: right;
}
.clr {
    zoom: 1;
}
.clr:after {
    content: ' ';
    display: block;
    clear: both;
    height: 0;
}
.clearboth {
    clear: both!important;
}
.pc {
    display: block!important;
}
.ipad{
    display: none!important;
}
.sp {
    display: none!important;
}
.flex{
    display: flex;
}
.center{
    text-align: center;
}
/*================================
font
================================*/
.en{
    font-family: 'Caveat', cursive;
}
.bold{
    font-weight: 600;
}
.blue{
    color: #139fcf;

}

/*================================
header
================================*/
.l-header{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.openbtn{
    display: none;
}

h1.l-header-logo {
    width: 260px;
}

.l-nav{
    flex: 0 0 800px;
}
.nav-top {
    position: absolute;
    top: 20px;
    right: 3%;
}
.l-nav-list > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 15px;
}
.l-nav-list > ul li:not(:last-child){
    margin-right: 30px;
}

.l-nav-list > ul li a{
    color: #000;
    position: relative;
}
.l-nav-list > ul li a::after{
    content: "";
    background: url(../img/common/nav_arrow.png) no-repeat top 4px center / 7px auto;
    position: absolute;
    top: 0;
    right: -13px;
    width: 12px;
    height: 15px;
    display: inline-block;

}

.header-sub {
        padding: 20px 0!important;
        display: flex;
        align-items: center;
        width: 1100px;
        justify-content: space-between;
}

.l-under .l-header{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.l-under .l-header-logo{
    flex: 0 0 200px;
}
.l-under .l-nav{
    flex: 0 0 750px;
}
.subpage_header {
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    margin-bottom: 90px!important;
}
.header-sub {
    padding: 2%!important;
    display: flex;
    align-items: center;
    width: 100%;
}
/*================================
main
================================*/
.l-main{
    position: relative;
}
.c-inner {
	max-width: 1300px;
	margin: 0 auto;
	padding: 10px 30px;
}

/*================================
footer
================================*/
.l-footer{
    background: #60a4bb;
    padding: 40px 0;
}
.l-footerbox{
    justify-content: space-between;
    margin-bottom: 50px!important;
}

.l-footer-desc-logo{
    margin-bottom: 10px;
    width:190px;
}
.l-footer-info{
    font-size:14px;
    line-height: 2;
    color: #fff;
}
.l-footer-info a{
    color: #fff;
}
.l-footer-info a:hover{
    color:#60a4bb;
}

.l-footer-nav .l-nav-list a{
    color: #fff;
}
.l-footer-copy{
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
}
.l-footer-copy a{
    color: #a9a59c;
}

/*================================
inview
================================*/
.fadeIn_up{
	opacity: 0;
	transform: translate(0, 10%);
	transition: 2s;
}
.fadeIn_up.is-show{
	transform: translate(0, 0);
	opacity: 1;
}
.fadeIn_sideL{
    ⇢   opacity: 0;
    ⇢   transform: translate(10%, 0);
    ⇢   transition: 1s;
        transition-delay: 0.4s;
    }
    .fadeIn_sideL.is-show{
    ⇢   transform: translate(0, 0);
    ⇢   opacity: 1;
    }
    .fadeIn_sideR{
    ⇢   opacity: 0;
    ⇢   transform: translate(-10%, 0);
    ⇢   transition: 1s;
        transition-delay: 0.4s;
    }
    .fadeIn_sideR.is-show{
    ⇢   transform: translate(0, 0);
    ⇢   opacity: 1;
    }
    
@media only screen and (max-width: 1110px) {
    body {
        min-width: 100%;
        font-size: 14px;
    }
    .pc {
        display: none!important;
    }
    .sp {
        display: block!important;
    }
    /*================================
    header
    ================================*/
    .l-header{
        display: block;
    }
    .openbtn{
        display: block;
        position: fixed;
        top: 12px;
        right: 0;
        width: 60px;
        height: 60px;
        cursor: pointer;
        z-index: 9999;
        background: transparent;
        border: none;
        outline: none;
        box-shadow: none;
    }
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 13px;
        height: 2px;
        background-color: #5d5a57;
    }
    .openbtn span:nth-of-type(1){
        top: 22px;	
        width: 50%;
    }
    .openbtn span:nth-of-type(2){
        top: 30px;
        width: 50%;
    }
    .openbtn.js-open span:nth-of-type(1){
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 35%;
    }
    .openbtn.js-open span:nth-of-type(2){
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 35%;
    }
    .l-nav{
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        overflow-y: scroll;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease;
        z-index: 9997;
        padding: 40px 5%;
        background:#60a4bb;
    }
    
    html.js-open{
        height: 100%;
        overflow: hidden;
    }
    .l-nav.js-open{
        opacity: 1;
        visibility: visible;
    }
    .l-nav-list{
        width: 100%;
    }
    .l-nav-list > ul{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .l-nav-list > ul li:not(:last-child){
        margin-right: 0;
    }
    .l-nav-list > ul li a{
        display: block;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    border-bottom: 1px dotted #fff;
    }
    .l-nav-list > ul li a::after{
        display: none;
    }
    .header-sub {
        padding-top: 2%!important;
        display: block;
        align-items: center;
        width: 100%;
    }
    .l-under{
        padding: 10px 2%;
        margin-bottom: 40px;
    }
    .l-under::before{
        width: 40%;
    }
    .l-under .l-header-logo{
        width: 200px;
    }
    /*================================
    main
    ================================*/    
    .l-main::before{
        width: 50%;
        height: 100%;
    }
    /*================================
    footer
    ================================*/
    .l-footerbox {
        display: block;
        justify-content: space-between;
        margin-bottom: 30px!important;
    }
    .l-footer{
        padding-bottom: 60px;
    }
    .l-footer .l-nav-list{
        display: none;
    }
    .l-footer-resv{
        margin-bottom: 40px;
    }
    .l-footer-desc-logo {
        width: 120px;
    }
    .l-footer-info {
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .l-under .l-header-logo{
        width: 150px;
    }
    .pc {
        display:none!important;
    }
    .ipad{
        display:none!important;
    }
    .sp {
        display:block!important;
    }
}