html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
    border-radius: 2px;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    width: 100%;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Hiragino Kaku Gothic ProN, Arial, "繝｡繧､繝ｪ繧ｪ", Meiryo, sans-serif;
    background: #fafafa;
    /*    background: url(img/back.png);*/
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/white-wall.png");
    /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    font-size: 110%;
    color: #333;
}

img {
    width: 100%;
}

a:link,
a:hover,
a:active,
a:visited {
    text-decoration: underline;
    color: #668ad8;
}

a:hover,
a:active {
    color: #666;
}

h1 {
    font-size: 150%;
    text-align: center;
}

h2 {
    font-size: 130%;
    margin: 5px auto;
    padding: 7px 5px;
    letter-spacing: 0.2em;
    background: rgba(51, 51, 51, 0.3);
    color: #fff;
}

h3 {
    margin: 10px 0;
}

h3.catchcopy {
    line-height: 1.1em;
    font-size: 280%;
    padding: 0 20px;
}

@media screen and (max-width:480px) {
    h3.catchcopy {
        font-size: 130%;
        padding: 0 20px;
    }
}

h3.catchcopy + p {
    padding: 0 20px;
    font-weight: bold;
    color: #e26000;
}

h4 {
    display: inline-block;
    font-size: 130%;
    margin: 20px 0;
    padding: 5px;
    background: #bbb;
    color: #fff;
}

h5 {
    font-size: 110%;
    margin: 5px 0;
}

h6 {
    border-left: solid 6px #ccc;
    padding: 0 0 0 3px;
}

p {
    font-size: 90%;
}

div.underconst {
    border: solid #e26000;
    padding: 30px;
    margin: 20px 0 0 0;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

h3.underconst {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    color: #e26000;
    letter-spacing: 0.2em;
}


hr.to {
    padding-top: 2px;
    margin-top: -2px;
    border: none;
}

a:link {
    text-decoration: none;
    color: #668ad8;
}

a.button {
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    display: block;
    border: #333 solid 1px;
    background: #333;
    padding: 10px;
    text-decoration: none;
}

a.button:hover,
a.button:active {
    color: #333;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
    display: block;
    border: #333 solid 1px;
    background: #ccc;
    padding: 10px;
    text-decoration: none;
    cursor: pointer;
    transition: 0.2s;
}


.navi {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

ul.menu {
    display: flex;
    justify-content: center;
    background: #333;
    box-shadow: 0px -4px 0px #e26000;
    border-radius: 0;
    height: 70px;
    align-items: center;
}

ul.menu li {
    list-style: none;
    font-weight: bold;
    margin: 0 20px;
    min-width: 5em;
    text-align: center;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}

ul.menu li a {
    color: #fff;
    display: block;
    padding: 20px;
}

ul.menu li a:hover,
ul.menu li a:active {
    background: #666;
    color: #fff;
}

@media (max-width: 480px) {
    ul.menu li {
        margin: 0;
        font-size: 80%;
    }

    ul.menu li a {
        padding: 10px;
    }
}

/*--------------------------------------------------------------*/

.spns{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}

.spnsad{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-around;
    align-items: center;
}
.spns img{
    width: calc(50% - 20px);
    margin: 10px;
    object-fit: cover;
}

.spnsad img{
    /* width: 30%; */
    max-width: 250px;
    /* max-height: 270px; */
    height: 250px;
    object-fit: cover;
    padding: 30px;
}

@media (max-width: 480px) {
    .spns img{
        width: 100%;
        margin: 10px;
    }
    .spnsad img{
        padding: 0px;
        margin: 10px 0;
    }
}

.toukah {
    position: relative;
}

.toukah h2 {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    z-index: 9;
    text-align: center;
}

.d-hidden {
    display: none;
}

.d-open {
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    cursor: pointer;

    color: #fff;
    background: #333;
    text-align: center;
    font-weight: bold;
    line-height: 60px;
}

.d-content {
    width: 100%;
    position: fixed;
    padding: 60px 0 0 20px;
    top: -100%;
    z-index: 99;
    transition: .2s;

    color: #fff;
    background: #666;
    text-align: center;
    font-weight: bold;
}

.d-content ul li {
    list-style: none;
    padding: 5px 0;
}

.d-content a {
    color: #fff;
}

#d-1:checked ~ .d-content {
    top: 0;
}

/*--------------------------------------------------------------*/

.container {
    max-width: 1000px;
    margin: 0 auto;
}

.wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.section {
    padding: 5px 20px 5px 20px;
    margin: 5px 0;
    /*    background: rgba(250, 250, 250, 0.6);*/
}

.group {
    margin: 20px;
}

.header {
    padding: 20px 0 0px;
}

@media screen and (max-width:480px) {
    .header {
        padding: 10px 0 0px;
    }
}

.footer_c {
    width: 100%;
    padding: 50px 0 120px 0;
}

.footer {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 80%;
    text-align: center;
    color: #bbb;
}

.fc2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.fc2i {
    width: 50%;
    padding: 15px;
}

.fc3 {
    margin: 0 auto;
    width: 100%;
    display:flex;
    flex-wrap:wrap;

}

.fc3i {
    margin: 0 10px 20px 10px;

    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    width:45%;

}

.fc3i div.sp{
    padding: 10px;
    border: 1px solid #bbb;
}

@media (max-width: 480px) {
    .fc3i {
        width:90%;
    }
}

img.logo_img {
    width: 200px;
}

ul.list {
    margin: 5px 0 15px;
    font-size: 80%;
    color: #666;
}

ul.list li {
    margin: 0 10px 0 0;
    padding: 5px 0;
    border-bottom: solid 1px #ccc;
    list-style: none;
}

ul.dot li {
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 0 10px;
    color: #333;
}

.kiiro {
    text-align: center;
    font-weight: bold;
    font-size: 140%;
    background: #e26000;
    color: #fff;
    padding: 30px 0;
    margin: 0 0 20px;
    line-height: 1.7em;
}

.fixlogo {
    width: 70px;
    position: fixed;
    bottom: 80px;
    right: 15px;
    font-size: 60%;
    font-weight: bold;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
    text-shadow: 1px 1px 1px #fff;
}

.fixlogo img {
    width: 100%;
    padding: 5px 10px;
}

.isActive {
    opacity: 0.8;
}

.button a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin: 20px 0 0 0;
    padding: 10px 0;
    line-height: 1.7em;
    background: #668ad8;
    color: #fff;
    border: solid #668ad8;
    box-shadow: 0px 6px 0px #4667ad;
    transition: 0.1s;
}

.button a:hover {
    box-shadow: 0px 1px 1px #4667ad;
    transform: translateY(5px);
}

.button a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f245";
    font-size: 120%;
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 20%;
    text-shadow: 1px 1px 2px #333, -1px -1px 2px #333;
    /*    animation: sdb 2.5s infinite;*/
}

.button a:hover::after {
    content: "";
}


.buttonKi a {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 120%;
    margin: 20px 0 ;
    padding: 10px 0;
    line-height: 1.7em;
    background: #ff6e03;
    color: #fff;
    border: solid #e26000;
    box-shadow: 0px 6px 0px #e26000;
    transition: 0.1s;
}

.buttonKi a:hover {
    box-shadow: 0px 1px 1px #e26000;
    transform: translateY(5px);
}

.buttonKi a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f245";
    font-size: 120%;
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 20%;
    text-shadow: 1px 1px 2px #333, -1px -1px 2px #333;
    /*    animation: sdb 2.5s infinite;*/
}

.mouse a{
    position: relative;
}

.mouse a::after {
    font-family: "Font Awesome 5 Free";
    content: "\f245";
    font-size: 120%;
    color: #fff;
    position: absolute;
    bottom: -20px;
    right: 20%;
    text-shadow: 1px 1px 2px #333, -1px -1px 2px #333;
    /*    animation: sdb 2.5s infinite;*/
}

.buttonKi a:hover::after {
    content: "";
}

.icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0;
}

.icon div {
    font-size: 120%;
    text-align: center;
    font-weight: bold;
}

.icon div span {
    font-size: 400%;
}

@media (max-width: 480px) {
    .icon {
        margin: 0;
    }

    .icon div {
        width: 50%;
        /*        margin: 10px 0;*/
        padding: 10px;
        font-size: 80%;
    }
}

.img_p_4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: 20px 0;
}

.img_p_4 div {
    width: 25%;
    padding: 5px;
}

@media (max-width: 480px) {
    .img_p_4 {
        margin: 0;
    }

    .img_p_4 div {
        width: 50%;
        /*        margin: 10px 0;*/
    }
}

.slide1 {
    min-height: 200px;
}

.slide1 {
    display: none;
    padding: 10px;
    border: 1px solid #bbb;
    opacity: 0;
    transition: opacity .3s linear;
}

.slide1.slick-initialized {
    display: block;
    transition: 0.2s;
    opacity: 1;
}

/*--------------------------------------------------------------*/

.tbl {
    width: 100%;
}

th {
    background: #e26000;
    border: solid 1px #ccc;
    color: #fff;
    padding: 10px;
    text-align: center;
}

td {
    border: solid 1px #ccc;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

td.karicon {
    position: relative;
}

td.karicon::after {
    content: "仮契約";
    position: absolute;
    border: solid 3px #f73e26;
    top: -5px;
    right: -15px;
    padding: 5px;
    color: #f73e26;
    font-weight: bold;
    font-size: 90%;
    border-radius: 3px;
    transform: rotate(5deg);
    background: rgba(255, 255, 255, 0.6);
}

td.con {
    position: relative;
}

td.con::after {
    content: "契約済";
    position: absolute;
    border: solid 3px #f73e26;
    top: 2px;
    right: -15px;
    padding: 5px;
    color: #f73e26;
    font-weight: bold;
    font-size: 90%;
    border-radius: 3px;
    transform: rotate(5deg);
    background: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 640px) {
    .tbl {
        width: 100%;
    }

    .tbl .thead {
        display: none;
    }

    .tbl tr {
        width: 100%;
    }

    .tbl td {
        display: block;
        text-align: right;
        width: 100%;
    }

    .tbl td:first-child {
        background: #e26000;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    .tbl td:before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        margin-right: 10px;
    }
}

#map {
    position: relative;
    padding-bottom: 30%;
    padding-top: 30px;
    margin: 20px 0 15px 0;
    height: 0;
    overflow: hidden;
}

#map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}

/*--------------------------------------------------------------*/
.modal {
    width: 100%;
    margin: 0 auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modalC {
    width: 40%;
    margin: 0 10px;
}

.modalC ol {
    margin: 0 2em;
}

.modalC li {
    line-height: 2em;
    font-size: 80%;
}

@media screen and (max-width:768px) {

    .modalC {
        width: 100%;
        margin: 0 0 10px;
    }

}

span.genre {
    display: inline-block;
    background: #bbb;
    color: #fff;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    text-align: center;
    font-weight: bold;
    font-size: 80%;
    padding: 3px 5px;
    margin: 0 5px 0 0;
}


p.info{
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    padding: 20px;
    border: solid 3px #f73e26;
    color: #f73e26;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.6);
    margin: 5px;
}

span.k {
    display: inline-block;
}

span.big {
    font-size: 130%;
}

span.small{
    font-size: 70%;
}

span.bold{
    font-weight: bold;
}
