@charset "utf-8";

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html{
    overflow-y: scroll;
}
body{
    color: #333;
    background: #FFF;
    font-size: 14px;
    font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";
    line-height: 2;
    -webkit-text-size-adjust: 100%;
}
body,div,pre,p,blockquote,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,th,td,figure,figcaption,button{
    margin: 0;
    padding: 0;
}
a,
a:focus{
    outline: none;
}
a{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
a:hover{
    opacity: 0.8;
}
li{
    list-style-type: none;
}
img{
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
a{color: #024387;text-decoration: none;}
a:hover{color: #333;text-decoration: underline;}
a:visited{color: #024387;text-decoration: none;}

/*----base color----
main #0075b6
bkg #f3f5f7
sub-bkg #d9d9d9
sub #024387
-------------------*/
.wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    .for-sp_tb,
    .for-tb{
        display: none;
    }
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .for-sp{
        display: none;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .wrap{
        width: 100%;
        padding: 0;
    }
    #header .wrap,
    .h1-group .wrap,
    #footer .wrap{
        padding: 0 30px;
    }
    .for-sp_and_pc{
        display: none;
    }
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    body{
        background-color: #FFF;
    }
    .for-pc-only{
        display: none;
    }
    .container{
        padding: 68px 0 0
    }

}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    body{
        font-size: 15px;
    }
    .container{
        padding-bottom: 20px;
    }
    .wrap{
        width: 100%;
        padding: 0 20px;
    }
    .for-pc,
    .for-tb{
        display: none;
    }
}
/*-----------------------------------
header
-----------------------------------*/
#header{
    padding: 15px 0;
    background-color: #FFF;
}
#header .logo img{
    width: 220px;
}
#nav li{
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
/*--Large screens only--*/
@media print, screen and (min-width: 1025px){
    #header .head-box,
    #header .nav-box{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    #header .logo,
    #header .navigation,
    #nav,
    .search-box{
        display: table-cell;
        vertical-align: middle;
    }
    #header .logo{
        width: 25%;
    }
    #header .logo p{
        margin-bottom: 2px;
        font-size: 0.8em;
    }
    #header .navigation{
        width: 75%;
    }
    .search-box,
    #header .word input[type="text"]{
        width: 270px;
    }
    #nav ul{
        float: right;
    }
    #nav li{
        position: relative;
        float: left;
        margin-right: 1.5em;
    }
    #nav li a{
        font-weight: bold;
        text-decoration: none;
        font-size: 0.9em;
        color: #333;
    }
    #header .word{
        position: relative;
        float: right;
    }
    #header .word input[type="text"]{
        padding: 10px 50px 10px 20px;
        background-color: #f3f5f7;
        border: none;
        border-radius: 50px;
        font-family: "游ゴシック","YuGothic","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","メイリオ","Meiryo","sans-serif";
        font-size: 0.9em;
    }
    input::-webkit-input-placeholder,
    input:-ms-input-placeholder,
    input::-moz-placeholder{
        color: #777;
    }
    #header .word input[type="image"]{
        position: absolute;
        content: "";
        width: 20px;
        top: 50%;
        right: 15px;
        margin-top: -10px;
    }
    .sp-menu{
        display: none;
    }
    .location{
        display: none;
    }/*位置情報メニュー*/
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    #header{
        position: fixed;
        z-index: 3000;
        width: 100%;
        padding: 8px 0 12px;
        background-color: #FFF;
        box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.5);
    }
    #header .wrap{
        padding: 0 20px 0 60px;
    }
    #header .logo{
        text-align: center;
    }
    #header .logo p{
        font-size: 0.65em;
    }
    #header .logo img{
        width: 150px;
    }
    .search-box{
        display: none;
    }
    #nav li a{
        text-decoration: none;
    }
}
/*-----------------------------------
layout
-----------------------------------*/
.one-column,
.two-column{
    margin: 40px auto;
}
.left-column{
    padding-right: 40px;
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .two-column,
    .child-two-column{
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .t-col,
    .ct-col{
        display: table-cell;
        vertical-align: top;
    }
    .left-column{
        width: 804px;
    }
    .right-column{
        width: 336px;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .one-column,
    .left-column,
    .right-column{
        width: 100%;
    }
    .one-column,
    .two-column{
        margin: 0 auto;
    }
    .one-column{
        padding: 20px 30px 30px;
    }
    .left-column{
        padding: 20px 30px 0;
    }
    .right-column{
        padding: 0 30px 20px;
    }
    .t-col{
        display: inherit;
    }
    .child-two-column{
        border-bottom: none;
    }
    .tb-two-column{
        display: table;
        width: 100%;
        table-layout: fixed;
        /*border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;*/
    }
    .tb-left,
    .tb-right{
        display: table-cell;
        width: 50%;
        text-align: center;
        vertical-align: top;
    }
    .tb-left{
        padding-right: 10px;
    }
    .tb-right{
        padding-left: 10px;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .one-column,
    .two-column{
        margin: 0 auto;
    }
    .one-column{
        padding: 20px 0;
    }
    .left-column{
        padding: 20px 0;
    }
    .ct-col{
        border-bottom: 1px solid #CCC;
    }
}
/*-----------------------------------
sub contents
-----------------------------------*/
.update,
.market-price{
    margin-bottom: 30px;
    padding: 20px 30px;
    background-color: #f3f5f7;
    border-radius: 10px;
}
.update h2,
.market-price h2{
    margin-bottom: 10px;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
}
.update li{
    text-align: center;
}
.update a{
    margin-left: 10px;
}
.update p.date{
    width: 70%;
    margin: 0 auto 10px;
    padding: 1px 8px;
    background-color: #333;
    font-size: 0.8em;
    text-align: center;
    color: #FFF;
}
.market-price table{
    width: 100%;
    margin-bottom: 10px;
}
.market-price th{
    text-align: left;
    vertical-align: top;
}
.market-price td{
    text-align: right;
}
.market-price th,.market-price td{
    padding: 2px 10px;
    background-color: #FFF;
    border-bottom: 2px solid #f3f5f7;
}
.market-price p.link a{
    display: block;
    padding: 5px 10px;
    background-color: #52c357;
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #FFF;
}
.market-price p.link a img{
    width: 26px;
    margin-right: 5px;
    vertical-align: -8px;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .update{
        margin: 20px 0 0;
    }
    .market-price{
        margin: 20px auto 0;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .update,
    .market-price{
        margin-bottom: 20px;
        padding: 20px;
    }
}
/*-----------------------------------
mylist-trigger
-----------------------------------*/
.mylist-trigger{
    position: fixed;
    z-index: 3000;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(43, 41, 38, 0.85);
    background-image: url(/static/image/icon/star.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 25px;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.mylist-trigger:hover{
    opacity: 0.8;
}
.mylist-trigger.open{
    display: none;
}
.mylist-trigger .badge{
    position: absolute;
    top: -2px;
    right: -2px;
    width: 26px;
    height: 26px;
    background-color: #c43333;
    border-radius: 50px;
    font-size: 0.6em;
    font-weight: bold;
    color: #FFF;
    line-height: 26px;
    text-align: center;
}
.mylist-trigger .badge .count-n{
    font-weight: bold;
}
.mylist-trigger:hover .badge{
    animation: kaiten 0.5s 0.5s ease-out;
}
@keyframes kaiten {
    0% { transform: translate(0, 0) rotate(0deg); }
    50% { transform: translate(0, -5px) rotate(360deg); }
    100% { transform: translate(0, 0) rotate(360deg); }
}
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .mylist-trigger{
        width: 80px;
        height: 80px;
        padding: 45px 3px 3px;
        background-position: center 15px;
        background-size: 28px;
    }
    .mylist-trigger p{
        font-size: 0.7em;
        font-weight: bold;
    }
    .mylist.open .mylist-trigger p{
        display: none;
    }
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mylist-trigger{
        width: 70px;
        height: 70px;
        padding: 0;
        background-position: center;
    }
    .mylist-trigger p{
        display: none;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .mylist-trigger{
        bottom: 5px;
        left: 5px;
        width: 60px;
        height: 60px;
        margin: 0 0 10px 10px;
    }
    .mylist-trigger p{
        display: none;
    }
    .mylist-trigger .badge{
        top: -5px;
        right: -5px;
    }
}
/*-----------------------------------
mylist
-----------------------------------*/
.mylist{
    position: fixed;
    z-index: 3500;
    left: 0;
    bottom: -500px;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.mylist.open{
    bottom: 0 !important;
}
.mylist .mylist-close{
    position: absolute;
    top: 15px;
    left:  10px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.mylist.open .mylist-close::before,
.mylist.open .mylist-close::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 4px;
    height: 24px;
    margin-top: -12px;
    margin-left: -2px;
    background-color: #FFF;
    border-radius: 20px;
}
.mylist.open .mylist-close::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mylist.open .mylist-close::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(45deg);
}
.mylist-box{
    width: 600px;
    padding: 18px 20px 20px;
    background-color: rgba(43, 41, 38, 0.95);
    color: #FFF;
}
.mylist-box p.ttl{
    margin-bottom: 3px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #FFF;
    font-size: 1.1em;
    font-weight: bold;
    text-align: center;
}
.mylist-box ul{
    margin-top: 10px;
    padding: 8px 0 0 0;
}
.mylist-box ul.over{
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 8px 10px 0 0;
}
.mylist-box ul.over::-webkit-scrollbar{
    width: 12px;
}
.mylist-box ul.over::-webkit-scrollbar-thumb{
    background: #666;
    border-radius: 10px;
}
.mylist-box ul.over::-webkit-scrollbar-track-piece:start{
    background: #d9d9d9;
    border-radius: 10px;
}
.mylist-box ul.over::-webkit-scrollbar-track-piece:end{
    background: #d9d9d9;
    border-radius: 10px;
}
.mylist-box li{
    position: relative;
    padding: 5px 20px 5px 0;
}
.mylist-box li:not(:last-child){
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px dotted #FFF;
}
.mylist-box a{
    position: relative;
    display: block;
    color: #FFF;
    font-size: 0.9em;
}
.mylist-box a .num{
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background-color: #FFF;
    border-radius: 50px;
    font-size: 0.9em;
    font-weight: bold;
    color: #333;
    text-align: center;
    line-height: 24px;
}
.mylist-box a p{
    padding-left: 32px;
    line-height: 1.8;
}
.mylist-box a .name{
    font-size: 1.1em;
    font-weight: bold;
}
.mylist-box li ul.icon{
    margin: 5px 0 0 32px;
}
.mylist-box li ul.icon li{
    float: left;
    margin: 0 5px 5px 0;
    padding: 1px 6px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 0.75em;
}
.mylist-box li ul.icon.over{
    max-height: auto;
    overflow-y: hidden;
    overflow-x: hidden;
    padding: 0;
}
.mylist-box .delate{
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}
.mylist-box .delate::before,
.mylist-box .delate::after{
    position: absolute;
    content: "";
    width: 3px;
    height: 18px;
    background-color: #FFF;
    border-radius: 20px;
}
.mylist-box .delate::before{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mylist-box .delate::after{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*--Small~Medium screens--*/
@media only screen and (max-width: 1024px){
    .mylist,
    .mylist-box{
        width: 100%;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .mylist-box ul.over{
        max-height: 300px;
    }
    .mylist-box li ul.icon{
        margin: 5px 0 0 0;
    }
    .mylist-box li ul.icon li{
        font-size: 0.6em;
        font-weight: bold;
    }
}
/*--ブラウザ幅が1024pxで高さよりも大きい（タブレットの横向き）--*/
@media (max-width: 1024px) and (orientation: landscape) {
    .mylist-box ul.over{
        max-height: 250px;
    }
}
/*--ブラウザ幅が767pxで高さよりも大きい（スマホの横向き）--*/
@media (max-width: 767px) and (orientation: landscape) {
    .mylist-box ul.over{
        max-height: 180px;
    }
}
/*-----------------------------------
pagetop
-----------------------------------*/
/*--Large screens--*/
@media print, screen and (min-width: 768px){
    .pagetop{
        position: fixed;
        z-index: 2000;
        bottom: 30px;
        right: 30px;
        width: 50px;
        height: 50px;
        content: "";
        border: 1px solid #666;
        border-radius: 50%;
        cursor: pointer;
        transform: rotateY(270deg);
        -webkit-transform: rotateY(270deg);
        transition: transform 0.3s linear;
        -webkit-transition: -webkit-transform 0.3s linear;
        opacity: 0.8;
    }
    .pagetop .arrow:before{
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        margin-top: -4px;
        margin-left: -6px;
        border-top: 4px solid #666;
        border-right: 4px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    .pagetop{
        position: relative;
        width: 100%;
        height: 40px;
        padding: 32px 5px 26px;
        background-color: #f3f5f7;
        font-size: 0.8em;
        text-align: center;
        cursor: pointer;
    }
    .pagetop .arrow:before{
        position: absolute;
        content: "";
        top: 15px;
        left: 50%;
        width: 14px;
        height: 14px;
        margin-left: -7px;
        border-top: 3px solid #666;
        border-right: 3px solid #666;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
}

/*-----------------------------------
footer
-----------------------------------*/
#footer{
    padding: 60px 0;
    background-color: #d9d9d9;
}
#footer,
#footer a,
#footer a:hover{
    color: #333;
}
.ft-name,
.ft-nav,
.ft-sub{
    margin-bottom: 30px;
}
.ft-name{
    float: left;
    margin-right: 50px;
}
.ft-logo img{
    width: 190px;
    margin: 0 10px 5px 0;
}
.ft-logo p{
    font-size: 0.7em;
}
.ft-nav dl{
    float: left;
    margin-right: 40px;
}
.ft-nav dt{
    font-weight: bold;
}
.ft-nav li a{
    display: block;
    padding: 3px 0;
    font-size: 0.9em;
}
.ft-sub ul{
    float: right;
}
.ft-sub ul li{
    float: left;
    margin: 0 0 10px 20px;
    font-size: 0.8em;
}
p.copyright{
    clear: both;
    font-size: 0.8em;
    text-align: right;
}
/*--Medium screens--*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #footer{
        padding: 30px 0 110px;
    }
    .ft-name,
    .ft-nav,
    .ft-sub{
        margin-bottom: 20px;
    }
    .ft-name{
        float: none;
        margin-right: 0;
    }
}
/*--Small screens--*/
@media only screen and (max-width: 767px){
    #footer{
        padding: 20px 0 100px;
    }
    .ft-name{
        float: none;
        margin-right: 0;
        margin-bottom: 10px;
        text-align: center;
    }
    .ft-name img{
        width: 150px;
    }
    .ft-nav{
        margin: 0 -20px 20px;
    }
    .ft-nav dl{
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .ft-nav dt{
        padding: 2px 20px;
        background-color: #CCC;
    }
    .ft-nav ul:first-child{
        border-top: 1px solid #CCC;
    }
    .ft-nav li a{
        padding: 5px 20px;
        border-bottom: 1px solid #CCC;
        display: block;
        text-decoration: none;
    }
    .ft-sub{
        position: relative;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .ft-sub ul{
        position:relative;
        left:50%;
        float:left;
    }
    .ft-sub ul li{
        position:relative;
        left:-50%;
        margin: 0 8px;;
        font-size: 0.8em;
    }
    p.copyright{
        font-size: 0.7em;
        text-align: center;
    }
}

/*-----------------------------------
message-belt
-----------------------------------*/
.message-belt{
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    padding: 15px;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 16px;
    text-align: center;
    z-index: 10000;
}

/*-----------------------------------
clear
-----------------------------------*/
#nav ul,
.main ul,
.left-column ul,
.ft-name,
.ft-nav,
.ft-sub ul,
.mylist-box li ul.icon{
    display: block;
    min-height: 1%;
}
#nav ul:after,
.main ul:after,
.left-column ul:after,
.ft-name:after,
.ft-nav:after,
.ft-sub ul:after,
.mylist-box li ul.icon:after{
    clear: both;
    content:".";
    display: block;
    height: 0;
    visibility: hidden;
}
