@charset "utf-8";


/* ============================================================
 service
============================================================ */
/*mainTitle*/
.mainTitle {
	position: relative;
	width: 100%;
	height: 600px;
	background: url(../img/mainPh.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}
.mainTitle:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background: url(../../common/img/bg_01.png) repeat;*/
	background-size: 3px;
	background-position: center;
	background-attachment: fixed;
	content: "";
}
.mainTitle h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -149px;
}
.mainTitle ul {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 75px 0 0 -260px;
	width: 520px;
}
.mainTitle ul li {
	float: left;
	width: 210px;
}
.mainTitle ul li + li {
	float: right;
}
.mainTitle ul li a {
	position: relative;
	display: block;
	padding: 12px 0;
	background: #fff;
	color: #36384c;
	text-align: center;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.mainTitle ul li a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 17px;
	height: 10px;
	margin-top: -5px;
	background: url(../../common/img/ico/arr_09.png) no-repeat;
	background-size: 17px 10px;
	content: "";
	-webkit-transition: all .2s;
	transition: all .2s;
}
.mainTitle ul li a:hover {
	background: #36384c;
	color: #fff;
}
.mainTitle ul li a:hover:after {
	margin-top: 0;
	background: url(../../common/img/ico/arr_w09.png) no-repeat;
	background-size: 17px 10px;
}
@media only screen and (max-width:1400px) {
	.mainTitle {
		background-attachment: inherit;
		background-size: 1400px auto;
	}
	.mainTitle ul {
		margin-top: 30px;
	}
}
@media only screen and (max-width:768px) { /* for sp */
	.reset .mainTitle {
		margin-top: 45px;
		height: auto;
		background: none;
	}
	.mainTitle h1 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 240px;
		margin: 0;
		padding-top: 100px;
		background: url(../img/sp_mainPh.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-attachment: inherit;
		text-align: center;
		box-sizing: border-box;
	}
	.mainTitle h1:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../common/img/sp_bg_01.png) repeat;
		background-size: 3px;
		content: "";
	}
	.mainTitle h1 img {
		width: 150px;
		height: auto;
	}
	.mainTitle ul {
		position: inherit;
		top: 0;
		left: 0;
		margin: 20px 30px 0;
		width: auto;
	}
	.mainTitle ul li {
		float: none;
		width: 100%;
		border: 1px solid #36384c;
	}
	.mainTitle ul li + li {
		float: none;
		margin-top: 20px;
	}
	.mainTitle ul li a {
		padding: 10px;
		font-size: 14px;
		font-weight: bold;
	}
	.mainTitle ul li a:after {
		right: 10px;
		width: 12px;
		height: 7px;
		margin-top: -4px;
		background: url(../../common/img/ico/arr_08.png) no-repeat;
		background-size: 12px 7px;
	}
	.mainTitle ul li a:hover:after {
		margin-top: 0;
		background: url(../../common/img/ico/arr_w08.png) no-repeat;
		background-size: 12px 7px;
	}
}

.block h2 {
	margin: 0 10px 60px 0;
	font-size: 32px;
}
.block h2 span {
	margin-left: 1em;
	font-size: 18px;
}
@media only screen and (max-width:768px) { /* for sp */
	.block h2 {
		font-size: 27px;
		padding-bottom: 10px;
		margin: 0 10px;
		border-bottom: 1px solid #36384c;
	}
	.block h2 span {
		margin-left: 0.5em;
		font-size: 12px;
	}
}

/*footNav*/
#footNav {
	margin: 30px -10px 0;
}
#footNav li {
	overflow: hidden;
	float: left;
	width: 560px;
	margin: 10px;
	border: 1px solid #36384c;
	box-sizing: border-box;
}
#footNav li a {
	position: relative;
	display: block;
	padding: 40px 30px;
	font-size: 24px;
}
#footNav li a:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	content: "";
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#footNav li a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
/*	background: url(../../common/img/bg_01.png) repeat;*/
	background-size: 3px;
	background-position: center;
	content: "";
	z-index: 1;
}
#footNav li.nav01 a:after {
	background: url(../img/nav/footBtn_01.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#footNav li.nav02 a:after {
	background: url(../img/nav/footBtn_02.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#footNav li.nav03 a:after {
	background: url(../img/nav/footBtn_03.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#footNav li.nav04 a:after {
	background: url(../img/nav/footBtn_04.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#footNav li.nav05 a:after {
	background: url(../img/nav/footBtn_05.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
#footNav li a span {
	position:relative;
	z-index: 2;
}
#footNav li a span:after {
	position: absolute;
	top: 0;
	right: -30px;
	display: block;
	width: 12px;
	height: 25px;
	background: url(../../common/img/ico/arr_02.png) no-repeat;
	background-size: 12px auto;
	background-position: center right;
	-webkit-transition: all .2s;
	transition: all .2s;
	content: "";
}
#footNav li a:hover:after {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#footNav li a:hover span:after {
	right: -40px;
}
@media only screen and (max-width:768px) { /* for sp */
	#footNav {
		margin: 10px 10px 0;
	}
	#footNav li {
		float: none;
		width: auto;
		margin: 10px 0 0;
	}
	#footNav li a {
		padding: 20px 20px;
		font-size: 16px;
	}
	#footNav li a:before {
		background: url(../../common/img/sp_bg_01.png) repeat;
		background-size: 3px;
		background-position: center;
	}
	#footNav li a span:after {
		top: 2px;
		right: -15px;
		width: 7px;
		height: 15px;
		background: url(../../common/img/ico/arr_06.png) no-repeat;
		background-size: 7px auto;
		background-position: center right;
	}
	#footNav li a:hover span:after {
		right: -20px;
	}
}

/*block01*/
#block01 {
	position: relative;
	margin-top: 55px;
}
#block01 .ico {
	position: absolute;
	top: 0;
	right: 0;
}
#block01 .ico img {
	width: 90px;
	height: auto;
}
#block01 h2 img {
	width: 148px;
	height: auto;
}
#block01 .row {
	margin-top: 0;
}
#block01 .row + .row {
	margin-top: 20px;
}
@media only screen and (max-width:768px) { /* for sp */
	#block01 {
		margin-top: 0;
		padding: 30px 0 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		box-sizing: border-box;
	}
	#block01 h2 img {
		width: 102px;
	}
	#block01 .row {
		margin-top: 0;
	}
	#block01 .row + .row {
		margin-top: 0;
	}
}
#block01 .box {
	width: 560px;
	padding: 35px 45px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-sizing: border-box;
}
#block01 .box h3 {
	font-size: 22px;
}
#block01 .box h3 strong {
	margin-left: 20px;
	color: #ba8c44;
	font-size: 26px;
	font-family: 'Crimson Text', serif;
}
#block01 .box h3 strong span {
	margin-left: 0.2em;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#block01 .box .txt {
	margin-top: 7px;
	font-size: 14px;
}
#block01 .box .txt span {
	display: block;
	margin-top: 0.2em;
	font-size: 12px;
	line-height: 1.5;
}
#block01 .box .txt a {
	text-decoration: underline;
}
#block01 .box .txt a:hover {
	text-decoration: none;
}
#block01 .box .txt span b {
	color: #da4748;
}
#block01 .box .movie {
	width: 470px;
	height: 264px;
	margin-top: 18px;
}
#block01 .box .movie img {
	width: 470px;
	height: auto;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#block01 .box .movie img:hover {
	opacity: 0.8;
}
@media only screen and (max-width:768px) { /* for sp */
	#block01 .box {
		position: relative;
		float: none;
		width: 100%;
		padding: 40px 30px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		background-color: inherit;
	}
	#block01 .box:after {
		position:absolute;
		top: 0;
		left: 0;
		width: 94%;
		height: 1px;
		margin: 0 3%;
		border-top: 1px solid #36384c;
	}
	#block01 h2 + .row .box:first-child:after {
		border: none;
	}
	#block01 .box h3 {
		font-size: 17px;
	}
	#block01 .box h3 strong {
		margin-left: 7px;
		font-size: 16px;
	}
	#block01 .box h3 strong span {
		font-size: 11px;
	}
	#block01 .box .movie {
		width: 100%;
		height: auto;
		position: relative;
		margin-top: 0;
		padding-bottom: 56.25%;
		padding-top: 10px;
		height: 0;
		overflow: hidden;
	}
	#block01 .box .movie img {
		width: 100%;
		height: auto;
	}
	#block01 .box .movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
#block01 .box .btn {
	margin-top: 40px;
}
#block01 .box .btn a {
	display: block;
	position: relative;
	width: 300px;
	margin: 0 auto;
	padding: 11px 0;
	border: 1px solid #36384c;
	font-size: 18px;
	text-align: center;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-weight: bold;
}
#block01 .box .btn a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 10px;
	height: 18px;
	margin-top: -9px;
	background: url(../../common/img/ico/arr_02.png) no-repeat;
	background-size: 10px auto;
	content: "";
	-webkit-transition: all .2s;
	transition: all .2s;
}
#block01 .box .btn a:hover {
	background-color: #36384c;
	border: 1px solid #36384c;
	color: #fff;
}
#block01 .box .btn a:hover:after {
	right: 10px;
	background: url(../../common/img/ico/arr_w02.png) no-repeat;
	background-size: 10px auto;
}

@media only screen and (max-width:768px) { /* for sp */
	#block01 .box .btn {
		margin-top: 20px;
	}
	#block01 .box .btn a {
		width: 100%;
		font-size: 14px;
	}
	#block01 .box .btn a:after {
		width: 6px;
		height: 14px;
		margin-top: -5px;
		width: 7px;
		height: 13px;
		margin-top: -6px;
		background: url(../../common/img/ico/arr_06.png) no-repeat;
		background-size: 7px 13px;
	}
	#block01 .box .btn a:hover:after {
		right: 10px;
		background: url(../../common/img/ico/arr_w06.png) no-repeat;
		background-size: 7px 13px;
	}
}


/*block02*/
#block02 {
	margin-top: 100px;
	font-size: 32px;
}
#block02 .outer {
	padding: 60px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
}
#block02 .outer .lead {
	line-height: 2;
}
@media only screen and (max-width:768px) { /* for sp */
	#block02 {
		margin-top: -50px;
		padding-top: 50px;
	}
	#block02 .outer {
		padding: 0 10px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#block02 .outer .lead {
		margin: 35px 20px 0;
		line-height: 1.7;
		font-size: 14px;
	}
}
#block02 .outer .step {
	clear: both;
	padding: 40px 0;
}
#block02 .outer .step + .step {
	position: relative;
	border-top: 1px solid #36384c;
}
#block02 .outer .step + .step:before {
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #36384c;
	position: absolute;
	right: 50%;
	top: 0;
	margin-right: -12px;
}
#block02 .outer .step + .step:after {
	content: "";
	border: 12px solid transparent;
	border-top: 12px solid #fff;
	position: absolute;
	right: 50%;
	top: -1px;
	margin-right: -12px;
}
#block02 .outer .step .img {
	float: left;
	width: 180px;
}
#block02 .outer .step .img img {
	width: 180px;
	height: 180px;
	border: 1px solid #36384c;
	border-radius: 50%;
}
@media only screen and (max-width:768px) { /* for sp */
	#block02 .outer .row {
		margin-top: 30px;
		padding: 30px 20px;
		-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
		box-shadow: 0 1px 3px rgba(0,0,0,.4);
	}
	#block02 .outer .step {
		clear: both;
		padding: 0;
		margin: 0;
	}
	#block02 .outer .step + .step {
		padding-top: 30px;
		margin-top: 15px;
	}
	#block02 .outer .step + .step:before {
		content: "";
		border: 10px solid transparent;
		border-top: 10px solid #36384c;
		position: absolute;
		right: 50%;
		top: 0;
		margin-right: -10px;
	}
	#block02 .outer .step + .step:after {
		content: "";
		border: 10px solid transparent;
		border-top: 10px solid #fff;
		position: absolute;
		right: 50%;
		top: -1px;
		margin-right: -10px;
	}
	#block02 .outer .step .img {
		float: none;
		width: 100%;
		text-align: center;
	}
	#block02 .outer .step .img img {
		width: 125px;
		height: 125px;
	}
}
#block02 .outer .step .img + dd {
	float: right;
	margin-top: 25px;
	width: 770px;
}
#block02 .outer .step .img + dd h3 {
	color: #ba8c44;
	line-height: 1;
}
#block02 .outer .step .img + dd h3 img {
	margin-right: 1em;
	width: 76px;
	height: auto;
}
#block02 .outer .step .img + dd ul {
	margin-top: 20px;
}
#block02 .outer .step .img + dd ul li {
	line-height: 2;
}
#block02 .outer .step .img + dd .stepInner {
	margin: 30px 0 40px;
	padding: 20px;
	border: 1px solid #ba8c44;
}
#block02 .outer .step .img + dd .stepInner h4 {
	padding-left: 25px;
	background: url(../img/ico_01.png) no-repeat;
	background-size: 20px;
	background-position: center left;
	color: #ba8c44;
	font-size: 16px;
	font-weight: bold;
}
#block02 .outer .step .img + dd .stepInner dl {
	padding-left: 25px;
}
#block02 .outer .step .img + dd .stepInner dl dt {
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	line-height: 2;
}
#block02 .outer .step .img + dd .stepInner dl dd {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 2;
	font-size: 12px;
}
@media only screen and (max-width:768px) { /* for sp */
	#block02 .outer .step .img + dd {
		float: none;
		margin-top: 15px;
		width: auto;
	}
	#block02 .outer .step .img + dd h3 {
		text-align: center;
	}
	#block02 .outer .step .img + dd h3 img {
		width: 54px;
	}
	#block02 .outer .step .img + dd ul {
		margin-top: 15px;
	}
	#block02 .outer .step .img + dd ul li {
		line-height: 1.5;
		padding-left: 1em;
		text-indent: -1em;
	}
	#block02 .outer .step .img + dd .stepInner {
		margin: 15px 0 20px;
		padding: 17px 10px;
	}
	#block02 .outer .step .img + dd .stepInner h4 {
		padding-left: 20px;
		background-size: 15px;
		font-size: 12px;
	}
	#block02 .outer .step .img + dd .stepInner dl {
		padding-left: 0;
	}
	#block02 .outer .step .img + dd .stepInner dl dt {
		margin: 10px 0 5px;
		line-height: 1.5;
	}
	#block02 .outer .step .img + dd .stepInner dl dd {
		line-height: 1.5;
		font-size: 12px;
	}
}

/* index
============================================================ */
#index #main .inner {
	margin-top: 55px;
}
@media only screen and (max-width:768px) { /* for sp */
	#index #main {
		margin-top: 20px;
	}
	#index #main .inner {
		margin-top: 0;
	}
}



/* g_detail
============================================================ */

.g_detail .btnArea p {
	margin-top: 30px;
	text-align: center;
	color: #ba8c44;
	font-weight: bold;
}
.g_detail .btnArea img {
	border-right: 1px solid #36384c;
	margin: 0 12px 0 0;
	padding-right: 12px;
	width: 88px;
	height: auto;
}
.g_detail .btnArea strong {
	font-size: 46px;
}
.g_detail .btnArea .btn {
    margin-top: 30px;
}
.g_detail .btnArea .btn a {
    border: 1px solid #36384c;
    display: block;
    font-size: 16px;
	font-weight: normal;
    margin: 0 auto;
    padding: 11px 0;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 300px;
	line-height: 2;
}
.g_detail .btnArea .btn a:hover {
    background-color: #36384c;
    border: 1px solid #36384c;
    color: #fff;
}
.g_detail  .btnArea .btn a:after {
    background: url(../../common/img/ico/arr_02.png) no-repeat center;
	background-size: 10px auto;
    content: "";
    display: block;
    height: 18px;
    margin-top: -9px;
    position: absolute;
    right: 20px;
    top: 50%;
    transition: all 0.2s ease 0s;
    width: 10px;
}
.g_detail  .btnArea .btn a:hover:after {
    background: url("../../common/img/ico/arr_w02.png") no-repeat center;
	background-size: 10px auto;
    right: 10px;
}
.g_detail .btnArea .btn a span {
    background: url("../../common/img/ico/ico_mail.png") no-repeat left center;
	background-size: 22px 16px;
    display: inline-block;
    padding: 0  5px 0 32px;
}
.g_detail .btnArea .btn a:hover span {
    background: url("../../common/img/ico/ico_w_mail.png") no-repeat left center;
	background-size: 22px 16px;
}
@media only screen and (max-width:768px) { /* for sp */
	.g_detail .btnArea p {
		margin: 10px 30px 0;
		width: auto;
	}
	.g_detail .btnArea img {
		width: 53px;
		height: auto;
	}
	.g_detail .btnArea strong {
		font-size: 37px;
	}
	.g_detail .btnArea .btn {
		margin-top: 20px;
	}
	.g_detail .btnArea .btn a {
		padding: 5px 0;
		width: auto;
	}
	.g_detail .btnArea .btn a:after {
		background: url(../../common/img/ico/arr_06.png) no-repeat center;
		background-size: 7px auto;
		height: 15px;
		margin-top: -8px;
		width: 7px;
	}
	.g_detail .btnArea .btn a:hover:after {
		background: url("../../common/img/ico/arr_w06.png") no-repeat center;
		background-size: 7px auto;
	}
}

/*- blok01 -*/
.g_detail .block h2 {
	margin-bottom: 0;
}
.g_detail h3.fontStyle {
	margin: 50px 0 10px;
	font-size: 18px;
	color: #ba8c44;
	font-weight: bold;
}
.g_detail .txtDescription{
	margin: 16px 0 0 0;
	line-height: 2;
}
.g_detail .txtDescription span {
	font-size: 12px;
}
.g_detail .row p {
	line-height: 2.5;
}
.g_detail .sampleMovie .row li {
	float: left;
}
.g_detail .sampleMovie .row li + li {
	margin-left: 30px;
}
.g_detail .sampleMovie .row + .row {
	margin-top: 30px;
}
.g_detail .sampleMovie .row li img {
	width: 360px;
	height: auto;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.g_detail .sampleMovie .row li img:hover {
	opacity: 0.8;
}
@media only screen and (max-width:768px) { /* for sp */
	.g_detail .sampleMovie {
		margin: 15px 10px 0;
		border-top: 1px solid #36384c;
	}
	.g_detail .row {
		margin: 0 10px;
	}
	.g_detail .row p {
		margin: 5px 20px 0;
		line-height: 1.5;
	}
	.g_detail h2 {
		border: none;
		padding-bottom: 0;
	}
	.g_detail h3 {
		margin: 30px 0 0;
		font-size: 17px;
	}
	.g_detail .txtDescription {
		width: auto;
		margin: 5px 10px 0;
		line-height: 1.9;
	}
	.g_detail .txtDescription span {
		font-size: 11px;
		display: block;
		padding-left: 1em;
		text-indent: -1em;
	}
	.g_detail .sampleMovie .row {
		margin: 0 20px;
	}
	.g_detail .sampleMovie .row li {
		float: none;
		margin-top: 15px;
	}
	.g_detail .sampleMovie .row li + li {
		margin-left: 0;
		margin-top: 20px;
	}
	.g_detail .sampleMovie .row li img {
		width: 100%;
	}
}

/*- blok02 -*/
.g_detail #block02 {
	border-top: solid 1px #36384c;
	padding-top: 40px;
}
.g_detail #block02 .bgOcher {
	background: #eee7ce;
	padding: 60px 70px 55px;
}
.g_detail #block02 .bgOcher b {
	color: #da4748;
}
.g_detail #block02 .bgOcher a {
	text-decoration: underline;
}
.g_detail #block02 .bgOcher a:hover {
	text-decoration: none;
}
.g_detail #block02 .bgOcher p {
	line-height: 2.1;
}
.g_detail #block02 .bgOcher p + p {
	margin-top: 10px;
}
.g_detail #block02 .bgOcher p.imgSet {
	position: relative;
	margin-bottom: 40px;
	border-top: 1px solid #ba8c44;
}
.g_detail #block02 .bgOcher p.imgSet img {
	position: absolute;
	left: 50%;
	width: 152px;
	height: auto;
	padding: 0 34px;
	background: #eee7ce;
	margin-left: -110px;
	margin-top: -13px;
}
.g_detail #block02 .bgOcher .clearfix {
	margin-top: 60px;
}
.g_detail #block02 .bgOcher .box + .box {
	margin-left: 50px;
}
.g_detail .bgOcher dl {
	position: relative;
	width: 300px;
	background: url(../img/endroll/bg_border.png) repeat;
	background-size: 14px;
}
.g_detail #block02 .bgOcher dl dt {
	position: absolute;
	top: -25px;
	left: 50%;
	margin-left: -160px;
}
.g_detail #block02 .bgOcher dl dt img {
	width: 320px;
	height: auto;
}
.g_detail #block02 .bgOcher dl dd.outer {
	padding: 60px 30px 30px;
	box-shadow: none;
	font-size: 18px;
	text-align: center;
	color: #ba8c44;
}
.g_detail #block02 .bgOcher dl dd p + p {
	margin: 0;
}
.g_detail #block02 .bgOcher dl dd p.txt {
	display: inline-block;
	padding-left: 33px;
	background: url(../../common/img/ico/icon_movie.png) no-repeat;
	background-size: 23px auto;
	background-position: top left;
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
}
.g_detail #block02 .bgOcher dl dd p.aco {
	font-size: 22px;
	line-height: 1.3;
}
.g_detail #block02 .bgOcher dl dd p.txt02 {
	background: url(../../common/img/ico/icon_movie02.png) no-repeat;
	background-size: 23px auto;
	background-position: top left;
	color: #36384c;
}
.g_detail #block02 .bgOcher dl dd p.txt span {
	font-size: 12px;
	display: inline-block;
}
.g_detail .btnArea img {
	margin-bottom: 18px;
}
.g_detail #block02 .bgOcher dl dd p.txt .crimson {
	font-size: 20px;
}
@media only screen and (max-width:768px) { /* for sp */
	.g_detail #block02 .bgOcher dl dd.outer {
		padding: 50px 20px 20px;
		font-size: 18px;
		text-align: left;
	}
	.g_detail #block02 .bgOcher .box + .box {
		margin-left: 0;
		margin-top: 25px;
	}
	.g_detail #block02 .bgOcher dl dd p.txt {
		padding-left: 28px;
		background: url(../../common/img/ico/icon_movie.png) no-repeat;
		background-size: 21px auto;
		background-position: top left;
		font-size: 14px;
		text-align: left;
		line-height: 1.1;
	}
	.g_detail #block02 .bgOcher dl dd p.aco {
		margin-top: -6px;
		font-size: 20px;
		text-align: center;
		line-height: 1;
	}
	.g_detail #block02 .bgOcher dl dd p.txt02 {
		background: url(../../common/img/ico/icon_movie02.png) no-repeat;
		background-size: 21px auto;
		background-position: top left;
	}
	.g_detail #block02 .bgOcher dl dd p.txt span {
		display: block;
		margin: 0;
	}
	.g_detail #block02 .bgOcher dl dd p.txt .crimson {
		font-size: 18px;
	}
}

.g_detail #block02 .bgOcher dl.priceArea {
	width: auto;
	margin-top: 20px;
	background: none;
}
.g_detail #block02 .bgOcher dl.priceArea dt {
	position: relative;
	left: auto;
	top: auto;
	margin: auto;
}
.g_detail #block02 .bgOcher dl.priceArea dt:after {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 70px;
	height: 1px;
	background: #000;
}
.g_detail #block02 .bgOcher dl.priceArea dt:before {
	position: absolute;
	top: 50%;
	right: 0;
	content: "";
	width: 70px;
	height: 1px;
	background: #000;
}
.g_detail #block02 .bgOcher dl.priceArea dt img {
	width: 82px;
	height: auto;
}

@media only screen and (max-width:768px) { /* for sp */
	.g_detail #block02 .bgOcher dl.priceArea {
		margin-top: 10px;
	}
	.g_detail #block02 .bgOcher dl.priceArea dt:after {
		width: 30%;
	}
	.g_detail #block02 .bgOcher dl.priceArea dt:before {
		width: 30%;
	}
	.g_detail #block02 .bgOcher dl.priceArea dt {
		text-align: center;
	}
	.g_detail #block02 .bgOcher dl.priceArea dt img {
		width: 53px;
		vertical-align: middle;
	}
}
.g_detail #block02 .bgOcher dl.priceArea dd .down {
	color: #ba8c44;
	font-weight: bold;
}
.g_detail #block02 .bgOcher dl.priceArea dd .down p {
	font-size: 12px;
	text-align: left
}
.g_detail #block02 .bgOcher dl.priceArea dd .down p + p {
	position: relative;
	margin-left: 19px;
	text-align: right;
}
.g_detail #block02 .bgOcher dl.priceArea dd .down p + p:after {
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 0;
	margin-top: -13px;
	font-size: 17px;
	content: "→";
}
.g_detail #block02 .bgOcher dl.priceArea dd .down span {
	font-size: 43px;
	font-family: 'Crimson Text', serif;
	line-height: 1.3;
	font-weight: normal;
}
.g_detail #block02 .bgOcher dl.priceArea dd .down .line span {
	font-size: 34px;
	text-decoration: line-through;
}
.g_detail #block02 .bgOcher dl.priceArea dd .txt {
	margin-top: 5px;
	padding: 0;
	background: none;
	font-size: 14px;
	line-height: 1.5;
	font-weight: normal;
	color: #36384c;
	text-align: left;
}
.g_detail #block02 .bgOcher dl.priceArea dd .txt b {
	font-size: 24px;
	color: #da4748;
	font-weight: bold;
}
@media only screen and (max-width:768px) { /* for sp */
	.g_detail #block02 .bgOcher dl.priceArea dd .down p {
		display: block;
	}
	.g_detail #block02 .bgOcher dl.priceArea dd .down p + p {
		margin: 0;
	}
	.g_detail #block02 .bgOcher dl.priceArea dd .down p + p:after {
		margin-top: -10px;
	}
	.g_detail #block02 .bgOcher dl.priceArea dd .down .line span {
		font-size: 25px;
	}
	.g_detail #block02 .bgOcher dl.priceArea dd .txt {
		font-size: 12px;
		text-align: center;
		width: 100%;
	}
	.g_detail #block02 .bgOcher dl.priceArea dd .txt b {
		font-size: 20px;
	}
}











/* endroll
============================================================ */
#endroll .mainTitle {
	background: url("../img/endroll/mainPh.jpg") no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}
#endroll .mainTitle h1 {
    margin: -12px 0 0 -85px;
}
#endroll .mainTitle h1 img {
	width: 170px;
	height: auto;
}
@media only screen and (max-width:1400px) {
	#endroll .mainTitle {
		background-attachment: inherit;
		background-size: 1400px auto;
	}
}
@media only screen and (max-width:768px) { /* for sp */
	#endroll .mainTitle {
		margin-top: 45px;
		height: auto;
		background: none;
	}
	#endroll .mainTitle h1 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 240px;
		margin: 0;
		padding-top: 100px;
		background: url(../img/endroll/sp_mainPh.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-attachment: inherit;
		text-align: center;
		box-sizing: border-box;
	}
	#endroll .mainTitle h1:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../common/img/sp_bg_01.png) repeat;
		background-size: 3px;
		content: "";
	}
	#endroll .mainTitle h1 img {
		width: 86px;
		height: auto;
	}
}


@media only screen and (max-width:768px) { /* for sp */
	.g_detail #block02 {
		margin: 30px 10px 0;
		padding-top: 30px;
	}
	.g_detail #block02 .bgOcher {
		padding: 40px 20px 20px;
	}
	.g_detail #block02 .bgOcher p {
		line-height: 1.9;
	}
	.g_detail #block02 .bgOcher p + p{
		margin-top: 0;
	}
	.g_detail #block02 .bgOcher p.imgSet {
		margin-bottom: 25px;
	}
	.g_detail #block02 .bgOcher p.imgSet img {
		width: 97px;
		height: auto;
		padding: 0 14px;
		margin-left: -59px;
		margin-top: -9px;
	}
	.g_detail #block02 .bgOcher .clearfix {
		margin-top: 20px;
	}
	.g_detail #block02 .bgOcher .clearfix .box {
		float: none;
	}
	.g_detail #block02 .bgOcher dl {
		width: 96%;
		margin: 0 auto;
		background-size: 7px;
	}
	.g_detail #block02 .bgOcher dl dt {
		top: -16px;
		margin-left: -130px;
	}
	.g_detail #block02 .bgOcher dl dt img {
		width: 260px;
	}
/*
	.g_detail #block02 .bgOcher dl dd {
		padding: 36px 0 16px;
		font-size: 12px;
	}
	.g_detail #block02 .bgOcher dl dd span {
		margin: 0 0.5em;
	}
*/}
.g_detail #block02 .bgOcher p.priceTxt {
	margin-top: 25px;
	text-align: center;
	color: #ba8c44;
	font-weight: bold;
	line-height: 1.4;
}
.g_detail #block02 .bgOcher p.priceTxt img {
	border-right: 1px solid #36384c;
	margin: 0 12px 18px 0;
	padding-right: 12px;
}
.g_detail #block02 .bgOcher p.priceTxt .pra01 {
	font-size: 46px;
	text-decoration: line-through;
}
.g_detail #block02 .bgOcher p.priceTxt .pra02 {
	font-size: 54px;
}
.g_detail #block02 .bgOcher p.priceTxt .arr {
	font-size: 24px;
}
.g_detail #block02 .bgOcher p.priceTxt + p {
	text-align: center;
}
.g_detail #block02 .bgOcher p.priceTxt + p b {
	color: #da4748;
	font-size: 18px;
}
@media only screen and (max-width:768px) { /* for sp */
	.g_detail #block02 .bgOcher p.priceTxt {
		margin-top: 20px;
	}
	.g_detail #block02 .bgOcher p.priceTxt img {
		width: 53px;
		height: auto;
		margin: 0 10px 18px 0;
		padding-right: 10px;
	}
	.g_detail #block02 .bgOcher p.priceTxt .pra01 {
		font-size: 37px;
	}
	.g_detail #block02 .bgOcher p.priceTxt .pra02 {
		font-size: 45px;
		line-height: 1.2;
	}
	.g_detail #block02 .bgOcher p.priceTxt .arr.spElement {
		display: block;
		width: 15px;
		margin: 7px auto 0;
	}
	.g_detail #block02 .bgOcher p.priceTxt .arr.spElement img {
		width: 16px;
		height: auto;
		border: none;
		margin: 0;
		padding: 0;
		display: block;
	}
	.g_detail #block02 .bgOcher p.priceTxt + p {
		margin-top: 10px;
		text-align: left;
		line-height: 1.5;
	}
}

/*optionBox*/
.g_detail #block02 .optionBox {
	margin-top: 40px;
	padding: 55px 80px;
	border: solid 1px #36384c;
}
.g_detail #block02 .optionBox .imgSet {
    border-top: 1px solid #ccc;
    margin-bottom: 40px;
    position: relative;
}
.g_detail #block02 .optionBox .imgSet img {
	position: absolute;
	left: 50%;
	width: 190px;
	height: auto;
	padding: 0 40px;
	margin-left: -132px;
	margin-top: -13px;
	background: #fff;
}
.g_detail #block02 .optionBox .box {
	width: 480px;
}
.g_detail #block02 .optionBox dl {
	margin-top: 15px;
	line-height: 2.3;
}
.g_detail #block02 .optionBox dl + dl {
	margin-top: 26px;
}
.g_detail #block02 .optionBox dl dd {
	padding-left: 1em;
}
.g_detail #block02 .optionBox dl dd span {
	font-size: 16px;
}
.g_detail #block02 .optionBox dl dd.lineHeight {
	margin-top: 5px;
	line-height: 1.7;
}
.g_detail #block02 .optionBox .note {
	font-size: 12px;
}
.g_detail #block02 .optionBox ul.note {
	margin-top: 5px;
	padding-left: 1em;
	text-indent: -1em;
}
.g_detail #block02 .optionBox ul.note li {
	font-size: 12px;
	line-height: 2;
}
@media only screen and (max-width:768px) { /* for sp */
	.g_detail #block02 .optionBox {
		margin: 30px 0 0;
		padding: 40px 20px 20px;
	}
	.g_detail #block02 .optionBox .imgSet {
		margin-bottom: 30px;
	}
	.g_detail #block02 .optionBox .imgSet img {
		width: 114px;
		padding: 0 14px;
		margin-left: -70px;
		margin-top: -9px;
	}
	.g_detail #block02 .optionBox .box {
		float: none;
		width: auto;
	}
	.g_detail #block02 .optionBox dl,
	#alldayrecord #main #block02 .optionBox dl {
		margin-top: 15px;
		line-height: 2;
	}
	.g_detail #block02 .optionBox dl + dl {
		margin-top: 15px;
	}
	.g_detail #block02 .optionBox dl dd span {
		font-size: 12px;
	}
	.g_detail #block02 .optionBox .note {
		display: block;
		font-size: 11px;
		line-height: 1.7;
		margin-left: -1em;
		padding-left: 1em;
		text-indent: 0;
	}
	.g_detail #block02 .optionBox ul.note {
		margin-left: -1em;
	}
	.g_detail #block02 .optionBox ul.note li {
		font-size: 11px;
		line-height: 1.5;
	}
}


/* all_record
============================================================ */
#all_record .mainTitle {
	background: url(../img/all_record/mainPh.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}
#all_record .mainTitle h1 {
	margin: -23px 0 0 -154px;
}
@media only screen and (max-width:1400px) {
	#all_record .mainTitle {
		background-attachment: inherit;
		background-size: 1400px auto;
	}
}
@media only screen and (max-width:768px) { /* for sp */
	#all_record .mainTitle {
		margin-top: 45px;
		height: auto;
		background: none;
	}
	#all_record .mainTitle h1 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 240px;
		margin: 0;
		padding-top: 100px;
		background: url(../img/all_record/sp_mainPh.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-attachment: inherit;
		text-align: center;
		box-sizing: border-box;
	}
	#all_record .mainTitle h1:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../common/img/sp_bg_01.png) repeat;
		background-size: 3px;
		content: "";
	}
}
#all_record #main #block01 .txtDescription {
	margin: 16px 0 0 10px;
	line-height: 2.5;
}

/* all_cinema
============================================================ */
#all_cinema .mainTitle {
	background: url(../img/all_cinema/mainPh.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}
#all_cinema .mainTitle h1 {
	margin: 24px 0 0 -151px;
}
@media only screen and (max-width:1400px) {
	#all_cinema .mainTitle {
		background-attachment: inherit;
		background-size: 1400px auto;
	}
}
@media only screen and (max-width:768px) { /* for sp */
	#all_cinema .mainTitle {
		margin-top: 45px;
		height: auto;
		background: none;
	}
	#all_cinema .mainTitle h1 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 240px;
		margin: 0;
		padding-top: 100px;
		background: url(../img/all_cinema/sp_mainPh.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-attachment: inherit;
		text-align: center;
		box-sizing: border-box;
	}
	#all_cinema .mainTitle h1:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../common/img/sp_bg_01.png) repeat;
		background-size: 3px;
		content: "";
	}
}
#all_cinema #main #block01 .txtDescription {
	line-height: 1.5;
}
#all_cinema #main #block01 .txtDescription a {
	text-decoration: underline;
}
#all_cinema #main #block01 .txtDescription a:hover {
	text-decoration: none;
}
#all_cinema #main #block01 .txtDescription p {
	padding-top: 10px;
}
#all_cinema #main #block01 .txtDescription span {
	line-height: 2;
}

/* opening
============================================================ */

#opening .mainTitle {
	background: url(../img/opening/mainPh.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}
#opening .mainTitle h1 {
	margin: -24px 0 0 -137px;
}
#opening .sampleMovie ul + ul {
	margin-top: 20px;
}
@media only screen and (max-width:1400px) {
	#opening .mainTitle {
		background-attachment: inherit;
		background-size: 1400px auto;
	}
}
@media only screen and (max-width:768px) { /* for sp */
	#opening .mainTitle {
		margin-top: 45px;
		height: auto;
		background: none;
	}
	#opening .mainTitle h1 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 240px;
		margin: 0;
		padding-top: 100px;
		background: url(../img/opening/sp_mainPh.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-attachment: inherit;
		text-align: center;
		box-sizing: border-box;
	}
	#opening .mainTitle h1:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../common/img/sp_bg_01.png) repeat;
		background-size: 3px;
		content: "";
	}
}

/* letter
============================================================ */
#letter .mainTitle {
	background: url(../img/letter/mainPh.jpg) no-repeat;
	background-size: 100% auto;
	background-position: center top;
	background-attachment: fixed;
}
#letter .mainTitle h1 {
	margin: -12px 0 0 -185px;
}
#letter.g_detail .row p.note {
	font-size: 14px;
	line-height: 1.5;
}
#letter.g_detail .row p.note span {
	font-weight: bold;
}
@media only screen and (max-width:1400px) {
	#letter .mainTitle {
		background-attachment: inherit;
		background-size: 1400px auto;
	}
}
@media only screen and (max-width:768px) { /* for sp */
	#letter .mainTitle {
		margin-top: 45px;
		height: auto;
		background: none;
	}
	#letter .mainTitle h1 {
		position: relative;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 240px;
		margin: 0;
		padding-top: 100px;
		background: url(../img/letter/sp_mainPh.jpg) no-repeat;
		background-size: 100% auto;
		background-position: center center;
		background-attachment: inherit;
		text-align: center;
		box-sizing: border-box;
	}
	#letter .mainTitle h1 img {
		width: 185px;
	}
	#letter .mainTitle h1:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(../../common/img/sp_bg_01.png) repeat;
		background-size: 3px;
		content: "";
	}
}





