@charset "utf-8";
/* CSS Document */

html{
	font-size: 62.5%; /* 10(base font size) / 16(Browser Default font size) = 0.625em * 100 = 62.5% */
    font-family: "tbudgothic-std",sans-serif;
}

body{
	width:100vw;
	font-size: 3.75vw;
   -webkit-text-size-adjust:none;
   text-align:center;
	color: #9E9E9E;
  }
@media (min-width:668px) {
  body{
    font-size: 1.6rem;
  }
}


header{
    position: relative;
    text-align: left;
    width: 100%;
    height: 15vw;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    z-index: 9999;
}
header > p{
    margin: 0 0 0 3vw;
    padding: 3vw 0 0 0;
    font-size: 3vw;
    color: #81D4FA;
}

header > h1{
    margin: 8px 0 0 3vw;
    font-size: 4vw;
    color: #9E9E9E;
    font-weight: normal;
}

header a i{
    position: absolute;
    right: 3vw;
    bottom: 4vw;
    color: #9E9E9E;
    font-size: 7vw !important;
    transition:all 0.5s ease;
}

header a:hover i{
    color: #81D4FA;
}

#head_img{
    position: relative;
    width: 100vw;
    height: 40vw;
}

#head_img_wrap{
    overflow: hidden;
    position: relative;
    width: 100vw;
    height: 40vw;
}

#head_img_wrap img{
    width: 100vw;
}


section:nth-of-type(n+2){
    position: relative;
    box-sizing: border-box;
    width: 100vw;
    padding: 6vw 4vw;
}

#intro_wrap{
    position: relative;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 4vw 4vw 0 0;
	-moz-border-radius: 4vw 4vw 0 0;
	-webkit-border-radius: 4vw 4vw 0 0;
}


#intro_txt{
    height: 100%;
    box-sizing: border-box;
    padding: 10vw 0vw 0 0vw;
}

#intro_txt > p:nth-of-type(1){
    font-size: 4vw;
    color: #757575;
}

#intro_txt > p:nth-of-type(1) > span:nth-of-type(1){
    font-weight: bold;
}

#intro_txt > p:nth-of-type(2){
    color: #1E88E5;
    margin: 4vw 0 0 0;
}

#intro_txt > p:nth-of-type(2) > span:nth-of-type(1), #intro_txt > p:nth-of-type(2) > span:nth-of-type(3){
    font-size: 6vw;
    font-weight: bold;
    padding: 2vw;
}
#intro_txt > p:nth-of-type(2) > span:nth-of-type(2){
    font-size: 14vw;
    font-weight: bold;
}

#intro_txt > p:nth-of-type(3){
    font-size: 3vw;
    line-height: 4vw;
    color: #757575;
    margin: 6vw 0 10vw 0;
}



#intro_img{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50vw;
    border-radius: 0 0 4vw 4vw;
	-moz-border-radius: 0 0 4vw 4vw;
	-webkit-border-radius: 0 0 4vw 4vw;
    background: url(../img/carry_image.jpg) no-repeat center;
    background-size: cover;
}

section > h2{
    font-size: 6vw;
    margin: 0 0 6vw 0;
}

#shops_wrap{
    position: relative;
    width: 100%;
}

#shops_wrap ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: 100%;
}

#shops_wrap ul li{
    position: relative;
    text-align: center;
    list-style: none;
    width: 49%;
    height: 20vw;
    background-color: #F5F5F5;
    border-radius: 4vw;
	-moz-border-radius: 4vw;
	-webkit-border-radius: 4vw;
    transition:all 0.5s ease;
}


#shops_wrap ul li:nth-of-type(even){
    margin-left: 2%;
}

#shops_wrap ul li:nth-of-type(n+3){
    margin-top: 2vw;
}
#shops_wrap ul li p{
    position: absolute;
    top: 5vw;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 3.5vw;
    line-height: 5vw;
}

#shops_wrap ul li:hover{
    background-color: #E1F5FE;
}

#shops_wrap > p{
    margin: 4vw 0 0 0;
    font-size: 2vw;
}



.shitadori_wrap{
    position: relative;
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 4vw;
	-moz-border-radius: 4vw;
	-webkit-border-radius: 4vw;
    overflow: hidden;
}

.shitadori_wrap:nth-of-type(n+2){
    margin-top: 4vw;
}

.sc_area{
    position: relative;
    width: 100%;
    height: 100vw;
    text-align: left;
}

.sc_area > p{
    position: absolute;
    top: 10vw;
    left: 10vw;
    color: #757575;
}

.sc_area > p span:nth-of-type(1){
    display: block;
    font-size: 6vw;
    line-height: 8vw;
}

.sc_area > p span:nth-of-type(2){
    display: block;
    margin: 2vw 0 0 0;
    font-size: 4vw;
}

.sc_area > img{
    position: absolute;
    
}

.small_size_sc1{
    width: 60vw;
    top: 30vw;
    right: 5vw;
}

.small_size_sc2{
    width: 75vw;
    top: 45vw;
    right: 5vw;
}

ul.norikae_items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 80px 0;
}

ul.norikae_items li{
    position: relative;
    list-style: none;
    text-align: left;
    width: 90%;
    height: 40vw;
    transition:all 0.5s ease;
    /*border: solid 2px #CCD1D9;*/
    border-radius: 4vw;
	-moz-border-radius: 4vw;
	-webkit-border-radius: 4vw;
}

ul.norikae_items li:hover{
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}


ul.norikae_items li:nth-of-type(n+2){
    margin-top: 4vw;
}

ul.norikae_items li img{
    height: 30vw;
    margin: 5vw 0 0 5vw;
}

ul.norikae_items li p:nth-of-type(1){
    position: absolute;
    top: 12vw;
    left: 30vw;
    font-size: 3.5vw;
}

ul.norikae_items li p:nth-of-type(2){
    position: absolute;
    top: 18vw;
    left: 30vw;
    font-size: 4vw;
    font-weight: bold;
}

ul.norikae_items li p:nth-of-type(3){
    position: absolute;
    text-align: center;
    width: 12vw;
    height: 12vw;
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
    background-color: #ffffff;
    border-radius: 10vw;
	-moz-border-radius: 10vw;
	-webkit-border-radius: 10vw;
    top: 24vw;
    right: 5vw;
    font-size: 4vw;
    font-weight: bold;
}

ul.norikae_items li p:nth-of-type(3) i{
    margin: 2.8vw 0 0 0;
}


#ht_openarea{
    display: none;
}

.howto_s_wrap{
    position: relative;
    width: 100%;
    margin: 6vw 0 0 0;
    padding: 10vw 0;
    background-color: #F5F5F5;
    border-radius: 4vw;
	-moz-border-radius: 4vw;
	-webkit-border-radius: 4vw;
    overflow: hidden;
}

.howto_s_wrap h3{
    font-size: 4vw;
    color: #757575;
    margin: 0 0 6vw 0;
}

.ht_open_btn{
    cursor: pointer;
    font-size: 10vw;
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:0.5s;
    transition-property:transform;
    transition-duration:0.5s;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

i.open{
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
}

.howto_s_wrap > img.ht_scimg{
    width: 90%;
}

.howto_s_wrap ul.sc_ht_list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 6vw 0 0px 0;
}

.howto_s_wrap ul.sc_ht_list li{
    position: relative;
    list-style: none;
    text-align: center;
    width: 100%;
    padding: 10vw 0 20vw 0;
    transition:all 0.5s ease;
    /*border: solid 2px #CCD1D9;*/
    border-radius: 4vw;
	-moz-border-radius: 4vw;
	-webkit-border-radius: 4vw;
    /*background-color: #ffffff;*/
}

.howto_s_wrap ul.sc_ht_list li:nth-of-type(n+2){
    margin-top: 6vw;
}

.howto_s_wrap ul.sc_ht_list li img.ht_img01{
    width: 40vw;
    margin: 6vw 0 0 0;
}

.howto_s_wrap ul.sc_ht_list li img.ht_img02{
    width: 60vw;
    margin: 6vw 0 0 0;
}

.howto_s_wrap ul.sc_ht_list li > p{
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    font-size: 4vw;
    line-height: 5.5vw;
}

.howto_s_wrap > p.ex_p_txt{
    margin: 5vw 0 0 5vw;
    text-align: left;
    font-size: 3vw;
    line-height: 4.5vw;
}

.howto_s_wrap ul.seats_ht_list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 40vw;
    padding: 0px 0 60px 0;
}

.howto_s_wrap ul.seats_ht_list li{
    position: relative;
    list-style: none;
    text-align: center;
    width: 25vw;
    height: 50vw;
    transition:all 0.5s ease;
}

.howto_s_wrap ul.seats_ht_list li:nth-of-type(n+2){
    margin-left: 2vw;
}


.howto_s_wrap ul.seats_ht_list li img{
    height: 20vw;
    margin: 4vw 0 0 0;
}

.howto_s_wrap ul.seats_ht_list li p:nth-of-type(1){
    margin: 4vw 0 0 0;
    font-size: 3vw;
}

.howto_s_wrap > p.ex_p_btn{
    position: relative;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    width: 50vw;
    height: 10vw;
    font-size: 12px;
    padding: 3vw 0 0 0;
    border-radius: 8vw;
	-moz-border-radius: 8vw;
	-webkit-border-radius: 8vw;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 10vw;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    transition:all 0.5s ease;
}

.howto_s_wrap > p.ex_p_btn:hover{
    background-color: #E1F5FE;
}

.ht_txt_c{
    width: 90%;
    padding: 0 5%;
    font-size: 3vw;
    line-height: 4.5vw;
}

.ht_txt_l{
    width: 90%;
    text-align: left;
    font-size: 3vw;
    line-height: 4.5vw;
    padding: 0 5%;
}

.mg_20t{margin: 4vw 0 0 0;}
.mg_20tb{margin: 4vw 0;}

img.ht_buy1,img.ht_buy2{
    width: 80%;
    margin: 4vw 0;
}

.howto_s_wrap > i{
    font-size: 20vw;
    transition:all 0.5s ease;
    cursor: default;
}

.howto_s_wrap > i:hover{
    color: #42A5F5;
}


footer{
    border-top: solid 1px #FAFAFA;
    position: relative;
    padding: 8vw 0 0 0;
}

footer p:nth-of-type(1){
    position: absolute;
    left: 50%;
    top: 6vw;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    transition:all 0.5s ease;
    text-align: center;
    width: 10vw;
    height: 10vw;
    border-radius: 5vw;
	-moz-border-radius: 5vw;
	-webkit-border-radius: 5vw;
    font-size: 8vw;
    background-color: #F5F5F5;
}

footer p:nth-of-type(1) > i{
    margin: 2.2vw 0 0 0px;
    padding: 0 0 0 0.2vw;
}



footer p:nth-of-type(2){
    margin: 12vw 0 0 0;
    font-size: 3.5vw;
    color: #81D4FA;
}

footer p:nth-of-type(3){
    font-size: 5vw;
    margin: 2vw 0 0 0;
}

footer p:nth-of-type(n+4){
    margin: 4vw 0 0 0;
    font-size: 3vw;
    line-height: 4.5vw;
    padding-bottom: 6vw;
}
