@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{
	text-align:center;
	width:100%;
	color: #9E9E9E;
}

a{
    text-decoration: none;
    color: #9E9E9E;
}


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

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

header a i{
    position: absolute;
    right: 20px;
    bottom: 25px;
    font-size: 30px !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: 40px 20px;
}

#intro_wrap{
    position: relative;
    width: 100%;
    height: 470px;
    background-color: #F5F5F5;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}


#intro_txt{
    float: left;
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding: 115px 20px;
}

#intro_txt > p:nth-of-type(1){
    font-size: 20px;
    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: 20px 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: 40px;
    font-weight: bold;
}
#intro_txt > p:nth-of-type(2) > span:nth-of-type(2){
    font-size: 80px;
    font-weight: bold;
}

#intro_txt > p:nth-of-type(3){
    font-size: 15px;
    line-height: 22px;
    color: #757575;
    margin: 30px 0 0 0;
}



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

section > h2{
    font-size: 25px;
    margin: 0 0 40px 0;
}

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

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

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


#shops_wrap ul li:nth-of-type(n+2){
    margin-left: 20px;
}
#shops_wrap ul li p{
    position: absolute;
    top: 125px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
}

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

#shops_wrap > p{
    margin: 20px 0 0 0;
    font-size: 12px;
}


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

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

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

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

.sc_area > p span:nth-of-type(1){
    display: block;
    font-size: 40px;
    line-height: 48px;
}

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

.sc_area > img{
    position: absolute;
    top: 100px;
    left: 50vw;
}

.small_size_sc1{
    width: 350px;
}

.small_size_sc2{
    width: 600px;
}

ul.norikae_items{
    display: flex;
    flex-direction: row;
	-webkit-justify-content: space-around;
    justify-content: space-around;
    width: 95%;
    height: 350px;
	margin: 0 2.5% 0 2.5%;
    padding: 0 0px 80px 0px;
}

ul.norikae_items li{
    position: relative;
    list-style: none;
    text-align: center;
    width: 350px;
    height: 350px;
    transition:all 0.5s ease;
    /*border: solid 2px #CCD1D9;*/
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    background-color: #ffffff;
}


ul.norikae_items li i{
    display: none;
}

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

ul.norikae_items li:hover p{
    color: #757575;
}

ul.norikae_items li:nth-of-type(n+2){
    margin-left: 20px;
}

ul.norikae_items li img{
    height: 200px;
    margin: 40px 0 0 0;
}

ul.norikae_items li p:nth-of-type(1){
    margin: 25px 0 0 0;
    font-size: 17px;
}

ul.norikae_items li p:nth-of-type(2){
    margin: 15px 0 0 0;
    font-size: 15px;
    font-weight: bold;
}

#ht_openarea{
    display: none;
}

.howto_s_wrap{
    position: relative;
    width: 100%;
    margin: 40px 0 0 0;
    padding: 60px 0;
    background-color: #F5F5F5;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    overflow: hidden;
}

.howto_s_wrap h3{
    font-size: 25px;
    color: #757575;
    margin: 0 0 40px 0;
}

.ht_open_btn{
    cursor: pointer;
    font-size: 30px;
    -webkit-transition-property:-webkit-transform;
    -webkit-transition-duration:0.5s;
    transition-property:transform;
    transition-duration:0.5s;
}
.ht_open_btn:hover{
    color: #42A5F5;
}

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

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

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

.howto_s_wrap ul.sc_ht_list li{
    position: relative;
    list-style: none;
    text-align: center;
    width: 350px;
    height: 450px;
    transition:all 0.5s ease;
    /*border: solid 2px #CCD1D9;*/
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    /*background-color: #ffffff;*/
}

.howto_s_wrap ul.sc_ht_list li:nth-of-type(n+2){
    margin-left: 30px;
}

.howto_s_wrap ul.sc_ht_list li img.ht_img01{
    width: 200px;
    margin: 80px 0 0 0;
}

.howto_s_wrap ul.sc_ht_list li img.ht_img02{
    width: 220px;
    margin: 50px 0 0 0;
}

.howto_s_wrap ul.sc_ht_list li > p{
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 25px;
}

.howto_s_wrap > p.ex_p_txt{
    margin-left: 20%;
    text-align: left;
    font-size: 10px;
    line-height: 15px;
}

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

.howto_s_wrap ul.seats_ht_list li{
    position: relative;
    list-style: none;
    text-align: center;
    width: 350px;
    height: 320px;
    transition:all 0.5s ease;
    /*border: solid 2px #CCD1D9;*/
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

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


.howto_s_wrap ul.seats_ht_list li img{
    height: 200px;
    margin: 40px 0 0 0;
}

.howto_s_wrap ul.seats_ht_list li p:nth-of-type(1){
    margin: 25px 0 0 0;
    font-size: 17px;
}

.howto_s_wrap > p.ex_p_btn{
    position: relative;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    width: 200px;
    height: 40px;
    font-size: 12px;
    padding: 13px 0 0 0;
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    bottom: 60px;
    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{
    font-size: 15px;
    line-height: 22px;
}

.ht_txt_l{
    text-align: left;
    font-size: 15px;
    line-height: 22px;
    padding-left: 20%;
}

.mg_20t{margin: 20px 0 0 0;}
.mg_20tb{margin: 20px 0;}

img.ht_buy1{
    margin: 20px 0;
}

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

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

footer{
    width: 100%;
    border-top: solid 1px #FAFAFA;
    position: relative;
    padding: 40px 0 0 0;
    margin: 20px 0;
    text-align: center;
}

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

footer p:nth-of-type(1) > i{
    margin: 10px 0 0 0px;
    padding: 0 0 0 1.5px;
}


footer p:nth-of-type(1):hover{
    box-shadow: 0 2px 5px rgba(0,0,0,0.26);
}


footer p:nth-of-type(2){
    margin-top: 60px;
    font-size: 18px;
    color: #81D4FA;
}

footer p:nth-of-type(2){
    font-size: 18px;
    color: #81D4FA;
}

footer p:nth-of-type(3){
    font-size: 25px;
    margin: 15px 0 0 0;
}

footer p:nth-of-type(n+4){
    margin: 15px 0 0 0;
    font-size: 12px;
    line-height: 18px;
}


