﻿*,
*:before,
*:after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}


html {
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}



body{
	  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",
	background-color:"#ffff";
	margin:0;
	padding:0;
}

/*====囲みの枠=====================================================================*/

.wrapper {
	min-height: 100vh;
	position: relative;/*←相対位置*/
	padding-bottom: 120px;/*←footerの高さ*/
	box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
	background: linear-gradient(to bottom right, #e9defa, #fbfcdb);

}

#container {
	display: block;
	max-width: 1080px;
	margin:0 auto 30px;
	padding:0 20px;
}


.contact_box {
	padding:0 20px;
	margin-bottom:3rem;
}


.about_box {
	padding:0 20px;
	margin-bottom:3rem;
}





.tb_30 {
	padding-top:30px;
	padding-bottom:30px;
}




.tb_60 {
	padding-top:60px;
	padding-bottom:60px;
}



.tb_100 {
	padding-top:100px;
	padding-bottom:100px;
}





/*====画像の設置=====================================================================*/




.full {
	width: 100%;
	min-height: auto;
}


.main_img {
	margin: 1rem auto;
	text-align: center;

}

img {
	max-width:100%;
	height:auto;
}


br {
	line-height : 1.8;

}

/*====テキスト装飾=====================================================================*/

p {
font-family: serif;
	font-size: 10px;
	font-size : 1rem;
	color: #000;
	font-weight: 500;
	line-height : 1.8;
	margin:0.6rem;
}

.txt_red {
	font-size: 1.6em;
	color: crimson;
	font-weight: 700;		
}

.txt_w {
color:#fff !important;

}


.t_bg_w {
background-color:#dbdf00;
	width:30%;
}

#container ul{
	margin-left: 0px;
	padding: 0px;
}

#container li{
	list-style: none;

}


.text_large {
font-size:2.2rem;
}

.text_small {
font-size:.8rem;
line-height: 0.8;
letter-spacing: 0.2rem;
}


.text_small_06 {
font-size:.6rem;
}


/**/

.text_large_16 {
	font-size: 1.6rem;
	margin: 0.5rem auto;
}
.text_small_1 {
font-size:1rem;
}


/**/




.text_right {
text-align: right;
}

.text_left {
text-align: left;
}

.text_center {
text-align: center;
}





.about,
.onair {
font-size: 1.6rem;
    margin: 1rem auto;
    font-weight: 700;
    /* letter-spacing: 8px; */
font-family: serif;    line-height: 1.6;
    padding: 20px;
/*    text-align: left;*/
    background-color: #fff;
}

.about {
	color: #000;
}
.onair {
	color: #4c3e41;
}

/*==見出しの設定====================*/


.h3_nos {
	letter-spacing: 0;
	font-size : 1rem;
	margin: 0.5rem auto;
	font-family: serif;
	color: #000;
	font-weight: 700;

}


h2,h3,h4,h5,h6 {
	font-family: serif;
	color: #293a43;
	line-height: 1.5;

}



h1.title {
	margin: 0 auto;
	padding:0;
	text-align: center;
	letter-spacing: .2rem;
}


h2 {
	font-size : 1.6rem;
	margin:0 auto;
	font-weight: 700;
	padding:0;
	letter-spacing: .2rem;
	text-align:center;
}


h3 {
	font-size: 1.4rem;
	margin: 0.5rem auto;
}


h4 {
	font-size: 1.2rem;
	margin: 1rem auto;
	padding: 0.6rem;
	text-align: center;
}



h5 {
	font-size : 1.2rem;
	margin:0 auto .4rem;
	letter-spacing: 0.2rem;

}


h6 {
	font-size : 1rem;
	margin:0 auto;
	padding:.6rem;
}




/*======================*/

h3.s_title {
	text-align: center;
	margin-bottom:1rem;
}
 
h3.s_title span{
     position: relative;
     display: inline-block;
     padding: 0 0.8em;
}
      
h3.s_title span::before{
     position: absolute;
     content: '';
     top:0;
     right:0.2em;
     width: 0.2em;
     height:100%;
     border: solid 1px #000;
     border-left: none;
}
 
h3.s_title span::after{
     position: absolute;
     content: '';
     top:0;
     left:0;
     width: 0.2em;
     height:100%;
     border: solid 1px #000;
     border-right: none;
}


/*==仕切り線==*/

hr {
	height: 6px;
	background-color: #f2f2f2;
	width: 90%;
	border: none;
	margin: 2rem auto;
	border-radius: 20px;
}





/*==テキスト色変更==*/

/*==オレンジ==*/

.txt_c_o {
color:#eb6100;
}

/*==水色==*/

.txt_c_b {
color:#00BCD4;
}


/*==ピンク==*/

.txt_c_p {
color:#e91e63;
}


/*==赤==*/

.txt_c_r {
color:#f43636;
}



/*====ヘッダーの設定=====================================================================*/


#topicpath {
padding : 10px 0;
font-size : 10px;
line-height : 12px;
clear: both;
width :100%;
text-align : left;
background:#294C7A;
color:#fff;
}

#topicpath .pan {
max-width:960px;
margin:0 auto;
padding:6px;
}


#topicpath .pan a {
color:#fff;
}




/*==セッション横並び==*/

.flex_box{
display: flex;
    width: 1020px;
    margin: 0 auto;
}


.flex_box div{
width: 50%;
margin: 20px 10px;
}


@media screen and (max-width: 480px) {

.contact_box {
    padding: 20px;
    margin-bottom: 3rem;
}

.about_box {
    margin-bottom: 3rem;
}

.flex_box{
	display: block;
	width:100%;
}

.flex_box div{
	width: 90%;
	margin: 10px;
}

.t_bg_w {
background-color:#dbdf00;
	width:90%;
}

}



/*====フッターの設定=====================================================================*/



/* コピーライト */

#cr{
padding : 10px 0;
font-size : 10px;
line-height : 12px;
clear: both;
width :100%;
text-align : center;
background:#294C7A;
color:#fff;
}


footer {
width: 100%;
text-align: center;
position: absolute;/*←絶対位置*/
bottom: 0; /*下に固定*/
}



/********** SLIDERS **********/


.slider.vertical .slider_left,
.slider.vertical .slider_right{
  width:100px;
  left:50%;
  top:10px;
  margin:0 -50px;
  text-align:center;
background:#ffff;
}

.slider.vertical .slider_right{
  top:auto;
  bottom:10px;
}

.slider.vertical .slider_dotwrap{
  width:6px;
  height:72px;
  top:50%;
  left:auto;
  bottom:auto;
  right:15px;
  margin:-36px 0;
}

.slider.vertical .slider_dot{
  margin:4px 0;
}


/* overrides */
#slider0 .slider{
	height:auto;
	max-width:800px;
	margin:0 auto;
}




/*====YouTube設置の設定=====================================================================*/

.youtube {
	margin:2rem auto 1rem;
  width: 100%;
  aspect-ratio: 16 / 9;
	box-shadow: -20px -20px 0 #2196f3;

}


.youtube2 {
	margin:2rem auto 1rem;
  width: 100%;
  aspect-ratio: 16 / 9;
	box-shadow: -20px -20px 0 #607d8b;

}



.youtube iframe,
.youtube2 iframe {
  width: 100%;
padding:0;
  height: 100%;
}



.history dl {
	font-family: "Libre Baskerville", serif;

	display: flex;
	flex-flow: row wrap;
	width: 680px;
	margin:0 auto;
}

.history dt {
	flex-basis: 40%;
	padding: 16px;
}

.history dd {
	flex-basis: 60%;
	padding: 16px;
	border-bottom: 1px solid #cac7af;
	margin: 0;
}

/*====出演者の設定=====================================================================*/


.performer_box {
	/*background-color: #fff;*/
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.performer {
color: #000;
    margin: 10px;
    /* border-radius: 5px; */
    align-self: stretch;
    border: solid 1px #607d8b;
    width: 46%;
    padding: 2rem;
    box-shadow: 10px 10px 0 #607d8b;
    background-color: #fff;
}

.performer img {
	width: 100%;

}


.performer_02 {
	color:  #000;
	margin:  10px;
	border-radius:  5px;
	align-self: stretch;
	border:solid 1px #f5f5f5;
	width: 30%
}




/*===============================*/

h1 {
  text-align: center;
}

.media_label {
	border:1px solid #000;
	padding: 0.1rem 0.4rem;
    margin-right: 0.8rem;
}

.mt-1 {
	margin-top:1rem;
}

.mt-2 {
	margin-top:2rem;
}



/*===スマホ設定======================================================================*/


@media screen and (max-width: 480px) {

h2 {
	font-size : 1.2rem;
	margin:0 auto;
	font-weight: 700;
	padding:0;
	letter-spacing: .2rem;
	text-align:left;

}

.hp_none {
	display:none;

}
.history dl {
	flex-flow: column;
}




.history dl {
	font-family: "Libre Baskerville", serif;

	display: flex;
	flex-flow: row wrap;
	width: 90%;
	margin:0 auto;
}

.history dt {
	flex-basis: 100%;
	padding: 3px;
	font-size:0.8rem;
}

.history dd {
	flex-basis: 100%;
	padding: 3px;
	border-bottom: 1px solid #cac7af;
	margin: 0;
	font-size:0.8rem;

}




	.performer_box {
		
		padding:  10px;
		display: block;
		justify-content: center;
	}


	.performer {
		color:  #000;
		margin:  10px;
		border-radius:  5px;
		align-self: stretch;
		border:solid 1px #f5f5f5;
		width: 100%;
		flex-direction: column;
		background-color: #fff;
	}

	.performer img {
		width: 100%;
	}


.performer_02 {
	color:  #000;
	margin:  10px;
	border-radius:  5px;
	align-self: stretch;
	border:solid 1px #f5f5f5;
	width: 100%;
}


p {
	font-family: "Libre Baskerville", serif;
	font-size: 8px;
	font-size : 0.8rem;
	color: #000;
	font-weight: 500;
	line-height : 1.8;
	margin:0.6rem;
}




.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #2196f3;
	font-family: "Libre Baskerville", serif;

}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #14578b;
}

a.btn--radius {
   border-radius: 100vh;
}

.tb_100 {
    padding-top: 30px;
    padding-bottom: 30px;
}


}


/*==================================*/

.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 0.6rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-svg {
  font-weight: 700;
  line-height: 54px;
  width: 204px;
  height: 54px;
  padding: 0;

  cursor: pointer;
  text-decoration: none;

  background-color: transparent;
}

a.btn-svg svg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

a.btn-svg svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;

  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 200px, 16px;
  stroke-dashoffset: 70px;
}

a.btn-svg:hover svg rect {
  stroke-dashoffset: 284px;
}

a.btn-svg span {
  color: #000;
}


/*------------------------*/




.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #2196f3;
	font-family: "Libre Baskerville", serif;

}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #14578b;
}

a.btn--radius {
   border-radius: 100vh;
}


/*------------------------*/


br.hp_none {
	display:none;

}



@media screen and (max-width: 480px) {


br.hp_none {
	display:block;

}


.tb_60 {
    padding-top: 20px;
    padding-bottom: 20px;
}


h2 {
	font-size : 1rem;
	margin:0 auto;
	font-weight: 700;
	padding:0;
	letter-spacing: .2rem;
	text-align:center;
}


}