@charset "UTF-8";

body {
	background: url(/customhome/cafedesmile/file/img/common/bg_grain.jpg);
}
header .inner {
	display: none;
}

/*------------mv------------*/
.MV{
	display: block;
	position: relative;
}
.MV .inner {
	margin: 5px 4vw 0;
}
.MV h1{
	padding: 0 0 10px 0;
}
.MV h1 img{
	width: 25%;
	height: auto;
}
.MV .mv-copy {
	content: '';
	position: absolute;
	left: 10vw;
	top: 20vh;
	z-index: 1;
}
.MV .mv-copy img{
	width: 50vw;
	height: auto;
}

.MV .slick-dots li{
	display: none;
}
.MV .slick-slide img{
	width: 100%;
	aspect-ratio: 178 / 83;
	object-fit: cover;
}

.MV .mv-copy2 {
	content: '';
	position: absolute;
	left: 20vw;
	bottom: 5vh;
	z-index: 1;
}
.MV .mv-copy2 img{
	width: 55vw;
	height: auto;
}
.MV .mv-copy3 {
	content: '';
	position: absolute;
	left: 18vw;
    bottom: 3vh;
	z-index: 1;
}
.MV .mv-copy3 img{
	width: 63vw;
	height: auto;
}



/*----------------------------*/

/*------------共通------------*/
section .flex-box {
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
}
section {
	padding: 80px 0;
}
section .inner{
	width: 1000px;
	margin: 0 auto;
}

section .inner h3{
	font-size: 2.0rem;
	font-weight: 700;
}
section .inner .ttl-area {
    font-size: 2.0rem;
    line-height: 2.0;
	padding: 0 0 40px 0;
	text-align: center;
}
section .txt{
	text-align: center;
	font-size: 1.8rem;
	padding-bottom: 2em;
}

section .btn-W a {
        background: #ffffff url(https://sumaiida.com/customhome/cafedesmile/file/img/common/icn_arrow.svg) no-repeat center right 10px;
	color: var(--txtcolor);
	background-size: 25px;
	font-size:1.6rem
    }
section .btn-W a:hover {
	        background: #ffffff url(https://sumaiida.com/customhome/cafedesmile/file/img/common/icn_arrow.svg) no-repeat center right 7px;
	background-size: 25px;
    }

.section-title-c {
  position: relative;
font-size: 3.4rem;
  font-weight: bold;
  margin: 20px 0px 50px 0px;
	text-align: center;
}

.section-title-c .en {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: rgba(255, 165, 0, 0.15);
  font-weight: bold;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

.section-title-c .jp {
  position: relative;
  z-index: 1;
}

/*----------------------------*/

/*------------#company--------------*/


.company-box{
	
   padding: 2em;
   background: none;
   border: 1px solid #ccc;
   position: relative;
}

.company-box:after {
   background-color: #feffe9;
   border: none;
   content: '';
   position: absolute; 
   top: 7px;
   left: 7px;
   width: 100%;
   height: 100%;
   z-index: -1;
}

.ighd-logo-icon-box{
	position: absolute;
	top: -30px;
    left: 450px;
    width: 60px;
}

.company-list-name{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    width: 100%;
    margin: 0 auto;
}

ul.company-list-name li {
    padding: 10px 15px;
	width:25%;

}

.company-box-text{
	text-align: center;
font-size:21px;
font-weight: bold;
}

.company-box-list{
	margin-top: 16px;
	font-size:23px;
}

/*.iida-logo{
	width:300px;

}*/



/*----------------------------*/

/*------------#section01--------------*/

#section01{
position: relative;
padding:30px 0px 0px;}

.line-span{
	background: linear-gradient(transparent 70%, #fff799 85%);
	font-weight: bold;
}


.section01-text p{
	font-size:1.8rem;
text-align: center;
}



/*建築費を見る　ボタン*/
.btn-plan{
	display:flex;
	background-color: #eb6100;
	width:400px;
	align-items: center;
	padding:10px;
	margin: 30px auto;
	transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
	
}
.btn-plan:hover{
	background-color: #d35400;   
}


.btn-plan-icon{
	width:80px;
}

.btn-plan-l{
	width:40%;
	text-align: center;
}
.btn-plan-r{
	width:60%;
}

.btn-plan-text{
	color:white;
font-size: 1.8rem;
    font-weight: bold;
}





@media screen and (min-width:768px) {
	.sp-only{
		display:none;
	}}



/*  h2デザイン　左詰め
.section-title-l {
  position: relative;
font-size: 3.4rem;
  font-weight: bold;
  margin: 20px 0 50px;
}

.section-title-l .en {
  position: absolute;
  left: 23%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: rgba(255, 165, 0, 0.15);
  font-weight: bold;
  white-space: nowrap;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width:1500px) {
.section-title-l .en {left: 50%;}
}

.section-title-l .jp {
  position: relative;
  z-index: 1;
}*/

/*@media screen and (min-width: 768px) and (max-width: 1500px) {

	.plan-block {
  display: block;

}
	.plan-block-left{
		width:100%;
	}	
	.plan-block-right{
		width:100%;text-align: center;
	}	.plan-block-left img{
		width:100%;
	}
	
	.back-plan{
		position: static;
	}
	
	.btn-plan{
		padding:10px 40px;
	}
	
	#section01{
		padding:0px!important;
	}

}*/



/*------------#Jitsurei------------*/

#Jitsurei{
	padding-top:100px;
}

#Jitsurei .jitsurei-contents ul li{
	width: 24%;
	padding-bottom: 4em;
}
#Jitsurei .jitsurei-contents ul li a{
	display: block;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .4);
}
#Jitsurei .jitsurei-contents ul li a:hover{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
}
#Jitsurei .jitsurei-contents ul li p{
	font-size: 1.8rem;
	padding: 10px 0;
}
#Jitsurei .jitsurei-contents ul li img{
	width: 100%;
	height: auto;
}

@media screen and (max-width:767px) {
	
	#Jitsurei{
	padding-top:30px;
}
}

/*------------------------------------*/

/*------------#Ighd------------*/

#Ighd{
	background-image: url(/_assets/images/customhome/cafedesmile/top/back-company.jpg);
    background-position: 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
	background-position: left bottom;
}


#Ighd .inner{
	background:white;
	padding:5em;
}

#Ighd .ighd-contents li{
	width: 45%;
}
#Ighd .ighd-contents li a{
	display: block;
	text-align: center;
	background-color: #ffffff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .4);;
}
#Ighd .ighd-contents li a:hover{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
}
#Ighd .ighd-contents li p{
	font-size: 1.8rem;
	padding: 10px 0;
}
#Ighd .ighd-contents li img{
	width: 100%;
	height: auto;
}

.ighd-logo-icon{
	width:25px!important; 
	vertical-align: middle;
}



/*------------------------------------*/

/*------------#Recommend------------*/
#Recommend{
background: var(--bgcolor) url(/customhome/cafedesmile/file/img/common/bg_texture25.png);
}
#Recommend .inner{
	background-color: #ffffff;
	padding: 30px 60px 60px;
}
#Recommend .recommend-content{
	
}
#Recommend .recommend-contents li{
 	width: 100%;
	gap: 2.5% 2.5%;
	padding-bottom: 10px;
	border-bottom: solid 1px #3E2619;
	margin-bottom: 10px;
}
#Recommend .recommend-contents li:last-child{
	border-bottom: none;
}
#Recommend .recommend-contents li img {
	width: 10%;
	height: auto;
}
#Recommend .recommend-contents li div:first-of-type {
	width: 60%;
}
#Recommend .recommend-contents li .btn {
	width: 25%;
}
#Recommend .btn a {
        background-color: #73b357;
	border-radius: 50px;
    padding: 10px;
    }
#Recommend .btn a:hover {
	        background-color: #639e4a;
    }

.recommend-text{
	text-align: center;
	margin-bottom:50px;
	font-size:20px;
}


/*------------#Member------------*/

#member .member-contents ul{
	/*margin-bottom: 30px;*/
	align-items: stretch;
}
#member .member-contents ul li{
	width: 30%;
	background-color: #fff3cc;
	border-radius: 30px;
	text-align: center;
	font-size: 1.8rem;
    padding: 30px 20px 50px 20px;
	    margin-bottom: 50px;
}

#member .member-contents .btn:first-of-type a{
	margin-bottom: 20px;
	color: var(--txtcolor);
    background-color: #ffd814;
	background-image: none;
}
#member .member-contents .btn:first-of-type a:hover{
	background-color: #f1cc0e;
	background-image: none;
}

.member-orange{
color:#f15a24;	
	
}


.member-icon{
	
	width:60%;
	padding-bottom: 20px;
}

.member-parts{
	position: absolute;
	left:0;
	top:-30px;
	width:15%;
}

#member .member-contents ul li{
	position: relative;
}


.member-contents{
	
	margin:40px 0px 80px 0px;
}

.member-btn-text{
	text-align: center;
	font-size: 25px;
    padding-bottom: 20px;
}

.member-text01,.member-text02{
	text-align: center;
}

.member-text01{
	font-size:20px;
}

.member-text02{
	font-size:28px;
	margin-bottom:70px;
}

/*------------------------------------*/

/*------------#Kodawari------------ */
#Kodawari {
	background-image: url(/_assets/images/customhome/cafedesmile/top/bk_kodawari.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

#Kodawari .kodawari-contents div.btn:nth-of-type(2) {
	margin-bottom: 20px;
}


.kodawari-contents-txt{
	text-align: center;
	color: #ffffff;
	font-weight: 700;
	text-shadow: #000000 1px 1px 0.2em;
	font-size: 2.0rem;
	padding:40px 0px 30px;
}

.hiraya-text{
	text-align: center;
}
.hiraya-text a{
	color: #ffffff;
	font-weight: 700;
	text-shadow: #000000 1px 1px 0.2em;
	font-size: 17px;
}

.hiraya-text img{
	vertical-align: middle;
}

/*------------------------------------*/

/*------------#Reserve------------*/
#Reserve{
background: var(--bgcolor) url(/customhome/cafedesmile/file/img/common/bg_texture25.png);
}
#Reserve .reserve-contents ul{
	align-items: stretch;
}
#Reserve .reserve-contents li{
	width: 45%;
	text-align: center;
	background: #ffffff;
	border-radius: 10px;
	padding: 10px 30px;
}
#Reserve .reserve-contents li > * {
	margin-bottom: 20px;
}
#Reserve .reserve-contents li:last-child h3{
	padding-top: 10px;
}
#Reserve .reserve-contents .btn a{
	border-radius: 50px;
}
#Reserve .reserve-contents li:first-child .btn-reserve a{
	    background: #F44F1C;
}
#Reserve .reserve-contents li:first-child .btn-reserve a:hover{
	    background: #D4380F;
}
#Reserve .reserve-contents ul li:last-child .btn a{
	padding: 13px;
}
#Reserve .reserve-contents ul li:last-child .btn a img{
	vertical-align: middle;
    padding-right: 5px;
}
#Reserve .reserve-contents ul li:last-child .btn-tel a{
	font-size: 1.3em;
	background-image: none;
}
#Reserve .reserve-contents ul li:last-child .btn-tel a:hover{
	background-image: none;
}

/*------------------------------------*/

/*------------#News------------*/

#News{
	
	background-image: url(/_assets/images/customhome/cafedesmile/top/back-news.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	
}
#News .news-contents ul{
	margin-bottom: 2em;
}
#News .news-contents ul li{
	width: 30%;
}
#News .news-contents ul li h4{
	padding: 10px;
}
.news-contents ul li.hoverOpacity .detail .date, .news-contents ul li.hoverOpacity .detail .Category, .news-contents ul li.hoverOpacity .detail .body, .news-contents ul li.hoverOpacity .more, .news-contents ul li.BlogThumbnailNextLink{
    display: none;
}

#News .news-contents ul li a{
	display: block;
	background-color: #ffffff;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, .4);;
}
#News .news-contents ul li a:hover{
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .4);
}


#News .inner{
	
	background: white;
	padding:5rem;
}


/*------------#Sumaiida------------*/
#Sumaiida h3{
	margin-bottom: 20px;
}
#Sumaiida .btn{
	margin-bottom: 40px;
}
#Sumaiida .btn a{
	background-color: #64a8d1;
}
#Sumaiida .btn a:hover{
	background-color: #5794b9;
}


.sumaiida-text{
	text-align: center;
	font-size:30px;
	padding-bottom:30px;
}

.sumaiida-link{
	text-align: center;
	padding-bottom:60px;
	font-size:20px;
}

.sumaiida-block{
	padding-bottom:50px;
}

/*------------------------------------*/


/*------------PCのみ------------*/

/*mv*/

@media screen and (max-width:1023px) {
	
	.MV .mv-copy img {
    width: 80vw;
	height: auto;}
}

@media screen and (max-width:1900px) {
	
	.MV .mv-copy2 {
	content: '';
	position: absolute;
	left: 0vw;
	bottom: 5vh;
	z-index: 1;
}
	
.MV .mv-copy2 img{
	width: 100vw;
	height: auto;
	}}


@media screen and (max-width:766px) {
	
	.MV .mv-copy2 {display: none;}
	.MV .mv-copy3 {display: block;}
	
	}
		
@media screen and (min-width:767px) {
	
		.MV .mv-copy2 {display: block;}
		.MV .mv-copy3 {display: none;}
	
	}

/*#plan*/

@media screen and (min-width: 1537px) {
#Plan {
    background-position: 0px -210px;
    height: 27vw;
}
}	
@media (min-width: 1280px) and (max-width: 1536px) {
#Plan {
    background-position: 0 -80px;
    height: 32vw;
}
}	
@media (min-width: 768px) and (max-width: 1024px) {
  section .inner{
	width: 95%;
}
}


@media screen and (min-width:768px) {
	header {
		padding: 85px 20px 0;
        position: fixed;
        top: 0px;
        right: 0px;
        z-index: 2;
        background: #fff;
        width: 100%;
	}
	header .logo-area{
		position: absolute;
		top: 22px;
		left: 70px;
	}
	header .logo-area img{
		width: 300px;
		height: auto;
	}
	header .right {
		right: 70px;
	}
	main {
		margin:90px 0 0;
	}
	}

/*------------------------------------*/
/*------------SPのみ------------*/

@media screen and (max-width:767px) {
	
/*共通*/
    body {
        position: relative;
    }
	header {
		padding: .4vw;
        z-index: 3;
	}
    main {
        padding-top: 50px;
	}
	header .right {
        position: fixed;
        top: 0px;
        background: #fff;
        padding: 10px 4.5% !important;
        right: 0 !important;
	}
     header .right .btn-reserve {
        margin-right: 2% !important;
    }
     header .right .btn-login2 a,
     header .right .btn-login a {
        padding: .7em 2em !important;
    }
section .btn-W a {
    background: #ffffff url(https://sumaiida.com/customhome/cafedesmile/file/img/common/icn_arrow.svg) no-repeat center right 3%;
    color: var(--txtcolor);
    background-size: 5vw;
}
section .btn-W a {
    background: #ffffff url(https://sumaiida.com/customhome/cafedesmile/file/img/common/icn_arrow.svg) no-repeat center right 3%;
    color: var(--txtcolor);
    background-size: 5vw;
}
	
section {
	padding: 30px 0;
}
section .inner{
	width: 92%;
}
section .txt {
    font-size: 1.6rem;
    padding-bottom: 2em;
	line-height: 1.6;
}
	section .inner .ttl-area {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 0px 0 20px 0;
}

section .inner h3 {
    font-size: 1.8rem;
}
	
	.section-title-c {
  
font-size: 2.2rem;
		margin: 20px 0px 20px 0px;
  
}
	
	.section-title-c .en {
  font-size: 40px;

}
	
/*mv*/
	
	.MV .slick-slide img {
    height:35vh;
}
.MV .mv-copy {
    left: 4vw;
    top: 10vh;
}
	
	.MV h1 img {
    width: 55%;
	height: auto;
}
	
/*---company---*/
	#company{
	padding:18px 5px;
	}
	
	.company-box{
		padding:13px 0px 8px;
	}
	
	ul.company-list-name li{
		padding:3px 10px;
	}
	
	.ighd-logo-icon{
		width: 20px !important;
	}
	
	.company-list-name{
	padding: 0px 10px;
		width:100%;
}


	.company-box-text{
font-size:15px;line-height: 14px;

}

	ul.company-list-name li {
    width: 40%;
}
	
/*---#section01--*/

#section01{
	padding: 10px 0;
}
	
.section-title-l{
font-size: 2.4rem;
	text-align: center;
	margin: 20px 0 30px;}
	
.section-title-l .en {
  font-size: 45px;
  left: 50%;
}
.plan-block {
  display: block;
	width:100%;
}
/*
.plan-block-left {
 display:none;
}
.plan-block-right{
width:100%;
 padding: 0px;}
	
	.plan-block-right p{
	font-size:1.6rem;
	padding-left: 0px;
}
	
	*/
	
.btn-plan-icon{
		width:70px!important;}
	
	.btn-plan{
		margin: 30px auto 0;
	}
	
	
	
	.btn-plan{
	width:100%;
}
	.btn-plan-text{
		font-size:18px;
	}
	.pc-only{
		display: none;
	}
	
	.btn-plan{
		padding:10px 40px;
	}
	
	.section01-text p{
	font-size:1.6rem;
	padding-bottom:0em;
	}
	

	.plan-block-r {
  width: 100%;
}
	
	.section01-slider {
    display: none;
  }
  .section01-slider-sp {
    display: block;
  }
  .plan-block {
    display: block;
    width: 100%;
  }
  .plan-block-r {
    width: 100%;
  }
	
	
/*#Ighd*/
#Ighd .ighd-contents li {
    width: 100%;
    margin-bottom: 20px;
}
#Ighd .ighd-contents li p {
    font-size: 1.6rem;
}	
	#Ighd .inner{
	padding:1.5em;
}

/*#Jitsurei*/
	
	/*#Jitsurei{
padding: 0px 0 30px;	
}*/
#Jitsurei .jitsurei-contents ul li p {
    font-size: 1.3rem;
    padding: 10px 0;
}
#Jitsurei .jitsurei-contents ul li {
    width: 46%;
    padding-bottom: 2em;
}

/*#member*/	
	.member-contents{
		
		    margin: 30px 0px;
	}
#member .member-contents ul li {
    width: 100%;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    text-align: left;
    align-items: center;
	padding: 10px 10px;
	    margin-bottom: 15px;
}

#member .member-contents ul li p{
		width: 75%;
	}
	
	.member-text{
		font-size: 20px;
	padding-top:0px;
}
	
	.member-parts{
		width:5%;
		top:-10px;
	}
	.member-icon{
		width:25%;
		padding-bottom: 0px;
		padding-right: 10px;
	}
	
	.member-text01{
		font-size:15px;
		
	}
	.member-text02{
		font-size:18px;
		margin-bottom:30px;
	}
	
	.member-btn-text{
		font-size: 20px;
		padding:15px;
	}
/*#Recommend*/
#Recommend .inner {
    padding: 30px 18px 30px;
}
#Recommend .recommend-contents li {
    justify-content: center;
    gap: 10px;
	align-items: flex-start;
	padding-bottom: 1em;
    margin-bottom: 1em;
}
#Recommend .recommend-contents li p{
		font-size: 1.4rem;
	}
#Recommend .recommend-contents li img {
    width: 26%;
	height: auto;
}
#Recommend .recommend-contents li .btn {
    width: 80%;
}
#Recommend .recommend-contents li div:first-of-type {
    width: 70%;
}
#Recommend .inner {
        padding: 30px 18px 10px;
}
	
	.recommend-text{
	margin-bottom:30px;
		font-size:16px;
}
	
/*#News*/
#News .news-contents ul li {
    width: 100%;
}
#News .news-contents .newsDetails{
	display: flex;
    margin-bottom: 20px;
	font-size: 1.4rem;
	}
#News .news-contents .newsDetails .photoWrap{
	width: 35%;	
	}
	
	#News .inner{
		padding:1em;
	}
	
/*#Kodawari*/
#Kodawari{
		background-position: center;
}
#Kodawari .kodawari-contents .txt p{
		font-size: 1.8rem;
		line-height: 1.8;
}
	
/*#Reserve*/
#Reserve .reserve-contents li {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
}
	#Reserve .reserve-contents li p{
		font-size: 1.6rem;
		line-height: 1.6;
	}
#Reserve .reserve-contents li > * {
    margin-bottom: 15px;
}
#Reserve .reserve-contents ul li:last-child .btn a {
    padding: 10px;
}
	
	
/*#sumaiida*/	
	
	.sumaiida-text{
		font-size:20px;
	}
	
	.sumaiida-link{
		font-size:16px;
	}
	
	.sumaiida-block{
		padding-bottom:0px;
	}
	
	
}




/*slider*/

.plan-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}

.plan-block-l {
  position: relative;
}

.plan-block-r {
  width: 50%;
  z-index: 2;
}

.plan-slick {
  display: flex;       /* 横並び維持 */
  flex-wrap: nowrap;   /* 折り返さない */
  overflow: hidden;    /* はみ出しを隠す */
  width: 100%;
  max-width: 1500px;
  margin: 30px auto;
}


.plan-slick, .plan-slick2 {
  width: 100%;
  max-width: 1500px;
  margin: 30px auto;
}

.plan-slick__item,
.plan-slick__item2 {
  flex: 0 0 auto;       /* 横幅固定 */
}

.plan-slick__item img,
.plan-slick__item2 img {
  width: 100%;
  height: auto;
}

/* PC表示用 */
.section01-slider {
  width: 90%;
  z-index: 1;
  position: relative;
}

/* SP表示用 */
.section01-slider-sp {
  display: none;
  margin-top: 30px;
}

@media screen and (max-width:767px) {

.plan-block-r {
  width: 100%;
}
	
	.section01-slider {
    display: none;
  }
  .section01-slider-sp {
    display: block;
  }
  .plan-block {
    display: block;
    width: 100%;
  }
  .plan-block-r {
    width: 100%;
  }
}

