@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');

html {
  scroll-behavior: smooth;
}
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
  background:#fffeea;
  font-family: 'Noto Serif JP', serif;
}
#wrapper *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*--------common-------------*/
@media (min-width:768px){
   .pc_none{
    	display: none;
  }
   .sp_br{
    	display: none;
  }
}
@media (max-width:767px){
	#wrapper {
		background-size: 180%;
	}
  .sp_none{
    	display: none;
  }
  #wrapper h2,
  #wrapper h3,
  #wrapper h4,
  #wrapper h5{
    font-weight: bold;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
	font-size: 110%;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}
.attention {
	font-size:90%;
	text-indent: -1em;
	margin-left: 1em;
	margin-bottom: 5px;
}
.box {
	background: rgba(243,243,243,1.00);
	padding: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size: auto 90%;
}
@media (max-width:767px){
	.deco{
    display: inline-block;
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 12px;
	}
}
a.godetail{
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 10px 2% 20px;
  padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}
a.godetail.gray{
	background: url("../images/button_gray.png") no-repeat center bottom;
	background-size: 100% ;
	pointer-events: none;
}
@media (max-width:767px){
  a.godetail{
    width: 80%;
    display: block;
    margin: 5px auto 20px;
    padding: 15px 0 20px;
    background: url("../images/button.png") no-repeat center bottom;
    background-size: 100% ;
    font-size: 90% ;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background:url("../images/top_upper.png") repeat-x top center,url("../images/top_bottom.png") repeat-x center bottom #FFFFFF;
	background-size:auto 35%;
	padding-top:600px;
}
.page_roof h2{
	position: absolute;
	top:0;
	bottom:0;
  left:0;
  right:0;
	width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
	width: 100%;
}
@media (max-width:767px){
  .page_roof {
    padding-top: 55%;
  }
  .page_roof h2 img{
    width: 100%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 95%;
	max-width: 950px;
	margin: 0 auto;
	position: relative;
}
#intro{
  /*background: rgba(238,139,137,0.6);*/
	padding: 40px 0;
	text-align: center;
}
#intro h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 180%;
  text-shadow: 1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF;
}
#intro p.lead{
	margin-bottom: 20px;
	text-align: center;
	font-size: 120%;
}
#intro .period{
  width: 60%;
	margin: 0 auto 20px;
	padding:20px 0;
	/*background:rgba(229,75,72,1);*/
  background:#F18194;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
  border-radius: 30px;
	font-size: 140%;
  font-weight: bold;
  color: #FFFFFF;
}
#intro .logo_lamaison{
  width: 100%;
  margin: 0 auto 30px;
  text-aline:center;
}
#intro .logo_lamaison a{
  display:block;
  width: 50%;
  margin: 0 auto;
}
#intro .logo_lamaison img{
  width: 80%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  border-radius: 10px;
}
#intro .logo_lamaison:hover{
  opacity: 0.5;
}
@media (max-width:767px){
	#intro{
		padding: 30px 0;
	}
  #intro h2{
    font-size: 130%;
  }
  #intro p.lead{
    font-size: 110%;
  }
  #intro .period {
    width:80%;
    margin: 0 auto 20px;
    padding:10px 0;
    border-radius: 15px;
    font-size: 100%;
    font-weight: bold;
  }
  #intro .logo_lamaison a{
    width: 80%;
  }
	#intro .logo_lamaison img{
  	width: 70%;
	}
}
#campaign{
  /*background: rgba(234,188,176,0.6);*/
	padding: 30px 0 40px;
	text-align: center;
  position: relative;
}
#campaign h2{
  display: inline-block;
	text-align: center;
	font-size: 240%;
  text-shadow: 1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color:#d82626;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 70px;
  padding-left: 90px;
  line-height: 70px;
}
#campaign h3.midashi{
  width: 80%;
  margin: 0 auto 15px;
	text-align: left;
	font-size: 90%;
  color:#FFFFFF;
}
#campaign h3.midashi span{
  background: #d82626;
  border-radius: 5px;
  padding:2px 20px;
}
@media (min-width:768px){
	.kikan_unit{
		display: flex;
		justify-content: center;
		margin: 20px 0;
	}
}
.kikan{
  width: 40%;
  margin: 0 10px;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  background: rgba(255,255,255,0.7);
  padding: 5px 0;
  border-radius: 10px;
}
#follow .kikan{
  width: 25%;
}

#campaign ul.prize{
  width: 80%;
  margin: 0 auto 20px;
  text-align:left;
  border-top: 2px solid #d82626;
  border-bottom: 2px solid #d82626;
  padding: 10px 0 10px 10px;
}
#campaign ul.prize li:first-child{
  color: #d82626;
  font-weight: bold;
  font-size: 130%;
  text-indent: -2.5em;
  margin-left: 2.5em;
}
#campaign ul.process{
  width: 80%;
  margin: 0 auto 20px;
  text-align:left;
  padding-left: 10px;
}
#campaign ul.process li .no{
  color: #FFFFFF;
  background: #d82626;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 5px;
}
#campaign ul.process li{
  margin-bottom: 5px;
  text-indent: -25px;
  margin-left: 25px;
}
#raiten h2{
  background-image:url("../images/instagram_logo.png");
}
#raiten {
  background: url("../images/bg_raiten_shinsyu.png") no-repeat center bottom #fbe5d6;
  background-size: 100% auto;
  padding: 20px 0 60px;
  margin-bottom: 30px;
  border-radius: 20px;
}
#follow {
  padding: 20px 0 150px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: url("../images/bg_follow_shinsyu.png")no-repeat center bottom rgba(26,168,253,0.3);
  background-size: 100% auto;
}
#follow h2{
  background-image:url("../images/icon_twitter_box.png");
}
#twitter ul{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 0;
}
#twitter ul li{
  margin: 0 40px 30px;
}
#twitter ul li a{
  display: block;
	color: inherit;
	text-decoration: none;
}
#twitter ul li a:hover{
	opacity: 0.7;
}
#twitter ul li dl{
	display: flex;
	align-items: center;
  background: #1D9BF0;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#twitter ul li dl dt{
  width: 50px;
	border-right: 2px solid #FFFFFF;
}
#twitter ul li dl dt img{
  width: 100%;
}
#twitter ul li dl dd{
  width: 150px;
	height: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
.slash{
  display:inline-block;
  background: url("../images/slash_left.svg")no-repeat center left,
    url("../images/slash_right.svg")no-repeat center right;
  background-size: 10px;
  padding: 0 12px;
  margin-bottom: 10px;
	font-weight: bold;
}
@media (max-width:767px){
	#campaign{
		padding: 30px 0;
	}
  #campaign h2{
    font-size: 160%;
    background-size: 50px;
    padding:10px 0 10px 60px;
    line-height: 1.5;
  }
  #campaign h3.midashi{
    width: 90%;
    margin: 0 auto 10px;
    font-size: 90%;
  }
  #campaign .kikan_unit{
    margin-bottom: 20px;
  }
	#campaign .kikan{
    width: 70%;
    margin: 0 auto 10px;
    font-size: 100%;
    padding: 3px 20px;
  }
  #campaign ul.prize{
    width: 90%;
  }
  #campaign ul.process{
    width: 90%;
  }
  #raiten {
    background: url("../images/bg_raiten_sp_shinsyu.png") no-repeat center bottom #fbe5d6;
    background-size: 100%;
    padding-bottom: 120px;
  }
	#twitter ul{
		flex-wrap: wrap;
	}

  #follow {
    background-size: 200%;
  }
}
.info {
  width: 95%;
  background: #FFFFFF;
  padding: 20px 30px;
  border-radius: 20px;
  margin:0 auto 30px;
	position: relative;
}

@media (max-width:767px){

}
.info h3{
  font-size: 100%;
  width: 6em;
  margin: 0 auto 10px;
  border-bottom: 1px solid #333333;
}
.info p{
  font-size: 100%;
  text-align: left;
  margin-bottom: 5px;
}
.info p.ind1{
  text-indent: -1em;
  margin-left: 1em;
}
.info p.ind3{
  text-indent: -3.5em;
  margin-left: 3.5em;
}

@media (max-width:767px){
	.info {
		background: #FFFFFF;
		padding: 20px 20px;
	}
}
.follow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.follow img{
  width: 100px;
  margin: 0 5px;
  border-radius: 10px;
}
@media (max-width:767px){
	.follow img{
		width: 90px;
	}
}
#recommend{
  background: rgba(238,139,137,0.6);
	padding: 40px 0 60px;
	text-align: center;
}
#recommend h2{
	margin-bottom: 20px;
	text-align: center;
	font-size: 180%;
  text-shadow: 1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF,1px 1px 3px #FFFFFF;
}
.recommendbox{
  position: relative;
  width: 80%;
	margin: 0 auto 30px;
	padding:30px 10px 20px;
	background: #fcfac3;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	text-align: center;
  border-radius: 30px;
}
.recommendbox::before{
  content: "";
  position: absolute;
  top:30px;
  right: -13%;
  width: 130px;
  height:130px;
  background: url("../images/icon_cup1.png")no-repeat center;
  background-size: contain;
}
.recommendbox::after{
  content: "";
  position: absolute;
  bottom:30px;
  left: -15%;
  width: 150px;
  height:150px;
  background: url("../images/icon_cup2.png")no-repeat center;
  background-size: contain;
}
.recommendbox dl{
  display: flex;
  /*flex-wrap: wrap;*/
  align-items: center;
  width: 90%;
  margin: 0 auto 15px;
  border-radius: 10px;
	background: #FFFFFF;
}
.recommendbox dl dt{
	height: 100px;
}
.recommendbox dl dt img{
	width: auto;
	height: 100%;
  border-radius: 10px 0 0 10px;
}
.recommendbox dl dd{
	padding: 5px 10px;
}
.recommendbox dl dd p{
	font-size: 100%;
	text-align: left;
}
.recommendbox a,
.recommendbox a:hover{
  text-decoration: none;
  color: inherit;
}
.recommendbox a:hover dl{
	opacity: 0.7;
}

@media (max-width:767px){
  #recommend h2{
    font-size: 140%;
  }
	.recommendbox{
		width: 90%;
	}
  .recommendbox::before{
		top:-50px;
    width: 80px;
    height:80px;
  }
  .recommendbox::after{
		bottom:-40px;
    width: 100px;
    height:100px;
  }
	.recommendbox dl{
		flex-wrap: wrap;
		align-items: center;
	}
  .recommendbox dl dt{
    width: 100%;
		height: auto;
  }
	.recommendbox dl dd{
    width: 100%;
		padding: 5px 15px 15px 15px;
  }
	.recommendbox dl dd p{
		font-size: 90%;
	}
  .recommendbox dl dt img{
    width: 100%;
		height: auto;
  	border-radius: 10px 10px 0 0;
  }
  
}

.yoyaku{
	width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}
.yoyaku .yoyaku_unit{
	width: 100%;
	display: flex;
	justify-content: center;
}
.yoyaku .yoyaku_unit a{
	margin: 20px 1.5%;
}

@media (max-width:767px){
}

/*------tripa----------*/
#tripa {
  margin-bottom: 30px;
}
#tripa a,
#tripa a:hover{
	color: inherit;
	text-decoration: none !important;
}
#tripa dl:hover{
	opacity: 0.8;
}

#tripa dl {
	width: 90%;
	margin: 20px auto;
	border: 1px solid #CCC;
	padding: 10px;
	display: flex;
  background: #FFFFFF;
}
#tripa dl dt{
	width: 15%;
}
#tripa dl dt img{
	width: 100%;
}
#tripa dl dd{
	width: 85%;
	padding-left: 10px;
}
#tripa dl h3 {
	font-size: 140%;
	margin-bottom: 10px;
}
#tripa dl p{
  text-align: left;
}
@media (max-width:767px){
    #tripa dl {
		width: 100%;
		padding: 5px;
	}
	#tripa dl dt{
		width: 25%;
	}
		#tripa dl dd{
		width: 75%;
		padding-left: 10px;
	}
	#tripa dl h3 {
		font-size: 90%;
		margin-bottom: 5px;
		font-weight: bold;
    text-align: left;
    }
	#tripa dl p {
		font-size: 80%;
		 display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}

}


/*------SNS----------*/
#sns_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#sns_area > div{
	width: 47%;
	margin: 0 1.5%;
	text-align: center;
	border: dashed 3px #6A2B2C;
	padding: 20px;
	background: rgba(255,255,255,0.6);
}
#sns_area h2{
	font-size: 120%;
	margin-bottom: 20px;
}

.sns_unit {
	display: flex;
	justify-content: center;
}
.sns_unit a{
	width: 20%;
	margin: 0 1%;
}
.sns_unit a img{
	width: 75%;
	border-radius: 5px;
}

@media (max-width:767px){
	#sns_area > div{
		width: 85%;
		margin: 0 auto 20px;
		text-align: center;
		padding: 20px 0;
	}
	#sns_area h2{
		font-size: 95%;
		margin-bottom: 15px;
		font-weight: bold;
	}
	.sns_unit a{
		width: 20%;
		margin: 0 1%;
	}
}
