@charset "utf-8";

/* 共通 */
/*body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue","Mplus 1p", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}*/
.hide {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.flex {
    box-sizing: border-box;
    display: flex;
}

/* #top */
body {
    width: 100%;
    height: 100vh;
}

/* font */
.gothic {
    font-family :
        YuGothic,    /* Mac用 */
        'Yu Gothic', /* Windows用 */
        sans-serif;
}
.mincho {
    font-family : 'Newsreader', serif,serif;
}
.mincho_jap {
    font-family: 'Sawarabi Mincho', sans-serif;
}

/* header */
.header {
    width: 140px;
    height:140px;
    margin:20px auto;
    background:url(../img/top.png) no-repeat center/contain;
}

/* nav */
.nav {
    width:100%;
    max-width:780px;
    margin:0 auto 40px;
    justify-content:space-around;
    align-items:flex-start;
    padding:0 10px;
}
.nav a {
    display:block;
    box-sizing:border-box;
    text-align:center;
    line-height:2.0;
    margin:0 10px;
    transition:0.3s;
}
.nav a .eng {
    font-size:20px;
    margin-bottom:10px;
    font-family : 'Newsreader', serif,serif;
    color:#192F70;
}
.nav a .jap {  
    display:block;
    font-size:10px;
    font-family: 'Sawarabi Mincho', sans-serif;
    color:#192F70;
}
.nav a:hover {
    opacity:0.3;
}

/* top_img */
.top_img {
    width:100%;
    max-width:820px;
    margin:0 auto 80px;
}
.top_item {
    width:180px;
    padding: 0 10px;
    margin:0 auto 80px;
    box-sizing:border-box;
}
.top_item_name {
    text-align:center;
    margin:0 auto 20px;
    font-size:18px;
}
.top_item_name span {
    font-size:0.8em;
    margin-left:10px;
}
.top_text_wrap {
    margin:0 auto 80px;
    padding: 0 20px 0;
    box-sizing: border-box;
}
.top_text {
    width:100%;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 500;
    text-align:center;
    margin-bottom:20px;
}
.top_text_img {
    width:100%;
    max-width:470px;
    margin:0 auto 120px;
}
.top_text_obi {
    width:100%;
    max-width:980px;
    margin:0 auto 120px;
}

/* tokutyo */
.con_ttl {
    width: 100%;
    max-width:740px;
    height:45px;
    margin: 0 auto;
    box-sizing: border-box;
}
.tokutyo .con_ttl {
    background:url(../img/title_tokutyo.jpg) no-repeat center/contain;
}
.youto .con_ttl {
    background:url(../img/title_youto.png) no-repeat center/contain;
    margin-bottom:40px;
}
.jouhou .con_ttl {
    background:url(../img/title_info.png) no-repeat center/contain;
    margin-bottom:40px;
}
.color .con_ttl {
    background:url(../img/title_color.png) no-repeat center/contain;
    margin-bottom:40px;
}
.tokutyo {
    margin:0 auto 80px;
}
.tokutyo .center_wrap,
.youto .center_wrap {
    justify-content: center;
}
.tokutyo .bold {
    font-weight:bold;
    margin:40px 0 20px;
}
.tokutyo .normal {
    margin-bottom:10px;
    line-height:1.8;
}

/* .youto */
.youto {
    padding: 0 20px;
    margin: 0 auto 120px;
}
.youto .youto_list li {
    line-height:1.8;
}

/* .info */
.jouhou {
    padding: 0 20px;
    margin: 0 auto 120px;
}
.jouhou table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
}
.jouhou th,
.jouhou td {
    padding: 10px;
    line-height: 1.8;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: 1px;
    border: 1px solid #192f70;
}
.jouhou th {
    padding: 0 10px;
    font-size: 12px;
    background:#eaf6fd;
}
.jouhou .t_big {
    font-size: 24px;
}
.jouhou .t_small {
    font-size: 10px;
    text-align: center;
}
.jouhou .t_mid {
    font-size: 18px;
}
.jouhou .t_mid2 {
    font-size: 14px;
}
.jouhou .t_left_wrap {
    display: flex;
    justify-content: center;
}
.jouhou .t_left_wrap span {
    line-height: 1.4;
}
.jouhou .t_center {
    text-align: center;
}
.jouhou .sp_off td:nth-child(1) {
    width: 8.68%;
}
.jouhou .sp_off td:nth-child(2) {
    width: 19.14%;
}
.jouhou .sp_off td:nth-child(3) {
    width: 13.99%;
}
.jouhou .sp_off td:nth-child(4) {
    width: 26.14%;
}
.jouhou .space {
    padding-left: 1em;
    box-sizing: border-box;
}

/* .color */
.color {
    padding: 0 20px;
    margin: 0 auto 120px;
    box-sizing:border-box;
}
.color_list {
    width:100%;
    max-width:820px;
    height:0;
    padding-bottom:90.48%;
    position:relative;
    background:url(../img/suna.jpg) no-repeat center/cover;
    margin:0 auto 120px;
}
.color_list a {
    transition:0.3s;
    position:absolute;
    margin:auto;
    text-align:center;
    width:19.51%;
    height:0;
    padding-bottom:21.95%;
    box-sizing:border-box;
}
.color_list .sandbar a {
    left:23.91%;
    top:45.95%;
}
.color_list .seabreeze a {
    left:8.09%;
    top:17.55%;
}
.color_list .sunset a {
    left:44.12%;
    top:25.38%;
}
.color_list .shore a {
    left:71.68%;
    top:15.07%;
}
.color_list .seacoast a {
    left:6.72%;
    top:69.04%;
}
.color_list .sunrise a {
    left:46.89%;
    top:64.04%;
}
.color_list .submarine a {
    left:72.76%;
    top:57.06%;
}
.color_list a:hover {
    transform:scale(1.1);
}
.color_list li a {
}
.color_list figure {
    width:100%;
}
.color_list img {
    width:100%;
}
.color_eng {
    font-size:18px;
    font-weight:500;
    margin-bottom:5px;
    font-family : 'Newsreader', serif,serif;
}
.color_kata {
    font-size:13px;
    font-family: 'Sawarabi Mincho', sans-serif;
}

/* .con_img */
.con {
    width:100%;
    max-width:980px;
    padding:0 20px;
    margin:0 auto 120px;
    box-sizing:border-box;
}
.con_top {
    width:100%;
    max-width:820px;
    justify-content:space-between;
    flex-wrap:nowrap;
    align-items:center;
    padding:0 20px;
    margin:0 auto 20px;
    box-sizing:border-box;
}
.con_top h3 {
    width:280px;
    height:100px;
}
.con_sandbar .con_top h3 {
    background:url(../img/sandbar_title.png) no-repeat center/contain;
}
.con_seabreeze .con_top h3 {
    background:url(../img/seabreeze_title.png) no-repeat center/contain;
}
.con_shore .con_top h3 {
    background:url(../img/shore_title.png) no-repeat center/contain;
}
.con_seacoast .con_top h3 {
    background:url(../img/seacoast_title.png) no-repeat center/contain;
}
.con_submarine .con_top h3 {
    background:url(../img/submarine_title.png) no-repeat center/contain;
}
.con_sunrise .con_top h3 {
    background:url(../img/sunrise_title.png) no-repeat center/contain;
}
.con_sunset .con_top h3 {
    background:url(../img/sunset_title.png) no-repeat center/contain;
}
.con_top p {
    line-height:1.4;
    font-size:14px;
}
.con_img {
    width:100%;
    max-width:820px;
    margin:0 auto 20px;
}
.kounyu_wrap {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 820px;
    margin: auto;
}
.kounyu_name {
    font-size: 20px;
    margin-right: 20px;
    line-height: 1.2;
    font-family : 'Newsreader', serif,serif;
}
.kounyu_name span {
    display: block;
    font-size: 10px;
    font-family: 'Sawarabi Mincho', sans-serif;
}
.kounyu_icon {
    width: 60px;
    height: 50px;
    margin-right: 20px;
}
.kounyu_btn a {
    display: block;
    font-size:16px;
    transition: 0.5s;
}
.kounyu_btn a:hover {
    opacity: 0.3;
}

/* line */
.line {
    padding: 0 20px;
}

.line span {
    display: block;
    width: 100%;
    max-width: 820px;
    height: 1px;
    background: #b5b5b5;
    margin: 0 auto 80px;
}

/* footer */
footer {
    text-align: center;
    padding-bottom: 20px;
}

footer ul {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

footer a {
    display: block;
    box-sizing: border-box;
    width: 43px;
    height: 43px;
    border-radius: 3px;
    transition: 0.3s;
}

footer a:hover {
    opacity: 0.3;
}

footer .link_fb {
    background: url(../img/icon_fb.png) no-repeat center/contain;
}

footer .link_ig {
    margin-right: 30px;
    background: url(../img/icon_ig.png) no-repeat center/contain;
}

footer .link_yt {
    background: url(../img/icon_yt.png) no-repeat center/contain;
    margin-right: 30px;
}

footer .foo_text {
    font-size: 12px;
    margin-bottom: 10px;
    color: #727171;
}

footer .last_text {
    font-size: 10px;
    color: #727171;
}

footer .nho_t {
    font-size: 12px;
    margin: 30px 0 10px;
    color: #727171;
}

footer .nho_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 34px;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

footer .pw_link a {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 58px;
    max-width: 240px;
    margin: 0 auto 40px;
    padding: 0 10px;
}

/* topへ */
#page_top {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 5px;
    bottom: 10px;
    opacity: 0.6;
    z-index: 900;
}

#page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
}

#page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f102';
    font-size: 25px;
    color: #000;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
}

/*#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #000;
}*/

.sp_on {
    display: none;
}

/*.sp_off {
  display:block;
}*/


@media screen and (min-width: 820px) {
    .color_list {
        width:820px;
        height:660px;
        padding:0;
    }
    .color_list li {
        width:160px;
        height:180px;
        padding:0;
    }
}

/* サイズ別設定 */
@media screen and (max-width: 850px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 574px) {
    .sp_on {
        display: block;
    }

    .sp_off {
        display: none;
    }
    .nav {
        display:inherit;
    }
    .nav li {
        margin-bottom:10px;
    }
    .con_top {
        display:inherit;
        padding:0;
    }
    .con_top h3 {
        margin-bottom:20px;
    }
    .top_img,.top_item,.top_text_wrap,.top_text_obi {
        margin-bottom:40px;
    }
    .table_wrap {
        display:flex;
        justify-content:center;
    }
}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 420px) {
    .color_list {
        position:inherit;
        height:auto;
        padding:30px 10px;
        box-sizing:border-box;
        display:flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap:wrap;
    }
    .color_list li {
        width:50%;
        margin-bottom:20px;
    }
    .color_list a {
        position:inherit;
        width:100%;
        height:auto;
        padding-bottom:20px;
    }
    .color_list figure {
        width:80px;
        margin:auto;
    }

}