@charset "utf-8";

#wrapper{
	max-width:inherit;
}

#globalnavi{
	margin:0 auto;
}

.content{
	width:100%;
	padding-bottom:50px;
}

.visual{
	width:940px;
  margin: 0 auto;
}

.visual h1{
	padding:0;
}

.visual h1 img{
	display:block;
	margin:0 auto;
}

.box01{
	width:655px;
	margin:10px auto 0;
}

.box01 h2.ttl01{
	width:655px;
	margin:80px auto 25px;
	font-size:30px;
	color:#3e3a39;
	border-bottom:2px solid #3e3a39;
	padding:0 0 10px;
	text-align:center;
	font-weight:normal;
}

.box01 p{
	width:655px;
	font-size:20px;
	color:#3e3a39;
}

.box01 p span{
	width:100%;
	color:#d61d60;
	text-align:center;
	display:block;
}

.box01 table{
	font-size:20px;
	color:#3e3a39;
}

.box01 table th{
	text-align:right;
	font-weight:normal;
	padding:3px 0;
}

.box01 table td{
	text-align:left;
	padding:3px 0;
}

.box01 p.txt01{
	text-align:center;
}

.box01 h3{
	width:655px;
	margin:60px auto 10px;
	font-size:30px;
	color:#3e3a39;
	text-align:center;
	font-weight:normal;
	padding:0;
}

.box02{
	width:655px;
	padding:25px 30px;
	box-sizing:border-box;
	border:2px solid #3e3a39;
}

.box02 p{
	width:auto;
	font-size:15px;
	color:#3e3a39;
}

.box02 .pic01{
	float:left;
  width: 250px;
}

.box02 .fr{
	width:307px;
	float:right;
	font-size:13px;
}

.box02 .fr p{
	font-size:13px;
	margin-bottom:5px;
	line-height:1.5;
}

.box02 .fr a{
	color:#3e3a39;
	text-align:center;
	line-height:1.5;
	width:100%;
	display:block;
  margin-bottom: 10px;
}

.box02 .fr a:nth-child(1){
	float:left;
	width:auto;
	margin-right:9px;
	margin-bottom:5px;
}

.box02 .fr a:nth-child(2){
	float:left;
	width:auto;
	margin-bottom:5px;
}

.box02 .fr a:nth-child(5){
	margin-bottom:5px;
}

.box02 .fr a:hover{
	text-decoration:underline;
}

.box02 > div::after{
	content:"";
    clear:both;
    display:block;
}

dl{
	width:288px;
	margin:0 auto;
}

dl dt{
	font-size:15px;
	color:#3e3a39;
}

dl dd{
	margin:2px 0 35px;
}

dl + a{
	width:405px;
	margin:50px auto 0;
	display:block;
}
#movie {
	padding: 150px 0 0;
	width: 700px;
	margin: 0 auto;
}
#movie .title {
	width: 100%;
	text-align: center;
	font-size: 45px;
	border-bottom: 1px solid #000;
	margin-bottom: 40px;
  color: #000;
}
#movie dl {
	width: 500px;
	margin: 0 auto;
}
#movie dl dt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie dl dt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movie dl dd { 
  margin: 0;
}
#movie dl dd h3 {
	padding: 12px 0 50px;
	text-align: center;
	font-size: 25px;	
	font-weight: 400;
  margin: 0;
  width: 100%;
} 
#movie a.movieBtn {
	display: block;
	width: 600px;
	height: 100px;
	margin: 100px auto 0;
}




/* smartphone
------------------------------------------------------------*/
@media print, screen and (max-width: 768px) {
.content {
  width: 100%;
  padding: 0 0 16vw;
}
.visual{
	width:100%;
}

.box01 {
    width: 82vw;
    margin: 8vw auto 0;
}
.box01 h2.ttl01 {
    width: 100%;
    margin: 0 auto 8vw;
    font-size: 6vw;
}
.box01 p {
  width: 100%;
  font-size: 4vw;
}

.box01 table {
    font-size: 4vw;
}
.box01 h3 {
    width: 82vw;
    margin: 12vw auto 8vw;
    font-size: 5vw;
}
.box02 {
    width: 82vw;
    padding: 4vw 6vw;
    box-sizing: border-box;
    margin-bottom: 16vw;
}
.box02 .pic01{
  display: block;
	float: inherit;
  width: 80%;
  margin: 0 auto 4vw;
}
.box02 .fr{
	width:60%;
	float:inherit;
	font-size:3.2vw;
  margin: 0 auto;
}
.box02 .fr img {
  width: 100%;
}
.box02 .fr a:nth-child(1) {
    float: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 4vw;
}
.box02 .fr a:nth-child(2) {
    float: inherit;
    width: 100%;
    margin-bottom: 4vw;
}
.box02 .fr p {
    font-size: 3.2vw;
    margin-bottom: 4vw;
    line-height: 1.5;
}
#movie {
	padding: 10.2vw 0 0;
	width: 81.33333vw;
	margin: 0 auto;
  color: #000;
}
#movie .title {
	width: 100%;
	text-align: center;
	font-size: 5.33333vw;
	border-bottom: 1px solid #000;
	margin-bottom: 5.86667vw;
}
#movie dl {
	width: 81.33333vw;
	margin: 0 auto;
}
#movie dl dt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#movie dl dt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#movie dl dd h3 {
	padding: 2.66667vw 0 6.66667vw;
	text-align: center;
	font-size: 4vw;	
  color: #000;
} 
#movie a.movieBtn {
	display: block;
	width: 58.66667vw;
	height: 11.33333vw;
	margin: 4vw auto 0;
}































}/* smartphone End */