/* -------------------------------- 

Primary style

-------------------------------- */

.sp_font {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 4px;
}
.sp_font2 {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  letter-spacing: 2px;
}
.sp_font3 {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  letter-spacing: 2px;
  font-weight: 100 !important;
}

.sp_font4 {
  font-family: 'Josefin Sans', sans-serif;
  letter-spacing: 1px;
}
.sp_font5 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	letter-spacing: 2px;
}


.shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

p {
	font-size:0.9em !important;
    line-height: 1.6;
    margin: 1em 0;
    color: #071920;
}


h2 {
    font-size: 20px;
	margin: 20px 0;
    line-height: 1.0;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 35px;
    line-height: 1.0;
  }
}

	
h3 {
	font-size: 20px;
}
.chen3 {
	font-size: 15px;
	line-height: 2;
}
	
@media only screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
  }
.chen3 {
	font-size: 25px;
}
  
}

h4 {
	font-size: 14px;
}
@media only screen and (min-width: 768px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
	font-size: 20px;
	margin: 30px 0;
}
@media only screen and (min-width: 768px) {
  h5 {
    font-size: 25px;
  }
}
hr {
	border: 0;
	border-bottom: solid 2px rgba(255, 255, 255, 0.35);
	margin: 1em 0;
}

hr.bk {
	border-bottom: solid 1px rgba(0, 0, 0, 0.35);
}

hr.bk2 {
	border-bottom: solid 1px rgba(0, 0, 0, 0.1);
}

hr.style9 {
	height: 6px;
	background: url(../images/hr-9.png) repeat-x 0 0;
    border: 0;
}

.none {
	display: none;
}

.shadow {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.text {
	margin: 15px 0;
	padding-left: 20px;
	border-left: 1px solid #DBDBDB;
}
@media only screen and (max-width: 980px) {
	.text {
		padding-left: 15px;
		border-left: 0px solid #DBDBDB;
	}
}
.text2 {
	margin: 30px 0;
	padding-left: 20px;
}

.space {
	margin-top: 30px;
}
.wh {
	color: #fff;
}
.bk {
	color: #777;
}
.gray {
	color: #999;
}
.red {
	color: #BF0000;
}
.blu {
	color: #071920;
}
.blu2 {
	color: #0072E3;
}
	
.al_center-left {
	text-align: center;
}
@media only screen and (max-width: 980px) {
	.al_center-left {
		text-align: left;
	}
}
.heiter {
	line-height: 2;
}

.bitt {
	font-size: 0.8em !important;
}
.bold {
	font-weight: bold;
}
.large {
    font-size: 40px;
}
.large2{
    font-size: 50px;
}

.middle {
	font-size: 1.5em;
	font-weight: 100;
}

.shadow {
	text-shadow:
		-1px -1px rgba(255,255,255,.7),
		1px -1px rgba(255,255,255,.7),
		-1px 1px rgba(255,255,255,.7),
		1px 1px rgba(255,255,255,.7);
}
.space {
	width: 1px;
	height: 20px;
}
@media only screen and (min-width: 980px) {
	.space2 {
		width: 1px;
		height: 20px;
	}
}

.smallx {
  font-size: 0.6em;
  line-height: 0.52;
  padding-top: 0.2em;
  padding-bottom: 0em;
  text-align: center;
}
.smallxx {
  font-size: 0.6em !important;
}

.small {
  font-size: 0.8em;
  line-height: 0.52;
  padding-top: 0.2em;
  padding-bottom: 0em;
  text-align: center;
}
.small2 {
	font-size: 0.8em !important;
}
.small3 {
  font-size: 0.9em !important;
  line-height: 1.5;
  padding-top: 0.2em;
  padding-bottom: 0em;
}
.small4 {
  font-size: 0.9em;
  line-height: 1.5;
  padding-top: 0.2em;
  padding-bottom: 0em;
  font-weight: 100;
}
.small5 {
  font-size: 0.6em;
  font-weight: 100;
  color: #444;
}

.flats {
  line-height: 1 !important;
  margin-left: 10px;
}
	
.ph {
	margin: 30px 0 30px 10px;
}
.ph2 {
	margin: 0 20px -5px 0;
}
.gr {
	background: #161616;
}
.gr2 {
	background: #eee;
}

.org {
	background: #f8f5d0;
}

table {
	text-align: left;
}
td {
	font-size: 0.8em;
}

.min {
	margin-left: 15px;
	margin-right: 15px;
}
.min_rv {
	margin-left: 15px;
	margin-right: 15px;
}
@media only screen and (max-width: 1000px) {
	.tx {
		text-align: left;
	}
	
	.min_s {
		margin-left: 15px;
		margin-right: 15px;
	}
	.min_rv {
		margin-left: 0px;
		margin-right: 0px;
	}
	.txx {
		width: 98%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 500px) {
	.tx_c {
		text-align: center;
	}
}

@media only screen and (min-width: 1000px) {
	.mig {
		margin-left: 15px;
	}
}

.mark {
	background: #666;
	padding: 3px;
	margin-bottom: 3px;
	border-radius: 0.3em;
}
.mark2 {
	background:  rgba(0, 45, 92, 0.0);
	line-height: 3rem;
	padding: 0.3rem 1.5rem;
	height: 3rem;
	border-radius: 0.0em;
	box-shadow: inset 0 0 0 2px #fff;
}
.mark2:hover {
	box-shadow: inset 0 0 0 2px #18bfef;
}
@media only screen and (max-width: 980px) {
	.mark2 {
		box-shadow: inset 0 0 0 2px #eee;
	}
}
.mark3 {
	background: rgba(0, 45, 92, 0.8);
	padding: 3px;
	margin-bottom: 0px;
	border-radius: 0.1em;
}

@media only screen and (max-width: 980px) {
	.trick {
		color: #fff;
	}
}
.line2 {
	border: 1px solid #fff;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
.container2 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.container2::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 980px) {
	.container2 {
	  width: 99%;
	  max-width: 980px;
	  margin: 0 auto;
	}
}
.container3 {
  width: 100%;
  margin: 0 auto;
}
.container3::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 980px) {
	.container3 {
	  width: 100%;
	  max-width: 1200px;
	  margin: 0 auto;
	}
}
.container4 {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
.container4::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 980px) {
	.container4 {
	  width: 90%;
	  max-width: 980px;
	  margin: 0 auto;
	}
}

.container-top {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}
.container-top::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
@media screen and (max-width: 980px) {
	.container-top {
	  width: 95%;
	  max-width: 980px;
	  margin: 0 auto;
	  padding: 40px 0;
	}
}

/* -------------------------------- 

Main components 

-------------------------------- */

.main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}

.fixed-bg0 {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
}

.fixed-bg {
  position: relative;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  z-index: 1;
}
.fixed-bg h1 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
  z-index: 999999;
}
.fixed-bg h2 {
  position: absolute;
  left: 50%;
  top: 45%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 300px;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: white;
}
.fixed-bg h3 {
  position: absolute;
  top: 43%;
  right: 80px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 99999;
}
.fixed-bg.bg-1 {
  background-image: url("../images/bg1.jpg");
}
@media only screen and (min-width: 380px) {
  .fixed-bg h2 {
	max-width: 350px;
  }
}
@media only screen and (min-width: 450px) {
  .fixed-bg h2 {
	max-width: 380px;
  }
}
@media only screen and (min-width: 550px) {
  .fixed-bg h2 {
	max-width: 450px;
  }
}
@media only screen and (min-width: 600px) {
  .fixed-bg h2 {
	max-width: 550px;
  }
}
@media only screen and (min-width: 780px) {
  .fixed-bg {
    min-height: 85vh;
    background-attachment: fixed;
  }
  .fixed-bg h2 {
	max-width: 600px;
  }
}
@media only screen and (min-width: 980px) {
  .fixed-bg h3 {
  top: 45%;
  right: 75px;
  max-width: 300px;
    font-weight: 300;
  }
}
@media only screen and (min-width: 1120px) {
  .fixed-bg {
    min-height: 85vh;
    background-attachment: fixed;
  }
  .fixed-bg h2 {
	max-width: 700px;
    font-size: 48px;
    font-weight: 300;
  }
  .fixed-bg h3 {
  top: 45%;
  left: 20%;
  max-width: 300px;
    font-weight: 300;
  }
}

.fixed-bg h4 {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 100%;
  max-width: 100px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  z-index: 99999;
}




.color-xx {
  width: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0%, #000 100%);
  background-image: linear-gradient(to bottom, transparent 0%, #000 105%);
}
@media only screen and (max-width: 980px) {
	.color-xx {
	  width: 100%;
	  background: #161616;
	}
}
.color-1 {
  background-color: #fff !important;
}
.color-2 {
  background-color: #000;
  color: #3d3536;
}
.color-3 {
  background-color: #808080;
  color: #fff;
}
.color-3 p {
  color: #fff;
}
.color-4 {
  background-color: #E3C9C9;
}
.color-5 {
  background-color: #f5f5f5;
}
.color-6 {
  background-color: #161616;
}
.color-7 {
  background-color: rgba(238, 201, 201, 0.1);
}
.color-8 {
  background-color: rgba(180, 48, 53, 1);
}
@media only screen and (max-width: 980px) {
	.color-6_b {
	  background-color: #071920;
	}
}

/* -------------------------------- 

logo_s 

-------------------------------- */
.logo_s{
  position: absolute;
  margin-top: 38px;
  left: 50%;
  top: 35%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 300px;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  z-index: 30;
}
@media screen and (max-width: 736px) {
	.logo_s{
	  left: 50%;
	  top: 40%;
	}
}

/* -------------------------------- 

cover

-------------------------------- */
.cover {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 480px;
}
@media only screen and (min-width: 1024px) {
	.cover {
	  position: absolute;
	  left: 40%;
	  top: 30%;
	  bottom: auto;
	  right: auto;
	  transform: translateX(-50%) translateY(-50%);
	  width: 100%;
	  max-width: 1170px;
  text-align: left;
	}
}
.cover2 {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 1170px;
  text-align: center;
}

/* -------------------------------- 

footer

-------------------------------- */

.footer {
	width: 100%;
	padding: 0px 0;
	background: #fff;
	text-align: left;
	color: #777;
	font-size: 0.7em;
	overflow: hidden;
	zoom: 1;
}

#u_emb {
	margin: 0px 15px;
}

address {
	font-size: 0.7em;
	float: right;
	margin-left: 25px;
	padding: 15px 0;
	font-weight: bold;
}

.ft-1 {
	border-top: 1px solid #fff;
}
.add_area {
	border-top: 1px solid #fff;
}
.add_area a{
	color: #fff;
}

.sns li {
	margin: 5px;
	display:inline-block;
	/display:inline;
	/zoom:1;
}

.add {
	float: left;
	text-align: left;
	font-size: 0.7em;
	font-weight: bold;
	overflow: hidden;
	zoom: 1;
}
	
.add li {
	float: left;
	padding: 15px 0 0 15px;
}

@media only screen and (max-width: 500px) {
	.footer {
		padding: 0px;
		margin: 0 auto;
		color: #fff;
		overflow: hidden;
		zoom: 1;
	}
	address {
		float: none;
		text-align: left;
		margin-left: 15px;
		padding: 0px 0;
	}
	.add {
		margin-bottom: 0px;
		text-align: left;
		float: none;
	}
}


.footer2 {
	width: 100%;
	padding: 0px 0 80px 0;
	background: #161616;
	text-align: left;
	color: #fff;
	font-size: 0.7em;
	overflow: hidden;
	zoom: 1;
}


.sixsix {
	width: 100%;
	max-width: 450px;
}
@media only screen and (max-width: 500px) {
	.sixsix {
		width: 100%;
		max-width: 300px;
	}
}


/* -------------------------------- 

Back To Top 

-------------------------------- */


#fixedTop {
	right: 10px;
	bottom: 10px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	display: none;
	background: #999;
	position: fixed;
	z-index: 9999;
	border-radius: 0px;
	-webkit-transform: translateZ(0);
}
#fixedTop:hover {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0.7;
}

	.box3 {
		margin-bottom: 2rem;
		padding: 4.5rem 1rem;
	margin: 0 auto;
	    background-color: rgba(238, 201, 201, 0.9);
	}



/* cd-top  */


.cd-top {
	height: 100px;
	width: 100px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 3001;
}

@media only screen and (min-width: 780px) {
  .cd-top {
    height: 150px;
    width: 150px;
    right: 15px;
    bottom: 15px;
  }
}

button.yurayura {
  position: relative;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 150px;
  width: 150px;
    border-radius: 50%;
	background: rgba(238, 201, 201, 0.9);
	border: 3px dashed #fff;
	margin: 0 auto;
 	box-shadow: 0 0 0 3px rgba(238, 201, 201, 0.9);
	transition: opacity .3s 0s, visibility 0s .3s;

    right: 15px;
    bottom: 15px;
}
button.yurayura span img {
	width: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
button.yurayura:hover {
  animation: rotate 0.7s ease-in-out both;
}
@media only screen and (max-width: 780px) {
  button.yurayura {
	height: 100px;
	width: 100px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	border: 2px dashed #fff;
  }
  button.yurayura span img.zzs {
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
    }
}
 
@keyframes rotate {
  0% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  25% {
    transform: rotate(3deg) translate3d(0, 0, 0);
  }
  50% {
    transform: rotate(-3deg) translate3d(0, 0, 0);
  }
  75% {
    transform: rotate(1deg) translate3d(0, 0, 0);
  }
  100% {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}


.cd-top2 {
	height: 143px;
	width: 100px;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 3001;
}

@media only screen and (min-width: 780px) {
  .cd-top2 {
    height: 100px;
    width: 100px;
    left: 15px;
    bottom: 15px;
  }
}

button.yurayura2 {
  position: relative;
  outline: none;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 66px;
  width: 160px;
    border-radius: 0%;
	background: rgba(0, 0, 0, 0.0);
	border: 0.1px dashed rgba(0, 0, 0, 0.0);
	margin: 0 auto;
 	box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.0);
	transition: opacity .3s 0s, visibility 0s .3s;

    left: 15px;
    bottom: 15px;
}
button.yurayura2 span img {
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}
button.yurayura2:hover {
  animation: rotate 0.7s ease-in-out both;
}
@media only screen and (max-width: 780px) {
  button.yurayura2 {
	height: 100px;
	width: 100px;
	position: fixed;
	bottom: 10px;
	left: 20px;
	border: 0.1px dashed rgba(0, 0, 0, 0.0);
  }
  button.yurayura2 span img.zzs {
	width: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
    }
}


.gnav {
    display: flex;
    height: 1.5rem;
    margin: 0 auto;
    width: 150px;
	font-weight: 100;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 150px;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
    background: #fff;
    border-right: 1px solid #eee;
    color: #999;
    display: block;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    text-decoration: none;
    width: 100%;
}

.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-top: 1px solid #eee;
}
.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}




/* lazyloaded */

.box-fadein img {
  opacity: 0;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
}
.box-fadein.lazyloaded img.lazyloaded {
  opacity: 1;
}

/* switch */

@media screen and (max-width:740px) {
	.pc101 {
		display: none;
	}
}
@media screen and (min-width:740px) {
	.sp101 {
		display: none;
	}
}