@charset "UTF-8";
/*$color_sub: #ffcf03;//SP
*/
/*$vartical-line1: 1.7;
$vartical-line2: 1.5;
*/
/*リセット*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a, a:hover, a:visited {
  color: #333;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}

th, td {
  vertical-align: top;
}

caption {
  text-align: left;
}

img {
  vertical-align: bottom;
  border: none;
  width: 100%;
}

object, embed {
  vertical-align: top;
}

fieldset {
  border: none;
}

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
} /* IE < 8 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  border: 1px solid #ddd;
}

address {
  font-style: normal;
}

/* form */
button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  margin: 0 auto;
  padding: 0;
  color: #fff;
  font-family: Arial, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* ■■■■■■■■■
  ヘッダー
  ■■■■■■■■■■*/
  /* ■■■■■■■■■
  コンテンツ
  ■■■■■■■■■■*/
}
body #wrap {
  background: #fff;
  background: url("../../campaign/plan_2019_kyosiki/img/bg.jpg") no-repeat;
  width: 100%;
  background-size: cover;
}
body .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body .col {
  width: 100%;
}
body .mdNone {
  display: none !important;
}
@media only screen and (max-width:991px), print and (max-width: 1cm) {
  body .mdNone {
    display: block !important;
  }
}
body .spNone {
  display: block !important;
}
@media only screen and (max-width:991px), print and (max-width: 1cm) {
  body .spNone {
    display: none !important;
  }
}
body .lgNone {
  display: block !important;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .lgNone {
    display: none !important;
  }
}
body .lb-details {
  display: none;
}
body .attTxt {
  color: #FF0000;
}
body .smallTxt {
  font-size: 0.8em;
  display: inline-block;
  margin-left: 10px;
}
body .bigTxt {
  font-size: 1.2em;
  font-weight: bold;
}
body #header {
  position: relative;
}
body #header::before {
  content: "";
  background: url("../../campaign/plan_2019_kyosiki/img/h1.png") no-repeat;
  height: 35%;
  position: absolute;
  left: 20%;
  right: 25%;
  top: 16%;
  background-size: contain;
  z-index: 100;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body #header::before {
    top: 10%;
  }
}
body #header .h_line {
  width: 100%;
  background: #4ea5df;
  padding: 5px;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
}
body #header .headerInner {
  position: relative;
  width: 100%;
  /*			&::before {
  display:block;
  content:"";
  padding-top:56%; // 画像縦幅÷画像横幅 (787÷1400)=0.5621
  }*/
}
body #header .headerInner::before {
  content: "";
  background: url("../../campaign/plan_2019_kyosiki/img/main_txt02.png") no-repeat;
  width: 50px;
  height: 81%;
  position: absolute;
  left: 7%;
  top: 16%;
  background-size: contain;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body #header .headerInner::before {
    width: 100px;
    top: 30%;
    left: 13%;
    height: 56%;
  }
}
body #header .headerInner::after {
  content: "";
  background: url("../../campaign/plan_2019_kyosiki/img/main_txt01.png") no-repeat;
  width: 47px;
  height: 72%;
  position: absolute;
  left: 84%;
  top: 15%;
  background-size: contain;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body #header .headerInner::after {
    width: 100px;
    height: 44%;
    left: 80%;
  }
}
body #header .headerInner img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body #header {
    width: 1500px;
    margin: 0 auto;
  }
}
body .contentBoxwrap {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap {
    width: 1200px;
    border-top: 4px solid #ffbde2;
    padding-top: 40px;
    margin-top: -100px;
  }
}
body .contentBoxwrap .contentBox {
  margin: 0 auto;
  padding: 40px 10px 0;
  width: 100%;
  /*
  披露宴Plan
  */
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox {
    width: 1000px;
  }
}
body .contentBoxwrap .contentBox p {
  color: #000;
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox p {
    font-size: 2.2em;
  }
}
body .contentBoxwrap .contentBox p.zeikomiTxt {
  width: 100%;
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}
body .contentBoxwrap .contentBox h2 {
  width: 100%;
  color: #258da9;
  font-family: "Folk Bold";
  letter-spacing: 1px;
  margin: 0 auto 0;
  text-align: center;
  height: auto;
  font-size: 3.1em;
  position: relative;
  font-style: italic;
}
body .contentBoxwrap .contentBox h2 span {
  font-size: 0.4em;
}
body .contentBoxwrap .contentBox h2 span:last-child {
  font-size: 0.3em;
}
body .contentBoxwrap .contentBox h2 img {
  width: 100%;
  height: auto;
}
body .contentBoxwrap .contentBox h2::after {
  content: "";
  background: url("../../campaign/plan_2019_kyosiki/img/vector.png") no-repeat;
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: -44px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-position: 50%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox h2 {
    width: 100%;
    font-size: 6.2em;
    font-style: normal;
  }
  body .contentBoxwrap .contentBox h2 span {
    font-size: 0.5em;
  }
}
body .contentBoxwrap .contentBox.plan {
  padding-top: 25px;
}
body .contentBoxwrap .contentBox.plan h2 {
  width: 100%;
  position: relative;
  background: none;
  margin-bottom: 30px;
  padding-top: 10px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.plan h2 {
    width: 677px;
  }
}
body .contentBoxwrap .contentBox.plan h2:after {
  content: none;
}
body .contentBoxwrap .contentBox.plan img {
  width: 100%;
  height: auto;
}
body .contentBoxwrap .contentBox.plan .naiyo01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body .contentBoxwrap .contentBox.plan .naiyo01 .chapel {
  width: 45%;
  text-align: center;
}
body .contentBoxwrap .contentBox.plan .naiyo01 .chapel img {
  margin-bottom: 10px;
}
body .contentBoxwrap .contentBox.plan .naiyo01 .chapel p {
  width: 80%;
  font-weight: normal;
  font-size: 1.1em;
  margin: 0 auto;
}
body .contentBoxwrap .contentBox.plan .naiyo01 .cafe {
  width: 45%;
  text-align: center;
}
body .contentBoxwrap .contentBox.plan .naiyo01 .cafe img {
  margin-bottom: 10px;
}
body .contentBoxwrap .contentBox.plan .naiyo01 .cafe p {
  width: 80%;
  font-weight: normal;
  font-size: 1.1em;
  margin: 0 auto;
}
body .contentBoxwrap .contentBox.plan p.plus {
  font-size: 5em;
  color: #30AC7C;
}
body .contentBoxwrap .contentBox.plan .naiyo02 {
  border: 1px solid #ddd;
  padding: 20px;
  background: url("../../campaign/plan_2019_kyosiki/img/note_bg.jpg");
  background-size: cover;
}
body .contentBoxwrap .contentBox.plan .naiyo02 ul li {
  color: #000;
  font-size: 1.2em;
  margin-bottom: 10px;
  width: 100%;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
body .contentBoxwrap .contentBox.riyu {
  overflow: hidden;
}
body .contentBoxwrap .contentBox.riyu h2 {
  width: 100%;
  position: relative;
  background: none;
  margin-bottom: 30px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu h2 {
    width: 600px;
  }
}
body .contentBoxwrap .contentBox.riyu h2:after {
  content: none;
}
body .contentBoxwrap .contentBox.riyu p.conceptTxt {
  font-size: 1.2em;
  margin-bottom: 50px;
}
body .contentBoxwrap .contentBox.riyu img {
  width: 100%;
  height: auto;
}
body .contentBoxwrap .contentBox.riyu .riyuBox {
  width: 100%;
  margin-bottom: 65px;
  overflow: hidden;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox {
  width: 100%;
  text-align: left;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox .cap {
  color: #258da9;
  font-family: " Shuei MaruGo L";
  letter-spacing: 1px;
  margin-bottom: -20px;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox .cap .span1 {
  font-size: 2em;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox .cap .span2 {
  font-size: 3em;
  font-style: italic;
  margin-left: -10px;
  font-family: "Hiragino Maru Gothic W3 JIS2004";
  letter-spacing: 1px;
  color: #598ae3;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox .cap .span3 {
  font-family: "FB Californian Text Roman";
  letter-spacing: 1px;
  margin-left: -15px;
  font-size: 1.4em;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox h3 {
  font-family: "Folk Bold";
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: bold;
  color: #598ae3;
  margin-bottom: 10px;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox p {
  text-align: left;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.8;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 .txtBox {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono1 img {
    width: 50%;
    float: right;
  }
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox {
  width: 100%;
  text-align: right;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox {
    text-align: left;
    width: 50%;
    float: left;
  }
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox .cap {
  color: #258da9;
  font-family: " Shuei MaruGo L";
  letter-spacing: 1px;
  margin-bottom: -20px;
  text-align: right;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox .cap {
    text-align: left;
  }
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox .cap .span1 {
  font-size: 2em;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox .cap .span2 {
  font-size: 3em;
  font-style: italic;
  color: #e359ba;
  font-family: "Hiragino Maru Gothic W3 JIS2004";
  letter-spacing: 1px;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox .cap .span3 {
  font-family: "FB Californian Text Roman";
  letter-spacing: 1px;
  font-size: 1.4em;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox h3 {
  font-family: "Folk Bold";
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: bold;
  color: #e359ba;
  text-align: right;
  margin-bottom: 10px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox h3 {
    text-align: left;
  }
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox p {
  text-align: right;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.8;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox p {
    text-align: left;
  }
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 .txtBox p img {
  width: 60%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono2 img {
    width: 50%;
    float: right;
  }
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox {
  width: 100%;
  text-align: left;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox .cap {
  color: #258da9;
  font-family: " Shuei MaruGo L";
  letter-spacing: 1px;
  margin-bottom: -20px;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox .cap .span1 {
  font-size: 2em;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox .cap .span2 {
  font-size: 3em;
  font-style: italic;
  font-family: "Hiragino Maru Gothic W3 JIS2004";
  letter-spacing: 1px;
  color: #70c23b;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox .cap .span3 {
  font-family: "FB Californian Text Roman";
  letter-spacing: 1px;
  font-size: 1.4em;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox h3 {
  font-family: "Folk Bold";
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: bold;
  color: #70c23b;
  margin-bottom: 10px;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox p {
  text-align: left;
  font-weight: normal;
  font-size: 1.1em;
  line-height: 1.8;
}
body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox p img {
  width: 60%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 .txtBox {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.riyu .riyuBox.sono3 img {
    width: 50%;
    float: right;
  }
}
body .contentBoxwrap .contentBox .planBox {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
body .contentBoxwrap .contentBox .planBox h3 {
  display: inline-block;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  color: #000;
  border-bottom: 3px solid #598ae3;
  margin-bottom: 50px;
}
body .contentBoxwrap .contentBox .planBox .planList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-bottom: 30px;
}
body .contentBoxwrap .contentBox .planBox .planList li {
  width: 33%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .planBox .planList li {
    width: 246px;
  }
}
body .contentBoxwrap .contentBox .planBox .planNaiyo {
  width: 100%;
  border: 1px solid #958062;
  background: #FFF0DA;
  margin-bottom: 50px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .planBox .planNaiyo {
    width: 1000px;
  }
}
body .contentBoxwrap .contentBox .planBox .planNaiyo h4 {
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #fff;
  background: #958062;
}
body .contentBoxwrap .contentBox .planBox .planNaiyo .naiyoTxt {
  font-size: 0.9em;
  text-align: left;
  padding: 10px;
}
body .contentBoxwrap .contentBox .mealBox {
  width: 100%;
  margin-bottom: 50px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .mealBox {
    width: 1000px;
  }
}
body .contentBoxwrap .contentBox .mealBox h4 {
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #000000;
  background: #e9e9e9;
  margin-bottom: 40px;
}
body .contentBoxwrap .contentBox .mealBox .mealList {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin-bottom: 30px;
}
body .contentBoxwrap .contentBox .mealBox .mealList li {
  width: 30%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .mealBox .mealList li {
    width: 270px;
  }
}
body .contentBoxwrap .contentBox .mealBox .mealList li .mealTxt {
  font-size: 1.1em;
  margin-bottom: 5px;
}
body .contentBoxwrap .contentBox .mealBox .mealList li ul li {
  width: 100%;
  color: #000;
  font-weight: bold;
  padding: 5px;
}
body .contentBoxwrap .contentBox .mealBox .mealList li ul li:nth-of-type(odd) {
  background: #f0f9ff;
}
body .contentBoxwrap .contentBox .mealBox .mealList li ul li:nth-of-type(even) {
  background: #fff9ea;
}
body .contentBoxwrap .contentBox .mealBox .mealList p {
  font-size: 0.9em;
  font-weight: normal;
  text-align: left;
}
body .contentBoxwrap .contentBox .mealBox .mealList p.mealTxt {
  font-weight: bold;
  text-align: center;
}
body .contentBoxwrap .contentBox .mealBox .drinkBox {
  margin-bottom: 50px;
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkTit {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  color: #000;
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner {
  display: block;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #000;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkList {
  list-style: none;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkList {
    width: 70%;
  }
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkList li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkList li .line {
  background: radial-gradient(#000 10%, transparent 30%) center/7px 7px;
  background: -ms-radial-gradient(#000 10%, transparent 30%) center/7px 7px;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 7px;
  margin: 0 10px;
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkList li hr {
  padding: 0;
  border: 0;
  outline: 0;
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkList li .time {
  text-align: right;
  display: block;
}
body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkImg {
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .mealBox .drinkBox .drinkBoxInner .drinkImg {
    width: 30%;
  }
}
body .contentBoxwrap .contentBox .placeBox {
  width: 100%;
  margin-bottom: 70px;
}
body .contentBoxwrap .contentBox .placeBox h4 {
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #000000;
  background: #e9e9e9;
  margin-bottom: 40px;
}
body .contentBoxwrap .contentBox .placeBox .placeBoxInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .placeBox .placeBoxInner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeLeft {
  width: 100%;
  padding-right: 15px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeLeft {
    width: 65%;
  }
}
body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeLeft h5 {
  color: #000;
  font-size: 1.4em;
  font-weight: bold;
}
body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeLeft h5 span {
  margin-left: 10px;
}
body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeLeft .placeTxt {
  font-size: 1em;
  text-align: left;
  font-weight: normal;
}
body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeRight {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeRight {
    width: 30%;
  }
}
body .contentBoxwrap .contentBox .placeBox .placeBoxInner .placeRight img {
  width: 100%;
  height: auto;
}
body .contentBoxwrap .contentBox.option {
  margin-bottom: 50px;
}
body .contentBoxwrap .contentBox.option img {
  width: 100%;
  height: auto;
}
body .contentBoxwrap .contentBox.option h2 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
body .contentBoxwrap .contentBox.option h2:after {
  content: none;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.option h2 {
    width: 600px;
  }
}
body .contentBoxwrap .contentBox.option h4 {
  text-align: left;
  padding: 10px;
  font-weight: bold;
  color: #000000;
  background: #e9e9e9;
  margin-bottom: 10px;
}
body .contentBoxwrap .contentBox.option .optionBox {
  width: 100%;
  background: url("../../campaign/plan_2019_kyosiki/img/option_bg.jpg") repeat;
  background-size: cover;
  padding: 2%;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.option .optionBox {
    padding: 10px;
  }
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner {
  width: 98%;
  margin: 0 auto;
  background: #fff;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner {
    width: 100%;
  }
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table {
  color: #000;
  border: 1px solid #ddd;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table {
    font-style: italic;
    font-size: 1.1em;
  }
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table tr {
  border-bottom: 2px solid #ddd;
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table tr:nth-child(even) {
  background: #F4ECDF;
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table th {
  text-align: left;
  padding: 5px;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table th {
    padding: 20px;
  }
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table th:last-of-type {
  border-left: 1px solid #aaa;
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table td {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}
body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table td.price {
  text-align: right;
}
@media only screen and (min-width:1200px), print and (min-width: 2cm) {
  body .contentBoxwrap .contentBox.option .optionBox .optionBox_inner table td {
    padding: 20px;
  }
}
body .contentBoxwrap .contentBox.option p {
  font-weight: normal;
  font-size: 0.8em;
  text-align: right;
  padding: 10px 5px 0;
}

#pageTop {
  width: 70px;
  height: 70px;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
  font-size: 0.9em;
}
#pageTop a {
  display: block;
  padding: 10px;
  margin: 0 auto;
  font-size: 0.8em;
  border: 3px solid #124d84;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
#pageTop a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border-radius: 10px;
  background-color: #124d84;
  color: #fff;
}
@media only screen and (max-width:767px), print and (min-width: 2cm) {
  #pageTop {
    display: none;
    width: 50px;
    height: 55px;
    font-size: 0.8em;
    bottom: 10px;
    right: 5px;
  }
  #pageTop a {
    padding: 10px 5px;
    line-height: 1;
    border: 2px solid #124d84;
  }
}

.linkBox {
  width: 100%;
  background: #124d84;
  border-top: 2px solid #fff;
  padding: 15px 0 10px;
  margin: 0 auto;
  text-align: center;
}
.linkBox img {
  width: 150px;
  margin: 0 auto;
}

footer {
  width: 70%;
  padding-top: 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  background: #fff;
  color: #333;
}
footer small {
  padding-bottom: 10px;
  font-size: 0.9em;
  text-align: center;
}
@media only screen and (min-width:992px), print and (min-width: 2cm) {
  footer small {
    width: 100%;
    border-bottom: 1px solid #124d84;
    padding: 10px;
  }
}

/* ■■■■■■■■■
	お問い合わせ
	■■■■■■■■■■*/
.contactBox {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  background: #258da9;
  background-position: top center;
}
.contactBox:before {
  content: "";
  background: url(../../campaign/campaign_2018_summer/img/contact_bg.png) no-repeat;
  display: block;
  background-position: top center;
  background-size: contain;
  max-width: 409px;
  width: 100%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -204px;
}
@media only screen and (max-width:991px), print and (max-width: 1cm) {
  .contactBox:before {
    max-width: 100%;
    margin-left: -50%;
  }
}
@media only screen and (max-width:991px), print and (max-width: 1cm) {
  .contactBox {
    width: 100%;
  }
}
.contactBox .contactBoxInner {
  margin: 0 auto;
  padding: 0;
  padding-top: 70px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width:991px), print and (max-width: 1cm) {
  .contactBox .contactBoxInner {
    width: 100%;
    padding-top: 60px;
  }
}
.contactBox .contactBoxInner .cam_telBox {
  width: 100%;
  margin-bottom: 30px;
}
.contactBox .contactBoxInner .cam_telBox p {
  width: 85%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.contactBox .contactBoxInner .cam_telBox p a {
  color: #fff;
  font-family: "Hiragino Maru Gothic W6 JIS2004";
  letter-spacing: 1px;
  font-size: 2.3em;
  letter-spacing: 2px;
}
@media only screen and (max-width:991px), print and (max-width: 1cm) {
  .contactBox .contactBoxInner .cam_telBox p a {
    font-size: 2em;
  }
}
.contactBox .contactBoxInner .cam_telBox p.telSub {
  font-size: 0.9em;
}
.contactBox .contactBoxInner .cam_formBox {
  width: 100%;
  margin: 0 auto;
}
.contactBox .contactBoxInner .cam_formBox p {
  width: 85%;
  text-align: center;
  display: block;
  margin: 0 auto 10px;
  padding: 0;
}
.contactBox .contactBoxInner .cam_formBox .contactBtn {
  width: 100%;
  text-align: center;
}
.contactBox .contactBoxInner .cam_formBox .contactBtn a {
  width: 220px;
  color: #1568b6;
  display: block;
  border-radius: 5px;
  border: 3px solid #3582c8;
  margin: 0 auto;
  background: #fff;
  padding: 10px;
  font-family: "Hiragino Maru Gothic W6 JIS2004";
  letter-spacing: 1px;
  letter-spacing: 2px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.contactBox .contactBoxInner .cam_formBox .contactBtn a:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #095ba7;
  border: 3px solid #fff;
  color: #fff;
}