@charset "utf-8";

/* common */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    min-width: 300px;
    background-color: #FFFFFF;
    /* background-image: url(../img/common/back_wall.gif); */
    line-height: 200%;
}



/* p,li,dt,dl {
    line-height: 1.6;
} */

/* p {
    margin: 0 0 lem 0;
} */

/* li {
    list-style-type: none;
} */

img {
    border: 0;
}

address {
    font-style: normal;
}

.clear {
    clear: both;
}



/* link color */
a:link {
    color: #4169e3;
    text-decoration: none;
}

a:visited {
    color: #4169e3;
    text-decoration: none;
}

a:hover {
    color: #8b0000;
    text-decoration: none;
    /* text-decoration: underline; */
}

a:active {
    color: #666666;
}




/* text size volume */
.font_000 {
    font-size: 600%;
}

.font_00 {
    font-size: 240%;
}

.font_01 {
    font-size: 150%;
}

.font_02 {
    font-size: 100%;
}

.font_03 {
    font-size: 200%;
}

.font_04 {
    font-size: 180%;
}

.font_05 {
    font-size: 140%;
}

.font_06 {
    font-size: 150%;
}

.ita {
    font-style: italic;
}

.volume {
    font-weight: bold;
}


/* text color */
.red {
    color: red;
}

.blue {
    color: blue;
}

.green {
    color: green;
}





/* header */
#main_header {
    width: 100%;
    /* padding-left: 10px;
    padding-right: 10px; */
    padding: 0px;
    background-color: #FFFFFF;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}

#header_image_box {
    width: 30%;
    padding: 5px;
    margin: 0 auto 0 10px;
}

#header_image {
    width: 100%;
    max-width: 320px;
    height: auto;
}

#header_text_box {
    width: 70%;
    position: relative;
}

#header_text {
    position: absolute;
    right: 10px;
    bottom: 0;
}



/* #to_home {
    width: 60%;
    position: relative;
}

#to_home a {
    font-weight: bold;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

#to_home a:hover {
    color: #ffd700;
} */



/* flex_nav */
.navbar {
    /* z-index: 99999; */
    padding-left: 0;
    /*margin-bottom: -3px;*/
    margin-bottom: 0px;
    border-radius: 0;
    border: none;
    background-color: rgba(0,0,0,0.5);
}

.nav_container {
    width: 100%;
    margin: 0 auto;
}

/*必須*/
.flexnav ul {
    padding: 0;
}

/*必須*/
.flexnav .touch-button {
    background: none;
}

/*row 36 37 38*/
.flexnav li a {
    color: #FFFFFF;
    background: rgba(0,0,0,0);
    border-bottom: none;
    /* background: lime; */
}

/*row 49*/
.flexnav li ul li a {
    background: rgba(0,0,0,0);
}

/*row 51*/
.flexnav ul li ul li a {
    background: rgba(0,0,0,0);
}

/*row 53*/
.flexnav ul li ul li ul li a {
    background: rgba(0,0,0,0);
}

/*row 62 63*/
.flexnav .touch-button {
    background: rgba(0,0,0,0);
}

/*row 71*/
.flexnav .touch-button .navicon {
    color: #FFFFFF;
}

/*row 77 78 80*/
.menu-button {
    background: rgba(0,0,0,0);
    color: #FFFFFF;
    border-bottom: none;
}

/*row 100*/
.menu-button .touch-button .navicon {
    color: #FFFFFF;
}

/*row 119*/
.flexnav li {
    background-color: rgba(0,0,0,0);
}

/*row 123*/
.flexnav li a {
    /* border-left: 1px solid rgba(0,0,0,0); */
    border-left: none;
}

/*row 163*/
.oldie .flexnav li {
    background-color: rgba(0,0,0,0);
}

/*row 179*/
.oldie .flexnav li > ul {
    background: rgba(0,0,0,0);
}

.flexnav li {
    width: 20%;
}

/* .second_menu {
    border-top: 1px solid #FFFFFF;
} */

.flexnav li a {
    height: 60px;
    padding-top: 15px;
    /* margin-bottom: 20px; */
    /* background-color: red; */
    /* padding-bottom: 10px; */
    box-sizing: border-box;
    font-weight: bold;
    text-decoration: none;
}

.flexnav li a:hover {
    color: #ffd700;
}

/*@media screen and (max-width: 800px) {*/
@media (max-width: 700px) {
    .flexnav li {
        width: 100%;
    }

    .first_menu {
        /* margin-left: -40px; */
        border-top: 1px solid #FFFFFF;
    }

    .flexnav li a {
        /*margin-top: -20px;*/
    }
}

/*sub_menu*/
/* #sub_menu {
    width: 100%;
    padding: 5px;
    background-color: white;
}

#sub_menu ul {
    padding: 0;
    margin: 0px;
}

#sub_menu li {
    padding: 0;
    margin-right: 7px;
    list-style-type: none;
    float: right;
}

#sub_menu a{
    text-decoration: none;
    color: black;
}

#sub_menu a:hover {
    color: red;
} */

/*gray_line*/
/*#gray_line {
    width: 100%;
    height: 20px;
    margin-top: -10px;
    background: #A8A8A8;
}*/






/* flex slider */
#carousel_container {
    width: 100%;
    background-color: #FFFFFF;
}

.flexslider {
    /* box-sizing: border-box; */
    width: 100%;
    margin-bottom: 0;
    /* background: url(../img/index/top_banner_00.png) 0 0; */
    background-size: contain;
}

.slides img {
    width: 100%;
}

/*row 78*/
.flexslider {
    border: none;
}

/*row 81 82 83*/
.flexslider {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}









/* main_container */
#main_container {
    width: 100%;
    /* background-image: url(../img/common/back_wall.gif); */
    background-color: #EEEEEE;
    /* overflow: hidden; */
}

/* section */
.section_container {
    width: 84%;
    margin: 0 auto;
    padding: 20px 0 70px 0;
}

/* section top */
.title_container {
    width: 100%;
    margin: 50px auto 0 auto;
}

.head_title {
    text-align: center;
    margin-bottom: 5px;
}

.narrow_view_frame {
    display: inline-block;
    position: relative;
}

.narrow_view_frame:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow:
        inset 0 0 20px #F1F1F1,
        inset 0 0 20px #F1F1F1,
        inset 0 0 20px #F1F1F1,
        inset 0 0 20px #F1F1F1,
        inset 0 0 20px #F1F1F1,
        inset 0 0 20px #F1F1F1;
}

.narrow_view {
    border-radius: 20px;
    overflow: hidden;
}

.narrow_img {
    width: 100%;
}

.top_text {
    text-align: center;
    margin-top: 40px;
    margin-bottom: -10px;
    padding-right: 20px;
    padding-left: 20px;
}

.advice_text {
    text-align: center;
    margin-bottom: -25px;
}

/* content */
.content_area {
    width: 100%;
    /* background-color: red; */
    padding: 20px;
}

.content_box {
    margin: 0 5px 40px 5px;
    padding: 20px;
    background-color: #FFFFFF;
    /* box-shadow: 2px 2px 4px rgba(0,0,0,0.5); */
    overflow: hidden;
}

.content_box:last-child {
    margin-bottom: 0;
}

.content_image {
    width: 100%;
}

.content_text_box {
    /* padding-top: 0; */
}

.content_text {
    padding-left: 10px;
    /* margin-bottom: 20px; */
}

.shop_text {
    background-color: rgb(255, 200, 160,1);
    border-radius: 10px;
}

.shop_qr {
    width: 100%;
}

/* float right left */
@media (min-width: 700px) {
    .content_box {
        margin: 0 40px 40px 40px;
    }

    .image_box {
        width: 45%;
        /* padding-bottom: 20px; */
        /* padding-top: 25%; */
    }

    .image_box.right_side {
        padding-right: 20px;
        padding-left: 20px;
    }

    .image_box.left_side {
        padding-right: 20px;
        padding-left: 20px;
    }

    /* .content_image {
        box-shadow: 20px 20px #DDDDDD;
    } */

    .content_text_box {
        /* padding-top: 0; */
        width: 55%;
    }

    .content_text_box.right_side {
        padding-right: 5px;
        padding-left: 40px;
    }

    .content_text_box.left_side {
        padding-right: 20px;
        padding-left: 10px;
    }

    .content_head {
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .right_side {
        float: right;
    }

    .left_side {
        float: left;
    }
}

/* button */
.square_button {
    float: right;
    margin-right: 10px;
    padding: 5px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #BBBBBB;
    border: solid 2px rgba(0,0,0,0.2);
}

.square_button:hover {
    color: #ffd700;
}





/* footer */
#footer {
    width: 100%;
    background: rgba(0,0,0,0.5);
}

.copy {
    height: 60px;
    padding: 18px 0;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}




/* to page top */
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 100%;
    font-weight: bold;
}

#page-top a {
    background: #000000;
    text-decoration: none;
    color: #FFFFFF;
    opacity: 0.6;
    width: 100px;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#page-top a:hover {
    text-decoration: none;
    background: #000000;
    opacity: 0.8;
}

.fa-arrow-up {
    font-size: 30px;
}

.fa-chevron-up {
    font-size: 30px;
}

.fa-caret-square-o-up {
    font-size: 80px;
}









/* for responsive */

/*@media (max-width: 479px)
@media (max-width: 767px) col-xs
@media (max-width: 991px) col-sm
@media (max-widht: 1199px) col-md
col-lg*/

/*common for pc large*/
@media (min-width: 1517px) {
    .nav_container {
        width: 1500px;
        margin: 0 auto;
        text-align: center;
    }
    #carousel_container {
        width: 1500px;
        margin: 0 auto;
    }

    #main_container {
        width: 1500px;
        margin: 0 auto;
    }
    .qr_box {
        width: 200px;
    }
}


/*common for pc*/
@media (max-width: 1516px) {
    #main_container {
        width: 100%;
    }
    .section_container {
        width: 90%;
    }
    .content_area {
        padding-right: 15px;
        padding-left: 15px;
    }
    .qr_box {
        width: 200px;
    }
}


/*common for tablet*/
@media (max-width: 959px) {
    body {
        line-height: 160%;
    }
    .font_000 {
        font-size: 400%;
    }
    .top_text {
        margin-top: 25px;
    }
    .font_00 {
        font-size: 200%;
    }
    .font_01 {
        font-size: 100%;
    }
    .font_02 {
        font-size: 90%;
    }
    .font_03 {
        font-size: 180%;
    }
    .font_04 {
        font-size: 150%;
    }
    .font_05 {
        font-size: 120%;
    }
    .font_06 {
        font-size: 140%;
    }
    .section_container {
        width: 100%;
    }
    .content_area {
        padding-right: 10px;
        padding-left: 10px;
    }
    .qr_box {
        width: 200px;
    }
}


/*common for smart phone*/
@media (max-width:600px) {
    body {
        line-height: 140%;
    }
    .font_000 {
        font-size: 240%;
    }
    .top_text {
        margin-top: 14px;
    }
    .font_00 {
        font-size: 180%;
    }
    .font_01 {
        font-size: 80%;
    }
    .font_02 {
        font-size: 70%;
    }
    .font_03 {
        font-size: 150%;
    }
    .font_04 {
        font-size: 130%;
    }
    .font_05 {
        font-size: 100%;
    }
    .font_06 {
        font-size: 130%;
    }
    #header_image_box {
        width: 40%;
    }
    .address {
        display: none;
    }
    .section_container {
        padding: 20px 0 20px 0;
    }
    .title_container {
        /* margin: 20px auto 0 auto; */
    }
    .content_area {
        padding-right: 5px;
        padding-left: 5px;
    }
    .qr_box {
        width: 150px;
    }
    /* to page top */
    #page-top {
        position: fixed;
        bottom:10px;
        right: 10px;
        font-size: 60%;
        font-weight: bold;
    }

    #page-top a {
        width: 60px;
        padding: 6px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

    .fa-arrow-up {
        font-size: 18px;
    }

    .fa-chevron-up {
        font-size: 18px;
    }

    .fa-caret-square-o-up {
        font-size: 50px;
    }

}
