@charset "utf-8";

body {
           text-align: center;
           font-family: Helvetica,Arial,"Hiragino Kaku Gothic Pro",Meiryo,"MS P Gothic",sans-serif;
           color: #000;
           margin: 0;
           background-color: #e3e3e3;
}

/*==================================================
横並び
===================================*/
.float{
 display: flex;
 margin: 0 7rem;
}

.hidari {
 width: 50%;
 padding-left: 5%;
}
.migi {
 width: 50%;
 margin-top: 5%;
 margin-left: 10%;
}
.migi h4 {
 text-align:left;
}
.migi h6 {
 text-align:left;
 margin: 0;
}
.migi p {
 text-align:left;
}

/*==================================================
footer
===================================*/
#footer{
    color: #999;
    background:#e3e3e3;
    height: 20vh;
    width:100%;
    padding-bottom: 5rem;
}
@media screen and (max-width:768px) {
#footer{
    height: 20vh;
}
}
.sns-link {
    margin:35px 0 15px;
    padding-left: 0;
}
@media screen and (max-width:768px) {
.sns-link {
    margin:20px 0 10px;
}
}
.sns-link li{
    text-align:center;
    display:inline-block;
}

.sns-link li img{
     width:25px;   
}
@media screen and (max-width:768px) {
.sns-link li img{
     width:20px;   
}
}
#footer .footer-area{
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

#footer .footer-logo{
    letter-spacing: 0.5em;
    margin: -10px 0 25px 0;
}

#footer .footer-logo span{
    font-size: 1.6rem;
    display: block;
}

#footer .footer-link{
    justify-content: space-between;
    flex-wrap: wrap;
    padding:20px 0 10px;
}

#footer .footer-link ul li{
    display: inline-block;
     margin: 0 10px;   
}

#footer .footer-link a{
     color:#fff;   
}

#footer small{
     color:#333333ab;  
     font-size: 60%;
     padding-bottom:15px;
}
@media screen and (min-width:769px) {
     padding-bottom:35px;
}
}

#footer #page-top span{
    position: relative;
    top:-10px;
}

#footer #page-top span::before{
     content:'';
    position: absolute;
    left:50%;
    top:-3px;
    background:#6C6C6C;
    width:1px;
    height: 30px;
}

#footer #page-top span::after{
    content:'';
    position: absolute;
    left:6px;
    top:-7px;
    background:#6C6C6C;
    width:1px;
    height: 20px; 
    transform: rotate(-45deg);
}

@media screen and (min-width:769px) {
#footer #page-top a:hover span::before,
#footer #page-top a:hover span::after{
     background:#fff;   
}
}

@media screen and (max-width:768px) {
    #footer .footer-info{
        width: 100%;
        text-align: center;
    }
    #footer .footer-logo{
        margin: 0;
    }
    
    #footer .footer-link{
        width:100%;
        display: block; 
    }

    #footer .footer-link ul{
        text-align: center;
        margin: 30px 0 15px;
        line-height: 3;
    }
    
    #footer small{
         display: block;
        text-align: center;
    }
    
}

/* --------------------------------
 * header
 * -------------------------------- */
.movie {
   width: 100%;
   text-align: center;
   margin: 5rem 0;
     }

.wrap {
         text-align: center;
     }

.pc { 
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
}

.pc img {
   width: 45%;
   margin: 0 auto;
}

.pc2 img {
   width: 100% !important;
   margin: 0 auto;
}

.sp,.sp2 { display: none !important;
}

@media only screen and (min-width: 768px) {
    .tittle { margin: 0 15%; }
    .text { margin: 0 15%; }
    .header { margin: 0% 0%; }
	.wrap img { 
		width: 80%;
		margin: 0 auto;
		margin-top: 5rem;
	}
 }

@media screen and (min-width:768px) and ( max-width:1024px) {
    .text { margin: 0 5%; }
    .header { margin: 0 0; }
    .pc2 img {
   width: 100% !important;
   margin: 0 auto;
}
    .pc2 p {
        font-size: 0.5rem;
}
    .movie video{
    width: 90% !important;
}
}


@media only screen and (max-width: 767px) {
    .pc,.pc2 { display: none !important; }
    .sp,.sp2 { display: block !important; }

.movie video{
    width: 100% !important;
}
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 100px); 
  transition: all 2000ms;
}
.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

img {
	padding-bottom: 2.0rem;
}
     .siro3 img {
                max-width: 60%;
     } 

 @media screen and (max-width: 767px) {
     img {
                padding: 0;
        	padding-bottom: 2.0rem;
     }
     .siro img {
                max-width: 90%;
     } 
     .siro2 img {
                max-width: 80%;
     } 
     .siro3 img {
                max-width: 90%;
     } 
 }

@media screen and (max-width: 1024px) {
     h3 {
	padding: 3rem 0rem 0rem !important;
}
}

 @media screen and (max-width: 767px) {
h1 {
	padding-top: 1rem !important;
}
     h3,h4,h5,h6,p {
             margin: 0 1.5rem;
     }
     h2 {
             margin: 0.5rem 1.5rem 0;
             padding-bottom: 3.5rem;
     }
     h3 {
	padding: 0rem 0rem 3.5rem !important;
}
     h4 {
	padding: 0rem 0rem 1.5rem !important;
	text-align: left !important;
}
     h6 {
	padding: 0rem 0rem 0.5rem !important;
	text-align: left !important;
}
     p {
	text-align: left !important;

     }
 }

h1 {
	padding-top: 3rem;
}
h2 {
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
        margin: 0 1.5rem;
	line-height: 1.75;
}

h3 {
	text-align: left;
	font-size: 1.0rem;
	font-weight: 100;
	line-height: 1.75;
	padding: 3rem 6.5rem 0rem;
}

h4 {
	text-align: center;
	font-size: 1.0rem;
	font-weight: 600;
}
h6 {
	text-align: center;
	font-size: 1.0rem;
	font-weight: 400;
}


h5 {
	text-align: left;
	font-size: 1.0rem;
	font-weight: 100;
	padding-top: 0.5rem !important;
	padding-bottom: 2.5rem !important;
}

p {
	text-align: center;
        font-size: 0.7rem;
	font-weight: 100;
	padding-bottom: 2.5rem !important;
	line-height: 1.75;
}

.pc2 p {
	text-align: left;
        font-size: 0.7rem;
	font-weight: 100;
	padding-bottom: 2.5rem !important;
	line-height: 1.75;
}

hr {
	width: 90%;
	text-align: center;
	color: #000;
	margin-top: 10rem;
	margin-bottom: 5rem;
}

@media only screen and (max-width: 767px) {
hr {
	width: 90%;
	margin-top: 1rem;
}
#footerWrap{
	max-width:100%;
}
#footer{
	width:100% !important;
	margin:0 auto;
	padding-bottom: 3.0rem;
}
#footer small {
	text-align: center;
	color: #303030;
	font-weight: 100;
        font-size: 0.5rem;
        opacity: 0.3;
	padding-bottom: 3.0rem;
}
}
 @media screen and (max-width: 767px) {
#footerWrap{
	max-width:98%;
}
}

#entry_navi {
             text-align:center;
             margin: 0 1.5rem;
}

a {
text-decoration: none;
color: #000;
}

#entry_navi {height:75px;}
 
#entry_navi a {display:block; float:left;}
 
#entry_navi a span {height: 75px; display:table-cell; vertical-align:middle;}
 
#entry_navi a:hover {color: #333;}
 
#entry_navi .prev {width:50%; text-align:left;}
 
#entry_navi .next {width:50%; text-align:right;}

/*==================================================
スライダーのためのcss
===================================*/


/*画像の横幅を100%にしてレスポンシブ化*/
img{
	width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/

.gallery{
	margin:0 0 5px 0;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*選択するサムネイル画像の設定*/

.btna {
	text-decoration: none !important;
}

.choice-btn li{
	cursor: pointer;
	outline: none;
	background:#333;
	width:25%!important;
}

.choice-btn li img{
	opacity: 0.4;/*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img{
	opacity: 1;/*選択されているものは透過しない*/
}

/*==================================================
レイアウト
===================================*/

/*エリア全体を中央寄せ*/
.wrapper{
	width:90%;
	max-width:900px;
	margin:0 auto;
	margin-top: 5rem;
}

@media only screen and (min-width: 768px) {
.wrapper img {
	width:90%;
}
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}