@charset "UTF-8";

/* ===================================================

RESET

=================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
select {
    box-sizing: border-box;
    border-radius: 0;
}

a {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

figure {
    font-size: 0;
}

main {
    display: block;
}

img {
    font-size: 0;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url("../fonts/NotoSansCJKjp-Thin.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Thin.woff") format("woff"), url("../fonts/NotoSansCJKjp-Thin.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Thin.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Light.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/NotoSansCJKjp-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-DemiLight.woff") format("woff"), url("../fonts/NotoSansCJKjp-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-DemiLight.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Medium.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Bold.eot") format("embedded-opentype");
}

@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype"), url("../fonts/NotoSansCJKjp-Black.eot") format("embedded-opentype");
}

/* 表示切り替え SPメイン
----------------------------------------------------- */
.hide {
    display: none;
}

.sp {
    display: block !important;
}

@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

.inlineSp {
    display: inline !important;
}

.inlinePc {
    display: none !important;
}

a {
    color: #000000;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    opacity: 0.7;
}

body {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

@font-face {
    body {
        font-family: YuGothicM;
        src: local("Yu Gothic Medium");
    }
}

.site {
    width: 100%;
    min-width: 1024px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .site {
        min-width: auto;
    }
}

/* header
--------------------------------------------------------*/
.site-logo {
    position: absolute;
    top: 43px;
    left: 30px;
}

.site-logo img {
    width: 150px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .site-logo {
        top: 20px;
        left: 20px;
        text-align: center;
        z-index: 10;
    }

    .site-logo img {
        width: 78px;
    }
}

.single .site-logo img,
.page .site-logo img {
    width: 130px;
}

@media screen and (max-width: 768px) {
    .single .site-logo img,
    .page .site-logo img {
        width: 78px;
    }
}

.site-header {
    display: block;
    width: 100%;
    height: 130px;
    position: relative;
}

@media screen and (max-width: 768px) {
    .site-header {
        text-align: center;
    }
}

.site-header .site-nav {
    display: block;
    float: right;
    margin: 42px 250px 0 0;
}

.site-header .site-nav::after {
    content: "";
    display: block;
    clear: both;
}

.site-header .site-navList li {
    display: inline-block;
    border-left: #999 solid 1px;
}

.site-header .site-navList a {
    display: inline-block;
    color: #333;
    padding: 2px 15px;
    font-size: 14px;
    line-height: 1.0;
}
.entry_btn {
    position: fixed;
    display: block;
    top: 32px;
    right: 104px;
    font-size: 14px;
    z-index: 9999;
}
.entry_btn a {
    position: relative;
    padding: 10px 16px;
    width: calc(7em + 42px);
    text-align: center;
    color: #333;
    background-color: #fff;
    border: 2px solid #32373c;
    border-radius: 100px;
    box-shadow: 1px 1px 2px 0 rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1200px) {
    .site-header .site-nav {
        margin-right: 180px;
    }
    .entry_btn {
        right: 32px;
    }
}

@media screen and (max-width: 1080px) {
    .site-header .site-nav {
        margin-right: 134px;
    }
    
    .entry_btn {
        right: 10px;
    }

    .entry_btn a {
        padding: 10px 12px;
        width: calc(7em + 28px);
    }
}

@media screen and (max-width: 768px) {
    .site-header .site-nav {
        background: rgba(0, 0, 0, 0.7);
        margin: 0 0;
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        height: 100vh;
        box-sizing: border-box;
        padding: 80px 0 0;
    }

    .site-header .site-navList {
        border-top: #999 solid 1px;
        z-index: 10000;
        background: #fff;
    }

    .site-header .site-navList li {
        width: 100%;
        border-bottom: #999 solid 1px;
        border-left: none;
    }

    .site-header .site-navList li a {
        padding: 25px 0;
        width: 100%;
        background: #fff;
    }

    .entry_btn {
        top: 19px;
        right: 76px;
        font-size: 12px;
    }

}

#nav-toggle {
    position: fixed;
    top: 25px;
    right: 20px;
    height: 32px;
    cursor: pointer;
    z-index: 50000;
}

#nav-toggle>div {
    position: relative;
    width: 36px;
}

#nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #333;
    position: absolute;
    transition: transform .6s ease-in-out, top .5s ease;
}

#nav-toggle span:nth-child(1) {
    top: 0;
}

#nav-toggle span:nth-child(2) {
    top: 14px;
}

#nav-toggle span:nth-child(3) {
    top: 28px;
}

#nav-toggle:hover span:nth-child(1) {
    top: 0;
}

#nav-toggle:hover span:nth-child(3) {
    top: 28px;
}

.open #nav-toggle span {
    background: #fff;
}

.open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
}

.open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
}

.open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
}

.top-image {
    padding: 106px 0 0 32px;
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 768px) {
    .top-image {
        padding: 0 0 0 0;
    }
}

.top-image-list {
    width: 85%;
    float: right;
    vertical-align: bottom;
}

.top-image-list img {
    width: 100%;
    height: auto;
}

.top-image-list::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 248px;
    background: url("..//img/iwatemachi_kv_copy.png") left bottom no-repeat;
    background-size: 12px auto;
    position: absolute;
    bottom: 6px;
    left: -28px;
}

@media screen and (max-width: 768px) {
    .top-image-list {
        width: 100%;
        height: auto;
    }

    .top-image-list::before {
        background: url("..//img/iwatemachi_kv_copy.png") left bottom no-repeat;
        background-size: 8px auto;
        width: 16px;
        left: -14px;
    }
}

.top-image-copy {
    padding-left: 32px;
}

.top-image-copy::before {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 768px) {
    .top-image-copy {
        padding-left: 32px;
    }
}

.top-text {
    position: absolute;
    top: 22px;
    right: 104px;
    z-index: 999;
}

.top-text img {
    width: 560px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .top-text {
        position: relative;
        right: 0;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .top-text img {
        width: 90%;
    }
}

.top-subtext {
    text-align: center;
    font-size: 16px;
    padding-top: 55px;
    line-height: 2.7;
}

@media screen and (max-width: 768px) {
    .top-subtext {
        padding: 0 20px;
        text-align: left;
        padding-top: 30px;
    }
}

.areaNews {
    padding-top: 80px;
    padding-bottom: 40px;
    background: url(../img/bg_btf1.png) left top no-repeat;
    background-size: 280px auto;
    background-position-y: 50px;
}

@media screen and (max-width: 768px) {
    .areaNews {
        padding: 70px 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .areaNews {
        background: none;
    }
}

.titNews {
    text-align: center;
}

.titNews img {
    width: 126px;
    height: auto;
    margin-bottom: 24px;
}

.titNews small {
    font-size: 14px;
}

.news-list {
    width: 730px;
    margin: 20px auto 40px;
    border-top: #cccccc solid 1px;
}

@media screen and (max-width: 768px) {
    .titNews img {
        width: 110px;
    }
    .news-list {
        width: 100%;
        margin: 12px auto 40px;
    }
}

.news-list li {
    border-bottom: #cccccc solid 1px;
    padding: 10px 0;
}

.news-list span {
    display: inline-block;
}

.news-list .cat {
    background: #cccccc;
    width: 110px;
    text-align: center;
    font-size: 16px;
}

.news-list .date {
    margin-left: 8px;
    width: 82px;
    color: #666;
    font-size: 15px;
}

.news-list .tit {
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .news-list .tit {
        width: 100%;
    }
}

.areaImage {
    position: relative;
    background: #f8f8f8;
    padding: 78px 0;
}

.areaImage .normalBtn:nth-of-type(n+2) a {
    margin-top: 46px;
}

/* 蝶々差し替え 削除予定 1　*/
/* 
.areaImage::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 280px;
    height: 150px;
    background: url(../img/bg_btf2.png) right top no-repeat;
    background-size: 280px auto;
}
*/
/* 蝶々差し替え 削除予定ここまで　*/

/* 蝶々差し替え */
#About::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 280px;
    height: 150px;
    background: url(../img/bg_btf2.png) right top no-repeat;
    background-size: 280px auto;
}

.areaWanted::after {
    content: "";
    background: url(../img/bg_btf4.png) 0 0 no-repeat;
    background-size: 260px auto;
    position: absolute;
    top: 80px;
    right: 0;
    width: 260px;
    height: 400px;
}

@media screen and (max-width: 768px) {
    #About::after, .areaWanted::after {
        content: none;
    }
}

/* 蝶々差し替え ここまで*/

@media screen and (max-width: 768px) {
    .areaImage {
        padding: 78px 20px;
    }
    .areaImage::after {
        content: none;
    }
}

.areaImage-list {
    width: 730px;
    margin: 0 auto 40px;
    position: relative;
    letter-spacing: -0.4em;
}

@media screen and (max-width: 768px) {
    .areaImage-list {
        width: 100%;
        margin: 0 auto;
    }
}

.areaImage-list:after {
    content: "";
    background: url(../img/bg_map.png) right bottom no-repeat;
    background-size: 130px auto;
    display: block;
    width: 172px;
    height: 298px;
    position: absolute;
    right: -34px;
    bottom: -340px;
}

@media screen and (max-width: 768px) {
    .areaImage-list:after {
        display: none;
    }
}

.areaImage-img {
    width: 49%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.areaImage-img img {
    width: 100%;
    height: auto;
}

.areaImage-img+.areaImage-img {
    margin-left: 2%;
}

@media screen and (max-width: 768px) {
    .areaImage-img+.areaImage-img {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .areaImage-img {
        width: 100%;
    }
}

.areaImage-text {
    width: 730px;
    margin: 0 auto;
    line-height: 2.5;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
    .areaImage-text {
        width: 100%;
    }

    .areaImage-text+.areaImage-img {
        margin-top: 40px;
    }
}

.areaImage-text+.areaImage-text {
    margin-top: 35px;
}

.areaWanted {
    position: relative;
    padding: 78px 0;
}

@media screen and (max-width: 768px) {
    .areaWanted {
        background: none;
    }
}

.areaWanted-inner {
    width: 920px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .areaWanted-inner {
        width: 100%;
    }
}

.areaWanted-tit {
    font-size: 18px;
    text-align: center;
    margin-bottom: 58px;
}

.areaWanted-tit::before,
.areaWanted-tit::after {
    font-size: 18px;
    padding: 0 7px;
    display: inline-block;
}

.areaWanted-tit::before {
    content: "＼";
}

.areaWanted-tit::after {
    content: "／";
}

@media screen and (max-width: 768px) {
    .areaWanted-tit {
        margin-bottom: 30px;
    }
}

.areaWanted-table {
    display: table;
	margin: 0 auto;
}

.areaWanted-table figure {
    display: table-cell;
}

.areaWanted-table figure img {
    width: 310px;
}

@media screen and (max-width: 768px) {
    .areaWanted-table {
        display: block;
        padding: 0 20px;
    }

    .areaWanted-table figure {
        display: block;
        width: 100%;
    }

    .areaWanted-table figure img {
        width: 100%;
    }
}

.areaWanted-list {
    display: table-cell;
    vertical-align: middle;
    height: 188px;
    padding: 0 0 0 30px;
}

@media screen and (max-width: 768px) {
    .areaWanted-list {
        display: block;
        padding: 30px 0 0;
        height: auto;
    }
}

.areaWanted-list li {
    background: url(../img/ico_check.png) no-repeat 0 2px;
    background-size: 15px auto;
    padding-left: 30px;
    font-size: 16px;
}

.areaWanted-list li+li {
    margin-top: 18px;
}

.normalBtn a,
.returnBtn a {
    display: block;
    margin: 60px auto 0;
    width: 310px;
    font-size: 16px;
    text-align: center;
    background: #ebebeb;
    height: 40px;
    line-height: 40px;
    position: relative;
}

.normalBtn a::before,
.returnBtn a::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 16px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.returnBtn a::before {
    right: auto;
    left: 16px;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
}

.areaStep {
    padding: 78px 0;
    background: url(../img/bg_btf3.png) left 240px no-repeat #f8f8f8;
    background-size: 260px auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .areaStep {
        background: #f8f8f8;
    }
}

@media screen and (max-width: 768px) {
    .areaStep {
        padding: 78px 20px;
    }
}

.areaStep-tit {
    margin-bottom: 45px;
    font-size: 18px;
}

.areaStep-list .tit {
    border: #333 solid 1px;
    width: 312px;
    padding: 10px 0;
    font-size: 15px;
    background: #fff;
    display: inline-block;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .areaStep-list .tit {
        width: 100%;
    }
}

.areaStep-list p {
    font-size: 16px;
    margin-top: 20px;
}

@media screen and (max-width: 768px) {
    .areaStep-list p {
        text-align: left;
    }
}

.areaStep-list li {
    margin-top: 80px;
    position: relative;
}

.areaStep-list li::after {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.areaStep-list li:first-child {
    margin-top: 0;
}

.areaStep-list li:last-child::after {
    content: none;
}

.contact {
    padding: 70px 0;
    text-align: center;
}

.contact-tit {
    font-size: 16px;
    margin-bottom: 25px;
}

.contact-list dt {
    margin-bottom: 15px;
    font-size: 16px;
}

@media screen and (max-width: 768px) {
    .contact-list dt {
        font-size: 14px;
    }
}

.contact-list dd {
    font-size: 16px;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .contact-list dd {
        font-size: 14px;
    }
}

.contact-list+.contact-list {
    margin-top: 25px;
}

.contact-logo {
    margin-top: 60px;
}

.contact-logo img {
    width: 112px;
    height: auto;
}

.contact-sns {
    margin-top: 28px;
}

.contact-sns li {
    display: inline-block;
}

.contact-sns li img {
    width: 20px;
    height: auto;
}

.contact-sns li+li {
    margin-left: 12px;
}

.home .site-footer {
    position: relative;
}
/* 蝶々差し替え 削除予定 2　*/
/* 
.home .site-footer::after {
    content: "";
    background: url(../img/bg_btf4.png) 0 0 no-repeat;
    background-size: 260px auto;
    position: absolute;
    top: 80px;
    right: 0;
    width: 260px;
    height: 400px;
}

@media screen and (max-width: 768px) {
    .home .site-footer::after {
        content: none;
    }
}
*/
/* 蝶々差し替え 削除予定 ここまで　*/
.site-footer {
    position: relative;
}

.copyarea {
    background: #cccccc;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
}

.totop {
    position: absolute;
    right: 40px;
    bottom: 50px;
}

.totop img {
    width: 20px;
    height: auto;
}

.areaIwatemachi {
    padding: 78px 0;
}

@media screen and (max-width: 768px) {
    .areaIwatemachi {
        padding: 78px 20px;
    }
}

.areaIwatemachi-inner {
    width: 730px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .areaIwatemachi-inner {
        width: 100%;
    }
}

.areaIwatemachi-tit {
    font-size: 18px;
    text-align: center;
    margin-bottom: 58px;
}

.areaIwatemachi-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.areaIwatemachi-list li {
    width: 31%;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .areaIwatemachi-list li {
        width: 100%;
        margin-bottom: 20px;
    }
}

.areaIwatemachi-list li a {
    display: block;
}

.areaIwatemachi-list li .image {
    max-width: 100%;
    overflow: hidden;
}

.areaIwatemachi-list li .image img {
    width: 100%;
/*    height: 210px;*/
    height: 250px;
    object-fit: cover;
}

.areaIwatemachi-list li .tit {
    font-size: 16px;
}

/* sigle
-------------------*/
.sigle-area,
.page-area {
    padding: 50px 70px;
    width: 80%;
    margin: 38px auto;
}

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

    .sigle-area,
    .page-area {
        padding: 0 20px 50px;
        width: 100%;
    }

.areaIwatemachi-list li .image img {
    width: 100%;
    /*height: 380px;*/
    height: 200px;
    object-fit: cover;
}


}

.sigle-area .cat,
.page-area .cat {
    background: #cccccc;
    width: auto;
    text-align: center;
    display: inline-block;
    width: 140px;
    font-size: 15px;
    margin-right: 20px;
}

.sigle-area .date,
.page-area .date {
    margin-left: 8px;
    color: #666;
    font-size: 12px;
    background: #cccccc;
    padding: 2px 20px;
    float: right;
    display: inline-block;
}

.sigle-area .tit,
.page-area .tit {
    font-size: 18px;
    margin-top: 30px;
    border-top: #999 solid 1px;
    border-bottom: #999 solid 1px;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
    font-weight: normal;
}

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

    .sigle-area .tit,
    .page-area .tit {
        width: 100%;
    }
}

.sigle-area-content,
.page-area-content {
    line-height: 2.0;
    font-size: 14px;
    padding: 40px 60px;
    position: relative;
}

.sigle-area-content h2,
.sigle-area-content h3,
.sigle-area-content h4,
.page-area-content h2,
.page-area-content h3,
.page-area-content h4 {
    font-size: 18px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #333;
}

.sigle-area-content h2+p,
.sigle-area-content h3+p,
.sigle-area-content h4+p,
.page-area-content h2+p,
.page-area-content h3+p,
.page-area-content h4+p {
    margin-top: 12px;
}

.sigle-area-content p+h2,
.sigle-area-content p+h3,
.sigle-area-content p+h4,
.sigle-area-content figure+h2,
.sigle-area-content figure+h3,
.sigle-area-content figure+h4,
.sigle-area-content h2+h2,
.sigle-area-content h2+h3,
.sigle-area-content h2+h4,
.sigle-area-content h3+h2,
.sigle-area-content h3+h3,
.sigle-area-content h3+h4,
.sigle-area-content h4+h2,
.sigle-area-content h4+h3,
.sigle-area-content h4+h4,
.page-area-content p+h2,
.page-area-content p+h3,
.page-area-content p+h4,
.page-area-content figure+h2,
.page-area-content figure+h3,
.page-area-content figure+h4,
.page-area-content h2+h2,
.page-area-content h2+h3,
.page-area-content h2+h4,
.page-area-content h3+h2,
.page-area-content h3+h3,
.page-area-content h3+h4,
.page-area-content h4+h2,
.page-area-content h4+h3,
.page-area-content h4+h4 {
    margin-top: 40px;
}

.sigle-area-content figure+figure,
.page-area-content figure+figure {
    margin-top: 12px;
}

.sigle-area-content figure+p,
.page-area-content figure+p {
    margin-top: 12px;
}

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

    .sigle-area-content,
    .page-area-content {
        padding: 20px 10px;
    }

    .sigle-area-content h2,
    .sigle-area-content h3,
    .sigle-area-content h4,
    .page-area-content h2,
    .page-area-content h3,
    .page-area-content h4 {
        margin-top: 25px;
    }

    .sigle-area-content p,
    .page-area-content p {
        margin-top: 10px;
    }
}

.sigle-area-content::before,
.page-area-content::before {
    content: "";
    display: inline-block;
    width: 32px;
    height: 178px;
    background: url("../img/iwatemachi_kv_copy.png") left bottom no-repeat;
    background-size: 9px auto;
    position: absolute;
    top: 54px;
    left: -78px;
}

.page .site,
.single-iwatemachi .site {
    background: url(../img/bg_content.png) 0 0 repeat-y;
    background-size: 100% auto;
}

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

    .page .site,
    .single-iwatemachi .site {
        content: none;
        background: none;
    }
}

.page .site-footer,
.single-iwatemachi .site-footer {
    position: relative;
}

.paging {
    margin-top: 40px;
    border-top: #333 solid 1px;
    padding: 20px 0;
    overflow: hidden;
}

.paging .prev,
.paging .next {
    position: relative;
    display: inline-block;
}

.paging .prev {
    float: left;
    padding-left: 20px;
}

.paging .prev::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 2px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.paging .next {
    float: right;
    padding-right: 20px;
}

@media screen and (max-width: 768px) {
    .paging .next {
        margin-top: 20px;
    }
}

.paging .next::before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.wp-block-image img {
    height: auto;
}

/*# sourceMappingURL=common.css.map */
.no-bor {
    border: none !important;
}

.conts_wrap {
    margin-top: 40px;
}

.areaIwatemachi-list li:nth-of-type(3n-1) {
    width: 31%;
    margin: 0 3.5%;
}

#About {
    position: relative;
    padding-bottom: 55px;
}

.titAbout p {
    text-align: left;
}

.titAbout img {
    width: 450px;
    height: auto;
    margin-bottom: 24px;
}

.aboutImg_wrap {
/*    width: 920px;*/
    width: 100%;
    max-width: 920px;
    margin: 20px auto 30px;
}

.aboutImg_wrap img {
    width: 100%;
    height: auto;
}

.about_suppot {
    display: flex;
    margin-bottom: 40px;
    margin-top: 20px;
}

.about_suppot_wrap {
    width: 49%;
}

.about_suppot_wrap:last-child {
    width: 49%;
    margin-left: 2%;
    ;
}

.about_suppot_wrap img {
    width: 100%;
    height: auto;
}

.top_sc_link {
    margin: 0 auto 20px!important;
}

.text_s {
    font-size: 0.8rem;
    display: block;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 1rem auto 40px;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.about_tit {
    border-bottom:none!important;
    margin-top: 5px;
}

@media screen and (max-width: 768px) {
#About {
    padding-top: 70px;
    padding-bottom: 30px;
}

.areaWanted {
    padding: 78px 0 39px;
}

    .titAbout img {
        width: 100%;
        height: auto;
        margin-bottom: 24px;
    }

    .titAbout small {
        line-height: 30px;
        display: block;
    }

    .aboutImg_wrap {
        width: 100%;
        margin: 30px auto 20px;
    }

    .about_suppot {
        display: block;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .about_suppot_wrap:first-child {
        width: 100%;
        margin-bottom: 40px;
    }

    .about_suppot_wrap:last-child {
        width: 100%;
        margin-left: 0%;
        ;
    }

    .areaIwatemachi-list li {
        width: 100%;
        margin: 0 auto;
    }

    .areaIwatemachi-list li:nth-of-type(3n-1) {
        width: 100%;
        margin: 0 auto;
    }

    .top_sc_link {
        margin: 0 auto 40px!important;
    }

.youtube {
  margin: 1rem auto 20px;
}

.areaIwatemachi-list h3 {
    margin-top: 0rem;
    margin-bottom: 40px;
}

.about_tit {
    border-bottom:none!important;
    margin-top: 12px!important;
}

}


.faq_blk {
    margin-bottom: 40px;
}

