@charset "utf-8";
/* =Layout
-------------------------------------------------------------- */

 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
}
        
        body {
    font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:400;
            overflow-x: hidden;
            line-height: 1.6;
        }
.clear {
	clear:both;
}
a:link,
a:visited {
	color:#000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #3366bb;
}
.sp{
	display:none;
}
/* =header
-------------------------------------------------------------- */

/* =Footer
-------------------------------------------------------------- */
#footer {
	background:url(topimg/back02.jpg);
	background-size:40%;
	width:100%;
	height:auto;
	padding:0 0 0 0;
}

#footer .box{
	width:95%;
	max-width:1200px;
	margin:0 auto;
	color:#fff;
}
#footer .box table {
	width:100%;
	height:auto;
	margin:0;
}
#footer .box td{
	vertical-align:top;
}
#footer .box td.left{
	width:32%;
	box-sizing:border-box;
	font-size:1em;
	font-weight:500;
	height:auto;
	padding:80px 0;
}


#footer .box td.left .logo img{
	max-width:235px;
	height:auto;
	padding-bottom:30px;
}
#footer .box td.center{
	width:25%;
	background:#d8d0d0;
	box-sizing:border-box;
	text-align:left;
	color:#454040;
	padding:80px 0 80px 20px;
	
}
#footer .box td.center .midashi{
 font-family: "Staatliches", sans-serif;
  font-weight: 400;
	font-size:1.7em;
	padding:0 0 10px 0;
	
}
#footer .box td.center .tel{
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size:2em;	
	padding:0 0 10px 0;
	
}
#footer .box td.center .mail{
	font-size:1.4em;	
	font-weight:700;
	padding:20px 0 0 0;
	
}
#footer .box td.center .mail a:link,
#footer .box td.center .mail a:visited{
	color:#454040;
	display:inline-block;
}
#footer .box td.center .mail a:hover {
	color:#454040;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom:5px;
	border-bottom:5px solid #454040;
}

#footer .box td.right{
	width:43%;
	box-sizing:border-box;
	padding:80px 0 80px 50px;
}

#footer .box ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#footer .box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
#footer .box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align:left;
	width:33%;
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-weight:500;
	line-height:40px;
}
#footer .box ul li h5{
	font-family: "Staatliches", sans-serif;
	font-weight: 400;
	font-size:1.9em;
}
#footer .box td.right a:link,
#footer .box td.right a:visited{
	color:#fff;
	display:block;
	width:90%;
}
#footer .box td.right a:hover {
	color:#d8d0d0;
	-webkit-transition: all .3s;
	transition: all .3s;
	padding-bottom:5px;
	border-bottom:5px solid #d8d0d0;
}
#footer .box td.left .footer-credit {
	font-size:0.8em;
	font-weight:400;
	padding:60px 0 0 0;
}
#footer .box td.left .footer-credit a:link,
#footer .box td.left .footer-credit a:visited{
	color:#fff;
}
.footer-credit{
	 font-family: "Zen Kaku Gothic New", serif;
}
/* =Top
-------------------------------------------------------------- */
 
  /* 各スライドの背景 */
#top_img_contener01 {
    background: url(topimg/top_img01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:100vh;
	position:relative;
	background-attachment: fixed;

}
#top_img_contener01 .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* 背景画像に応じて見やすくするため */
    text-align: center;
}
#top_img_contener02 {
    background: url(topimg/top_img01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:100vh;
	position:relative;
background-attachment: fixed;
}
#top_img_contener02 .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* 背景画像に応じて見やすくするため */
    text-align: center;
}     
#top_img_contener03 {
    background: url(topimg/top_img01.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	width:100%;
	height:100vh;
	position:relative;
background-attachment: fixed;
}
#top_img_contener03 .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; /* 背景画像に応じて見やすくするため */
    text-align: center;
}  
#contentbox00{
	position: relative;
    z-index: 200;	
	
}
#contentbox01 {
    height: 100vh;
     display: flex;
     align-items: center;
    justify-content: center;

	background: url(topimg/back01.jpg);
 }
#contentbox01 .contentbox,
#contentbox02 .contentbox,
#contentbox03 .contentbox{
	width:90%;
	max-width:1100px;
	margin:0 auto;
}
.contentbox h2{
 font-family: "Oswald", sans-serif;
  font-weight:500;	
  font-size: 3rem;
  margin-bottom:60px;
	border-bottom:1px solid #000;
}
#contentbox01 .contentbox ul,
#contentbox02 .contentbox ul,
#contentbox03 .contentbox ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
#contentbox01 .contentbox ul:after,
#contentbox02 .contentbox ul:after,
#contentbox03 .contentbox ul:after{
	  content: "";
	  clear: both;
	  display: block;
	}
#contentbox01 .contentbox ul li,
#contentbox02 .contentbox ul li,
#contentbox03 .contentbox ul li{
	display: block;
	float: left;
	list-style-type: none;
	text-align: left;
	box-sizing: border-box;
	margin:0;
}
#contentbox01 .contentbox ul li.left_text,
#contentbox03 .contentbox ul li.left_text{
	width:45%;
	padding-right:100px;
	box-sizing:border-box;
}
#contentbox02 .contentbox ul li.right_text{
	width:45%;
	padding-left:100px;
	box-sizing:border-box;
}
#contentbox01 .contentbox ul li.left_text{
	background:url(topimg/no01.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:auto 100%;
}
#contentbox02 .contentbox ul li.right_text{
	background:url(topimg/no02.png);
	background-repeat:no-repeat;
	background-position: 100px top;
	background-size:auto 100%;
}
#contentbox03 .contentbox ul li.left_text{
	background:url(topimg/no03.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size:auto 100%;
}
#contentbox01 .contentbox ul li .titel,
#contentbox03 .contentbox ul li .titel{
	padding:30px 0 30px 0;
}
#contentbox02 .contentbox ul li .titel{
	padding:30px 0 30px 0;
}
#contentbox01 .contentbox ul li .titel img,
#contentbox02 .contentbox ul li .titel img,
#contentbox03 .contentbox ul li .titel img{
	width:100%;
	
	height:auto;
}


#contentbox01 .contentbox ul li h3,
#contentbox02 .contentbox ul li h3,
#contentbox03 .contentbox ul li h3{
  font-size: 1.7rem;
  margin-bottom:30px;
  line-height: 1.3;
 font-family: "Oswald", sans-serif;
  font-weight:500;
}
#contentbox01 .contentbox ul li h4,
#contentbox02 .contentbox ul li h4,
#contentbox03 .contentbox ul li h4{
  font-size: 1.4rem;
  margin-bottom:10px;
  line-height: 1.3;
}
#contentbox01 .contentbox ul li.left_text .text,
#contentbox02 .contentbox ul li.right_text .text,
#contentbox03 .contentbox ul li.left_text .text{
  font-size: 1rem;
  line-height: 1.6;
	box-sizing:border-box;
}

#contentbox01 .contentbox ul li.right_photo,
#contentbox02 .contentbox ul li.left_photo,
#contentbox03 .contentbox ul li.right_photo{
	width:55%;
}
#contentbox01 .contentbox ul li.right_photo img,
#contentbox02 .contentbox ul li.left_photo img,
#contentbox03 .contentbox ul li.right_photo img{
	width:100%;
	height:auto;
}
#contentbox02  {
	background: url(topimg/back02.jpg);
	padding:100px 0;
	color:#fff;
 }
#contentbox03  {
	background: url(topimg/back01.jpg);
	padding:100px 0;
 }
#top_box02{
	width:100%;
	padding:100px 0;
	background:#000;
}
#top_box02 .contentbox{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#contentbox02 .contentbox ul li a{
	border-right:0px;
}
#top_box02 .contentbox h2{
  font-size:2.5rem;
	font-weight:300;
	text-align:center;
	color:#fff;
	padding-bottom:30px;
}
#top_box3  {
	background: url(topimg/back02.jpg);
	padding:100px 0;
	color:#fff;
 }
#top_box3 .contentbox{
	width:90%;
	max-width:1200px;
	margin:0 auto;
}
#top_box3 .contentbox h2{
  font-size:2.5rem;
	font-weight:300;
	text-align:center;
	color:#fff;
	padding-bottom:30px;
}

#top_box04{
	width:100%;
	padding:0 0;
	background:#000;
}
#top_box04 .contentbox{
	width:90%;
	max-width:1200px;
	margin:0 auto;
	color:#fff;
}
#top_box04 .contentbox table{
	width:100%;
	margin:0 auto;
	border:0px;
}
#top_box04 .contentbox th{
	width:40%;
	padding:0 70px;
	box-sizing:border-box;
	border:0px;
	vertical-align:middle;
	border-right:1px solid #555;
}
#top_box04 .contentbox th img{
	width:270px;
	height:auto;
}
#top_box04 .contentbox td{
	width:60%;
	vertical-align:middle;
	padding:40px;
	box-sizing:border-box;
	line-height:3;
}
#top_box04 .contentbox table td table{
	border-spacing:10px;
}
#top_box04 .contentbox table td table th{
	width:6em;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	border-right:1px solid #555;
}
#top_box04 .contentbox table td table td{
	line-height:1.5;
	width:auto;
	vertical-align:middle;
	padding:0 10px;
	box-sizing:border-box;
}
#top_box04 .photocontentbox{
	background:#000;
	width:100%;
	text-align:center;
}
#top_box04 .photocontentbox img{
	
	width:100%;
	max-width:1000px;
	height:auto;
	text-align:center;
}
.colume_box{
	padding-bottom:100px;
}

.colume_box ul{
	margin:0;
	padding:0;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-box;
	display:-webkit-flexbox;
	display:-moz-flexbox;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.colume_box ul:after {
	  content: "";
	  clear: both;
	  display: block;
	}
.colume_box ul li {
	display:block;
	float: left;
	list-style-type: none;
	text-align: left;
	width: 33%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
}
.colume_box ul li img{
	width:100%;
	height:auto;
}
.colume_box ul li a:link,
.colume_box ul li a:visited{
	color:#fff;
	text-decoration: none;
}
.colume_box ul li .box{
	position:relative;
}

.colume_box ul li .days{
	position:absolute;
	background:#000;
	font-size:0.8em;
	color:#fff;
	padding:3px 1em;
	top:0;
	left:0;
	z-index:100;
}

.colume_box ul li .photo{
	display:absolute;
	top:0;
	left:0;
	z-index:1;
}
.news_box{
	width:100%;
	max-width:800px;
	margin:0 auto;
}
.news_box .link{
	text-align:right;
	padding:30px 0 0 0;
}
.news_box .link a:link{
	color:#fff;
}
.news_box table{
	margin:0;
	padding:0;
	border:0px;
	width:100%;
	border-collapse:collapse;
}
.news_box table tr{
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.news_box table th{
	margin:0;
	padding:20px;
	box-sizing:border-box;
	border:0px;
	width:5em;
	text-align:left;
	color:#fff;
}
.news_box table td{
	margin:0;
	padding:20px;
	box-sizing:border-box;
	text-align:left;
	border:0px;
	color:#fff;
}
.news_box table td a:link,
.news_box table td a:visited{
	text-decoration: none;

	color:#fff;
}



#mobilefootbtn {
	display:block;
	z-index:1030;
	width:100%;
	height:100px;
	position:fixed;
	bottom:0;
	 font-family: "Zen Kaku Gothic New", serif;
}
#mobilefootbtn {
	background:#454040;
	border-top:1px solid #ffff;
}
#mobilefootbtn .btn_box {
	float:left;
	width:50%;
	height:100px;
	margin:0;
	}

/* ボタンデザイン */
a.button-left {
 font-family: "Oswald", sans-serif;
	background:#454040;
	display:block;
	cursor:pointer;
	color:#ffffff;
	text-decoration:none;
	width:100%;
	text-align:center;
	vertical-align:middle;
	box-sizing:border-box;
	padding:10px 0;
	line-height:1.8;
	font-size:1.2em;
	font-weight: 400;
	margin:20px 0;
}


a.button-left:hover{
	background:#837a66;
	text-decoration:none;
}
a.button-left:active{
	position:relative;
	top:1px;
}

 /* レスポンシブ */
 @media (max-width: 768px) {
  body {
    font-size: 14px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight:400;
            overflow-x: hidden;
            line-height: 1.5;
        }
.gm-wrapper{
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}



.menu{
	 display:none;
}	 
#top_img_contener01,
#top_img_contener02,
#top_img_contener03 {
    background: url(topimg/top_img01.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

/* 共通スタイル */
#top_img_contener01,
#top_img_contener02,
#top_img_contener03 {
    width: 100%;
    height: 90vh;
    position: relative;
    overflow: hidden;
}

/* 背景を固定風に見せるための ::before スタイル */
#top_img_contener01::before {
    content: "";
    background: url(topimg/top_img01.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateZ(0);
}

#top_img_contener02::before {
    content: "";
    background: url(topimg/top_img01.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateZ(0);
}

#top_img_contener03::before {
    content: "";
    background: url(topimg/top_img01.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: translateZ(0);
}

/* 中央テキストボックス共通 */
#top_img_contener01 .box,
#top_img_contener02 .box,
#top_img_contener03 .box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
}
#contentbox01{
    height:auto;
	padding-top:200px;
     display: initial;
     align-items: initial;
    justify-content: initial;
 }
#contentbox01 .contentbox{
	padding:50px 0;
 }
#contentbox01 .contentbox ul li.left_text,
#contentbox03 .contentbox ul li.left_text{
	width:100%;
	padding-right:0;
	box-sizing:border-box;
}
#contentbox02 .contentbox ul li.right_text{
	width:100%;
	padding-left:0;
	box-sizing:border-box;
}
#contentbox01 .contentbox ul li.right_photo,
#contentbox02 .contentbox ul li.left_photo,
#contentbox03 .contentbox ul li.right_photo{
	width:100%;
}
#contentbox01 .contentbox ul li .titel img,
#contentbox02 .contentbox ul li .titel img,
#contentbox03 .contentbox ul li .titel img{
	width:90%;
	max-width:280px;
	height:auto;
}
.colume_box ul li {
	display:block;
	float: none;
	list-style-type: none;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	padding:10px;
	margin:0;
}
#top_box04 .contentbox th{
	width:100%;
	display:block;
	padding:30px 0;
	box-sizing:border-box;
	border:0px;
	vertical-align:middle;
	border-right:0px solid #555;
	border-bottom:1px solid #555;
}
#top_box04 .contentbox th img{
	width:270px;
	height:auto;
}
#top_box04 .contentbox td{
	width:100%;
	display:block;
	vertical-align:middle;
	padding:20px;
	box-sizing:border-box;
	line-height:3;
}
#top_box04 .contentbox table td table{
	border-spacing:10px;
}
#top_box04 .contentbox table td table th{
		width:100%;
	text-align:left;
	display:block;
	vertical-align:middle;
	padding:0;
	box-sizing:border-box;
	border-right:0px solid #555;
	border-bottom:1px solid #555;
}
#top_box04 .contentbox table td table td{
	line-height:1.5;
	width:auto;
	vertical-align:middle;
	padding:0 10px;
	box-sizing:border-box;
		width:100%;
	display:block;
}

	 
#footer {
	width:100%;
	height:auto;
	padding:0 0 60px 0;
}
#footer .box td.left{
	width:100%;
	box-sizing:border-box;
	font-size:1em;
	font-weight:500;
	height:auto;
	padding:20px 0 10px 0;
	display:block;
}
#footer .box td.left .logo img{
	max-width:200px;
	height:auto;
	padding-bottom:10px;
}
#footer .box td.center{
	display:none;
}

#footer .box td.right{
	width:100%;
	display:block;
	padding:10px 0 0 0;
	border-top:1px solid #fff;

}
#footer .box ul li {
	display: block;
	float: left;
	list-style-type: none;
	text-align:left;
	width:50%;
	box-sizing: border-box;
	padding:0;
	margin:0;
	font-weight:500;
	line-height:30px;
}
.footer-credit {
	font-size:0.8em;
	font-weight:400;
	padding:20px 10px;
}
.footer-credit a{
	color:#fff;
}

			.pc{display:none;}
			.sp{
				display:block;
			}
            .slide-content h1 {
                font-size: 2.5rem;
            }
            
            .slide-content p {
                font-size: 1.1rem;
            }
            
            .navigation {
                right: 20px;
            }
            
            .progress-bar {
                width: 200px;
            }
			#mobilefootbtn {
	display:block;
	z-index:1030;
	width:100%;
	height:70px;
	position:fixed;
	bottom:0;
}
#mobilefootbtn .btn_box {
	float:left;
	width:50%;
	height:70px;
	margin:0;
	}
        }