@charset "UTF-8";
/* CSS Document */

/*ベースの要素の設定をリセット*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,p,blockquote,th,td {
margin:0;
padding:0;
}

/*画像の枠線をクリアして位置の初期値の設定*/
img{
border:0;
vertical-align: bottom;
}

/*リンク時の枠の点線をなしにする*/
a{
outline: none;
}

/*リスト要素の初期値をリセット*/
ul,ol{
list-style: none;
}

/*フロート解除用のハック*/
/*clearfixの設定*/
.clearfix:after{  
display: block;/*block要素にする*/
content: " ";  
clear: both;  
}  



/*==========================================
共通
============================================*/


body{
font-size:100%;
font-family:"ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
line-height:1.4;
color:rgba(0,2,15,1.00);
background-image:url("ichi_images/いち裏面.jpg");
background-attachment: fixed;
}

.ttl{
width: 100%;
background: #e6dec3;
text-align: center;
}

h2.ttl{
text-align: center;
font-size: 36px;
padding: 20px 5px 20px;
text-decoration: underline;
text-decoration-color:rgba(0,21,70,1.00);
color:rgba(0,21,70,1.00);
}


p.description{
text-align: center;
line-height: 35px;
}


/*リンクの装飾の設定*/
a:link,
a:visited,
a:active{
color:#3471a1;
text-decoration:underline;
}

a:hover{
color:rgba(71,78,79,1.00);
text-decoration:none;
}

.sentence img {
opacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.sentence:hover img {
opacity: .5;
}

/*container*/
#container{
width: 100%;
}



/*header*/
#header{
width: 100%;
margin: 0 auto;
}

#nav div {
height: 40px;
}

.nav_last{
padding-right: 5%;
}

.g-nav{
width: 100%;
z-index: 20;
float: right;
background:rgba(158,153,130,0.9);
}
.g-nav-menu{
width: 100%;
overflow: hidden;
}
.g-nav-menu li{
display: block;
color: #fff;
list-style-type: none;
text-align: left;
padding-left: 1%;
font-style:italic;
float: right;
line-height: 30px;
}

.g-nav-menu li a{
color:#fff;
}
.fixed{
position: fixed;
top: 0;
left: 0;
}

.mainvisual{
position:relative;
}

.mainvisual img{
width: 80%;
margin: 0 10% 0;
height:80%
}

.digest{
width:100%;
margin: 50px 0% ;
padding-bottom: 56.25%;
height:90%;
position: relative;
}
.digest iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.prmovie{
width:70%;
margin: 20px 15% ;
padding-bottom: 56.25%;
height:90%;
position: relative;
}
.prmovie iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#about{
width:100%;
}

.wrapper{
width:80%;
height: auto;
text-align: center;
float:left;
margin: 5% 10% 0;
background-color:rgba(230,222,195,0.8);
overflow: scroll;
line-height: 30px;
}

.wrapper img{
max-width: 360px;
max-height: 180px;
padding: 10px 5% 5%;
}


#profile h3{
text-decoration: underline;
padding: 10px 10% 0 ;
font-size: 1.2em;
}

.sentence p{
font-style: normal;
padding: 10px 10%;
}

.sentence h3{
text-decoration: underline;
padding: 25px 0 10px ;
font-size: 1.6em;
}

video{
width: 100%;
height: 100%;
position: relative;
}

#agenda a{
padding-top: 15px;
}

.ticket iframe{
width:640px;
overflow: scroll;
}

#insta{
box-sizing: border-box;
}

#instagram{
margin-top: 30px;
}

#form{
background: rgba(255,255,255,0.9);
border: solid;
border-width:3px;
border-color: rgba(0,36,59,1);
margin: 0 0 10px;
}

#form ul{
margin: 15px 0;
text-align: center;
}

#form ul li:after{  
display: block;/*block要素にする*/
clear: both;  
}  

#contactbox li {
padding: 10px 0px;
min-height: 27px;
}

#contactbox p{
text-align: center;
line-height: 35px;
}

#footer {
margin-top:50px;
padding: 30px 0;
font-size: 0.7em;
text-align: center;
}



@media screen and (min-width: 831px) {
#contactbox {
width: 80%;
margin: 0 10%;
}
}


@media screen and (max-width: 830px) {
	
.ticket iframe{
width:320px;
overflow: scroll;
}

.wrapper{
width:90%;
margin: 5% 5% 0;
}

.sentence{
width: 98%;
margin: 0 1%;
}

.mainvisual .text h2{
width:375px;
font-size: 18px;
padding: 2px 0 2px;
}

.mainvisual .text p{
font-size:10px;
}

#header{
margin-bottom: 10px;
}

.ticket{
width: 30%;
}

#nav li{
padding-right: 2%;
font-size: 0.8em;
	}

#profile{
width: 98%;
margin: 0 1%;
}

#profile p{
text-align: center;
padding: 0 0 30px;
line-height: 30px;
}
	
#EVENT p{
text-align: center;
padding: 0 0 30px;
line-height: 30px;
}

#EVENT img{
width: 98%;
margin: 0 1%;
}
	
#workshop h2{
font-size: 28px;
}
	
#instagram{
height: 100px;
overflow-x: scroll;
}

#form ul{
width: 80%;
margin: 0 auto;
padding: 0;
}
#form ul input, #form ul textarea {
width: 100%;
}
#form ul textarea {
height:180px;
}
}

