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

 file name  : hotel_breakfast.css
 author     : Ability Consultant
 style info : ホテル専用CSS（共通ファイル上書き＆追加用CSS）
=================================================================== */
/* font-awesome */
/* ----------------------------------------
	.con_main
---------------------------------------- */
#contents .con_main {
  margin-top: 18px;
}

/* ----------------------------------------
	.con_detail
---------------------------------------- */
#contents .con_detail {
  margin-top: 60px;
}
#contents .con_detail h2 {
  text-align: center;
}
#contents .con_detail .box_main {
  display: flex;
  align-items: center;
  margin-top: 40px;
}
#contents .con_detail .box_main .box_txt {
  flex: 1;
}
#contents .con_detail .box_main .box_txt .txt_detail {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  line-height: 1.8em;
}
#contents .con_detail .box_main .box_txt table {
  width: 100%;
  margin-top: 20px;
}
#contents .con_detail .box_main .box_txt table tr th {
  width: 200px;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#contents .con_detail .box_main .box_txt table tr td {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}
#contents .con_detail .box_main .box_txt .btn_detail {
  margin-top: 20px;
}
#contents .con_detail .box_main .box_txt .btn_detail a {
  display: block;
  width: 280px;
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  background-color: #F66E1A;
  border-radius: 1000px;
  padding: 12px 0;
  margin: 0 auto;
  transition: 0.3s;
}
#contents .con_detail .box_main .box_txt .btn_detail a:after {
  content: "\f0a9";
  font-family: FontAwesome;
  margin-left: 3px;
}
#contents .con_detail .box_main .box_txt .btn_detail a:hover {
  opacity: 0.7;
}
#contents .con_detail .box_main .box_img {
  margin-left: 40px;
}

/* ----------------------------------------
	.con_osusume
---------------------------------------- */
#contents .con_osusume {
  padding-bottom: 60px;
  margin-top: 80px;
  position: relative;
}
#contents .con_osusume:after {
  content: '';
  width: 100%;
  height: 240px;
  background-color: #FFECDB;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#contents .con_osusume h2 {
  text-align: center;
}
#contents .con_osusume .box_menu {
  margin-top: 40px;
}
#contents .con_osusume .box_menu > ul {
  display: flex;
  justify-content: center;
}
#contents .con_osusume .box_menu > ul > li {
  width: 280px;
}
#contents .con_osusume .box_menu > ul > li:nth-of-type(n+2) {
  margin-left: 20px;
}
#contents .con_osusume .box_menu > ul > li h3 {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
  margin-top: 10px;
}
#contents .con_osusume .box_menu > ul > li .txt_menu {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 5px;
}

/* ----------------------------------------
	.con_child
---------------------------------------- */
#contents .con_child {
  display: flex;
  background-color: #f4f1ee;
  padding: 20px;
  margin-top: 60px;
}
#contents .con_child .box_img {
  margin-right: 30px;
}
#contents .con_child .box_txt {
  flex: 1;
}
#contents .con_child .box_txt h2 {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: center;
}
#contents .con_child .box_txt h2:before {
  content: '';
  display: block;
  width: 100%;
  height: 14px;
  background-image: url(../breakfast/bg_line.png);
  margin-bottom: 20px;
}
#contents .con_child .box_txt .box_point {
  margin-top: 20px;
}
#contents .con_child .box_txt .txt_child {
  font-family: "Kumbh Sans", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 20px;
}
