/*
Theme Name: 住まいの現場見学会情報サイト
Theme URI: https://www.sunpu-kai.com/
Author: 静岡ろうきん「浜名会」
Author URI: https://www.sunpu-kai.com/
Description:
Version: 1.0
*/

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,
i,
button {
    margin: 0;
    padding: 0;
    border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
address,
caption,
cite,
code,
em,
strong,
th,
dfn,
var,
button {
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

html,
body {
    position: relative;
    width: 100%;
    height: 100%;
}
body {
    font-size: 14px;
    color: #4d4d4d;
    position: relative;
    font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ul,
ol {
    list-style: none;
}
li {
    list-style: none;
}
a {
    color: #4d4d4d;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
a:hover {
    opacity: 0.7;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
input[type="button"],
button,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="radio"] {
    vertical-align: middle;
}
input[type="submit"]:hover,
input[type="button"]:hover {
    cursor: pointer;
}
button {
    background: none;
    outline: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
button:hover {
    cursor: pointer;
}
select::-ms-expand {
    display: none;
}
table {
    border-collapse: collapse;
    border: none;
    border-spacing: 0;
}
th,
td {
    border: none;
    vertical-align: top;
    text-align: left;
}
img {
    vertical-align: bottom;
}
strong,
b,
.bold {
    font-weight: bold;
}
i {
    line-height: 1;
}
svg {
    vertical-align: bottom;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}
p {
    line-height: 1.5;
}
.wrap {
    width: 1000px;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.clearfix:after {
    clear: both;
    content: "";
    height: 0;
    font-size: 0;
    visibility: hidden;
    display: block;
}
.center {
    text-align: center;
}
.left {
    float: left;
}
.right {
    float: right;
}
.flexbox {
    display: -webkit-flex;
    display: flex;
}
.flexbox-center {
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}
.flexbox-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.ai-center {
    -webkit-align-items: center;
    align-items: center;
}
.jc-center {
    -webkit-justify-content: center;
    justify-content: center;
}
.jc-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.content {
    position: relative;
}

.ttl01 {
    border-bottom: #cccccc dotted 2px;
    margin-bottom: 40px;
}
.ttl01 .main-ttl {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    line-height: 1;
    padding-bottom: 8px;
    min-width: 136px;
    text-align: center;
}
.ttl01 .main-ttl:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 3px;
    background-color: #50af3c;
}
.ttl01 .sub-info {
    margin-left: 30px;
    font-size: 15px;
}

.ttl02 {
    font-size: 22px;
    color: #fff;
    line-height: 1;
    padding: 14px 30px;
    background-color: #50af3c;
    border-radius: 3px;
    margin-bottom: 30px;
}

.ttl03 {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    color: #50af3c;
    margin-bottom: 3px;
}

.pankuzu {
    margin-top: 15px;
}
.pankuzu li {
    float: left;
    padding-right: 18px;
    margin-right: 6px;
    position: relative;
}
.pankuzu li:after {
    content: "＞";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}
.pankuzu li:last-child:after {
    display: none;
}
.pankuzu li a {
    text-decoration: underline;
}

.bt-back {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}

.pc {
    display: block;
}
.pc-inline {
    display: inline;
}
.sp {
    display: none !important;
}
.sp-inline {
    display: none !important;
}

.top-info {
    color: red;
    font-size: 16px;
    margin: 20px 0px 30px;
    border: solid 1px;
    border-color: red;
    padding: 20px;
}
/*----------------------------
HEADER
----------------------------*/

#header > .wrap {
    position: relative;
    /* background: url(../img/BG_header.png) no-repeat right bottom; */
    padding-bottom: 15px;
}
#header .hd-left {
    padding-top: 25px;
    width: 485px;
}
#header .site-catch {
    font-size: 13px;
    line-height: 1;
    padding-bottom: 14px;
    border-bottom: #69412b dotted 2px;
    margin-bottom: 13px;
}

#header .site-name {
    display: flex;
    align-items: center;
}
#header .site-name-catch {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    padding-right: 10px;
    color: #69412b;
    min-width: 120px;
}

#header .site-name img {
    width: 586px;
}
#header .link-tour {
    position: absolute;
    right: 0;
    top: 10px;
}
#header .site-desc {
    background-color: #9e005d;
    border-top: #dbbcc5 solid 10px;
}
#header .site-desc h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1;
    padding: 18px 0 17px;
    text-align: center;
}

.form-content {
    width: 850px;
    margin: 0 auto;
    padding: 60px 0 120px;
}
.form-content .page-ttl {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 20px;
    border-bottom: #4c4c4c dotted 2px;
    text-align: center;
    margin: 0 auto 16px;
}
.form-content .page-info {
    margin: 0 auto 50px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.form-content .attention {
    padding-left: 15px;
    color: #e95f4a;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.form-content .attention .hissu {
    margin-right: 8px;
    color: #e95f4a;
}
.form-content .form-block {
    border: #ccc solid 1px;
    padding: 15px;
}

.form-content .form-block .form-list > div {
    width: 100%;
    margin-bottom: 10px;
}
.form-content .form-block .form-list > div:last-of-type {
    margin-bottom: 0;
}
.form-content .form-block .form-list > div > dt {
    display: flex;
    align-items: center;
    width: 185px;
    background-color: #f1e7ea;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 0 28px;
    line-height: 30px;
    border-bottom: #f1e7ea solid 1px;
    color: #333;
    font-size: 16px;
}
.form-content .form-block .form-list > div:last-of-type > dt {
    border: none;
}
.form-content .form-block .form-list > div > dd {
    width: calc(100% - 185px);
    box-sizing: border-box;
    border-bottom: #ccc dashed 1px;
    padding: 10px 0 10px 20px;
}
.form-content .form-block .form-list > div > dd .input01,
.form-content .form-block .form-list > div > dd .input02,
.form-content .form-block .form-list > div > dd .input03 {
    background-color: #ccc;
    line-height: 28px;
    padding: 4px 5px;
    box-sizing: border-box;
    font-size: 16px;
    border: #ccc solid 1px;
    background: none;
}
.form-content .form-block .form-list > div > dd .input01 {
    width: 100%;
}
.form-content .form-block .form-list > div > dd .input02 {
    width: 60px;
}
.form-content .form-block .form-list > div > dd .input03 {
    width: 500px;
}
.form-content .form-block .form-list > div > dd .radio-label {
    display: inline-block;
    cursor: pointer;
}
.form-content .form-block .form-list > div > dd .radio-label input {
    display: none;
}
.form-content .form-block .form-list > div > dd .radio-label span {
    display: block;
    padding-left: 25px;
    position: relative;
    line-height: 30px;
    font-size: 16px;
}
.form-content .form-block .form-list > div > dd .radio-label span:before,
.form-content .form-block .form-list > div > dd .radio-label span:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.form-content .form-block .form-list > div > dd .radio-label span:before {
    left: 0;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: #4c4c4c solid 1px;
    border-radius: 50%;
}
.form-content .form-block .form-list > div > dd .radio-label span:after {
    width: 8px;
    height: 8px;
    background-color: #e95f4a;
    left: 4px;
    display: none;
    border-radius: 50%;
}
.form-content .form-block .form-list > div > dd .radio-label input:checked + span:after {
    display: block;
}

.form-content .form-block .form-list > div > dd .check-label {
    display: inline-block;
    padding: 0 5px;
    cursor: pointer;
}
.form-content .form-block .form-list > div > dd .check-label input {
    display: none;
}
.form-content .form-block .form-list > div > dd .check-label span {
    display: block;
    padding-left: 25px;
    position: relative;
    line-height: 30px;
    font-size: 16px;
}
.form-content .form-block .form-list > div > dd .check-label span:before,
.form-content .form-block .form-list > div > dd .check-label span:after {
    content: "";
    display: block;
    position: absolute;
}
.form-content .form-block .form-list > div > dd .check-label span:before {
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    border: #ccc solid 1px;
    border-radius: 50%;
}
.form-content .form-block .form-list > div > dd .check-label span:after {
    width: 8px;
    height: 8px;
    background-color: #e95f4a;
    left: 4px;
    top: 10px;
    border-radius: 50%;
    display: none;
}
.form-content .form-block .form-list > div > dd .check-label input:checked + span:after {
    display: block;
}

.form-content .form-block .form-list > div > dd .select-label {
    position: relative;
    width: 100px;
    display: block;
    margin: 0;
}
.form-content .form-block .form-list > div > dd .select-label select {
    width: 100px;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 0;
    background: none;
    box-shadow: none;
    padding: 4px 5px;
    box-sizing: border-box;
    color: #666;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-content .form-block .form-list > div > dd .select-label:after {
    content: "";
    display: block;
    border-style: solid;
    border-width: 10px 6px 0;
    border-color: #333 transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
}

.form-content .form-block .form-list > div.zip-box > dd .input02 {
    padding: 0 5px;
}
.form-content .form-block .form-list > div.zip-box > dd .yubin {
    margin-right: 13px;
    color: #ccc;
    font-size: 16px;
}
.form-content .form-block .form-list > div.zip-box > dd .hypen {
    margin: 0 13px;
    color: #ccc;
    font-size: 16px;
}
.form-content .form-block .form-list > div.zip-box > dd .address {
    margin-left: auto;
    width: calc(100% - 188px);
}
.form-content .form-block .form-list > div.tel-box > dd {
    padding: 15px 0 15px 20px;
}
.form-content .form-block .form-list > div.tel-box > dd .input02 {
    padding: 0 5px;
}
.form-content .form-block .form-list > div.tel-box > dd .hypen {
    margin: 0 13px;
    color: #ccc;
    font-size: 16px;
}
.form-content .form-block .form-list > div.time-box > dd {
    padding: 15px 20px;
}
.form-content .form-block .form-list > div.time-box > dd li {
    /* width:230px; */
}
.form-content .form-block .form-list > div.date-box > dd {
    padding: 15px 20px;
}
.form-content .form-block .form-list > div.date-box > dd li {
    width: 230px;
}
.form-content .form-block .form-list > div.questionnaire-box .questionnaire {
    margin-bottom: 15px;
}
.form-content .form-block .form-list > div.questionnaire-box .questionnaire-ttl {
    font-size: 16px;
    font-weight: bold;
    color: #9e005d;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: #cccccc solid 1px;
    box-sizing: border-box;
}
.form-content .form-block .form-list > div.questionnaire-box > dd li.btn-item {
    width: 40%;
    margin-right: 25px;
    margin-bottom: 15px;
}
.form-content .form-block .form-list > div.questionnaire-box > dd li.btn-item:last-child {
    margin-right: 0;
}
.form-content .form-block .form-list > div.questionnaire-box > dd .btn-list-plan li.btn-item {
    width: 20%;
}
.form-content .form-block .form-list > div.questionnaire-box > dd .btn-list-plan li.btn-item:last-child {
    width: 40%;
}
.other-text {
    border: #999 solid 1px;
    padding: 4px;
    box-sizing: border-box;
    margin-left: 5px;
}
.form-content .form-block .form-list > div.privacy-box > dd .privacy {
    border: #999 solid 1px;
    padding: 15px 0 15px 15px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.form-content .form-block .form-list > div.privacy-box > dd .privacy-txt {
    line-height: 24px;
    font-size: 14px;
    height: auto;
    padding-right: 15px;
}
.form-content .form-block .form-list > div.privacy-box > dd .privacy-txt strong {
    font-size: 16px;
    line-height: 28px;
}

.form-content .form-block .bt-form {
    margin-top: 40px;
}
.form-content .form-block .bt-form input {
    display: block;
    width: 350px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 25px 0;
    border-radius: 3px;
    background-color: #ff0000;
    margin: 0 5px;
    border: none;
    box-shadow: 2px 2px 0 #c4c4c4;
}
.form-content .form-block .bt-form input.back {
    display: block;
    width: 350px;
    text-align: center;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 25px 0;
    border-radius: 3px;
    background-color: #9e005d;
    margin: 0 5px;
    border: none;
    box-shadow: 2px 2px 0 #c4c4c4;
}
.form-content .form-block .bt-form input:hover {
    opacity: 0.7;
}

.form-content .error {
    color: #cd3d59;
}

.confirm .attention {
    color: #e95f4a;
}
.confirm .form-block {
    border: none;
}
.confirm .form-block .form-list > div > dd {
    padding: 15px 20px;
    line-height: 30px;
    min-height: 60px;
    font-size: 16px;
}
.confirm .form-content .form-block .form-list > div.zip-box > dd {
    display: block;
}
.confirm .form-content .form-block .form-list > div.zip-box > dd .address {
    margin-left: 0;
    width: 100%;
}
.confirm .form-block .bt-form input[type="submit"] {
    background-color: #ff0000;
}

.complete {
    padding-bottom: 150px;
}
.complete .complete-box {
    max-width: 570px;
    box-sizing: border-box;
    padding: 25px 0;
    margin: 0 auto;
    /* border: #9e005d solid 1px; */
    text-align: center;
    margin-top: 135px;
}
.complete .complete-box h4 {
    font-size: 26px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 80px;
}
.complete .complete-box p {
    line-height: 26px;
    font-size: 16px;
}

/*----------------------------
FOOTER
----------------------------*/

#footer {
    background-color: #f2efeb;
}
#footer .ft-nav {
    background-color: #9e005d;
}
#footer .ft-nav ul {
    height: 45px;
}

#footer .ft-info {
    padding-top: 15px;
}
#footer .ft-info p {
    line-height: 24px;
}
#footer .ft-info p.copy {
    margin-top: 15px;
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
    }

    img {
        max-width: 100%;
    }
    .wrap {
        width: 100%;
        padding: 0;
    }

    .ttl01 {
        border-bottom: none;
        text-align: center;
        margin-bottom: 0;
    }
    .ttl01 .main-ttl {
        text-align: center;
    }
    .ttl01 .sub-info {
        margin: 20px 0 0;
        line-height: 25px;
        display: block;
    }

    .ttl02 {
        margin-bottom: 10px;
        padding: 14px 12px;
    }

    .pankuzu {
        margin-top: 10px;
        padding: 0 20px;
    }

    .pc {
        display: none !important;
    }
    .pc-inline {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .sp-inline {
        display: inline !important;
    }

    /*----------------------------
HEADER
----------------------------*/

    #header > .wrap {
        position: relative;
        background: none;
        padding: 15px 0 0;
    }
    #header .hd-left {
        padding: 0 0 15px;
        width: 100%;
    }
    #header .site-name {
        text-align: center;
        justify-content: center;
        display: flex;
        align-items: center;
    }
    #header .site-name img {
        width: 220px;
        height: auto;
    }
    #header .site-name-catch {
        font-size: 11px;
        font-weight: bold;
        line-height: 1;
        padding-right: 4px;
        color: #69412b;
        min-width: 70px;
    }

    #header .site-desc {
        padding: 23px 0 22px;
        border-top: none;
        box-sizing: border-box;
    }
    #header .site-desc h2 {
        font-size: 25px;
        line-height: 1;
        padding: 0;
    }

    .content .link-tour-sp {
        padding: 18px 0 35px;
        text-align: center;
    }
    .content .link-tour-sp img {
        width: 221px;
        height: 67px;
    }
    .form-content {
        width: 100%;
        padding: 0px 10px 40px;
        box-sizing: border-box;
    }
    .form-content .page-ttl {
        font-size: 24px;
        padding-bottom: 18px;
        margin: 0 auto 4px;
    }
    .form-content .page-info {
        margin: 0 auto 15px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
    }
    .form-content .attention {
        padding-left: 0;
    }
    .form-content .form-block {
        padding: 10px;
    }

    .form-content .form-block .form-list > div {
        width: 100%;
        margin-bottom: 0;
        display: block;
    }
    .form-content .form-block .form-list > div > dt {
        width: 100%;
        padding: 15px 0 15px 15px;
        line-height: 30px;
        border-bottom: none;
    }
    .form-content .form-block .form-list > div:last-of-type > dt {
        border: none;
        padding-top: 15px;
    }
    .form-content .form-block .form-list > div > dd {
        width: 100%;
        padding: 7px 0 15px;
    }
    .form-content .form-block .form-list > div:last-of-type > dd {
        border-bottom: #ccc dashed 1px;
    }
    .form-content .form-block .form-list > div > dd .input01 {
        width: 100%;
    }
    .form-content .form-block .form-list > div > dd .input02 {
        width: 60px;
    }
    .form-content .form-block .form-list > div > dd .input03 {
        width: 100%;
    }

    .form-content .form-block .form-list > div.zip-box > dd {
        display: block;
    }
    .form-content .form-block .form-list > div.zip-box > dd .address {
        margin: 10px 0 0;
        width: 100%;
    }
    .form-content .form-block .form-list > div.tel-box > dd {
        padding: 10px 0 15px;
    }
    .form-content .form-block .form-list > div.tel-box > dd .input02 {
        padding: 0 5px;
    }
    .form-content .form-block .form-list > div.time-box > dd {
        padding: 10px 0 15px;
    }
    .form-content .form-block .form-list > div.time-box > dd ul {
        display: block;
    }
    .form-content .form-block .form-list > div.time-box > dd li {
        width: 100%;
    }
    .form-content .form-block .form-list > div.date-box > dd {
        padding: 10px 0 15px;
    }
    .form-content .form-block .form-list > div.date-box > dd ul {
        display: block;
    }
    .form-content .form-block .form-list > div.date-box > dd li {
        width: 100%;
    }
    .form-content .form-block .form-list > div.questionnaire-box > dd li.btn-item {
        width: 100%;
    }
    .form-content .form-block .form-list > div.questionnaire-box > dd .btn-list-plan li.btn-item {
        width: 100%;
    }
    .form-content .form-block .form-list > div.questionnaire-box > dd .btn-list-plan li.btn-item:last-child {
        width: 100%;
    }
    .other-text {
        width: 100%;
        padding: 8px;
    }
    .form-content .form-block .form-list > div.privacy-box > dd .privacy {
        border: #999 solid 1px;
        padding: 15px 0 15px 15px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    textarea.request-txt {
        line-height: 20px;
        font-size: 14px;
        height: 115px;
        padding-right: 15px;
    }
    .form-content .form-block .form-list > div.privacy-box > dd .privacy-txt {
        line-height: 20px;
        font-size: 14px;
        height: auto;
        padding-right: 15px;
    }

    .form-content .form-block .bt-form {
        margin-top: 40px;
    }
    .form-content .form-block .bt-form input {
        display: block;
        width: 280px;
        text-align: center;
        line-height: 1;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding: 25px 0;
        border-radius: 3px;
        background-color: #ff0000;
        margin: 0 auto;
        border: none;
    }
    .form-content .form-block .bt-form input.back {
        display: block;
        width: 280px;
        text-align: center;
        line-height: 1;
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        padding: 25px 0;
        border-radius: 3px;
        background-color: #9e005d;
        margin: 0 auto;
        border: none;
    }

    .form-content .error {
        color: #cd3d59;
    }

    .confirm .form-block .form-list > div > dd {
        padding: 15px 0;
        line-height: 30px;
        min-height: 60px;
    }
    .confirm .form-block .form-list > div.sales-box > dd {
        padding: 15px 20px;
    }
    .confirm .form-block .bt-form {
        display: block;
        text-align: center;
    }
    .confirm .form-block .bt-form input[type="submit"] {
        margin-top: 10px;
    }

    .complete {
        padding-bottom: 0;
    }
    .complete .complete-box {
        width: 100%;
        padding: 20px 0;
        margin-top: 50px;
    }
    .complete .complete-box h4 {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .complete .complete-box p {
        line-height: 20px;
        font-size: 14px;
    }

    /*----------------------------
FOOTER
----------------------------*/

    #footer .ft-info {
        padding: 20px 10px 0;
        box-sizing: border-box;
    }
    #footer .ft-info p {
        line-height: 24px;
        font-size: 13px;
    }
    #footer .ft-info p.copy {
        margin-top: 25px;
        font-size: 10px;
        line-height: 14px;
    }
}

.kome {
    color: #e95f4a;
}
textarea.request-txt {
    line-height: 20px;
    font-size: 14px;
    height: 115px;
    padding: 4px 5px;
    width: 100%;
    box-sizing: border-box;
}

.has-multiple-time {
    display: flex;
    align-items: center;
}
.multiple-time {
    flex-direction: column;
    margin-right: 20px;
}
.multiple-time li {
    margin-bottom: 20px;
}
.time-area {
    display: flex;
    flex-direction: column;
}
.time-area .select-label {
    margin-bottom: 20px !important;
}
