@charset "UTF-8";
/* Body */
body {
	font-family:'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: 200;
	letter-spacing: 0.1em;
}

/* ハンバーガーメニュー */
.btn {
    background:transparent url("../images/btn.png") no-repeat 0 0;
    display: block;
    width:60px;
    height: 60px;
    position: fixed;
    top:0px;
    right:0px;
    cursor: pointer;
    z-index: 200;
}
.btn img{
	height: 60px;
	width: auto;
}
.peke {
    background-position: -60px 0;
}
.drawr {
    display: none;
    background-color:rgba(0,0,0,0.6);
    position: fixed;
    top: 60px;
    right:0;
    width:20%;
    padding:10px 0 20px 20px;
    z-index: 100;
}

.sample-accordion {
  min-width: 100px;
  margin: 0 auto;
  padding: 0;
}
.sample-accordion .ac-content {
  margin: 0;
  padding: 0;
}
.sample-accordion input {
  display: none;
}
.sample-accordion label {
  display: block;
  background:#777777;
  cursor: pointer;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.sample-accordion label:hover {
  background:#888888;
}
.sample-accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #ddd;
  padding: 0 10px;
  box-sizing: border-box;
}
.sample-accordion input:checked + .ac-cont {
  height: auto;
  padding: 10px;
  box-sizing: border-box;
}
.ac-cont a{
  color: #000000;
  text-decoration: none;
  border-bottom: dotted 1px #000000;
}
label a{
  color:#FFFFFF;
  text-decoration: none;
}

/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
}
/* Navigation */
header {
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 100;
	background-color: rgba(0,0,0,0.20);
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 10%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
.logo img{
	height: 40px;
	width: auto;
	margin-top: 10px;
	margin-left: 10px;
}
nav {
	float: right;
	width: 50%;
	text-align: right;
	margin-right: 100px;
}
nav a{
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
	}
nav a:hover{
	color: #2C9AB7;}
header nav ul {
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
ul li:hover a {
	color: #2C9AB7;
}


/* bgslider */

.bg-slider {
	width: 100%;
	margin: 0 auto;
	height: 1200px;
    margin-top: 0px;
	margin-bottom: 0px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* head-img Section */
.head-img{
	width: 100%;
	height: 450px;
}
.head-img img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}

/* Switch-cont 本文　*/
.switch-cont{
	width: 100%;
    float:left;
	background-color: rgba(255,255,255,1.00);
	padding-bottom: 50px;
	text-align: justify;
}
.switch-cont a{
	text-decoration: none;
	color: rgba(215,215,215,1.00);
	}
.switch-cont a :hover img{
	transform: scale(1.1)
}

.switch-cont-wrap{
	width: 90%;
	margin: 0 auto;
	max-width: 864px;
	margin-bottom: 100px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.switch-cont-tittle{
	margin-top: 60px;
	margin-bottom: -20px;
}
.switch-cont-tittle h2{
	font-size: 34px;
}
.switch-cont-text p{
	font-size: 20px;
}

.switch-cont-thumb{
	width: 44%;
	height: auto;
	margin-left: 3%;
	margin-right: 3%;
	margin-top: 5px;
	float:left;
	text-decoration: none;
}
.thumb-img{
	width: 100%;
	height: 240px;
	margin-bottom: 5px;
	overflow: hidden;
}
.thumb-img img{
	width: 100%;
	transition: transform .3s ease;
	object-fit: cover;
}
.thumb-img :hover img {
	transform: scale(1.1);
}

.thunb-text h2{
	font-size:20px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.portporio{
	width: 100%;
	height:860px;
	padding-top: 70px;
	padding-bottom: 70px;
	margin-bottom: -70px;
	background-color: rgba(50,50,50,1.00);
}

.switch-border{
	width: 100%;
	background-color: rgba(255,255,255,1.00);
	background-image:url(../images/head-img_about.jpg);
	height: 250px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
}




/* Parallax Section */
.banner {
	height: 1200px;
	width: 100%;
	max-width: 1500px;
	color: #FFFFFF;
	text-decoration: none;
}
.banner p{
	line-height: 18px
}

.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 60px;
	padding-top: 200px;
	letter-spacing: 2px;
	margin-top: 0px;
	font-size: 32px;
	text-shadow: #333333 1px 0 10px;
}

.parallax img{
	width: 650px;
	opacity: 90%;
	filter: blur(0.5px);
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 100%;
	float: right;
	font-weight:bold;
	line-height: 30px;
	font-size: 18px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow: #333333 1px 0 10px;
}



.btntop_wrap{
	float: left;
	width: 65%;
	margin-left: 30%;
	margin-right: 4%;
	margin-top: 80px;
	height: auto;
	display: inline-block;
}
.btntop_a{
	background-color: rgba(80,72,37,0.70);
	width: 250px;
	height: 250px;
	margin-left: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 32px;
	transition: 1s; 
	float: right;
	display: inline-block;
} 


.btntop_a a{
	text-decoration: none;
	}
.btntop_a h3{
	color: #ffffff;
	margin-top: 85px;
	font-size: 32px;
}
.btntop_a h3 small{
	font-size: 18px;
}
.btntop_a:hover{
	background-color: rgba(60,175,185,0.80);
}

.btntop_b{
	background-color:rgba(25,75,76,0.70);
	width: 250px;
	height: 250px;
	margin-left: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 32px;
	transition: 1s; 
	float: right;
	display: inline-block;
} 


.btntop_b a{
	text-decoration: none;
	}
.btntop_b h3{
	color: #ffffff;
	margin-top: 85px;
	font-size: 32px;
}
.btntop_b h3 small{
	font-size: 18px;
}
.btntop_b:hover{
	background-color: rgba(60,175,185,0.80);
}

.btntop_c{
	background-color: rgba(10,13,43,0.70);
	width: 250px;
	height: 250px;
	margin-left: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 32px;
	transition: 1s; 
	float: right;
	display: inline-block;
} 


.btntop_c a{
	text-decoration: none;
	}
.btntop_c h3{
	color: #ffffff;
	margin-top: 85px;
	font-size: 32px;
}
.btntop_c h3 small{
	font-size: 18px;
}
.btntop_c:hover{
	background-color: rgba(60,175,185,0.80);
}


/* 料金表 */
.pricelist{
	width: 100%;
	display:block;
	margin-top: 100px;
	margin-bottom: 30px;
}

.pricetable{
	width: 100%;
	display:table-cell;
	vertical-align: middle;
}
.pricelist p{
	font-size: 16px;
	margin: 0px;
}
.pricelist h2{
	font-size: 20px;
	margin: 0px;
}
.pricelist h3{
	font-size: 26px;
	margin: 0px;
}
.pricelist h4{
	font-size: 17px;
	margin: 0px;
}
.pt1{
	width: 300px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}
.pt2{
	width: 300px;
	height: 300px;
	vertical-align: middle;
	display:table-cell;
	text-align: center;
}
.pt2a{
	width: 300px;
	height: 330px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background-color:rgba(153,217,226,1.00);
}
.pt3{
	width: 450px;
	text-align: center;
	vertical-align: middle;
	display:table-cell;
  border-collapse: separate;
  border-spacing: 10px 5px;
}
.pt3a{
	width: 100%;
}
.pt3b{
	width: 100%;
}

.pts1{
	width: 200px;
	height: 160px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background-color:rgba(232,214,156,1.00);
}
.pts2{
	width: 200px;
	height: 160px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background-color:rgba(181,218,206,1.00);
}

.pricetable2{
	width: 100%;
	display:inline-block;
	margin-bottom: 20px;
}
.pt4{
	width: 48%;
	display:inline-block;
	float: left;
	text-align: center;
	margin-top: 20px;
}
.pt5{
	width: 48%;
	height: 70px;
	display:inline-block;
	float: left;
	text-align: center;
	padding-top: 30px;
	background-color:rgba(153,217,226,1.00);
}

.pt3{
	width: 450px;
	text-align: center;
	vertical-align: middle;
	display:table-cell;
  border-collapse: separate;
  border-spacing: 10px 5px;
}
.pt3a{
	width: 100%;
}
.pt3b{
	width: 100%;
}

.pts1{
	width: 200px;
	height: 160px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background-color:rgba(232,214,156,1.00);
}
.pts2{
	width: 200px;
	height: 160px;
	display:table-cell;
	vertical-align: middle;
	text-align: center;
	background-color:rgba(181,218,206,1.00);
}

.formbtn{
	text-align: center;
	margin: 0 auto;
	margin-top: 100px;
	border-radius: 20px;
	width: 50%;
	background-color: rgba(37,110,116,1.00);
	box-shadow: 10px 10px 10px 0px gray ;
	display: block;
	
}
.formbtn:hover{
	background-color: rgba(60,175,185,1.00);

}
.formbtn h2{
	color: rgba(255,255,255,1.00);	
	text-decoration-line: none;
}
.formbtn-coment{
	width: 90%;
	padding-left: 5%;
	margin-top: 50px;
}
.formbtn-coment p{
	font-size: 16px;
}
.formbtn a{
	text-decoration-line: none;
}

/* 料金表 終わり*/

/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.foot_nav_wrapper{
	width: 90%;
	margin:0 auto;
}
.foot_nav_wrapper p{
	text-align: center;
	line-height: 20px;
	font-size: 16px;
}
.foot_nav_wrapper h3{
	text-align: center;
	margin-bottom: -15px;
}

.foot_logo{
	text-align: center;
}
.foot_logo img{
	width: 300px;
	padding-top: 100px;
}

.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	transition: all 0.3s linear;
}
.button a{
	text-decoration: none;
	color: #FFFFFF;
}

.button:hover {
	background-color: #256E74;
	cursor: pointer;
}

.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color:#3CAFB9;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
footer {
	display: inline-block;
}

.slider-back{
	width: 100%;
	height: 900px;
	background-color:rgba(45,45,45,1.00);
	padding-top: 70px;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	}
.slider-text{
	margin: 0 auto;
	width: 80%;
	max-width: 900px;
	color: rgba(255,255,255,1.00);
	margin-bottom: 30px;
	}

.slider-text-a{
	width: 30%;
	display: inline-block
}
.slider-text-a h5{
	font-size: 18px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}
.slider-text-b{
	width: 69%;
	display: inline-block;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
}

.slider-text h2{
	line-height: 0px;
}


.slider{
	width: 80%;
	height: 640px;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(100,100,100,1.00);
}
.slider-img{
	width: auto;
	height:640px;
	
}
.slider-img img{
	margin: 0 auto;
	width: auto;
	height: 100%;
	object-fit: cover;
}

/* Mobile */
@media (max-width: 600px) {
.logo {
	width: 70%;
	text-align: left;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
	.logo img{
		width: 200px;
		height: auto;
		margin-top: 0px
	}
	
	
.btn{
	background:transparent url(../images/btn2.png) no-repeat 0 0;
	width: 45px;
	height: 45px;
	top:0px;
}
	
.peke {
    background-position: -45px 0;
}
	
.drawr {
    top: 45px;
    right:0;
    width:50%;
}
	
	
	
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header {
	height: 45px;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 100px;
	margin-left: 5%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	font-size: 24px;
}
	
.parallax_description {
	color: #FFFFFF;
	text-align: center;
	padding-right: 5%;
	width: 89%;
	visibility: hidden;
}


		
.bg-slider {
	margin-top: 0px;
	height: auto;
	}
.bg-slider img{
	width: 100%;
	height: auto;
	margin-top:100px;
	}
.bg-slider__title{
	font-size: 18px;
	margin-top: 20px;
	}

.btntop_wrap{
	margin: 0 auto;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: -50px;
}
.btntop_a{
	width: 100%;
	height:220px;
	margin-left: 0%;
	margin-right: 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} 
.btntop_a h3{
	margin-top: 50px;
}


.btntop_b{
	width: 100%;
	height:220px;
	margin-left: 0%;
	margin-right: 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} 
.btntop_b h3{
	margin-top: 50px;
}


.btntop_c{
	width: 100%;
	height:250px;
	margin-left: 0%;
	margin-right: 0%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
} 
	
.portporio{
	height:1200px;
}

.switch-cont-thumb{
	width: 90%;
	height: auto;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 5px;
	float:left;
	text-decoration: none;
}
.thumb-img{
	width: 100%;
	height: 200px;
	margin-bottom: 5px;
}
.thumb-img img{
	width: auto;
	height: 155%;
	max-height: 300px;
}

	
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
.foot_logo img{
	width: 70%;
}
.foot_nav_wrapper{
	width: 90%;
	margin:0 auto;
}
.foot_nav_wrapper p{
	text-align: center;
	line-height: 16px;
	font-size: 12px;
}
.foot_nav_wrapper h3{
	text-align: center;
	margin-bottom: -10px;
}

.slider-back{
	width: 100%;
	height: 500px;
	background-color:rgba(45,45,45,1.00);
	padding-top: 70px;
	}
.slider{
	width: 80%;
	height: 270PX;
	margin: 0 auto;
	text-align: center;
	background-color:rgba(100,100,100,1.00);
}
.slider-img{
	height:270px;
	
}
.slider-img img{
	margin: 0 auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
	.slider-text-a{
		width: 100%;
		margin-bottom: -150px;
	}
	.slider-text-b{
		width: 100%;
		margin-top: -10px;
		margin-bottom: -50px;
	}
	
/* 料金表 */
.pricelist{
	width: 100%;
	display:block;
	margin-top: 100px;
	margin-bottom: 30px;
}

.pricetable{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}
.pricelist p{
	font-size: 15px;
	margin: 0px;
}
.pricelist h2{
	font-size: 14px;
	margin: 0px;
}
.pricelist h3{
	font-size: 18px;
	margin: 0px;
}
.pt1{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.pt2{
	width: 100%;
	height: 70px;
	margin-left: 0%;
	margin-bottom: 15px;
	margin-top: 15px;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
}
.pt2a{
	width: 96%;
	height: 70px;
	margin-left: 2%;
	padding-top: 15px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.pt3{
	width: 100%;
	text-align: center;
}
.pt3a{
	width: 46%;
	margin-left: 2%;
	margin-right: 0%;
	display: inline-block;
	vertical-align: middle;
}
.pt3b{
	width: 46%;
	margin-left: 2%;
	margin-right: 0%;
	display: inline-block;
	vertical-align: middle;
}

.pts1{
	width: 100%;
	height: 100px;
	margin-top: 10px;
	margin-left: 0%;
	padding-top: 30px;
	display: inline-block;
	text-align: center;
}
.pts2{
	width: 100%;
	height: 100px;
	margin-top: 10px;
	margin-left: 0%;
	padding-top: 30px;
	display: inline-block;
	text-align: center;
}
/* 料金表 終わり*/
	
}

/* Small Tablets */
@media ( min-width : 601px ) and (max-width : 1280px ){
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #043745;
}
	.logo img{
		margin-top: -2px;
	}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display:none;
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}


	
.banner {
	width: 100%;
	height: 900px;
	padding-left: 0%;
	padding-right: 0%;
	margin-bottom:0px;
}
.btntop_wrap{
	margin: 0 auto;
	float: left;
	width: 100%;
	margin-right: 0%;
	margin-left: 0%;
	margin-top: 60px;
}
.btntop_a{
	width: 34%;
	height:250px;
	margin-left: 0%;
	margin-right: 0%;
} 


.btntop_b{
	width: 33%;
	height:250px;
	margin-left: 0%;
	margin-right: 0%;
} 
	
.thumb-img{
	width: 100%;
	height: auto;
	max-height: 220px;
	margin-bottom: 5px;
	overflow: hidden;
}
.thumb-img img{
	width: 100%;
	transition: transform .3s ease;
}

	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 170px;
	margin-left: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
	margin-top: 180px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}

.parallax img{
	width: 70%;
	max-width: 550px;
}

.footer_column {
	width: 100%;
}
}
