
@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/*Animate */
/* 共通 */
.txt_h2 span {
  font-family: "Josefin Sans", sans-serif;
}

html {
  background: url(../breakfast/images/contents_bg_jp.png) center 100px no-repeat #e9e9e9;
  background-size: contain;
}

#contents {
  /* .con_feature */
  /* .con_recommend */
}
#contents .con_feature .box_feature {
  width: 950px;
  min-height: 405px;
  margin-top: 70px;
}
#contents .con_feature .box_feature .box_txt {
  width: 480px;
  padding: 50px 60px;
  box-sizing: border-box;
  background: #fff;
}
#contents .con_feature .box_feature .box_txt h3 {
  font-size: 150%;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 20px;
}
#contents .con_feature .box_feature .box_txt .txt_det {
  font-size: 94%;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2.1;
}
#contents .con_feature .box_feature.right .box_txt {
  margin: 0 0 0 480px;
}
#contents .con_feature .box_feature.left .box_txt {
  margin: 0 480px 0 0;
}
#contents .con_feature .box_feature.photo01 {
  padding: 50px 0 0 0;
  background: url(../breakfast/images/feature_thumb_01.jpg) no-repeat left top;
}
#contents .con_feature .box_feature.photo02 {
  padding: 30px 0 0 0;
  background: url(../breakfast/images/feature_thumb_02.jpg) no-repeat right top;
}
#contents .con_feature .box_feature.photo03 {
  padding: 50px 0 0 0;
  background: url(../breakfast/images/feature_thumb_03.jpg) no-repeat left top;
}
#contents .con_recommend {
  margin: 70px 0 0 0;
}
#contents .con_recommend .txt_note {
  padding: 10px 0 50px 0;
  text-align: center;
  font-size: 88%;
  color: #8a8a8a;
}
#contents .con_recommend .tab_rec {
  margin-top: 50px;
  padding-bottom: 40px;
  width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*選択されているタブのスタイルを変える*/
}
#contents .con_recommend .tab_rec .tab_item {
  width: 60px;
  height: 60px;
  background-color: #ff4726;
  line-height: 60px;
  font-size: 15px;
  font-family: "Josefin Sans", sans-serif;
  text-align: center;
  color: #fff;
  text-align: center;
  font-weight: bold;
  transition: all 0.5s ease;
}
#contents .con_recommend .tab_rec .tab_item:hover {
  background-color: #fff;
  color: #acacac;
}
#contents .con_recommend .tab_rec input[name="tab_item"] {
  display: none;
}
#contents .con_recommend .tab_rec .tab_content {
  width: 100%;
  display: none;
  clear: both;
  overflow: hidden;
}
#contents .con_recommend .tab_rec #tab01:checked ~ #tab01_content,
#contents .con_recommend .tab_rec #tab02:checked ~ #tab02_content,
#contents .con_recommend .tab_rec #tab03:checked ~ #tab03_content,
#contents .con_recommend .tab_rec #tab04:checked ~ #tab04_content,
#contents .con_recommend .tab_rec #tab05:checked ~ #tab05_content,
#contents .con_recommend .tab_rec #tab06:checked ~ #tab06_content,
#contents .con_recommend .tab_rec #tab07:checked ~ #tab07_content,
#contents .con_recommend .tab_rec #tab08:checked ~ #tab08_content,
#contents .con_recommend .tab_rec #tab09:checked ~ #tab09_content,
#contents .con_recommend .tab_rec #tab10:checked ~ #tab10_content {
  display: block;
}
#contents .con_recommend .tab_rec .input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
#contents .con_info {
  margin: 0 0 70px 0;
}
#contents .con_info .tit_h2_vl {
  margin-bottom: 50px;
}
#contents .con_info .box_info {
  width: 100%;
  overflow: hidden;
  text-align: left;
}
#contents .con_info .box_info dl {
  width: 460px;
  float: left;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#contents .con_info .box_info dl dt {
  font-weight: 700;
  font-size: 94%;
  padding: 20px 20px 0 20px;
  letter-spacing: .1em;
  line-height: 1.5;
}
#contents .con_info .box_info dl dd {
  font-weight: normal;
  font-size: 88%;
  padding: 10px 20px 20px 20px;
  border-bottom: 1px solid #000;
  letter-spacing: .1em;
  line-height: 2;
}
#contents .con_info .box_info dl dd span {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fccd4c 70%);
}
#contents .con_info .box_info dl dd:last-child {
  border: none;
}
#contents .con_info .box_info dl:last-child {
  float: right;
}
#contents .con_bnr {
  clear: both;
  margin: 0 0 70px 0;
  text-align: center;
}

#contents .con_ag {
  text-align: center;
  margin-bottom: 70px;
}

#contents .con_ag .box_txt h3 {
  font-size: 120%;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

#contents .con_ag .box_txt .txt_det {
  font-size: 84%;
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 2;
  margin-top: 20px;
}
