@charset "UTF-8";
/*
Theme Name: MUSE BOX theme
*/

html, body {
	width: 100%;
	height: 100%;
	background-color: #C6C6C6;
	-webkit-text-size-adjust: 100%;
}

.allWrp {
	width: 100%;
	min-height: 100%;
	position: relative;
}

.fullScr {
	width: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-size: cover;
	box-sizing: border-box;
}

.bg {
	width: 100%;
	min-height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-size: cover;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: center top;
}

.pagelink_anchor {
	position: relative;
	top: -80px;
}

.red {
	color: #D6171A !important;
}

#toppage .bg.current {
	background-image: url(images/slideshow/bgimg1.jpg);
}

#schedulepage .bg.current {
	background-image: url(images/slideshow/bgimg2.jpg);
}

#detailpage .bg.current {
	background-image: url(images/slideshow/bgimg2.jpg);
}

#contactpage .bg.current {
	background-image: url(images/slideshow/bgimg1.jpg);
}

/*画像フィット*/
.fullScr h1 img,
#gmLinks li a img,
#scrollBtn a img,
#btt a img,
#ftrLogo a img,
#conceptWrp figure img,
#buildingWrp figure img,
.galleries a > img,
#gmLinks li#logo_menuBar img {
	width: 100%;
	height: auto;
}

.sp { display: none;}

/* ------------------------------------------------- */

.fullScr h1 {
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
	font-size: 5.2rem;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	width: 80%;
	max-width: 220px;
	margin: 0px auto;
	position: relative;
}
.fullScr h1 img {
	display: block;
	width: 100%;
	max-width: 350px;
	margin: 0px auto;
}
.fullScr h1.unders {
	max-width: inherit;
}

.pageHdr {
	position: relative;
	width: 100%;
}

.grandMenu {
	width: 100%;
	z-index: 10;
	position: relative;
}

#gmLinks {
	text-align: right;
	padding-right: 20px;
}

#gmLinks li {
	display: inline-block;
}

#gmLinks li a {
	display: block;
	height: 60px;
	padding: 0px 20px;
	font-family: MavenBld, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.6rem;
	line-height: 60px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
}

#gmLinks li.snsMenu a {
	width: 20px;
}

#gmLinks li a img {
	position: relative;
	top: -2px;
}

#scrollBtn {
	width: 100%;
	position: absolute;
	z-index: 1;
}

#scrollBtn a {
	display: block;
	width: 60px;
	margin: 0px auto;
}

#pageFtr {
	position: relative;
	z-index: 1;
	padding-top: 100px;
	background-color: #fff;
}

#btt {
	width: 100%;
	margin-bottom: 60px;
}

#btt a {
	display: block;
	width: 72px;
	margin: 0px auto;
}

#ftrLogo {
	box-sizing: border-box;
	width: 100%;
	background: url(images/base/bg_concrete.jpg) repeat center top;
	height: 200px;
	padding-top: 80px;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.20);
}

#ftrLogo a {
	display: block;
	width: 45%;
	max-width: 250px;
	margin: 0px auto;
}

#copyright {
	background-color: #484444;
	color: #9c988c;
	font-size: 1.1rem;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
}


/*コンテンツ*/

.anchor {
	position: relative;
	top: -120px;
}


#contWrp {
	position: relative;
}

.contBlk {
	background-color: #fff;
	width: 100%;
	margin: 0px auto 200px;
	box-sizing: border-box;
	padding: 100px 0px;
	z-index: 1;
	box-shadow: 0px 2px 20px rgba(0,0,0,0.20);
}
.contBlk.pageBtmBlk {
	margin-bottom: 0px;
}

.contBlk .inWrp {
	width: 100%;
	max-width: 1000px;
	margin: 0px auto;
	position: relative;
}

.blkHdr h2 {
	font-size: 5rem;
	line-height: 1em;
	margin-bottom: 0.4em;
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.05em;
}

.blkHdr h2 span {
	font-size: 1.5rem;
	color: #9C9C9C;
	display: inline-block;
	letter-spacing: normal;
}

.blkHdr.center h2 {
	text-align: center;
}

.blkHdr.center h2 span {
	display: block;
	padding-top: 1.2em;
}

.blkHdr.left span {
	margin-left: 1em;
}

#infoList {
	width: 94%;
	max-width: 900px;
	margin: 0px auto;
	position: relative;
}

#infoList li {
	margin-bottom: 1px;
}

.newsTtlBlk {
	position: relative;
}

.newsDate,
.newsTtlBlk h3,
.ocBtn {
	height: 60px;
	box-sizing: border-box;
}

.newsDate {
	font-family: MavenBld, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.8rem;
	line-height: 60px;
	color: #4d4a4a;
	background-color: #e7e6e1;
	float: left;
	width: 15%;
	text-align: center;
}

.newsTtlBlk h3 {
	box-sizing: border-box;
	height: 60px;
	line-height: 1.4em;
	padding-top: 1em;
	font-weight: bold;
	color: #2f2b2b;
	padding: 1.5em 60px 0px 20px;
	margin-left: 15%;
	cursor: pointer;
}

.newsTtlBlk h3:hover {
	opacity: 0.7;
}

.ocBtn {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 60px;
	background-color: #f6f5f1;
	cursor: pointer;
	padding: 20px 0px 0px 20px;
}
.ocBtn:hover {
	opacity: 0.7;
}

.ocBtn img {
	width: 20px;
	height: auto;
}

.ocBtn img.iconMinus { display: none;}
.ocBtn.open img.iconMinus { display: inline;}

.ocBtn img.iconPlus { display: inline;}
.ocBtn.open img.iconPlus { display: none;}

.newsBody {
	padding: 20px;
	color: #484545;
	margin-left: 15%;
	display: none;
}
.newsBody.open {
	display: block;
}
.newsBody p {
	margin-bottom: 1em;
}


/*コンテンツ共通クラス*/

.txt_title {
	font-size: 1.8rem;
	font-weight: bold;
	color: #2f2b2b;
	margin-bottom: 1em;
}

.txt_body p {
	color: #484444;
	margin-bottom: 1em;
}

/*コンセプト*/

#conceptWrp figure {
	display: block;
	width: 100%;
	max-width: 450px;
	float: left;
	margin-right: 50px;
}

#conceptWrp .txtBlk {
	width: 96%;
	max-width: 450px;
	float: left;
	margin: 0px auto;
}

/*アクセス*/

#accessWrp .inWrp {
	max-width: none;
}

#map {
	width: 100%;
	height: 500px;
	margin: 0px auto 50px;
	border: 1px solid #d1d1d1;
	box-sizing: border-box;
}

#accessWrp .inBlk {
	max-width: 900px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

#address {
	margin-bottom: 50px;
}

#address dl dt,
#priceWrp dl dt {
	float: left;
	width: 35%;
	clear: both;
	font-size: 1.4rem;
	margin-bottom: 1em;
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}

#address dl dd,
#priceWrp dl dd {
	float: left;
	width: 65%;
	margin-bottom: 1em;
	text-align: left;
}


/*ガイドページ*/



#buildingWrp .contents {/*
	min-height: 650px;*/
	position: relative;
}

#buildingWrp .contents figure {/*
	position: absolute;
	right: 0;
	top: 0;*/
	max-width: 700px;
	width: 96%;
	margin: 0px auto;
}

#buildingWrp .contents .txt_body {
	width: 350px;
	margin-left: 50px;
}

#buildingWrp .blkHdr,
#interior .blkHdr,
#furniture .blkHdr,
#guideline .inWrp {
	width: 96%;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.galleries a {
	display: block;
	float: left;
	width: 20%;
	box-sizing: border-box;
	padding-right: 1px;
	padding-bottom: 1px;
	position: relative;
	cursor: pointer;
}

.galleries a:hover {
	opacity: 0.8;
}
.galleries a:hover::after {
	content: url(images/unders/icon_loupe.svg);
	position: absolute;
	width: 20px;
	height: auto;
	left: 45%;
	top: 45%;
}

#interior {
	margin-bottom: 70px;
}

.list_topLV li,
.list_secondLV li {
	position: relative;
	padding-left: 1.5em;
}

.list_secondLV li {
	margin-left: 1em;
}

.list_topLV li::before,
.list_secondLV li::before {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0px;
	top: 1px;
}

.list_topLV li::before {
	content: url(images/unders/icon_listTPLV.svg);
}
.list_secondLV li::before {
	content: url(images/unders/icon_listSCLV.svg);
}


/*プライス*/

#priceWrp .inWrp,
#notice .inWrp,
#cancel .inWrp,
#formWrp .inWrp,
#aboutreservationWrp .inWrp,
#availavilityWrp .inWrp .blkHdr,
#availavilityWrp .inWrp .contents p {
	width: 96%;
	max-width: 900px;
	margin: 0px auto;
}

#priceWrp dl {
	margin-bottom: 10px;
}

.priceTbl {
	width: 100%;
}
.priceTbl,
.priceTbl th,
.priceTbl td {
	border-collapse: collapse;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.priceTbl th {
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #4d4a4a;
	background-color: #e7e6e1;
	padding: 18px 0px 17px;
	width: 30%;
}

.priceTbl td {
	font-size: 1.6rem;
	color: #484444;
	background-color: #f6f5f1;
	padding: 13px 20px 13px;
}

.priceTbl tr.caution td {
	background-color: #fff;
	text-align: center;
	font-size: 1.4rem;
}


.note {
	text-align: right;
	font-size: 1.2rem;
	padding: 10px 0px 0px;
}


/*予約・問い合わせ*/


#google_calendar {
	padding-top: 30px;
}

#toFormLinks {
	position: relative;
	width: 80%;
	max-width: 800px;
	margin: 0px auto;
}

#toFormLinks li {
	float: left;
	box-sizing: border-box;
	width: 32%;/*
	width: 47.5%;*/
	background-color: #fff;
	padding-right: 10%;
	height: 60px;
	position: relative;
	margin-right: 2%;
}

#toFormLinks li:last-child {
	margin-right: 0;
}


/*
#toFormLinks li:first-child {
	margin-right: 5%;
}

#toFormLinks li#checkReserve {
	float: none;
	margin: 0px auto;
	clear: both;
}*/

#toFormLinks li a {
	display: block;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #2f2b2b;
	font-size: 2.1rem;
	font-weight: bold;
}

#toFormLinks li a span {
	width: 70px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #2f2b2b;
}

#toFormLinks li a span img {
	width: 40%;
}

#formChanger {
	margin-bottom: 30px;
}

#formChanger li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 1px;
	cursor: pointer;
}
#formChanger li:hover {
	opacity: 0.7;
}

#formChanger li p {
	background-color: #f6f5f1;
	color: #4d4a4a;
	text-align: center;
	height: 60px;
	line-height: 60px;
	font-size: 1.6rem;
}

#formChanger li.current p {
	background-color: #e7e6e1;
}

.formBox h3 {
	font-size: 1.8rem;
	font-weight: bold;
	color: #4d4a4a;
	margin-bottom: 1em;
}

.formBox p.txt_body {
	font-size: 1.2rem;
}

.indis {
	color: #DA3818;
	font-size: 1.2rem;
}

.forms {
	padding: 30px 0px;
}

.formDL { margin-bottom: 50px;}

.formDL dt {
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #4d4a4a;
}

.formDL dd {
	font-size: 1.4rem;
	margin-bottom: 1.5em;
}
.formDL dt span.note {
	font-size: 1.2rem;
	font-weight: normal;
	color: #959595;
}

input[type="text"],
input[type="email"],
textarea,
input[type="date"] {
	background-color: #f8f8f8;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	padding: 10px 3px;
	font-size: 1.6rem;
	border-radius: 2px;
}

.wide_w,
textarea {
	width: 100%;
}

.wide_m {
	width: 50%;
}

.wide_n {
	width: 25%;
}

.wide_t {
	width: 12.5%;
}

textarea { height: 120px;}

select {
	margin-right: 20px;
}


.formBtn,
.wpcf7-submit {
	box-sizing: border-box;
	background-color: #4d4a4a;
	color: #fff;
	border: none;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	height: 60px;
	line-height: 60px;
	border-radius: 2px;
	cursor: pointer;
}
.formBtn:hover,
.wpcf7-submit:hover { opacity: 0.7;}

.formBtn.single {
	display: block;
	margin: 0px auto;
	width: 80%;
}

.wpcf7-submit {
	display: block;
	margin: 0px auto;
	width: 50%;
}

.btnWrp {
	width: 80%;
	margin: 0px auto;
	text-align: center;
}

.formBtn.double {
	display: inline-block;
	width: 30%;
	margin-right: 3%;
	margin-bottom: 20px;
}
.formBtn.double:last-child {
	margin-right: 0;
}

.ppWrp {
	width: 100%;
	background-color: #f8f8f8;
	box-sizing: border-box;
	border: 1px solid #DCDCDC;
	padding: 20px 20px;
	font-size: 1.4rem;
	border-radius: 2px;
	height: 270px;
	overflow: auto;
	margin: 0px auto 30px;
}

.ppWrp h4 {
	font-size: 1.6rem;
	text-align: center;
}

.ppWrp ol > li {
	list-style: outside decimal;
	margin-left: 20px;
	margin-bottom: 1.2em;
}

.ppWrp ul li {
	list-style: outside disc;
	margin-left: 2em;
}

.pp_agree  {
	display: block;
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 50px;
}

.formBox {
	display: none;
}

.formBox.current {
	display: block;
}

#confirmWrp .inWrp {
	width: 96%;
	max-width: 900px;
	margin: 0px auto;
}

#confirmWrp table {
	margin-bottom: 50px;
}

#thanksWrp .contents {
	min-height: 200px;
	text-align: center;
}

#thanksWrp .contents h3 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 30px;
	padding-top: 30px;
}

#thanksWrp .contents p {
	margin-bottom: 1.5em;
}


.messageDisplay {
	padding-top: 50px;
}

.messageDisplay .txt_title {
	text-align: center;
	margin-bottom: 2em;
}

.messages {
	margin-bottom: 50px;
	text-align: center;
}

.messages p.error_messe {
	color: #D91B1E;
	line-height: 2em; 
}


/*メニューバー固定*/

#gmLinks {
	width: 100%;
	height: 60px;
	position: relative;
	padding-right: 2.2%;
	box-sizing: border-box;
}
#gmLinks.scr {
	position: relative;
	background-color: transparent;
}

#gmLinks.fix {
	position: fixed;
	background-color: rgba(255,255,255,0.90);
	top: 0;
	left: 0;
	z-index: 10;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.30);
}

#gmLinks.fix li a {
	color: #4d4a4a;
}

#gmLinks li#logo_menuBar {
	width: 20%;
	max-width: 250px;
	position: absolute;
	left: 20px;
	top: 0px;
}

#gmLinks li a img.fix { display: none;}
#gmLinks.scr li a img.fix { display: none;}
#gmLinks.fix li a img.scr { display: none;}
#gmLinks.fix li a img.fix { display: inline;}


/*イベントスケジュール一覧*/
.wrp_month {
	width: 96%;
	margin: 0px auto;
}

.ttl_month {
	background-color: #DADADA;
	font-size: 4rem;
	line-height: 1em;
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 11px;
	margin-bottom: 30px;
}

.wrp_eventList {
	display: flex;
	flex-wrap: wrap;
}

.wrp_eventList li {
	margin-bottom: 20px;
	width: calc(100% / 3);
	position: relative;
}

.wrp_eventList li a {
	display: block;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.30);
	background-color: #E5E5E5;
	width: 96%;
	height: 100%;
	margin: 0px auto;
	position: relative;
	padding-bottom: 50px;
	box-sizing: border-box;
}

.eventImage {
	background-color: #FFFFFF;
	position: relative;
	text-align: center;
	font-size: 0;
}

.eventImage::before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.img_artist {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middlemidd;
}


.event_date {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 2em;
	padding-left: 2%;
}

.event_title {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4em;
	padding: 10px 0;
	border-bottom: 1px solid #000000;
	color: #000000;
	width: 96%;
	margin: 0px auto;
}

.event_artists {
	font-size: 1.4rem;
	line-height: 1.6em;
	padding: 10px 0;
	width: 96%;
	margin: 0px auto 10px;
	color: #000000;
}

.event_guests {
	font-size: 1.2rem;
	line-height: 1.6em;
	padding: 10px 0;
	width: 96%;
	margin: 0px auto 10px;
	color: #000000;
	border-top: 1px dotted #000000;
}

.event_artists span.ttl_block,
.event_guests span.ttl_block {
	font-size: 1rem;
	line-height: 2.24em;
}

.btn_toDetail {
	font-size: 1.2rem;
	line-height: 1em;
	font-weight: bold;
	text-align: center;
	width: 96%;
	padding: 10px 0px;
	border-radius: 16px;
	background-color: #6D6D6D;
	color: #FFFFFF;
	position: absolute;
	left: 2%;
	bottom: 10px;
}


.wrp_eventList li.noevent {
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	color: #6D6D6D;
	line-height: 8em;
}


/* カテゴリ選択（月ボタン）　*/

.wrp_categoryList {
	width: 96%;
	margin: 0px auto;
	padding-top: 100px;
}

.wrp_year {
	margin-bottom: 30px;
}

.ttl_year {
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	font-size: 3rem;
	line-height: 1em;
	margin-bottom: 30px;
	background-color: #DADADA;
	padding: 10px 0px;
}

.wrp_monthList {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.btn_month {
	width: calc(calc(100% - 60px) / 6);
	margin: 0px 5px 20px;
}

.btn_month .inbtn {
	display: block;
	background-color: #AAAAAA;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-transform: uppercase;
	font-size: 1.4rem;
	line-height: 1em;
	padding: 20px 0;
}

.btn_month.empty .inbtn {
	background-color: #CFCFCF;
}

.btn_month.current .inbtn {
	background-color: #C30D23;
}

.btn_month.future .inbtn {
	background-color: #000000;
}

.btn_month.future.empty .inbtn {
	background-color: #575757;
}


/*個別ページ*/

.wrp_details {
	width: 96%;
	margin: 0px auto 100px;
	display: flex;
	flex-wrap: wrap;
}

.wrp_information {
	box-sizing: border-box;
	width: 40%;
	padding-right: 20px;
}

.wrp_image {
	box-sizing: border-box;
	width: 60%;
}

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

.hdr_eventDetail .date {
	background-color: #000000;
	color: #FFFFFF;
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	vertical-align: baseline;
	padding: 5px 10px 10px;
	box-sizing: border-box;
}

.hdr_eventDetail .date .day {
	font-size: 7rem;
	line-height: 1em;
	margin-right: 20px;
}

.hdr_eventDetail .date .month {
	font-size: 2rem;
	text-transform: uppercase;
}

.ttl_eventDetail {
	margin-bottom: 10px;
}

.listTitle {
	background-color: #DBDBDB;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1em;
	padding: 10px;
}

.eventTitle {
	padding: 10px;
	font-size: 3.2rem;
	line-height: 1.4em;
	font-weight: bold;
}

.text_detail {
	padding: 10px;
	margin-bottom: 10px;
}

.text_detail.text_artists {
	font-size: 1.6rem;
	font-weight: bold;
}

.tbl_detail {
	width: 100%;
}

.tbl_detail,
.tbl_detail th,
.tbl_detail td {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
}

.tbl_detail th {
	background-color: #E9E9E9;
	padding: 10px;
	width: 110px;
}

.tbl_detail td {
	padding: 10px;
}

#wrp_contact {
	width: 96%;
	margin: 0px auto;
}

#wrp_contact label {
	display: flex;
	margin-bottom: 20px;
}

#wrp_contact label .label_name {
	width: 30%;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: right;
}

#wrp_contact label .wpcf7-form-control-wrap {
	width: 70%;
	box-sizing: border-box;
}

#wrp_contact label .inputs {
	width: 100%;
	box-sizing: border-box;
}

#wrp_contact .btn_submit {
	
}

.additional_list .hdr_lists {
	margin-bottom: 20px;
}

.additional_list .hdr_lists .ttl_lists {
	font-family: MavenReg, Arial, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 3rem;
	line-height: 1.2em;
	text-align: center;
	width: 94%;
	margin: 0px auto;
}


/*SP対応*/
@media screen and (min-width:0px) and (max-width:450px){
	
	.fullScr h1 {
		letter-spacing: 0;
		font-size: 4rem;
		line-height: 1em;
	}
	
	/*コンテンツ*/
	
	.anchor {
		top: -80px;
	}
	
	.contBlk {
		margin: 0px auto 30%;
		padding-top: 30%;
	}
	
	.blkHdr h2 {
		font-size: 3.5rem;
		line-height: 1.1em;
		letter-spacing: normal;
		text-align: center;
	}
	
	.blkHdr h2 span {
		display: block;
	}
	
	.blkHdr.center h2 span,
	.blkHdr.left h2 span {
		display: block;
		margin-left: 0px;
		padding-top: 0em;
	}

	/*コンセプト*/
	
	#conceptWrp figure {
		max-width: none;
		float: none;
		margin-bottom: 1em;
		margin-right: 0;
	}
	
	#conceptWrp .txtBlk {
		padding-left: 0;
		float: none;
	}

	/*アクセス*/
	
	#map {
		height: 300px;
		margin: 0px auto 6%;
	}
	
	#address {
		margin-bottom: 6%;
	}
	
	#address dl dt,
	#priceWrp dl dt {
		width: 25%;
		font-size: 1.2rem;
	}
	
	#address dl dd,
	#priceWrp dl dd {
		width: 75%;
		font-size: 1.2rem;
	}
	
	/*フッター*/


	#pageFtr {
		padding-top: 30px;
	}
	
	#btt {
		margin-bottom: 10%;
	}
	
	#btt a {
		display: block;
		width: 72px;
		margin: 0px auto;
	}
	#ftrLogo {
		background-size: 150px 150px;
		height: 100px;
		padding-top: 12%;
	}
	
	#ftrLogo a {
		max-width: none;
	}
	
	#copyright {
		font-size: 1rem;
		line-height: 45px;
		height: 45px;
	}
	
	
	/*ガイドページ*/
	
	.galleries a {
		width: 33.3%;
	}
	
	#interior {
		margin-bottom: 35px;
	}
	
	.list_secondLV li {
		margin-left: 0em;
	}


	/*プライス*/
	
	.priceTbl th {
		padding: 10px 0px 9px;
		width: 35%;
	}
	
	.priceTbl td {
		padding: 10px 2% 9px;
	}
	
	.priceTbl tr.caution td {
		font-size: 1.2rem;
	}
	
	
	.note {
		padding: 0px 0px 20px;
	}
	
	
	/*予約・問い合わせ*/
	
	#google_calendar {
		padding-top: 30px;
	}
	
	#google_calendar iframe  {
		width: 100% !important;
		height: 350px !important;
	}
	
	#toFormLinks li {
		float: none;
		width: 100%;
		margin: 0px auto 10px;
		padding-right: 45px;
		height: 45px;
	}
	
	#toFormLinks li:first-child {
		margin-right: auto;
	}
	
	#toFormLinks li a {
		height: 45px;
		line-height: 45px;
		font-size: 1.8rem;
	}
	
	#toFormLinks li a span {
		width: 45px;
	}
	
	#toFormLinks li a span img {
		width: 40%;
	}
	
	#formChanger {
		margin-bottom: 30px;
	}
	
	#formChanger li {
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 10px;
	}
		
	#formChanger li p {
		height: 45px;
		line-height: 45px;
	}
	
	.wide_m {
		width: 75%;
	}
	
	.wide_n {
		width: 60%;
	}
	
	.wide_t {
		width: 35%;
	}
	
	.formBtn {
		height: 45px;
		line-height: 45px;
	}
	
	.formBtn.single {
		width: 100%;
	}
	
	.btnWrp {
		width: 100%;
	}
	
	.formBtn.double {
		width: 45%;
		margin-right: 5%;
	}
	
	.ppWrp {
		height: 120px;
	}
	
	.ppWrp ol > li {
		margin-left: 2%;
		margin-bottom: 1em;
	}
	
	.ppWrp ul li {
		margin-left: 2%;
	}
	
	/*イベントスケジュール一覧*/

	.ttl_month {
		font-size: 3rem;
	}

	.wrp_eventList li {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.event_date {
		font-size: 1.4rem;
	}

	.event_title {
		font-size: 1.7rem;
	}

	.event_artists {
		font-size: 1.2rem;
	}

	.event_guests {
		font-size: 1.1rem;
	}


	/* カテゴリ選択（月ボタン）　*/

	.ttl_year {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	.wrp_monthList {
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}

	.btn_month {
		width: calc(calc(100% - 12px) / 3);
		margin: 0px 2px 10px;
	}

	.btn_month a {
		font-size: 1rem;
	}


	/*個別ページ*/

	.wrp_information {
		width: 100%;
		padding-right: 0px;
	}

	.wrp_image {
		width: 100%;
	}

	.hdr_eventDetail .date .day {
		font-size: 5.5rem;
	}

	.hdr_eventDetail .date .month {
		font-size: 1.8rem;
	}

	.listTitle {
		font-size: 1.2rem;
	}

	.eventTitle {
		font-size: 2.8rem;
	}

	.text_detail.text_artists {
		font-size: 1.4rem;
	}

	.tbl_detail,
	.tbl_detail th,
	.tbl_detail td {
		font-size: 1.2rem;
		padding: 5px;
	}

	.tbl_detail th {
		width: 95px;
	}
	

	#wrp_contact label {
		display: inherit;
	}

	#wrp_contact label .label_name {
		width: 100%;
		padding-right: 0px;
/*		box-sizing: border-box;
		text-align: right;*/
	}

	#wrp_contact label .wpcf7-form-control-wrap {
		width: 100%;
/*		box-sizing: border-box;*/
	}

	#wrp_contact label .inputs {
		width: 100%;
/*		box-sizing: border-box;*/
	}/*

	#wrp_contact .btn_submit {

	}*/
	

	.additional_list .hdr_lists .ttl_lists {
		font-size: 2.5rem;
	}
	
}


/*タブレット対応-2*/
@media screen and (min-width:451px) and (max-width:768px){
	

	.wrp_eventList li {
		width: 50%;
	}

	.btn_month a {
		font-size: 1.2rem;
	}
	


	/*個別ページ*/

	.wrp_information {
		width: 100%;
		padding-right: 0px;
	}

	.wrp_image {
		width: 100%;
	}
	
/*
	#wrp_contact label {
		display: flex;
		margin-bottom: 20px;
	}*/

	#wrp_contact label .label_name {
		width: 25%;/*
		padding-right: 20px;
		box-sizing: border-box;
		text-align: right;*/
	}

	#wrp_contact label .wpcf7-form-control-wrap {
		width: 75%;
/*		box-sizing: border-box;*/
	}/*

	#wrp_contact label .inputs {
		width: 100%;
		box-sizing: border-box;
	}

	#wrp_contact .btn_submit {

	}*/
}


/*タブレットサイズ*/
@media screen and (min-width:451px) and (max-width:999px){
	
	
	.blkHdr h2 {
		line-height: 1em;
	}

	/*コンセプト*/
	
	#conceptWrp figure {
		display: block;
		width: 45%;
		float: left;
		margin-right: 5%;
		margin-bottom: 20px;
	}
	
	#conceptWrp .txtBlk {
		width: auto;
		float: none;
		max-width: none;
	}
	
	/*ガイドページ*/
	
	.galleries a {
		width: 25%;
	}
	
	
	/*予約・問い合わせ*/
	
	#google_calendar {
		padding-top: 30px;
	}
	
	#google_calendar iframe  {
		width: 100% !important;
		height: 450px !important;
	}
	
	#toFormLinks {
		width: 80%;
	}
	
	#toFormLinks li {
		float: none;
		width: 100%;
		margin: 0px auto 10px;
	}
	
	#toFormLinks li:first-child {
		margin-right: auto;
	}
	
	#toFormLinks li a {
		font-size: 1.8rem;
	}
	
	#toFormLinks li a span {
		width: 70px;
	}
	
	#toFormLinks li a span img {
		width: 40%;
	}/*
	
	#formChanger {
		margin-bottom: 30px;
	}
	
	#formChanger li {
		float: none;
		width: 100%;
		padding-right: 0px;
		margin-bottom: 10px;
	}
		
	#formChanger li p {
		height: 45px;
		line-height: 45px;
	}*/
	
	.wide_m {
		width: 75%;
	}
	
	.wide_n {
		width: 60%;
	}
	
	.wide_t {
		width: 35%;
	}
	
	.formBtn {
		height: 45px;
		line-height: 45px;
	}
	
	.formBtn.single {
		width: 100%;
	}
	
	.btnWrp {
		width: 100%;
	}
	
	.formBtn.double {
		width: 45%;
		margin-right: 5%;
	}
	
	.ppWrp {
		height: 120px;
	}
	
	.ppWrp ol > li {
		margin-left: 2%;
		margin-bottom: 1em;
	}
	
	.ppWrp ul li {
		margin-left: 2%;
	}
	
}


/*メニュー*/
@media screen and (min-width:0px) and (max-width:999px){
	
	#menuOpener.sp {
		display: block;
		position: fixed;
		right: 10px;
		top: 10px;
		width: 40px;
		z-index: 15;
		cursor: pointer;
	}
	
	#menuOpener img {
		display: none;
		width: 100%;
		height: auto;
	}
	#menuOpener img#menu_op,
	#menuOpener.fix img#menu_op2,
	#menuOpener.open img#menu_cl {
		display: block;
	}
	#menuOpener.fix img#menu_op,
	#menuOpener.open img#menu_op,
	#menuOpener.open img#menu_op2 {
		display: none;
	}
	
	#gmLinks {
		text-align: left;
		width: 100%;
		box-sizing: border-box;
		padding: 60px 10% 0px;
		z-index: 1;
	}
	
	#gmLinks.open {
		background-color: rgba(255,255,255,0.80) !important;
		height: 100% !important;
		position: fixed !important;
		top: 0;
		left: 0;
	}
	
	#gmLinks li {
		display: none;
		width: 100%;
		height: 45px;
		margin-bottom: 1px;
	}
	
	#gmLinks.open li {
		display: list-item;
	}
	
	#gmLinks li a {
		display: block;
		height: 45px;
		padding: 0px;
		font-size: 1.8rem;
		line-height: 45px;
		text-align: left;
		color: #4d4a4a;
	}
	
	#gmLinks li.snsMenu a {/*
		width: 20px;*/
	}
	
	#gmLinks li a img {/*
		position: relative;
		top: -2px;*/
	}
	

	/*メニューバー固定*/
	
	#gmLinks.scr {
		position: relative;
		background-color: transparent;
	}
	
	#gmLinks.fix {
		height: 45px;
	}
	
	#gmLinks li#logo_menuBar {
		display: inline;
		width: 45%;
		top: 5px;
	}

	#gmLinks.open li#logo_menuBar a img.fix {
		display: inline !important;
	}
	#gmLinks.open li#logo_menuBar a img.scr {
		display: none !important;
	}
	
	.snsMenu a img.scr {
		display: none !important;
	}
	.snsMenu a img.fix {
		display: inline !important;
	}
	
	
	/*ニュース*/
	
	.newsDate,
	.newsTtlBlk h3,
	.ocBtn {
		height: 45px;
	}
	
	.newsDate {
		line-height: 45px;
		float: none;
		width: 100%;
		text-align: left;
		padding-left: 2%;
	}
	
	.newsTtlBlk h3 {
		height: 45px;
		line-height: 1.4em;
		padding: 0.8em 2% 0px;
		margin-left: 0;
	}
	
	.ocBtn {
		width: 45px;
		padding: 10px 0px 0px 15px;
	}
	
	.ocBtn img {
		width: 15px;
	}
	
	.newsBody {
		padding: 2%;
		margin-left: 0;
	}
	
	/*ガイドページ*/
	
	#buildingWrp .contents {
		min-height: inherit;
	}
	
	#buildingWrp .contents figure {
		position: relative;
		right: inherit;
		top: inherit;
	}
	
	#buildingWrp .contents .txt_body {
		width: 96%;
		margin: 0px auto 6%;
	}
	
}
