/* _setting CSS */
/*
* hotmagic-advance
*/
/* ------------------------------------------------------------------------- */
body {
  overflow-x: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h2, h3, h4, p {
  font-weight: normal;
}

p {
  line-height: 3.3rem;
  font-size: 1.8rem;
}

a {
  color: #000;
}

/* micro clearfx */
.cf:before,
.cf:after{
    content: "";
    display: table;
}
.cf:after{ clear: both; }
.cf{ zoom: 1; } /* For IE 6/7 */

/*------------------#########################################
----------------------------
----------------------------
min-width: 768px
----------------------------
--------------------#########################################*/
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }

  .pc {
    display: initial;
  }

  .inner {
    width: 1100px;
    margin: 0 auto;
  }

  /* --mv----------------------------------------------------------------------- */
  header#mv {
    position: relative;
  }
  header#mv .inner {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1100px;
  }
  header#mv .img_wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-width: 1100px;
  }
  header#mv .img_wrap img {
    display: inline-block;
    width: 100%;
    animation-name: anim_mv;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    opacity: 0;
  }
  header#mv .img_wrap .img_wrap01 {
    width: 38.53%;
    height: 100%;
  }
  header#mv .img_wrap .img_wrap01 .img01 {
    animation-delay: .3s;
  }
  header#mv .img_wrap .img_wrap02 {
    display: flex;
    flex-wrap: wrap;
    width: 61.47%;
    height: 100%;
  }
  header#mv .img_wrap .img02 {
    width: 50%;
    animation-delay: .5s;
    height: 100%;
  }
  header#mv .img_wrap .img03 {
    width: 50%;
    animation-delay: .7s;
    height: 100%;
  }
  header#mv .img_wrap .img04 {
    width: 50%;
    animation-delay: .9s;
    height: 100%;
  }
  header#mv .img_wrap .img05 {
    width: 50%;
    animation-delay: 1.1s;
    height: 100%;
  }
  header#mv h1 {
    position: absolute;
    width: 100%;
    min-width: 1100px;
    padding-top: 40%;
    background: url(../images/mv_ttl.png) center/40% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-name: anim_mv_h1;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: forwards;
    animation-duration: .5s;
    animation-delay: 1.5s;
    opacity: 0;
    right: -15%;
  }

  /* --top----------------------------------------------------------------------- */
  #top .scroll {
    width: 42px;
    margin: 50px auto;
    padding-top: 69px;
    background: url(../images/scroll.png) center top/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    animation-name: anim_v;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.3s;
  }
  #top .text01 {
    text-align: center;
    margin: 20px auto;
  }
  #top .box01 {
    position: relative;
    padding: 10px 0;
  }
  #top .box01 p {
    position: absolute;
    top: 100px;
    z-index: 1;
    width: 100%;
    padding-top: 80px;
    background: url(../images/index_ttl.png) center/65px auto no-repeat;
    display: block;
    height: 33px;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #top .box01 ul#indexList {
    position: relative;
    width: 765px;
    margin: 60px auto;
    padding: 120px 40px 50px;
    background: #f3eeea;
    background: url(../images/index_bg.jpg);
    border-radius: 8px;
  }
  #top .box01 ul:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 7px;
    left: 7px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
  }
  #top .box01 ul#indexList li {
    margin-bottom: 10px;

    display: flex;
    flex-direction: row;
  }
  #top .box01 ul#indexList li > ul {
  	width: 50%;
  }
  #top .box01 ul#indexList li > ul li {
    position: relative;
  }
  #top .box01 ul#indexList li > ul li a {
    display: block;
    padding: 8px 10px 8px 75px;
    font-size: 1.8rem;
    text-decoration: none;
    font-weight: bold;
    width: 100%;
  }
  #top .box01 ul li a:nth-child(n + 4) {
  	float: right;
  }
  #top .box01 ul li a:hover {
    background: #fff;
  }
  #top .box01 ul#indexList li > ul li:before {
    content: "";
    width: 70px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 5px;
  }
  #top .box01 ul#indexList li > ul li.sec01:before {
    background: url(../images/index_01.png) center/auto no-repeat;
  }
  #top .box01 ul#indexList li > ul li.sec02:before {
    background: url(../images/index_02.png) center/auto no-repeat;
  }
  #top .box01 ul#indexList li > ul li.sec03:before {
    background: url(../images/index_03.png) center/auto no-repeat;
  }
  #top .box01 ul#indexList li > ul li.sec04:before {
    background: url(../images/index_04.png) center/auto no-repeat;
  }
  #top .box01 ul#indexList li > ul li.sec05:before {
    background: url(../images/index_05.png) center/auto no-repeat;
  }

  /* --map----------------------------------------------------------------------- */
  #map {
  	text-align: center;
  	position: relative;
  	overflow: hidden;
  	margin: 80px auto 150px;
  	padding-bottom: 250px;
  }
  #map .box1 {
  	position: absolute;
  	top: 20px; right: 0px;
  }
  #map .box2 {
  	position: absolute;
  	bottom: 0px; left: 100px;
  }
  #map .box3 {
  	position: absolute;
  	bottom: 0px; left: 370px;
  }


  /* --*wrap*----------------------------------------------------------------------- */
  #wrap .inner {
    padding: 90px 90px 140px;
  }
  #wrap .inner.t01 {
  }
  #wrap .inner.t01:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    border-top: 50px solid #fff;
    border-bottom: 50px solid rgba(255, 255, 255, 0);
    border-left: 1100px solid #fff;
    border-right: 1100px solid rgba(255, 255, 255, 0);
  }
  #wrap .inner .top_wrap {
    position: relative;
  }
  #wrap .inner .top_wrap:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 2px;
    background: #000;
    transition: all 0.7s;
  }
  #wrap .inner .top_wrap .photo01 {
    position: absolute;
    top: -20px;
    right: 50px;
  }
  #wrap .inner .top_wrap .text02 {
    width: 440px;
    margin-top: 20px;
  }
  #wrap .inner .top_wrap small {
    display: block;
    margin-top: 10px;
  }
  #wrap .inner .data_warp .line {
    display: block;
    margin: 30px auto;
  }
  #wrap .inner .data_warp .inner {
    width: 460px;
    margin: 0 auto;
    padding: 0px 9px 9px;
    border-left: 3px solid #B2AFA1;
  }
  #wrap .inner .data_warp .data {
    position: relative;
    width: 530px;
    margin: 0 0 0px;
    padding: 0 0 0 20px;
  }
  #wrap .inner .data_warp .data p {
    display: inline-block;
    background: #a29992;
    margin-bottom: 8px;
    padding: 3px 7px 2px 5px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3;
  }
  #wrap .inner .data_warp .data span {
    display: inline-block;
    background: #a29992;
    margin-bottom: 8px;
    padding: 4px 7px 3px 5px;
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.3;
    margin-right: 10px;
  }
  #wrap .inner .data_warp .data h3 {
    margin-bottom: 8px;
    font-size: 2.6rem;
    font-weight: bold;
    display: inline-block;
  }
  #wrap .inner .data_warp .data h3 span {
    font-size: 1.8rem;
  }
  #wrap .inner .data_warp .data ul li {
    margin-bottom: 8px;
    padding: 0 0 0 11px;
    font-size: 16px;
  }
  #wrap .inner .data_warp .data ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 4px 0 -12px;
    border: 2px solid #FFD200;
  }
  #wrap .inner .data_warp .shop_link {
    display: block;
    padding-top: 65px;
    background: #000;
    transform: .3s;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    color: #fff;
  }
  #wrap a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  #wrap .fix {
    position: absolute;
    top: 0;
    line-height: 1.6;
    transform: rotate(90deg);
    border-bottom: 1px solid #000;
    font-size: 1.2rem;
    padding: 0 0px 0px;
    margin: 60px 20px 0 0px;
  }

  #wrap .inner .data_warp .sec_link {
  	display: block;
  	background-color: #000;
  	color: #fff;
  	padding: 10px 30px;
  	text-align: center;
  	text-decoration: none;
  	font-size: 18px;
  	width: 70%;
  }
  #wrap .inner .data_warp .links {
	  padding-top: 10px;
  }
  #wrap .inner .data_warp .map_link {
  	text-decoration: none;
  	margin-top: 10px;
  	display: inline-block;
  	position: relative;
  }
  #wrap .inner .data_warp .map_link:after {
  	content: url("../images/map_arrow.png");
  	width: 31px; height: 6px;
  	margin-left: 10px;
  }
  #wrap .sec-sepa {
  	padding: 0;
  	text-align: right;
  }
  .sepa1 {
  	margin-left: 150px;
  }
  #wrap .sec-sepa2 {
  	padding: 0;
  }
  .sepa2 {
  	margin-left: 500px;
  	margin-bottom: 50px;
  }
  #wrap .sec-sepa3 {
  	padding: 0;
  	margin-top: -80px;
  }
  .sepa3 {
  	margin-left: 0px;
  	margin-bottom: 0px;
  }

  /* --*sec01*----------------------------------------------------------------------- */
  #sec01 {
    position: relative;
    margin-top: 160px;
    background: url("../images/bg_sec01.png") center/1043px no-repeat;
    background-position: center bottom;
    padding-bottom: 100px;
  }
  #sec01 .inner {
    position: relative;
    padding: 90px 90px 0px;
  }
  #sec01 .inner .top_wrap {
    margin: 170px auto 40px;
  }
  #sec01 .inner .top_wrap:after {
    top: -205px;
    left: 230px;
  }
  #sec01 .inner .top_wrap h2 {
    position: absolute;
    top: -420px;
    right: 45px;
    z-index: 1;
    width: 387px;
    padding-top: 182px;
    background: url(../images/sec01_ttl.png) center/387px auto no-repeat;
    display: block;
    height: 418px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  #sec01 .inner .top_wrap .photo01 {
    top: -380px;
    left: -20px;
  }
  #sec01 .inner .top_wrap .text02 {
    width: 440px;
    margin: 50px 0;
    padding-top: 50px;
  }
  #sec01 .inner .top_wrap .img01_wrap {
    position: absolute;
    bottom: -70px;
    right: 85px;
  }
  #sec01 .inner .top_wrap .img01_wrap .text03 {
    width: 260px;
    padding: 18px;
    line-height: 1.8;
    position: absolute;
    bottom: -71px;
    right: -50px;
    background: #e1f3f8;
    font-size: 1.4rem;
  }
  #sec01 .inner .top_wrap .img02 {
    display: block;
    margin: 30px 0 0 0;
  }
  #sec01 .inner .data_warp .data:before {
    height: 50px;
    width: 50px;
    background: url(../images/01.png) top center/100% no-repeat;
  }
  #sec01 .fix {
    right: -70px;
  }
  #sec01 .data_warp {
  }
  #sec01 .inner .data_warp .inner {
  	float: left;
  }

  /* --*sec02*----------------------------------------------------------------------- */
  #sec02 {
    position: relative;
    padding-top: 0px;
    margin-top: 100px;
    background: url("../images/bg_sec02.png") center/1043px no-repeat;
    background-position: bottom;
  }
  #sec02 .inner {
    position: relative;
  }
  #sec02 .inner .top_wrap {
    margin: 185px auto 0px;
  }
  #sec02 .inner .top_wrap:after {
    top: -228px;
    right: 220px;
  }
  #sec02 .inner .top_wrap h2 {
    position: absolute;
    top: -440px;
    left: 45px;
    z-index: 1;
    width: 181px;
    padding-top: 182px;
    background: url(../images/sec02_ttl.png) center/181px auto no-repeat;
    display: block;
    height: 530px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  #sec02 .inner .top_wrap .photo01 {
    top: -325px;
    right: 10px;
  }
  #sec02 .inner .top_wrap .text01 {
    margin-left: 600px;
    font-size: 14px;
    line-height: 150%;
    padding-top: 40px;
    width: 320px;
  }
  #sec02 .inner .top_wrap .text02 {
    width: 440px;
    margin-left: 470px;
    padding-top: 50px;
  }
  #sec02 .inner .top_wrap .img01_wrap {
    position: absolute;
    bottom: 150px;
    left: 0px;
  }
  #sec02 .inner .top_wrap .img01_wrap .text03 {
    width: 260px;
    padding: 25px;
    line-height: 1.8;
    position: absolute;
    bottom: -121px;
    right: -50px;
    background: #fff;
    font-size: 1.4rem;
  }
  #sec02 .inner .top_wrap .img02 {
    display: block;
    margin: 40px 0 0 540px;
  }
  #sec02 .data_warp .inner {
  	width: 630px;
  	float: left;
  }

  /* --*sec03*----------------------------------------------------------------------- */
  #sec03 {
    position: relative;
    margin-top: 190px;
    padding-top: 470px;
    background: url("../images/bg_sec03.png") center/1043px no-repeat;
    background-position: center 530px;
    padding-bottom: 450px;
  }
  #sec03 .inner {
    position: relative;
  }
  #sec03 .inner .top_wrap {
    margin: 180px auto 40px;
  }
  #sec03 .inner .top_wrap:after {
    top: -222px;
    left: 230px;
  }
  #sec03 .inner .top_wrap h2 {
    position: absolute;
    top: -620px;
    right: 45px;
    z-index: 1;
    width: 219px;
    padding-top: 183px;
    background: url(../images/sec03_ttl.png) center/219px auto no-repeat;
    display: block;
    height: 536px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  #sec03 .inner .top_wrap .photo01 {
    top: -550px;
    left: 0px;
  }
  #sec03 .inner .top_wrap .text02 {
    width: 400px;
    position: absolute;
    right: -30px;
    top: -50px;
  }
  #sec03 .inner .top_wrap .img01_wrap {
    position: absolute;
    bottom: -410px;
    left: 0px;
  }
  #sec03 .inner .top_wrap .img02 {
    display: block;
    margin: 40px 0 0 0;
  }
  #sec03 .inner .data_warp .data:before {
    height: 50px;
    width: 50px;
    background: url(../images/03.png) top center/100% no-repeat;
  }
  #sec03 .access_block a {
    display: block;
    width: 320px;
    margin: 75px auto 0;
    padding: 15px 72px 13px 80px;
    border: 1px solid #000;
    background: url(../images/access.png) 15px center no-repeat;
    text-align: center;
    text-decoration: none;
    font-size: 1.8rem;
    line-height: 1.2;
    transition: all 0.3s;
  }
  #sec03 .access_block a:hover {
    background: #000 url(../images/access.png) 15px center no-repeat;
    color: #fff;
  }
  #sec03 .fix {
    right: -70px;
  }
  #sec03 .data_warp {
  	position: absolute;
  	bottom: -350px; right: 0px;
  }

  /* --*sec04*----------------------------------------------------------------------- */
  #sec04 {
    position: relative;
    margin-top: 170px;
    padding-top: 110px;
    background: url("../images/bg_sec02.png") center/1043px no-repeat;
    background-position: center 250px;
  }
  #sec04 .inner {
    position: relative;
    padding-bottom: 20px;
  }
  #sec04 .inner .top_wrap {
    margin: 180px auto 80px;
  }
  #sec04 .inner .top_wrap:after {
    top: -228px;
    right: 255px;
  }
  #sec04 .inner .top_wrap h2 {
    position: absolute;
    top: -480px;
    left: 45px;
    z-index: 1;
    width: 177px;
    padding-top: 182px;
    background: url(../images/sec04_ttl.png) center/177px auto no-repeat;
    display: block;
    height: 460px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  #sec04 .inner .top_wrap .photo01 {
    top: -425px;
    right: 10px;
    text-align: right;
  }
  #sec04 .inner .top_wrap .text01 {
    margin-left: 600px;
    font-size: 14px;
    line-height: 150%;
    width: 320px;
    margin-top: 10px;
  }
  #sec04 .inner .top_wrap .text02 {
    width: 350px;
    margin-left: 0px;
    padding-top: 100px;
  }
  #sec04 .inner .top_wrap .img01_wrap {
    position: absolute;
    bottom: -55px;
    left: 450px;
  }
  #sec04 .inner .top_wrap .img02 {
    position: absolute;
    bottom: -280px;
    right: 50px;
  }
  #sec04 .inner .data_warp .inner {
  	float: left;
  }

  /* --*sec05*----------------------------------------------------------------------- */
  #sec05 {
    position: relative;
    margin-top: 230px;
    padding-bottom: 400px;
    background: url("../images/bg_sec05.png") center/1043px no-repeat;
    background-position: center bottom;
  }
  #sec05 .inner {
    position: relative;
  }
  #sec05 .inner .top_wrap {
    margin: 180px auto 60px;
  }
  #sec05 .inner .top_wrap h2 {
    position: absolute;
    top: -500px;
    left: 15px;
    z-index: 1;
    width: 492px;
    padding-top: 149px;
    background: url(../images/sec05_ttl.png) center/492px auto no-repeat;
    display: block;
    height: 525px;
    overflow: hidden;
    background-repeat: no-repeat;
    text-indent: -9999px;
  }
  #sec05 .inner .top_wrap .photo01 {
    top: -420px;
    right: 0px;
  }
  #sec05 .inner .top_wrap .text02 {
    width: 460px;
    margin-left: 440px;
  }
  #sec05 .inner .top_wrap .img01_wrap {
    position: absolute;
    bottom: -260px;
    left: 0px;
  }
  #sec05 .inner .data_warp .data:before {
    height: 50px;
    width: 50px;
    background: url(../images/05.png) top center/100% no-repeat;
  }
  #sec05 .fix {
    right: -70px;
  }
  #sec05 .data_warp {
  	position: absolute;
  	bottom: -450px; right: 180px;
  }
  #sec05 .data_warp .data {
   width: 600px !important;
  }

  /* --*under*----------------------------------------------------------------------- */
  .under {
    width: 100%;
    margin: 135px 0 35px auto;
  }
  .under p {
    width: 240px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0px 0 0 auto;
  }

  /* --*footer*----------------------------------------------------------------------- */
  #page_top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: right;
  }
  #page_top a {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 20px 20px;
    background: url(../images/top.png) center/100% no-repeat;
  }
  #page_top a:hover {
    background-color: #666;
    text-decoration: none;
  }

  footer {
    padding: 60px 0 80px;
    background: #000;
    color: #fff;
  }
  footer a {
    display: block;
    width: 330px;
    padding: 10px;
    margin: 0 auto;
    border: 1px solid #fff;
    background: url(../images/arrow.png) 295px center no-repeat;
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    text-decoration: none;
    transition: all 0.3s;
  }
  footer a:hover {
    background: #fff url(../images/arrow.png) 295px center no-repeat;
    color: #000;
  }
  footer .flex_box {
    display: flex;
    justify-content: center;
    margin-top: 55px;
    color: #fff;
  }
  footer .flex_box .text01 {
    padding: 0 20px 0 0;
    margin-right: 20px;
    border-right: 1px solid #fff;
  }

  /* --*footer*----------------------------------------------------------------------- */
  .effect01 {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s;
  }
  .effect01.on {
    opacity: 1;
    transform: translateY(0);
  }
}
/*------------------#########################################
----------------------------
----------------------------
max-width: 767px
----------------------------
--------------------#########################################*/
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }

  .sp {
    display: initial;
  }

  .pc {
    display: none;
  }

  main {
    padding: 2vw 0 2vw;
  }

  body {
    overflow-x: hidden;
  }

  .inner {
    width: 100%;
    padding: 0 3vw;
  }

  /* --mv----------------------------------------------------------------------- */
  header#mv {
    height: 110vw;
    background: url(../images/sp_mv_bg.jpg) top center/100% auto no-repeat;
    background-size: cover;
  }
  header#mv .inner {
    position: relative;
  }
  header#mv h1 {
    position: absolute;
    top: 27vw;
    left: 2vw;
    width: 84vw;
    padding-top: 49vw;
    background: url(../images/mv_ttl.png) center/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }

  /* --top----------------------------------------------------------------------- */
  #top .scroll {
    width: 10vw;
    margin: 10vw auto;
    padding-top: 20vw;
    background: url(../images/scroll.png) center top/100% auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #top .text01 {
    text-align: center;
    margin: 10vw auto;
    font-size: 1.6rem;
  }
  #top .box01 {
    position: relative;
    padding: 2vw 0;
  }
  #top .box01 p {
    position: absolute;
    top: 20vw;
    z-index: 1;
    width: 100%;
    padding-top: 9vw;
    background: url(../images/index_ttl.png) center/14vw auto no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #top .box01 ul#indexList {
    position: relative;
    width: 100%;
    margin: 15vw auto 20vw;
    padding: 20vw 2vw 10vw;
    background: url(../images/index_bg.jpg);
    border-radius: 8px;
  }
  #top .box01 ul:after {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    border: 1px solid #000;
  }
  #top .box01 ul li {
    position: relative;
    margin-bottom: 8vw;
  }
  #top .box01 ul li a {
    display: block;
    padding: 2vw 2vw 0 17vw;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0;
  }
  #top .box01 ul li:before {
    content: "";
    width: 16vw;
    height: 5.6vw;
    position: absolute;
    top: 3vw;
    left: 0px;
  }
  #top .box01 ul li.sec01:before {
    background: url(../images/index_01.png) center/70% no-repeat;
  }
  #top .box01 ul li.sec02:before {
    background: url(../images/index_02.png) center/70% no-repeat;
  }
  #top .box01 ul li.sec03:before {
    background: url(../images/index_03.png) center/70% no-repeat;
  }
  #top .box01 ul li.sec04:before {
    background: url(../images/index_04.png) center/70% no-repeat;
  }
  #top .box01 ul li.sec05:before {
    background: url(../images/index_05.png) center/70% no-repeat;
  }

  /* --map----------------------------------------------------------------------- */
  #map {
  	text-align: center;
  	position: relative;
  	overflow: hidden;
  	margin: 40px auto 40px auto;
  	padding-bottom: 0px;
  }
  #map .box1 {
  	position: static;
  	width: 100%;
  	margin-top: 0px;
  	padding-top: 20px;
  }

  /* --*wrap*----------------------------------------------------------------------- */
  #wrap .inner {
    padding: 2vw 2vw 5vw 2vw;
  }
  #wrap .inner.t01 {
	background: url(../images/bg_sec01.png) center/1043px no-repeat;
  }
  #wrap .inner.t01:before {
    content: "";
    position: absolute;
    top: -12vw;
    left: 0px;
    display: block;
    border-top: 50px solid #fff;
    border-bottom: 50px solid rgba(255, 255, 255, 0);
    border-left: 50px solid #fff;
    border-right: 50px solid rgba(255, 255, 255, 0);
  }
  #wrap .inner .top_wrap {
    position: relative;
  }
  #wrap .inner .top_wrap:after {
    content: none;
    position: absolute;
    width: 30vw;
    height: 2px;
    background: #000;
    transition: all 0.5s;
  }
  #wrap .inner .top_wrap.on:after {
    content: none;
    width: 30vw;
  }
  #wrap .inner .top_wrap .text01 {
    margin-top: 1vw;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 180%;
  }
  #wrap .inner .top_wrap .text01 span {
    display: inline-block;
    background: #fff;
    padding: 1vw 2vw;
    margin-bottom: 2vw;
  }
  #wrap .inner .top_wrap .text02 {
    margin-top: 3vw;
    line-height: 1.7;
    font-size: 1.4rem;
    margin-bottom: 3vw;
  }
  #wrap .inner .top_wrap small {
    display: block;
    margin-top: 10px;
  }
  #wrap .inner .data_warp .line {
    display: block;
    width: 70vw;
    margin: 3vw auto 5vw;
  }
  #wrap .inner .data_warp .inner {
    background: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px 9px 9px;
  }
  #wrap .inner .data_warp .data {
    position: relative;
    width: 85vw;
    margin: 0 0 6vw 0;
    padding: 0 0 0 4vw;
    border-left: 3px solid #B2AFA1;
  }
  #wrap .inner .data_warp .data:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15vw;
    display: block;
  }
  #wrap .inner .data_warp .data span {
    background-color: #a29992;
    color: #fff;
    padding: 2px 5px;
  }
  #wrap .inner .data_warp .data p {
    display: inline-block;
    background: #a29992;
    margin-bottom: 8px;
    padding: 1vw 3vw 0.3vw 3vw;
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.3;
  }
  #wrap .inner .data_warp .data h3 {
    margin-bottom: 3vw;
    font-size: 2rem;
    font-weight: bold;
  }
  #wrap .inner .data_warp .data h3 span {
    font-size: 1.6rem;
  }
  #wrap .inner .data_warp .data ul li {
    margin-bottom: 1vw;
    padding: 0 0 0 3vw;
    font-size: 1.2rem;
  }
  #wrap .inner .data_warp .data ul li:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 1.5vw 0 -3.7vw;
    border: 2px solid #FFD200;
  }
  #wrap .inner .data_warp .shop_link {
    display: block;
    padding-top: 13vw;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #wrap a[href*="tel:"] {
    text-decoration: none;
  }
  #wrap .fix {
    display: none;
  }

  #wrap .inner .data_warp .sec_link {
  	display: block;
  	background-color: #000;
  	color: #fff;
  	padding: 10px 30px;
  	text-align: center;
  	text-decoration: none;
  	font-size: 18px;
  	width: 100%;
  }
  #wrap .inner .data_warp .links {
	  padding-top: 10px;
  }
  #wrap .inner .data_warp .map_link {
  	text-decoration: none;
  	margin-top: 10px;
  	display: inline-block;
  	position: relative;
  }
  #wrap .inner .data_warp .map_link:after {
  	content: url("../images/map_arrow.png");
  	width: 31px; height: 6px;
  	margin-left: 10px;
  }

  #wrap .sec-sepa img {
  	width: 80%;
  	margin-left: 65px;
  }
  #wrap .sec-sepa2 {
  	padding: 0 0 40px 0;
  	margin-top: -30px;
  }
  #wrap .sec-sepa2 img {
  	width: 60%;
  	margin-left: 120px;
  	margin-bottom: 10px;
   }
  #wrap .sec-sepa3 {
  	padding: 0;
  	margin-top: -40px;
  }
  #wrap .sec-sepa3 img {
  	width: 60%;
  	margin-left: 10px;
   }


  /* --*sec01*----------------------------------------------------------------------- */
  #sec01 {
    margin-top: 0vw;
    padding: 0 3vw 0;
    padding-top: 7vw;
  }
  #sec01 .inner {
    background: #e1f3f8;
    position: relative;
  }
  #sec01 .inner .top_wrap {
    margin: 20vw auto 10vw;
  }
  #sec01 .inner .top_wrap:after {
    top: -29vw;
    left: 8vw;
  }
  #sec01 .inner .top_wrap h2 {
    position: absolute;
    top: -37vw;
    left: 3vw;
    z-index: 1;
    width: 62vw;
    padding-top: 45vw;
    background: url(../images/sp_sec01_ttl.png) center/100% no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec01 .inner .top_wrap .photo01 {
    width: 100%;
    margin: 0 0 0 auto;
  }
  #sec01 .inner .top_wrap .img01_wrap {
    width: 100%;
  }
  #sec01 .inner .top_wrap .img01_wrap .img01 {
    display: block;
    width: 60vw;
  }
  #sec01 .inner .top_wrap .img01_wrap .text03 {
    width: 69vw;
    padding: 3vw;
    line-height: 1.8;
    position: absolute;
    bottom: -51px;
    right: 0;
    background: #e1f3f8;
    font-size: 1.1rem;
  }
  #sec01 .inner .top_wrap .img02 {
    display: block;
    width: 80vw;
    margin: 55vw 0 0 auto;
  }
  #sec01 .inner .data_warp .data:before {
    height: 10vw;
    width: 9vw;
    background: url(../images/01.png) top center/100% no-repeat;
  }

  /* --*sec02*----------------------------------------------------------------------- */
  #sec02 {
    position: relative;
    padding: 0 3vw 10vw;
    padding-top: 12vw;
  }
  #sec02 .inner {
    position: relative;
    background: url("../images/bg_sec02.png") center/1043px no-repeat;
  }
  #sec02 .inner .top_wrap {
    margin: 15vw auto 10vw;
  }
  #sec02 .inner .top_wrap:after {
    top: -38vw;
    left: 56vw;
  }
  #sec02 .inner .top_wrap h2 {
    position: absolute;
    top: -33vw;
    left: 1vw;
    z-index: 1;
    width: 80vw;
    padding-top: 30vw;
    background: url(../images/sp_sec02_ttl.png) center/100% no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec02 .inner .top_wrap .photo01 {
    top: -81vw;
    left: 1vw;
    width: 100%;
  }
  #sec02 .inner .top_wrap .text01 span:nth-of-type(1) {
    background: #e1f3f8;
  }
  #sec02 .inner .top_wrap .text01 span:nth-of-type(2) {
    background: #f3eeea;
  }
  #sec02 .inner .top_wrap .img01_wrap {
    position: absolute;
    bottom: 70vw;
    left: 1vw;
    width: 100%;
  }
  #sec02 .inner .top_wrap .img01_wrap .img01 {
    display: block;
    width: 60vw;
  }
  #sec02 .inner .top_wrap .img01_wrap .text03 {
    width: 53vw;
    padding: 3vw;
    line-height: 1.8;
    position: absolute;
    bottom: -71px;
    right: 0;
    background: #fff;
    font-size: 1.1rem;
  }
  #sec02 .inner .top_wrap .img02 {
    display: block;
    width: 81vw;
    margin: 58vw 0 0 auto;
  }
  #sec02 .inner .data_warp .inner {
  }
  #sec02 .inner .data_warp .data:before {
    height: 50px;
    width: 10vw;
    background: url(../images/02.png) top center/100% no-repeat;
  }

  /* --*sec03*----------------------------------------------------------------------- */
  #sec03 {
    margin-top: 7vw;
    padding: 0 3vw 0;
    padding-top: 0vw;
  }
  #sec03 .inner {
    background: url("../images/bg_sec03.png") center/1043px no-repeat;
	position: relative;
  }
  #sec03 .inner .top_wrap {
    margin: 17vw auto 10vw;
  }
  #sec03 .inner .top_wrap:after {
    top: -32vw;
    left: 9vw;
  }
  #sec03 .inner .top_wrap h2 {
    position: absolute;
    top: -32vw;
    left: 1vw;
    z-index: 1;
    width: 80vw;
    padding-top: 28vw;
    background: url(../images/sp_sec03_ttl.png) center/100% no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec03 .inner .top_wrap .photo01 {
    width: 100%;
    margin: 0 0 0 auto;
  }
  #sec03 .inner .top_wrap .img01_wrap {
    left: 1vw;
    width: 100%;
    margin-top: 20px;
  }
  #sec03 .inner .top_wrap .img01_wrap .img01 {
    display: block;
    width: 100vw;
  }
  #sec03 .inner .top_wrap .img01_wrap .text03 {
    width: 60vw;
    padding: 3vw;
    line-height: 1.8;
    position: absolute;
    bottom: -8vw;
    right: 0;
    background: #e1f3f8;
    font-size: 1.1rem;
  }
  #sec03 .inner .top_wrap .img02 {
    display: block;
    width: 80vw;
    margin: 63vw 0 0 auto;
  }
  #sec03 .inner .data_warp .data:before {
    height: 10vw;
    width: 10vw;
    background: url(../images/03.png) top center/100% no-repeat;
  }
  #sec03 .access_block a {
    display: block;
    width: 75vw;
    margin: 10vw auto 0;
    padding: 3vw 0;
    border: 1px solid #000;
    background: url(../images/access.png) 6vw center/8vw no-repeat;
    text-align: center;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  /* --*sec04*----------------------------------------------------------------------- */
  #sec04 {
    position: relative;
    margin-top: 70px;
    padding: 0 3vw 0vw;
    padding-top: 0vw;
  }
  #sec04 .inner {
    position: relative;
    background: url("../images/bg_sec02.png") center/1043px no-repeat;
  }
  #sec04 .inner .top_wrap {
    margin: 20vw auto 10vw;
  }
  #sec04 .inner .top_wrap:after {
    top: -28vw;
    left: 56vw;
  }
  #sec04 .inner .top_wrap h2 {
    position: absolute;
    top: -37vw;
    left: 1vw;
    z-index: 1;
    width: 82vw;
    padding-top: 30vw;
    background: url(../images/sp_sec04_ttl.png) center/100% no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec04 .inner .top_wrap .photo01 {
    width: 100%;
  }
  #sec04 .inner .top_wrap .text01 span:nth-of-type(1) {
    background: #e1f3f8;
  }
  #sec04 .inner .top_wrap .text01 span:nth-of-type(2) {
    background: #f3eeea;
  }
  #sec04 .inner .top_wrap .img01_wrap {
    position: absolute;
    bottom: 47vw;
    left: 1vw;
    width: 100%;
  }
  #sec04 .inner .top_wrap .img01_wrap .img01 {
    display: block;
    width: 75vw;
  }
  #sec04 .inner .top_wrap .img01_wrap .text03 {
    width: 57vw;
    padding: 3vw;
    line-height: 1.8;
    position: absolute;
    bottom: -12vw;
    right: 0;
    background: #fff;
    font-size: 1.1rem;
  }
  #sec04 .inner .top_wrap .img02 {
    display: block;
    margin: 66vw 0 0 auto;
    width: 60vw;
  }
  #sec04 .inner .data_warp .inner {
  }
  #sec04 .inner .data_warp .data:before {
    height: 50px;
    width: 10vw;
    background: url(../images/04.png) top center/100% no-repeat;
  }

  /* --*sec05*----------------------------------------------------------------------- */
  #sec05 {
    margin-top: 20vw;
    padding: 0 3vw 0;
  }
  #sec05 .inner {
	background: url(../images/bg_sec01.png) center/1043px no-repeat;
    position: relative;
  }
  #sec05 .inner .top_wrap {
    margin: 15vw auto 10vw;
  }
  #sec05 .inner .top_wrap:after {
    top: -30vw;
    left: 9vw;
  }
  #sec05 .inner .top_wrap h2 {
    position: absolute;
    top: -30vw;
    left: 2vw;
    z-index: 1;
    width: 80vw;
    padding-top: 35vw;
    background: url(../images/sp_sec05_ttl.png) center/100% no-repeat;
    display: block;
    height: 0;
    overflow: hidden;
    background-repeat: no-repeat;
  }
  #sec05 .inner .top_wrap .photo01 {
    width: 100%;
    margin: 0 0 0 auto;
  }
  #sec05 .inner .top_wrap .img01_wrap {
    left: 1vw;
    width: 100%;
  }
  #sec05 .inner .top_wrap .img01_wrap .img01 {
    display: block;
  }
  #sec05 .inner .top_wrap .img01_wrap .text03 {
    width: 42vw;
    padding: 2vw;
    line-height: 1.8;
    position: absolute;
    top: 0;
    right: 0;
    background: #e1f3f8;
    font-size: 1.1rem;
  }
  #sec05 .inner .top_wrap .img02 {
    display: block;
    margin: 72vw 0 0 auto;
    width: 80vw;
  }
  #sec05 .inner .data_warp .data:before {
    height: 50px;
    width: 10vw;
    background: url(../images/05.png) top center/100% no-repeat;
  }

  /* --*under*----------------------------------------------------------------------- */
  .under {
    width: 61vw;
    margin: 5vw 0 8vw auto;
  }
  .under p {
    font-size: 1.0rem;
    line-height: 1.5;
    margin: 0px 0 0 auto;
  }

  /* --*footer*----------------------------------------------------------------------- */
  #page_top {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    text-align: right;
  }
  #page_top a {
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 20px 20px;
    background: url(../images/top.png) center/100% no-repeat;
  }
  #page_top a:hover {
    background-color: #666;
    text-decoration: none;
  }

  footer {
    padding: 60px 0 80px;
    background: #000;
    color: #fff;
  }
  footer a {
    display: block;
    width: 70vw;
    padding: 2vw;
    margin: 0 auto;
    line-height: 1.5;
    border: 1px solid #fff;
    background: url(../images/arrow.png) 61vw center no-repeat;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
  }
  footer .flex_box {
    display: flex;
    justify-content: center;
    margin-top: 9vw;
    color: #fff;
  }
  footer .flex_box p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  footer .flex_box .text01 {
    padding: 0 2vw 0 0;
    margin-right: 2vw;
    border-right: 1px solid #fff;
  }

  /* --*footer*----------------------------------------------------------------------- */
}
@keyframes anim_mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anim_v {
  0% {
    transform: translate(0, 0px);
  }
  80% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 10px);
  }
}
@keyframes anim_mv_h1 {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
