@charset "UTF-8";
/* Scss Document */
/*-----------------------------------
box-about
-----------------------------------*/
.box-about {
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.box-about .box-image {
  width: 60%;
}

.box-about .box-text {
  padding: 50px 40px 0 0;
  width: 40%;
  font-size: 1.8rem;
  font-weight: bold;
}

.box-about .box-text strong {
  display: block;
  color: #e16c00;
  font-family: "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 3.6rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1199px) {
  .box-about .box-text {
    padding: 0 40px 0 0;
  }
  .box-about .box-text strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1199px) {
  .box-about {
    display: inherit;
  }
  .box-about .box-image {
    text-align: center;
    width: inherit;
  }
  .box-about .box-text {
    width: inherit;
    padding: 0;
  }
}

/*-----------------------------------
  box-concierge
  -----------------------------------*/
@media screen and (min-width: 800px) {
  .box-concierge {
    padding: 10px 20px;
  }
  .box-concierge .concierge-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .box-concierge .concierge-inner .talk {
    width: 33.3333333333%;
    margin: 0;
    padding: 10px;
  }
  .box-concierge .concierge-inner .talk dd {
    clear: both;
  }
}

@media screen and (max-width: 799px) {
  .box-concierge .concierge-inner .talk {
    padding: 0;
    margin-bottom: 20px;
  }
  .box-concierge .concierge-inner .talk dt br {
    display: none;
  }
  .box-concierge .concierge-inner .talk:last-child {
    margin-bottom: 0;
  }
}

/*-----------------------------------
  box-collabo
  -----------------------------------*/
.box-collabo {
  max-width: 1000px;
  margin: auto;
}

.box-collabo .title-point {
  max-width: 460px;
  margin: 0 auto 1em auto;
}

.box-collabo .line-up-pori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.box-collabo .line-up-pori .icon-multiply {
  width: 10%;
  text-align: center;
  font-size: 15rem;
  font-family: "Noto Serif", "游明朝", YuMincho, serif;
  font-weight: 100;
  color: #dddad2;
}

.box-collabo .line-up-pori .box-guide {
  width: 45%;
  padding: 30px;
}

.box-collabo .line-up-pori .box-guide h5 {
  font-size: 2rem;
  color: #e16c00;
  text-align: center;
}

.box-collabo .line-up-pori .box-guide ul {
  overflow: hidden;
}

.box-collabo .line-up-pori .box-guide ul li {
  line-height: 30px;
  list-style: disc inside;
  font-weight: bold;
  font-size: 1.6rem;
}

.box-collabo .line-up-pori .box-guide ul.list-half li {
  float: left;
  width: 50%;
}

@media screen and (max-width: 799px) {
  .box-collabo .line-up-pori {
    display: inherit;
  }
  .box-collabo .line-up-pori .icon-multiply {
    width: inherit;
    line-height: 40px;
  }
  .box-collabo .line-up-pori .box-guide {
    width: inherit;
    padding: 20px;
  }
  .box-collabo .line-up-pori .box-guide ul.list-half li {
    float: inherit;
    width: inherit;
  }
}

/*-----------------------------------
  item-ebikuro
  -----------------------------------*/
.item-ebikuro {
  background: url(../img/about/ebikuro_bg.jpg) no-repeat center;
}

.item-ebikuro h3 {
  color: #e13624;
}

.item-ebikari {
  background: url(../img/about/ebikari_bg.jpg) no-repeat center;
}

.item-ebikari h3 {
  color: #f3b22e;
}

.item-wasabi {
  background: url(../img/about/wasabi_bg.jpg) no-repeat center;
}

.item-wasabi h3 {
  color: #7eb52d;
}

.item-edamame {
  background: url(../img/about/edamame_bg.jpg) no-repeat center;
}

.item-edamame h3 {
  color: #008a41;
}

.item-ebikuro,
.item-ebikari,
.item-wasabi,
.item-edamame {
  background-size: cover;
  padding: 50px;
}

@media screen and (max-width: 799px) {
  .item-ebikuro,
  .item-ebikari,
  .item-wasabi,
  .item-edamame {
    padding: 5px;
  }
}

.box-item {
  background: url(../img/common/bg03.png) center;
  padding: 40px 50px;
  overflow: hidden;
}

.box-item h3 {
  font-family: "Noto Serif", "游明朝", YuMincho, serif;
  font-size: 3rem;
  text-align: center;
}

.box-item p {
  font-size: 1.4rem;
  overflow: hidden;
}

.box-item .pic-left {
  max-width: 27%;
  margin-right: 3%;
}

.box-item .pic-left img {
  max-width: 80%;
}

.box-item .table-style {
  max-width: 70%;
}

@media screen and (max-width: 799px) {
  .box-item {
    padding: 20px 10px;
  }
  .box-item h3 {
    font-size: 2rem;
  }
  .box-item .pic-left {
    max-width: inherit;
    margin-right: 0;
  }
  .box-item .table-style {
    max-width: inherit;
  }
  .box-item .pic-left img {
    max-width: 50%;
  }
}

.table-mariage {
  margin-bottom: 10px;
}

.table-mariage i {
  font-size: 3rem;
}

.table-cap {
  font-weight: bold;
  color: #887b6c;
}

.table-result tr th:nth-child(1) {
  text-align: left;
}

.table-result tr th:nth-child(1) img {
  vertical-align: middle;
  margin-right: 10px;
  width: 30px;
}

@media screen and (max-width: 799px) {
  .table-mariage {
    table-layout: fixed;
  }
  .table-mariage i {
    font-size: 2rem;
  }
  .table-mariage th,
  .table-mariage td {
    padding: 5px;
    font-size: 1.2rem;
  }
  .table-mariage th span,
  .table-mariage td span {
    /*height: 7em;*/
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    white-space: nowrap br;
    white-space-display: none;
  }
  .table-mariage th {
    padding: inherit;
  }
  .table-result tr th:nth-child(1) {
    padding: 5px;
    text-align: center;
    width: 5em;
    font-size: 1.2rem;
  }
  .table-result tr th:nth-child(1) img {
    margin-right: 0;
  }
}

p.list-titel {
  margin-bottom: 0.4em;
  font-weight: bold;
  font-size: 1.2em;
}

p.list-titel:nth-child(even) {
  margin-top: 1.6em;
}
/*# sourceMappingURL=about.css.map */