﻿@charset "utf-8";

/*-------------------------*/
/*  base
/*-------------------------*/
.pc {
    display: block;
}

.sp {
    display: none;
}
.is-block a {
    display: block;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    color: #404039;
}

/*  ancher  */
#submit,
a {
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease !important;
}

a {
    color: #0090d3;
}

a:hover {
    opacity: 0.5;
}

nav a:hover {
    text-decoration: underline;
    opacity: 1;
}

a:visit,
a:hover,
a:link {
    color: #0090d3;
}

.center {
    text-align: center;
}

.mt-80 {
    margin-top: 80px !important;
}

.mt-40 {
    margin-top: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px !important;
}

.shoplist .mt-20 {
    margin-top: 30px !important;
}

.fwb {
    font-weight: bold;
    color: #0090d3;
}

strong {
    font-weight: bold;
}

.banner {
    text-align: center;
    margin-top: 60px;
}

/*-------------------------*/
/*  header
/*-------------------------*/
header {
    width: 1200px;
    margin: 0 auto;
}

header .logo {
    height: 85px;
    margin: 30px 0 60px;
}

header .logo img {
    height: 100%;
}

header .logo_anicom {
    text-align: center;
    margin-bottom: 30px;
}

/*-------------------------*/
/*  section
/*-------------------------*/
section {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 111;
}

section .inner {
    position: relative;
    padding-top: 150px;
}

section h2 {
    font-family: 'Raleway', sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 0.6;
    margin-bottom: 50px;
    font-size: 3em;
}

section h2 span {
    font-size: 0.5em;
}

section p {
    position: relative;
}

.pdfdl {
    text-align: center;
    margin: 100px 0;
}

.pdfdl div {
    display: inline-block;
    margin: 0 auto;
}

/*-------------------------*/
/*  Block
/*-------------------------*/

#block-01 {}

#block-01 .inner {
    padding-top: 80px;
}

#block-01 .inner ul {
    width: 60%;
    margin: 0 auto;
    position: relative;
}

#block-01 .inner ul li {
    padding-left: 110px;
    margin-bottom: 15px;
}

#block-01 .inner ul span {
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 25px;
}

#block-03 {
    text-align: center;
}

h3 {
    font-size: 37px;
    font-weight: bold;
    margin-top: 10px;
}

section .text {
    font-size: 24px;
}

.fnt-b {
    font-weight: bold;
    color: #0090d3;
}

.btn {
    margin-top: 20px;
}

.btn a {
    color: #fff;
    text-decoration: none;
    background: #e76d44;
    padding: 10px 30px 10px 80px;
    position: relative;
}

.btn a:before {
    content: "";
    display: block;
    height: 1px;
    background: #fff;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
}

.btninput input {
    padding: 10px 30px;
    display: block;
    color: #fff;
    background-size: 8px auto;
    font-size: 1.3em;
    border: none;
    margin: 30px auto 0;
    cursor: pointer;
    background: #e76d44;
    position: relative;
}

.btninput input:hover {
    opacity: 0.7;
}

.btninput input:before {
    content: "";
    display: block;
    height: 1px;
    width: 40px;
    background: #fff;
    position: absolute;
    left: 20px;
    top: 50%;
}

input[type=radio],
input[type=checkbox] {
    display: none;
}

.checkbox {
    position: relative;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    padding-left: 30px;
    vertical-align: middle;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s linear;
    cursor: pointer;
}

.wpcf7-form .wpcf7-form-control.wpcf7-checkbox.checkbox .wpcf7-list-item,
.wpcf7-form .wpcf7-form-control.wpcf7-checkbox.checkbox .wpcf7-list-item-label {
    position: static;
}

.wpcf7-list-item-label {
    position: relative;
}

.wpcf7-acceptance label span:after,
.wpcf7-checkbox label span:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    display: block;
    border: 1px solid #999;
    border-radius: 3px;
    box-sizing: border-box;
    transition: border-color 0.2s linear;
}

.wpcf7-acceptance label span:before,
.wpcf7-checkbox label span:before {
    content: '';
    width: 6px;
    height: 10px;
    display: block;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 7px;
    left: 6px;
    transform: rotate(45deg);
    margin-top: -7px;
    border-right: 3px solid #e76d44;
    border-bottom: 3px solid #e76d44;
    opacity: 0;
}

.wpcf7-radio label span {
    position: relative;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    padding-left: 30px;
    vertical-align: middle;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

.wpcf7-radio label span:before {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 2px;
    left: 5px;
    border-radius: 50%;
    background-color: #e76d44;
    opacity: 0;
}

.wpcf7-radio label span:after {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    display: block;
    border: 1px solid #bbbbbb;
    border-radius: 50%;
    box-sizing: border-box;
    transition: border-color 0.2s linear;
}

.wpcf7-acceptancelabel input[type=checkbox]:checked+span::before,
.wpcf7-checkbox label input[type=checkbox]:checked+span::before {
    opacity: 1 !important;
}

.wpcf7-radio label input[type=radio]:checked+span::before {
    opacity: 1 !important;
}

.wpcf7-list-item.first {
    margin-right: 20px;
}

.checker {
    margin: 50px 0;
    text-align: center;
}

.tr_13 span+div span {
    display: inline-block;
    width: 100%;
}

.tr_13 td span {
    display: inline-block;
    width: 100%;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-validation-errors,
.screen-reader-response ul {
    display: none;
}

.wpcf7-not-valid-tip {
    color: #e00012;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}

.checker .wpcf7-not-valid-tip {
    display: block;
}

.checker .wpcf7-list-item-label {
    padding: 0 0 0 30px;
    cursor: pointer;
}

.screen-reader-response {
    display: block;
    text-align: center;
    margin-bottom: 30px;
    font-size: 1.5em;
    font-weight: bold;
    color: #e76d44;
}

.wpcf7-mail-sent-ok {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 1.5em;
    font-weight: bold;
    color: #e76d44;
}

/*-------------------------*/
/*  layerbox
/*-------------------------*/
.header-block {
    position: relative;
    height: 600px;
}

h1 {
    font-family: 'Raleway', sans-serif;
    line-height: 1.2;
    font-weight: bold;
    font-size: 3.5em;
    display: inline-block;
    position: relative;
}

.haeder-box {
    position: relative;
    margin-bottom: 42px;
    padding-bottom: 40px;
}

.haeder-box:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 50%;
    bottom: 0px;
    background: #424242;
    left: 25%;

}

.header-block-text {
    width: 350px;
    text-align: center;
    padding: 50px 50px 50px 0;
    position: relative;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    /* Safari用 */
    transform: translate(0%, -50%);
    z-index: 1111;
}

.header-block-text p {
    font-weight: bold;
    font-size: 1.5em;
}

.header-block-text p .fnt-b {
    font-size: 0.78em;
}

.header-block-image {
    width: 800px;
    height: 601px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

/*-------------------------*/
/*  footer
/*-------------------------*/
.header-block-image img {
    width: 100%;
}

footer {
    min-width: 1200px;
    text-align: center;
}

footer div {
    margin: 0 auto;
}

footer img {
    width: 250px;
}

footer .inner {
    padding: 80px 10px;
}

.sns {
    text-align: center;
    margin-bottom: 50px;
}

.sns li {
    width: 40px;
    height: 40px;
    margin: 40px 10px 0;
    display: inline-block;
}

.sns li a {
    width: 40px;
    height: 40px;
    display: block;
    color: #0090d3;
}

.sns li a img {
    fill: currentColor;
    color: #0090d3;
    width: 40px;
    height: 40px;
}

footer {
    color: #fff;
    background: #43657f;
}

footer>div:last-child {
    font-size: 12px;
    padding: 10px 0;
    width: 100%;
    background: #355771;
}

footer .campinfo {
    font-size: 12px;
}

footer dl {
    margin: 0px auto;
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
}

footer dt {
    width: 40%;
    padding: 5px;
    box-sizing: border-box;
    text-align: right;
}

footer dd {
    padding: 5px;
    margin: 0;
    width: 60%;
    box-sizing: border-box;
    text-align: left;
}

@media screen and (max-width: 320px) {
    dl {
        flex-flow: column nowrap;
    }

    dt,
    dd {
        width: 100%;
    }

    dd {
        border-left: none;
    }
}

header:before {
    content: "";
    width: 0;
    display: block;
    height: 110vh;
    background: #0090d3;
    position: absolute;
    z-index: 1;
}

/*-------------------------/*-------------------------*/
/*  request
/*-------------------------/*-------------------------*/
.required {
    color: #fff;
    background-color: #e00012;
    font-size: 0.5em;
    line-height: 1;
    padding: 4px 8px;
    position: absolute;
    top: 26px;
    right: 20px;
}

.label_name {
    margin-right: 10px;
}

.layout+span input,
.request table td div:nth-child(2) {
    margin-top: 10px;
}

.request table {
    width: 100%;
}

textarea,
.request table input.form-textBox {
    width: 80%;
}

.request .tr_06 .layout {
    display: flex;
    align-items: center;
}

.wpcf7-form-control-wrap {}

.selectBox {
    width: 190px;
    height: 40px;
    border-radius: 3px;
    color: #000;
    padding: 0 9px;
    background-position: right 11px center;
    border-color: #999;
}

.form-textBox {
    width: 268px;
    font-size: 1em;
    padding: 10px;
    border: 1px solid #404039;
    border-radius: 0;
    appearance: none;
    background-color: #fff;
    -webkit-appearance: none;
}

.request .tr_05 .form-textBox,
.request .tr_09 .form-textBox,
.request .tr_10 .form-textBox {
    width: 120px;
}

.request .tr_07 .form-textBox {
    width: 115px;
    margin-right: 10px;
}

#contact .selectBox {
    width: 190px;
    height: 40px;
    border-radius: 3px;
    color: #000;
    padding: 0 9px;
    background-position: right 11px center;
    border-color: #999;
}

.request {
    width: 1000px;
    margin: 0 auto;
}

.request table th {
    width: 25%;
    font-weight: bold;
    vertical-align: top;
    position: relative;
    z-index: -1;
    text-align: left;
    padding: 20px 0;
    position: relative;
}

.text-gray {
    color: #666;
    display: block;
    line-height: 1.714;
    margin-top: 5px;
    margin-top: 0;
}

.request table td {
    padding: 20px 0;
}

.request table tr {
    border-top: 1px solid #dcdcdc;
}

.request table tr:last-child {
    border-bottom: 1px solid #dcdcdc;
}

.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.mini {
    margin-bottom: 20px;
    font-weight: bold;
}

.mini .wpcf7-radio .wpcf7-list-item {
    width: auto;
}

.mini span {
    font-weight: bold;
}

:placeholder-shown {
    opacity: 0.5;
}

span.title2 {
    font-weight: bold;
    font-size: 16.5px;
    display: inline-block;
    margin-top: -20px;
}

span.title3 {
    margin-top: 40px;
    display: block;
}

/*-------------------------/*-------------------------*/
/*  top:section;
/*-------------------------/*-------------------------*/

.inner section {
    margin-top: 80px;
    padding-top: 80px;
    border-top: 1px solid #b2b2b2;
}

.inner section:last-child {
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 80px;
}

.inner section .block-title {
    position: relative;
}

#top .inner section h3 {
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    width: 34%;
    height: 100%;
    float: left;
    margin-top: 0;
    font-size: 2.1em;
}

.inner section h3 span {
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.inner section h3 small {
    color: #00a5df;
    font-weight: bold;
    font-size: 0.65em;
}

.inner section .block-title__img {
    width: 66.65%;
    padding-left: 34%;
    float: left;
    display: block;
}

.inner section .block-title__img img {
    width: 100%;
}

.inner section .block-text {
    display: block;
    padding-left: 34%;
    margin-top: 14px;
}

.inner section .block-btn {
    margin-top: 20px;
    float: right;
}

.inner section .block-btn .btn._off {
    background: #fff;
    text-decoration: none;
    padding: 10px 30px 10px 80px;
    position: relative;
    border: 1px solid #e76d44;
    color: #e76d44;
}

.inner section .block-btn .btn._off:before {
    content: "";
    display: block;
    height: 1px;
    background: #e76d44;
    width: 40px;
    position: absolute;
    left: 20px;
    top: 50%;
}

/*-------------------------/*-------------------------*/
/*  cnt:section;
/*-------------------------/*-------------------------*/

.col4,
.col3,
.col2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: flex-start;
}

.col2>div {
    flex: 1 calc(100%/3);
    margin-right: 30px;
}

.col2>div:nth-child(2n) {
    margin-right: 0px;
}

.col2>div:nth-child(n+3) {
    margin-top: 30px;
}

.col3>div {
    flex: 1 calc(100%/4);
    margin-right: 40px;
}

.col3>div:nth-child(3n) {
    margin-right: 0px;
}

.col3>div:nth-child(n+4) {
    margin-top: 19px;
}

.col4>div {
    flex: 1 calc(100%/5);
    margin-right: 20px;
}
.col4 img{
    width: 100%;
}

.col4>div:nth-child(4n) {
    margin-right: 0px;
}

.col4>div:last-child {
    margin-right: 0px;
}

.col4>div:nth-child(n+5) {
    margin-top: 19px;
}

.col3 .img img,
.col4 .img img {
    width: 100%;
}

.col3 .detail,
.col4 .detail {
    line-height: 1.2em;
}

.col3 .detail p,
.col4 .detail p {
    font-size: 12px;
}

.col3 .detail p.no,
.col4 .detail p.no {
    text-align: center;
    margin-bottom: 10px;
}

.col3 .detail h4,
.col4 .detail h4 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
}

#cnt .pan {
    font-size: 11px;
}

#cnt .pan a {
    color: #424242;
}

#cnt .pan {
    color: #00a5df;
}

#cnt h2 {
    font-size: 3em;
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    font-weight: bold;
    font-size: 3.5em;
    display: inline-block;
    position: relative;
    margin-top: 0px;
}

.header-block-image__cnt {
    margin-top: 40px;
}

#cnt .header-block {
    height: auto;
}

#cnt .header-block-image__cnt p {
    margin-top: 35px;
}

#cnt section .inner {
    position: relative;
    padding-top: 0px;
}

#cnt .inner section h3 {
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    width: 800px;
    margin-top: 0;
    font-size: 2.1em;
    float: left;
}

#cnt .inner .block-img__cnt span {
    display: block;
    margin: 0 0 40px;
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
}

#cnt .inner span.sub_date {
    color: #0090d3;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

#cnt .inner span.sub_title {
    line-height: 1.3;
    font-size: 1.2em;
    display: block;
    font-weight: bold;
    margin: 0 0 20px;
}

#cnt .inner .block-title__cnt p {
    width: 800px;
    margin-top: 40px;
    float: left;
}

#cnt .block-img__cnt {
    float: right;
    width: 390px;
    text-align: right;
}

#cnt .map {
    margin-top: 80px;
}

#cnt .col3 {
    margin-top: 80px;
}

#cnt .col3 h4 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 1;
}

#cnt .col3 div {
    margin-top: 10px;
}

#cnt .col3 div>div.btn {
    margin-top: 20px;
}

#cnt .col3 div img {
    width: 100%;
}

.block-table {
    width: 60%;
    margin: 0 auto;
}

.block-table p {
    padding: 10px 20px;
    font-size: 1em;
    font-weight: bold;
}

dl,
dt,
dd {
    box-sizing: border-box;
}

dl {
    margin-top: 80px;
    background: #eee;
    border: 1px solid #ccc;
}

dt,
dd {
    padding: 10px 20px 0 20px;
}

dl .tp_p {
    padding-top: 20px;
}

dl .bt_p {
    padding-bottom: 20px;
}

dt {
    width: 30%;
    float: left;
}

dd {
    background: #fff;
    margin-left: 30%;
}

dd:after {
    content: '';
    display: block;
    clear: both;
}

.kome li {
    padding-left: 16px;
    position: relative;
}

.kome li:before {
    content: "※";
    display: block;
    position: absolute;
    left: 0px;
}

#cnt .shoplist {
    margin-top: 40px;
}

#cnt .inner section .shoplist h3 {
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    width: auto;
    margin-bottom: 20px;
    font-size: 2.1em;
    float: none;
}

#cnt .shoplist h4 {
    font-weight: bold;
    font-size: 1.2em;
}

.shoplist_block {
    margin-top: 40px;
}

#cnt .shoplist h5 {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

#cnt .shoplist .col4>div {
    max-width: 245px;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 14px;
}

#cnt #mdp h2 {
    font-family: 'Raleway', sans-serif;
    line-height: 1;
    font-weight: bold;
    font-size: 3em;
    display: block;
    position: relative;
    margin: 30px 0 0;
}

#cnt #mdp .pdfdl {
    text-align: center;
    margin: 40px 0 80px;
}


#totop {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: none;
}

#totop a {
    background-color: #0090d3;
    box-sizing: border-box;
    color: white;
    display: block;
    line-height: 1;
    text-decoration: none;
    transition: background-color .5s, color .5s;
    padding-top: 5px;
    font-size: 11px;
    padding: 18px 20px 20px;
    width: 60px;
    height: 65px;
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
}

.fa-uparrow:before {
    content: "\f106";
    display: block;
    font-size: 32px;
}

.ireg-h3 {
    margin-top: 60px;
    margin-bottom: -60px;
}

.ireg-h3 h3 {
    font-size: 1.8em;
}

#cnt .shoplist .col3 {
    margin-top: 40px;
}

#cnt #yfd.inner span.sub_date {
    color: #ff7ab7;
}

#cnt #yfd.inner .col3 h4 {
    color: #ff7ab7;
}

#cnt .menu {
    padding: 0 10px;
}

footer .block-table {
    width: 100%;
}

footer dd {
    background: none;
}

footer dt {
    opacity: 0.5;
}

footer dl {
    background: none;
    border: none;
}

footer div {
    font-size: 12px;
}

footer .fwb {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

footer .tp_p {
    display: none;
}

footer .tp_p.fwb {
    width: 100%;
    display: block;
    text-align: center;
}
/*-------------------------/*-------------------------*/
/*  sp
/*-------------------------/*-------------------------*/
@media (max-width: 768px) {
    .w100 {
        width: 100%;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .banner {
        margin-top: 20px;
    }

    .banner img {
        width: 100%;
    }

    .haeder-box span.title2 {
        display: block;
    }

    .wpcf7-form .wpcf7-form-control-wrap {
        display: inline-block;
    }

    section h2 {
        line-height: 1;
        font-size: 2em;
        margin-bottom: 30px;
    }

    header .logo {
        height: 76px;
        margin: 20px 0 30px;
    }

    footer,
    section,
    header {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
        margin: 0 auto;
    }

    .header-block-image img,
    .header-block-image,
    .header-block-text {
        width: 100%;
    }

    .header-block-text {
        max-width: 500px;
        margin: 0 auto;
        padding: 50px 0;
        width: 95%;
        background: rgba(255, 255, 255, 0.9);
    }

    .request {
        width: 100%;
    }

    tr,
    td {
        display: block;
    }

    .request table th {
        padding: 10px;
        box-sizing: border-box;
        display: block;
        width: 100%;
        background: #f7f7f7;
    }

    textarea,
    .request table input.form-textBox {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #404039;
    }

    .request .tr_05 .form-textBox,
    .request .tr_09 .form-textBox,
    .request .tr_10 .form-textBox {
        width: 85px;
    }

    .required {
        top: 13px;
    }

    .wpcf7-list-item.first {
        margin-right: 0px;
        line-height: 1;
        margin-right: 20px
    }

    .wpcf7-radio .wpcf7-list-item {
        box-sizing: border-box;
    }

    .checker {
        font-size: 14px;
    }

    span.title2 {
        margin-top: 0px;
    }

    .wpcf7-form-control-wrap {
        width: auto;
    }

    .wpcf7-form-control-wrap.tel01,
    .wpcf7-form-control-wrap.tel02,
    .wpcf7-form-control-wrap.tel03 {
        width: 85px;
    }

    h1 {
        font-size: 3em;
    }

    .classcheckbox span {
        width: 100%;
    }

    .comfilmbtn .wpcf7-list-item-label {
        width: 100%;
    }

    .comfilmbtn .wpcf7-list-item.first,
    .comfilmbtn .wpcf7-list-item-label {
        margin-right: 0;
    }

    .plan01 .wpcf7-list-item.first,
    .radiobox05 .wpcf7-list-item.first {
        margin-right: 0;
    }

    .checker .wpcf7-list-item-label {
        box-sizing: border-box;
        display: inline-block;
        line-height: 1.5;
    }

    .checker .wpcf7-list-item-label:before {
        top: 18px;
    }

    span.title2 {
        font-size: 13.3px;
    }

    .header-block-text p {
        font-size: 1.2em;
    }

    /*-------------------------/*-------------------------*/
    /*  sp
/*-------------------------/*-------------------------*/
    .inner section {
        margin-top: 40px;
        padding-top: 40px;
        border-top: 1px solid #b2b2b2;
    }

    #top .inner section h3 {
        width: 100%;
        height: 100%;
        float: none;
        margin-top: 0;
        margin-bottom: 20px;
        font-size: 1.8em;
    }

    .inner section h3 span {
        font-weight: bold;
        position: relative;
        top: 0%;
        -webkit-transform: translate(0, 0%);
        transform: translate(0, 0%);
    }

    .inner section .block-title__img {
        width: 100%;
        padding-left: 0%;
        float: none;
    }

    .inner section .block-text {
        display: block;
        padding-left: 0%;
        margin-top: 10px;
    }

    #cnt {
        font-size: 14px;
    }

    #cnt h2 {
        font-size: 2.5em;
    }

    .header-block-image__cnt img {
        width: 100%;
    }

    #cnt .header-block-image__cnt p {
        margin-top: 10px;
    }

    #cnt .inner section h3 {
        font-family: 'Raleway', sans-serif;
        line-height: 1;
        width: auto;
        margin-top: 0;
        font-size: 1.5em;
        float: none;
    }

    #cnt .block-img__cnt {
        float: none;
        width: auto;
        text-align: center;
        margin-top: 20px;
    }

    #cnt .block-img__cnt img {
        width: 100%;
    }

    #cnt .inner .block-title__cnt p {
        width: auto;
        margin-top: 20px;
        float: none;
    }

    .block-table {
        width: 100%;
        margin: 0 auto;
    }

    .block-table p {
        padding: 10px 10px 0px;
        font-size: 1em;
        font-weight: bold;
    }

    dl {
        margin-top: 20px;
    }

    #cnt .map {
        margin-top: 20px;
    }

    .col4,
    .col3,
    .col2 {
        display: block;
    }

    #cnt .shoplist .col4>div {
        max-width: 100%;
        padding: 20px;
        margin: 0 0 10px 0;
        border: 1px solid #ccc;
        font-size: 14px;
    }

    #cnt .col3 {
        margin-top: 20px;
    }

    #cnt .col3>div {
        margin-top: 40px;
    }

    #cnt .col3>div>div {
        padding: 0 10px;
    }

    .col3>div {
        margin-right: 0px;
    }

    dt {
        width: 100%;
        float: none;
        padding: 10px 10px 5px;
    }

    dd {
        margin-left: 0;
        padding: 5px 10px 10px;
    }

    dl .tp_p {
        padding-top: 10px;
    }

    dl .bt_p {
        padding-bottom: 5px;
    }

.col4>div {
    margin-right: 0px;
    margin-bottom: 10px;
}
    #cnt .inner span.sub_date,
    #cnt .inner span.sub_title {
        display: block;
        font-weight: bold;
    }

    #cnt .inner span.sub_title {
        line-height: 1.3;
        margin: 0 0 10px;
    }

    #block-01 .inner {
        padding-top: 40px;
    }

    .col3 .mt-20 {
        margin-top: -20px !important;
    }

    .ireg-h3 {
        margin-top: 40px;
        margin-bottom: -20px;
    }

    .ireg-h3 h3 {
        font-size: 1.8em;
    }

    .banner img {
        width: 100%;

    }

    .mt-40 img {
        max-width: 100%
    }

    footer {
        min-width: 100%;
    }

    footer dd,
    footer dt {
        text-align: left;
        width: 100%;
    }

    footer dt {
        margin-bottom: -10px;
    }

    footer dl {
        background: none;
        border: none;
    }

    footer div {
        font-size: 12px;
    }

    footer .fwb {
        color: #fff;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .col1 img {
        width: 100%;
    }
}

@media (max-width: 321px) {

    .btn,
    a,
    #cnt header,
    #top section p,
    #cnt .inner section {
        font-size: 12px;
    }

    section h2 {
        line-height: 1.3;
        font-size: 1.6em;
    }

    section#block-sns .inner {
        position: relative;
        padding-top: 80px;
    }
}