img{
	width:100%;
}
#rightcolumn,
#rightcolumn div.shoptitlebox,
#shopinfocabinet{
	width:100%;
}
#shopinfocabinet div.notabpanel{
	background-size: contain;
}
#shopinfocabinet div.databox{
	box-sizing: border-box;
	width:100%;
	padding:40px;
	margin-left:0;
}
td.stdcell_fs16_pd20{
	font-size:20px;
	font-weight:bold;
	padding-top:30px;
}
ol.stdlist li.pplist{
	line-height:160%;
	font-size:16px;
}
div.stdtxt{
	font-size: 18px;
}
div.stdtxt p{
	margin-left: 10px;
	line-height: 160%;
	margin-bottom: 20px;
}


@media screen and (min-width: 480px) {
	#shopinfocabinet div.databox{
		box-sizing: border-box;
		width:100%;
		padding:20px;
		margin-left:0;
	}
	td.stdcell_fs16_pd20{
		font-size:22px;
	}
	ol.stdlist li.pplist{
		margin-left:10px;
		font-size:18px;
	}
}

/* ========================================
	ヘッダ
========================================= */
#header div.cabinet{
	position:relative;
}
#header div.cabinet div.navibox{
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 520px;
	height: auto;
	font-size:12px;
}
#header div.cabinet div.navibox ul#nav_100{
	display:flex;
	justify-content: space-around;
}

#header div.cabinet div.navibox ul#nav_100 li a{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color:#FFF;
	text-decoration: none;
}
#header div.cabinet div.navibox ul#nav_100 li a:hover{
	font-weight:bold;
}

/* ========================================
	メインイメージ
========================================= */
.topphoto_section{
	width:100%;
	background-color:#FFF;
}
.topphoto_section .topphoto_item{
	width:1200px;
	margin:auto;
}
.topphoto_section .topphoto_item img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 1200px) {
	.topphoto_section .topphoto_item{
		width:100%;
	}
}

/* ========================================
	メインメッセージ
========================================= */

.mainmsg_section img{
	width:100%;
	height:auto;
}

.mainmsg_section{
	padding:0 12%;
	box-sizing: border-box;
	margin-top:120px;
	margin-bottom:160px;
}

@media screen and (max-width: 780px) {
	.mainmsg_section{
		padding:0 5%;
		margin-bottom:120px;
	}
}


.top_message_title{
	margin-bottom:100px;
}
.top_message_head{
	display:flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom:60px;
}
.top_message_head .top_message_lhead{
	width:50%;
	border-top: 1px solid rgba(0, 0, 0, 0); /*追加*/
	border-bottom: 1px solid rgba(0, 0, 0, 0); /*追加*/
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:48px;
	font-weight:bold;
	letter-spacing: .1em;
	line-height:140%;
	border-left:8px solid #B52232;
	padding:0;
	margin:0;
	padding-left:30px;
}
.top_message_head .top_message_lhead div{
	margin-top: -12px;
	margin-bottom: 16px;
}

.top_message_head .top_message_lhead span{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:22px;
	letter-spacing: 0.2em;
	display:inline-block;
	margin-bottom: -21px;
}

.top_message_head .top_message_rhead{
	width:45%;
}
.top_message{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:18px;
	color:#000;
	line-height:170%;
	font-weight:300;
	letter-spacing: 2px;
}
.top_message p{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	margin-bottom:30px;
}
.top_message div{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:22px;
	padding-bottom:6px;
}

.top_message_sign{
	text-align:right;
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:18px;
	letter-spacing: 2px;
}
.top_message_sign span{
	margin-top:10px;
	font-size:32px;
	font-weight:bold;
	letter-spacing: 2px;
	display:inline-block;
	padding-left:20px;
	letter-spacing: 6px;
}

.sub_message{
	display:flex;
	margin-top:120px;
	margin-bottom:120px;
}
.sub_message .sub_message_cont{
	width:60%;
}

.sub_message_cont .sub_message_title{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size: 36px;
	font-weight: bold;
	border-left: 8px solid #B52232;
	padding-left: 26px;
	line-height: 110%;
	margin-bottom:50px;
	letter-spacing: 4px;
}
.sub_message_cont .sub_message_text{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:18px;
	color:#000;
	line-height:200%;
	font-weight:300;
	letter-spacing: 2px;
}
.sub_message .sub_message_photo{
	width:43%;
}
.sub_message .sub_message_photo.sub_message_photo_l{
	padding-right:7%;
}

@media screen and (max-width: 780px) {
	.top_message_head .top_message_lhead{
		font-size:36px;
	}
	.top_message{
		font-size:24px;
	}
	.top_message div{
		font-size:32px;
		padding-bottom:18px;
	}
	.top_message_sign{
		font-size:24px;
	}
	.top_message_sign span{
		font-size:40px;
	}

/*
.sub_message{
	display:flex;
	flex-direction: column;
}
.sub_message .sub_message_cont{
	width:100%;
}
.sub_message .sub_message_photo{
	width:100%;
}
.sub_message .sub_message_photo.sub_message_photo_l{
	order:2;
}
*/
	.sub_message_cont .sub_message_title{
		font-size: 32px;
	}
	.sub_message_cont .sub_message_text{
		font-size:18px;
	}

}

/* ========================================
	アイテムセクション
========================================= */
.item_section{
	margin-bottom:120px;
}
.item_section .item_head{
	margin-bottom:60px;
}
.item_section .item_lead{
	margin-bottom:60px;
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:18px;
	color:#000;
	line-height:200%;
	font-weight:300;
	letter-spacing: 2px;
}



.item_section .item_single{
	border-top:2px solid #987f6a;
	display:flex;
	position:relative;
	margin-bottom:60px;
	background-color:#ffffff;
	z-index:0;
	padding-bottom:16px;
}
.item_section .item_single::after {
	position:absolute;
	content: "";
	top:0;
	left:0;
	width:35%;
	height:120px;
	background-color:#987f6a;
	z-index:-10;
}
.item_section .item_single .item_single_l{
	width:45%;
}
.item_section .item_single .item_single_title{
	height:60px;
	line-height:60px;
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:24px;
	font-weight:300;
	letter-spacing: 2px;
	padding-left:16px;
	color:#FFF;
}
.item_section .item_single .item_single_title.small{
	font-size:20px;
}

.item_section .item_single .item_single_photo{
	padding-left:16px;
	padding-right:15%;
}

.item_section .item_single .item_single_r{
	width:55%;
}
.item_section .item_single .item_single_price{
	height:60px;
	position:relative;
}
.item_section .item_single .item_single_price span{
	position:absolute;
	right:6%;
	bottom:0;
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:24px;
	font-weight:bold;
	letter-spacing: 2px;
	color:#987f6a;
}
.item_section .item_single .item_single_cont{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:16px;
	line-height:160%;
	font-weight:300;
	letter-spacing: 2px;
	padding-top:24px;
}

@media screen and (max-width: 780px) {
	.item_section .item_lead{
		font-size:18px;
	}
	.item_section .item_single{
		flex-direction: column;
	}
	.item_section .item_single .item_single_l,
	.item_section .item_single .item_single_r{
		width:100%;
	}

	.item_section .item_single .item_single_title,
	.item_section .item_single .item_single_title.small{
		height:120px;
		line-height:120px;
		font-size:36px;
		font-weight:bold;
		color:#FFF;
		text-align:center;
		background-color:#987f6a;
	}
	.item_section .item_single .item_single_photo{
		padding:0;
	}
	.item_section .item_single .item_single_price span{
		right:auto;
		left:4%;
		font-size:29px;
	}
	.item_section .item_single .item_single_cont{
		padding-left:4%;
		font-size:22px;
	}
	#event_section .item_single .item_single_price{
		display:none;
	}
}


/* ========================================
	沿革
========================================= */

#history_section{
	margin-bottom:120px;
}
#history_section .item_head{
	margin-bottom:60px;
}
#history_section .nengo_group{
	padding-left:5%;
	margin-bottom:60px;
}
#history_section .nengo_group .nengo_title{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:48px;
	color:#cc3300;
	font-weight:bold;
	margin-bottom:24px;
}
#history_section .nengo_group .nengo_title span{
	font-size:24px;
	color:#cc3300;
	padding-left:16px;
}
#history_section .nengo_group .nengo_cont{
	border-left:4px solid #595959;
	margin-left:2.5%;
	padding-bottom:1px;
	border-top: 1px solid rgba(0, 0, 0, 0); /*追加*/

}
#history_section .nengo_group .nengo_cont .nengo_single{
	margin-left:4%;
	margin-bottom:42px;
	margin-top:-12px;
	position:relative;
}
#history_section .nengo_group .nengo_cont .nengo_single .nengo_single_year{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:28px;
	font-weight:bold;
	margin-bottom:6px;
}
#history_section .nengo_group .nengo_cont .nengo_single .nengo_single_year span{
	font-size:18px;
	font-weight:normal;
}
#history_section .nengo_group .nengo_cont .nengo_single .nengo_single_text{
	font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:18px;
}

#history_section .nengo_group .nengo_photo{
	position:absolute;
	right:0;
	width:260px;
	height:auto
}
#history_section .nengo_group .nengo_photo img{
	width:100%;
	height:auto
}

/* ========================================
	SNS
========================================= */
.sns_links{
	display:flex;
	list-style:none;
	 justify-content: center;
}
.sns_links li{
	width:40px;
	margin:0 15px;
}
.sns_links li img{
	width:100%;
}

@media screen and (max-width: 780px) {
	.sns_links li{
		width:80px;
	}
}


#footer{
	font-family: "Lato", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	text-align:center;
	color:#FFF;
	line-height:50px;
}


@media screen and (max-width: 780px) {
	.hamburger-menu input{
		visibility:hidden;
	}
	.menu-btn {
		top: 10px;
		right: 10px;
		display: flex;
		height: 60px;
		width: 60px;
		justify-content: center;
		align-items: center;
		z-index: 90;
	}
	.menu-btn span,
	.menu-btn span:before,
	.menu-btn span:after {
		content: '';
		display: block;
		height: 3px;
		width: 25px;
		border-radius: 3px;
		background-color: #ffffff;
		position: absolute;
	}
	.menu-btn span:before {
		bottom: 8px;
	}
	.menu-btn span:after {
		top: 8px;
	}
	#menu-btn-check:checked ~ .menu-btn span {
		background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
	}
	#menu-btn-check:checked ~ .menu-btn span::before {
		bottom: 0;
		transform: rotate(45deg);
	}
	#menu-btn-check:checked ~ .menu-btn span::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.menu-content {
		width: 40%;
		position: absolute;
		top: 96px;
		right: 10px;
		z-index: 80;
		background-color: #641013;
	}
	.menu-content ul {
		padding: 10px 10px 0;
	}
	.menu-content ul li {
		border-bottom: solid 1px #ffffff;
		list-style: none;
	}
	.menu-content ul li a {
		font-family: "Noto Serif JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
		display: block;
		width: 100%;
		font-size: 24px;
		box-sizing: border-box;
		color:#ffffff;
		text-decoration: none;
		padding: 9px 15px 10px 15px;
		position: relative;
	}
	.menu-content ul li a::before {
		content: "";
		width: 7px;
		height: 7px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		transform: rotate(45deg);
		position: absolute;
		right: 11px;
		top: 20px;
	}
	.menu-content {
		display:none;
		transition: all 1s;/*アニメーション設定*/
	}
	#menu-btn-check:checked ~ .menu-content {
		display:block;
	}
}


.js-fade-init{
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s,visibility 2s, transform 2s;
}
.js-fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity 2s,visibility 2s, transform 2s;
}

.scroll {
    opacity: 1;
    visibility: visible;
}