@charset "UTF-8";
@import url(https: //fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, 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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* -----------------------------------------
	common 
-----------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    color: #333333;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.7;
}

.clear {
    overflow: hidden;
}

.clear:after {
    clear: both;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin: auto;
}

.alignleft {
    float: left;
}

.red {
    color: #d80000;
}

.bold {
    font-weight: bold;
}

.sp {
    display: none !important;
}

.pc {
    display: block !important;
}

.yumin {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a {
    opacity: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    opacity: 0.7;
}


.mv{
  position: relative;
}
.mv h3{
  position: absolute;
  top:25%;
  left:50%;
  margin-left:-320px;
  z-index: 99;
}

.slick img{
  transform-origin: center top;
  transform: scale(1.0);
  transition: 6s ease-out;
}
.slick .slick-active img{
  transform: scale(1.05);
}

/*bnr Add*/
.bnr{
  width:90%;
  max-width: 680px;
  margin:0 auto;
}
.mt40{
  margin-top:40px;
}
.mt60{
  margin-top:60px;
}
.bnr a{
}


/* -----------------------------------------
	content
-----------------------------------------*/

.block01 {
    margin: 2% auto 0;
    padding: 2% 0 5%;
    background: url(../img/bg_block01.jpg) top right no-repeat;
    text-align: center;
}

.block01 .pc img {
    width: 100%;
}

.block01 p {
    text-align: center;
    width: 100%;
    margin-top: 1%;
}

.block01 img {
    text-align: center;
}

.block01 .pc {
    margin-top: 20px;
}

.block02 {
    margin: 2% auto 0;
    padding-top: 540px;
    text-align: left;
    background: url(../img/bg_block02.png) top center no-repeat;
}

.bg_text {
    max-width: 1280px;
    margin: 0 auto;
    padding: 2%;
    ;
    max-width: 960px;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 99999;
}

.block02 .bg_text .text {
    margin-top: 1%;
    padding: 20px;
}

.block02 h3 img {
    width: 100%;
}


.block02 .img {
    margin-top: 2%;
    text-align: center;
}

.name {
    border-left: 46px solid #aadcdc;
    padding-left: 13px;
}

.block03 {
    margin: 2% auto 0;
    margin-top: 100px;
}

.block03 h3 {
    margin-bottom: 26px;
}

.block03 .img {
    margin-top: 30px;
}

.block03 .img img {
    width: 100%;
}

.block03 .img + .img {
    margin-top: 4%;
}

.block04 {
    max-width: 960px;
    margin: 1% auto 0;
    text-align: center;
}

.block04 h3 {
    margin-top: 93px;
}

.block04 p {
    margin-top: 1%;
}

.block04 .wrap {
    width: 100%;
    margin: 2% auto 10%;
}
.block04 .wrap .img{
    position:relative;
}
.block04 .wrap .img span{
  width:100%;
  padding:5px 10px;
  text-align: left;
  position: absolute;
  background: rgba(0,0,0,0.7);
  bottom: 0;
  left:0;
  color:#fff;
  font-size: 80%;
}


.block05 {
    background: #f0fafa;
    padding-bottom: 3%;
}

.block05 .inner {
    max-width: 960px;
    margin: 2% auto 0;
}

.block05 h3 {
    padding-top: 45px
}

.block05 p {
    margin-top: 1%;
}

.block05 .wrap {
    width: 80%;
    margin: 3% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 0;
}

.block05 .navi {
    width: 80%;
    margin: 3% auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 0;
}

.block05 .navi img {
    width: 95%;
}

.block05 .wrap:nth-last-of-type(2) {
    margin-top: 0px;
}

.block05 .wrap .img {
    width: 49%;
    display: block;
    vertical-align: bottom;
}

.block05 .wrap .img img {
    width: 100%;
}

.block05 .navi {
    margin-bottom: 50px;
}

.link {
    max-width: 600px;
    margin: 3% auto;
    padding: 1% 0;
    border: 1px solid #646464;
}

.link a, a:visited {
    color: #646464;
}

.link img {}

#footer {
    padding: 0.6% 0.1%;
    background: #dcdcdc;
}

#footer .logo {
    text-align: center;
}


/* -----------------------------------------
	middle
-----------------------------------------*/
@media screen and (max-width: 1200px) {
    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    .cmn_w {
        margin: 0 auto;
        width: 100%;
    }

    img {
        max-width: 100%;
        height: auto;
    }
}

/* -----------------------------------------
	SP
-----------------------------------------*/
@media screen and (max-width: 660px) {
    * {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

    body {
        font-size: 28px;
        font-size: 1.6rem;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .sp {
        display: block !important;
    }

    .pc {
        display: none !important;
    }
  
.mv h3{
  width:80%;
  top:25%;
  left:50%;
  margin-left:-40%;
  z-index: 99;
}

    .block01 {
        margin: 8% auto 0;
        padding: 0;
        background: none;
        text-align: center;
    }

    .block01 h3 {
        margin-top: 5%
    }

    .block01 p {
        width: 100%;
        margin-top: 2%;
    }

    .block02 {
        width: 90%;
        margin: 8% auto 0;
        text-align: center;
        margin-bottom: 120px;
    }

    .block02 h3 {}

    .block02 p {
        margin-top: 1%;
    }

    .block02 .img {
        margin-top: 2%;
        text-align: center;
    }

    .block02 .wrap {
        margin-top: 3%;
        padding: 2% 0;
        background: url(../img/bg_block02.jpg) top right no-repeat;
    }

    .block02 p {
        width: 100%;
        text-align: left;
    }

    .block03 {
        width: 90%;
        margin: 8% auto 0;
    }

    .block03 .img + .img {
        margin-top: 4%;
    }

    .block04 {
        width: 90%;
        margin: 2% auto 0;
    }

    .block04 h3 {
        text-align: center;
    }

    .block04 p {
        margin-top: 1%;
    }

    .block04 .shop {
        font-size: 22px;
    }

    .block04 .wrap {
        width: 100%;
        margin: 3% auto 0;
        display: block;
        margin-bottom: 63px;
    }
    .block05 {
        height: auto;
    }

    .block05 .box {
        margin-top: 33px;
    }

    .block05 .wrap .img {
        width: 100%;
    }

    .block05 .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 80px;
    }


    .link {
        width: 85%;
        margin: 8% auto;
        padding: 3% 5% 2%;
    }

    #footer {
        padding: 2% 0 1%;
        background: #dcdcdc;
    }

}

/*# sourceMappingURL=style.css.map */
