@charset "UTF-8";
/* CSS Document */
/* -- 全体 --*/
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  font-size: 16px;
  min-width: 1200px;
  margin: 0 auto;
  color: #333;
  letter-spacing: 0.02em;
}
div#htlContents div#htlMainContent div div#trvlHtlSubNav ul {
  margin: 0 !important;
}
#htlContents {
  min-width: auto !important;
  width: 1200px;
  margin: 0 auto !important;
}
#htlHeader,
#htlMainContent {
  width: 1920px !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 auto !important;
}
#RthCustomizeW {
  width: auto !important;
}
#htlSide-A {
  top: calc(750px + 110px + 293px) !important;
  position: absolute;
  left: 0;
}
#cus_contents {
  width: 950px !important;
  margin: auto;
  padding-top: 80px;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
h1 {
  font-size: 24px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}
h2 {
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 600;
  letter-spacing: 1.7;
  text-align: center;
}
h2 span {
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
}
h3 {
  color: #142540;
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 1px #1a1a1a;
  width: 300px;
  margin: 0 auto 10px;
  text-align: center;
}
h3 span {
  color: #6f6f6f;
  font-size: 16px;
}
h4 span {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  color: #707070;
}
a {
  text-decoration: none !important;
  color: #1a1a1a !important;
}
p {
  font-size: 16px;
  line-height: 1.6;
}
ul {
  list-style: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.container {
  width: 950px;
  margin: 0 auto;
}

/* -- TOP＿KV --*/

#cus_page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  margin: 0;
  padding: 0;
  color: #333;
  position: relative;
}
#cus_page img {
  max-width: 100%;
}
.slide {
  position: relative;
  overflow: hidden;
  width: 1920px;
  height: 810px;
  margin: auto;
  background: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.slide img {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation-name: slideAnime;
  animation-iteration-count: infinite;
  animation-duration: 30s;
}
.slide::before {
  content: "";
  display: block;
  padding-bottom: calc(810 / 1920 * 100%);
}
.slide img:nth-child(1) {
  animation-delay: -4s;
}
.slide img:nth-child(2) {
  animation-delay: 2s;
}
.slide img:nth-child(3) {
  animation-delay: 8s;
}
.slide img:nth-child(4) {
  animation-delay: 14s;
}
.slide img:nth-child(5) {
  animation-delay: 20s;
}

@keyframes slideAnime {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.coco_catchcopy {
  position: absolute;
  left: 34%;
  bottom: 200px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.coco_catchcopy h2 {
  color: #fff;
  border-bottom: solid 1px #fff;
  text-align: left;
  font-size: 54px;
}
.coco_catchcopy h3 {
  color: #fff;
  font-size: 26px;
  border-bottom: none;
  width: 600px;
  text-align: left;
  margin: 20px 0px;
  line-height: 2;
}
.new_open {
  position: absolute;
  right: 50%;
  bottom: 60px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* -- スライダー＿3枚 --*/

.slide_3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
}
.slide_3 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation-name: slideshow;
  animation-iteration-count: infinite;
  animation-duration: 18s;
}
.slide_3 img:nth-child(1) {
  animation-delay: -2s;
}
.slide_3 img:nth-child(2) {
  animation-delay: 4s;
}
.slide_3 img:nth-child(3) {
  animation-delay: 10s;
}

@keyframes slideshow {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  34% {
    opacity: 1;
  }
  38% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* -- スライダー＿2枚 --*/

.slide_2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 180px;
}
.slide_2 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  opacity: 0;
  animation-name: slider;
  animation-iteration-count: infinite;
  animation-duration: 12s;
}
.slide_2 img:nth-child(1) {
  animation-delay: -2s;
}
.slide_2 img:nth-child(2) {
  animation-delay: 4s;
}

@keyframes slider {
  0% {
    opacity: 0;
  }
  0% {
    opacity: 0;
  }
  45% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* -- スライダーロゴ --*/
.logo_banner {
  position: absolute;
  right: -530px;
  top: 50px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.cus_contents {
  margin: auto;
  margin-top: 3.7rem;
  width: 950px !important;
}

/* -- ナビゲーション --*/
.header_nav {
  overflow: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
}
.header_nav h1 img {
  width: auto;
  max-width: none;
  height: 110px;
}
.header_nav a {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: 200;
  text-align: center;
  display: block;
}
.header_nav a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
.header_title_nav {
  height: 60px;
  width: 1920px;
  margin: auto;
  overflow: hidden;
  background-color: #1a1a1a;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}
.header_title_nav .header_nav a:hover {
  text-decoration: none;
}
.header_title_nav .header_nav ul {
  width: 1600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_title_nav .header_nav ul li {
  text-align: center;
  display: flex;
}
.header_title_nav .header_nav ul li:nth-child(1) {
  border-left: none;
}
.header_title_nav .header_nav ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  padding: 3px 30px;
  line-height: 1;
  font-weight: bold;
}

#introduction {
  text-align: center;
}
#introduction .box {
  background-color: #fff;
  border-radius: 10px;
  margin: 60px 0;
  padding: 40px 110px;
}
.flex_list {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
}
.flex_box {
  width: 33%;
}
.flex_box p {
  margin-top: 10px;
  font-size: 16px;
}
.flex_box a {
  color: #1a1a1a !important;
}

.coco_Btn {
  position: relative;
  border-top: solid 1px #142540;
  border-bottom: solid 1px #142540;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: flex;
  text-align: center;
  font-size: 20px;
  margin-bottom: 80px;
}
.coco_Text {
  width: 100%;
  height: 100%;
  color: #1a1a1a;
  z-index: 10;
}
.coco_Text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  opacity: 0.4;
  background: #142540;
  z-index: -1;
  transition: 0.4s;
}
.coco_Text:hover {
  color: #1a1a1a;
}
.coco_Text:hover:before {
  width: 100%;
}

#rooms p {
  text-align: center;
  font-size: 18px;
  padding: 20px 0 8px;
  position: relative;
  margin-bottom: 1em;
}
#rooms p:before {
  content: "";
  position: absolute;
  background-color: #142540;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#rooms h2 {
  margin-bottom: 60px;
}
.flex_list1 {
  display: flex;
  margin-bottom: 40px;
}
.flex_list1 .flex_box1 {
  width: 33%;
}
.flex_list2 {
  display: flex;
  justify-content: center;
}
.flex_list2 .flex_box2 {
  width: 33%;
}
#features {
  margin-bottom: 80px;
}
#features .features_box {
  display: flex;
  margin: 20px 0;
}
#features .features_box .features_img {
  width: 45%;
}
#features .features_box .features_text {
  width: 50%;
  background-image: url(https://img.travel.rakuten.co.jp/share/image_up/184084/LARGE/415cdee1218f2b8d5468516e490633e74065eee5.47.9.26.3.jpg);
}
#features img {
  border-radius: 10px;
}
#features h6 {
  font-size: 18px;
  color: #142540;
  font-weight: 200;
  margin-top: 40px;
}
#features h4 {
  font-size: 24px;
  font-weight: 600;
  background-color: #fff;
  padding: 5px 10px;
  margin: 10px 0 16px;
}
#features p {
  font-weight: 600;
}
.restaurants_list {
  display: flex;
  background-color: #fff;
  padding: 40px;
  margin-top: 60px;
}
.restaurants_box {
  width: 48%;
  margin: 0 1.5%;
}
.restaurants_box h4 {
  margin: 20px 0;
  text-align: center;
}
.boardgame {
  background: #fff;
}
.boardgame_list {
  display: flex;
  gap: 30px;
  background: #fff;
  padding: 40px;
  margin-top: 40px;
}
.boardgame_text {
  background: #fff;
  padding: 0 40px 40px;
}
.boardgame_text h4 {
  font-size: 20px;
  text-align: center;
  padding-bottom: 10px;
}
#recommended_plan {
  margin-top: 80px;
}
#recommended_plan h2 {
  margin-bottom: 40px;
}
#recommended_plan p {
  margin-top: 10px;
}
#access {
  margin-top: 20px;
}
#access p {
  margin-top: 10px;
}
#access h2 {
  margin-bottom: 60px;
}
#access h4 {
  font-size: 24px;
  margin-bottom: 40px;
}
#access h5 {
  font-size: 16px;
  margin: 20px 0 10px;
  padding: 5px 10px;
  text-align: left;
  border-top: solid 1px #142540;
  border-bottom: solid 1px #142540;
  color: #1a1a1a;
  font-weight: 200;
}
.access_box {
  display: flex;
  background-color: #e7e6e0;
  padding: 60px 40px;
  justify-content: space-between;
  margin: 40px 0 80px;
}
.access_left,
.access_right {
  width: 48%;
}

#coco_footer {
  background-color: #4a4a4a;
  padding: 60px 120px;
}
#coco_footer ul {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
}
#coco_footer ul a {
  color: #fff !important;
  text-decoration: none !important;
}
.coco_button {
  display: block;
  width: 260px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  border-bottom: solid 1px #fff;
  border-top: solid 1px #fff;
}
.coco_button a {
  color: #fff;
  padding: 20px 80px;
}

.Btn {
  position: relative;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  height: 48px;
  line-height: 48px;
  display: flex;
  text-align: center;
  font-size: 20px;
}
.Btn-Text {
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 10;
}
.Btn-Text:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  display: block;
  opacity: 0.1;
  background: #fff;
  z-index: -1;
  transition: 0.4s;
}
.Btn-Text:hover {
  color: #fff;
}
.Btn-Text:hover:before {
  width: 100%;
}

/* -- 下層ページ --*/
.kv {
  position: relative;
  overflow: hidden;
  width: 1920px;
  height: 400px;
  margin: auto;
  background: #142540;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.title h2 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 0;
  text-shadow: 0 3px 20px #333;
  letter-spacing: 4px;
}
.list_box {
  width: 32.4%;
  background-color: #fff;
}
.list_img {
  position: relative;
}
.list_box a:hover {
  opacity: 0.7;
}
.list_box p {
  color: #142540;
  text-align: center;
  font-size: 18px !important;
  font-weight: bold;
  padding: 20px 0 10px;
  position: relative;
  margin-bottom: 50px;
}
.list_box p:before {
  content: "";
  position: absolute;
  background-color: #1a1a1a;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 260px;
  height: 1px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.list_box p:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 0;
  border-bottom: solid 2px #707070;
  border-right: solid 2px #707070;
  left: 49%;
  left: -webkit-calc(50% - 3px);
  left: calc(50% - 3px);
  bottom: -30px;
  margin-top: -6px;
  transform: rotate(45deg);
}
.roomtype {
  margin-bottom: 60px;
}
.roomtype .h4 {
  margin: auto;
  text-align: center;
}
.roomtype h4 {
  font-size: 24px;
  text-align: center;
  margin: 0 auto 60px;
  position: relative;
  color: #142540;
  letter-spacing: 2px;
  border-bottom: solid 1px #1a1a1a;
  padding-bottom: 10px;
  display: inline-block;
  font-weight: normal;
}

.type {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  align-items: flex-start;
}
.type .margin {
  width: 450px;
  margin: 0;
}
.detail {
  width: 48%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
  line-height: 2em;
}
.detail_text {
  margin-top: 10px;
  width: 100%;
}
.detail h6 {
  font-size: 16px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  font-weight: normal;
}
.detail h6:before {
  content: "";
  width: 20px;
  height: 2px;
  display: inline-block;
  background-color: #999;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.type .img {
  width: 475px;
}
.type .img img {
  width: 100%;
}
.border {
  border-top: solid 1px #142540;
  border-bottom: solid 1px #142540;
  padding: 30px 0;
}
#amenity {
  background-color: #fff;
  padding: 60px 0 60px 60px;
  margin-bottom: 100px;
}
#amenity h3 {
  font-size: 26px;
  text-align: center;
  width: 140px;
}
#amenity ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 50px;
}
#amenity ul li {
  list-style: disc inside;
  width: 222px;
  font-size: 16px;
}
.listbox a {
  color: #1a1a1a !important;
}
.feature {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  flex-wrap: wrap;
}
.feature h4 {
  font-size: 30px !important;
  text-align: center;
}
.feature h6 {
  font-size: 20px !important;
  margin-top: 0px !important;
}
.column {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 47%;
}
.column img {
  margin-bottom: 30px;
}
.column .border {
  padding-left: 20px;
  padding-right: 20px;
}
.row {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  width: 950px;
}
.small14 {
  font-size: 14px !important;
  padding-top: 10px;
}
.small12 {
  font-size: 12px !important;
  text-align: left;
}
#checkin {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 60px 70px;
  background-color: #e7e6e0;
}
#checkin li {
  list-style: none;
  width: 230px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
}
#checkin img {
  border-radius: 0px;
  margin-bottom: 20px;
  width: 100%;
}
#checkin p {
  font-size: 14px;
}
.rest {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 950px;
  margin-bottom: 100px;
}
.rest h4 {
  font-size: 30px;
  margin-bottom: 40px;
}
.large {
  font-size: 18px !important;
  display: contents;
  font-weight: 600;
}
.color {
  color: #142540;
  margin-top: 50px;
}
.mb30 {
  margin-bottom: 10px;
}
#route {
  text-align: center;
}

#route h5 {
  text-align: center;
  width: 415px;
  margin: auto;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #707070;
}
#route .w25 {
  width: 25%;
}
#route .w50 {
  width: 50%;
}
#route .w75 {
  width: 75%;
}
.access_map {
  background-color: #e7e6e0;
  padding: 60px;
  position: relative;
  bottom: 180px;
  left: 480px;
  width: 347px;
}
#route hr {
  height: 2px;
  background-color: #fff;
  border: none;
  width: 400px;
  margin: 10px auto;
}
.fff {
  background-color: #fff;
  font-size: 20px;
  padding: 20px 0;
  margin: 20px 0;
}

.group h2 {
  margin-bottom: 60px;
}

table.brwsr2 {
  width: 100%;
  border: none;
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
  border-collapse: separate;
  margin-bottom: 20px;
}

table.brwsr2 th {
  vertical-align: middle;
  height: 40px;
  width: 35%;
  margin: 0;
  text-align: left;
  color: #333;
  font-size: 16px;
  padding-left: 10px;
  font-weight: 100;
}

table.brwsr2 td.data {
  padding: 0;
  margin: 0;
  height: 40px;
  width: 100px;
  border: none;
  color: #666;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 10px;
}

table.brwsr2 td:fst-child {
  padding: 0 0 0 10px;
  vertical-align: middle;
}

table.brwsr2 td.bar {
  height: 1px;
  width: 100%;
  border-top: solid 1px #34495e;
}

.btn_design {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 30px;
  letter-spacing: 2px;
}
.btn_design a {
  border-bottom: solid 1px #333;
  padding-bottom: 15px;
  color: #142540 !important;
}
.btn_design a:hover {
  opacity: 0.7;
}
.fixtures {
  margin-bottom: 16px;
  width: 100%;
}
.fixtures h5 {
  font-size: 18px;
  color: #142540;
  border: none;
  padding: 0;
  margin-bottom: 10px;
}
.flex_type {
  width: 49%;
}
.flex_type p {
  margin-top: 20px;
}

.notice {
  margin: 10px;
  padding: 40px;
  border: solid 1px #1a1a1a;
}
.notice h4 {
  width: 764px;
}
.notice h6 {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
}
.notice h6 span {
  font-size: 14px;
  font-weight: 100;
  color: #6f6f6f;
}

footer {
  left: 50%;
  width: 1920px;
  height: 150px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  overflow: hidden;
  position: relative;
  background-color: #000;
  position: relative;
}
footer div {
  width: 1400px;
  margin: auto;
  color: #fff;
}
footer #name {
  line-height: 150px;
  font-size: 18px;
  margin-left: 80px;
  text-align: right !important;
}
footer #adress {
  line-height: 30px;
  display: block;
  padding: 30px 0px 30px 160px;
  text-align: left !important;
}
#cus_page .row2 {
  width: 475px;
  text-align: center;
  height: 300px /** margin-bottom:20px;**/;
}
#cus_page .left {
  float: left;
}
.lead {
  margin-bottom: 40px;
}
.lead p {
  margin: 20px auto;
}
.lead img {
  width: 950px;
}
.borderbox {
  border: #707070 1px solid;
  padding: 25px 35px;
  margin-bottom: 60px;
  color: #707070;
}
.movie {
  margin-bottom: 100px;
}
.margin {
  margin: 40px 0 20px 0;
}
.info {
  margin-bottom: 100px;
}
.info h3 {
  font-size: 18px;
  margin-bottom: 34px;
  border-left: 5px solid rgb(230, 230, 230);
  padding: 5px 0px 5px 27px;
  width: 100%;
  text-align: left;
  border-bottom: none;
  font-weight: normal;
}
.small {
  color: #666;
  font-size: 13px !important;
}
.copy {
  font-size: 22px !important;
  font-weight: bold;
  margin: 30px 0;
}
.term {
  border-top: 1px solid #c7c7c7;
  padding-top: 17px;
}
.res-reserve {
  background-color: #e6e6e6;
  margin: 0 auto;
  padding: 13px 30px;
  text-align: center;
  width: 890px;
}
.res-reserve {
  background-color: #e6e6e6;
  margin: 0 auto;
  padding: 13px 30px;
  text-align: center;
  width: 890px;
  /* margin-bottom: 60px; */
}
.res-reserve .bottom {
  margin-bottom: 0;
}
.price {
  font-size: 22px;
}
.menu_box {
  margin-bottom: 60px;
}
.menu_box h3 {
  border-left: 5px solid #e6e6e6;
  border-bottom: none;
  text-align: left;
  font-size: 18px;
  margin-bottom: 34px;
  padding: 5px 0 5px 27px;
  width: 100%;
  font-weight: normal;
}
.menu_box h5 {
  text-align: center;
  margin: 0 400px 50px;
}
.menu {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px;
}
h5 {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: solid 1px #707070;
  padding-bottom: 10px;
}
.lead h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
/* .menu .info {
  width: 50%;
}
.menu .img {
  width: 48%;
} */
.contents .top {
  display: flex;
  gap: 20px;
}
.contents .top div {
  flex: 1;
}
.contents .top .text .title {
  font-weight: bold;
  margin-bottom: 10px;
}
.contents .top .text .note {
  margin-top: 20px;
}
.contents .bottom .container {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
.contents .bottom .container .box {
  flex: 1;
}
.contents .bottom .container .box p {
  font-size: 14px;
  margin-top: 10px;
}
.notes {
  margin-top: 30px;
}