@charset "utf-8";
/* CSS Document */

* {
	line-height: 1;
}

img {
    border: 0;
    vertical-align: top;
}


/*clearfix*/
.clearfix:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .clearfix{
	display: inline-block;
}
/* no ie mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
	overflow-x : hidden;
}

* {
	box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
word-wrap: break-word;

	
}

/*body*/

body {
　/*サイトによって変更*/
width: 100%;
	-webkit-text-size-adjust: 100%;
}

.wrapper {
	width: 100%;
}

img {
    border: 0;
    vertical-align: top;
}

.contents-left {
	float: left;
	vertical-align: top;
	display: inline-block;
}

.contents-right {
	float: right;
	vertical-align: top;
	display: inline-block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
}


.contents-box {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color : #000;
	font-size: 16px;
	line-height: 1.6;
	font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 300;
}


.contents-box p {
	font-size: 16px;
	color : #000;
	font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 300;
	line-height: 1.6;
}


.contents-box a {
	color : #cc0500;
	font-weight:bold;
}

.contents-box p a {
	color : #cc0500;
	font-weight:bold;
}

.space-box {
	clear:both;
}

a:hover {
	opacity: 0.75;
}


/*header*/

#header {
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #cc0500;
	height: 230px;
}

.h-box {
	width: 100%;
	position: relative;
	padding: 30px 0px 0px;
	text-align: center;
}

.h-box h1 {
	position: absolute;
left: 30px;
top: 33px;
}


.h-box ul {
	display: flex;
  justify-content: center;
	align-items: flex-end;
}

.h-box ul:first-child {
	margin-bottom: 30px;
}

.h-box ul li {
	margin: 0px 30px;
}

.nav ul:nth-child(2) li:nth-child(4) {
   margin: 0px 20px;
}

.h-box ul li a {
	font-size: 17px;
color: #FFF;
line-height: 1.2;
font-weight: bold;
}





/*main*/

main {
width: 100%;
	margin-top: 230px;
}

/*title-box*/

.title-box {
width: 100%;
	padding: 30px 0px;
	text-align: center;
	border-bottom-style : solid;
border-bottom-color : #cc0500;
border-bottom-width : 1px;
}

.title-box h2 {
	font-size: 64px;
color: #cc0500;
line-height: 1.2;
	margin-bottom: 10px;
}

.title-box p {
	font-size: 26px;
	letter-spacing: 0.1em;
line-height: 1.2;
	font-weight: bold;
}



/*midashi*/

.text01 {
	font-size: 16px;
color: #666666;
line-height: 1.8;
letter-spacing: 0.05em;
}

main p span {
color: #00a0e9;
	font-weight: bold;
}

.midashi01 h3, .midashi02, .midashi022, .midashi03, .midashi04 {
font-family: vdl-v7marugothic, sans-serif;
font-style: normal;
font-weight: 400;
}

.midashi01 {
	text-align: center;
	margin-bottom: 30px;
}

.midashi01 h3 {
	font-size: 26px;
color: #1690d3;
line-height: 1.2;
letter-spacing: 0.1em;
	background-image: url("../images/midashi01.png");
background-position: left top;
background-repeat: no-repeat;
	padding-left: 50px;
	display: inline-block;
	padding-top: 6px;
	padding-bottom: 6px;
}

.midashi02 {
	width: 900px;
	text-align: center;
	font-size: 28px;
color: #1690d3;
line-height: 1.2;
letter-spacing: 0.1em;
	padding: 15px;
	border-style : solid;
border-color : #81b1de;
border-width : 4px;
	margin-bottom: 40px;
}

.midashi022 {
	text-align: center;
	margin-bottom: 15px;
	font-size: 30px;
color: #168ed1;
line-height: 1.2;
letter-spacing: 0.05em;
}


.midashi03 {
	text-align: center;
	width: 900px;
	font-size: 26px;
color: #1688cb;
line-height: 1.2;
letter-spacing: 0.1em;
	padding-bottom: 12px;
	border-bottom-style : solid;
border-bottom-color : #80adda;
border-bottom-width : 1px;
	margin-bottom: 30px;
}

.midashi04 {
	text-align: center;
	width: 900px;
	font-size: 21px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.1em;
	padding: 12px;
	background-color: #1690d3;
}




/*pagetop_btn*/

.pagetop_btn {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 100;
}

.pagetop_btn a {
    display: block;
    background : #1d91ac;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}

.pagetop_btn a:hover {
    display: block;
    background-color: #8bc53f;
    text-align: center;
    color: #FFF;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 10px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
	border-radius: 5px;
}


/*page-online_btn*/

.page-online_btn {
    position: fixed;
    top: 250px;
    left: 20px;
    z-index: 100;
}

.page-online_btn img {
	width: 180px;
	height: auto;
}

/*page-contact_btn*/

.page-contact_btn {
    position: fixed;
    top: 260px;
    right: 0px;
    z-index: 100;
}

.page-contact_btn img {
	width: 50px;
	height: auto;
}

.page-online_btn a:hover, .page-contact_btn a:hover {
    opacity: 0.75;
}

/*banner-side*/
.banner-side {
    position: fixed;
    top:250px;
    left: 20px;
    bottom: 15%;
    z-index: 9;
}

.banner-side li {
    margin-bottom: 15px;
}

.banner-side img {
    width: 180px;
    height: auto;
}




/*footer*/

footer {
	width: 100%;
	background-image: url("../images/footer.jpg");
background-position: center top;
background-repeat: repeat-x;
	padding-top: 105px;
}

/*movie-box*/

.sns-box, .movie-box {
	width: 100%;
	text-align: center;
	padding: 35px 0px;
}

.sns-box h6, .movie-box h6 {
	font-size: 17px;
color: #FFF;
line-height: 1.2;
letter-spacing: 0.05em;
	padding: 6px 60px;
	border-radius: 60px;
	background-color: #1D1D1D;
	margin-bottom: 15px;
	display: inline-block;
}

.movie-box .box-in {
	width: 100%;
	display: flex;
  justify-content: center;
	padding-top: 10px;
	flex-wrap: wrap;
}

.movie-box .box {
	width: 560px;
	margin: auto 20px;
	margin-bottom: 20px;
}

/*.movie-box .box:last-child {
	margin-bottom: 0px;
}
*/

.movie-box .box > div {
	position:relative;
	width:100%;
	height:0;
	padding-top:60%;
}

.movie-box .box > div iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}


.sns-box ul {
	display: flex;
  justify-content: center;
}

.sns-box ul li {
	margin: 0px 10px;
}

.sns-box ul li a:hover {
	opacity: 0.75;
}

.sns-box.magazine {
	padding-top: 0px;
}

.footer-map {
	width: 100%;
	text-align: center;
	background-color: #cc0402;
	padding-bottom: 15px;
}

.footer-map h3 {
	font-size: 16px;
color: #FFF;
line-height: 1.2;
	font-weight: normal;
	background-image: url("../images/access.svg");
background-position: left top;
background-repeat: no-repeat;
	display: inline-block;
	padding-left: 190px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 15px;
}

.map-box, .map-box iframe {
	width: 100%;
	height: 400px;
}

/*img-guide*/

.img-guide img {
	width: 100%;
height: auto;
}

/*footer-guide*/

.footer-guide {
	width: 100%;
	text-align: center;
	padding: 20px 0px 60px;
}

.footer-guide h3 {
	margin-bottom: 10px;
}

.footer-guide .box01{
    margin-right: 24px;
}

.footer-guide .box-in {
	width: 1200px;
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin-top: 50px;
}

.footer-guide .box02 {
    display: flex; 
    flex-wrap: wrap; 
    justify-content: space-around; 
    align-content: flex-start; 
}

.footer-guide .box02 img {
    width: calc(50% - 10px); 
    margin-bottom: 10px; 
    margin-right: 10px; 
    height: auto; 
}


.footer-guide .box02 img:nth-child(2n) {
    margin-right: 0;
}

.footer-guide h4 a {
	font-size: 52px;
color: #cc0402;
line-height: 1.2;
letter-spacing: 0.05em;
	display: inline-block;
	background-image: url("../../guide/images/tel.svg");
background-position: left 15px;
background-repeat: no-repeat;
	padding-left: 30px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, "sans-serif";
}

.footer-guide h4 a:hover {
	opacity: 1;
}

.footer-guide p {
	margin-bottom: 15px;
	color: #cc0500;
}

/*footer-link*/

.footer-link {
	width: 100%;
	text-align: center;
	padding: 15px 5px;
	background-color: #cc0500;
	position: fixed;
	left: 0px;
	bottom: 0px;
	display: none;
}

.footer-link ul {
	display: flex;
  justify-content: center;
}

.footer-link ul li {
	width: 31%;
	margin: 0px 1%;
}

.footer-link ul li img {
	width: 100%;
height: auto;
}



.footer {
	width: 100%;
	padding: 0px 0px 30px;
	text-align: center;
}

.footer p {
	font-size: 12px;
color: #333333;
line-height: 1.2;
}




/**
 * for SmartPhone
 */
@media screen and (min-width: 767px) {
	
	body {
	min-width: 1280px;
	}
	
	
.h-box h2, .h-box h3 {
	position: absolute;
right: 65px;
top: 20px;
}
	
.h-box h3 {
right: 200px;
display: none;
}

.h-box h2 img, .h-box h3 img {
	height: 45px;
	width: auto;
}


}
@media screen and (max-width: 767px) {
    body {
    }

.contents-left {
	float: none;
	display: block;
}

.contents-right {
	float: none;
	display: block;
}


.contents-box {
		font-size: 14px;
	}
	
.contents-box p {
		font-size: 14px;
	}


/*header*/

#header {
	height: 150px;
}

.h-box {
	padding: 70px 0px 0px;
}

.h-box h1 {
	position: absolute;
left: 0px;
top: 10px;
	width: 100%;
}
	
.h-box h1 img {
	height: 50px;
	width: auto;
}
	
.h-box h2 {
	position: absolute;
left: 10px;
top: 15px;
}
	
.h-box h3 {
	position: absolute;
right: 57px;
top: 17px;
}
	
.h-box h2 img {
	height: 30px;
	width: auto;
}
	
.h-box h3 img {
	height: 27px;
	width: auto;
}

	
.h-box ul:first-child {
	display: none;
}


.h-box ul li {
	margin: 0px 1.8%;
}
	
.nav ul:nth-child(2) li:nth-child(4) {
   margin: 0px 1.5%;
}	
	
.h-box ul li img {
	height: 65px;
	width: auto;
}




/*main*/

main {
	width: 100%;
	margin-top: 150px;
}
	
/*title-box*/

.title-box {
	padding: 15px 0px;
}

.title-box h2 {
	font-size: 28px;
	margin-bottom: 5px;
}

.title-box p {
	font-size: 16px;
}
	


/* midashi*/
	
.text01 {
	font-size: 14px;
}


.midashi01 {
	margin-bottom: 20px;
}

.midashi01 h3 {
	font-size: 18px;
	background-size: 30px auto;
	padding-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.midashi02 {
	width: 92%;
	font-size: 16px;
	padding: 12px;
	margin-bottom: 30px;
}
	
.midashi02 {
	font-size: 20px;
	width: 92%;
}


.midashi03 {
	width: 92%;
	font-size: 16px;
	margin-bottom: 25px;
}

.midashi04 {
	width: 92%;
	font-size: 18px;
	padding: 10px;
}

	
/*pagetop_btn*/

.pagetop_btn {
    bottom: 60px;
    right: 10px;
}
	
/*page-online_btn*/

.page-online_btn {
    display: none;
}

/*page-contact_btn*/

.page-contact_btn {
    display: none;
}

.banner-side  {
    display: none;
}

/*footer*/

footer {
	width: 100%;
	background-size: auto 50px;
	padding-top: 50px;
	padding-bottom: 20%;
}

.sns-box, .movie-box {
	padding: 20px 0px;
}
	
.sns-box h6, .movie-box h6 {
	font-size: 14px;
	padding: 6px 30px;
	margin-bottom: 12px;
}
	
.movie-box .box-in {
	width: 92%;
	display: block;
}

.movie-box .box {
	width: 100%;
	margin: 0px 0px;
	margin-bottom: 15px;

}
	
.movie-box .box:last-child {
	margin-bottom: 0px;
}

.movie-box .box > div {
	position:relative;
	width:100%;
	height:0;
	padding-top: 56.25%;
}

.movie-box .box > div iframe {
	position:absolute;
	top:0;
	width: 100% !important;
  height: 100% !important;
}

	
	
.sns-box ul li {
	margin: 0px 5px;
}
	
.sns-box ul li img {
	height: 40px;
	width: auto;
}
	
	.sns-box.magazine {
		margin-top: 30px;
	}	
	
.sns-box.magazine ul li img {
	height: auto;
	width: 92%;
}	

.footer-map {
	padding-bottom: 10px;
}

.footer-map h3 {
	font-size: 14px;
background-position: center top;
	background-size: auto 18px;
	padding-left: 0px;
	padding-top: 28px;
	padding-bottom: 0px;
	margin-top: 15px;
}

.map-box, .map-box iframe {
	width: 100%;
	height: 150px;
}
	
	
/*footer-guide*/

.footer-guide {
	width: 92%;
	padding: 10px 0px 40px;
}
    
.footer-guide .box02 {
    display: block;
    padding-top: 50px;
}

.footer-guide .box02 img {
    width: 100%; 
    height: auto; 
    margin-bottom: 10px; 
}

.footer-guide h3 {
	margin-bottom: 20px;
}
	
.footer-guide h3 img {
	height: 40px;
	width: auto;
}

.footer-guide .box-in {
	width: 100%;
	display: block;
}

.footer-guide h4 a {
	font-size: 32px;
background-position: left 10px;
	background-size: 17px auto;
	padding-left: 22px;
	margin-bottom: 15px;
	text-decoration: underline;
}
	
.footer-guide h5 img.sp-view {
	display: inline-block;
}
	
.footer-guide .box02 {
	padding-top: 30px;
}
	
.footer-guide .box02 img {
	width: 100%;
height: auto;
}
	
/*footer-link*/

.footer-link {
	display: block;
}

.footer {
	width: 100%;
	padding: 0px 0px 15px;
}

.footer p {
	font-size: 10px;
}

	
      
}
