<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*--------------------------------------------------
	基本設定
--------------------------------------------------*/
/* スマートフォン用CSS */
@media screen and (max-width: 420px) {
img{
max-width: 100%;
height: auto;
width /***/:auto;
}
body {
    background-image: url(../images/bg.jpg);
    background-color: #D6CDC8;
    padding: 0px;
    margin: 0px;
    color: #000000;
	font: 12px/1.231 -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
    font-feature-settings: "pkna";
}
#wrapper {
	width: 100%;
}
#header {
    position: relative;
    background-color: #4C1F10;
}
#header_area {
    position: relative;
}
.fix_center {
	width: 100%;
    margin: 0 auto;
}
.fix_centermenu {
    max-width: 1200px;
	width: 100%;
    margin: 0 auto;
}
.fix_centermenu a {
    color: #fff;
    text-decoration: none;
}
.fix_centermenu ul {
    margin: 0;
	padding: 0;
	background-color: #D6CDC8;
	width: 100%;
}
.fix_centermenu li{
    float: left;
	margin: 0;
	padding: 1%;
	text-align: center;
	background-color: #4c1f10;
	width: 25%;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	border-right: solid 1px #fff;
	box-sizing: border-box;
}
.fix_centermenu li.no1{
    float: left;
    margin: 0;
    padding: 1%;
    text-align: center;
    background-color: #4c1f10;
    width: 25%;
    list-style: none;
    font-size: 12px;
    font-weight: bold;
    border-right: solid 1px #fff;
    color: #fff;
	border-left: solid 1px #fff;
	box-sizing: border-box;
}
.logo {
	padding: 5px;
}
.contact {
    right: 10px;
    top: 0;
    position: absolute;
}
#header .contact .btn {
    padding: 7px 15px;
}
#header .contact .tel, #header .contact .btn {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 0 rgb(0 0 0 / 20%);
}
#header .contact .btn {
    color: #000;
    font-size: 14px;
    vertical-align: middle;
	text-decoration: none;
}
#header .contact a img {
    width: 25px;
    margin-right: 8px;
}
#header .contact a img {
    vertical-align: middle;
}
#header .contact .tel, #header .contact .btn {
    background: #ffffff;
}
#photo_column {
    background-color: #000000;
}
#photo_column {
    max-width: 100%;
    text-align: center;
}
.photo_center {
	width: 100%;
    margin: 0 auto;
}
.news_column {
	width: 98%;
	margin: 0 auto 25px;
}
.section_title {
    position: relative;
    line-height: normal;
}
.section_title h2 {
    margin: 0px;
    font-size: 123.1%;
    font-weight: normal;
	padding: 12px 10px 10px 5px;
    border-bottom: 1px solid #661A00;
    color: #401000;
}
.contents_box {
    margin-left: 5px;
    margin-right: 5px;
	font-size: 90%;
}
.news01 {
	width: 98%;
	margin: 15px auto 0;
	border-bottom: 1px solid #661A00;
	padding-bottom: 4%;
}
.news02 {
	width: 98%;
	margin: 15px auto 0;
	border-bottom: 1px solid #661A00;
	padding-bottom: 4%;
}
.date {
    color: #000000;
    font-size: 93%;
    font-weight: normal;
}
.news {
    color: #000000;
    font-weight: bold;
}
h2.shohintitle {
    padding: 12px 10px 10px 5px;
    border-bottom: 1px solid #661A00;
    color: #401000;
	font-size: 146.5%;
}
.kakomiwaku {
    width: 92%;
    margin: 0 auto 0 auto;
}
#footer {
    padding: 10px;
	margin-top: 30px;
}
#footer {
    text-align: center;
	background-color: #4e1e10;
    color: #FFFFFF;
}
.iframe-content {
   position: relative;
 width: 100%;
    padding: 75% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
 top: 0;
 left: 0;
    width: 100%;
    height: 100%;
}
.mt {
	margin-top: 30px;
}
.pcinfo {
	display: none;
}
}</pre></body></html>