@charset "utf-8";
/* CSS Document */
#wrapper{
	text-align: center;
	margin:0 auto;

}
#header{
	padding: 1.5em 0;
	margin: 0 auto;
}
body{
	font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
/*------------------------------------------------------------*/
.header_logo{
}
.header_img{
	width: 100%;
	height: 0;
	padding-top: calc(330 / 900 * 100%);
	background-image: url(../pct/top_img/top_main.jpg) ;
	background-size: contain;

}

/*----------------------スライド------------*/
/* -----------------------------------------------------------
	container
----------------------------------------------------------- */


	.inner {
		width: 100%;
		max-width: 100%;
		margin: 0 auto;
	}
	.container, 
	.content {
		background: #fff;
	}
	.main-gallery {
	}

	.main-gallery img {
		width: 100%;
		height: auto;
	}
	button:hover {
		cursor: pointer;
	}	
/*------------------------------------------------------------*/
#navi{
	background: #ffffff;
	line-height: 30px;


}
.nav a {
  margin: 1px;
  margin-left: 15px;
  background: #ffffff;
  color: #3E3A39;
  display: block;
  padding: 5px;
  text-decoration: none;
  height: 30px;  
  width: 100%;
}

.nav{
	display: flex;
  justify-content: center; /* 子要素をflexboxにより中央に配置する */
  align-items: center;  /* 子要素をflexboxにより中央に配置する */
}
/*------------------------------------------------------------*/
.event_content{
}
.event_content h1{
	font-weight: bolder;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #3E3A39;
	text-align: center;
	font-size: 2em;
	margin: 30px auto;
	line-height: 30px;
}
.event_content p{
	line-height: 25px;
	color: #3E3A39;
	font:1em;
}
/*------------------------------------------------------------*/
.event_odd{
	background: #DCDDDD;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 1em;
}
.odd{
	background: #DCDDDD;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 1em;
	margin: 30px auto;
}
.event_even{
	background: #ffffff;
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 1em;
}
.top_bnr{
	margin: 35px 0;
}
.event_odd h1,.event_even h1{
	font-weight: bolder;
	color: #3E3A39;
	text-align: center;
	font-size: 1.8rem;
	margin: 0px auto;
	margin-bottom: 1.2em;
}
.event_odd h2,.event_even h2{
	font-weight: bolder;
	padding: 1.4em 0.5em;/*文字の上下 左右の余白*/
	color: #3E3A39;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.4em;
}
.event_odd p,.event_even p{
	line-height: 25px;
	color: #3E3A39;
}


.more{
	margin: 35px 0;
}

/*------------------------tab------------------------------------*/
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #ffffff;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 0;
	border-top: 1px solid #cccccc;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}


/*------------------------------------------------------------*/
h5{
	font-weight: bolder;
	padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
	color: #3E3A39;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 30px;
}
/*------------------------------------------------------------*/
.act{
	padding-top: 50px;
	padding-bottom: 50px;
}
/*------------------------------------------------------------*/
.event_all{
	background: #D7D7D7;
	padding:50px 0;
}
.event_all_w{
	background: #ffffff;
	padding-top: 50px;
}
/*------------------------------------------------------------*/
.about_contents{
	background: #D7D7D7;
	padding:50px 0;
}




.about_box {
	display:table;
    table-layout:fixed;
    width:800px;
	margin:0 auto;
	padding: 20px 0;
}

.about_pc {
	display:table-cell;
	vertical-align:middle;
	margin:0;
	padding:0;
}

.about_pc img {
}

.about_cont {
	display:table-cell;
	vertical-align:middle;
	width: 50%;
}

.about_cont p {
	margin:0;
	font-size:0.9em;
	line-height:2;
	letter-spacing:2px;
	text-align:left;
}

.about_cont p.about_title {
	margin:0;
	padding:0 10% 0 10%;
	font-size:2.5em;
	line-height:1.2;
	letter-spacing:0;
	font-family: 'Josefin Sans', sans-serif;
}

.about_cont h2 {
	margin:0;
	font-size:1.6em;
	letter-spacing:2px;
	font-weight:normal;
	text-align:center;
}
.about_cont h4{
	font-size: .8em;
	margin-bottom: 20px;
}
.about_btn {
	margin:0 35%;
	padding:1% 0;
	border:1px solid #000;
	border-bottom:4px double #000;
	border-right:4px double #000;
	text-align:center;
}

.about_btn a {
	color:#000;
	text-decoration:none;
}

.about_btn p {
	margin:0;
	padding:0;
	font-size:0.9em;
	line-height:1.8;
	letter-spacing:0;
}


/*------------------------------------------------------------*/
.company{
	margin: 0 auto;
	padding: 30px 0;
	width: 600px;
}
table{
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 60px auto;
}

table th,table td{
  padding: 20px 20px;
  text-align: left;
	line-height: 2;
	vertical-align: middle;
}

table tr:nth-child(odd){
  background-color: #eee
}
/*------------------------------------------------------------*/
.event_tunb {
    display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
	padding-top: 80px;
}

.event_tunb_in{
	margin: 0 .5em;
}

.event_tunb_in p{
	margin-top: 5px;
}
.tunb_com{
	font-size: .8em;
}
/*------------------------------------------------------------*/


#footer{

	background: #ffffff;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #3E3A39;
	
}
#footer p{
	font-size: 0.8em;
}

#footer hr{
}

.footer_navi{
	margin-bottom: 20px;
}
.footer_navi_m a {
    margin: 1px;
    border-radius: 5px;
    background: #40220F;
	color: #3E3A39;
    display: block;
    padding: 15px;
    text-decoration: none;
	width: 70px;
	height: 8px;
}

.footer_navi_m{
	display: flex;
    justify-content: center; /* 子要素をflexboxにより中央に配置する */
    align-items: center;  /* 子要素をflexboxにより中央に配置する */
}

.picture img{
    cursor: -moz-zoom-in; 
    cursor: -webkit-zoom-in; 
    cursor: zoom-in;
}

