@charset "utf-8";
/* レイアウトのためのCSS */

html { font-size: 62.5%; }

body{
 	background: #040877;
    font-family: 'Noto Serif JP', serif;
	color: #343434;
	font-size:1.6rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

body.appear{
	background:#FFFFFF;
    /*background:#fbfbfb;*/
}


body.page {
 	background: #FFFFFF;
}

*{box-sizing: border-box;}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

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

.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-left{
	text-align: left;
}
.text-underline {
	text-decoration: underline;
}
.fl-right{
	float:right;
}
.fl-left{
	float:left;
}

h3 {
	font-size: 3.4rem;
}
h4 {
	font-size: 2.8rem;
	margin-bottom: 1em;
}

.font-red { color: #DF0408; }
.monyou {
	background: url("../img/monyou-1.png") repeat-x;
	background-size: 60px;
	padding-left: 2em;
	margin-bottom: 2rem;;
}

.flame-enji {
	border: solid 2px #771E39;
}
.flame-blue {
	border: solid 2px #2328B9;
}
.flame-grey {
	border: solid 2px #989898;
}
.bg-beige {
	background: #F4E6BF;
}
.label-must {
	background: #B8292B;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 2px 4px;
	margin-right: 9px;
}
.label-blue {
	background: #040877;
	color: #FFFFFF;
	font-size: 1.2rem;
	padding: 2px 6px;
	margin-right: 9px;
}
.label-beige {
	background: #F4E5BF;
	color: #626060;
	font-size: 1.2rem;
	padding: 2px 6px;
	margin-right: 9px;
}

.tab-enji {
	background: #771E39;
	color: #FFFFFF;
	padding: 0.5em 2em;
	margin-right: 9px;
	letter-spacing: 0.06em;
}

/* font-family */

.heading{
	font-weight: normal;
    color: #343434;
	font-size: 6rem;
    animation-delay: 0.3s;
	position: fixed;
}
.heading span {
	font-family: 'Noto Serif JP', serif;
}

@media screen and (max-width:1200px) {
.heading{
    font-size:5rem;
}
h3 {
	font-size: 3rem;
}

h4 {
	font-size: 2.4rem;
}
	}

@media screen and (max-width:960px) {
.heading{
    font-size:4rem;
}
h3 {
	font-size: 2.8rem;
}

h4 {
	font-size: 2.4rem;
}
	}

@media screen and (max-width:768px) {
.heading{
    font-size:3.6rem;
}
h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2.2rem;
}
	}

@media screen and (max-width:530px) {
.heading{
    font-size:3rem;
}
h3 {
	font-size: 2.4rem;
}

h4 {
	font-size: 2rem;
}
	}

.ume,.matsu,.ohiri,.zabuton,.sensu,.suzume,.take,.ume-2 {
	font-family: "Hannari","serif";
	font-weight: 400;
    animation-delay: 0.3s;
}
.ume {
    background: url("../img/icon-ume-enji.png") no-repeat left 60%;
	background-size: 0.85em;
	padding-left: 1.2em;
}
.matsu {
    background: url("../img/icon01.png") no-repeat left 50%;
	background-size: 1.2em;
	padding-left: 1.8em;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.ohiri {
    background: url("../img/icon03.png") no-repeat left 50%;
	background-size: 1.3em;
	padding-left: 1.6em;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.zabuton {
    background: url("../img/icon-zabuton.png") no-repeat left 50%;
	background-size: 1.6em;
	background-position: left 65%;
	padding-left: 1.8em;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}

.sensu {
    background: url("../img/icon04.png") no-repeat left 50%;
	background-size: 1.6em;
	background-position: left 65%;
	padding-left: 1.8em;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.suzume {
    background: url("../img/icon-suzume.png") no-repeat left 50%;
	background-size: 1.8em;
	background-position: left 65%;
	padding-left: 2em;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.take {
    background: url("../img/icon-take.png") no-repeat left 50%;
	background-size: 1.4em;
	background-position: left 65%;
	padding-left: 2em;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.ume-2 {
    background: url("../img/clip-ume.gif") no-repeat left 50%;
	background-size: 1.4em;
	background-position: left 65%;
	padding-left: 1.6em;
	background-color:rgba(255,255,255,0.5);
	background-blend-mode:lighten;
}
.kaisei {font-family: 'Kaisei Tokumin', serif;}
.wf-hannari { font-family: "Hannari"; }
.serif { font-family: 'Noto Serif JP', serif; }
.sans {	font-family: 'Noto Sans JP', sans-serif; }
.font-80 { font-size: 0.8em; }
.font-90 { font-size: 0.9em; }
.font-110 { font-size: 1.1em; }
.font-120 { font-size: 1.2em; }
.ls-25 { letter-spacing: 0.25em;}
.ls-1 { letter-spacing: 0.1em;}
.ls--1 { letter-spacing: -0.1em; }
.ls--2 { letter-spacing: -0.2em; }
.ls--5 { letter-spacing: -0.5em; }

/******コンテンツページ　h2 上の空き********/
#seats h2,#outline h2,#kouen h2,#about2buy h2,#news h2,#voice h2,#media h2{
	margin-top: 80px;
}
@media screen and (max-width:1300px) {
#seats h2,#outline h2,#kouen h2,#about2buy h2,#news h2,#voice h2,#media h2{
	margin-top: 70px;
}
	}

@media screen and (max-width:960px) {
#seats h2,#outline h2,#kouen h2,#about2buy h2,#news h2,#voice h2,#media h2 {
	margin-top: 50px;
}
	}

@media screen and (max-width:530px) {
#seats h2,#outline h2,#kouen h2,#about2buy h2,#news h2,#voice h2,#media h2 {
	margin-top: 40px;
}
	}
/****** //コンテンツページ　h2 上の空き********/


#container{
    overflow-x: hidden;
}

/* header */

#header{
    background:#fff;
	background: url("../img/monyou-1.png") repeat-x;
	display: block;
	height: 154px;
	/*height: 164px;*/
}

#head-g {
	display: -webkit-flex;
    display: flex;
	flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	width: 90%;
	height: 154px;
	/*height: 164px;*/
	margin-left: 5%;
}

/*#header h1{
    position: absolute;
    top: 20px;
    left:30%;
    transform: translateX(-30%);
}*/
#head-g h1 img {
	max-height: 120px;
	width: auto;
}

#head-g .sub{
	font-size: 3.6rem;
    color:#771E39;
	font-family: 'Kaisei Tokumin', serif;
}
#head-g .sub-2 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    color:#040877;
	font-weight: 700;
	font-family: 'Kaisei Tokumin', serif;
}

#g-nav {
	display: block;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
}
#g-nav-list ul{
	display: -webkit-flex;
    display: flex;
	flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
	margin: 0;
	border-bottom: solid 1px #CAA84A;
}

#g-nav-list ul li{
  	letter-spacing: 0.1em;
    white-space: nowrap;
	width: 16.66666%;
	height: 8rem;
	padding: 0;
    display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	color: #040877;
	font-weight: 500;
	background: #FFFFFF;
	border-right: solid 1px #CAA84A;
}
#g-nav-list ul li:nth-child(4),#g-nav-list ul li:nth-child(5) {
	letter-spacing: 0em;
}
#g-nav-list ul li:last-child {
	border-right: none;
}
#g-nav-list a {
	color: #040877;
}
/*メニューボタン　アイキャッチ*/
#g-nav-list ul li img {
	margin-right: 1rem;
	height: auto;
	opacity: 0.4;
}
#g-nav-list ul li:first-child img {
	width: 3.8rem;
}
#g-nav-list ul li:nth-child(2) img {
	width: 3rem;
}
#g-nav-list ul li:nth-child(3) img {
	width: 3.8rem;
}
#g-nav-list ul li:nth-child(4) img {
	width: 4rem;
}
#g-nav-list ul li:nth-child(5) img {
	width: 4.2rem;
}
#g-nav-list ul li:last-child img {
	width: 4rem;
}

@media screen and (max-width:1300px) {

#header {
	height: 134px;
	/*height: 144px;*/
}
/*#head-g {
	height: 144px;
}*/
#head-g h1 img {
	max-height: 10rem;
}
#head-g .sub {
	font-size: 2rem;
}
#head-g .sub-2 {
	font-size: 2.2rem;
	padding-right: 8rem;
}
#g-nav ul{
    display: block;
    padding: 0;
}

#g-nav-list ul li{
  	letter-spacing: 0.1em;
    white-space: nowrap;
	width: 100%;
	height: 8rem;
	padding-left: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

	}

@media screen and (max-width:960px) {
#head-g {
	width: 100%;
	padding-right:100px; 
}
#head-g .sub {
	font-size: 1.6rem;
	letter-spacing: 0;
}
#head-g .sub-2 {
	font-size: 1.6rem;
}
#head-g h1 img {
	max-height: 90px;
	width: auto;
}

	}

@media screen and (max-width:768px) {

#head-g {
	flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
	margin-left: 0;
}

#head-g h1 img {
	max-height: 100px;
	width: auto;
}

#head-g .sub-2 {
	display: none;
}
 
	}

@media screen and (max-width:600px) {
#head-g {
	flex-wrap: wrap;
}
	}

@media screen and (max-width:530px) {

#header {
	height: 100px;
}

#head-g {
	height: 100px;
	padding-right: 80px; 
}

#head-g h1 img {
	max-height: 70px;
	/*position: relative;
	top: -8px;*/
}

	}

/*@media screen and (max-width:430px) {
#head-g h1 img {
}

	}*/

/******header//***************/

/******main **************/
main {
	margin-top: 234px;
}

@media screen and (max-width:1300px) {
main {
	margin-top: 134px;
}
	}

@media screen and (max-width:530px) {
main {
	margin-top: 100px;
}
	}

/* top-image */
#top-image {
	position: relative;
	display: block;
	width: 100%;
	height: 380px;
	overflow: hidden;
	/*display: flex;
	justify-content:center;
	align-items: center;*/
	background: url("../img/monyou-2.png") repeat;
	margin-bottom: 8rem;
}
#top-image img {
	position: absolute;
	top: 50%;
	left:  50%;
	transform:  translate(-50%, -50%);
	height: 100%;
	width: auto;
	/*max-height: 560px;
	width: auto;*/
}

@media screen and (max-width:960px) {
/*#top-image {
}
#top-image img {
	max-height: 550px;
}*/
	}

@media screen and (max-width:530px) {
#top-image {
	height: 240px;
	margin-bottom: 4rem;
}
#top-image img {
	max-height: 350px;
}
	}


/* 転載禁止 */
#top-image div.caption {
	position: absolute;
	bottom: 8%;
	left:  5%;
	display:block;
	font-size:80%;
	color: #FFFFFF;
	z-index: 8;
}

@media screen and(max-width:1440px) {
#top-image div.caption {
	bottom: 1%;
}
	
	}


/*----------------------------
トップページバナー各種
-------------------------------*/

/* 弟子だけ会バナー　*/
.desi_banar {
	padding:1.5rem 0 1rem 3rem;
	letter-spacing:-0.02em;
	font-size:2.75rem;
	background: url("../img/teruko4.png") no-repeat 6px center;
	background-size: 3em;
}

/** 越中座先行販売バナー **/
#top-image div.sub-banar {
	position: absolute;
	bottom: 45%;
	right:  5%;
	display:block;
	width: 25%;
	height: auto;
	background-color: #ffc0cb;
	color:grey;
	font-size:140%;
	font-weight:bold;
	text-align:center;
	padding-top:2rem;
	padding-bottom:2rem;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	line-height: 1.1em;
	border-radius:1rem;
	border: solid 6px white;
}

/** 越中座バナー **/
#top-image div.main-banar {
	position: absolute;
	bottom: 5%;
	right:  5%;
	display:block;
	width: 30%;
	height: auto;
}
#top-image .main-banar img {
	width: 100%;
	height: auto;
}

/** 寄席バナー **/
div.yose-banar {
	/*position: absolute;
	bottom: 15%;
	right:  30%;
	display:block;
	width: 40%;*/
	position: relative;
	display: block;
	padding-top:2rem;
	padding-bottom:2rem;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	color:#B92854;
	font-size:150%;
	font-weight:bold;
	text-align:center;
	line-height: 1.25em;
	/*border-radius:1rem;*/
	border: solid 2px #B92854;
	margin-top: 3rem;
}

div.yose-banar:hover {
	background-color: #e639ac;
	color: #FFFFFF;
	border: solid 2px #cac4c5;
}

div.yose-banar span {
	font-size: 80%;
}

.yose-btn {
	font-family: 'Noto Sans JP', sans-serif;
	color: #3d46bd;
	font-weight: 700;
	/*font-size: 1.2em;*/
	padding-left: 4%;
	padding-right: 4%;
	background-color: #FFFFFF;
	padding-bottom: 6px;
	padding-top: 6px;
	border-radius: 80px;
	border: solid 1px #73add4;
	background-color: #cfe9ff;
	margin: 1rem 10%;
}

@media screen and (max-width:530px) {
div.yose-banar {
	font-size: 140%;
	padding: 1rem 0.8rem;
}
.yose-btn {
	/*font-size: 1.2em;*/
	line-height: 1.25em;
}
	}

/*----------------------------
//トップページバナーここまで
-------------------------------*/





@media screen and(max-width:530px) {
#top-image div.main-banar {
	position: absolute;
	bottom: 20%;
	right:  10%;
	display:block;
	width: 80%;
	height: auto;
}
	
	}





/***** topics トピックス****/

#topics{
    position: relative;
    padding:0 5% 80px 5%;
}
.topics-area{
    display: flex;
	justify-content: space-between;
	align-items: stretch;
}

/*@media screen and (max-width:1300px) {
#topics {
	padding-left: 5%;
	padding-right: 5%;
	background-position: 1% 90%;
	background-size: 25%;
}
	}*/
	
/*@media screen and (max-width:960px) {
#topics{
	background-position: 99% 26%;
	background-size: 36%;
}
	}*/

@media screen and (max-width:768px) {
.topics-area{
    display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-direction: column;
}
	}
@media screen and (max-width:530px) {
#topics {
	padding-left: 2%;
	padding-right: 2%;
	background-position: 99% 22%;
	background-size: 50%;
}
	}

.topics-area{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* #pickup */
.topics-area #pickup {
	display: block;
	position: relative;
	width: 55%;
	background: url("../img/sankaimatu.png") no-repeat;
	background-position: 1% bottom;
	background-size: 55%;
}

@media screen and (max-width:1300px) {
.topics-area #pickup{
	background-position: 1% 90%;
	width: 50%;
}
	}
@media screen and (max-width:960px) {
.topics-area #pickup {
	width: 100%;
	margin-bottom: 10rem;
	background-position: 1% bottom;
	background-size: 40%;
}
	}
/**#pickup**/
#pickup h2{
	color: #771E39;
	font-size: 3.2rem;
	letter-spacing: 0.08em;
    background: url("../img/icon-ume-enji.png") no-repeat left center;
	background-size: 1.4em;
	padding-left: 2em;
	margin-bottom: 1.6rem;
}

.post-pickup .title {
	font-family: "Kaisei Tokumin", "serif";
	/*font-weight: 700;*/
	font-size: 2.8rem;
	letter-spacing: -0.05em;
	text-align: center;
}

.post-pickup .pick-detail {
	display: flex;
	justify-content: space-around;
	margin-top: 2rem;
	font-size: 1.8rem;
}
.pick-detail ul {
	margin-left: 2rem;
}
.pick-detail ul li {
	line-height: 2em;
}
.pick-detail ul li:last-of-type {
	margin-top: 2rem;
}
figure.pickup-thumb {
	display: block;
	max-width: 200px;
	margin-right: 10px;
}
fugure.pickup-thumb img {
	position: relative;
	width: 100%;
	height: auto;
}
.pick-tab {
	display: inline-block;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 2rem;
	background: #B92854;
	padding: 4px 10px;
	text-align: center;
	border-radius: 2.8rem;
	max-width: 100%;
}
.ticket-link {
	font-size: 2.8rem;
	font-weight: 700;
	text-align: center;
	color: #040877;
	padding: 0.4em;
	background: #F4E6BF;
	margin-bottom: 2rem;
	line-height: 1.25em;
}

@media screen and (max-width:1300px) {
#pickup h2{
	font-size:2.4rem;
}
.post-pickup .title {
	font-size: 2.6rem;
}
.post-pickup .pick-detail {
	font-size: 1.6rem;
}
figure.pickup-thumb {
	max-width: 180px;
}
.ticket-link {
	font-size: 2.4rem;
}
	}

@media screen and (max-width:530px) {
#pickup h2 {
	letter-spacing: -0.01em;
}
#pickup .post-pickup .title {
	font-size: 2.2rem;
	width: 11em;
	margin: 0 auto;
	letter-spacing: 0;
}
#pickup .post-pickup .pick-detail {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-top: 2rem;
}
figure.pickup-thumb {
	display: block;
	width: 50%;
	margin: 0 auto 2rem auto;
}
	}

@media screen and (max-width:430px) {
#pickup .post-pickup .title {
	font-size: 2rem;
}
	}

/* news-top */

#news-top{
    position: relative;
    width: 40%;
	padding:0 0 0 3rem;
background: -webkit-linear-gradient(#DBEED4, #FFF);
background: -o-linear-gradient(#DBEED4, #FFF);
background: linear-gradient(#DBEED4, #FFF);
border: #5A8B46 solid 1px;
}


#news-top h3{
	font-size: 4rem;
}

#news-top .news-top-area {
	position: relative;
	display: block;
	font-size: 1.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 0 1rem 1rem 0;
}
.news-top-area .news-top-link {
	margin: 2rem 0;
}
.post-news-top ul li {
	line-height: 1.4em;
	display: block;
	width: 96%;
	padding: 1rem 1.4rem;
	border-top:solid 1px #771E39;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 0 0 -1px;
}
.post-news-top ul li:last-child {
	border-bottom:solid 1px #771E39;
}
.post-news-top a li:hover {
	background: #F8FFEF;
}
.news-top-date {
	font-size:70%;
	margin-left: 2em;
	letter-spacing: 0.1em;
}
#teruko-top {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	position:relative;
	bottom: 60px;
	right:0;
	padding-top: 40px;
}
#teruko-top zoomIn {
	display: block;
	width: 60%;
border: #2EA7E0 solid 1px;
}

.hide-area {
	display: none;
}
#teruko-top .chara {
	max-height: 260px;
	width: auto;
}

/*@media screen and (max-width:1550px) {
#news-top{
	margin-top: 10rem;
}
	}*/
@media screen and (max-width:1300px) {
#news-top .news-top-area {
	font-size: 1.6rem;
}
.post-news-top li {
	line-height: 1.2em;
	display: block;
	width: 100%;
	padding: 1rem;
}

.news-top-date {
	letter-spacing: 0;
}
#news-top {
	width: 47%;
}
	}

@media screen and (max-width:960px) {
#news-top {
	width: 100%;
	/*margin-top: -16rem; */
	margin-top: -6rem;/*寄席バナー配置のとき*/
}
#teruko-top {
	display: flex;
	direction: column;
	justify-content: flex-end;
}
	}

@media screen and (max-width:768px) {
#news-top {
	margin-top: 3rem;
	padding-top: 0px;
	width: 100%;
}
#news-top h2 {
    position: relative;
    right: inherit;
    top: -10px;
}
#news-top .news-top-area {
	margin-top: 2rem;
	/*padding-top: 20px;*/
	font-size: 1.6rem;
	width: 90%;
}
	}

@media screen and (max-width:530px) {
#news-top {
	margin-top: 0;
}
#news-top .news-top-area {
	padding-top: 0;
	position: relative;
	width: 100%;
	margin-top: 0;
}
.post-news-top li {
	line-height: 1.6em;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 1em;
	border-top: solid 1px #771E39;
}
	}

@media screen and (max-width:430px) {
#news-top{
    position: relative;
	width: 100%;
	margin: 40px 0 0 0;    
	padding-top: 60px;
}
    
	}
/** news-top// **/






/*========= モーダル表示のためのCSS ===============*/

/*infoエリアをはじめは非表示*/
#mita-info{
	display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
	max-width: 700px;
	margin-bottom: 40px;
	padding: 20px;
}

/*モーダルのボタンの色を変更*/
.modaal-close:after, 
.modaal-close:before{
	background:#ccc;	
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}
/*========= ウィンドウのレイアウト ===========*/
section #mita-info{
	padding:30px;
	background:#f3f3f3;	
}
#mita-info .modaal-container h2{
	font-size:1.2rem;
	text-align: center;
	margin: 0 0 30px 0;
}

#mita-info p,ul{
	margin-top:20px;	
}
#mita-info img {
	pointer-events: none;
}
@media screen and (max-width:530px) {
.modaal-container{
	max-width: 100%;
	margin-bottom: 20px;
	padding: 8px;
}
section #mita-info{
	padding:8px;
}
	}
 
/*========= //モーダル表示 ===============*/


/* section#others */
section #others {
	display: block;
	position: relative;
	font-family: 'Noto Sans JP', sans-serif;
}
#others ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 4rem;
	justify-content: space-around;
	align-items: stretch;
	width: 80%;
	padding: 0;
	margin: 0 10% 100px 10%;

}

#others ul li.column {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-self: center;
	padding-top: 18px;
	height: 140px;
	width: 160px;
	border: solid 1px #040877;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2em;
}
#others ul li img {
	width: 36px;
}
#others ul li img.ico-large {
	width: 70px;
	height: auto;
}



@media screen and (max-width:960px) {
#teruko-top {
	width: 100%;
	margin: 0 auto;
}
#teruko-top zoomIn {
	width: 30%;
}
section #others ul {
	width: 100%;
	margin: 0;
}
	}

@media screen and (max-width:768px) {
#others ul li.column {
	font-size: 0.8em;
	line-height: 1.2em;
}
	}

@media screen and (max-width:530px) {
#teruko-top zoomIn {
	width: 60%;
}

#others ul li.column {
	width: 120px;
}

#teruko-top .chara {
	max-height: 140px;
	width: auto;
}

	}
/****topics//*****/

/* message */

#message{
    position: relative;
    width: 80%;
	margin: 0 10%; 
}

#message h2{
    position: absolute;
    right:35%;
    z-index: 2;
}

.message-area{
    display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	flex-direction: row-reverse;
}

.message-img{
	position: relative;
	width: 36%;
	padding-top: 150px;
	/*padding-right: 80px;*/
}

.message-content{
    /*display: flex;
    justify-content: center;*/
    width:60%;
	padding-top: 150px;
}

.message-box{
	font-size: 1.7rem;
	width: 100%;
	/*height: 40vh;*/
}

@media screen and (max-width:1280px) {
.message-area{
    /*display: flex;
	justify-content: space-around;
	flex-wrap: nowrap;
	flex-direction: row-reverse;*/
	flex-direction: column;
	align-items: center;
}
.message-img {
	width: 50%;
	padding-top: 50px;
	padding-right: 0;
}

.message-content{
	width: 100%;
}
	}
@media screen and (max-width:960px) {
.message-img {
	width: 70%;
}
	}
@media screen and (max-width:768px) {
#message{
	margin-top: 0;
}
    
#message h2 {
    position: relative;
    right: inherit;
    top: -50px;
}
.message-area {
	position: relative;
	top: -50px;
}
.message-content{
    padding:20px 0 0 0;
}
/*.message-box {
	font-size: 1.5rem;
}*/
.message-img,
.message-content{
     width:90%;
}
   
.message-img{
	padding-top: 30px;
 }

	}


@media screen and (max-width:430px) {
#message{
    width: 92%;
	margin: 0 4% 40px 4%;    
	padding-top: 20px;
}
    .message-img{
        height:20vh;
    }
}

@media screen and (max-width:370px) {

 .message-content p br{
    display: none;
    }
}
/**message//**/

/** access **/
#access {
    position: relative;
    width: 80%;
	margin: 6rem auto;
	padding-top: 4rem;
}

#access h2{
    position: absolute;
    right:30%;
    z-index: 2;
}

#access .access-area {
    display: flex;
    justify-content: space-around;
	align-items: flex-start;
    flex-wrap: wrap;
	font-family: 'Noto Sans JP', sans-serif;
	padding-top: 150px;
	margin: 0;
	width: 100%;
}
.access-area .flow {
    width:42%;
}
.access-area .map {
    width:40%;
}


@media screen and (max-width:1300px) {
#access {
	padding-top: 0;
	width:90%;
}
.access-area .flow {
    width:45%;
}
.access-area .map {
    width:45%;
}


	}

/*access-flow*/
.flow .head-railways {
	font-size: 2.2rem;
	font-weight: 700;
	background: url("../img/icon-ac-railway.png") no-repeat;
	background-position: left center;
	background-size: 3em;
	padding-left: 3.3em;
	margin-bottom: 2rem;
	line-height: 3em;
} 
.flow ul {
	border: solid 1px #2EA7E0;
	border-radius: 8px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	height: 140px;
	padding: 8px 0 8px 18px; 
	font-size: 1.6rem;
}
.flow ul li {
	width: 50%;
}
.flow ul li:last-child {
	font-size: 80%;
}
.flow img {
	margin-top: 2rem;
	margin-bottom: 4rem;
}
.flow .head-car {
	font-size: 2.2rem;
	font-weight: 700;
	background: url("../img/icon-ac-car.png") no-repeat;
	background-position: left center;
	background-size: 3em;
	padding-left: 3.3em;
	margin-bottom: 2rem;
	line-height: 3em;
} 

/*access-map*/
.map .head-map {
	font-size: 2.2rem;
	font-weight: 700;
	border-left: solid 6px #771E39;
	padding-left: 10px;
	margin-bottom: 4rem;
}
.map ul {
	font-size: 1.6rem;
	border-radius: 8px;
	background: #F8F0DA;
	padding: 1rem;
	margin-bottom: 4rem;
	display:flex;
	flex-flow: column wrap;
	justify-content:space-around;
}

/*.map ul li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}*/
.map ul li {
	display: inline-block;
	margin-bottom: 1em;
}
.map ul li img {
	width: 2.63em;
	height: auto;
	margin-right: 10px;
vertical-align:middle;
}
.map-img {
	border:solid 1px grey;
}

.pin {
	display: block;
	height: 37px;
	float: right;
	font-size: 1.4rem;
	margin-right:20px;
}
.pin img {
	position: relative;
	max-height: 100%;
	width: auto;
}

@media screen and (max-width:1200px) {
#access {
	width: 90%;
	margin: 4rem auto;
}

#access .access-area {
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.access-area .flow {
	width:80%;
}
.access-area .map {
	width:80%;
	padding-top: 50px;
}

	}

@media screen and (max-width:960px) {
#access .access-area {
	width:80%;
	position: relative;
	top: -80px;
	margin: 0 auto;
}
.access-area .flow {
    width:100%;
}
.access-area .map {
    width:100%;
}
.map ul {
	font-size: 1.8rem;
}
.map ul li img {
	width: 2.6em;
}

	}

@media screen and (max-width:768px) {
#access {
	margin: 0 auto 4rem auto;
	padding-bottom:4rem;
}
#access h2 {
    position: relative;
    left: 5%;
    top: -50px;
}
#access .access-area {
	width:90%;
	top: 0px;
	padding-top: 0;
}
.flow ul {
	font-size: 1.6rem;
	height: 120px;
}
.map ul {
	font-size: 1.8rem;
	padding: 10px 0 10px 10px;
}
.map ul li img {
	width: 2em;
	margin-right:0.5em;
}
	}

@media screen and (max-width:620px) {
.flow ul {
	font-size: 1.5rem;
	height: 140px;
}

.map ul {
	font-size:1.5rem;
}
	}

@media screen and (max-width:530px) {
#access {
	width:96%;
}
#access h2 {
	left: 2%;
}
.access-area .flow {
    width:100%;
	height: auto;
}
.access-area .flow ul {
	display:flex;
	flex-flow: column wrap;
	justify-content:space-around;
	height:200px;
}
.access-area .flow ul li {
	width:100%;
}
.access-area .map {
    width:100%;
	padding-top: 20px;
}

.map ul li img {
	vertical-align: middle;
}
	}
@media screen and (max-width:430px) {
#access {
	margin-top:4rem;
}
#access h2 {
	top:0;
}
	}	
/** acess// **/

/* footer */

#footer{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    flex-direction: row-reverse;
	align-items: stretch;
}

#footer .footer-r{
    width:70%;
    padding: 80px;
	background: #434343;
    color: #fff;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#footer .footer-r .bana-link{
    display: flex;
	flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
	margin-bottom: 20px;
}

#footer .footer-r .bana-link a {
	margin-bottom: 30px;
	max-width: 200px;
}

#footer .footer-link{
    font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.2em;
}

#footer .footer-link li{
     display: inline-block;
}

#footer .footer-link a{
    color: #fff;
	text-decoration: underline;
	font-weight: 400;
	padding: 0 10px;
	font-size: 1.8rem;
}

/*#footer .footer-link a::after{
    content:'/';
    padding: 0 10px;
	text-decoration: none;
}*/

#footer .footer-link li:last-child a::after{
    content:'';
    padding: 0;
}

#footer .footer-l{
    position: relative;
	width:30%;
	height: 100%;
}

#footer .footer-l .footer-contact{
    background: #F2E2B5;
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	height: 400px;
}

#footer .footer-l .footer-contact-area h2{
    font-size: 1.2rem;
    margin: 0 0 8px 0;
    letter-spacing: 0.1em;
}

#footer .footer-l .footer-contact-area {
    display: inline-block;
    font-size: 1.4rem;
	line-height: 1.4em;
}

#footer #copyright{
    background:#771E39;
    color: #ccc;
    text-align: center;
    display: flex;
	flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 10rem;;
}

#footer #page-top{
    position: fixed;
    bottom:0;
    right: 0;
    width:80px;
    height:80px;
    background:#FFF;
	opacity: 0.7;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	border:  solid 1px #040877; 
}

#footer #page-top span{
    display: inline-block;
  width: 15px;
  height: 15px;
  border-top:2px solid #040877;
  border-left: 2px solid #040877;
  transform: rotate(45deg);
}

@media screen and (max-width:1140px) {
#footer .footer-r{
    width:70%;
    padding: 60px;
}
	}

@media screen and (max-width:1045px) {
 
#footer .footer-r,
#footer .footer-l{
    width:100%;
}
    
#footer .footer-l .footer-contact,
#footer #copyright{
    height: inherit;
    padding: 40px 0;
}
    
#footer .footer-r .map-area h2{
    width:5%;
}
    
	}

@media screen and (max-width:768px) {
    #footer .footer-r{
        padding:80px 30px;
    }
    
   
#footer .footer-r .map-area h2{
    width:100%;
    height: inherit;
    margin: 0 0 50px 0;
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
}

#footer .footer-r .map-address{
        width:48%;
}
    
#footer #page-top{
        width:60px;
        height: 60px;
}
    
	}

@media screen and (max-width:560px) {

#footer .footer-r .map-address,  
#footer .footer-r .map-block{
        width:100%;
}
    
#footer .footer-r .map-address{
        margin: 0 0 50px 0;
}
	}

/****footer//*****/

/*==================================*/
/*チケット販売*/
/*==================================*/

/* about2buy */

#about2buy{
	display: block;
    position: relative;
    width: 100%;
	padding: 0 10%;
	margin: 3rem 0 4rem 0;
}
#about2buy h2{
    position: absolute;
    right:35%;
    z-index: 2;
	letter-spacing: -0.2em;
}
#about2buy h2 span {
	letter-spacing: 0.15em;
}

.about2buy-area{
	display: block;
	position: relative;
	padding-top: 200px;
	width: 80%;
	margin: 5rem auto;
}
#about2buy h3 {
	margin-bottom: 0;
	background: #AA272A;
	color: #FFFFFF;
}
.about2buy-area h4 {
	margin-bottom: 1em;
}
.about2buy-area ul {
	padding: 3rem;
	margin: 0 auto;
	border: solid 2px #454545;
}
.about2buy-area ul li {
	background: url("../img/icon02.png") left top no-repeat;
	background-size: 1em;
	line-height: 1.4em;
	padding-left: 2em;
	padding-bottom: 1.6em;
}

@media screen and (max-width:1550px) {
#about2buy h2{
    right:28%;
}
	}

@media screen and (max-width:1200px) {
#about2buy h2{
    right:22%;
}
	}

@media screen and (max-width:960px) {
#about2buy h2{
    right:20%;
}
.about2buy-area{
	padding-top: 160px;
	width: 90%;
}
	}
@media screen and (max-width:768px) {
#about2buy{
	padding-left: 2%;
	padding-right: 2%;
}
.about2buy-area{
	padding-top: 140px;
	padding-left: 0;
	padding-right: 0;
}
	}
@media screen and (max-width:530px) {
#about2buy{
	padding-left: 1%;
	padding-right: 1%;
}
#about2buy h2{
	letter-spacing: -0.2em;
    right:20%;
}
#about2buy h2 span{
	letter-spacing: 0.2em;
}
.about2buy-area{
	padding-top: 100px;
	padding-left: 0;
	padding-right: 0;

}
.about2buy-area ul {
	padding-left: 1em;
	padding-right: 1em;
}
	}
@media screen and (max-width:430px) {
#about2buy h2{
    right:10%;
}
	}

/* 販売方法 */

.ticket-sales {
	display: block;
    position: relative;
    width: 100%;
	padding: 0 10%;
	margin-bottom: 60px;
}
.ticket-sales a.btn {
	font-size: 80%;
}
.ticket-sales ol li {
	padding: 3rem;
	margin-bottom: 3rem;
	border: solid 2px #960A34;
	list-style-position: inside;
	line-height: 1.4em;
	padding-left: 2em;
	padding-bottom: 1.6em;
	font-size: 2.2rem;
	font-weight: 700;
}
.ticket-detail {
	font-size: 75%;
	font-weight: 400;
	padding-left: 1em;
}
.ticket-sales img {
	width: auto;
	height: 1.8rem;
}
@media screen and (max-width:530px) {
.ticket-sales {
	padding-left: 2%;
	padding-right: 2%;
}
.ticket-sales ol li {
	padding: 1em;
}
	}

@media screen and (max-width:430px) {
.ticket-sales h3 {
	padding-left: 1em;
}

	}


/*==================================*/
/*ホール概要・座席表*/
/*==================================*/

/* seats */

#seats{
	display: block;
    position: relative;
    width: 100%;
	padding: 0 10%;
}
#seats h2{
    position: absolute;
    right:36%;
    z-index: 2;
	/*margin: 80px 0;*/
}
.content-area{
	display: block;
	position: relative;
	padding-top: 200px;
}
@media screen and (max-width:1300px) {
#seats h2{
    right:30%;
}
	}

/*@media screen and (max-width:960px) {
#seats h2 {
	margin-top: 60px;
}
	}*/

/*@media screen and (max-width:530px) {
#seats h2 {
	margin-top: 40px;
}
	}*/



/*==================================*/
/*お問合せ*/
/*==================================*/

/* Q&A */
#qa{
	display: block;
    position: relative;
    width: 100%;
	padding: 6rem 10%;
}
.qa-area {
	width: 80%;
	margin: 0 auto;
	padding-top: 6rem;
}
.qa-area dl {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 3rem;
	border: solid 1px #989898;
	border-radius: 4px;
}
.qa-area dt,.qa-area dd {
	display: block;
}
.qa-area dt {
	font-size:1.1em;
	/*font-weight: 700;*/
	padding: 4px 4px 4px 18px;
	/*background: #E0B6C3;*/
	background: #C4CAEC;
	width: 100%;
}
.qa-area dd {
	padding: 1.2em 2em  1.2em 3rem;
	line-height: 1.4em;
}
.qa-area dd::before {
	content: "Ａ. ";
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	/*color: #771E39;*/
	color: #1931C5;
	font-size: 2.4rem;
}

@media screen and (max-width:960px){
.qa-area {
	width: 90%;
}
	}

@media screen and (max-width:768px){
.qa-area {
	width: 100%;
	padding-top: 3rem;
}
	}

@media screen and (max-width:530px){
#qa{
    width: 96%;
	margin: 0 auto;
	padding: 4em 2%;
}
.qa-area dt {
	font-size: 1.1em;
	line-height: 1.4em;
}
.qa-area dd {
	font-size: 1em;
	padding: 1em;
}
	}
/*qa//*/

/* profile */
#profile{
	display: block;
    position: relative;
    width: 100%;
	padding: 6rem 10%;
}
.profile-area {
	width: 50%;
	margin: 0 auto;
	padding-top: 2rem;
}
.profile-area dl dt {
	width: 20%;
	font-weight: 700;
}
.profile-area dl {
	padding: 1rem 10%;
	border-top: solid 1px #771E39;
	display: flex;
	align-items: flex-start;
}
.profile-area dl:last-child {
	padding: 1rem 10%;
	border-bottom: solid 1px #771E39;
}
.profile-area dt,dd {
	display: block;
}
.profile-area dd::before {
	content: ":　";
}

@media screen and (max-width:1200px){
.profile-area {
	width: 80%;
}
	}
@media screen and (max-width:960px){
#profile{
    width: 90%;
	margin: 0 auto;
}
.profile-area {
	width: 80%;
}
	}

@media screen and (max-width:768px){
#profile{
    width: 96%;
	padding: 3rem 5%;
}
.profile-area {
	width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
}
	}

@media screen and (max-width:530px){
.profile-area dl dt {
	width: 4em;
	font-weight: 700;
}
.profile-area dl {
	padding: 6px 2%;
}
.profile-area dl:last-child {
	padding: 6px 2%;
}
	}
/* profile// */


/*contact-form*/
#contact-form{
	display: block;
    position: relative;
    width: 100%;
	padding: 6rem 10%;
}
.form-area {
	width: 80%;
	margin: 0 auto;
	padding-top: 2rem;
}

/*-------フォームのスタイル---------*/

.form-list {
	width: 100%;
	margin-top: 4rem;
}
.form-list input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

.form-list input[type='text'] , 
.form-list input[type='email'] , 
.form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

.form-list.form-list input[type='text'] , input[type='email'] {
	height:50px;
}

.form-area .submit-btn{
    width:320px;
    margin: 0 auto;
	display: flex;
	justify-content: center;
}

.form-area input[type='submit'],.form-area input[type='reset'],.form-area input[type='button']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

.form-area input[type='submit']:hover,.form-area input[type='reset']:hover,.form-area input[type='button']:hover{
    background: #333;
    color: #fff;
} 

.form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

.form-list dt{
    width:30%;
}

.form-list dd{
    width:66%;
}

.form-list input[type='text']#number {
	width:60px;
}
.form-list dl.contact-l {
	flex-flow: column;
}
.form-list dl.contact-l dt,
.form-list dl.contact-l dd {
	width: 100%;
}

@media screen and (max-width:768px){
#contact-form{
    width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
}
.form-area {
	width: 100%;
	margin: 0;
	padding: 2rem 0;
}
	}

@media screen and (max-width:530px){
#contact-form{
    width: 94%;
	margin: 0 auto;
	padding: 2rem 1rem;
}
.form-list dl {
	flex-flow: column;
}
.form-list dt{
    width:100%;
}

.form-list dd{
    width:100%;
}
	}

/*contact//*/

/*==================================*/
/*公演情報*/
/*==================================*/

/*kouen*/
#kouen{
	display: block;
    position: relative;
    width: 100%;
	margin: 3rem 0 4rem 0;
}
#kouen h2{
    position: absolute;
    right:40%;
    z-index: 2;
}

.kouen-area{
	display: block;
	position: relative;
	padding-top: 200px;
	width: 70%;
	margin: 5rem auto;
}
.kouen-post {
	margin: 6rem auto 8rem auto;
}
.kouen-post .kouen-caption {
	display: flex;
	align-items: flex-start;
	margin-bottom: 1rem;
}
.kouen-post .kouen-detail {
	padding: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;
}
.kouen-post .kouen-date {
	font-size: 2.4rem;
}
.kouen-detail .kouen-data {
	display: block;
}
.kouen-detail dl {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 1.2em;
}
.kouen-detail dt {
	width: 8em;
	background: #E0E0E0;
	text-align: center;
	margin-right: 1em;
	font-size: 90%;
}
.kouen-detail figure {
	max-width: 20%;
}
@media screen and (max-width:1300px) {
#kouen h2{
    right:32%;
}
	}
@media screen and (max-width:1045px) {
#kouen h2{
    right:30%;
}
	}
@media screen and (max-width:960px) {
#kouen h2{
    right:36%;
}
.kouen-area {
	width: 90%;
	padding-top: 140px;
}
	}
@media screen and (max-width:768px) {
.kouen-post .kouen-detail {
	/*padding: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;*/
	flex-flow: column;
}
.kouen-detail figure {
	max-width: 50%;
	margin: 0 auto;
}
	}
@media screen and (max-width:530px) {
#kouen h2{
    right:30%;
}
.kouen-area {
	padding-top: 100px;
}
.kouen-post {
	margin: 4rem auto;
}
.kouen-post .kouen-caption span.tab-enji {
	font-size: 80%;
	padding-left: 8px;
	padding-right: 8px;
}
.kouen-post h4 {
	padding: 1rem 1%;
}
.kouen-detail .kouen-data {
	width: 100%;
}
.kouen-detail dl {
	flex-flow: column;
	width: 100%;
}
.kouen-detail dt {
	width: 100%;
}

	}
	
/*==================================*/
/*お知らせ*/
/*==================================*/

/*news*/
#news{
	display: block;
    position: relative;
    width: 100%;
	margin: 3rem 0 4rem 0;
}
#news h2{
    position: absolute;
    right:40%;
    z-index: 2;
}

#main-area .news-area{
	display: block;
	position: relative;
	padding-top: 100px;
	width: 70%;
	margin: 5rem auto;
	font-family: 'Noto Sans JP', sans-serif;
}
#main-area .news-area:first-of-type{
	padding-top: 260px;
}
.news-post {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-flow: column;
}
.news-caption {
	padding: 4rem 3rem 0 3rem;
	display: flex;
	justify-content: space-between;
	background: #DDEED6;
}
.news-category {
	background: #5A8B46;
	padding: 4px 10px;
	color: #FFFFFF;
}
.news-date {
	font-size: 2rem;
}
.news-post h4 {
background: -webkit-linear-gradient(#DBEED4, #FFF);
background: -o-linear-gradient(#DBEED4, #FFF);
background: linear-gradient(#DBEED4, #FFF);
line-height: 6rem;
display: flex;
align-items: center;
justify-content: center;
font-weight: 400;
}
.news-post h4 img {
	height: 4rem;
	width: auto;
	margin-right: 1rem;
}
.news-post-body {
	width: 100%;
	padding: 0 5% 2rem 5%;
	font-size: 1.8rem;
}
.news-post-body img {
	max-width: 30%;
	height: auto;
	float: right;
}

@media screen and (max-width:1280px) {
#news h2{
    right:32%;
}
#main-area .news-area:first-of-type{
	padding-top: 220px;
}
	}
@media screen and (max-width:1045px) {
#news h2{
    right:30%;
}
	}
@media screen and (max-width:960px) {
#news h2{
    right:36%;
}
#main-area .news-area {
	width: 90%;
	padding-top: 0;
}
#main-area .news-area:first-of-type{
	padding-top: 180px;
}
.news-caption {
	padding: 2rem 3rem 0 3rem;
}
.news-category {
	padding: 2px 6px;
	font-size: 1.4rem;
}
.news-date {
	font-size: 1.6rem;
}
.news-post-body {
	padding: 2rem;
}
	}
@media screen and (max-width:768px) {
#main-area .news-area:first-of-type{
	padding-top: 140px;
}
.news-post .news-post-body {
	flex-flow: column;
}
.news-post-body img {
	max-width: 30%;
	margin: 1rem auto;
}
	}
@media screen and (max-width:530px) {
#news h2{
    right:30%;
}
#main-area .news-area{
	width: 94%;
	margin-bottom: 40px;
}
.news-post {
	margin: 0 auto;
}
.news-category {
	font-size: 80%;
	padding-left: 8px;
	padding-right: 8px;
}
.news-post h4 {
	padding: 1rem 1%;
	line-height: 1.2em;
}
.news-post .news-area {
	width: 100%;
	padding-top: 0;
}
.news-post-body {
	font-size: 1.6rem;
}
.news-post-body img {
	max-width: 50%;
	height: auto;
	float: none;
	margin: 0 25%;
}
	}
	
@media screen and (max-width:430px) {

	}
/* news// */

/*==================================*/
/*お客さまの声*/
/*==================================*/

/*voice*/
#voice{
	display: block;
    position: relative;
    width: 100%;
	margin: 3rem 0 4rem 0;
}
#voice h2{
    position: absolute;
    right:36%;
    z-index: 2;
}
#voice p {
	padding-top: 210px;
}
.voice-area{
	display: flex;
	justify-content: flex-start;
	align-content: stretch;
	flex-wrap: wrap;
	width: 90%;
	margin: 0 auto;
}
.voice-post {
	padding: 3rem;
	display: block;
	width: 33.3333%;
}
.voice-post .voice-caption {
	padding: 1rem;
	color: #A4842E;
	font-size: 1.4rem;
	text-align: right;
}
.voice-post article {
	padding: 1rem 2rem 3rem  2rem;
/*	display: flex;
	align-items: flex-start;
	justify-content: space-around;
*/	border: solid 1px #B49541;
	border-radius: 4px;
	height: 100%;
	width: 100%;
	font-size: 1.5rem;
}
.voice-caption img {
	width: 30px;
	height: auto;
	opacity: 0.6;
}
.voice-caption img.l {
	width: 38px;
}
.voice-caption img.xl {
	width: 52px;
}

@media screen and (max-width:1300px) {
#voice h2{
    right:32%;
}
	}
@media screen and (max-width:1045px) {
#voice h2{
    right:30%;
}
.voice-post {
	padding: 2rem;
}
	}
@media screen and (max-width:960px) {
#voice h2{
    right:32%;
}
#voice p {
	padding-top: 140px;
}
.voice-area {
	padding-top: 40px;
}
.voice-post {
	width: 50%;
}
.voice-caption {
	padding: 2rem 3rem 0 3rem;
}
.voice-post article {
	padding: 2rem;
}
	}

@media screen and (max-width:768px) {
.voice-post article {
	/*padding: 2rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-around;*/
	flex-flow: column;
}
	}
@media screen and (max-width:530px) {
#voice h2{
    right:28%;
}
.voice-area {
	padding-top: 0;
}
.voice-post {
	width: 100%;
	padding: 0;
	margin: 1rem;
}
.voice-post article {
	width: 100%;
	padding-top: 0;
}

	}
/* voice// */

/*==================================*/
/*メディア出演情報*/
/*==================================*/

/*media*/
#media{
	display: block;
    position: relative;
    width: 100%;
	margin: 3rem 0 4rem 0;
}
#media h2{
    position: absolute;
    right:36%;
    z-index: 2;
}

.media-area{
	display: block;
	position: relative;
	padding-top: 200px;
	width: 70%;
	margin: 5rem auto;
}
.media-head {
	width: 100%;
	margin-top: 4rem;
	margin-bottom: 0;
	color: #771E39;
	border-bottom: solid 2px #C3A248;
	padding-left: 1em;
}
.media-area .media-block {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding: 2rem;
}
.media-block dt {
	color: #771E39;
	font-family: 'Noto Sans JP', sans-serif;
}
.media-block dt img {
	height: 1.8em;
	width:auto;
	margin-right: 0.6em;
}
.media-block dl.program {
	width: 45%;
	display: block;
	background: url("../img/sankaimatu.png") no-repeat right bottom;
	background-size: contain;
}
.program-title {
	font-size: 1.8rem;
	font-weight: 600;
}
@media screen and (max-width:1300px) {
#media h2{
    right:32%;
}
	}
@media screen and (max-width:1045px) {
#media h2{
    right:30%;
}
	}
@media screen and (max-width:960px) {
#media h2{
    right:36%;
}
.media-area {
	width: 90%;
	padding-top: 140px;
}
	}
@media screen and (max-width:768px) {
.media-area{
	padding-top: 120px;
	width: 90%;
	margin: 3rem auto;
}
.media-area .media-block {
	flex-flow: column;
	justify-content: flex-start;
	padding: 0;
}
.media-head {
	margin-bottom: 2rem;
}
.media-block dl.program {
	width: 100%;
	margin-bottom: 3rem;
	background: none;
	border-left: solid 6px #CDCDCD;
	padding-left:2rem;
}
.media-block ul li {
	border-left: solid 6px #CDCDCD;
	padding-left: 2rem;
	margin-bottom: 1em;
}
	}
@media screen and (max-width:530px) {
#media h2{
    right:30%;
}
.media-area {
	padding-top: 100px;
}
.media-head {
	margin-top: 2rem;
}
	}

/*==================================*/
/*メールマガジン*/
/*==================================*/

/* magazine */
#magazine{
	display: block;
    position: relative;
    width: 100%;
	padding: 6rem 10%;
}
.magazine-area {
	width: 65%;
	margin: 0 auto;
	padding-top: 6rem;
}
@media screen and (max-width:1300px){
.magazine-area {
	width: 85%;
}
	}
@media screen and (max-width:960px){
.magazine-area {
	width: 100%;
	padding-top: 3rem;
}
	}

@media screen and (max-width:530px){
#magazine{
    width: 96%;
	margin: 0 auto;
	padding: 4em 2%;
}
	}
/*magazine//*/

/*magazine-form*/
#magazine-form{
	display: block;
    position: relative;
    width: 100%;
	padding: 6rem 10%;
}
.magazine-area {
	width: 80%;
	margin: 0 auto;
	padding-top: 2rem;
}
@media screen and (max-width:768px){
#magazine-form{
    width: 90%;
	margin: 0 auto;
	padding: 3rem 0;
}
.magazine-area {
	width: 100%;
	margin: 0;
	padding: 2rem 0;
}
	}

@media screen and (max-width:530px){
#magazine-form{
    width: 94%;
	margin: 0 auto;
	padding: 2rem 1rem;
}
	}



