@charset "utf-8";

/* ----------------------------------------------------
 全端末共通
---------------------------------------------------- */
.contents{ position: relative;}
.contents::before{
  content: "";
  position: absolute;
  display: block;
  width: 100vw; height:0 ;
  padding-bottom: 46%;
  top: 0; left: calc(50% - 50vw);
  background: url(/recommend/img/bg_main.jpg) left top / cover no-repeat;
  z-index: -1;
}
.contents .tit-red em{ font-size: 2rem; }
.mainvis h1{
  float: left;
  line-height: 1.3 !important;
  text-align: left !important;
  width: calc(550/980*100%);
  font-size: 4.0rem !important;
}
.mainvis h1 span{ margin-bottom: 10px;}
.mainvis h1 em{
  font-size:20px; font-size: 2.0rem;
  color: #af8c46;
  margin-bottom: 20px !important;
}
.mainvis h1 b{
	font-weight: bold;
	font-size: 3rem;
	display: inline-block;
	margin-bottom: 10px;
}
.mainvis figure{
  float: right;
  width: calc(410/980*100%);
}
.rec-txt {
  float: left;
  width: 47%;
  line-height: 2.2;
}
.rec-txt h2{
  font-weight: bold;
  font-size: 20px; font-size: 2.0rem;
  color: #af8c46;
  margin: 80px 0 20px;
}
.rec-txt .note{
  color: #af8c46;
  font-size: 12px; font-size: 1.2rem;
  margin-top: 15px;
}
.rec-txt .note a{ color: #0000ff; }
.rec-img{
  float: right;
  width: 47%;
  margin-top: 30px;
  font-size: 12px; font-size: 1.2rem;
  color: #af8c46;
  line-height: 1.5;
}
.rec-img span{
  display: block;
  margin-bottom: 10px;
}
.rec-img p{
  color: #c6002f;
  font-size: 20px; font-size: 2.0rem;
  text-align: center;
  margin-top: 15px;
  border: 5px solid #c6002f;
  padding: 10px 0;
  font-weight: bold;
}
.contact{
  clear: both;
  margin-bottom: 80px;
}
.other-box { margin-bottom: 60px; position: relative; }
.other-box h2{
  font-size: 11px; font-size: 1.1em;
  font-weight: bold;
  color: #000;
  height: 70px;
  background: #f0eeed;
  padding: 13px 0 0 15px;
  margin-bottom: 30px;
}
.other-box h2 span{
	font-family: 'Roboto', sans-serif;
  font-size: 25px; font-size: 2.5rem;
  font-weight: bold;
  padding-right: 15px;
  vertical-align: middle;
}
.other-box h2::before{
  content: "";
  position: absolute;
  display: block;
  width: 100vw; height: 70px;
  left: calc(50% - 50vw); top: 0;
  background: linear-gradient(90deg, #c6002f 0%,#c6002f 50%,#f0eeed 50%,#f0eeed 100%);
  z-index: -1;
}
.other-list{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.other-info {
  width: calc(310/980*100%);
  background: #f0eeed;
}
.other-info a{
  display: flex;
  flex-flow: column-reverse wrap;
  text-decoration: none;
}
.other-info a:hover{ opacity: .7; }
.other-info dl{
  padding: 10px 20px 20px;
  font-size: 12px; font-size: 1.2rem;
  line-height: 1.3;
}
.other-info dt{
  color: #af8c46;
  font-weight: bold;
  font-size: 15px; font-size: 1.5rem;
  margin-bottom: 10px;
}
.other-info dt em{
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
}
.other-info dt span{
	font-family: 'Roboto', sans-serif;
  font-size: 11px; font-size: 1.1rem;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 8px;
}
.back dt{ margin-bottom: 5px; }
.back .btn a{
  position: absolute;
  top: 18px; right: 0;
  background: #ffeb00;
  color: #000;
  font-size: 11px; font-size: 1.1rem;
	font-family: 'Roboto', sans-serif;
  padding: 5px 10px;
  text-decoration: none;
  font-weight: bold;
}
.back .btn a:hover{ opacity: .7; }
/*.pick dt{ color: #c6002f; }*/



/*All END*/


/* ----------------------------------------------------
メディアクエリ設定 (PC) 961px～ 
---------------------------------------------------- */
@media screen and (min-width: 961px) {
	.sp-only { display: none; }

	
	
/*PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet and PC) 769px～ 
---------------------------------------------------- */
@media only screen and (min-width: 769px){
	
	
	
/*tablet PC END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (tablet　only)  769～960px
---------------------------------------------------- */
@media only screen and (min-width: 769px) and (max-width: 960px) {
	
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width: 960px) {
	
	.pc-only { display: none; }
  .contents::before{ padding-bottom: 40vh; }
  .contents .tit-red em{ font-size: 1.5rem; }
  .mainvis h1{
    text-align: center !important;
    float: none;
    width: 100%;
    font-size: 2.4rem !important;
    padding: 0 10px;
  }
  .mainvis h1 em{
    margin-bottom: 10px !important; 
  }
	.mainvis h1 b{
		font-size: 1.8rem;
		display: inline-block;
		margin-bottom: 10px;}
  .mainvis figure{
    float: none;
    width: 80%;
    margin: 0 auto 15px;
  }
  .rec-txt{
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .rec-txt h2{
    margin: 0 0 15px;
    font-size: 16px; font-size: 1.6rem;
    line-height: 1.5;
  }
  .rec-img{
    float: none;
    width: 100%;
    padding: 0 15px;
  }
  .other-box{ display: none; }
  .contact{
  margin-bottom: 40px;
  }
  .rec > .btn a{
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0 15px 50px;
    display: block;
    background:#ffeb00 url(/month/img/ico_arrow.png) right 15px center / 32px auto no-repeat;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 0;
  }
	/*smartPhone END*/
}

 /* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
	
	.pc-only { display: none; }
	

/*smartPhone END*/
}