@charset "UTF-8";

main {
    background: #fff;
    margin-bottom:0px;
    height: auto;
    display: block;
    overflow: hidden;
	
}


.mv_wrapp {
   width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.mv_wrapp img {
    width: auto;
    height: 100%;
    max-width: inherit;
}

.mv_wrapp img.set {
   /*opacity: 0;*/
}

.mv_wrapp a:hover {
	opacity: 1;
}

.mainPhoto {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.mainPhoto a,.mainPhoto a img {
    width: 100%;
}



/**/

.mv_wrapp .swiper-slide {
    background-image: url(../image/top/mv_1_pc.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
}


.mv_wrapp .swiper-slide.slide1 {
   background: none;
    background-image: url(../image/top/mv3/mv_1_bg.jpg);
}
.mv_wrapp .swiper-slide.slide2 {
    background: none;
    background-image: url(../image/top/mv3/mv_2_bg.jpg);
}
.mv_wrapp .swiper-slide.slide3 {
   background: none;
    background-image: url(../image/top/mv3/mv_3_bg.jpg);
}
.mv_wrapp .swiper-slide.slide4 {
   background: none;
    background-image: url(../image/top/mv4/mv_4_bg.jpg);
}

.mv_wrapp .swiper-slide.slide2 span.mv_text2 {
width: calc(760 / 2000 *100%);
max-width: 600px;
    display: block;
    position: absolute;
    top: 5%;
    right: 30px;
}
.mv_wrapp .swiper-slide.slide3 span.mv_text3 {
width: calc(800 / 2000 *100%);
max-width: 600px;
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
}

.mv_wrapp .swiper-slide.slide2 span.mv_text2 img, .mv_wrapp .swiper-slide.slide3 span.mv_text3 img {
      width: 100%;
    height: auto;
    max-width: inherit;
}



.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,10px);
    width: 14px;
    height: 14px;
    border: 1px solid #ababab;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #477b5e;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 60px;
  width: 60px;
}
/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: cover;
  content: ""!important;
  height: 60px;
  margin: auto;
  width: 60px;
    position: absolute;
    bottom: 0;
    top: 0;
    transform: translate(-30%, -50%) ;
}

.swiper-button-prev::after {
    transform: translate(30%, -50%) rotate(-180deg);
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../image/top/mv2/mv_arrow.svg);
}
/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../image/top/mv2/mv_arrow.svg);
}

@media screen and (max-width: 768px) {
    
.mv_wrapp {
   width: 100%;
    height:auto;
}
.mv_wrapp img {
    width: 100%;
    height: auto;
    max-width: inherit;
}   
    

.mv_wrapp .swiper-slide.slide2 span.mv_text2, .mv_wrapp .swiper-slide.slide3 span.mv_text3 {
    display: none;
}   
    

.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  height: 30px;
  width: 30px;
transform: translate(15%, -50%) ;
}

.swiper-button-prev::after {
    transform: translate(-15%, -50%) rotate(-180deg);
}

}


.mv_movie {
        height: auto;
        width: 100%;
        position: relative;
}  
    
.mv_movie video {
    position: relative;
	object-fit: cover;
    width: 100%;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
vertical-align: bottom;
}
    
@media screen and (max-width: 768px) {  
.mv_movie {
   width: 100%;
    height:auto;
}
.mv_movie video {
    width: 100%;
    height: auto;
} 
  
    
}




.main_text_wrapp {
background: #fff;
padding: 0;
    margin-bottom:60px;
}

.do_text {
    position: relative;
}


.main_text_in {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    position: relative;
    overflow: hidden;
    padding: 20px 0;
    margin-bottom:50px;
        -webkit-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
        transition-timing-function: cubic-bezier(0.17, 0, 0.03, 1);
        background: #ecf7ee;
}

.do_text.on .main_text_in {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.main_text_in .open_text {
    margin: 20px auto 30px;
    width: 92%;
max-width: 850px;
}


.main_text_in h2, .main_text_in p {
    width: 80%;
    max-width: 900px;
    margin: 0 auto 25px;
}

.do_text.on .main_text_in {
    opacity: 1;
}

.main_text_in2 {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
        position: relative;
    overflow: hidden;
    padding: 25px 0;
    transition-delay: 0.3s;
    -webkit-transition-duration: 0.9s;
    -o-transition-duration: 0.9s;
    transition-duration: 0.9s;
        transition-timing-function: cubic-bezier(0.17, 0, 0.03, 1);
    background: #f1e3a3;
    background: -moz-linear-gradient(left,  #f1e3a3 0%, #98b7b2 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f1e3a3 0%,#98b7b2 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f1e3a3 0%,#98b7b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e3a3', endColorstr='#98b7b2',GradientType=1 ); /* IE6-9 */
    margin-bottom: 50px;
}

.do_text.on .main_text_in2 {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.main_text_in2 p {
     width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}


.main_text_wrapp .top_cv_bt {
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}


.main_text_wrapp .request_bt {
    width: 48%;
    max-width: 446px;
    margin: 0 auto 15px;
    overflow: hidden;
}

.main_text_wrapp .request_bt a {
    display: block;
    background:#A72126;
    padding: 20px 60px;
    position: relative;
    margin-bottom: 5px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*pointer-events: none;*/
}
.main_text_wrapp .request_bt.reserve a {
    background: #D1B259;
        background: #4A8F75;
}

.main_text_wrapp .request_bt a img {
position: relative;
    z-index: 2;
        vertical-align: middle;
}


.main_text_wrapp .request_bt a:hover {
opacity: 1;
}

.main_text_wrapp .request_bt a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background:#910101;
  transform: translate3d(-100%, 0, 0);
  transition: .3s;
}

.main_text_wrapp .request_bt.reserve a:before {
      background: #c39c2b;
        background: #35755d;
}

.main_text_wrapp .request_bt a:hover:before {
  transform: translate3d(0, 0, 0);
}

.main_text_wrapp .reserve_c {
    text-align: center;
        margin: 0 auto;
    font-size: 12px;
}


.main_text_wrapp .point_text {
    width: 98%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    color: #000;
}
.main_text_wrapp .point_text li {
        display: flex;
    align-items: center;
    padding: 10px 30px;
    border-left: 1px solid #000;
    font-size: min(2.2vw, 30px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
}
.main_text_wrapp .point_text li small {
    font-size: 13px;
}

.main_text_wrapp .point_text li:first-child {
    border: none;
}
.point_image {
    width: 94%;
	max-width: 1120px;
    margin: 0 auto;
	text-align: center;
	position: relative;
}

.point_image p {
   position: absolute;
	bottom:10px;
	right: 10px;
	color: #fff;
	font-size: 14px;
}



/***スライダー***/


.top_wrapp_in {
   position: relative;
    z-index: 2;
    margin-bottom: 200px;
}
.top_wrapp_in.house {
    margin-bottom: 100px;
}


.top_wrapp_in::before {
content: "";
    position: absolute;
    width: 20%;
    height: 110%;
    left: 0;
    background: #DBDAD6;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: -1;
}

.top_wrapp_in .image_text {
    position: absolute;
    width: 6.5%;
    top: 4%;
    left: 5vw;
    z-index: 10;
}

.contents_headarea {
    position: relative;
}

.top_wrapp_in h3 {
    font-size: min(3.5vw, 42px);
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    text-align: center;
    color:#000;
    margin-bottom: 30px;
}

.top_wrapp_in .to_btn {
    width: 80%;
    max-width: 450px;
    position: relative;
    margin: 0 auto 50px;
}
.top_wrapp_in .to_btn a {
    display: block;
    position: relative;
    background: #4A8F75;
    color: #fff;
    text-align: center;
    padding: 15px;
        font-size: min(2.0vw, 18px);
    font-weight: 600;
   border-radius: 20px 0px 20px 0;
    box-shadow: 0 2px 8px -1px rgb(200 200 200 / 50%), 0 0 12px #a5a5a5;
  transition:box-shadow 0.2s ease-in-out;
        -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.top_wrapp_in .to_btn a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 17px solid #fff;
    border-right: 0;
    top: 40%;
    right: 8%;
     -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.top_wrapp_in .to_btn a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    width: 10%;
    height: 2px;
    background:#fff;
    top: 50%;
    right: 9%;
     -webkit-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
}
.top_wrapp_in .to_btn a:hover {
    opacity: 1;
}


.top_wrapp_in .to_btn a:hover::before {
    top: 40%;
    right: 4%;
}
.top_wrapp_in .to_btn a:hover::after {
    width: 14%;
    right: 5%;
}

.slide_wrapp {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}

.slide_wrapp .slick-slide {
    margin-right: 10px;
}

.slide_cap {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 12px;
}

/***コンセプト***/
.contents_image.concept {
    position: absolute;
    width: 15%;
    bottom: -40px;
    right: 3vw;
}

.top_wrapp_in.concept .image_text {
    position: absolute;
    width: 11%;
    top: 4%;
    left: 5vw;
    z-index: 10;
}



/**ロケーション**/
.top_wrapp_in.location::before {
content: "";
    position: absolute;
    width: 20%;
    height: 110%;
    left: inherit;
    right: 0;
    background: #82d9b9;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    z-index: -1;
}

.top_wrapp_in.location h3 {
    color: #000;
}

.top_wrapp_in.location .image_text {
    position: absolute;
    width: 12%;
    top: 4%;
    left: inherit;
    right: 3vw;
    z-index: 10;
}
.top_wrapp_in.location .to_btn a {
    background: #1a9f67;
}

.contents_image.location_1 {
    position: absolute;
    width: 20%;
    bottom: -50px;
    left: 0;
}
.contents_image.location_2 {
    position: absolute;
    width: 13%;
    top: -10vw;
    right: 12vw;
}


/**クオリティ**/
.top_wrapp_in.house::before {
content: "";
    background: #F4F0DF;
}

.top_wrapp_in.house h3 {
    color: #000;
}

.top_wrapp_in.house .image_text {
    position: absolute;
    width: 4.5%;
}
.top_wrapp_in.house .to_btn a {
    background: #BFAD5D;
}


.contents_image.home_1 {
    position: absolute;
    width: 13%;
    top: 4vw;
    left: 10vw;
}
.contents_image.home_2 {
    position: absolute;
    width: 20%;
    bottom: -50px;
    right: 0;
}

/***トップ下部***/

.town_gude_bt {
    width: 94%;
    max-width: 1200px;
    margin:0px auto 50px;
}


.sns_container {
    width: 90%;
    max-width: 820px;
    padding: 25px 50px 20px;
    margin: 50px auto;
    border-radius: 15px;
}
.sns_container .ttl {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 20px;
}
.sns_container .sns_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 28px;
}
.sns_container .sns_link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sns_container .sns_link li {
	margin-bottom: 28px;
}

.sns_container .sns_link li:last-of-type {
	margin-bottom: 0;
}

.sns_container .sns_link li.w1 {
	width: 100%;
}

.sns_container .sns_link li.w1 a {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.sns_container .sns_link li.w2 {
	width: calc(70% / 2);
	margin-left: 15px;
	margin-right: 15px;
}

@media screen and (max-width: 768px) {
	.sns_container {
		padding: 20px 15px;
		margin: 10px auto 30px;
	}

	.sns_container .ttl {
		font-size: 18px;
	}

	.sns_container .txt {
		font-size: 12px;
	}

	.sns_container .sns_link li {
		width: calc(90% / 2);
	}

	.sns_container .ig {
		width: 60%;
	}

	.sns_container .sns_link li.w1 a {
		width: 80%;
	}

	.sns_container .sns_link li.w2 {
		width: calc(90% / 2);
		margin-left: auto;
		margin-right: auto;
	}
	
	.point_image p {
		bottom:5px;
		right: 5px;
		font-size: 10px;
	}
	
	
	
	
}



.top_under {
    background: #fff;
    padding:50px 10px 0;
    margin: 0;
}
.top_under .top_info h4 {
    width: 80%;
    max-width: 244px;
    margin: 0 auto 30px;
}

.top_under .top_info ul {
    width: 90%;
    max-width: 770px;
    margin: 0 auto 30px;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 25px 0;
    text-align: center;
}


.top_under .top_info ul li {
    display: flex;
    justify-content: center;
    font-size: min(1.9vw, 17px);
}
.top_under .top_info ul li span {
    display: inline-block;
    margin-right: 25px;
}

.topfoot_btnOther {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content:center;
    align-items: center;
}

.topfoot_btnOther li {
    margin: 0 10px;
}
.topfoot_btnOther li a {
    display: flex;
    align-items: center; 
}

.topfoot_btnOther a img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}


.special_wrapp{
padding-top: 50px;
    margin-bottom: 50px;
}
.special_wrapp .l-special_title {
    max-width: 1300px;
    width:96%;
    min-height: 45px;
    padding: 7px;
    font-size: 35px;
    letter-spacing: 0.1em;
    font-weight: normal;
    background: #c7e9d3;
    color: #333333;
    margin: 0 auto 20px;
    text-align: center;
}

.slider_spe {
    display: flex;
        justify-content: space-between;
     max-width: 1300px;
    width: 96%;
    margin: 0 auto;
}
.slider_spe div {
    width: 24.5%;
}

#spe_bunner.slider_spe01 a {
    margin: 0 30px;
}


@media screen and (max-width: 768px) {

.main_text_in {
    margin-bottom: 20px;
}  
    
    
.main_text_in2 p {
    width: 70%;
} 
    
.main_text_in .open_text {
    margin: 0 auto 20px;
    width: 90%;
}


.main_text_wrapp .request_bt {
    width: 70%;
    max-width: initial;
    margin: 0 auto 15px;
    overflow: hidden;
}
.main_text_wrapp .request_bt a {
        padding: 10px 60px;
}  
    
.main_text_wrapp .reserve_c {
    font-size: 12px;
        margin: 0 auto;
}
    
.main_text_wrapp .point_text {
    width: 98%;
    margin: 0 auto 30px;
    align-items: center;
}
    
.main_text_wrapp .point_text li {
    padding: 10px 15px;
    font-size: min(3.8vw, 30px);
    text-align: center;
    width: 45%;
} 
    
.main_text_wrapp .point_text li small {
    font-size: min(2.8vw, 20px);
}
    
.main_text_wrapp .point_text li {
    display: block;
} 
    
.main_text_wrapp {
    margin-bottom: 40px;
}
   
.top_wrapp_in {
    margin-bottom: 150px;
}
    
    
.top_wrapp_in h3 {
    font-size: min(5.5vw, 52px);
    text-align: right;
    margin-right: 3%;
    margin-bottom: 20px;
}
  
.top_wrapp_in .to_btn {
    width: 70%;
    max-width: initial;
    position: relative;
    margin: 0 auto 30px;
    margin-right:3%;
    margin-left:25%;
} 
    
.top_wrapp_in .to_btn a {
    padding: 15px 5px;
    font-size: min(3.5vw, 22px);
}
.top_wrapp_in.concept .to_btn a {
    padding: 15px 15px 15px 25px;
    text-align: left;
}  
    
.top_wrapp_in .to_btn a::before {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
    top: 40%;
    right: 8%;
}

.contents_image.concept {
    position: absolute;
    width: 22%;
    bottom: auto;
    right: auto;
    top: -25%;
    left: 5%;
}   
    
.top_wrapp_in .image_text {
    position: absolute;
    width: 12%;
    top: 10%;
    left: 3vw;
    z-index: 10;
}
    
.top_wrapp_in.concept .image_text {
    position: absolute;
    width: 9%;
    top: 6%;
    left: 5vw;
    z-index: 10;
}
    
    
/***ロケーション***/ 
    
.top_wrapp_in.location h3 {
    text-align: left;
    margin-left: 8%;
} 
    
.top_wrapp_in.location .image_text {
    width: 9%;
    right: 5vw;
    top: 6%;
} 
    
    
.top_wrapp_in.location .to_btn {
    width: 70%;
    max-width: initial;
    position: relative;
    margin: 0 auto 30px;
    margin-right: 25%;
    margin-left: 3%;
}  
.top_wrapp_in.location .to_btn a {
    padding: 15px 5px 15px 15px;
    text-align: left;
}     
.contents_image.location_1 {
   display: none;
}
    
.contents_image.location_2 {
    position: absolute;
    width: 25%;
    top: -18vw;
    right: 4vw;
}
   
    
/***クオリティ***/  
    
 .contents_image.home_1 {
    position: absolute;
    width: 35%;
    top: -18vw;
    left: 2vw;
}   
.top_wrapp_in.house .image_text {
    position: absolute;
    width: 9%;
}
   
.contents_image.home_2 {
    position: absolute;
    width: 35%;
    bottom: auto;
    right: 0;
    top: -33vw;
} 
    
.top_wrapp_in.house h3 {
    margin-right: 5%;
}
.top_wrapp_in.house .to_btn {
      width: 70%;
    max-width: initial;
    position: relative;
    margin: 0 auto 30px;
    margin-left: 25%;
    margin-right: 3%;
}
.top_wrapp_in.house .to_btn a {
    padding: 15px 5px 15px 35px;
    text-align: left;
} 
    
/***スペシャルコンテンツ***/  
    
.special_wrapp .l-special_title {
    font-size: 25px;
    letter-spacing: 0.05em;
}
    
.slider_spe {
    display:block;
    width: 96%;
    margin: 0 auto;
}
.slider_spe div {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}   
    
    
/***インフォメーション***/    
.top_under .top_info h4 {
    width: 60%;
    max-width:inherit;
    margin: 0 auto 30px;
}  
.top_under .top_info ul li {
    display: block;
    font-size: 14px;
    text-align: left;
}   
.top_under .top_info ul li span {
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}  
.top_under .top_info ul li p {
        font-size: 15px;
}  
    
    
}


.top_info {
    width: 94%;
    max-width: 900px;
    margin: 0 auto 50px;
    border: 3px solid #8fc499;
    padding: 15px;
    text-align: center;
        display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.top_info span {
    font-weight: 400;
    font-size: min(4.5vw, 22px);
    letter-spacing: 0.1em;
margin-right: 20px;
border-right: 1px solid #d0d0d0;
padding-right: 20px;
width: 26%;
display: inline-block;
}

.top_info span img {
    width: 100%;
    vertical-align:middle;
}
.top_info p {
    display: inline;
    text-align: left;
    width: 50%;
}


@media screen and (max-width: 768px) {

    .top_info {
        width: 90%;
        max-width: 900px;
        margin: 0 auto 30px;
        border: 3px solid #8fc499;
        padding: 10px;
        display: block;

    }

    .top_info span {
    margin-right: 0px;
    border-right: none;
    padding-right: 0px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 10px;
    display: block;
    width: 50%;
    margin: 0 auto 15px;
    }
    
.top_info p {
font-size: min(3.3vw, 20px);
    }
    
}


/*＝＝＝プロモ追加＝＝＝*/

/*TOPフローティングバナー */

@media screen and (max-width: 768px) {

 .bannercam {
    position: fixed;
    bottom: 68px;
    right: 0;
    width: 230px;
    height: 197px;
    z-index: 1001;
    background-color: #fff;
    text-decoration: none;
    transition: .3s;
}
	
	
.bannercam-relative{ 
  position:relative;
  width:100%;
  height:auto; 
	z-index:1001;
} 
.bannercam-image{
  position:absolute;
  top:0;
  right:0;
  width:100%; 
  height:auto; 
	z-index:1001;
}
.bannercam-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 23px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
    z-index: 1002;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.bannercam:hover {
    opacity: 0.9;filter: brightness(120%);
    }
}



@media screen and (min-width: 768px) {

/*TOPフローティングバナー */
.bannercam{
  position:fixed;
  bottom:0; 
  right:0; 
  width:428px; 
  height:425px; 
	z-index:1001;
background-color: #fff;
    text-decoration: none;
    transition: .3s;
}
.bannercam-relative{ 
  position:relative;
  width:428px;
  height:425px; 
	z-index:1001;
} 
.bannercam-image{
  position:absolute;
  top:0;
  right:0;
  width:428px; 
  height:425px; 
	z-index:1001;
}
.bannercam-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    z-index: 1002;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}


.bannercam:hover {
    opacity:1;filter: brightness(110%);
    }
    
}


/*----------------------------------------
SNSボタン
----------------------------------------*/

.snsIcon {
    text-align: center;
}

.snsIcon h3 {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 36px;
    border: none;
    font-size: 40px;
    letter-spacing: 0;
    font-weight: bold;
	line-height: 1;
}
       
.snsIcon h3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(-25deg);
}
       
.snsIcon h3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background: #000;
    border-radius: 3px;
    transform: rotate(25deg);
}

.snsIcon ul {
	display: flex;
	align-items: center;
	width: 94%;
	max-width: 1120px;
	margin: 0 auto 80px;
}

.snsIcon ul li {
	width: 33.33%;
	height: 110px;
}

.snsIcon ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}


.snsIcon ul li.snsYoutube a {
	background: #EFE8E3;
}

.snsIcon ul li.snsYoutube img {
	max-width: 205px;
	max-height: 47px;
	width: 75%;
}

.snsIcon ul li.snsInsta a {
	background: url("../image/common/sns_insta_bg.jpg") no-repeat 50% 50%;
	background-size: cover;
}

.snsIcon ul li.snsInsta img{
	max-width: 70px;
	max-height: 70px;
	width: 25%;
}

.snsIcon ul li.snsTiktok a {
	background: #000;
}

.snsIcon ul li.snsTiktok img {
	max-width: 56px;
	max-height: 64px;
	width: 20%;
}

@media screen and (max-width: 767px) {
	
.snsIcon h3 {
    margin-bottom: 15px;
    font-size: 17px;
}	
	
.snsIcon ul li {
    height: 55px;
}	
	
.snsIcon h3:before,.snsIcon h3:after {
    width: 2px;
}
       
	
	
}


@media screen and (min-width: 768px) and (max-width: 1023px) {

	.snsIcon ul li {
		height: 70px;
	}	
	
	.snsIcon ul li.snsYoutube img {
		width: 65%;
	}

	.snsIcon ul li.snsInsta img{
		width: 19%;
	}

	.snsIcon ul li.snsTiktok img {
		width: 17%;
	}
	

}




/*----------------------------------------
GW、お盆の休暇
----------------------------------------*/
.holiday {
	margin: 80px auto;
	text-align: center;
}

.holiday .border {
	display: inline-block;
	padding: 20px 50px;
	border: 2px solid #3e3a39;
}

.holiday .title {
	font-size: 18px;
	margin-bottom: 10px;
}

.holiday p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8;
}

.holiday .textSmall {
	font-size: 14px;
}



@media screen and (min-width: 320px) and (max-width: 767px)  {
	.holiday {
		margin: 40px auto;
	}

	.holiday .border {
		padding: 20px 25px;
	}
	
	.holiday .title {
		font-size: 16px;
	}

	.holiday p {
		font-size: 14px;
		font-weight: 600;
	}

	.holiday .textSmall {
		font-size: 12px;
	}
	

}



/*----------------------------------------
ポップアップバナー
----------------------------------------*/

.popupBnr {
	display: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 100;
}
.closeBtn {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 20px;
}

@media screen and (min-width: 320px) and (max-width: 767px)  {
	
.popupBnr {
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100% - 140px);
}
	
	
}



/*----------------------------------------
乾太くんバナー
----------------------------------------*/

.topBnr {
	text-align: center;
	margin: 0 auto 60px;
	width: 94%;
	max-width: 1120px;
}

@media screen and (min-width: 320px) and (max-width: 767px)  {
	.topBnr {
		margin: 0 auto 30px;
	}
	
}
