/* ===================================================================

common style

=================================================================== */
html, body {
  padding: 0;
  border: 0;
  margin: 0;
}

div, ul, ol, li, section, a, figure, aside {
  padding: 0;
  border: 0;
  margin: 0;
}

/*#wrapper {
    background-color: white;
}*/

ul, ol, li {
  list-style-type: none;
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

.naka {
  text-align: center;
  margin: 0 auto;
}


/* ===================================================================

header style

=================================================================== */
/*#header {
  background-color: #DDD;
  width: 100%;
  position: fixed;
  z-index: 10;
}*/
/*#contents h1 {
   background-color: #777;
   font-size: 140%;
   text-align: center;
   height:60px;
   line-height:60px;
}*/

#contents h1 {
   margin-top: 5px;
   font-size: 130%;
   text-align: center;
   height:40px;
   /*line-height:60px;*/
}

#contents p {
  font-size: 100%
}

#header .logo {
  float: left;
}
#header .nav {
  float: right;
}
#header .nav ul {
  margin-right: 20px;
}
#header .nav ul li {
  float: left;
  list-style-type: none;
  margin-right: 10px;
}
#header .nav ul li:last-child {
  margin-right: none;
}

h3 {
    text-align: center;
    line-height: 30px;
}

/* ===================================================================

footer style

=================================================================== */
#footer {
  border-radius: 3px;
}

/* ===================================================================

index style

=================================================================== */
.inner {
  width: 960px;
  margin: 0 auto;
}

.contents {
  min-width: 1074px;
}

.section {
  position: relative;
  height: 660px;
  top: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}
/*.section.section01 .title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}*/
.section.section01 .title-box .title-text {
  /*margin-top: 20px;*/
  font-size: 30px;
}

.section.section01 .center {
   width: 365px;
   height:100%;
   margin-left:auto;
   margin-right:auto;
   /*text-align:center;*/
   /*text-align: justify; /* 両端揃え */
   /*text-justify: inter-ideograph; /* 両端揃えの種類 */
   }
   
/* .section.section01 .center2 {
   text-align: center;
   }*/
   
.section.section02 .section-parts-left, .section.section03 .section-parts-left {
  float: left;
}
.section.section02 .section-parts-right, .section.section03 .section-parts-right {
  float: right;
}
.section.section02 .aside-block, .section.section03 .aside-block {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section.section02 {
  margin-top: -190px;
  background-color: #eee;
}
.section.section02 .section-parts-left {
  opacity: 0.2;
  width: 60%;
  height: 100%;
  background: url(../images/sp/photo/1.webp) no-repeat;
  background-size: cover;
}
.section.section02 .section-parts-right {
  width: 40%;
  height: 100%;
  position: relative;
}
.section.section02 .section-parts-right .aside-block {
  position: relative;
  left: 30%;
}
.section.section02 .section-parts-right .aside-block .aside-body {
  position: relative;
  left: 100px; 
}
.section.section03 .section-parts-right {
  opacity: 0.2;
  padding-top: 10px;
  width: 40%;
  height: 100%;
  background: url(../images/sp/photo/2.webp) no-repeat;
  background-size: cover;
}
.section.section03 .section-parts-left {
  width: 60%;
  height: 100%;
  position: relative;
}
.section.section03 .section-parts-left .aside-block {
  position: absolute;
  right: 20%;
  /*width: 400px;*/
}
.section.section03 .section-parts-left .aside-block .aside-text {
  position: relative;
  right: 100px;
}
.section.section04 {
 height: 100%;
  z-index: 2;
  overflow: inherit;
  background-color: #eee;
}
.section.section04 .box {
  position: absolute;
}
.section.section04 .box.box-red {
  top: 50%;
  left: 75%;
}
.section.section04 .box.box-green {
  top: 50%;
  left: 45%;
}
.section.section04 .box.box-blue {
  top: 50%;
  left: 15%;
}
/*.section.section05 {
  height: 100%;
  overflow: inherit;
  z-index: 10;
 }*/

 /*－－－－－－－－－－－－－－－－－－－－戻るボタン-----------------------------------------*/
/* solid013 */
.button_solid013 a {
  background: #6bb6ff;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 230px;
  padding: 10px 25px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border-bottom: 4px solid #1d7fde;
  overflow: hidden;
  margin-bottom: 50px;
}
.button_solid013 a:active {
transform: translateY(4px);
box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
border-bottom: none;
}

.button_solid013 a:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  background-image: linear-gradient( 130deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 55%);
  animation: shine 3s infinite;
}

@keyframes shine {
  33% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.button_solid013 a:after {
  content: '»';
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  font-size: 20px;
}

/*------------------------------------------------------------------------------------*/
 
.address {
    text-align: center;    
}

.map2 {
  margin: 20px;
  text-align: center;
 }

#wrapper {
  position: relative;
  background-color: white;
}

.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg .bg-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
}

.pagination {
  position: fixed;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}
.pagination > ul .pagination-list {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid #000;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.pagination > ul .pagination-list.current .pagination-link {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #000;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}
.pagination > ul .pagination-link {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  width: 0;
  height: 0;
  border-radius: 10px;
  -webkit-transition: all 0.2s;
          transition: all 0.2s;
}

.box {
  width: 100px;
  height: 100px;
  position: absolute;
}
.box.box-small {
  width: 50px;
  height: 50px;
}
.box.box-large {
  width: 150px;
  height: 150px;
}
.box.box-green {
  background-color: #95cb95;
}
.box.box-black {
  background-color: #000000;
}
.box.box-yellow {
  background-color: #FFD700;
}
.box.box-blue {
  background-color: #797ac9;
}
.box.box-red {
  background-color: #d4817b;
}
.box.box-rotate45 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.aside-text {
   height: 20px;
}

h2 {
   height: 30px;
}

/*#footer {
  height: 300px;
  width: 100%;
  background-color: #FFF;
}*/

.photo_center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top:5px;
}

.next {
   	text-align: center;
	 margin-top: 60px;
}

.down{
  position: relative;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top-color: #999;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.down:after{
  position: absolute;
  content: '';
  top: -32px;
  left: -8px;
  width: 16px;
  height: 16px;
  background: #999;
}

/*---------------------------------------------------------------------*/
@media screen and (max-width:390px) {
   body {  
	  position:relative;
      width: 100%;
      /*height: 100%; }*/
}


#wrapper {
	width:100%;
}

#contents {
   width:100%;
}

img{
  /* SPの長押し禁止 */
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}

.next {
   	text-align: center;
	margin-top: 30px;
}

.map2 {
position:relative;
padding-bottom:75%; 
height:0;
overflow:hidden;
}

.map2 iframe {
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}

h2 {
  margin-left:12px;
  }
 

.section.section02 .section-parts-left {
  opacity: 0.2;
  width: 60%;
  height: 100%;
  background: url(../images/sp/photo/3.webp) no-repeat;
  background-size: cover;
}

.section.section03 .section-parts-right {
  opacity: 0.2;
  padding-top: 10px;
  width: 40%;
  height: 100%;
  background: url(../images/sp/photo/4.webp) no-repeat;
  background-size: cover;
}

.naka {
  text-align: center;
  margin: 0 auto;
}

footer	{
   width:100%;
} 
}


@media screen and (max-width:480px) {
  body {  
   position:relative;
     width: 100%;
     /*height: 100%; }*/
}


#wrapper {
 width:100%;
}

#contents {
  width:100%;
}

img{
 /* SPの長押し禁止 */
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-touch-callout:none;
 -moz-user-select:none;
 user-select:none;
}

.next {
    text-align: center;
 margin-top: 30px;
}

.map2 {
position:relative;
padding-bottom:75%; 
height:0;
overflow:hidden;
}

.map2 iframe {
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}

h2 {
 margin-left:12px;
 }


.section.section02 .section-parts-left {
 opacity: 0.2;
 width: 60%;
 height: 100%;
 background: url(../images/sp/photo/3.webp) no-repeat;
 background-size: cover;
}

.section.section03 .section-parts-right {
 opacity: 0.2;
 padding-top: 10px;
 width: 40%;
 height: 100%;
 background: url(../images/sp/photo/4.webp) no-repeat;
 background-size: cover;
}

.naka {
 text-align: center;
 margin: 0 auto;
}

footer	{
  width:100%;
} 
}


@media screen and (max-width:768px) {
  body {  
   position:relative;
     width: 100%;
     /*height: 100%; }*/
}


#wrapper {
 width:100%;
}

#contents {
  width:100%;
}

img{
 /* SPの長押し禁止 */
 -webkit-touch-callout:none;
 -webkit-user-select:none;
 -moz-touch-callout:none;
 -moz-user-select:none;
 user-select:none;
}

.next {
    text-align: center;
 margin-top: 30px;
}

.map2 {
position:relative;
padding-bottom:75%; 
height:0;
overflow:hidden;
}

.map2 iframe {
position:absolute;
top:0;
left:0;
width:100% !important;
height:100% !important;
}

h2 {
 margin-left:12px;
 }


.section.section02 .section-parts-left {
 opacity: 0.2;
 width: 60%;
 height: 100%;
 background: url(../images/sp/photo/3.webp) no-repeat;
 background-size: cover;
}

.section.section03 .section-parts-right {
 opacity: 0.2;
 padding-top: 10px;
 width: 40%;
 height: 100%;
 background: url(../images/sp/photo/4.webp) no-repeat;
 background-size: cover;
}

.naka {
 text-align: center;
 margin: 0 auto;
}

footer	{
  width:100%;
} 
}