@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');

/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    margin: 0;
    font-size: 16px;
    background: url(../img/bg.jpg) repeat;
}

/** link **/
a:link {
    color: #1c7fbd;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}

a:hover,
a:active {
	text-decoration: none;
}

/*初期設定
----------------------------------------------------*/
#wrapper{
    width: 700px;
    padding: 0 0 0 0;
    overflow: hidden;
    margin: auto;
    position: relative;
}
.content{
    display: block;
    margin: 0 auto;
    width: 95%;
}
.content p{
    line-height: 1.7;
}
@media screen and (min-width:640px) {
    .pc{
        display: block;
    }
    .sp{
        display: none;
    }
}

@media screen and (max-width:640px) {
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #wrapper{
        width: 100%;
    }
}
/*layout
----------------------------------------------------*/

img{
    width: 100%;
    padding: 0;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.mt0{
    margin-top: 0;
}
.mb0{
    margin-bottom: 0;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mt20{
    margin-top: 20px;
}
.mb30{
    margin-bottom: 30px;
}
.mt30{
    margin-top: 30px;
}
.mb40{
    margin-bottom: 40px;
}
.mt40{
    margin-top: 40px;
}
.pink{
    color: rgb(255, 0, 120);
}
.red{
    color: rgb(255, 0, 0);
}
.gray{
    color: rgb(0, 0, 0);
    font-weight: bold;
}
.orange{
    color: rgb(255, 153, 0);
}
.blue{
    color: rgb(0, 102, 204);
}
.marker{
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 30%,#ffee57 0%) repeat scroll 0 0;
}
.marker02{
    border-bottom-style: dotted;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 3px;
    padding-bottom: 3px;
}
.bg01 {
    background: #fffac9;
    padding: 10px;
}
.fsLL{
    font-size: 23px;
}
.fsL{
    font-size: 20px;
}
.fsM{
    font-size: 19px;
}
.fsS{
    font-size: 10px!important;
}

footer{
    padding: 30px 20px;
    text-align: center;
    background: #ECECEC;
    margin-top: 50px;
    font-size: 13px;
}

h1 {
    text-align: center;
    padding: 1rem 2rem;
    color: #fff;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff7e00), to(#f9d423));
    background-image: -webkit-linear-gradient(left, #ff7e00 0%, #f9d423 100%);
    background-image: linear-gradient(to right, #ff7e00 0%, #f9d423 100%);
    -webkit-box-shadow: 8px 8px 0 #ed7502;
    box-shadow: 8px 8px 0 #ed7502;
    line-height: 1.3;
    margin: 30px 0 30px;
}
h2 {
    position: relative;
    padding: 15px 15px 15px 17%;
    color: #fff;
    border-radius: 10px;
    background: #1bbcd9;
    line-height: 1.3;
    margin: 45px 0 25px;
}
.h2_icon{
    position: absolute;
    width:70px;
    left: 30px;
    top: -30px;
}

h3 {
    text-align: center;
    position: relative;
    padding: 20px;
    color: #fff;
    font-size: 24px;
    border-radius: 10px;
    background: #ff7d02;
    box-shadow: 0 5px 5px rgba(50,50,50,0.3);
    margin: 5px 0 20px;
}

table.item_table{
    max-width: 600px;
    width: 100%;
    margin: 10px auto 10px;
    border-collapse: collapse;
    border: 10px solid #fff;
}

table.item_table tr{
    border-bottom: solid 2px white;
}

table.item_table tr:last-child{
    border-bottom: none;
}

table.item_table th{
    position: relative;
    text-align: left;
    width: 30%;
    background-color: #1bbcd9;
    color: white;
    text-align: center;
    padding: 10px 0;
}

table.item_table th:after{
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top:calc(50% - 10px);
    right:-10px;
    border-left: 10px solid #1bbcd9;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

table.item_table td{
    text-align: left;
    width: 70%;
    text-align: center;
    background-color: #eee;
    padding: 10px 0;
}


.scroll-box {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
}
/*===========
scrollbar
===========*/

/*スクロールバー全体の高さ*/
.scroll-box::-webkit-scrollbar {
    height: 4px;
}
/*スクロールバー全体の背景*/
.scroll-box::-webkit-scrollbar-track {
    background: #eee;
}
/*スクロールバーの動く部分*/
.scroll-box::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
}
/*スクロールバーの動く部分のホバー（マウスオーバー）*/
.scroll-box::-webkit-scrollbar-thumb:hover {
    background: #999;
}

/*===========
table
===========*/

.scroll-box table {
    min-width: 540px;
}
.scroll-box table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
.scroll-box th,.scroll-box td {
    width: 16%;
    vertical-align: top;
    padding: 10px 10px;
    border: 1px solid #ccc;
    font-size: 12px;
    text-align: center;
    background: #fff;
}
.scroll-box th {
    color: #fff;
    background: #1bbcd9;
    line-height: 1.3;
    vertical-align: middle;
}
.sticky {
    position: sticky;
    left: 0;
    z-index: 99;
}
.sticky:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
@media (max-width: 620px){
    .scroll-box td {
        font-size: 12px;
        line-height: 1.2;
    }
    .scroll-box th{
        width: 12%!important;
    }
}

.y_bg{
    background: #fff6d4!important;
}
.vgood{
    font-size: 30px;
    font-weight: bold;
    color: red;
    line-height: 1.2;
}
.good{
    font-size: 60px;
    font-weight: bold;
    color: orange;
    line-height: 0.4;
}
.soso{
    font-size: 30px;
    font-weight: bold;
    color: dodgerblue;
    line-height: 1.2;
}
.bad{
    font-size: 30px;
    font-weight: bold;
    color: #000;
}


.star_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star_rating:before, .star_rating:after{
    content: '★★★★★';
}

.star_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star_rating[data-rate="4.9"]:after{ width: 97%; } /* 星5 */
.star_rating[data-rate="4.6"]:after{ width: 95%; } /* 星5 */
.star_rating[data-rate="4.5"]:after{ width: 94%; } /* 星5 */
.star_rating[data-rate="4.7"]:after{ width: 96%; } /* 星5 */
.star_rating[data-rate="4.7"]:after{ width: 96%; } /* 星5 */

.yureru {
    animation: yureru 2s infinite;
}
@keyframes yureru {
    0% {
        transform: translate(0px, 6px);
    }
    5% {
        transform: translate(0px, -4px);
    }
    10% {
        transform: translate(0px, 6px);
    }
    15% {
        transform: translate(0px, -4px);
    }
    20% {
        transform: translate(0px, 6px);
    }
    25% {
        transform: translate(0px, -4px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

h4 {
    text-align: center;
    position: relative;
    padding: 17px;
    color: #000;
    font-size: 22px;
    border-top: 5px solid #ff7d02;
    border-bottom: 5px solid #ff7d02;
    background: #fff;
    box-shadow: 0 5px 5px rgba(50,50,50,0.3);
    margin: 40px 0 20px;
}

h5{
    margin: 50px 0 20px;
    position: relative;
    font-size: 22px;
    padding-bottom: 15px;
    padding-left: 90px;
    border-bottom: 5px solid #1bbcd9;
}
.h5_icon{
    position: absolute;
    width: 70px;
    left: 0;
    top:-20px
}

/* 通常（PC）ではタイル表示 */
.slide-wrap {
    background-color: #e3e3e3;
    display: flex;
    margin: 0 auto;
    width: 100%;
    padding: 20px;
}
.slide-box {
    height: auto;
    margin: 20px;
    width: 400px;
    padding: 20px;
    background-color: #fff;
    color: #222;
    display: block;
    text-decoration: none;
}
.slide-box img {
    display: block;
    height: auto;
    width: 100%;
}
.slide-box p {
    margin: auto;
}
p.insta_t{
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin: 10px 0 10px;
    border-bottom: 4px #1bbcd9 dotted;
}
    .slide-wrap {
        overflow-x: scroll;
    }
    .slide-box {
        flex: 0 0 70%;
        margin: auto 1% auto auto;
    }

video{
    display: block;
    width: 100%;
    margin: auto;
    max-width: 650px;
    border: 5px solid #92eeff;
}
.img_b{
    display: block;
    width: 100%;
    margin: auto;
    max-width: 650px;
    border: 5px solid #92eeff;
}
.img_b2{
    display: block;
    width: 100%;
    margin: auto;
    max-width: 650px;
    border: 5px solid #92eeff;
    border-radius: 12px;
}
.cta02{
    display: block;
    margin: 20px auto;
    text-align: center;
    width: 90%;
    max-width: 400px;
    font-size: 20px;
    background: #00d048;
    padding: 20px 10px;
    border-radius: 50px;
    box-shadow: 0 8px 0 #009634;
}
a.cta02{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
@media screen and (max-width:640px) {
    .content p {
        font-size: 15px;
    }
    h1{
        font-size: 22px;
    }
    h2 {
        padding: 15px 15px 15px 23%;
        font-size: 19px;
    }
    .h2_icon {
        width: 60px;
        left: 10px;
        top: -25px;
    }
    table.item_table th {
        font-size: 12px;
        line-height: 1.3;
    }
    table.item_table td {
        font-size: 13px;
        padding: 0 15px;
    }
    h4 {
        font-size: 19px;
        line-height: 1.3;
    }
    h5 {
        line-height: 1.3;
        font-size: 18px;
        padding-left: 80px;
    }
    .slide-box {
        padding: 15px;
        flex: 0 0 100%;
        margin: auto 4% auto auto;
    }
    .slide-wrap {
        padding: 16px;
    }
    p.insta_t {
        font-size: 18px;
    }
}

.tyuu_pr{
    font-size: 15px;
    color: #000;
    line-height: 1.3;
    text-align: right;
    margin: 0 5px 0 0;
}