@charset "UTF-8";
/* CSS Document */
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4em;
}
body {
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5A2D13;
}
#contents {
	max-width: 940px;
	width: 100%;
	margin: 12px auto;
}
a {
	color: #5A2D13;
	text-decoration: none;
}
/*■■■■■■■■■■■■■■■
ヘッダー
■■■■■■■■■■■■■■■■*/
#heder_t {
	max-width: 940px;
	margin-right: auto;
	margin-left: auto;
	width:100%;
}
#heder_t #roto {
	margin-top: 60px;
	margin-bottom: 60px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
}
.pc {
	display: inline;
	margin: auto;
}
.sp {
	display:none;
}
/*600px以下（スマホ）ヘッダー*/
@media screen and (max-width: 600px) {
#roto img {
	width: 50%;
	margin: auto;
}
#heder_t #roto {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.pc {
	display:none;
}
.sp {
	display:inline;
}
}


/*■■■■■■■■■■■■■■■
メニュー
■■■■■■■■■■■■■■■■*/
div#link {
    position: fixed;
    top: 8vh;
    right: 0;
	display:block;
}
#link a {
    color: #FFF;
    font-size: 1.3rem;
    display: block;
    padding: 5px 10px;
    font-family: serif;
    letter-spacing: 0.1em;
    line-height: 130%;
	background-color: #4C2A06;
	transition: 0.3s;
}
#link a:hover {
    background-color: rgba(76, 42, 6, 0.53);
}
#heder_t #menu {
	max-width: 940px;
	width: 100%;
}
ul#menu {
    font-size: 1.7rem;
    text-align: center;
    width: 100%;
    display: flex;
    font-family: "Adobe Caslon Pro";
    color: #503C14;
    justify-content: center;
}
ul#menu li {
	border-right: 1px solid rgba(90, 45, 19, 0.35);
	width: 14.285%;
}
ul#menu li:last-child {
	border-right: none;
}
ul#menu li a {
	color: #5A2D13;
	text-decoration: none;
	display: block;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
	letter-spacing: .1em;
}
ul#menu li a:hover {
	background: #e9e9e9;
}
ul#menu li.about:last-child {
    border-right: none;
}
li.about.otherlink {
    display:none;
}
/*600px以下（スマホ）メニュー*/
@media screen and (max-width: 600px) {
ul#menu {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
}
ul#menu li {
	border-right: none;
	width: 50%;
}
ul#menu li:nth-child(even) {
	border-top: solid 1px rgba(90, 45, 19, 0.35);
	border-right: solid 1px rgba(90, 45, 19, 0.35);
}
ul#menu li:nth-child(odd) {
	border-top: solid 1px rgba(90, 45, 19, 0.35);
	width: calc(50% - 1px);
}
ul#menu li:first-child {
	border-top: solid 1px rgba(90, 45, 19, 0.35);
	width:100%;
}
/*ul#menu li:nth-last-child(2) {
	border-bottom: solid 1px rgba(90, 45, 19, 0.35);
}*/
ul#menu li:nth-last-child(1) {
	border-bottom: solid 1px rgba(90, 45, 19, 0.35);
}
li.about.otherlink {
    width: 100% !important;
    border-right: none !important;
	display:block;
}
div#link {
    display:none;
}
}

/*■■■■■■■■■■■■■■■
ニュース
■■■■■■■■■■■■■■■■*/
#news p {
	font-size: 1.2rem;
	line-height: 160%;
	text-align: center;
	padding: 0 16px;
}
div#news {
	width: 100%;
	max-width: 940px;
	margin: 12px auto 0 auto;
	border-top: 1px solid rgba(90, 45, 19, 0.35);
	border-bottom: 1px solid rgba(90, 45, 19, 0.35);
	padding: 8px 0;
}
/*600px以下（スマホ）ニュース*/
@media screen and (max-width: 600px) {
div#news {
	margin: 0 auto 0 auto;
	border-top: none;
}
}

/*■■■■■■■■■■■■■■■
イベント
■■■■■■■■■■■■■■■■*/
.top_event {
	width: 100%;
	margin-bottom:20px
}
.top_event p {
	font-size: 0;
}
.top_event img {
	width: 100%;
	height: auto;
}
/*600px以下（スマホ）イベント*/
@media screen and (max-width: 600px) {
.top_event {
	margin-bottom:5px
}
}

/*■■■■■■■■■■■■■■■
写真
■■■■■■■■■■■■■■■■*/

div#top_photo {
	width: 100%;
}
#top_photo li {
	width: calc(33.333333333% - 13.333333px);
	margin: 0 20px 20px 0px;
	font-size: 0;
}
#top_photo li:nth-child(3n) {
	margin: 0 0px 20px 0px;
	font-size: 0;
}
#top_photo li:nth-child(n + 10) {
	display:none;
}
#top_photo li img {
	width: 100%;
}
ul#instafeed {
	display: flex;
	flex-wrap: wrap;
}
/*600px以下（スマホ）写真*/
@media screen and (max-width: 600px) {
#top_photo li {
	width: calc(50% - 2.5px);
	margin: 0 5px 5px 0px;
	font-size: 0;
}
#top_photo li:nth-child(3n) {
	margin: 0 5px 5px 0px;
	font-size: 0;
}
#top_photo li:nth-child(2n) {
	margin: 0 0px 5px 0px;
	font-size: 0;
}
#top_photo li:nth-child(n + 9) {
	display:none;
}
}

/*■■■■■■■■■■■■■■■
フッター
■■■■■■■■■■■■■■■■*/
#footer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 940px;
    margin: 30px auto 30px auto;
}
#footer .fl {
	width: 70%;
}
#footer .fl img {
	vertical-align: middle;
}
#footer .fr {
	width: 30%;
	text-align: right;
}
#footer .fr a {
	margin-left: 10px;
}
#footer .fr a img:hover {
	transition: 0.5s;
	opacity: 0.5;
}
#footer p {
	font-size: 1.1rem;
	color: #5A2D13;
	letter-spacing: 0.1em;
}
.lastfooter {
    width: 100%;
    text-align: center;
    padding: 25px 0 0 0;
    border-top: solid 1px #4C2A06;
    margin-top: 10px;
}
/*■■■■■■■■■■■■■■■
新ブログ（ニュース用）
■■■■■■■■■■■■■■■■*/
.titlebloc h4 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.blogcontent p {
	line-height: 2.5rem;
}
.blogcontent p img {
	margin: 15px auto;
	width: 100%;
	height: auto;
}
.blogcontent p a {
	margin-top: 30px;
	color: #000000;
	font-weight: bold;
}
.blogcontent p a:hover {
	opacity: 60%;
}

/*600px以下（スマホ）フッター*/
@media screen and (max-width: 600px) {
#footer .fl {
	width: 100%;
	text-align: center;
}
#footer .fr {
	width: 100%;
	text-align: center;
	margin-top: 9px;
}
}
/*緊急*/
div#kinkyu {
    width: 80%;
    height: auto;
    background: rgb(223 221 212);
    /* background-image: url(/webstore/template/default/img/common/bg.jpg); */
    z-index: 99;
    /* border-radius: 10px; */
    box-shadow: 2px 2px 2px rgba(68, 68, 68, 0.7);
    text-align: center;
    padding: 20px;
    font-size: 13px;
    transition: 0.5s;
    position: fixed;
    top: -200%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
    max-width: 600px;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0, 0.99);
}
div#kinkyu.open {
    top: 50%;
    transition: 0.3s;
}
div#line {
    padding: 5%;
    border: solid 3px rgb(0, 0, 0);
}
#kinkyu p {
    font-size: 14px;
    line-height: 150%;
}
#kinkyu h1 {
    font-size: 18px;
    margin: 0 0 13px;
    font-weight: 600;
}
#kinkyu ul {
    border-top: solid 2px currentColor;
    margin: 14px 0 14px 0;
}
#kinkyu ul li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #444;
    padding: 10px 5px 10px 5px;
    line-height: 150%;
    text-align: left;
}
#kinkyu .le {
    width: 25%;
    text-align: left;
}
#kinkyu .rig {
    width: 75%;
    text-align: left;
}
a#kinclose {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border: solid 1px #000;
    width: 2em;
    height: 2em;
    line-height: 2em;
    /* border-radius: 50%; */
    color: #FFF;
    background: #000;
    font-weight: 600;
    transition: 0.3s;
    font-size: 18px;
    border: solid 1px #000;
}
#kinclose .material-icons {
    font-size: 2em !important;
    line-height: 100%;
    letter-spacing: 1em;
    display: block;
    /* padding: 2px; */
    transition: 0.5s;
}
a#kinclose:hover {
/*background: rgba(214, 211, 201, 0.98);
    color: #000;
    border: 4px #000 solid;
    top: -2px;
    right: -2px;*/
}
#kinclose .material-icons:hover {
    transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
}

@media screen and (max-width: 500px) {
div#kinkyu {
    width: 85%;
    padding: 10px;
    position: absolute;
    transform: translateY(0%) translateX(-50%);
-webkit- transform: translateY(0%) translateX(-50%);
    top: -200%;
}
div#kinkyu.open {
    top: 10%;
}
div#line {
    padding: 4%;
    border: solid 2px rgb(0, 0, 0);
}
#kinkyu ul li {
    display: block;
}
#kinkyu ul li div {
    width: 100% !important;
}
#kinkyu h1 {
    font-size: 16px;
    margin: 13px 0 13px;
}
#kinkyu p {
    font-size: 13px;
    line-height: 150%;
}
#kinkyu .le {
    width: 25%;
    text-align: left;
    font-weight: 600;
}
}
/*緊急＿エンド*/