@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body {
	padding: 0;
	margin: 0;
/* 	font-family: 'Noto Serif JP', serif; */
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	height: auto;
}
h1,h2,h3,h4,h5,h6,p {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	line-height: 1;
}

.cl {
	clear: both;
}
a {
    color: inherit;
}
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;
}

#pc_navi {
}
#sp_navi {
	display: none;
}


.sp_no-kaigyou{
	display: block;
}
.pc_no-kaigyou{
	display:none;
}
.pc-no-display{
	display: none;
}
.sp-no-display{
	display: block;
}
header {
    /* [disabled]align-items: center; */
    /* [disabled]background-color: #FEC2C3; */
    padding-top: 16px;
    border-top: 4px solid #000000;
}
#header-top {
    display: flex;
    justify-content: space-between;
    padding-left: 7.69%;
    padding-right: 7.69%;
    padding-bottom: 16px;
}
#head-logo-link {
    padding: 0;
    width: 152px;
}
#head-logo-link img {
    width: 100%;
}
#head-toiawase {
    width: 400px;
    display: flex;
    align-items: center;
    text-align: right;
    /* [disabled]background-color: #FD9697; */
    justify-content: flex-end;
}
#mail-botan {
    width: 150px;
    margin-right: 16px;
}
#mail-botan img {
}
#head-tel {
    width: 206px;
    height: 50px;
    margin-left: 8px;
    text-align: right;
	text-align:right;
}
#head-tel-p img {
    width: 12%;
    vertical-align: baseline;
    margin-right: 4px;
}
#head-tel-p a {
	pointer-events: none;
}
#head-tel-p {
    display: block;
    background-repeat: no-repeat;
    font-size: 24px;
    line-height: 1.3em;
    font-family: 'Lora', serif;
    font-weight: 300;
    text-align: right;
}
#date-span {
    display: block;
    font-size: 11.5px;
    line-height: 1em;
    font-weight: 200;
    margin-top: 4px;
    letter-spacing: 1px;
}
#main {
}
#top_main_bg {
    width: 100%;
}
nav {
    background-color: #000000;
    border-top: 2px solid #B4A477;
}
#nav-ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#nav-ul li {
    color: #DBC995;
    border-left: 1px solid #403826;
    font-size: 14px;
    line-height: 1.5em;
    width: 100%;
    /* [disabled]text-align: center; */
    font-weight: 300;
    margin-left: auto;
    margin-right: auto;
}
#nav-ul li:nth-child(6){
	border-right: 1px solid #403826;
}
#nav-ul li:nth-child(1){
	border-left: 0px;
}
#nav-ul li a {
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 16px;
    padding-right: 12px;
    padding-left: 12px;
    padding-bottom: 14px;
}
#nav02 {
    background-color: hsla(0,0%,100%,1.00);
    border-top: 2px solid #B4A477;
}
#nav02-ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    width: 100%;
}
#nav02-ul li {
    flex: 1 0 auto;
    border-right: 1px solid #FFFFFF;
/*     font-size: 0.9vw; */
	font-size: 14px;
    line-height: 1.5em;
    /* [disabled]text-align: center; */
    font-weight: 300;
}
#nav02-ul li a {
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    text-decoration: none;
}
footer {
    background-color: #2C2518;
    /* [disabled]height: 200px; */
}
#footer-box {
    padding-left: 7.69%;
    padding-right: 7.69%;
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    justify-content: space-between;
}
#foot-logo-box {
    width: 32%;
    /* [disabled]background-color: #F87F81; */
}
#foot-logo-box img {
    width: 150px;
    margin-bottom: 8px;
}
#foot-logo-sita {
    padding-top: 16px;
    border-top: 1px dotted #FFFCFC;
}
#foot-logo-sita p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 300;
    letter-spacing: 1px;
}
#foot-logo-sita p span {
    font-size: 14px;
    line-height: 2em;
    font-weight: 300;
    letter-spacing: 1.5px;
    padding: 4px;
    background-color: #B0791F;
    margin-left: 8px;
}
#foot-logo-sita a {
    text-decoration: none;
}
#foot-link-box {
    padding-top: 24px;
    width: 60%;
    /* [disabled]background-color: #3D45FF; */
}
#foot-link-box ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#foot-link-box ul li {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 1.8em;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px;
    /* [disabled]background-color: #FF7174; */
    text-align: center;
    margin-right: 24px;
    font-size: 12px;
}
#foot-link-box ul li a {
    text-decoration: none;
    display: block;
}
#copyright {
    background-color: #AE9466;
    padding-right: 7.69%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
#copyright p {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 1px;
	text-align:center;
}
