/* common */
.sp {
	display: none;
}
.serif {
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
a.btn {
	display: block;
	width:100%;
	max-width: 400px;
	margin:0 auto 20px;
	color: #fff;
	text-align:center;
	background-color: #000;
	font-size:18px;
	position: relative;
}
a.btn:after {
	position: absolute;
	content: '';
	width:16px;
	height: 16px;
	top:18px;
	right: 15px;
	background:url(../kamizumou/img/link_arrow.png) no-repeat 0 0;
	z-index: 100;
}
a.btn:hover {
	background-color: #c40018;
}
a.main.btn:hover {
	background-color: #a23681;
}
a.workshop.btn:hover {
	background-color: #de5f1a;
}
a.form.btn:hover {
	background-color: #b59a30;
}
/* body */
.wrapper {
	position: relative;
	border-top:10px solid #000;
	padding:8px 0 0;
	color: #000;
	font-family: メイリオ,Meiryo,-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN",sans-serif;
}
#mv, #intro, #main, #workshop, #form, #map {
	border-bottom: 4px solid #000;
}
#intro .right, #main .right ,#workshop .right{
	height: 686px;
	background: url(../kamizumou/img/center_caption.png) no-repeat left 0 top 0;
	background-size: contain;
}

#intro .cap2018, #main .cap2018 ,#workshop .cap2018{
	background: url(../kamizumou/img/center_caption2018.png) no-repeat left 0 top 0;
	background-size: contain;
}
.inner {
	overflow: hidden;
	width: 100%;
	max-width: 1024px;
	margin:0 auto;
}
.inner .left {
	width: 46%;
	float: left;
	text-align:center;
}
.inner .right {
	width: 54%;
	float: left;
}
.inner .right .txt:first-letter {
	font-size: 2.5em;
	font-weight: bold;
}
.pagetop{
    position: fixed;
    right: 5%;
    bottom: -50px;
}
.pagetop a{
    width: 46px;
    height: 46px;
    display: block;
}
/* head */
#headcopy {
	border-top: 5px solid #000;
	border-bottom: 4px solid #000;
}
#headcopy img {
	width: 100%;
	max-width: 933px;
}
/* mv */
#mv {
}
#mv .inner {
	position: relative;
	width: 100%;
	/*height: 710px;*/
	text-align: center;
}
#mv .inner img.mv {
	position:relative;
	top:0;
	width: 100%;
	max-width: 988px;
	height: auto;
	z-index: 1;
}
#mv .inner img.gyouji {
	position: absolute;
	left:33%;
	bottom:-20px;
	z-index: 10;
	width:25%;
}
/* intro */
#intro {
}
#intro .left {
	padding:33px 0;
}
#intro .left img {
	display: block;
	width: 70%;
	max-width: 410px;
	margin:0 15%;
}
#intro .right {
	position: relative;
	padding:120px 0 100px 7%;
	background-size: contain;
}
#intro .txt {
	margin:0 auto 50px;
}
/* main */
#main {
	background: url(../kamizumou/img/bg_taikai2018.png) no-repeat left 0 bottom 0;
	background-size: 48% auto;
    z-index: 100;
}
#main .left {
	padding:48px 0 0;
}
#main .right {
	padding:60px 0 0 7%;
}
#main .right .txt {
	margin:0 auto 30px;
}
.right .detail ul {
	margin:0 0 20px ;
	padding:20px;
	border:4px solid #000;
}
.right .detail ul li {
	margin:0 0 5px;
}
.right .detail li b {
	display: inline-block;
	width: 80px;
	height: 100%;
	margin:0 20px 0 0;
	background-color: #f3f3f3;
	text-align: center;
}
/* workshop */
#workshop {

}
#workshop .left {
	height: 100%;
	padding:76px 0 0;
}
#workshop .left img {
	display: block;
	width: 80%;
	max-width: 420px;
	margin:0 10%;
}
#workshop .right {
	padding:10px 0 40px 7%;
}
#workshop .right .txt {
	margin:0 auto 10px;
}
/* form */
#form {

}
#form .inner {
	padding:60px 0 40px;
}
#form .left {
	width: 30%;
}
#form .left .title {
	margin:0 auto 60px;
}
#form .right {
	width:70%;
}
#form .right .notice {
	display: block;
	font-size: 18px;
	font-weight: bold;
	background-color: #f3f3f3;
    color: #c40018;
	margin:0 0 50px;
    padding: 20px 0;
    text-align: center;
}
#form .right input {
	width: 100%;
    margin: 0 0 15px;
    padding: 5px 10px;
    box-sizing: border-box;
    color: #333;
    font-size: 0.9rem;
    font-weight: normal;
    text-align: left;
    letter-spacing: 2px;
    height: 40px;
    line-height: 40px;
    border: solid 2px #000;
    background: rgb(255,255,255);
    box-shadow: none;
}
#form .right input[type=checkbox] {
	display: inline-block;
	width: auto;
	margin:0 5px 0 0;
	vertical-align: middle;
}
#form .right .date {
	display: block;
	vertical-align: middle;
}
#form .right .privacy {
	font-size: 13px;
	margin:15px 0 40px;
}
#form .right .privacy a {
	text-decoration: underline;
}
#form .right .send input{
	cursor: pointer;
	display: block;
	width:100%;
	padding: 0;
	height: 58px;
	line-height: 58px;
	max-width: 400px;
	margin:0 auto;
	color: #fff;
	text-align:center;
	background-color: #000;
	font-size:18px;
	border: solid 2px #000;
}
#form .right .send input:hover {
	background-color: #c40018;
	border: solid 2px #c40018;
}
/* map */
#map {
	overflow: hidden;
	height: 300px;
}
#map .left {
	width:50%;
	float: left;
}
#map .left .content {
	overflow: hidden;
	width: 100%;
	max-width: 512px;
	float: right;
	padding:55px 40px;
}
#map .left .content .title {
	float: left;
	width: 57px;
	margin:0 35px 0 0;
}
#map .left .content .box {
	float: left;
	width: 295px;
}
#map .left .hall {
	margin:20px auto;
}
#map .right {
	width: 50%;
	float: left;
}
#map .right iframe {
	width: 100% !important;
	height: 300px;
}
/* footer */
#footer {
	text-align: center;
}
#contact {
	padding:32px 0;
}
#contact span {
	font-size: 20px;
}
#contact .notice {
	margin:40px 0 0;
	font-size: 16px;
}
#copy {
	background-color: #000;
	color: #fff;
	height: 58px;
	line-height: 58px;
	font-size: 12px;
}


@media screen and (min-width: 1024px) { /* 1024px以上用（PC用）の記述 */
}

@media screen and (max-width: 1023px) { /* 1023px以下用（タブレット用）の記述 */
.pc {
	display:none;
}
.inner {
	width: 92% !important;
	max-width: none;
	margin:0 4%;
}
a.btn {
    max-width: 350px;
}
#main {
    background-size: 40% auto;
}
.inner .left {
	width: 40%;
	text-align:center;
}
.inner .right {
	width: 60%;
}

#headcopy img {
	width: 90%;
	margin:0 5%;
	max-width: none;
}
#intro .left img {
	width: 90%;
	margin:0 10% 0 0;
}
#form .left img.title {
	width: 100%;
	max-width: 221px;
}
#map {
	overflow: hidden;
	height: 300px;
}
#map .left {
	width:50%;
	float: left;
}
#map .left .content {
	overflow: hidden;
	width: 100%;
	float: right;
	padding:55px 5%;
}
#map .left .content .title {
	width: 15%;
	margin:0 5% 0 0;
}
#map .left .content .title img {
	width: 100%;
}
#map .left .content .box {
	width: 80%;
}
#map .left .hall {
	margin:20px auto;
}
}

@media screen and (min-width: 801px) {

}

@media screen and (max-width: 800px) {
    /* 767px以下用（タブレット／スマートフォン用）の記述 */
.bg {
	background: url(../kamizumou/img/center_caption.png) repeat-y left 0 top 0, url(../kamizumou/img/center_caption.png) repeat-y right 0 top 0, #fff;
	background-size: 4% auto;
	position: relative;
	z-index: 1000;
}
	
.bg18 {
	background: url(../kamizumou/img/center_caption2018.png) repeat-y left 0 top 0, url(../kamizumou/img/center_caption2018.png) repeat-y right 0 top 0, #fff;
	background-size: 4% auto;
	position: relative;
	z-index: 1000;
}
#intro .right, #main .right ,#workshop .right{
	height: auto;
	background:none;
}
#intro .right, #main .right ,#workshop .right {
	height: auto !important;	
}
.inner {
	width:100% !important;
	margin:0;
	padding:0 7% !important;
}
#mv .inner {
	padding:0 !important;
}
.inner .left {
	width: 35% !important;
	padding:30px 0 !important;
	text-align:center;
}
.inner .right {
	width: 65% !important;
	padding: 30px 2% 30px 5% !important;
}
.inner .left img {
	width: 90% !important;
	max-width: none;
	margin:0 5% 0 !important;
}
#main {
    background-size: 35% auto;
	background-position: left 6% bottom 0;
}
#workshop .left img {
	width: 100% !important;
	margin:0;
}
#form .left {
    width: 20% !important;
}
#form .right {
	width: 80% !important;
}
#map .left .hall {
	width:100%;
	max-width: 295px;
}
}

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

}

@media screen and (max-width: 479px) {
    /* 479px以下用（スマートフォン用）の記述 */
#intro .left, #main .left, #workshop .left, #form .left {
	display: none;
}
.sp {
	display: block;
}
a.btn {
	font-size:16px;
}
h2 {
	text-align: center;
	font-size: 24px;
	margin:0 auto 20px;
}
#mv .inner img.gyouji {
	bottom:-7px;
}
.inner .right {
	float: none;
	width: 100% !important;
	padding:50px 4% !important;
}
.right .detail li {
	text-align: center;
	font-size: 14px;
}
.right .detail li.alignleft {
	text-align: left;
}
.right .detail li b {
	display: block;
	width: 100%;
	font-size: 15px;
	margin:5px 0 0;
}
#map {
	height: 600px;
}
#map .left, #map .right, #form .right {
	float: none;
	display: block !important;
	width: 100% !important;
}
#workshop {
	background: url(../kamizumou/img/workshop_illust.png) no-repeat left 0 bottom 0;
}
#main, #workshop {
    background-size: 90% auto;
    padding-bottom: 100px;
    background-position:center bottom 0;
}
#map .left .content {
	float: none;
}
}
