@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	text-decoration:none;
}
body{
	/*font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", sans-serif, "メイリオ", Osaka, "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", 'Noto Sans Japanese',serif;*/
	/*font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;*/
	/*font-family:'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro';*/
/*	font-family: 'Lucida Grande', Arial, 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', sans-serif;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#concept p{
	font-weight:600;
}
a{
	text-decoration:　none !important;
}
ul,li{
	list-style:none;
}
.alignC{
	text-align:center;
}
.alignL{
	text-align:left;
}
.alignR{
	text-align:right;
}
.first .row{
	margin-top:0;
}
.logo {
	max-height:25px;
	max-width:120px;
	margin:0;
	fill:#525252;
}

/*メインロゴの大きさ*/
@media (min-width: 768px) {
#toplogo{
	width: 30%;
}
}
@media (max-width: 768px) {
#toplogo{
	width: 50%;
}
}

/*フロート*/
.clear{
	clear: both;
}

/*フォントサイズ*/

.FS10{ font-size:10px; }
.FS11{ font-size:11px; }
.FS12{ font-size:12px; }
.FS13{ font-size:13px; }
.FS14{ font-size:14px; }
.FS15{ font-size:15px; }
.FS16{ font-size:16px; }
.FS17{ font-size:17px; }
.FS18{ font-size:18px; }
.FS19{ font-size:19px; }
.FS20{ font-size:20px; }
.FS22{ font-size:22px; }
.FS24{ font-size:24px; }
.FS30{ font-size:30px; }
.FS40{ font-size:40px; }
/*マージン*/

.marB5{margin-bottom:5px;}
.marB10{margin-bottom:10px;}
.marB15{margin-bottom:15px;}
.marB20{margin-bottom:20px;}
/*.col-sm-12 #concept .marB20 {
}*/
.col-sm-12{overflow: hidden;}
	
.marB40{margin-bottom:40px;}
.marB60{margin-bottom:60px;}
.marB80{margin-bottom:80px;}
.marB100{margin-bottom:100px;}
.pad20{padding: 20px;}

a img:hover{
	opacity: 0.3;
	/*height: 1em;*/
}
.red{

	color:#E50003;
	font-weight: bold;
}
.blue{
	color:#2474FF;
	font-weight: bold;
}
.gray{
	color: #B1B1B1;
}
.bold{
	font-weight:bold !important;
}

/*ボタン*/

.red_btn,
.blue_btn,
.yel_btn,
.green_btn{
	display:block;
	line-height:2.4em;
	text-decoration:none !important;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	box-sizing:border-box;
	width:100%;
	margin:0;
	/*border: 3px solid #000000;*/
}
.red_btn:hover,
.blue_btn:hover,
.yel_btn:hover,
.green_btn:hover{
	text-decoration:none;
	opacity:0.7;
}
.red_btn{
	background-color:#E83E4B;	
	color:#FFF !important;
}
.blue_btn{
	background-color:#1676BC;
	color:#FFF !important;
}
.yel_btn{
	background-color:#F0E055;
	color:#000 !important;
}
.green_btn{
	background-color:#019946;
	color:#FFF !important;
	margin: 0 0 15px 0;
	line-height: 2.4em;
}
.top_btn{
	padding:0px;
}

/*ボーダー*/

.border_b1px{
	border: 1px solid #000
}
.border_p{
	border:4px solid #FF297C;
	box-sizing:border-box;
}
.border_b{
	border-bottom:3px solid #000000;
	padding: 0.7em 0;
	margin: 0;
	box-sizing:border-box;	
}

/*//////////////////////

トップロゴ

//////////////////////*/

#logo{
	width: 100px;
    position: fixed;
    top: 10px;
    left: 3%;
    z-index: 900;
}
@media (max-width: 768px) {
#logo{
	display:none;
}
}

/*//////////////////////

メニューボタン

//////////////////////*/

/*スマホ用メニュー表示/非表示*/
/*@media (min-width: 768px) {
	.navbar,
	.navbar-inverse{
    display: none;
}
}
@media (max-width: 768px) {
	.navbar,
	.navbar-inverse{
    display: block;
}
}*/

/*PC用メニュー表示/非表示*/
#menuButton {
    display: block;
}
/*@media (min-width: 768px) {
	#menuButton {
    display: block;
}
}
@media (max-width: 767px) {
	#menuButton {
	display:none ;
}
}
*/
#menuButton {
    width: 66px;
    height:60px;
    position: fixed;
    top: 10px;
    right: 3%;
    z-index: 800;
	padding:5px;
	background:#FFFFFF;
	border:4px #000000 solid;
}
#menuButton span {
    display: block;
    background: #000;
    width: 34px;
    height: 4px;
    position: absolute;
    left: 12px;
	border-radius:5px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menuButton span:first-child {
    top: 12px;
}
#menuButton span:nth-child(2) {
    margin-top: -2px;
    top: 50%;
}
#menuButton span:last-child {
    bottom: 12px;
}
#menuButton.active span:first-child {
    -webkit-transform: translateY(12px) rotate(45deg);
    -moz-transform: translateY(12px) rotate(45deg);
    -ms-transform: translateY(12px) rotate(45deg);
    transform: translateY(12px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
    opacity: 0;
}
#menuButton.active span:last-child {
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -moz-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
}
/*スマホ用メニューSNSボタン*/
#mob_top_sns{
	float:left;
	margin:10px 0 0 28%;
	width:54%;
	height:40px;
}
#mob_top_sns li{
	display:block;
	float:left;
	width:28%;
	height:30px;
	margin:0 4% 0 0;
	border-radius:3px;
	text-indent:-999px;
	padding:0;
}
#mob_top_sns li a{
	display:block;
	width:100%;
	height:30px;
	margin:0;
}
#top_sns1{
	background:url(../img/head_twitter.png) no-repeat 50% 50%;	
	background-color:#1B95E0;
}
#top_sns2{
	background:url(../img/head_fb.png) no-repeat 50% 50%;
	background-color:#4267B2;
}
#top_sns3{
	background:url(../img/head_line.png) no-repeat 50% 50%;
	background-color:#00C300;
}



/*
メニュー中身
----------------------*/

aside{
    display: none;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 60px 0 15px 5px;
    /*background:url(../image/menu_bg.png) left repeat-y;*/
	background-color:#FFF;
	/*box-shadow:#21545F 0px 0 5px;*/
	border-left:4px #000 solid;
    line-height: 42px;
    text-align: center;
    top: 0;
    left: 100%;
	position: absolute;
    z-index: 700;
	position: fixed;
	overflow:scroll;
}
/*メニュー スマホでは横幅60％表示*/
@media (max-width: 750px){
	aside{
		width: 60%;
	}
}

nav ul li {
	list-style: none;
}
nav ul li a{
	clear:both;
	display:block;
	height:60px;
	width:100%;
	margin-botom:10px;
	padding: 0 ;
	margin-left:0;/*
	-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;*/
	
/*	-moz-transition: -moz-transform all 0.4s ease;
	-webkit-transition: -webkit-transform all 0.4s ease;
	-o-transition: -o-transform all 0.4s ease;
	-ms-transition: -ms-transform all 0.4s ease; 
	transition: transform all 0.4s ease;
	-webkit-transform-origin: 0% 70%;
    -moz-transform-origin: 0% 70%;
    -ms-transform-origin: 0% 70%;
    -o-transform-origin: 0% 70%;
    transform-origin: 0% 70%;*/
}
/*@media (min-width: 768px) {
nav ul li.active{
	-webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

}*/


nav ul li:before {
	width:100%;
}

nav ul li a{
	
	/*background: url(../image/menu-bak.png) no-repeat;
	background-position: -150px 5px;
	background-size: 100% auto;
	transition: .2s;*/
}
nav ul li a:hover {
	background-position:0 5px;
	opacity:0.5;
}
/*nav ul li a:before {
  bottom: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #2980b9;
}
nav ul li a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
  border-bottom:#FFB2B3 4px solid;
}*/
/*nav ul li:hover {
	border-bottom:#FFB2B3 4px solid;
	width:100%;
}*/

nav ul li a img{
	max-height:72px;
	max-width:280px;
	display:block;
}


/* SNS
================================================== */

/*social共通*/
.socials{
	width:100%;
	height:auto;
	margin-top:100px;
	padding-top:20px ;
	position: fixed;
	left:0;
    bottom: 0;
	z-index:100;
	text-align:center;
	background:rgba(255,255,255,1.0);
}
.socials ul{
	list-style:none;
	margin:0 auto;
	padding:0;
}
.socials ul li{
	display:block;
}
.socials a{
	max-width:70px;
	margin:0 auto;
	list-style:none;
	display: block;
	text-indent:-9999px;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}
.socials a:hover{
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}


@media (min-width: 768px){
.socials{
	height:200px;
	margin:40px auto 0;
}
.socials ul{
	height:70px;
	width:480px;
}
.socials ul li{
	float:left;
	margin:0 5px 20px;
}
}


@media (min-width: 414px),
@media (max-width: 768px){
.socials{
	height:100px;
	margin:15px auto 0;
}
.socials ul{
	height:70px;
	width:366px;
}
.socials ul li{
	float:left;
	margin:0 3px 20px;
}
.socials a{
	width:55px;
	margin:0;
}
}

@media (max-width: 414px){

.socials a{
	width:44px;
	margin:0;
}
.socials ul{
	width:300px;
}
.socials ul li{
	float:left;
	margin:0 3px 20px;
}

}


.socials #twitter{
	/*background:url(img/icon_twitter.png) no-repeat;*/
}
.socials #facebook{
	/*background-image:url(img/icon_facebook.png) ;*/
}
.socials #youtube{
	/*background-image:url(img/icon_youtube.png) ;*/
}
.socials #note{
	/*background-image:url(img/icon_note.png) ;*/
}
.socials #mail{
	/*background-image:url(img/icon_mail.png) ;*/
}


/*----------------------

フッター

----------------------*/
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 3%;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  border-radius: 30px;
  border:3px #000000 solid;
  box-sizing:border-box;  
  background-color:#FFF;
  width: 56px;
  height: 56px;
  /*background:url(../img/pagetop.png) no-repeat 50% 30%;*/
  color: #000;
  font-size:28px;
  text-decoration: none;
  text-align: center;
  line-height:48px;  
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  /*text-indent:-9999px;*/
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

#fotter{
	/*min-height: 200px;*/
	margin:0;
	background:#E1E1E1;
	text-align:center;
	border-top:4px #000 solid;
	/*z-index:100;*/
	display:block;
	padding:20px 5%;
}
#fotter ul{
	width:100%;
	height:30px;
	padding-top:100px;
	text-align:center;
	clear:both;
	margin:0 0 20px;
}
#fotter ul li{
	float:left;
	list-style:none;
	height:30px;
	margin-right:10px;
	display:block;	
}
#fotter p{
	clear:both;
	font-size:13px;
}



/*///////////////////////////

部のカテゴリー

///////////////////////////*/

.top_club li{
	background-color: #686868;
	border: solid #fff 20px;
	box-sizing: border-box;
}

.bu_category {
	margin:0 0 20px;
	width:100%;
	clear:both;
}
.bu_category .img-responsive{
	/*border:4px #000 solid;*/
}

.bu_category #drama{
	background:#1999CF;	
}
.bu_category #dance{
	background:#FBCC42;
}
.bu_category #music{
	background:#E77368;
}
.bu_category #art{
	background:#2FB779;
}
.bu_category #writing{
	background:#ECA84D;
}
.bu_category #broad{
	background:#D092FF;
}
.bu_category #movie{
	background:#7DCCFF;
}
.bu_category #web{
	background:url(img/bu_web.png) no-repeat;
}

.about-section-title {
    /*font-family:'Raleway',sans-serif;*/
    font-size:40px;
    background:#fff;
    color:#3d566e;
    padding:0 35px;
    margin-bottom:22px;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:center center;
    text-transform:uppercase
}

a.about-section-btn {
    /*font-family:'Lato',sans-serif;*/
    font-size:13px;
    text-transform:uppercase;
    text-decoration:none;
    color:#34495e;
    background:transparent;
    border:2px solid #34495e;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
}

.about-section-btn:hover {
    color:#fff;
    background: #34495e;
}

#fb-root{
	display:none;
}



/*//////////////////////

手描きタイトルアニメ

//////////////////////*/

@media (max-width: 414px) {
.canvas { /*タイトルアニメ枠*/
	width:300px;
	height:225px;
	margin:25% auto 0;
    position: relative;
}
 
#majime{
	width:300px;
	height:225px;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
#test{
	width:300px;
	height:225px;
}
}

@media (min-width: 414px) {
.canvas { /*タイトルアニメ枠*/
	width:400px;
	height:300px;
	margin:25% auto 0;
    position: relative;
}
 
#majime{
	width:400px;
	height:300px;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
#test{
	width:400px;
	height:300px;
}
}
@media (min-width: 768px) {
.canvas { /*タイトルアニメ枠*/
	width:600px;
	height:450px;
	margin:-5% auto 0;
    position: relative;
}
 
#majime{
	width:600px;
	height:450px;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
#test{
	width:600px;
	height:450px;
}
}
@media (min-width: 992px), 
@media (min-width: 1200px) {
.canvas { /*タイトルアニメ枠*/
	width:800px;
	height:600px;
	margin:-5% auto 0;
    position: relative;
}
 
#majime{
	width:800px;
	height: 600px;
    position: absolute;
    top: 0;
    left: 0;
	display: none;
}
#test{
	width:800px;
	height: 600px;
}
}


#concept{
	text-align:center;
	margin: auto;
}

@media (max-width: 414px){
.youtube_frame{
	width:100%;
	height:200px;	
}
}
@media (min-width: 414px){
.youtube_frame{
	width:100%;
	height:360px;	
}
}
@media (min-width: 768px){
.youtube_frame{
	width:100%;
	height:140px;	
}
}
@media (min-width: 992px){
.youtube_frame{
	width:100%;
	height:170px;	
}
}
@media (min-width: 1200px) {
.youtube_frame{
	width:100%;
	height:300px;	
}
}

.ticket_btn{
	display:block;
	background:#FF686B;
	color:#FFFFFF;
	font-size:2em;
	text-decoration:none;
	width:90%;
	margin:0 auto;
	border-radius:5px;
	padding:5px 0;
	transition: all 300ms 0s ease;
}
.ticket_btn:hover{
	display:block;
	width:100%;
	color:#FFFFFF;
	text-decoration:none;
}
.ticket_btn:visited{
	color:#FFFFFF;
	text-decoration:none;
}

/*--------------------
index
--------------------*/

#news_list{
	text-align: left;
	
}

#news_list li{
	font-size: 1em;
	height: 3em;
	display: block;
}

#index .date{
	margin-right: 10px;
	padding-right: 14px;
	border-right:1px #000 solid;
}

#news_list li a{
	text-decoration: none;
	color: #000;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

/*--------------------
news
--------------------*/

.news_box{
	padding-bottom: 10px;
}
.news_box div{
	margin-bottom: 10px;
}
#news .col-sm-12:first-child{
	border:none;
}
#news .col-sm-12{
	padding-top: 20px;
	margin-bottom: 10px;
	border-top:2px dotted #E1E1E1;
	text-align:left !important;
}
#news .col-sm-4{
	padding:0;
}
#news .col-sm-6{
	padding:0 20px;
	text-align:left;
}
@media (max-width: 768px) {
#news .col-sm-6{
width: 100%;
	padding:0 20px;
	margin-top:10px;
}
#news .col-sm-12{
	width: 100%;
	padding-top: 20px;
	margin-top:10px;
}
}
#news .st-name{
	height:auto;	
	border-left:4px solid #00CAF4;	
	margin-bottom:6px;
	padding:0.3em 0 0.2em 0.5em;
}
#news .title{
	font-size: 18px;
}
#news .ad{
	padding: 0 20px 20px;
	border: dotted 2px #E5686A;
}
#news strong{
	display: block;
	margin-top: 40px;
	line-height: 20px;
	font-size: 1.2em;
}


/*--------------------
stage
--------------------*/

#stage p{display: block;}

#stage .col-sm-12:first-child{
	border:none;
}
#stage .col-sm-12{
	width: 100%;
	clear: both;
	padding-top: 20px;
	margin-bottom: 10px;
	border-top:2px dotted #E1E1E1;
	text-align:left !important;
}
#stage .col-sm-4{
	padding:0;
}
#stage .col-sm-8{
	padding:0 20px 10px;
	/*display: block;*/
	/*margin-bottom: 0;*/
}
#stage .col-sm-8 a{
	display: block;
	height: 36px;
	z-index: 10;
}
@media (max-width: 768px) {
#stage .col-sm-8{
	padding:0;
}
#stage .col-sm-4{
	clear: both;
}
}
#stage .st-name{
	height:auto;	
	border-left:4px solid #3CDD9A;	
	margin-bottom:4px;
	padding:0.2em 0 0.2em 0.5em;
}
.date,.title{
	font-weight:bold;
}
#stage .date{
	font-size: 1em;
}
#stage .title{	
	font-size:1.5em;
}
@media (min-width: 768px) {
.title{
	line-height:1.5em;
	font-size:18px;
}
#stage .st-name{
	margin-bottom:10px;
}
}

/*動画を見るボタン*/

.mov_btn,
.pic_btn,
.cont_btn{
	/*background-image:url(../img/mov_btn.jpg) no-repeat;*/
	color:#FFF !important;
	font-weight:bold;
	font-size: 16px;
	display:block !important;	
	text-align: center;
}

.mov_btn{
	width:48%;
	height:36px;
	line-height:36px;
	background:#25CF78;
	float: left;
	margin-bottom: 20px;
}	
.pic_btn{
	width:48%;
	height:36px;
	line-height:36px;
	background:#25B7CF;
	float: right;
}

.cont_btn{
	width:48%;
	height:36px;
	line-height:36px;
	background:#FF7600;
}
.mov_btn:hover,
.cont_btn:hover,
.pic_btn:hover{
	text-decoration:none;
	opacity:0.7;
	color:#FFF;
}

/*--------------------
club
--------------------*/

/*.club a img:hover{
	opacity:1;
}*/
#club .col-sm-12{
	width: 100%;
	clear: both;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:2px dotted #E1E1E1;
}
#club .wrap .col-sm-5{
	padding:20px;
}
#club .col-sm-5{
	padding:0;
}
#club .col-sm-7{
	padding:0 20px;
}
@media (max-width: 768px) {
#club .col-sm-7{
	padding:0 ;
	margin-top:10px;
}
.bu_category .col-sm-4,
.bu_category .col-xs-4,
.bu_category .col-sm-3,
.bu_category .col-xs-3{
	padding:5px;
}
}
#club .st-name{
	height:auto;	
	border-left:4px solid #FF7600;	
	margin-bottom:4px;
	padding:0.2em 0 0.2em 0.5em;
}
#club .title{
	font-size:1.8em;
}

/*--------------------
お問い合わせ
--------------------*/

#contact #contact_form{
	width:70%;
	margin:40px auto ;
	text-align:left;
}
#contact .col-sm-4{
	min-height: 20px;
	padding: 5px;
}
#contact #contact_form .col-sm-4,
#contact #contact_form .col-sm-8{
	width: 100%;
	padding: 5px ;
}
#contact table.formTable{
	width:100%;
	margin:20px auto;
	border-collapse:collapse;
}
.form_box {
	clear:both;
	width: 100%;
}
#contact table.formTable td,
#contact table.formTable th{
	height: 20px;
	padding: 10px;
	color: #444444;
}
#contact table.formTable th{
	width: 50%;
	font-weight: bold;
	text-align: left;
}
#contact #contact_form input{
	vertical-align:middle;
}
#contact #contact_form #button{
	margin-top: 20px;
	padding: 10px 20px;
	border: 4px solid #ccc;
	background:#FFF;	
}
#contact #contact_form #button:hover{
	border: 4px solid #000;
}

/*-----スマホ表示-----*/
@media (max-width: 991px){
#contact #contact_form{
	width:90%;
	text-align:left;
}
#contact .col-sm-4,
#contact .col-sm-8{
	clear: both;
	width: 100%;
	min-height: 20px;
	padding: 10px;
	color: #444444;
}
#contact .row{
	width: 100%;
}
}
/*-----スマホ表示ここまで-----*/
#contact .form_box input{
	position:relative;
	top:-3px;
}
/*------------------
舞台写真
------------------*/

#photo h2{
	clear: both;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
	border: 4px solid #000000;
}
#photo h3{
	clear: both;
	font-size: 20px;
	font-weight: bold;
	background:#E9F8FF;
	padding: 5px 10px;
}

#photo .col-sm-12{
	clear: both;
	padding-left:3%;
	box-sizing: border-box;
}

/*個別チケット予約フォーム*/
#ticket h2{
	font-size: 2em;
}

#ticket h3{
	font-size: 1.4em;
	border-bottom: 4px #FFDD00 solid;
}

#ticket_form ul li{
	margin-bottom: 20px;
}
#ticket_form ul li a{
	display: block;
	background: #FFDD00;
	width: 100%;
	height: 2.5em;
	line-height: 2.5em;
	margin: 0 auto;
	font-weight: bold;
	color: #000;
	font-size: 1.5em;
	border-radius: 5px;
}
#ticket_form ul li a:hover{
	opacity: 0.5;
}

/*-----美術部-----*/

#design{
	background: #F4E9DE;

/*	background: repeating-linear-gradient(45deg, #F4E9DE, #F4E9DE 100px, #F1D026 100px,#F1D026 200px);
	height: 0em;*/
}

#design section{
	background: none;
}

@media screen and (min-width: 769px) and (max-width: 992px)
{
	.col-sm-3{width: 25%; padding: 2%;}
}


#design #design_nav{
	height: auto;
	width: 320px;
	margin: 0 auto;
}
#design #design_nav li{
	float: left;
	width: auto;
	height: 30px;
	margin: 0 8px 10px;
	font-size: 1.2em;
}
#design #design_nav li a{
	display: block;
	color: #000000;
	line-height: 30px;
	font-size: 1.1em;
}
#design #design_nav li a:hover{
	border-bottom: #000000 3px solid;
}
#design .white{
	display: block;
	background: #FFFDFB;
	margin: 0 auto 40px;
	padding: 20px ;
	position: relative;
	z-index: 0;
	overflow: visible;
	clear: both;
}
#design .white :first-of-type{
padding-bottom: 0;
}

@media (max-width:414px){
#design .white{
	padding: 10px 5px ;
	}
/*ウェディングだけ上部サンプルの横幅スマホ表示100％に*/
#design_wedding .top .col-xs-4{
	width: 100%;
	margin-bottom: 20px;
}
}


#design .top{
	padding-bottom: 0;
}
#design .white .col-sm-12{
	padding: 0 5%;
}
#design p{
	display:inline-block;
	line-height: 1.2em;
}
#design h2{
	font-size: 2em;
	height: 2em;
	line-height: 2em;
}

#design h3{
	font-size: 1.6em;
	height: 2.4em;
	width: 70%;
	margin: 0 auto 20px;
	clear: both;
	padding-top: 10px;
	position: relative;
}
#design h3:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #78C8C7, #78C8C7 1px, transparent 1px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #78C8C7, #78C8C7 2px, transparent 1px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#design h4{
	color: #4AB4B9;
	font-size: 1.4em;
	clear: both;
}

#design h5{
font-size: 1.2em;
}

#design .sample{
	display: block;
	clear: both;
	margin-bottom: 0;
}

#design .sample li{
	text-align: center;
	margin-bottom: 20px;
}

#design .sample span{
	font-size: 1em;
}

/*正方形サムネ*/

#design .acontainer {
    position: relative;
    width: 100%;
    background: #FFFFFF;
	margin-bottom: 5px;
}
#design .acontainer:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#design .sample img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	object-fit: cover;
	background: #FFFFFF;
}

/*test*/

.btn_black{
	color: #fff;
	background: #000;
	line-height: 35px;
	height: 35px;
	width: 140px;
	border-radius: 40px;
	text-align: center;
	clear: both;
	display: block;
	text-decoration: none;
	margin-right: 0;
}
.btn_black:hover{
	opacity: 0.5;
}

.btn_squ_border{
	color: #000;
	background: #fff;
	line-height: 30px;
	height: 32px;
	width: 140px;
	box-sizing: border-box;
	border: 1px solid #000;
	text-align: center;
	clear: both;
	display: block;
	text-decoration: none;
	margin-right: 0;
}
.btn_squ_border:hover{
	color: #fff;
	background: #000;
}

.btn_white{
	box-sizing: border-box;
	color: #000;
	background: #fff;
	line-height: 31px;
	height: 35px;
	width: 140px;
	/*border: #000000 2px solid;
	border-radius: 40px;
	text-align: center;*/
	clear: both;
	display: block;
	text-decoration: none;
}

/*スマホで文字小さく*/
/*@media (max-width: 414px){
#design p{
	font-size: 0.9em;
}
}*/

#design .price_table{
	border: none;
	margin-bottom: 20px;
}
#design .price_table tr{
	clear: both;
	width: 100%;
	border-bottom: 5px #FFFDFB solid;
}
#design .price_table th,.price_table td{
	height: 30px;
	padding: 5px 10px 15px;
	line-height: 1em;
}
#design .price_table tr th{
	width: 48%;
}
#design .price_table td{
	text-align:center;
	clear: both;
}
#design .price_table td:last-child{
	width: 32%;
	padding-top: 20px;
}


/*オプション料金表*/

#design .option tr th{
width: 50% !important;
text-align: center;
line-height: 1.6em;
padding: 0 !important;
}
#design .option td{
width: 50%;
padding: 0 !important;
}
#design .grayback{
	line-height: 3em;
	font-weight: bold;
	margin-top: 10px;
}

#design a{
	text-decoration: none;
}

#design .FS20{
padding: 0 10px 10px;
line-height: 1.8em;
margin:10px auto;
}

#design ul{
margin-bottom: 20px;
display: inline-block;
}
#design li{
display:block;
}

#design p{
	line-height: 1.5em;
	display: block;
	/* [disabled]height: 0em; */
}

#design ol {
  	counter-reset:number; /*数字をリセット*/
  	list-style-type: none!important; /*数字を一旦消す*/
  	padding:0.5em;
	width: 94%;
	margin: 0 auto;
}
#design ol .list_nagare{
	font-size: 1.4em;
	font-weight: bold;
	height: 20px;
	line-height: 15px;
	margin-bottom: 10px;
	padding-left: 10px;
}
#design ol li {
  	position: relative;
  	padding-left: 30px;
  	line-height: 1.5em;
  	padding: 0.5em 0.5em 0.5em 30px;
}

#design ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #4AB4B9;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 0;/*
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);*/
}
#design .flow_txt{
  margin: 0 0 20px -30px;
}
@media (min-width: 992px) 
{
#price .col-md-12{width: 50%;}
}

#design ol .sub_list li{
	text-decoration: none;
}

/*チェックマークのリスト*/
#design .list_check{
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

#design .list_check li {
  font-size: 1.2em; 
  line-height: 1.5em;
  padding: 0.5em 0;
  list-style-type: none!important;/*ポチ消す*/
}

#design .list_check li:before {
  font-size: 1.2em; 
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left : 0.3em; /*左端からのアイコンまで*/
  color: #ffb03f; /*アイコン色*/
}

#design .sample table{
	padding: 10px auto;
	margin-top: 10px;
}

#design .sample th{
	margin-top: 20px;
	text-align: center;
	height: 30px;
	line-height: 1.2em;
}
#design .sample td:first-child{
	width: 40%;
	height: 30px;
}


/*#design .sample td:first-child{
	width: 40%;
}*/

/*お問い合わせフォーム*/
#design form {
	box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 30px auto 0;
	padding: 20px 5%;
}
#design .form_box{
	width: 80%;
	clear: both;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
#design .form_box .col-sm-4{
	width: 100%;
	height: 30px;
	margin: 0;
	padding:0;
}
#design .form_box .col-sm-8{
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding-left: 0;
}
#design .form_box .col-sm-4 label{
	float: left;
	display: block;
	padding: 11px 5px 0 0;
}
#design .form_box .col-sm-4 span {
    color: #fff;
    background: #fb3b6f;
    padding: 2px 5px;
    font-size: 10px;
    font-size: 1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	display: inline-block;
	margin-top: 12px;
}
#design .form_box input,
#design select{
	width: 70%;
	position:relative;
	top:8px;
	height: 2em;
}
#design textarea{
	resize : both;
	width:100%;
	height: 2em;
	position:relative;
	top:8px;
}
#design #comment textarea{
	height: 16em;
}
#design input,#design textarea{
	border: 1px solid #ccc;
	border-radius: 4px;
}

#design #button{
	padding: 8px 13px 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #fb3b6f;
	border-radius: 0;
    color: #000;
    background: #FFF;
}
#design #button:hover{
    color: #ffffff;
    background: #fb3b6f;
	border: 2px solid #fb3b6f;
}

@media (max-width:769px){
	#design form {
		padding: 0 2%;
	}
	#design .form_box {
		width: 100%;
		margin: 0 auto;
	}
	#design .form_box .col-sm-8,
	#design .form_box .col-sm-4	{
		clear: both;
		width: 100%;
		text-align: left;
		padding: 0;
}
}


/*お問い合わせフォームボタン*/

.cont_f{
	display: table;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #000;
	background: #FFE854;
	padding: 3px 20px;
	margin: 20px auto 20px;
}
.cont_f:hover{
	opacity: 60%;
}



/*-----作戦会議-----*/

#sakusenkaigi .row{
background-color: #FFFFFF ;
}
#sakusenkaigi h3{
	font-size: 3em;
	color: #FF939F;
}

#sakusenkaigi .col-sm-12 ul{
	list-style-type: none;
	display:inline-block;
	height: auto;
}

#sakusenkaigi .col-sm-12 ul li {
	float: left;
}

#sakusenkaigi .col-sm-6{
	margin-bottom: 20px;
}

#sakusenkaigi h4{

	font-size: 2em;
	position: relative;
  	padding: 1.5rem 0;
	margin: 0 10%;
  	text-align: center;
	clear: both;
}
#sakusenkaigi h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #78C8C7, #78C8C7 4px, transparent 3px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #78C8C7, #78C8C7 3px, transparent 3px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#sakusenkaigi .btn{
	display:block;
	line-height:1.5em;
	text-decoration:none !important;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	box-sizing:border-box;
	width:50%;
	margin:0 auto;
	background-color:#F0E055;
	color:#000 !important;
}

#sakusenkaigi .btn:hover{
	text-decoration:none;
	opacity:0.7;
}
#sakusenkaigi p{
	font-size: 1.2em;
}

#sakusenkaigi tr td{
	width: 30%;
}
#sakusenkaigi table th{
	padding:10px;
}
#sakusenkaigi .col-sm-8{
padding: 20px;
}
.work {
}

#sakusen_nav {
	/*background: #2e1200;*/
	text-align: center;
}
	#sakusen_nav ul {
		display: flex;
		margin: 0 auto;
		padding: 0 3%;
		width: 94%;
		/*max-width: 960px;*/
		list-style-type: none;
	}
		#sakusen_nav ul li {
			position: relative;
			width: 20%;
		}
		/*#sakusen_nav ul li:first-child::before {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			left: 0px;
			width: 1px;
			height: 50%;
			background-color: #ccc;
		}
		#sakusen_nav ul li::after {
			position: absolute;
			display: block;
			content: "";
			top: 25%;
			right: 0px;
			width: 1px;
			height: 50%;
			background-color: #ccc;
		}*/
			#sakusen_nav ul li a {
				display: block;
				padding:17px 10px 20px;
				color: #000;
				text-align: center;
				text-decoration: none;
			}
			#sakusen_nav ul li a:hover {
				background-color: #ccc;
			}
			
			
/*-----おたのしも会-----*/

#otanoshimokai{
		background: #750100;
		color: #fff;
		font-style: normal;
		line-height: 1.8em;
}

/*追加フォント*/
#otanoshimokai p,li,h2,h3,h4,h5{
		font-family: "fot-tsukuardgothic-std", sans-serif;
		font-weight: 400;
		font-style: normal;
}

#otanoshimokai section{
		background-color: #750100;
}

#otanoshimokai a{
		color: #fff;
}

#otanoshimokai .otano_y{
		color: #FFF56C;
}
			
#otano_nav {
		text-align: center;
}
	#otano_nav ul {
		display: flex;
		margin: 0 auto 20px;
		padding: 0 1%;
		width: 98%;
		list-style-type: none;
	}
	#otano_nav ul li {
		position: relative;
		width: 20%;
		height: 2em;
		}

	#otano_nav ul li a {
		height: 2em;
		font-size: 1.3em;
		display: block;
		padding:5px 2px 0;
		color: #fff;
		text-align: center;
		text-decoration: none;
		}
	#otano_nav ul li a:hover {
		opacity: 1;
		border-bottom: 1px solid #fff;
	}
		
@media (max-width: 768px) {
#otano_nav{
		font-size: 0.8em;
		padding:10px 3px 0;
}
}

#otanoshimokai .btn{
		color: #750100;
		background: #fff;
		margin: 20px auto;
		display: block;
}


/*----単独ライブ-----*/

#tandoku{
		background: #F6CB34;
		color: #000000;
		font-style: normal;
		line-height: 1.8em;
}
#tandoku .bwhite {
		background: #fff;
		color: #000000;
		width: 50%;
		margin: 20px auto 10px;
		font-size: 1em;
		line-height: 2em;
		border-radius: 20px;
}
/*追加フォント*/

@media (max-width: 768px){
#tandoku section{
		padding: 0 !important;
}
}

#tandoku p,li,h2,h3,h4,h5{
		font-family: "fot-tsukuardgothic-std", sans-serif;
		font-style: normal;
}

#tandoku p{
		font-size: 1.2em;
}

#tandoku section{
		background-color: #F6CB34;
}

#tandoku a{
		color: #000000;
}

#tandoku h4,h3{
		color: #000000;
		font-weight: bold;
}
#tandoku h3{
		font-size:30px;
		height: 40px;
		margin: 40px 0;
		border: none;
}
			
#tandoku_nav {
		text-align: center;
}
#tandoku_nav ul {
		display: flex;
		margin: 0 auto 20px;
		padding: 0 1%;
		width: 98%;
		list-style-type: none;
	}
#tandoku_nav ul li {
		position: relative;
		width: 20%;
		height: 2em;
		}

#tandoku_nav ul li a {
		height: 2.6em;
		font-size: 1.3em;
		font-weight: bold;
		display: block;
		padding:8px 2px 8px;
		color: #000000;
		text-align: center;
		text-decoration: none;
		}
#tandoku_nav ul li a:hover {
		opacity: 1;
		border-bottom: 3px solid #000;
		border-radius: 3px;
	}
		
@media (max-width: 768px) {
#tandoku_nav{
		font-size: 0.8em;
		padding:10px 3px 0;
}
}
#tandoku .y_bar{
		display: block;
		height: 120px;
		width: 100%;
		margin: 0;
		background-color:#fff; 
		background-size: 20%;
		background-image:url("../img/2024tandoku/images/yel_bar_03.jpg") ;
		background-repeat: repeat-x;
		background-position: 30% 0;
}

#tandoku .btn{
		color: #000;
		background: #fff;
		margin: 20px auto;
		display: block;
}
.bwhite {
		background: #fff;
		color: #750100;
		width: 60%;
		margin: 0 auto;
		font-size: 1em;
		line-height: 1.6em;
}

#tandoku .shiro{
		background: none;
		padding: 20px 20px;
}
#tandoku table tr{
		padding: 20px 0;
		margin-bottom: 20px;
}
#tandoku table th{
		vertical-align: top;
		width: 30%;
}
#tandoku #sche {
		background: #FFFFFF;
		padding: 40px 0;
}

#tandoku h4 {
			font-size: 1.6em;
			margin: 40px 0 20px;
			padding-left: 10px;
			text-align: left;
			border-left: #000 solid 12px;
			border-radius: 12px;
}


/*----アドリブミュージカルシアター-----*/

#adlive{
		background: #25283A;
		color: #FFF;
		font-style: normal;
		line-height: 1.8em;
}
#adlive .bwhite {
		background: #fff;
		color: #000000;
		width: 50%;
		margin: 20px auto 10px;
		font-size: 1em;
		line-height: 2em;
		border-radius: 20px;
}
/*追加フォント*/

@media (max-width: 768px){
#adlive section{
		padding: 0 !important;
}
}

#adlive p,li,h2,h3,h4,h5{
		font-family: "font-family: 'Noto Sans JP';", sans-serif;
		font-style: normal;
		letter-spacing: 0.1em;
}

#adlive p{
		font-size: 1.2em;
}

#adlive section{
		background-color: #25283A;
}

#adlive a{
		color: #FFF;
}

#adlive h4,h3{
		color: #FFF;
		font-weight: bold;
}
#adlive h3{
		clear: both;
		font-size:32px;
		height: 40px;
		margin: 0px auto 40px;
		border: none;
}
			
#adlive_nav {
		text-align: center;
}
#adlive_nav ul {
		display: flex;
		margin: 0 auto 40px;
		padding: 0 1%;
		width: 98%;
		list-style-type: none;
	}
#adlive_nav ul li {
		position: relative;
		width: 25%;
		height: 1.8em;
		}

#adlive_nav ul li a {
		height: 2.2em;
		font-size: 1.3em;
		font-weight: bold;
		display: block;
		padding:8px 2px 8px;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		}
#adlive_nav ul li a:hover {
		opacity: 1;
		border-bottom: 2px dotted #FFF;
		border-radius: 2px;
	}
		
@media (max-width: 768px) {
#adlive_nav{
		font-size: 0.8em;
		padding:10px 3px 0;
}
}
#adlive .y_bar{
		display: block;
		height: 120px;
		width: 100%;
		margin: 0;
		background-color:#fff; 
		background-size: 20%;
		background-image:url("../img/2024adlive/images/yel_bar_03.jpg") ;
		background-repeat: repeat-x;
		background-position: 30% 0;
}

#adlive .btn{
		color: #000;
		background: #fff;
		margin: 20px auto;
		display: block;
}
.bwhite {
		background: #fff;
		color: #750100;
		width: 60%;
		margin: 0 auto;
		font-size: 1em;
		line-height: 1.6em;
}

#adlive .shiro{
		background: #25283A;
		padding: 40px 20px;
}
#adlive table tr{
		padding: 20px 0;
		margin-bottom: 20px;
}
#adlive table th{
		vertical-align: top;
		width: 30%;
}
#adlive table td{
		text-align: left;
}
#adlive #sche {
		background: #25283A;
		padding: 40px 0;
}

#adlive h4 {
			clear: both;
			font-size: 1.6em;
			margin: 40px 0 20px;
			padding-left: 10px;
			text-align: left;
			border-left: #FFF solid 14px;
			border-radius: 24px;
}
#adlive h4:first-child {
			margin: 0 0 20px;
}

#adlive h5 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px dotted #888888;
	padding: 18px 0;
	margin: 20px 0;
	line-height: 1.6em;}
	
#adlive #past h5 {
	text-align: left;
}

/*自動スクロール （流れ続ける）
#adlive .page-link{
	font-size: 1.2em;
	color: #25CF78;
	font-weight: bold;
}
#adlive .scroll-gallery {
  width: 100%;
  overflow: hidden;
}

#adlive .scroll-track {
  display: flex;
  width: max-content;
  animation: scroll-left 30s linear infinite;
}

#adlive .scroll-gallery img {
  width: 500px;
  height: 424px; /* 高さは自由に調整可 */
  /*margin-right: 0px;
  flex-shrink: 0;
}*/

/*@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* ホバー時にアニメーション停止（任意） */
/*#adlive .scroll-gallery:hover .scroll-track {
  animation-play-state: paused;
}
*/




/* カルーセル全体 */
#adlive .carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
}
#adlive .carousel img{
	width:100%;
}
/* カルーセル内容 */

/*スマホサイズ*/
@media (max-width:414px){
#adlive .contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 340px;
  height: 350px;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
}

@media (min-width:414px){
#adlive .contains {
  /* サイズは自由に変更してください。*/
  /* 下の.slideも同じサイズにしてください。 */
  width: 100%;
  height: 640px;
  overflow: hidden;
  position: relative;
  padding: 0;
  list-style: none;
}
}

/* スライド切り換え用ラジオボタンは常に非表示 */
#adlive .slide_select {
  display: none;
}
/* 各スライド */

/*スマホサイズ*/
@media (max-width:414px){
.slide {
  /* サイズは自由に変更してください。*/
  /* 上の.containsも同じサイズにしてください。 */
  width: 340px;
  height: 350px;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}
}
/*スマホ以上*/
@media (min-width:414px){
.slide {
  width: 100%;
  height:640px;
  position: absolute;
  opacity: 0;
}
}

/* 前へ次へボタン */
#adlive .scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 30%;
  margin-top: -20px;
  /* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.5;
  /* スライドよりも前面にする */
  z-index: 3;
}
/* ホバー時にボタンを強調 */
#adlive .scroll_button:hover {
  opacity: 1;
}
/* 前へボタン */
#adlive .scroll_prev {
  left: 15px;
  /* 上辺と右辺の枠線を回転して"＜"にする */
  transform: rotate(-135deg);
}
/* 次へボタン */
#adlive .scroll_next {
  right: 15px;
  /* 上辺と右辺の枠線を回転して"＞"にする */
  transform: rotate(45deg);
}
/* スライド移動ボタンエリア */
#adlive .move_controler {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  /* 普段はやや薄くする */
  opacity: 0.5;
  /* スライドより前面にする */
  z-index: 2;
}
/* ホバー時はやや明るくする */
.button_move:hover {
  opacity: 0.75;
}
/* スライド移動ボタンの色 */
.button_move {
  background-color: #fdfdfd;
}
/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
/* スライド移動ボタンの1個目を明るくする */
/* （今選択されていることが分かるように） */
.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
/* 2番目のスライド選択時（1番目のスライドと同じことをする） */
.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}
/* 3番目のスライド選択時 */
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked
  ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked
  ~ .move_controler
  .button_move:nth-of-type(5) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(6):checked ~ .slide:nth-of-type(6) {
  opacity: 1;
}
.slide_select:nth-of-type(6):checked
  ~ .move_controler
  .button_move:nth-of-type(6) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(7):checked ~ .slide:nth-of-type(7) {
  opacity: 1;
}
.slide_select:nth-of-type(7):checked
  ~ .move_controler
  .button_move:nth-of-type(7) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(8):checked ~ .slide:nth-of-type(8) {
  opacity: 1;
}
.slide_select:nth-of-type(8):checked
  ~ .move_controler
  .button_move:nth-of-type(8) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(9):checked ~ .slide:nth-of-type(9) {
  opacity: 1;
}
.slide_select:nth-of-type(9):checked
  ~ .move_controler
  .button_move:nth-of-type(9) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(10):checked ~ .slide:nth-of-type(10) {
  opacity: 1;
}
.slide_select:nth-of-type(10):checked
  ~ .move_controler
  .button_move:nth-of-type(10) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(11):checked ~ .slide:nth-of-type(11) {
  opacity: 1;
}
.slide_select:nth-of-type(11):checked
  ~ .move_controler
  .button_move:nth-of-type(11) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(12):checked ~ .slide:nth-of-type(12) {
  opacity: 1;
}
.slide_select:nth-of-type(12):checked
  ~ .move_controler
  .button_move:nth-of-type(12) {
  opacity: 1;
}
/* 4番目のスライド選択時 */
.slide_select:nth-of-type(13):checked ~ .slide:nth-of-type(13) {
  opacity: 1;
}
.slide_select:nth-of-type(13):checked
  ~ .move_controler
  .button_move:nth-of-type(13) {
  opacity: 1;
}



/*---------*
出張マジメイト
*---------*/

#syuccyou{
	background: #F4E9DE;

/*	background: repeating-linear-gradient(45deg, #F4E9DE, #F4E9DE 100px, #F1D026 100px,#F1D026 200px);
	height: 0em;*/
}

#syuccyou section{
	background: none;
}

@media screen and (min-width: 769px) and (max-width: 992px)
{
	.col-sm-3{width: 25%; padding: 2%;}
}


#syuccyou #syuccyou_nav{
	height: auto;
	width: 300px;
	margin: 0 auto;
}
#syuccyou #syuccyou_nav li{
	float: left;
	width: auto;
	height: 30px;
	margin: 0 8px 10px;
	font-size: 1.2em;
}
#syuccyou #syuccyou_nav li a{
	display: block;
	color: #000000;
	line-height: 30px;
	font-size: 1.1em;
}
#syuccyou #syuccyou_nav li a:hover{
	border-bottom: #000000 3px solid;
}


@media (max-width:414px){
#syuccyou .white{
	padding: 10px 5px ;
	}

}


#syuccyou p{
	/*display:inline-block;*/
	line-height: 1.6em;
}
#syuccyou h2{
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 20px;
}

#syuccyou h3{
	color: #fff;
	font-size: 1.5em;
	height: 2.4em;
/*	width: 70%;
	margin: 0 auto 20px;
	clear: both;
	padding-top: 10px;
	position: relative;*/
}
/*#syuccyou h3:after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #78C8C7, #78C8C7 1px, transparent 1px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #78C8C7, #78C8C7 2px, transparent 1px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/

#syuccyou h4{
	font-weight: bold;
	font-size: 1.4em;
	margin-bottom: 30px;
	clear: both;
}

#syuccyou h5{
	font-size: 1.2em;
}

#syuccyou .example ul{
	list-style-type:disc;
}

#syuccyou .example li{
	display:inline-block;
	line-height: 1.5em;
	margin-bottom: 15px;
	background-color: rgba(24,155,188, 0.5);
}

#syuccyou ol li{
	margin-bottom: 10px;
}


/*正方形サムネ*/

/*#syuccyou .acontainer {
    position: relative;
    width: 100%;
    background: #FFFFFF;
	margin-bottom: 5px;
}
#syuccyou .acontainer:before {
    content: "";
    display: block;
    padding-top: 100%;
}

#syuccyou .sample img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	object-fit: cover;
	background: #FFFFFF;
}*/

/*test*/


/*スマホで文字小さく*/
/*@media (max-width: 414px){
#syuccyou p{
	font-size: 0.9em;
}
}*/

#syuccyou .price_table{
	border: none;
	margin-bottom: 20px;
}
#syuccyou .price_table tr{
	clear: both;
	width: 100%;
	border-bottom: 5px #FFFDFB solid;
}
#syuccyou .price_table th,.price_table td{
	height: 30px;
	padding: 5px 10px 15px;
	line-height: 1em;
}
#syuccyou .price_table tr th{
	width: 48%;
}
#syuccyou .price_table td{
	text-align:center;
	clear: both;
}
#syuccyou .price_table td:last-child{
	width: 32%;
	padding-top: 20px;
}


/*#syuccyou .sample td:first-child{
	width: 40%;
}*/

/*お問い合わせフォーム*/
#syuccyou form {
	box-sizing: border-box;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 30px auto 0;
	padding: 20px 5%;
}
#syuccyou .form_box{
	width: 80%;
	clear: both;
	height: auto;
	margin: 0 auto 20px;
	display: block;
}
#syuccyou .form_box .col-sm-4{
	width: 100%;
	height: 30px;
	margin: 0;
	padding:0;
}
#syuccyou .form_box .col-sm-8{
	width: 100%;
	min-height: 40px;
	margin: 0;
	padding-left: 0;
}
#syuccyou .form_box .col-sm-4 label{
	float: left;
	display: block;
	padding: 11px 5px 0 0;
}
#syuccyou .form_box .col-sm-4 span {
    color: #fff;
    background: #fb3b6f;
    padding: 2px 5px;
    font-size: 10px;
    font-size: 1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
	display: inline-block;
	margin-top: 12px;
}
#syuccyou .form_box input,
#syuccyou select{
	width: 70%;
	position:relative;
	top:8px;
	height: 2em;
}
#syuccyou textarea{
	resize : both;
	width:100%;
	height: 2em;
	position:relative;
	top:8px;
}
#syuccyou #comment textarea{
	height: 16em;
}
#syuccyou input,#syuccyou textarea{
	border: 1px solid #ccc;
	border-radius: 4px;
}

#syuccyou #button{
	padding: 8px 13px 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 2px solid #fb3b6f;
	border-radius: 0;
    color: #000;
    background: #FFF;
}
#syuccyou #button:hover{
    color: #ffffff;
    background: #fb3b6f;
	border: 2px solid #fb3b6f;
}

@media (max-width:769px){
	#syuccyou form {
		padding: 0 2%;
	}
	#syuccyou .form_box {
		width: 100%;
		margin: 0 auto;
	}
	#syuccyou .form_box .col-sm-8,
	#syuccyou .form_box .col-sm-4	{
		clear: both;
		width: 100%;
		text-align: left;
		padding: 0;
}
}

#syuccyou .example	{
		color: #FFFFFF;
		background-image : url("../img/syuccyou/images/syuccyou_bg2_02.png");
		background-repeat: no-repeat;
		background-position: bottom right;
}

#syuccyou .button-a	{
		background: #189BBC;
		border: 15px solid #189BBC;
		padding: 0 10px;color: #ffffff;
		font-size: 1.2em;
		text-align: center;
		text-decoration: none;
		display: block;
		border-radius: 6px; font-weight: bold;
		}
		
		
/*//////////////
おたのしも会2025
//////////////*/


#otano2025{
		background: #2EB8C2;
		color: #FFF;
		font-style: normal;
		line-height: 1.8em;
}
#otano2025 .bwhite {
		background: #fff;
		color: #000000;
		width: 50%;
		margin: 20px auto 10px;
		font-size: 1em;
		line-height: 2em;
		border-radius: 20px;
}
/*追加フォント*/

@media (max-width: 768px){
#otano2025 section{
		padding: 0 !important;
}
}

p,li,h2,h3,h4,h5{
		font-family: "fot-tsukuardgothic-std", sans-serif;
		font-style: normal;
}

#otano2025 p{
		font-size: 1.2em;
}

#otano2025 section{
		background:#2EB8C2;
}

/*白背景*/
#otano2025 .marB40{
		display: block;
		margin: 0 10px 20px;
		padding: 40px 20px;
		background: #FFFBEF;
		color: #000923;
		border-radius: 20px;
}
#otano2025 .marB40 .pad20{
		margin: 0 ;
}
#otano2025 a{
		color: #FFF;
}

#otano2025 h4,h3{
		font-weight: bold;
}
#otano2025 h3{
		color: #000;
		clear: both;
		font-size:32px;
		height: 40px;
		margin: 0 auto;
		border: none;
}
#otano2025 h4 {
		clear: both;
		font-size: 1.6em;
		margin: 20px 0px;
		text-align: left;
}
			
#otano2025_nav {
		text-align: center;
}
#otano2025_nav ul {
		display: flex;
		margin: 0 auto 30px;
		padding: 0 1%;
		width: 98%;
		list-style-type: none;
	}
#otano2025_nav ul li {
		position: relative;
		width: 25%;
		height: 1.8em;
		}

#otano2025_nav ul li a {
		height: 2.8em;
		font-size: 1.2em;
		font-weight: bold;
		display: block;
		padding:8px 2px 8px;
		color: #FFF;
		text-align: center;
		text-decoration: none;
		}
#otano2025_nav ul li a:hover {
		opacity: 1;
		border: 5px dotted #fff;
	}
		
@media (max-width: 768px) {
#otano2025_nav{
		font-size: 0.8em;
		padding:10px 3px 0;
}
}
#otano2025 .y_bar{
		display: block;
		height: 120px;
		width: 100%;
		margin: 0;
		background-color:#fff; 
		background-size: 20%;
		background-image:url("../img/2024adlive/images/yel_bar_03.jpg") ;
		background-repeat: repeat-x;
		background-position: 30% 0;
}

#otano2025 .btn{
		font-weight: bold;
		color: #fff;
		background: #2EB8C2;
		margin: 20px auto;
		display: block;
		border-radius: 10px;
}
#otano2025 .bwhite {
		font-size: 20px;
		font-weight: bold;
		color: #2EB8C2;
		background: #fff;
		margin: 20px auto;
		display: block;
		border-radius: 10px;
}
#otano2025 .bwhite:hover {
		text-decoration: none;
		color: #fff;
		background:#FFCE00;
}

#otano2025 table tr{
		padding: 20px 0;
		margin: 0 20px 0;
}
#otano2025 table th{
		vertical-align: top;
		width: 25%;
}
#otano2025 table td{
		text-align: left;
		width: 75%;
}
#otano2025 #sche {
		background: #25283A;
		padding: 40px 0;
}

#otano2025 h5 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 5px dotted #2EB8C2;
	padding: 14px 0 ;
	margin: 0px 5% 20px;
	line-height: 1.6em;
}
#otano2025 a{
	color: #000;
}

#otano2025 #yakusoku,
#otano2025 #ohineri {
padding: 40px;	
}

#otano2025 h4{
line-height: 10px;
margin-top: 40px;
}