@charset "UTF-8";
/* Body */
body {
	font-family: serif;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 100;
	font-size:92%;
	letter-spacing:0.05em
}

#page-link a{
	text-decoration: underline;
}

#page-link a:hover{
	text-decoration: none;
}

.cost a{
	font-size: 13px;
	color:#535353;
}

.cost ul {
		padding-left: 20px;
}

.cost li{
	list-style-type: decimal;
}

/*文字 burger.cssにも記載あり*/

.text_right{
	text-align: right;
	margin: 0 0 10px 0;
	font-size: 0.8em;
}

.text_right a{
	color:#696969;
	text-decoration: underline;
}
.gallery p{
	color:#2f2f2f;
}

.gallery h3{
  font-size: 100%;
  letter-spacing: 0.5em;
  line-height: 2;
  margin: 0 0 0 0;
}

.cost{
	max-width: 768px;
	margin: 0 auto;
	padding:5px;
	font-family:serif;
}

.cost h1{
	font-size: 130%;
	font-weight: bold;
	letter-spacing: 0.2em;
	margin: 0 0 10px 0;
}

.cost h2{
	font-size: 120%;
	font-weight: bold;
	letter-spacing: 0.2em;
			margin: 0 0 15px 0;

}

.cost h3{
	font-size: 110%;
	font-weight: bold;
	letter-spacing: 0.2em;

}

.cost h4{
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.5em;

}


.cost p{

	letter-spacing: 0.2em

}

p {
	color: #A3A3A3;
}

.thumbnail p{
	font-size: 90%;
	letter-spacing:0.05em
}

.footer_banner p{
	text-align: center;
	color: #FFFFFF;
}
.center_text{
	text-align:center;
}

p.indent-2 {
	padding-left:2em;
	text-indent:-2em;
}
/*img_box_画像の95%縮小*/
.img_box{
	width:95%;
	height:95%;
	margin:0 auto;
}

  /*リンク*/
.thumbnail p a{
  color: #194769;
  background-color: #D7EEF2;
  transition: background-color .5s;
  
}

.thumbnail a:hover {
  color: #F6F6E9;
  background-color: #F2855E;
}


/*メイソン*/
#gallery {
    margin: 0 auto;
    overflow: hidden;
}

#gallery li {
    max-width: 300px;
    padding: 5px;
}

#gallery li img {
    max-width: 100%;
    height: auto;
}

/*ホバー*/

.img_container{
  width: 95%;
  height: 95%;
  margin: 0px auto;
  position: relative;
}

.img_container::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: background-color 0.5s;
}

img{
  cursor: auto;
}


.img_container:hover::before {
 background-color: rgba(0, 0, 0, 0.4);
}

/* spacer*/

.spacer1{
	color:#000000;
	width:50px;
	height:50px;
	margin: 0 auto;
	
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	/*background-color: #FFFFFF;*/
}

.bg-slider {
	width: 100%;
	height: 80%;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
	letter-spacing: 0.7em;
	font-weight:lighter;
	text-align:center;
}

/* -------------------- */
/* header バーガーCSSより
/* -------------------- */
.header {
  align-items: center;
  background-color: #fff; /*background-color: #1b1310;*/
  border-bottom: 1px solid #fff;
  color: #fff;
  display: flex;
  height: 74px;
  justify-content: space-between;
  padding: 0 10px 0 60px;
}
.nav-list {
  /* navの横並び */
  display: flex;
}
.nav-item {
  /* メニューの右側に余白 */
  margin-right: 20px;
}

.burger-btn {
  display: none;
}






/* Navigation オリジナル*/
/*header {
    width: 100%;
    height: 5%;
    background-color: #3F3E3E;
    border-bottom: 1px solid #000000;
    border-top-color: #000000;
    border-right-color: #000000;
    border-left-color: #000000;
}
.logo {
    color: #fff;
    font-weight: bold;
    text-align: undefined;
    width: 12%;
    float: left;
    margin-top: 15px;
    margin-left: 25px;
    letter-spacing: 4px;
}
nav {
	float: right;
	width: 68%;
	text-align: right;
	margin-right: 25px;
}
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;
}*/
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}
/* Hero Section */
.hero {
	background-image: url("../images/image3.jpg");
	background-size:110% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #B3B3B3;
	padding-top: 300px;
	padding-bottom: 350px;
}
.light {
	font-weight: bold;
	color: #717070;
}
.tagline {
	text-align: center;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 1px;
}
/* About Section */

#about{
	margin: 50
		px 0 0 0;
}
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
.about {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 35px;
    display: inline-block;
    background-color: #FFFFFF;
    margin-top: 0px;
    padding-bottom: 0px;
}

.about_text {
    color: #717070;
    margin-top: -60px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    text-align: center;
    padding-bottom: 0px;
}

.about_text{
	visibility: hidden;
}
/* Stats Gallery */
.stats {
	color: #717070;
	margin-bottom: 5px;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 25%;
	text-align: center;
	display: inline-block;
	float: left;
	margin-top: 35px;
}

.break_left{
	text-align: left;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	color: #A3A3A3;
}
.gallery .thumbnail p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 20px;
	color: #A3A3A3;
}
/* Parallax Section */
.banner {
	background-color: #2D9AB7;
	background-image: url("../images/30652571_10157166403703238_8535876819352551424_n.jpg");
	background-position: center;
	height: 400px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
.parallax {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	padding-top: 110px;
	letter-spacing: 2px;
	margin-top: 0px;
}
.parallax_description {
	color: #FFFFFF;
	text-align: right;
	padding-right: 100px;
	width: 30%;
	float: right;
	font-weight: lighter;
	line-height: 23px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* More info */
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #B3B3B3;
	text-align: center;
}
footer .footer_column p {
	color: #717070;
	background-color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
}
footer .footer_column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
}
.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;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #FEFEFE;
	color: #C4C4C4;
	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: #292929;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(../images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */
@media (max-width: 320px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	display: none;
}
header nav ul {
}
nav ul li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
}
	
.hero {
	background-image: url("../images/30594829_10157166403653238_1769167127383638016_n.jpg");
	background-size:140% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #B3B3B3;
	padding-top: 30px;
	padding-bottom:100px;
}
	
.hero_header, .light, .tagline {
	visibility: hidden;
}
.about_text{
	visibility:visible;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thumbnail {
	width: 100%;
}
	
.break_left{
	text-align: left;
}
	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 90%;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	float: none;
	text-align: center;
}
.banner {
	background-color: #2D9AB7;
	background-image: none;
}
.tagline {
	margin-top: 20px;
	line-height: 22px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.logo {
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}
.container header nav {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	background: #292929;
}
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;
}
.hero_header, .light, .tagline {
	visibility: hidden;
}
.hero {
	background-image: url("../images/30594829_10157166403653238_1769167127383638016_n.jpg");
	background-size:120% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #fff;
	padding-top: 0%;
	padding-bottom: 80%;
}

.about_text{
	visibility:visible;
}
.text_column {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

	/*
	
	.thumbnail {
	width: 100%;
}
	*/
	
.break_left{
	text-align: left;
}
	
.footer_column {
	width: 100%;
	margin-top: 0px;
}
.parallax {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40%;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	font-size: 18px;
}
.parallax_description {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 30%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: none;
	width: 100%;
	text-align: center;
}
.thumbnail {
	width: 50%;
}
	
.break_left{
	text-align: left;
	}
.parallax {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 20%;
}
.parallax_description {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	padding-top: 30px;
}
.banner {
	padding-left: 20px;
	padding-right: 20px;
}
.footer_column {
	width: 100%;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
	
.hero {
	background-image: url("../images/30594829_10157166403653238_1769167127383638016_n.jpg");
	background-size:105% auto;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #B3B3B3;
	padding-top: 150px;
	padding-bottom: 250px;
}
	
.text_column {
	width: 100%;
}
.thumbnail {
	display: inline-block;
	width: 33%;
}	
	
.break_left{
	text-align: left;
}
.text_column {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.banner {
	margin-top: 0px;
	padding-top: 0px;
}
}
