@charset "UTF-8";
/*
---------------------------------------
    common style
---------------------------------------
*/



/* init / utility
--------------------------------------- */
* a {
  color: #256fa7;
}
a img:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; 
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  text-decoration: none;   
}

.ov {
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  text-decoration: none; 
}

.ov:hover {
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; 
}

.cf:after {
  content: "";
  display: block;
  clear: both;
} 
.cf:before {
  content: "";
  display: block;
  clear: both;
} 
.cf {
  display: block;
}


.alC { text-align: center; }
.alR { text-align: right; }




@media screen and (min-width: 961px) {

    .mb10 { margin-bottom: 10px;}
    .mb20 { margin-bottom: 20px;}
    .mb30 { margin-bottom: 30px;}
    .mb50 { margin-bottom: 50px;}
    .mb70 { margin-bottom: 70px;}
    .mb90 { margin-bottom: 90px;}

    .pt10 { padding-top: 10px;}
    .pt20 { padding-top: 20px;}
    .pt30 { padding-top: 30px;}
    .pt40 { padding-top: 40px;}
    .pt50 { padding-top: 50px;}
    .pt90 { padding-top: 90px;}
    .pt200 { padding-top: 200px;}

    .pb10 { padding-bottom: 10px;}
    .pb20 { padding-bottom: 20px;}
    .pb30 { padding-bottom: 30px;}
    .pb50 { padding-bottom: 50px;}
    .pb70 { padding-bottom: 70px;}
    .pb90 { padding-bottom: 90px;}

    .pl10 { padding-left: 10px;}
    .pl20 { padding-left: 20px;}
    .pl30 { padding-left: 30px;}
    .pl40 { padding-left: 40px;}
    .pl50 { padding-left: 50px;}

    .pr10 { padding-right: 10px;}
    .pr20 { padding-right: 20px;}
    .pr30 { padding-right: 30px;}
    .pr40 { padding-right: 40px;}
    .pr50 { padding-right: 50px;}
}




/* parts
--------------------------------------- */


.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  visibility: hidden;
  opacity: 0;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 150; 
}
.pagetop.active {
    visibility: visible;
    opacity: 1; 
}
@media screen and (max-width: 960px) {
    .pagetop {
      width: 13vw;
      right: 3vw;
      bottom: 3vw;
    }
}





@media screen and (min-width: 961px) {
      .pc {
        display: block; 
    }

      .pcImg {
        display: inline-block; 
    }

      .sp {
        display: none; 
    }

      .spImg {
        display: none; 
    }
    .pc-100 { width: 100%; }
    .pc-90 { width: 90%; }
    .pc-80 { width: 80%; }
    .pc-70 { width: 70%;}
    .pc-60 { width: 60%; }
    .pc-50 { width: 50%; }
    .pc-40 { width: 40%; }
    .pc-30 { width: 30%; }
    .pc-20 { width: 20%; }    
}
@media screen and (max-width: 960px) {
      .sp {
        display: block; 
    }
      .spImg {
        display: inline-block; 
    }
      .pc {
        display: none; 
    }

      .pcImg {
        display: none; 
    }
    .sp-100 { width: 100%; margin: 0 auto;}
    .sp-90 { width: 90%; margin: 0 auto;}
    .sp-80 { width: 80%; margin: 0 auto;}
    .sp-70 { width: 70%; margin: 0 auto;}
    .sp-60 { width: 60%; margin: 0 auto;}
    .sp-50 { width: 50%; margin: 0 auto;}
    .sp-40 { width: 40%; margin: 0 auto;}
    .sp-30 { width: 30%; margin: 0 auto;}
    .sp-20 { width: 20%; margin: 0 auto;}
}









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

header {
    position: relative;
    z-index: 1;
    width: 1450px;
    height: 900px;
    margin: 0 auto;
    font-size: 0; 
}
header #hamburger {
    display: none;
}
header #hamburger,
header .ham-close {
    cursor: pointer;
}
@media screen and (max-width: 960px) {
    header {
        position: relative;
        width: 100%;
        height: 63vw !important;
        padding: 0;
        z-index: 1000; 
    }
    header #hamburger {
        position: fixed;
        display: block;
        width: 9vw;
        height: 9vw;
        top:3vw;
        left: 3vw;
    }
    header #hamburger img {
        width: 100%;
    }
}







/* HAM
--------------------------------------- */

header ul {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between; 
}
header ul li {
    list-style-type: none; 
}
header ul li a {
  text-decoration: none;
  font-size: 1.4rem; 
}

header .head-sp {
    display: none; 
}

@media screen and (max-width: 960px) {
    header .head-pc {
        display: none; 
    }
    header .head-sp {
        position: absolute;
        display: block;
        width: 100%; 
        top:75px;
    }
    header .head-sp .sp-top {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: flex-end;
        justify-content: -webkit- flex-end;
        justify-content: flex-end;
        height: 25vw;
        padding: 13px 5% 0; 
    }
    header .head-sp .sp-top .ham-open {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: -webkit- center;
        align-items: center;
        position: fixed;
        top: 25px;
        left: 20px; 
    }
    header .head-sp .sp-top .ham-open img {
        height: 30px; 
    }
    header .head-sp .sp-top .sp-top-contact {
        width: 55vw;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: -webkit- space-between;
        justify-content: space-between; 
    }
    header .head-sp .sp-top .sp-top-contact span,
    header .head-sp .sp-top .sp-top-contact a.tel {
	   flex-basis: 44%;
       text-align: center;
    }
    header .head-sp .sp-top .sp-top-contact a {
	   flex-basis: 56%;
       text-align: center;
    }
    header .head-sp .sp-top .sp-top-contact img {
        display: inline-block;
    }
    header .head-sp .sp-btm {
        width: 100%;
        height: 101%;
        background-color: rgba(35, 24, 21, 0.95);
        position: fixed;
        margin-top: -75px;
        padding: 0 3.5% 40px;
        overflow-y: auto;
        transform: translateX(-100%);
        -ms-transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out; 
    }
    header .head-sp .sp-btm .ham-top {
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: -webkit- space-between;
        justify-content: space-between;
        margin-top: 25px;
        border-bottom: dotted 2px #fff;
        padding-bottom: 70px;
        height: 74px; 
    }
    header .head-sp .sp-btm .ham-top img {
        height: 50px; 
    }
    header .head-sp .sp-btm ul.ham-contact {
        padding: 23px 5% 2px; 
    }
    header .head-sp .sp-btm ul.ham-contact li {
        position: relative;
        width: 33%;
        height: auto;
        text-align: center;
        background-image: linear-gradient(to bottom, #fff, #fff 3px, transparent 3px, transparent 6px);
        background-size: 3px 13px;
        background-position: right 5px;
        background-repeat: repeat-y; 
    }
    header .head-sp .sp-btm ul.ham-contact li:nth-last-of-type(1) {
        background-image: none;
        padding-right: 0; 
    }
    header .head-sp .sp-btm ul.ham-contact li img {
        width: auto;
        height: 55px; 
    }
    header .head-sp .sp-btm ul.ham-link {
        text-align: center;
        -js-display: flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; 
    }
    header .head-sp .sp-btm ul.ham-link li {
        margin-top: 27px;
        width: 50%; 
    }
    header .head-sp .sp-btm ul.ham-link li a {
        color: #fff;
        font-size: 17px;
        font-size: 1.7rem; 
    }
    header .head-sp .bnr-menu {
        margin-top: 30px;
        text-align: center;
        padding: 0 10%; 
    }


}











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

#access {
    width: 1460px;
    margin:  0 auto 50px;
    text-align: center;
    font-size: 2.5rem;
}

footer {
    padding: 50px 0;
    background:#FBD942;
}
footer .in {
    width: 1000px;
    margin:  0 auto;
    color: #444;
}
footer .left {
    width: 48%;
    height: 160px;
    float: left;
    padding-left: 2em;
    border-left: solid #F42F77 8px;
    font-size: 1.6rem;    
}
footer .left .top {
    line-height: 2em;
    margin-bottom: 20px;
}
footer .left .top h2 {
    font-size: 3.7rem; 
}
footer .left .bottom {
}
footer .right {
    width: 48%;
    height: 160px;
    float: right;
    padding-left: 2em;
    border-left: solid #F42F77 8px;
    font-size: 1.7rem;    
}
footer .right li {
    display: inline-block;
    width: 40%;
    margin:  0 5% 0 0; 
}
footer .right li a {
    color: #444;
}
#copy {
    padding: 3em 0 0 0;
    letter-spacing: 1px;
    text-align: center;
    color: #444;
}
@media screen and (max-width: 960px) {

    #access {
        width: 100%;
    }
    footer {
    }
    footer .in {
        width: 100%;
        padding: 0 5vw;
    }
    footer .left {
        width: 100%;
        height: auto;
        float: none;
        margin-bottom: 5vw;
    }
    footer .right {
        width: 100%;
        height: auto;
        float: none;   
    }
    footer .right li {
        width: 40%;
        margin:  0 5% 0 0; 
    }
}


