@charset "utf-8";

/* PC向けおよび大型タブレット向けのレイアウトの指定：961px～1300px */
@media only screen and (min-width:961px) and (max-width:1300px){
body {
	min-width: 100%;
	text-align: center;
	width: 100%;
overflow-x: hidden;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}

#movieBlock {
    height: auto;
    padding-bottom: 120px;
}

#copy {
    margin-top: 50px;
}

#bnBlock ul {
	/*width: 100%;*/
}

#bnLink {
    width: 100%;
}


	}

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
/*==========================================
 body
===========================================*/
.body{
overflow-x: hidden;
}

img {
	/*width: 100%;*/
	max-width: 100%;
	height: auto;

　/*IE8のみ適用*/
; 	text-align: center;
	}

.share{
    width: 100% ;
}
.share2 {
    width: calc(100% - 16px);
}
.share,
.share2 {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
    


.spImg {
    display: inherit;
}

.pcImg {
    display: none;
}

#copy{
    margin-top: 50px;
}
 


/*==========================================
Other
===========================================*/
#movieBlock {
    height: auto;
    padding-bottom: 120px;
}

#topInfo {
    width: 100%;
    flex-direction:column;
    justify-content: center;
    margin-top: 10px;
}

#topInfo section {
    width: 90%;
    margin: 0px auto;
}

#fb {
    width: 100%;
    text-align: center;
    margin-top: 35px;
}

#fb iframe {
    width: 100%!important;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#bnBlock ul {
	/*width: 100%;*/
}

#bnBlock ul li a {
/*
	display: inline-block;
	min-width: 160px;
	width: calc(50% - 2px);
	height: 100px;
*/
}

#bnBlock ul li {
	/*margin-right: 1px;*/
}

#bnLink {
    width: 100%;
}
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：791px～ */
@media only screen and (min-width:791px) {
div.fixedBTN ul li.slideLeft{
transform: translateX(0px);
transition: all 0.5s ease;
}
div.fixedBTN ul li.slideRight{
transform: translateX(85px);
transition: all .5s ease;
}
}

@media only screen and (min-width:791px) and (max-width:1130px){
/*==========================================
 メニューのサイズを微調整
===========================================*/
div#topBlock h1{ margin-left:13px; }
div#topNavi { margin-right:13px; }
/*#topNavi ul li a { font-size: 18px; }*/
.NavMenu ul li {
    font-size: 0.9em;
    padding-right: 0.9em;
    margin-right: 0.9em;
}
.NavMenu ul li:first-child a {
    border-left: none;
}
.NavMenu ul li:last-child {
    border-right: none;
}
}

@media only screen and (max-width:790px){
/*==========================================
 Other
===========================================*/
#topBlock {
flex-direction: column;
justify-content: space-between;
	}
    
#topBlock h1 {
    text-align: left;
    margin-left: 10px;
	}
    
#topBlock h1 img {
	width: 100%;
	max-width: 60%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	}
    
#topNavi p {
    text-align: center;
    position: absolute;
    top: 15px;
    right: 10px;
}

#topNavi ul.btn li a {
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 2px solid #2E869E;
    padding-top: 6px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    border-radius: 0px;
    -webkit-box-shadow: 2px 2px 5px #C1C1C1;
    box-shadow: 2px 2px 5px #C1C1C1;
    text-align: center;
    width: 45vw;
    white-space: nowrap;
    font-size: 1em;
}

#topNavi ul.btn li {
    margin-left: 2.5px;
    margin-right: 2.5px;
}

.NavMenu {
    margin-top: 10px;
}

div.fixedBTN li {
    /*position: static;*/
}

#mainBg {
    background-image: url(../images/mainimg_sp.png);
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    background-position: left top;
    justify-content: center!important;
    text-align: center;
    margin-top: 5px;
    padding-top:152px;
}



div.fixedBTN {
    position: absolute;
    top: 162px;
    right: 130px;
    z-index: 1;
}

div.fixedBTN ul li {
    /*text-align: right;*/
    margin-bottom: 0px;
	right: -10px;
	transition-duration:1s;
}
div.fixedBTN ul li.slideRight{
	right: -80px;
}

div.fixedBTN li:last-child {
    margin-top: 60px;
}

div.fixedBTN ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

div.fixedBTN ul li a:hover {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
}

div.fixedBTN ul li a span {
    text-align: left;
    font-size: 12px;
    color: #2E469E;
    line-height: 14px;
    padding-left: 5px;
    font-weight: 600;
    min-width: 75px;
}

div.fixedBTN ul li a img {
	width: 30px!important;
	height: 26px!important;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}

#mainBg section {
    width: 95%;
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 8px grey;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: auto;
    text-align: center;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 25px;
}

#mainBg section h1 {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 2.0em;
    line-height: 1.4em;
    padding-bottom: 15px;
}

#mainBg section p {
    text-align: left;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 0.9em;
    line-height: 1.4em;
    color: rgba(0,0,0,1.00);
    font-weight: 400;
}

#mainBg section aside {
    text-align: center;
    margin-top: 20px;
    margin-left: 5%;
    margin-right: 5%;
}

#movieBlock {
    width: 100%;
    background-image: url(../images/topimg_sp2.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    margin-top: 30px;
    padding-top: 33px;
    height: auto;
    padding-bottom: 60px;
}

.btnStyle a {
    width: auto;
    margin-left: 7.5%;
    margin-right: 7.5%;
}

#mainBg {
    width: 100%;
    padding-top: 150px;
    background-size: cover;
}

#footerMenu{
    display: inherit;
}

.NavMenu {
    display: none;
}

#movie section:nth-child(3),
#movie section:nth-child(4){
    /*display: none;*/
    }
    
.btnStyle {
    text-align: center;
    margin-top: 20px;
    }
    
#border{
    padding-bottom: 0px;
}

#bnLink {
    width: 100%;
}

#bnLink ul li {
    width: 50%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
align-self: stretch;
}

#bnLink ul li:nth-child(odd) {
    border-right: 1px solid #E6E6E6;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#bnLink ul li img {
	width: 100%;
	max-width: 80%;
	height: auto;
	width /***/: auto;
　/*IE8のみ適用*/
; 	text-align: center;
	}

#footerBlock{
    width: 100%;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-position: 80% top;
    height: auto;
    padding-top: 300px;
}

#footerInnr {
display: flex;
flex-direction:column;
justify-content: center;
}

#footerInfo{
	width: 90%;
	text-align: left;
	margin: 30px 5% 20px 5%;
	padding: 0px;
}

#footerNavi ul:nth-child(1){
    display: inline-flex;
    flex-wrap: wrap;
    width: 90%;
    margin-top: 0px;
    text-align: left;
        margin-right: 5%;
        margin-left: 5%;
}

#footerNavi ul:nth-child(2) {
    flex-wrap:wrap;
    margin-top: 15px;
    width: 90%;
        margin-right: 5%;
        margin-left: 5%;
}

#footerNavi ul:nth-child(2) li {
    line-height: 20px;
}

#copy p {
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 25px;
    padding-right: 0px;
}



#footerMenu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding: 0 auto;
	font-size:0;
}

#footerMenu li {
	width: 14.286%;
	background-color: #163180;
	display: inline-block;
	text-align: center;
}
#footerMenu li a{
	display: block;
	text-align: center;
	border-style: solid;
	border-color: #fff;
	border-width: 0px 1px 1px 0px;
	padding: 5px 0px;
}

.NavMenu {
    display: none;
}

.leftImg,
.rightImg{
    float: none;
    padding-right: 0px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.block p {
    padding-left: 10px;
    padding-right: 10px;
}
/*
.block h1 {
    font-size: 30px;
}

.block h2 {
background-image: url(../images/line2.jpg);    
font-size: 28px;
}

.block h3 { 
font-size: 26px;
}

.block h4 {
font-size: 24px;
    padding-left: 10px;
    padding-right: 10px;
}
*/
.block table {
	width: 95%!important;
	margin-left: 2.5%;
	margin-right: 2.5%;
}

.block ul,
.block ol{
    padding-left: 10px;
    padding-right: 10px;
}
}


@media only screen and (max-width: 470px){
/*==========================================
 幅470px以下から ヘッダー等微調節
===========================================*/
img {
	width: 100%;
}
#mainBg {
    width: 100%;
}
#mainBg section {
	background-color: rgba(255, 255, 255, 0.75);
}
#topNavi ul.btn li a img {
    margin-right: 8px;
	width: 20px;
}


#fb {
    /*display: none;*/
}
}
.btnStyle {
clear:both;
}
@media only screen and (min-width: 691px) and (max-width: 1051px){
/*==========================================
 幅1051px以下から ヘッダー等微調節
===========================================*/
#movie {
    width: 690px;
}
#movie section {
    width: 329px;
}
}
@media only screen and (min-width: 461px) and (max-width: 690px){
/*==========================================
 幅691px以下から ヘッダー等微調節
===========================================*/
#movie {
	max-width:680px;
	min-width:381px;
    width: 90%;
    margin: 0 auto;
}
#movie section {
	max-width:308px;
	width: 45%;
}
}
@media only screen and (max-width: 460px){
/*==========================================
 幅460px以下から ヘッダー等微調節
===========================================*/
#movie {
	width: 100%;
	max-width:440px;
    min-width: 300px;
    width: 90%;
    margin: 0 auto;
}
}
@media only screen and (max-width: 325px){
/*==========================================
 幅325px以下から ヘッダー等微調節
===========================================*/
#bnBlock ul {
	/*justify-content: space-around;*/
}
#bnBlock ul li {
	/*width: 49%;*/
}
#bnBlock ul li a {
/*
	width: 100%;
	min-width: 158px;
*/
}
}
/*
@media only screen and (max-width: 690px){div.fixedBTN {top: 152px;}}
@media only screen and (max-width: 590px){div.fixedBTN {top: 142px;}}
@media only screen and (max-width: 490px){div.fixedBTN {top: 132px;}}
@media only screen and (max-width: 390px){div.fixedBTN {top: 122px;}}
*/
/*
@media only screen and (max-width: 690px){div.fixedBTN.subPageBtn {top: 200px;}}
@media only screen and (max-width: 590px){div.fixedBTN.subPageBtn {top: 200px;}}
@media only screen and (max-width: 490px){div.fixedBTN.subPageBtn {top: 182px;}}
@media only screen and (max-width: 390px){div.fixedBTN.subPageBtn {top: 152px;}}
*/