@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
/*    font-family: Meiryo, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "sans-serif";
    font-family: "Noto Sans JP";*/
/*    background-color: #000;*/
}
h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.sp {
    display: none;
}
img {
    vertical-align:top;
}
a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.flex {
    display: flex;
    justify-content: space-between;
}
.flex3 {
    display: flex;
    justify-content: flex-start;
}
.inner-area {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.inner-area img {
    width: 100%;
}
/*-----------------------------------------------*/
.fadeIn1s {
    animation-name: fadeIn1s;
    animation-delay: 16s;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    transform: translateY(0px);
    opacity: 0;
}
@keyframes fadeIn1s {
    0% {
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.fadeout {
    animation: fadeout-anim 0.3s linear forwards;
    animation-delay:16.5s;
}

@keyframes fadeout-anim {
  100% {
    opacity: 0;
  }
}
.douga {
    width: 100%;
/*    background-color: #221815;*/
    background-color: #221815;
    padding-top: 100px;
    padding-bottom: 50px;
}
.youtube video {
	width: 100%;
}
.youtube2 {
	width: 50%;
    margin: auto;
    aspect-ratio: 16 / 9;
}
.youtube2 iframe {
	width: 100%;
    height: 100%
}

/*-----------------------------------------------*/
#top {
    width: 100%;
    margin-left: auto;
    background-color: #000;
    border-bottom: solid 1px #fff;
}
#header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
}
.inner-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
/*    background-image: url("../img/map.jpg");*/
    background-size: contain;
    padding-top: 65%;
    background-position: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.sub-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*padding-top: 10px;*/
}
.sub-header img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#vheader {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    height: auto;
    position: absolute;
    top:100px;
}
#contents {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
/*    background-color: #000;*/
}
#footer {
    width: 100%;
    margin-left: auto;
    background-color: #000;
    padding-top: 30px;
    color: #fff;
    padding-bottom: 25px;
    margin-right: auto;
}
.item-left {
    padding-right: 30px;
}
.item-right {
    padding-left: 30px;
}
.item-right .man-name {
    font-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 130%;
    padding-top: 10px;
    padding-left: 15px;
}
/*-----------------------------------------------*/
.kankyo {
    background-image:url("../img/kanbg.jpg");
    background-size: cover;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.kankyo-title {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 50px;
    
}
.kankyo-title h2 {
    text-align: center;
    font-size: 55px;
    font-weight: 200;
    color: #EBB636;
}
.kankyo01 img, .kankyo02 img, .kankyo03 img, .kankyo04 img {
    width: 100%;
    height: auto;
}

/*-----------------------------------------------*/
.genti-title {
    background-color: #000;
    padding-top: 80px;
    padding-bottom: 50px;
    text-align: center;
    
}
.genti-title h2 {
    font-size: 26px;
    font-weight: 200;
    color: #EBB636;
    padding-bottom: 30px;
    letter-spacing: 10px;
}
.genti-title p {
    font-size: 55px;
    font-weight: 200;
    line-height: 170%;
    color: #fff;
}
/*-----------------------------------------------*/
.gmap {
    width: 100%;
}
.gmap iframe {
    width: 100%;
    height: 600px;
}
.gmapbt img {
    vertical-align:text-bottom;
}
/*-----------------------------------------------*/
.btnarea {
    background-color:#000;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 50px;
    padding-right: 50px;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
}
.btnarea img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.inner-footer {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.inner-footer img {
    width: 100%;
}
.nusi {
    font-size: 16px;
}
.logo {
    width: 100%;
}
.logo img {
    width: 100%;
}
.space-bk {
    width: 80px;
}
.c-info {
    width: 86%;
    font-size: 16px;
    padding-bottom: 30px;
}
.copy-txt {
    font-size: 16px;
    text-align: center;
    background-color: #EAAF25;
    padding-top: 5px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 7px;
    margin-bottom: 15px;
}
.notes {
    color: #fff;
    font-size: 12px;
    padding-bottom: 5px;
    line-height: 120%;
    width: 1100px;
}
.animateElement {
  -webkit-transform: translateZ(0);
　display: none;
    opacity: 0;
}
.animated {
  animation-name: example;
  animation-duration: 2.5s;
  opacity: 1;
}
.animated2 {
  animation-name: example;
  animation-duration: 1.5s;
  opacity: 1;
}
@keyframes example {
  from {
      opacity: 0;
}
  to {
      opacity: 1;
}
}
.midasi02 {
    font-size: 50px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 3px;
    margin-top: 15px;
    margin-top: 50px;
}
.midasi03 {
    font-size: 20px;
    background-color: #000;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 30px;
    letter-spacing: 3px;
    margin-top: 15px;
}
.blc-mid-txt {
    font-size: 22px;
    font-weight: 200;
    text-align: center;
    color: #000;
    display: inline-block;
}
.blc-mid-txt02 {
    font-size: 30px;
    font-weight: 200;
    text-align: left;
    color: #000;
    display: inline-block;
    width: 350px;
    line-height: 130%;
}
.wht-sml-txt {
    font-size: 13px;
    color: #fff;
    width: 280px;
    display: inline-block;
    line-height: 200%;
}
.wht-sml-txt02 {
    font-size: 13px;
    color: #fff;
    width: 340px;
    display: inline-block;
    line-height: 150%;
}
.wht-sml-txt03 {
    font-size: 13px;
    color: #fff;
    width: 240px;
    display: inline-block;
    line-height: 200%;
}
.wht-sml-txt04 {
    font-size: 18px;
    color: #fff;
    width: 360px;
    display: inline-block;
    line-height: 200%;
}
.blk-text {
    color: #000;
} 
/*-------------------------------------------------------------------*/
.modal-open {
    display: inline-block;
}
.modal-open:hover {
    cursor: pointer;
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 50vw;
	width: 90%;
}
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal-content{
	background: #EAAF25;
	text-align: left;
	padding: 30px;
    height: 600px;
}
.modal-content ul{
    margin-left: 20px;
    list-style: none;
    margin-top: 20px;
    font-size: 18px;
    margin-right: 20px;
}
.modal-content ul li{
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #fff;
    padding-left: 5px;
    color: #D28300;
}
.modal-content ul li a{
    color: #fff;
    text-decoration: none;
}
.modal-content ul li a:hover{
    color: #FBEFD3;
}
.modal-content p {
    color: #fff;
    font-size: 30px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-weight: 200;
}
/*------------------------------------------*/
.header-link {
    padding-top: 45px;
    font-size: 0.85em;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.header-link li {
    display: inline;
    color: #fff;
    list-style: none;
    padding-right: 40px;
}
.header-link a {
    color: #fff;
    text-decoration: none;
}
.header-link a:hover {
    color: #ccc;
}
.top-btn01, .top-btn02 {
    width: 10vw;
}
.top-btn01 a {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
    background-color: #fff;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-top: 25px;
    text-decoration: none;
    height: 40px;
    padding-top: 12px;  
}
.top-btn02 a {
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: inline-block;
    background-color: #EBB636;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    color: #333;
    width: 100%;
    margin-top: 25px;
    text-decoration: none;
    height: 40px;
    padding-top: 12px;  
}
.flex .flex .item-left .item-left {
    padding-right: 0px;
}
.top-btn01 a:hover, .top-btn02 a:hover{
    color: #ccc;
}


.nav {
    width: 80vw;
/*    width: 1400px;*/
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
}
.nav ul li {
    display: inline; 
    font-size: 16px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.nav ul li .end-btn {
    border-right: solid 1px #fff;
}
.nav ul li a {
    display: inline-block;
   /* width: 13vw;*/
    width: 16%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
    margin-top: 20px;
    border-left: solid 1px #fff;
}
.nav ul li a:hover {
    background-color: #333;
}

#info-area {
    background-color: #fff;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}
#info-area h1 {
    font-size: 40px;
    font-family: "Noto Sans JP";
    text-align: center;
    font-weight: 300;
    color: #333;
}
#info-area h2 {
    background-color: #EBB636;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 1200px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
.info-block {
    background-color: #fff;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    
}
.nen {
    font-size: 14px;
    font-weight: bold;
    color: #307DE5;
    display: block;
    line-height: 100%;
}
.gatu {
    font-size: 34px;
    font-weight: bold;
    color: #307DE5;
    line-height: 100%;
}
.naiyou a {
     text-decoration: none;
}
.naiyou a:hover {
     color: #ccc;
}
.naiyou {
    border-bottom: solid 1px #ccc;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}
.kizititle {
    margin-top: 10px;
    font-weight: bold;
    color: #333;
    text-align: left;
    text-decoration: none;
    padding-top:5px;
    padding-left: 30px;
}
#info-area .kizititle p {
    text-align: left;
    font-size: 26px;
    color: #333;
    font-weight: 200;
}
#message .kizititle a{
    color: #333;
    text-decoration: none;
}

.map-sita {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}
.map-sita p {
    font-size: 12px;
    line-height: 150%;
}
.f-item02 ul {
    margin-top: 30px;
    padding: 0;
    list-style: none;
}
.f-item02 ul li a {
    display: block;
    margin-bottom: 20px;
    color: #fff;
    width: 350px;
    border-bottom: solid 1px #fff;
    padding-bottom: 10px;
    text-decoration: none;
    padding-left: 10px;
    font-size: 16px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.f-item02 ul li a:hover {
    color: #eee;
}
.arrow-right {
  display: inline-block;
  float: right;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
}
.f-bttxt {
    font-size: 12px;
    padding: 0;
    margin: 0;
}
.f-item01 {
    line-height: 100%;
}
.f-logo-area {
    margin-top: 30px;
}
.f-item03 {
    font-size: 12px;
    width: 320px;
}
.f-item04 {
    font-size: 12px;
    width: 400px;
}
.f-item05 {
    font-size: 12px;
    width: 350px;
}
.f-item03 img {
   width: 100%;
}
.f-item04 img {
   width: 100%;
}
.f-item05 img {
    width: 100%;
}
/*-----LAND PLAN---------------------------------------------------------*/
.land-title {
    background-color: #000;
    padding-top: 30px;
}
.land-title h2 {
    font-size: 55px;
    font-weight: 200;
    font-family: serif;
    line-height: 140%;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.land-title p {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    font-family: serif;
    line-height: 150%;
}
.land-site-plan {
    background-image: url(../img/land02.jpg);
    height: 1130px;
    width: 1200px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}
.blk-bg {
    background-color: #000;
}
.yel-bg {
    background-color: #E7B021; 
    padding-top: 50px;
    padding-bottom: 50px;
}
.yel-bg h2 {
    font-size: 55px;
    font-weight: 200;
    font-family: serif;
    line-height: 140%;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
.yel-bg p {
    font-size: 24px;
    font-weight: 200;
    color: #fff;
    text-align: center;
    line-height: 150%;
}
.land-f h3 {
    
}
.yel-bg .land-f h3 {
    font-size: 40px;
    font-weight: 200;
    font-family: serif;
    color: #fff;
    line-height: 160%;
    text-align: left;
    margin-bottom: 25px;
    margin-top: 30px;
}
.yel-bg .land-f p {
    font-size: 14px;
    color: #fff;
    line-height: 200%;
    text-align: left;
    
}
.whit-bg p {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
}
.whit-bg {
    padding-top: 30px;
    padding-bottom: 30px;
}
/*------ロケーション-------------------------------------------*/
.tb01, .tb02 {
    font-size: 12px;
}
.tb01 th {
    font-size: 12px;
    background-color: #898989;
    text-align: left;
    color: #fff;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
}
.tb01 td {
    padding-top: 3px;
    padding-bottom: 3px;
}
.tb02 {
    width: 18%;
}
.tb02 td {
    text-align: left;
    color: #fff;
}
.tb02 .hyouzi {
    padding-top: 200px;
}
.item-loc02 {
    width: 340px;
}
.item-loc02 img {
    width: 100%;
}
.loc-img img {
    width: 100%;
}
.inner-inner {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}
.wht-txt-big-loc p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
    line-height: 130%;
    font-weight: 200;
    
}
.yel-bg .inner-area .bl-txt01 {
    font-size: 40px;
    text-align: left;
    color: #000;
    letter-spacing: 5px;
}
.yel-bg .inner-area .bl-txt02 {
    font-size: 16px;
    color: #000;
    text-align: left;
    
}
.yel-bg .inner-area .w-txt01 {
    font-size: 20px;
    color: #fff;
    text-align: left;
}
.yel-bg .inner-area .w-txt02 {
    font-size: 12px;
    color: #fff;
    text-align: left;
}
.yui01 {
    width: 478px;
}
.yui02 {
    width: 650px;
}
.school01 {
    width: 55%;
    padding-right: 5%;
}
.school02 {
    width: 40%;
}
.school03 {
    width: 280px;
}
/*----ROOM---------------------------------*/
#contents .yel-bg .s-txt {
    font-size: 12px;
    color: #000;
}
#contents .room h1 {
    font-size: 70px;
    color: #fff;
    text-align: center;
    font-family: serif;
    font-weight: 200;
    letter-spacing: 5px;
    margin-bottom: 15px;
    
}
#contents .room h2 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-family: serif;
}
#contents .room h3 {
    font-size: 26px;
    color: #000;
    text-align: center;
    font-weight: 200;
    padding-top: 30px;
}
#contents .room p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    
}
#contents .room .txt-r {
    text-align: right;
}
.room-btm {
    width: 1200px;
    padding-top: 30px;
}

/*---------------------------------------------*/
.ura {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../img/ura01.jpg");
    height: 1312px;
}
.ura01 {
    width: 46%;
    padding-right: 2%;
    padding-left: 2%;
     padding-bottom: 25px;
}
.ura01 p {
    color: #fff;
    font-size: 14px;
    line-height: 135%;
}
.ura01 h2 {
    color: #fff;
    font-family: serif;
    font-size: 26px;
    margin-bottom: 20px;
}
.ura-item h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 10px;
    text-align: left;
    font-weight: normal;
    line-height: 120%;
    padding-left: 20px;
}
.ura01 h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 10px;
}
.ura02 {
    width: 46%;
    padding-bottom: 5px;
} 
.ura .uraura {
    width: 550px;
    color: #fff;
    padding-top: 900px;
    padding-left: 30px;
}
.ura .uraura h2 {
    font-family: serif;
    font-size: 34px;
    padding-bottom: 20px;
}
.ura .uraura p {
    font-size: 22px;
    padding-bottom: 15px;
    line-height: 210%;
    font-weight: 200;
}
.his {
    background-image: url("../img/ura06.jpg");
    margin-top: 20px;
    height: 247px;
    background-size: cover;
}
.hishis {
    background-image: url("../img/ura07.jpg");
    height: 1139px;
    background-size: cover;
}
.his01 {
    width: 28.43%;
}
.his02 {
    width: 22.27%;
    font-size: 14px;
    color: #FFEFE1;
    line-height: 150%;
    padding-top: 80px;
}
.his03 {
    width: 21.75%;
}
.his04 {
    width: 27.54%;
    padding-top: 15px;
    font-size: 16px;
}
.his05 {
    width: 28%;
}
.his06 {
    width: 22%;

}
.his07 {
    width: 48.92%;
}
.his06 h2, .his07 h2 {
    font-size: 22px;
    color: #000;
    font-weight:bold;
    text-align: left;
}
.his06 p, .his07 p {
    font-size: 14px;
    text-align: left;
}
.chura p {
    font-size: 14px;
    color: #fff;
    padding-top:350px;
    text-align: left;
}
/*-----設備----------------------------------------*/
.k01 {
    width: 663px;
    padding-right: 30px;
}
.k02 {
    width: 315px;
    padding-right: 25px;
}
.k03 {
    width: 320px;
}
.kitchin {
    padding-bottom: 40px;
    border-bottom: solid 2px #000;
}
.kitchin h2 {
    font-family: serif;
    font-size: 20px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
}
.kitchin p {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 140%;
    color: #fff;
    text-align: left;
    
}
.kitchin2 {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: solid 2px #000;
    
}
.kitchin2 h2 {
    font-family: serif;
    font-size: 22px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
}
.kitchin2 p {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 140%;
    color: #fff;
    text-align: left;
    
}
.fas {
    padding-top: 80px;
    padding-bottom: 25px;
}
.fas h1 {
    font-size: 90px;
    color: #fff;
    font-weight:lighter;
    letter-spacing: 3px;
    font-family: Arial, Helvetica, "sans-serif";
    padding-left: 100px;
    
}
.fas p {
    font-size: 25px;
    color: #fff;
    line-height: 170%;
    font-family: serif;
    text-align: left;
}
.k04, .k05, .k06, .k07 {
    width: 23%;
}
.k10 {
    width: 770px;
    padding-right: 25px;
}
.k11 {
    width: 660px;
}
.bath {
    width: 48%;
}
.pow {

}
.pow h1 {
   font-size: 70px;
    color: #fff;
    font-weight:lighter;
/*    letter-spacing: 3px;*/
    font-family: Arial, Helvetica, "sans-serif";
    padding-left: 10px;
}
.powtop {
    width: 600px;
}
.powtop2 {
     width: 300px;
    padding-top: 20px;
}
.powtop2 p{
    font-size: 16px;
}
.powtxt p {
    width: 860px;
    padding-left: 15px;
    font-size: 16px;
}
.pow-item {
    width: 280px;
}
.powpow {
    padding-left: 15px;
    padding-top: 20px;
}
.pow-item2 {
    width: 280px;
}
.pow-item2 img {
    width: 160px;
}
.pow-item3 {
    width: 500px;
}
.pow-item3 img {
    width: 190px;
}
.pow-item4 {
    width: 380px;
}
.pow-item4 img {
    width: 160px;
}
.kanta1 {
    width: 444px;
}
.kanta2 {
    width: 300px;
    padding-left: 15px;
    padding-right: 15px;

}
.kanta3 {
    width: 560px;
}
.sec {
    padding-top: 100px;
}
.sec h1 {
    font-size: 90px;
    color: #fff;
    font-weight:lighter;
    letter-spacing: 3px;
    font-family: Arial, Helvetica, "sans-serif";
    
}
.sec p {
    font-size: 18px;
    color: #fff;
    line-height: 140%;
    font-family: serif;
    text-align: left;
    padding-left: 10px;
}
.const2 h2 {
    font-family: serif;
    font-size: 22px;
    padding-bottom: 10px;
    color: #fff;
    text-align: left;
}
.const2 p {
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 140%;
    color: #fff;
    text-align: left;
}
.con01, .con02, .con03, .con04 {
    width: 22%;
}
.const2 .con01 h2 {
    padding-bottom: 0px;
    margin-bottom: 0;
}
.toptxt h2 {
    font-family: serif;
    color: #fff;
    text-align: center;
    font-size: 60px;
}
.toptxt p {
    font-size: 20px;
    line-height: 200%;
    color: #fff;
    text-align: center;
    padding-bottom: 50px;
}
.img-header {
    width: 100%;
    overflow: hidden;
    background-image: url(../img/header01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.img-header img {
    width: 100%;
    height: auto;
}
.blg-bt a {
    display: block;
    width: 340px;
    background-color: #ED953E;
    text-align: center;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    color: #fff;
    box-shadow: 3px 6px 15px -5px #777777;
}
.blg-bt a:hover {
    box-shadow: 1px 1px 9px -5px #777777;
}
/*-------------------------------------------------------------------*/
.modal-open2 {
    display: inline-block;
}
.modal-open2:hover {
    cursor: pointer;
}
.modal-container2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container2:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container2.active{
	opacity: 1;
	visibility: visible;
}
.modal-body2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 50vw;
	width: 90%;
}
.modal-close2{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
.modal-content2{
	background: #EAAF25;
	text-align: left;
	padding: 30px;
    height: 600px;
}
.modal-content2 ul{
    margin-left: 20px;
    list-style: none;
    margin-top: 20px;
    font-size: 18px;
    margin-right: 20px;
}
.modal-content2 ul li{
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-bottom: solid 1px #fff;
    padding-left: 5px;
    color: #D28300;
}
.modal-content2 ul li a{
    color: #fff;
    text-decoration: none;
}
.modal-content2 ul li a:hover{
    color: #FBEFD3;
}
.modal-content2 p {
    color: #fff;
    font-size: 30px;
    padding-left: 20px;
    padding-bottom: 15px;
    font-weight: 200;
}
/*-------------------------------------------------------------------*/
.modal-open3 {
    display: inline-block;
}
.modal-container3{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 5px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
}
.modal-container3:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.modal-container3.active{
	opacity: 1;
	visibility: visible;
}
.modal-body3{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 90vw;
	width: 100%;
}
.modal-close3{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -25px;
	width: 40px;
	height: 40px;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
}
.modal-content3{
    background: rgba(255,255,255,75%);
	/*background: #EAAF25;*/
	text-align: left;
	padding: 10px;
}
.modal-content3 img {
    width: 100%;
}
.modal-content3 ul{
    list-style: none;
    margin-top: 20px;
    font-size: 14px;
}
.modal-content3 ul li{
    padding-bottom: 10px;
    margin-bottom: 25px;
/*    border-bottom: solid 1px #333;*/
    padding-left: 5px;
}
.modal-content3 ul li a{
    color: #333;
    text-decoration: none;
    font-weight: 200;
}