@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メイン
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * セクショニング
/* ---------------------------------------------------------------------------------------------- */

#main {}

#main-contents {}

#main-contents div.body {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

 #main-contents div.body {
   max-width: 100%;
   padding-left:20px;
   padding-right: 20px;
   margin: 0 auto;
 }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#main-contents > .section {
  padding-top: 4em;
  padding-bottom: 4em;
}

#main-contents div.body {
  max-width: 100%;
  padding:0 1em;
  margin: 0 auto;
}

#main-contents .column ~ .column {
  margin-top: 20px;
}

}

/* ****************************************************************************************************
   * 下層ビジュアル
**************************************************************************************************** */

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインビジュアル
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body.layout-lower #visual {
  position: relative;
  background: url("../../_images/plan/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/*スポーツ団体宿泊*/
body.page-sports #visual {
  position: relative;
  background: url("../../_images/plan/sports/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/*ゼミ旅行・受験・スクーリング*/
body.page-seminar #visual {
  position: relative;
  background: url("../../_images/plan/seminar/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/*同窓会*/
body.page-reunion #visual {
  position: relative;
  background: url("../../_images/plan/reunion/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/*卒団式・納会・謝恩会*/
body.page-celebration #visual {
  position: relative;
  background: url("../../_images/plan/celebration/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/*バーベキュー*/
body.page-barbecue #visual {
  position: relative;
  background: url("../../_images/plan/barbecue/visual.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}


/* ****************************************************************************************************
   * サイドナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.layout-flex {
  position: relative;
  display: flex;
  align-items: stretch;
  max-width: 100%;
  width: 1600px;
  padding-right: 225px;
  padding-bottom: 90px;
  margin: 0 auto;
}

.js-location-content {
  flex: 1;
}

.js-location-nav {
  width: 230px;
  padding-top: /*80px*/40em;
  padding-left: 15px;
}

.js-location-nav ul {
  position: sticky;
  top: 125px;
}
.js-location-nav ul li {
  position: relative;
}
.js-location-nav ul li a::before {
  content: "";
  display: block;
  background: none;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li a.is-current::before {
  content: "";
  display: block;
  background: url("../../_images/_common/footer-arrow.png") no-repeat;
  width: 6px;
  height: 10px;
  background-size: 6px 10px;
  position: absolute;
  top: 6px;
  left: 0;
}
.js-location-nav ul li ~ li {
  margin-top: 30px;
}
.js-location-nav ul li a {
  position: relative;
  color: #bbbbbb;
  font-weight: bold;
  padding-left: 0.8em;
}
.js-location-nav ul li a::after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background: #bbbbbb;
  position: absolute;
  bottom: -30px;
  left: 2em;
}
.js-location-nav ul li:last-child a::after {
  display: none;
}
/* カレント表示の指定 */
.js-location-nav ul li a:hover,
.js-location-nav ul li a.is-current{
  color: var(--c-black);
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1560px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    padding-right: 0;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: flex;
    align-items: stretch;
    max-width: 100%;
    width: 1600px;
    padding-right: 0;
    padding-bottom: 90px;
    margin: 0 auto;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1360px) {
  /*ブラウザの幅が736px以下の時*/
  .js-location-nav {
    padding-top: 80px;
    padding-left: 15px;
    width: 20%;
  }
  .js-location-content {
    flex: 1;
    width: 80%;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1180px) {
  /*ブラウザの幅が736px以下の時*/
  .layout-flex {
    position: relative;
    display: block;
    align-items: stretch;
    max-width: 100%;
    width: 100%;
    padding-right: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .js-location-nav {
    display: none;
  }
  .js-location-content {
    flex: 1;
    width: 100%;
  }
}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-plan
.page-nav {}

body.page-plan
.page-nav .layout-flex-5 {
  justify-content: space-between;
}

body.page-plan
.page-nav .body {
  max-width: 1120px;
}

body.page-plan
.page-nav span.br {
  display: block;
}

body.page-plan
.page-nav li {
  width: 200px;
  margin: 0;
}
body.page-plan
.page-nav li:nth-child(2) a,
body.page-plan
.page-nav li:nth-child(4) a {
  padding: 0.4em;
}
body.page-plan
.page-nav li a {
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1400px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-plan
  .page-nav .layout-flex-5 {
    justify-content: center;
  }
  body.page-plan
  .page-nav li {
    width: 48%;
    margin: 0 1% 10px;
  }
  body.page-plan
  .page-nav li:last-child {
    margin-bottom: 0;
  }
  body.page-plan
  .page-nav li a::after {
    display: none;
  }
}


/* ****************************************************************************************************
   * 特典付きプラン
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.plan {
  position: relative;
  padding-top: 90px;
}

.plan .body {
  max-width: 1120px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .plan {
    position: relative;
    padding-top: 40px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.plan .title {
  position: relative;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.6;
}
.plan .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 6.0rem;
  font-family: "EB Garamond", serif;
  line-height: 1.0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .plan .title {
    position: relative;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1.6;
  }
  .plan .title::before {
    content: attr(data-txt);
    display: block;
    font-size: 3.0rem;
     font-family: "EB Garamond", serif;
    line-height: 1.0;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * 扉ページ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#bounus {
  padding-bottom: 130px;
}

#bounus .layout-flex-2 {
  justify-content: center;
  column-gap: 40px;
}
#bounus .layout-flex-2 > :nth-child(n+3) {
  margin-top: 60px;
}

#bounus .title-1 {
  font-size: 2.5rem;
}

#bounus .images {
  margin-top: 0.5em;
  text-align: center;
}

#bounus .link-btn {}

#bounus .link-btn .btn {
  width: 200px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #bounus .layout-flex-2 {
    justify-content: center;
    column-gap: 20px;
  }
  #bounus .title-1 {
    font-size: 2.0rem;
  }
}


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * リード文
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#lead {
  padding-top: 60px;
}

#lead .layout-flex-2 {
  display: flex;
  align-items: center;
}
#lead .layout-flex-2 picture {
  text-align: center;
  display: block;
}
#lead .detail p {
  font-size: 3.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  #lead .detail p {
    font-size: 2.0rem;
  }
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #lead .layout-flex-2 {
    display: block;
    align-items: center;
  }
  #lead .layout-flex-2 picture {
    text-align: center;
  }
  #lead .detail p {
    font-size: 2.0rem;
    text-align: center;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サポート内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#support {}

/* ----------------------------------------------------------------------------------------------------
   * 内容（写真＋テキスト）
/* ------------------------------------------------------------------------------------------------- */

#support ul.layout-flex-2 {
  margin-top: 50px;
}
#support ul.layout-flex-2 li:nth-child(n+3) {
  margin-top: 60px;
}

#support ul.layout-flex-2 .content {}
#support ul.layout-flex-2 .content .title-1 {
  font-size: 2.0rem;
}
#support ul.layout-flex-2 .content .title-1 span {
  color: var(--c-brown);
  margin-right: 0.5em;
}
#support ul.layout-flex-2 .content .meta {
  margin-top: 20px;
}
#support ul.layout-flex-2 .content .meta .text {
  margin-top: 0;
}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #support ul.layout-flex-2 .content .meta.layout-flex-2 {
    justify-content: flex-start;
  }
  #support ul.layout-flex-2 .content .meta.layout-flex-2 picture {
    width: 37%;
  }
  #support ul.layout-flex-2 .content .meta.layout-flex-2 .text {
    width: 60%;
    margin-left: 3%;
  }
}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * プラン内容
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#plan {
  padding-top: 140px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #plan {
    padding-top: 7rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#plan .title-1 {
  background: var(--c-brown);
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5em;
  line-height: 1.4;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #plan .title-1 {
    background: var(--c-brown);
    color: #fff;
    font-size: 1.8rem;
    padding: 0.5em;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

#plan .item {}

#plan .item .title-2 {
  font-size: 2.0rem;
}
#plan .item .title-2 span {
color: var(--c-brown);
  margin-right: 0.5em;
}

#plan .layout-flex-2 .item ~ .item {
  margin-top: 0;
}
#plan .item .box {
  margin-top: 1em;
  background: #f7f5f1;
  padding: 20px;
}
#plan .item .box .align-r {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  #plan .layout-flex-2 .item ~ .item {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テーブル
/* ------------------------------------------------------------------------------------------------- */

#plan table.default > tbody > tr > * {
  width: 16.667%;
}
#plan table.default > tbody > tr > th[scope="col"] {
  border: solid 1px #ddd;
}
#plan table.default > tbody > tr > td {
  border: solid 1px #ddd;
}

@media screen and (max-width: 736px) {
  .scroll-hint > .wrap {
    min-width: 820px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ボタン
/* ------------------------------------------------------------------------------------------------- */

.plan .link-btn.flex {
  margin-top: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan .link-btn.flex a {
  margin: 0 1%;
}

.plan .link-btn ~ .link-btn {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  .plan .link-btn.flex {
    margin-top: 60px;
    display: block;
    align-items: center;
    justify-content: center;
  }
  .plan .link-btn.flex a {
   margin: 0 auto;
  }
  .plan .link-btn.flex a ~ a {
    margin-top: 20px;
  }
}

/* ****************************************************************************************************
   * スポーツ団体宿泊
**************************************************************************************************** */

/* ****************************************************************************************************
   * ゼミ旅行・受験・スクーリング
**************************************************************************************************** */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-seminar 
#plan article ~ article {
  padding-top: 80px;
}

body.page-seminar 
#plan article.section-1 {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-seminar 
  #plan article.section-1 {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（右側）
/* ------------------------------------------------------------------------------------------------- */

body.page-seminar 
#plan .box {
  padding: 40px 30px;
}

body.page-seminar 
#plan .box .title-3 {
  font-size: 2.5rem;
  background: #fff;
  text-align: center;
}
body.page-seminar 
#plan .box .content .item ~ .item {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
body.page-seminar 
#plan .box .content .item:first-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}
body.page-seminar 
#plan .box .content .align-r {
  margin-top: 1em;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-seminar 
  #plan .box {
    padding: 20px;
  }
  body.page-seminar 
  #plan .box .title-3 {
    font-size: 2.0rem;
    background: #fff;
    text-align: center;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 料金
/* ------------------------------------------------------------------------------------------------- */

body.page-seminar 
#plan .box .tax {
  margin-top: 0;
  text-align: right;
}
body.page-seminar 
#plan .box .tax small {
  font-size: 1.6rem;
}
body.page-seminar 
#plan .box .tax span {
  font-size: 3.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-seminar 
  #plan .box .tax small {
    font-size: 1.6rem;
  }
  body.page-seminar 
  #plan .box .tax span {
    font-size: 2.4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容（左側）
/* ------------------------------------------------------------------------------------------------- */

#plan .box .detail .item ~ .item {
  margin-top: 40px;
}
#plan .box .detail ol.default {
  margin-top: 1em;
}


/* ----------------------------------------------------------------------------------------------------
   * 学生プラン
/* ------------------------------------------------------------------------------------------------- */

body.page-seminar 
#plan .contents.layout-2 {
  justify-content: flex-start;
  align-items: center;
}

body.page-seminar
#plan .contents.layout-2 picture {
  width: 37%;
  display: block;
}

body.page-seminar
#plan .contents.layout-2 .detail {
  width: 57%;
  margin-left: 5%;
}

body.page-seminar
#plan .contents.layout-2 .detail .subtitle {
  font-size: 2.0rem;
  max-width: 480px;
}
body.page-seminar
#plan .contents.layout-2 .detail .link-btn a {
  margin-left: 0;
  margin-right: auto;
}
body.page-seminar
#plan .contents.layout-2 .detail .link-btn a::after {
  content: "";
  display: block;
  background: url("../../_images/_common/detail-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 20px 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border: none;
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-seminar
  #plan .contents.layout-2 picture {
    width: 100%;
    display: block;
    text-align: center;
  }
  body.page-seminar
  #plan .contents.layout-2 .detail {
    width: 100%;
    margin-left: 0;
    margin-top: 1em;
  }
  body.page-seminar
  #plan .contents.layout-2 .detail .subtitle {
    font-size: 1.8rem;
    max-width: 480px;
    margin: 0 auto;
  }
  body.page-seminar
  #plan .contents.layout-2 .detail .link-btn a {
    margin: 0 auto;
  }
}


/* ****************************************************************************************************
   * 同窓会
**************************************************************************************************** */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-reunion
#lead .detail p {
  font-size: 2.5rem;
}

body.page-reunion
#lead .item {}

body.page-reunion
#lead .item .title-2 {
  font-size: 2.0rem;
  border-bottom: 1px solid #ddd;
}
body.page-reunion
#lead .item .title-2 span {
  color: var(--c-brown);
  margin-right: 0.5em;
}

body.page-reunion
#lead .item .tax {
  margin-top: 0;
}

body.page-reunion
#lead .item .tax span {
  font-size: 3.0rem;
}

body.page-reunion
#lead .item .tax small {
  font-size: 1.6rem;
}

body.page-reunion
#lead .item .text {
  font-size: 1.6rem;
}


body.page-reunion
#lead .list .layout-flex-2 {
  align-items: flex-start;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-reunion
  #lead .detail p {
    font-size: 2.0rem;
  }
  body.page-reunion
  #lead .item .title-2 {
    text-align: left;
  }
  body.page-reunion
  #lead .item .tax {
    margin-top: 0;
    text-align: left;
  }
  
  body.page-reunion
  #lead .item .tax small:last-child {
    display: block;
    line-height: 1.0;
  }
  
  body.page-reunion
  #lead .item .text {
    font-size: 1.6rem;
    text-align: left;
  }
}


/* ****************************************************************************************************
   * 卒団式・納会・謝恩会
**************************************************************************************************** */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-celebration
#lead .detail p {
  font-size: 2.5rem;
}

body.page-celebration 
#plan article ~ article {
  padding-top: 80px;
}

body.page-celebration 
#plan article.section-1 {
  margin-top: 40px;
  position: relative;
}
body.page-celebration 
#plan article.section-1::after {
  content: "+";
  display: block;
  font-size: 7.0rem;
  line-height: 1.0;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-celebration
  #lead .detail p {
    font-size: 2.0rem;
  }
  body.page-celebration 
  #plan article.section-1 {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

body.page-celebration 
#plan .title-1 {
  text-align: center;
}

body.page-celebration 
#plan .layout-flex-3 .item .tax {
  text-align: center;
}

body.page-celebration 
#plan .layout-flex-3 .item .tax small {
  display: block;
  font-size: 1.6rem;
  line-height: 1.0;
}
body.page-celebration 
#plan .layout-flex-3 .item .tax span {
  font-size: 3.0rem;
}
body.page-celebration 
#plan .box {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-celebration 
  #plan .layout-flex-3 > * {
    width: 100%;
  }
  body.page-celebration 
  #plan .layout-flex-3 > * ~ * {
    margin-top: 1em;
  }
}


/* ****************************************************************************************************
   * バーベキュー
**************************************************************************************************** */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

body.page-barbecue
#lead .detail p {
  font-size: 2.5rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-barbecue
  #lead .detail p {
    font-size: 2.0rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 内容
/* ------------------------------------------------------------------------------------------------- */

body.page-barbecue 
#plan .box .content .item ~ .item {
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
body.page-barbecue 
#plan .box .content .item:first-child {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}


body.page-barbecue 
#plan .box .content .item .text-1 {
  margin-top: 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:900px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-barbecue 
  #plan .box .layout-flex-2 > * {
    width: 100%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * 料金
/* ------------------------------------------------------------------------------------------------- */

body.page-barbecue 
#plan .box .tax {
  margin-top: 0;
  text-align: right;
}
body.page-barbecue 
#plan .box .tax small {
  font-size: 1.6rem;
}
body.page-barbecue 
#plan .box .tax span {
  font-size: 3.0rem;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {
  /*ブラウザの幅が736px以下の時*/
  body.page-barbecue 
  #plan .box .tax small {
    font-size: 1.6rem;
  }
  body.page-barbecue 
  #plan .box .tax span {
    font-size: 2.4rem;
  }
}






