body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
    margin: 0;
    padding: 0;
}
  * {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
  *:before, *:after {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Shippori Mincho', serif;
}
a:hover {
    opacity: 0.2;
    transition: all 0.65s;
}
header {
    width: 100%;
}
.header_logo {
    width: 200px;
    padding: 16px 0 16px 24px;
}
.top_image {
    width: 100%;
    height: 130vh;
    position: relative;
    background: url(../pc/top_image.png) center / cover;
}
.top_image_title {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 650px;
    height: 180px;
    background: url(../pc/top_image_title.png) center / cover;
}
.top_tel_button {
    position: absolute;
    top: -54px;
    right: 14px;
    width: 400px;
    height: 100%;
}
#content {
    width: 920px;
    margin: 0 auto;
}
article {
    width: 100%;
}
h2.article_title {
    border-bottom: 1px solid #000;
    padding: 0px 0px 4px;
    text-align: center;
    width: 124px;
    margin: 0 auto;
    font-size: 20px;
}
.article_sub_title {
    font-size: 10px;
    text-align: center;
    padding-top: 6px;
    margin-bottom: 60px;
}
.leadcopy p {
    text-align: center;
    font-size: 16px;
    color: #57461B;
    margin: 120px 0;
    line-height: 2.4;
}
.leadcopy_image_sp {display: none;}
.image_items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1%;
    margin-bottom: 60px;
}
.image_items.mb16 {
    margin-bottom: 16px;
}

/* SP版は非表示 */
.image_items_sp {display:none;}

.image_item {
    width: 100%;
}
.image_item img {
    padding: 0;
    width: 100%;
}
.image_item p {
    padding: 4px 0 0;
    margin: 0;
}
.image_item p.label {
    font-size: 14px;
}
.image_item p.txt {
    font-size: 12px;
    padding: 0px;
}
.image_item p.sub {
    font-size: 12px;
}
.image_item span {
    font-size: 13px;
    padding-left: 4px;
}
.division_1 {
    width: 100%;
}
.division_2 {
    width: 49%;
}
.division_3 {
    width: 32.5%;
}
.division_4 {
    width: 24.2%;
}
.division_2.center {
    margin: 0 auto;
}
.discription {
    font-size: 13px;
    text-align: right;
    width: 100%;
}
.overview p {
    text-align: left;
    background-color: #FBFBFB;
    padding: 67px 72px;
    margin-top: 60px;
}
.inquiry_area {
    background-color: #FFFCF7;
    margin-top: 120px;
    padding: 96px 0;
}
.tel_inquiry,
.web_inquiry {
    width: 720px;
    margin: 0 auto;
}
a.tel_inquiry,
a.web_inquiry {
    display: block;
}
a.tel_inquiry {
    margin-bottom: 76px;
}
footer {
    margin-top: 60px;
    text-align: center;
    width: 100%;
    padding: 35px;
}
footer img {
    width: 270px;
}