@charset "UTF-8"; 
html {
    font-size: 10px;
    position: relative;
    }
body {
    color: #333 /*#2a3742*/;
    font-size: 14px !important;
    font-size: 1.4rem !important;
    line-height: 1.8;
    font-family: "FP-ヒラギノ角ゴ ProN W3", sans-serif;
    }
a {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #333;
}
a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
	}
a.uhover {
    color: #106ab4;
    text-decoration: underline;
	}
a.uhover:hover {
    color: #66BCF9 !important;
}

::selection {
	/* Safari */
	background-color: #5da344;
	color: #FFFFF3; 
	}
::-moz-selection {
	/* Firefox */
	background-color: #5da344;
	color: #FFFFF3; 
	}

/* hタイトル共通*/
h3{
    background: #009bd5;
    color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W6", sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    _position: relative;
    border-radius: 2px 3px 3px 16px;
    box-shadow: #ccc 3px 3px 3px;
    }
.titE{
    font-size: 22px;
    padding: 5px 0 5px 1.5em;
    _border-bottom: 1px solid #ccc;
    }
@media screen and (max-width: 734px) {
	.titE{font-size: 20px;text-align:center;}
    }

#container {width: 100%;max-width: 1920px;margin: 0 auto;}
#container h1 img {width: 100%;max-width: 1920px;margin: 0 auto;}

#mvArea{
	width: 100%;
	max-width: 1200px;
	margin: -150px auto 50px;
	background: url(../img/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	box-shadow: 0px 0px 10px 10px #cccccc;
	padding-top: 25px;
	padding-bottom: 350px;
	}

#mvArea h2 img{
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	}
@media only screen and (min-width: 1200px){
	#container h1 img {
		margin-top: -70px;
		}
	}
@media only screen and (max-width: 1199px){
	#mvArea{
		padding-bottom: 300px;
		}
	#mvArea h2 img{
		margin-top: 50px;
		}
	}
@media only screen and (max-width: 1023px){
	#mvArea h2 img{
		margin-top: 80px;
		}
	}
@media only screen and (max-width: 749px){
	#mvArea{
		background: url(../img/bg_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center bottom;
		padding-top: 40px;
		padding-bottom: 180px;
		}
	}
@media only screen and (max-width: 414px){
	#mvArea{
		padding-bottom: 150px;
		}
	}


/*コンテンツ内*/
.content{margin-bottom: 40px;}
.content p{margin-left: 2em;margin-right: 2em;}

@media only screen and (max-width: 749px){
	.content p{margin-left: 1em;margin-right: 1em;}
	}

.inner{
    width: 98%;
    max-width: 1160px;
    margin: 0 auto;
}

.mv img{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
	}

.ti {text-indent: -1em;padding-left: 1em;}
.cap {font-size: 12px;font-size: 1.2rem;}


/*コピー*/
copy_pc{}
copy_sp{}


/*スマホ切替*/
.disp_pc{display:block;}
.disp_sp{display:none;}

@media only screen and (max-width: 1199px){
	.disp_pc {display: none;}
	.disp_sp {display: block;}
	.inner {width: 98%; margin: 0 auto;}
	}

.bold{font-weight:bold; font-family:'FP-ヒラギノ角ゴ ProN W3', sans-serif;}
.border01 {padding: 20px 30px; border: 1px solid #ccc;background-color: #fff;}

@media screen and (max-width: 734px) {
	.border01 {padding: 20px 10px;}
	}
.area_daishi{
	background-color: #fef5e8;
	background-image:url(../imgs/daishi_bg.png);
	background-repeat:no-repeat;
	background-position:left top;
	_background-attachment:fixed;
	}

/*フッター*/
footer#footer {
    padding: 30px 0 0;
    background: #065eae;
    }
#footer .ftr {
    width: 250px;
    margin: 15px auto;
    text-align: center;
    border-radius: 5px;
    display:block;
    }

.copy {
    color: #fff;
    font-size: 10px;
    line-height: 4;
    text-align: center;
    }

/*お問い合わせ*/
.address {
	font-size: 95%;
    }
.tel_link {
    text-decoration: none;
    pointer-events: none;
    cursor: default;
    }
@media only screen and (min-width: 750px){
	.tel_link {
		color: #333333;
		text-decoration: none;
	    }
    }
@media only screen and (max-width: 749px){
	.tel_link {
	    pointer-events: auto;
	    cursor: pointer;
	    }
    }

/*リンクボタン*/
#ticket_area{
	}
.ticket_btn {}
.ticket_btn a {
    background: #f37f02;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 50px;
    padding: 20px 5px 20px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    border-radius: 5px;
    box-shadow: #d04d00 2px 3px 0px 0px , inset #f35b02 1px 5px 10px 0px;
    -webkit-transition: 0.1s ease;
    transition: 0.1s ease;
    }
.ticket_btn a::after{
	display: block;
    content: '';
    position: absolute;
    top: 50%;
    right: 25px;
    left: auto;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}

.ticket_btn a:hover {
    transform: translate(2px,3px);
    box-shadow: none;
    }




