@charset "utf-8";



body{
    margin: 0px;
    padding: 0px;
    font-family: "Noto Sans JP", sans-serif;
    color: #231815;
}
img{
    margin: 0;
    padding: 0;
    vertical-align: bottom;
    height: auto;
    width: 100%;
}
h1,h2,h3,h4,h5,h6,p,ul,ol {
margin-top: 0px;
margin-right: 0px;
margin-left: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
}
ul {
    list-style-type: none;
}

.cl {
clear: both;
}
a:hover {
opacity:0.7;
filter: alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
a {
    color: inherit;
    text-decoration: none;
	transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;

}
.pc_only {
}
.sp_only {
    display: none;
}



header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    background-color: #FFFFFF;
}

header.scrolled {
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px hsla(0,27%,69%,0.33); /* 下方向だけにシャドウ */
    -webkit-box-shadow: 0 4px 6px hsla(0,27%,69%,0.33);
}
#header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    max-width: 1200px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
}
#head_logo {
    width: 272px;
    min-width: 272px;
    z-index: 1001;
}
#head_logo a {
}
#head_logo a img {
    display: block;
}
#head_right {
    display: flex;
    justify-content: flex-end;
    gap: 24px;
}
#hamburger_box {
    display: none;
}

.head_navi_ul {
    display: flex;
    list-style: none;
    gap: 16px;
    align-items: center;
}
.head_navi_item {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin: 0;
    line-height: 1em;
}
.head_navi_item a {
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 16px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#head_tel{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#tel_free_message {
    font-size: 15px;
    color: #B4A07F;
    line-height: 1em;
    margin-bottom: 4px;
    font-weight: 700;
}

#head_tel_ue{
    display: flex;
    align-items: center;
}
#free-dial{
    width: 36px;
    margin-right: 6px;
}
#free-dial img{
	width: 100%;
}
#head_tel_ue p{
    font-family: "Anton", sans-serif;
    font-size: 28px;
    line-height: 1em;
    font-weight: 400;
    letter-spacing: 0.05em;
    color: #2a2626;
}
#head_tel_ue p a {
	pointer-events: none;
}

#head_tel_sita{
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 1em;
    margin-top: 4px;
}
#head_tel_sita span{
    font-size: 13px;

}

/* ハンバーガーアイコン */
#hamburger {
  display: none;
}

#sp_menu {
    display: none;
}
.contents_wrap {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5.38%;
    padding-right: 5.38%;
}
.head_h2 {
	font-family: "M PLUS 1p", sans-serif;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    position: relative;
    padding-bottom: 12px;
}
.head_h2 span {
    display: block;
    width: 48px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
}
.head_h2::after {
    content: "";
    position: absolute;
    left: 50%;
	transform: translateX(-50%);
    bottom: 0;
    width: 64px;
    height: 0.04em;
    background: #c3b295;
}
.head_h2.left {
    text-align: left;
}
.head_h2.left::after {
    content: "";
    position: absolute;
    left: 0;
	transform: translateX(0%);
    bottom: 0;
    width: 64px;
    height: 0.04em;
    background: #c3b295;
}
.head_h2.left span {
    margin-left: 0px;
}
footer {
    padding-top: 3.07%;
    padding-right: 4.61%;
    padding-left: 4.61%;
    background-color: #c3b295;
    padding-bottom: 16px;
}
#foot_logo {
    width: 248px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.07%;
}
#copyright {
    color: #FFFFFF;
    font-size: 13px;
    text-align: center;
}
#sp_follow_tel {
	display: none;
}
#pagetop {
    position: fixed;
    bottom: 16px;
    right: 16px;
}
#pagetop a img {
	width: 32px;
}
