@charset "UTF-8";

/* ==========================================================================

 Base

 ========================================================================== */

@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 100;
}

@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 200;
}

@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 300;
}

@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Medium");
font-weight: 400;
}

@font-face {
font-family: "Yu Gothic";
src: local("Yu Gothic Bold");
font-weight: bold;
}

html {
font-size: 62.5%;
}

body .plan {
font-size: 14px;
color: #44443C;
font-weight: normal;
margin: 0;
padding: 0;
}

* {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

.clearfix:before, .clearfix:after {
content: " ";
display: table;
}

.clearfix:after {
clear: both;
}

h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
font-weight: normal;
}

form, input, select {
margin: 0;
padding: 0;
}

input, select {
vertical-align: middle;
}

ul, ol, li {
list-style: none;
margin: 0;
padding: 0;
}

i {
font-style: normal;
}

img {
vertical-align: top;
}

button {
border: none;
}


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.u-full-width {
width: 100%;
}

.u-max-full-width {
max-width: 100%;
}


/* ---------------------------------------------
  font Style
--------------------------------------------- */

.fBold {
font-weight: bold;
}

.fItalic {
font-style: italic;
}

.fnormal {
font-weight: normal;
}

.f10 {
font-size: 1.0rem !important;
}

.f12 {
font-size: 1.2rem !important;
}

.f14 {
font-size: 1.4rem !important;
}

.f16 {
font-size: 1.6rem !important;
}

.f18 {
font-size: 1.8rem !important;
}

.f20 {
font-size: 2rem !important;
}


/* ---------------------------------------------
  float
--------------------------------------------- */

.f_l {
float: left;
}

.f_r {
float: right;
}


/* ---------------------------------------------
  inline align
--------------------------------------------- */

.t_align_l {
text-align: left !important;
}

.t_align_c {
text-align: center !important;
}

.t_align_r {
text-align: right !important;
}

.pre {
white-space: pre;
}

.colorPink {
color: #3e3a39;
}

.colorBlue {
color: #00a8ba;
}


/* ---------------------------------------------
  other
--------------------------------------------- */

.imgRep {
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}


/* pagetop
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.pagetop {
position: fixed !important;
right: 30px;
bottom: 0px;
z-index: 10;
}

#back-top {
position: relative;
}

@media screen and (max-width: 767px) {
#back-top {
  z-index: 7;
  position: relative;
  width: 55px;
  margin: 0 auto -27px;
}
.pagetop {
  right: 2.5%;
  bottom: 58px;
  display: block;
  opacity: 1;
  -moz-transition: 0s;
  -o-transition: 0s;
  -webkit-transition: 0s;
  transition: 0s;
}
.pagetop img {
  width: 30px;
}
#back-top span {
  width: 55px;
  height: 55px;
  position: static;
  text-align: center;
}
#back-top span:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
}


/* common parts
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.btn.external img {
margin-right: 8px;
}

.btn.pdf img {
margin-right: 8px;
}

.btnViewAll {
text-align: center;
display: inline-block;
}

.btnViewAll a {
background-color: #3e3a39;
width: 180px;
display: block;
padding: 5px 0;
}

.btnViewAll a img {
height: 15px;
vertical-align: middle;
}

.btnViewAll a:hover {
background-color: rgba(153, 132, 82, 0.6);
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

.btnViewAll a:after {
content: "";
width: 7px;
height: 9px;
background: url(../../img/plan/btn_arrow_white.png) left top;
background-size: 7px 9px;
display: inline-block;
vertical-align: middle;
line-height: 1;
margin-left: 0.8em;
}

.btnViewAll span {
background-color: #3e3a39;
width: 180px;
display: block;
padding: 5px 0;
}

.btnViewAll span img {
height: 15px;
vertical-align: middle;
}

.btnViewAll span:hover {
background-color: #3e3a39;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

.btnViewAll span:after {
content: "";
width: 7px;
height: 9px;
background: url(../../img/plan/btn_arrow_white.png) left top;
background-size: 7px 9px;
display: inline-block;
vertical-align: middle;
line-height: 1;
margin-left: 0.8em;
}

.btnSeemore {
text-align: center;
display: inline-block;
}

.btnSeemore a {
background-color: #3e3a39;
width: 180px;
display: block;
padding: 5px 0;
}

.btnSeemore a img {
height: 15px;
vertical-align: middle;
}

.btnSeemore a:hover {
background-color: rgba(153, 132, 82, 0.6);
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

.btnSeemore a:after {
content: "";
width: 7px;
height: 9px;
background: url(../../img/plan/btn_arrow_white.png) left top;
background-size: 7px 9px;
display: inline-block;
vertical-align: middle;
line-height: 1;
margin-left: 0.8em;
}

.btnSeemore span {
background-color: #3e3a39;
width: 180px;
display: block;
padding: 5px 0;
}

.btnSeemore span img {
height: 15px;
vertical-align: middle;
}

.btnSeemore span:hover {
background-color: #3e3a39;
filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
opacity: 1;
}

.btnSeemore span:after {
content: "";
width: 7px;
height: 9px;
background: url(../../img/plan/btn_arrow_white.png) left top;
background-size: 7px 9px;
display: inline-block;
vertical-align: middle;
line-height: 1;
margin-left: 0.8em;
}

.linkText:hover:after {
text-decoration: none !important;
}

.linkText:after {
content: " >";
margin-left: 0;
text-decoration: none !important;
}


/* 適用条件厳しく  2019/12/20 */

div.plan .inner {
width: 960px;
margin-left: auto;
margin-right: auto;
position: relative;
}

.overlay_bg {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: fixed;
left: 0;
top: 0;
z-index: 8;
display: none;
}

.overlay_bg.active {
display: block;
-webkit-animation: fadeShow 0.2s linear 0s;
animation: fadeShow 0.2s linear 0s;
}

.pc {
display: block !important;
}

.sp {
display: none !important;
}

@media screen and (max-width: 767px) {
.btn.external img {
  margin-right: 5px;
}
.btn.pdf img {
  margin-right: 5px;
}
.btnViewAll {
  text-align: center;
  display: inline-block;
}
.btnViewAll a {
  background-color: #3e3a39;
  width: 138px;
  display: block;
  padding: 7px 0;
}
.btnViewAll a img {
  height: 12px;
  vertical-align: middle;
}
.btnViewAll a:hover {
  background-color: rgba(153, 132, 82, 0.6);
}
.btnViewAll a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) left top;
  background-size: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8em;
}
.btnSeemore {
  text-align: center;
  display: inline-block;
}
.btnSeemore a {
  background-color: #3e3a39;
  width: 180px;
  display: block;
  padding: 5px 0;
}
.btnSeemore a img {
  height: 15px;
  vertical-align: middle;
}
.btnSeemore a:hover {
  background-color: rgba(153, 132, 82, 0.6);
}
.btnSeemore a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) left top;
  background-size: 7px 9px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-left: 0.8em;
}
/* 適用条件厳しく 2019/12/20 */
div.plan .inner {
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
}


/* common layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#wrapper {
width: 100%;
padding: 0;
margin: 0;
overflow: hidden;
}

.gnavi {
padding: 0 20px 0 40px;
}

.gnavi ul>li a {
line-height: 36px;
color: #44443C;
display: block;
-moz-transition: 0.4s;
-o-transition: 0.4s;
-webkit-transition: 0.4s;
transition: 0.4s;
background-position: right 13px;
}

.gnavi ul>li a.active {
color: #44443C;
background: url(../../img/plan/btn_arrow_black_s.png) no-repeat right 13px;
}

.gnavi ul>li a:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
opacity: 0.6;
text-decoration: none;
}

.footNavArea {
border-top: 1px solid #e6e6e6;
padding: 15px 0 0 20px;
width: 100%;
position: absolute;
left: 0;
bottom: 0;
}

.footNavArea ul li {
float: left;
margin-right: 6px;
}

.footNavArea ul li:nth-child(2) {
margin-right: 10px;
}

.footNavArea ul li:nth-child(3) {
margin-right: 10px;
}

.footNavArea ul li:last-child {
margin-right: 0px;
}

.footNavArea ul li a {
display: block;
font-size: 11px;
color: #44443C;
}

.footNavArea ul li a img {
width: 20px;
}

.contents {
position: relative;
/* padding-left: 248px; */
overflow: hidden;
}

.titleBlock {
margin-bottom: 48px;
}

.titleBlock h2 {
font-size: 2rem;
line-height: 1;
position: relative;
letter-spacing: 6px;
text-align: center;
text-indent: 6px;
}


/* .titleBlock h2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #3e3a39;
    left: 50%;
    top: 35px;
    margin-left: -20px; } */

.titleBlock span {
font-size: 1.2rem;
line-height: 1.7;
display: block;
margin-top: 30px;
letter-spacing: 2px;
text-align: center;
text-indent: 2px;
color: #666;
}
.centerBox .wrap {
  text-align: center;
  letter-spacing: -0.4em;
}
.centerBox .wrap .item {
  letter-spacing: normal;
  display: inline-block;
}
.floatBlockPC {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 322px;
  z-index: 100;
}
.floatBlockPC .btnBox {
  margin-bottom: 15px;
  overflow: hidden;
}
.floatBlockPC .btnBox ul {
  display: table;
  width: 100%;
}
.floatBlockPC .btnBox ul li {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.floatBlockPC .btnBox ul li.reservation a {
  background-color: #3e3a39;
}
.floatBlockPC .btnBox ul li.reservation a img {
  height: 14px;
}
.floatBlockPC .btnBox ul li.fair a {
  background-color: #998453;
}
.floatBlockPC .btnBox ul li.fair a img {
  height: 12px;
}
.floatBlockPC .btnBox ul li:first-child {
  border-right: 1px solid #fff;
}
.floatBlockPC .btnBox ul li a {
  display: block;
  text-align: center;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 9px 0;
}
.floatBlockPC .btnBox ul li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.floatBlockPC .btnBox ul li a img {
  margin-right: 5px;
}
.floatBlockPC .modalBox {
  background-color: #fff;
  border-radius: 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
  text-align: center;
  padding: 20px;
  display: none;
}
.floatBlockPC .modalBox.active {
  display: block;
  -webkit-animation: fadeShow 0.4s linear 0s;
  -moz-animation: fadeShow 0.4s linear 0s;
  animation: fadeShow 0.4s linear 0s;
}
.floatBlockPC .modalBox#inquiryBox>ul {
  margin-bottom: 12px;
}
.floatBlockPC .modalBox#inquiryBox>ul>li a {
  background-color: #998453;
}
.floatBlockPC .modalBox#inquiryBox .number {
  color: #8c7746;
}
.floatBlockPC .modalBox>ul {
  margin-bottom: 20px;
}
.floatBlockPC .modalBox>ul>li {
  margin-bottom: 2px;
}
.floatBlockPC .modalBox>ul>li a {
  background-color: #3e3a39;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px 0;
}
.floatBlockPC .modalBox>ul>li a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
  background-size: 7px 9px;
  margin-left: 0.8em;
  display: inline-block;
}
.floatBlockPC .modalBox>ul>li a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.floatBlockPC .modalBox .request {
  margin-bottom: 16px;
}
.floatBlockPC .modalBox .request a {
  color: #44443C;
  font-weight: bold;
}
.floatBlockPC .modalBox .request a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_black_s.png) no-repeat left top;
  background-size: 7px 9px;
  margin-left: 0.8em;
  display: inline-block;
}
.floatBlockPC .modalBox .request a img {
  margin-right: 0.8em;
}
.floatBlockPC .modalBox .number {
  color: #706446;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 3px;
}
.floatBlockPC .modalBox .time {
  font-size: 1.1rem;
}
.floatBlockPC .modalBox .title {
  font-weight: bold;
}
.floatBlockPC .modalBox .wrap.last {
  margin-top: 12px;
}
.floatBlockSP {
  display: none;
}
.floatBlockReserveSP {
  display: none;
}
.navAreaSp {
  display: none;
}
.menuSp {
  display: none;
}
.footFixedBlock {
  display: none;
}
.telSideArea {
  text-align: center;
}
.telSideArea .wrap {
  border-top: 1px solid #e6e6e6;
  margin: 0 20px;
}
.telSideArea .wrap>div {
  padding: 30px 0;
  border-bottom: 1px solid #e6e6e6;
}
.telSideArea .wrap>div strong {
  font-size: 1.5rem;
  line-height: 1.4;
}
.telSideArea .wrap>div .number {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
}
.telSideArea .wrap>div .number img {
  vertical-align: top;
  margin-right: 8px;
}
.telSideArea .wrap>div .time {
  font-size: 1.1rem;
  color: #808080;
}
.telBtnSp {
  display: none;
}
/* second
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.second .pageHeader .titleBlock {
  margin-bottom: 0;
  /* padding-top: 120px;
padding-bottom: 48px;  */
  padding-top: 50px;
  padding-bottom: 50px;
}
.second .pageHeader .titleBlock h2 {
  font-size: 24px;
  font-weight: bold;
  font-family: "Sitka Heading", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  color: #000000;
  position: relative;
  letter-spacing: 6px;
  text-align: center;
  text-indent: 6px;
}
/* .second .pageHeader .titleBlock h2:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background-color: #3e3a39;
    left: 50%;
    top: 55%;
    margin-left: -20px; } */
.second .pageHeader .titleBlock span {
  font-size: 1.2rem;
  line-height: 1.7;
  display: block;
  margin-top: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 2px;
}
.second .pageHeaderSecond {
  height: 417px;
  width: 100%;
  display: table;
}
.second .pageHeaderSecond .titleBlock {
  margin-bottom: 0;
  padding-top: 48px;
  padding-bottom: 48px;
  display: table-cell;
  vertical-align: middle;
}
.second .pageHeaderSecond .titleBlock h2 {
  font-size: 4.4rem;
  line-height: 1;
  position: relative;
  letter-spacing: 10px;
  text-align: center;
  text-indent: 6px;
  color: #fff;
}
.second .pageHeaderSecond .titleBlock h2:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #fff;
  left: 50%;
  top: 55%;
  margin-left: -20px;
}
.second .pageHeaderSecond .titleBlock span {
  font-size: 1.6rem;
  line-height: 1.7;
  display: block;
  margin-top: 30px;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 2px;
  color: #fff;
}
.second .pageCommon {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.second .gnavi ul>li a {
  color: #666;
}
.second .gnavi ul>li a.active {
  color: #44443C;
  background: url(../../img/plan/btn_arrow_black_s.png) no-repeat right 13px;
}
#breadcrumbs {
  width: 100%;
  height: 25px;
  line-height: 25px;
  background-color: #f5f5f5;
}
#breadcrumbs ul {
  overflow: hidden;
  padding-left: 1em;
}
#breadcrumbs ul li {
  float: left;
  margin-right: 0.5em;
  font-size: 1rem;
  position: relative;
  height: 25px;
}
#breadcrumbs ul li:last-child:after {
  content: "";
  display: none;
}
#breadcrumbs ul li:after {
  content: "＞";
  position: absolute;
  right: -1px;
  top: 7px;
  margin-top: 0;
  line-height: 1;
}
#breadcrumbs ul li a {
  margin-right: 1.3em;
  display: inline-block;
  color: #44443C;
}
/* ===================================================================================================================================================

 sp

 =================================================================================================================================================== */
@media screen and (max-width: 767px) {
  body .plan {
    font-size: 12px;
  }
  /* common layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  img {
    max-width: 100%;
    height: auto;
  }
  #wrapper {
    width: 100%;
    min-width: 100%;
    padding-bottom: 50px;
  }
  .gnavi {
    display: none;
  }
  .footNavArea {
    display: none;
  }
  .contents {
    position: relative;
    padding-left: 0;
    overflow: hidden;
  }
  .titleBlock {
    margin-bottom: 16px;
  }
  .titleBlock h2 {
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 3px;
  }
  /* .titleBlock h2:before {
      content: "";
      position: absolute;
      width: 24px;
      height: 1px;
      background-color: #3e3a39;
      left: 50%;
      top: 50%;
      margin-left: -12px; } */
  .titleBlock span {
    font-size: 1rem;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
  }
  .centerBox .wrap {
    text-align: center;
    letter-spacing: -0.4em;
  }
  .centerBox .wrap .item {
    letter-spacing: normal;
    display: inline-block;
  }
  .floatBlockPC {
    display: none;
  }
  .floatBlockSP {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    margin: auto;
    z-index: 9;
    display: none;
    text-align: center;
  }
  .floatBlockSP.active {
    display: table;
  }
  .floatBlockSP .inquiryBox {
    display: table-cell;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    text-align: center;
    padding: 20px;
  }
  .floatBlockSP .inquiryBox>p {
    margin-bottom: 6px;
    font-weight: bold;
  }
  .floatBlockSP .inquiryBox .number a {
    display: block;
    color: #706446;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 3px;
    border: 1px solid #857a5e;
    width: 100%;
    padding: 10px 0;
    font-weight: normal;
  }
  .floatBlockSP .inquiryBox .number a span {
    text-indent: -9999px;
    display: inline-block;
    background: url(../../img/plan/ico_phone.png) no-repeat left center;
    background-size: 16px 16px;
    margin-right: 8px;
    width: 16px;
  }
  .floatBlockSP .inquiryBox .number a:after {
    content: "";
    width: 6px;
    height: 8px;
    background: url(../../img/plan/btn_arrow_brown.png) no-repeat left top;
    background-size: 6px 8px;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: -3px;
  }
  .floatBlockSP .inquiryBox .time {
    font-size: 1rem;
    margin-bottom: 14px;
    font-weight: normal;
  }
  .floatBlockSP .inquiryBox .btn a {
    background-color: #3e3a39;
    display: block;
    color: #fff;
    padding: 10px 0;
  }
  .floatBlockSP .inquiryBox .btn a:after {
    content: "";
    width: 6px;
    height: 8px;
    background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
    background-size: 6px 8px;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: -3px;
  }
  .floatBlockReserveSP {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 85%;
    margin: auto;
    z-index: 9;
    display: none;
    text-align: center;
  }
  .floatBlockReserveSP.active {
    display: table;
  }
  .floatBlockReserveSP .inquiryBox {
    background-color: #fff;
    border-radius: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    box-shadow: rgba(0, 0, 0, 0.2) 0 0 6px;
    text-align: center;
    padding: 20px;
  }
  .floatBlockReserveSP .inquiryBox>ul {
    margin-bottom: 20px;
  }
  .floatBlockReserveSP .inquiryBox>ul>li {
    margin-bottom: 2px;
  }
  .floatBlockReserveSP .inquiryBox>ul>li a {
    background-color: #3e3a39;
    color: #fff;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  .floatBlockReserveSP .inquiryBox>ul>li a:after {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
    background-size: 7px 9px;
    margin-left: 0.8em;
    display: inline-block;
  }
  .floatBlockReserveSP .inquiryBox>ul>li a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
  .floatBlockReserveSP .inquiryBox .request {
    margin-bottom: 16px;
  }
  .floatBlockReserveSP .inquiryBox .request a {
    color: #44443C;
    font-weight: bold;
  }
  .floatBlockReserveSP .inquiryBox .request a:after {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../img/plan/btn_arrow_black_s.png) no-repeat left top;
    background-size: 7px 9px;
    margin-left: 0.8em;
    display: inline-block;
  }
  .floatBlockReserveSP .inquiryBox .request a img {
    margin-right: 0.8em;
  }
  .floatBlockReserveSP .inquiryBox .number a {
    display: block;
    color: #8c7746;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 3px;
    border: 1px solid #8c7746;
    width: 100%;
    padding: 10px 0;
    font-weight: normal;
  }
  .floatBlockReserveSP .inquiryBox .number a span {
    text-indent: -9999px;
    display: inline-block;
    background: url(../../img/plan/ico_phone.png) no-repeat left center;
    background-size: 16px 16px;
    margin-right: 8px;
    width: 16px;
  }
  .floatBlockReserveSP .inquiryBox .number a:after {
    content: "";
    width: 6px;
    height: 8px;
    background: url(../../img/plan/btn_arrow_brown.png) no-repeat left top;
    background-size: 6px 8px;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: -3px;
  }
  .floatBlockReserveSP .inquiryBox .time {
    font-size: 0.9rem;
  }
  .navAreaSp {
    display: block;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .navAreaSp ul {
    display: table;
  }
  .navAreaSp ul li {
    display: table-cell;
    vertical-align: middle;
  }
  .navAreaSp ul li.map {
    padding: 0 12px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .navAreaSp ul li.map img {
    height: 20px;
  }
  .navAreaSp ul li.menuBtn {
    padding: 3px 10px 0;
  }
  #nav-toggle div, #nav-toggle div span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  #nav-toggle {
    display: block;
    z-index: 10;
    cursor: pointer;
  }
  #nav-toggle div {
    position: relative;
    width: 20px;
    height: 14px;
    padding: 5px;
  }
  #nav-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #44443C;
  }
  #nav-toggle span:nth-of-type(1) {
    top: 0;
  }
  #nav-toggle span:nth-of-type(2) {
    top: 6px;
  }
  #nav-toggle span:nth-of-type(3) {
    bottom: 0;
  }
  #nav-toggle.active span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  #nav-toggle.active span:nth-of-type(2) {
    opacity: 0;
  }
  #nav-toggle.active span:nth-of-type(3) {
    -webkit-transform: translateY(-6px) rotate(45deg);
    transform: translateY(-6px) rotate(45deg);
  }
  .menuSp {
    display: none;
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 8000;
    display: none;
    background-color: #ededed;
    height: auto;
  }
  .menuSp .gnaviSp ul li a {
    color: #44443C;
    display: block;
    font-size: 1.2rem;
    padding: 7px 5%;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    position: relative;
  }
  .menuSp .footNavAreaSp {
    padding: 2.5%;
  }
  .menuSp .footNavAreaSp ul {
    overflow: hidden;
  }
  .menuSp .footNavAreaSp ul li {
    width: 50%;
    float: left;
    border-left: none;
    margin-bottom: 1px;
  }
  .menuSp .footNavAreaSp ul li:nth-child(odd) {
    border-right: 1px solid #ededed;
  }
  .menuSp .footNavAreaSp ul li a {
    display: block;
    background-color: #fff;
    text-align: center;
    line-height: 1;
    color: #44443C;
    padding: 12px 0;
    font-size: 1.2rem;
  }
  .menuSp .footNavAreaSp ul li a img {
    margin-right: 0.6em;
    height: 12px;
    margin-top: -2px;
    vertical-align: middle;
  }
  .footFixedBlock {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
  }
  .footFixedBlock ul {
    overflow: hidden;
    display: table;
    width: 100%;
  }
  .footFixedBlock ul li {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #fff;
  }
  .footFixedBlock ul li:first-child {
    border: none;
  }
  .footFixedBlock ul li.phone a {
    background-color: #3e3a39;
    padding: 15px 10px;
  }
  .footFixedBlock ul li.phone a img {
    height: 20px;
    margin-right: 0px;
  }
  .footFixedBlock ul li a {
    display: block;
    height: 50px;
    color: #fff;
    text-align: center;
    padding: 18px;
    background-color: #3e3a39;
    line-height: 1;
  }
  .footFixedBlock ul li a img {
    height: 11px;
    margin-right: 5px;
  }
  .telSideArea {
    display: none;
  }
  .form .telBtnSp {
    display: block;
    width: 100%;
    background-color: #3e3a39;
    text-align: center;
    color: #fff;
    line-height: 1;
    font-size: 1.4rem;
    padding: 15px;
  }
  .form .telBtnSp img {
    width: 20px;
    margin-right: 0.8em;
    vertical-align: middle;
  }
  .form .telBtnSp:hover {
    color: #fff;
  }
  /* second
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  .second .pageHeader .titleBlock {
    /* margin-bottom: 0; */
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .second .pageHeader .titleBlock h2 {
    font-size: 17px;
    line-height: 1;
    color: #000000;
    position: relative;
    letter-spacing: 6px;
    text-align: center;
    text-indent: 6px;
  }
  /* .second .pageHeader .titleBlock h2:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 1px;
      background-color: #3e3a39;
      left: 50%;
      top: 50%;
      margin-left: -10px; } */
  .second .pageHeader .titleBlock span {
    font-size: 1rem;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
  }
  .second .pageHeaderSecond {
    height: 209px;
  }
  .second .pageHeaderSecond .titleBlock {
    margin-bottom: 0;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .second .pageHeaderSecond .titleBlock h2 {
    font-size: 2.2rem;
    line-height: 1;
    position: relative;
    letter-spacing: 6px;
    text-align: center;
    text-indent: 6px;
    color: #fff;
  }
  .second .pageHeaderSecond .titleBlock h2:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    margin-left: -10px;
  }
  .second .pageHeaderSecond .titleBlock span {
    font-size: 1rem;
    line-height: 1.7;
    display: block;
    margin-top: 15px;
    letter-spacing: 2px;
    text-align: center;
    text-indent: 2px;
  }
  .second .pageCommon {
    max-width: 100%;
    padding: 0 5%;
    margin-left: auto;
    margin-right: auto;
  }
  #breadcrumbs {
    display: none;
  }
}
/* animation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@-webkit-keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeShow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2821px, 0, 0);
  }
}
@-moz-keyframes slideLeft {
  from {
    -moz-transform: translate3d(0, 0, 0);
  }
  to {
    -moz-transform: translate3d(-2821px, 0, 0);
  }
}
@-ms-keyframes slideLeft {
  from {
    -ms-transform: translate3d(0, 0, 0);
  }
  to {
    -ms-transform: translate3d(-2821px, 0, 0);
  }
}
@keyframes slideLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-2821px, 0, 0);
  }
}
@-webkit-keyframes slideRight {
  from {
    -webkit-transform: translate3d(-2821px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@-moz-keyframes slideRight {
  from {
    -moz-transform: translate3d(-2821px, 0, 0);
  }
  to {
    -moz-transform: translate3d(0, 0, 0);
  }
}
@-ms-keyframes slideRight {
  from {
    -ms-transform: translate3d(-2821px, 0, 0);
  }
  to {
    -ms-transform: translate3d(0, 0, 0);
  }
}
@keyframes slideRight {
  from {
    transform: translate3d(-2821px, 0, 0);
  }
  to {
    transform: translate3d(0 0, 0);
  }
}
@-webkit-keyframes balloon1 {
  0%, 100% {
    -webkit-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(8deg);
  }
}
@-moz-keyframes balloon1 {
  0%, 100% {
    -moz-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -moz-transform: translateY(-5px) rotate(8deg);
  }
}
@-o-keyframes balloon1 {
  0%, 100% {
    -o-transform: translateY(0) rotate(-6deg);
  }
  50% {
    -o-transform: translateY(-5px) rotate(8deg);
  }
}
@keyframes balloon1 {
  0%, 100% {
    transform: translateY(0) rotate(-6deg);
  }
  50% {
    transform: translateY(-5px) rotate(8deg);
  }
}


/* =========================================================================== */


@charset "UTF-8";
.btnPat01 {
  text-align: center;
}

.btnPat01 a {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  color: #44443C;
}

.btnPat01 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
  color: #44443C;
}

.btnPat02 {
  text-align: center;
}

.btnPat02 a {
  display: block;
  background-color: #3e3a39;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 17px 20px;
}

.btnPat02 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}

.btnPat02 a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
  background-size: 7px 9px;
  margin-left: 0.8em;
  display: inline-block;
}

.telArea {
  margin-bottom: 50px;
}

.telArea .wrap {
  border: 1px solid #e3e3e3;
  padding: 15px 0;
  display: table;
  width: 100%;
}

.telArea .wrap div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

.telArea .wrap div:first-child {
  border-right: 1px solid #e3e3e3;
}

.telArea .wrap div .number {
  font-size: 2.4rem;
  line-height: 1;
  margin: 7px 0;
}

.telArea .wrap div .number img {
  margin-right: 10px;
}

.telArea .wrap div .time {
  font-size: 1.1rem;
}

.accessArea {
  margin-bottom: 25px;
}

.accessArea .wrap {
  overflow: hidden;
}

.accessArea .wrap .text {
  float: left;
  width: 375px;
  text-align: center;
}

.accessArea .wrap .text .logo {
  margin-bottom: 30px;
}

.accessArea .wrap .text .logo img {
  width: 120px;
  margin: auto;
}

.accessArea .wrap .text p {
  margin-bottom: 1.5em;
  font-size: 1.1rem;
}

.accessArea .wrap .text p.lead {
  font-size: 1rem;
}

.accessArea .wrap .map {
  float: right;
  width: 480px;
  height: 200px;
}

.contactBox {
  width: 960px;
  margin: 0 auto;
  background-color: #F7F7F7;
  padding: 24px 0 30px;
  text-align: center;
}

.contactBox.last {
  width: 100%;
  margin: 64px 0 64px 0;
  padding: 48px 0 60px;
}

.contactBox.last .wrap {
  width: 960px;
  margin: 0 auto;
}

.contactBox>div strong {
  font-size: 1.5rem;
  line-height: 1.4;
}

.contactBox>div .number {
  font-size: 2.4rem;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url(../../img/plan/ico_phone.png) no-repeat left center;
  display: inline-block;
  padding-left: 32px;
}

.contactBox>div .number img {
  vertical-align: top;
  margin-right: 8px;
}

.contactBox>div .time {
  font-size: 1.1rem;
  color: #808080;
}

.contactBox .btnBox {
  text-align: center;
  margin-top: 16px;
}

.contactBox .btnBox>div {
  display: inline-block;
  width: 282px;
  margin: 0 9px;
}

.contactBox .btnBox>div.btnPlan a {
  background-color: #3e3a39;
}

.contactBox .btnBox>div a {
  display: block;
  background-color: #3e3a39;
  color: #FFF;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  display: block;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 35px;
}


/* .contactBox .btnBox > div a:after {
          content: "";
          width: 7px;
          height: 9px;
          background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
          background-size: 7px 9px;
          margin-left: 0.8em;
          display: inline-block; } */

.contactBox .btnBox>div a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.boxLayout01 {
  width: 960px;
  margin: 0 auto 88px;
}

.boxLayout01 .pic {
  margin-bottom: 32px;
}

.boxLayout01 .slider {
  visibility: hidden;
  height: 1px;
}

.boxLayout01 .caption {
  text-align: center;
}

.boxLayout02 {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.boxLayout02 .item {
  width: 420px;
  float: left;
}

.boxLayout02 .item:nth-child(even) {
  margin-left: 16px;
}

.boxLayout02 .item .pic img {
  width: 100%;
}

.boxLayout02 .item .text {
  height: 196px;
  padding-top: 32px;
  text-align: center;
}

.boxLayout02 .item .text .stitle {
  margin-bottom: 16px;
  font-size: 1.6rem;
}

.boxLayout02 .item .text .linkText {
  margin-top: 16px;
  display: inline-block;
}

.boxLayout03 {
  width: 960px;
  margin: 0 auto;
  border: 8px solid #f5f5f5;
  padding: 40px 48px 48px;
}

.boxLayout03 .titleBlock {
  margin-bottom: 30px;
}

.boxLayout03 .wrap {
  overflow: hidden;
}

.boxLayout03 .wrap .pic {
  float: left;
  width: 240px;
}

.boxLayout03 .wrap .pic img {
  max-width: 100%;
}

.boxLayout03 .wrap .text {
  margin-left: 270px;
}

.lnaviArea {
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.lnaviArea .trigger {
  display: none;
}

.lnaviArea ul {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.lnaviArea ul li {
  display: inline-block;
}

.lnaviArea ul li a {
  display: block;
  padding: 16px 24px;
  text-align: center;
  color: #555;
  letter-spacing: 1px;
}

.sectionBlock {
  width: 728px;
  margin: 0 auto 80px;
}

.sectionBlock>h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

.listLaytout01 table {
  width: 100%;
  border-top: 1px solid #e1e1e1;
}

.listLaytout01 table tr th {
  border-bottom: 1px solid #e1e1e1;
  padding: 16px;
  width: 200px;
  vertical-align: top;
  text-align: left;
}

.listLaytout01 table tr th p {
  color: #3e3a39;
  font-weight: bold;
}

.listLaytout01 table tr td {
  border-bottom: 1px solid #e1e1e1;
  vertical-align: top;
  padding: 16px 0 16px 0;
}

.listLaytout01 table tr td .caution {
  font-size: 1.2rem;
}


/* slider_arrow */

.mainVisualSliderArrow .slick-prev, .mainVisualSliderArrow .slick-next {
  position: absolute;
  display: block;
  height: 56px;
  width: 56px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  margin-top: -9px;
  z-index: 2;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mainVisualSliderArrow .slick-prev:before, .mainVisualSliderArrow .slick-next:before {
  display: none;
}

.mainVisualSliderArrow .slick-dots {
  display: none !important;
}

.pager {
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-bottom: 36px;
}

.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}

.pager ul li {
  margin: 0 4px;
  position: relative;
  left: -50%;
  float: left;
}

.pager ul li.prev {
  margin: 0 28px;
}

.pager ul li.next {
  margin: 0 28px;
}

.pager ul li.next a:hover {
  background-image: url(../../img/plan/btn_arrow_white.png);
  background-size: 7px 9px;
}

.pager ul li.current span {
  background-color: #c6c2b3;
  color: #fff;
}

.pager ul li span {
  display: block;
  padding: 0.6em 0;
  min-height: 40px;
  min-width: 40px;
  text-align: center;
}

.pager ul li a {
  display: block;
  padding: 0.6em 0;
  background: #f7f7f7;
  color: #555555;
  text-decoration: none;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  text-align: center;
}

.pager ul li a:hover {
  background-color: #c6c2b3;
  color: #FFF;
}

.pageLink {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-bottom: 36px;
}

.pageLink .wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.pageLink .btnPat01 {
  margin-top: -42px;
  z-index: 1;
  width: 240px;
  margin: -42px auto 0;
  position: relative;
}

.pageLink .btnPat01 a {
  width: 240px;
}

.js-load {
  display: none !important;
  opacity: 0;
}

.js-load.active {
  display: block !important;
  opacity: 1;
  animation-duration: 1.4s;
  animation-name: fade-in;
  -moz-animation-duration: 1.4s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1.4s;
  -webkit-animation-name: fade-in;
}


/* sp
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 767px) {
  .telArea {
    display: none;
  }
  .accessArea {
    margin-bottom: 25px;
  }
  .accessArea .wrap {
    overflow: hidden;
  }
  .accessArea .wrap .text {
    float: none;
    width: 100%;
    text-align: center;
  }
  .accessArea .wrap .text .logo {
    margin-bottom: 15px;
  }
  .accessArea .wrap .text .logo img {
    width: 120px;
    margin: auto;
  }
  .accessArea .wrap .text p {
    margin-bottom: 1.5em;
    font-size: 1.1rem;
  }
  .accessArea .wrap .text p.lead {
    font-size: 1rem;
  }
  .accessArea .wrap .text p .linkText {
    border: 1px solid #b2b2b2;
    padding: 10px 40px;
    margin-top: 5px;
    color: #44443C;
  }
  .accessArea .wrap .map {
    display: none;
  }
  .contactBox {
    width: 100%;
    margin: 0 auto;
    background-color: #F7F7F7;
    padding: 16px 0;
    text-align: center;
  }
  .contactBox.last {
    width: 100%;
    margin: 32px 0 32px;
    padding: 24px 0 24px;
  }
  .contactBox.last .wrap {
    width: 100%;
    margin: 0 auto;
  }
  .contactBox>div strong {
    font-size: 1rem;
    line-height: 1.4;
  }
  .contactBox>div .number {
    font-size: 1.8rem;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 4px;
    background: none;
    display: inline-block;
    padding-left: 0px;
  }
  .contactBox>div .number a {
    background-color: #fff;
    border: 1px solid #3e3a39;
    width: 232px;
    padding: 15px 35px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    margin: auto;
  }
  .contactBox>div .number a:before {
    content: "";
    background: url(../../img/plan/ico_phone.png) no-repeat left center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
  }
  /* .contactBox > div .number a:after {
          content: "";
          background: url(../../img/plan/btn_arrow_brown.png) no-repeat left top;
          background-size: 6px 8px;
          width: 6px;
          height: 8px;
          display: inline-block;
          vertical-align: middle;
          margin-left: 0.5em;
          margin-top: -3px; } */
  .contactBox>div .time {
    font-size: 1.1rem;
    color: #808080;
  }
  .contactBox .btnBox {
    text-align: center;
    margin-top: 16px;
  }
  .contactBox .btnBox>div {
    display: inline-block;
    width: 232px;
    margin: 0 9px 8px;
  }
  .contactBox .btnBox>div.btnPlan a {
    background-color: #3e3a39;
  }
  .contactBox .btnBox>div a {
    display: block;
    background-color: #3e3a39;
    color: #FFF;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  /* .contactBox .btnBox > div a:after {
            content: "";
            width: 7px;
            height: 9px;
            background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
            background-size: 7px 9px;
            margin-left: 0.8em;
            display: inline-block; } */
  .contactBox .btnBox>div a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .boxLayout01 {
    width: 100%;
    margin: 0 auto 44px;
    padding: 0 5%;
  }
  .boxLayout01 .pic {
    display: none;
  }
  .boxLayout01 .slider {
    visibility: visible;
    height: auto;
  }
  .boxLayout01 .caption {
    text-align: center;
  }
  .boxLayout02 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 9.375%;
  }
  .boxLayout02 .item {
    width: 100%;
    float: none;
  }
  .boxLayout02 .item:nth-child(even) {
    margin-left: 0;
  }
  .boxLayout02 .item .pic img {
    width: 100%;
  }
  .boxLayout02 .item .text {
    height: auto;
    padding-top: 16px;
    text-align: center;
    font-size: 1rem;
    padding-bottom: 40px;
  }
  .boxLayout02 .item .text .stitle {
    margin-bottom: 16px;
    font-size: 1.2rem;
  }
  .boxLayout02 .item .text .linkText {
    margin-top: 16px;
    display: inline-block;
  }
  .boxLayout03 {
    width: 81.25%;
    margin: 0 auto;
    border: 4px solid #f5f5f5;
    padding: 20px;
  }
  .boxLayout03 .titleBlock {
    margin-bottom: 16px;
  }
  .boxLayout03 .titleBlock h2 {
    font-size: 1.4rem;
    letter-spacing: 3px;
  }
  .boxLayout03 .wrap {
    overflow: hidden;
    text-align: center;
  }
  .boxLayout03 .wrap .pic {
    float: none;
    width: 160px;
    margin: 0 auto 16px;
  }
  .boxLayout03 .wrap .pic img {
    max-width: 100%;
  }
  .boxLayout03 .wrap .text {
    margin-left: 0;
    text-align: left;
  }
  .boxLayout03 .wrap .text p {
    font-size: 1rem;
  }
  .boxLayout03 .wrap .text a {
    display: block;
    text-align: center;
  }
  .slider {
    width: 100%;
  }
  .slider img {
    width: 100%;
  }
  .slider .slick-slider {
    margin-bottom: 0;
  }
  .slider .slick-dots {
    text-align: center;
    right: 0;
    bottom: 12px;
    opacity: 1;
  }
  .lnaviArea {
    width: 100%;
    border-bottom: none;
  }
  .lnaviArea .trigger {
    display: block;
    background-color: #f4f4f4;
    font-size: 1rem;
    letter-spacing: 2px;
    text-align: center;
    padding: 16px 0;
  }
  .lnaviArea .trigger.active:after {
    content: " ー";
  }
  .lnaviArea .trigger:after {
    content: " ＋";
    color: #44443C;
  }
  .lnaviArea ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: none;
  }
  .lnaviArea ul li {
    float: left;
    width: 50%;
  }
  .lnaviArea ul li a {
    display: block;
    padding: 16px 0;
    text-align: center;
    color: #555;
    font-size: 1.1rem;
  }
  .sectionBlock {
    width: 100%;
    margin: 0 auto 40px;
  }
  .sectionBlock>h3 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }
  .listLaytout01 {
    padding: 0 5%;
  }
  .listLaytout01 table {
    width: 100%;
    border-top: 1px solid #e1e1e1;
  }
  .listLaytout01 table tr th {
    border-bottom: none;
    display: block;
    padding: 13px 8px;
    width: 200px;
    vertical-align: top;
    text-align: left;
  }
  .listLaytout01 table tr th p {
    color: #3e3a39;
  }
  .listLaytout01 table tr td {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    vertical-align: top;
    padding: 0 8px 12px;
  }
  .listLaytout01 table tr td .caution {
    font-size: 1rem;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 4px;
  }
  /* slider_arrow */
  .mainVisualSliderArrow .slick-prev, .mainVisualSliderArrow .slick-next {
    display: none !important;
  }
  .mainVisualSliderArrow .slick-dots {
    display: block !important;
  }
  .pager {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
    margin-bottom: 36px;
  }
  .pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
  }
  .pager ul li {
    margin: 0 2px;
    position: relative;
    left: -50%;
    float: left;
  }
  .pager ul li.prev {
    margin: 0 14px;
  }
  .pager ul li.next {
    margin: 0 14px;
  }
  .pager ul li.next a:hover {
    background-image: url(../../img/plan/btn_arrow_white.png);
    background-size: 7px 9px;
  }
  .pager ul li.current span {
    background-color: #c6c2b3;
    color: #fff;
  }
  .pager ul li span {
    display: block;
    padding: 0.75em 0;
    min-height: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 1rem;
  }
  .pager ul li a {
    display: block;
    padding: 0.75em 0;
    background: #f7f7f7;
    color: #555555;
    text-decoration: none;
    cursor: pointer;
    min-height: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 1rem;
  }
  .pager ul li a:hover {
    background-color: #c6c2b3;
    color: #FFF;
  }
  .pageLink {
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding-top: 8px;
    margin-bottom: 16px;
  }
  .pageLink .wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
  }
  .pageLink .btnPat01 {
    z-index: 1;
    width: 200px;
    margin: 0 auto;
    position: relative;
  }
  .pageLink .btnPat01 a {
    width: 200px;
  }
}


/* loading spin */

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}


/* =========================================================================== */


@charset "UTF-8";

/* plan
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.plan .sortArea {
  width: 100%;
  background-color: #F7F7F7;
  padding: 16px 0 8px;
  margin-bottom: 32px;
}

.plan .sortArea .inner {
  width: 960px;
  margin: auto;
  position: relative;
}

.plan .sortArea dl {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.plan .sortArea dl dt {
  text-align: left;
  margin-bottom: 8px;
  font-weight: bold;
}

.plan .sortArea dl dd {
  position: relative;
  margin: 0;
}

.plan .sortArea dl dd ul {
  overflow: hidden;
  margin-left: -8px;
}

.plan .sortArea dl dd ul li {
  float: left;
  margin-left: 8px;
  margin-bottom: 8px;
  width: 136px;
  height: 46px;
}

.plan .sortArea dl dd img {
  width: 24px;
  position: absolute;
  left: 295px;
  top: 6px;
}

.plan .sortArea dl dd input[type="text"] {
  min-width: 330px;
  border-radius: 0px;
  background-color: #fff;
}

.plan .sortArea dl dd input[type="checkbox"] {
  display: none;
}

.plan .sortArea dl dd label {
  border: 1px solid #3e3a39;
  background: #F7F7F7;
  padding: 8px 0px;
  text-align: center;
  line-height: 1;
  border-radius: 0px;
  display: block;
  cursor: pointer;
  color: #44443C;
}

.plan .sortArea dl dd input[type="checkbox"]:checked+label {
  border: 1px solid #3e3a39;
  background-color: #3e3a39;
  color: #44443C;
}

.plan .sortArea .delete {
  background: url(../../img/plan/ico_delete.png) no-repeat right 5px;
  background-size: 10px 10px;
  padding-right: 15px;
  position: absolute;
  right: 0;
  top: -30px;
  color: #555555;
  font-weight: bold;
  font-size: 1.2rem;
  cursor: pointer;
}

.plan .listArea .item {
  margin-bottom: 64px;
  /* border-top: 2px solid #F7F7F7; */
  padding-top: 16px;
}

.plan .listArea .item .titleBox {
  overflow: hidden;
  display: table;
  width: 960px;
  margin: 0 auto;
  /* margin-bottom: 16px; */
  margin-bottom: 10px;
  /* 調整2019/12/20 */
}

.plan .listArea .item .titleBox .cat {
  display: table-cell;
  vertical-align: middle;
  /* width: 152px; */
  width: 100%;
  /* 調整2019/12/20 */
  padding-right: 16px;
}

.plan .listArea .item .titleBox .cat span {
  /* width: 100%; */
  width: 90px;
  /* 調整2019/12/20 */
  color: #fff;
  text-align: center;
  display: inline-block;
  /* padding: 10px 0; */
  padding: 1px 0;
  /* 調整2019/12/20 */
  border-radius: 0px;
  font-size: 1.3rem;
}


/* おすすめアイコン 2019/12/20 */

span.cat00 {
  /* width: 100%; */
  width: 90px;
  color: #44443C;
  text-align: center;
  display: inline-block;
  /* padding: 10px 0; */
  padding: 1px 0;
  border-radius: 0px;
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  span.cat00 {
    /* width: 100%; */
    width: 60px;
    color: #44443C;
    text-align: center;
    display: inline-block;
    /* padding: 3px 0; */
    padding: 1px 0px;
    border-radius: 0px;
    font-size: 1rem;
  }
}

span.cat00 {
  background-color: #3e3a39;
}

.plan .listArea .item .titleBox .cat span.cat01 {
  background-color: #F7F7F7;
  color: #44443C;
  border: 1px solid #F7F7F7;
}

.plan .listArea .item .titleBox .cat span.cat02 {
  background-color: #88a915;
}

.plan .listArea .item .titleBox .cat span.cat03 {
  background-color: #827719;
}

.plan .listArea .item .titleBox .cat span.cat04 {
  background-color: #d9a016;
}

.plan .listArea .item .titleBox .cat span.cat05 {
  background-color: #125593;
}

.plan .listArea .item .titleBox .cat span.cat06 {
  background-color: #3d86ca;
}

.plan .listArea .item .titleBox .cat span.cat07 {
  background-color: #1c9264;
}

.plan .listArea .item .titleBox .cat span.cat08 {
  background-color: #e77e88;
}

.plan .listArea .item .titleBox .cat span.cat09 {
  background-color: #bf3f3f;
}

.plan .listArea .item .titleBox .cat span.cat10 {
  background-color: #655896;
}

.plan .listArea .item .titleBox .cat span.cat11 {
  background-color: #8d8d8d;
}

.plan .listArea .item .titleBox h2 {
  color: #3e3a39;
  /* display: table-cell; */
  display: inline-block;
  /* 調整2019/12/20 */
  vertical-align: middle;
  /* font-size: 2rem; */
  font-size: 2.2rem;
  /* 調整2019/12/20 */
  font-weight: bold;
  line-height: 1.5;
  margin-left: 10px;
}

.plan .listArea .item .priceBox {
  width: 100%;
  background-color: #F7F7F7;
  margin-bottom: 28px;
}

.plan .listArea .item .priceBox .wrap {
  width: 960px;
  margin: 0 auto;
  display: table;
  padding: 14px 0;
  line-height: 1;
}

.plan .listArea .item .priceBox .wrap>div {
  display: table-cell;
  vertical-align: middle;
}

.plan .listArea .item .priceBox .wrap .title {
  color: #3e3a39;
  text-align: center;
  width: 110px;
  font-weight: bold;
  font-size: 1.8rem;
}

.plan .listArea .item .priceBox .wrap .price {
  font-size: 1.2rem;
  width: 12em;
  font-weight: bold;
  text-align: center;
}

.plan .listArea .item .priceBox .wrap .price span {
  font-size: 2.6rem;
  font-weight: bold;
}

.plan .listArea .item .priceBox .wrap .price p {
  font-size: 1.1rem;
  font-weight: bold;
  color: #707070;
  margin-top: 7px;
}

.plan .listArea .item .postBox {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}

.plan .listArea .item .postBox .pic {
  float: left;
  width: 320px;
}

.plan .listArea .item .postBox .pic img {
  max-width: 100%;
}

.plan .listArea .item .postBox .text {
  margin-left: 354px;
}

.plan .listArea .item .postBox .text .stitle {
  font-size: 1.6rem;
  font-weight: bold;
  color: #3e3a39;
  margin-bottom: 8px;
}

.plan .listArea .item .postBox .text .about {
  font-size: 1.6rem;
  margin-bottom: 12px;
}

.plan .listArea .item .postBox .text .info {
  border: 2px solid #b59067;
}

.plan .listArea .item .postBox .text .info dl {
  overflow: hidden;
  padding: 10px 0;
  margin: 0 20px;
  border-bottom: 1px solid #F7F7F7;
  font-size: 12px;
}

.plan .listArea .item .postBox .text .info dl:last-child {
  border-bottom: none;
}

.plan .listArea .item .postBox .text .info dl.privilege {
  background-color: #b59067;
  padding: 12px 20px;
  margin: 0;
  border: none;
}

.plan .listArea .item .postBox .text .info dl.privilege dt {
  font-size: 1.6rem;
  color: #f8f5f1;
}

.plan .listArea .item .postBox .text .info dl.privilege dd {
  font-size: 1.6rem;
}

.plan .listArea .item .postBox .text .info dl dt {
  float: left;
  width: 74px;
  font-weight: bold;
}

.plan .listArea .item .postBox .text .info dl dd {
  margin-left: 74px;
}

.plan .listArea .item .planList {
  width: 960px;
  margin: 40px auto 0;
}

.plan .listArea .item .planList span.included {
  color: #d84707;
}

.plan .listArea .item .planList .cap {
  font-weight: bold;
}

.plan .listArea .item .planList .cap>span {
  font-size: 1.2rem;
  font-weight: normal;
}

.plan .listArea .item .planList ul {
  overflow: hidden;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

.plan .listArea .item .planList ul li {
  display: block;
  float: left;
  border-bottom: 1px solid #e9e9e9;
  width: 50%;
}

.plan .listArea .item .planList ul li:last-child {
  border-bottom: none;
}

.plan .listArea .item .planList ul li>div {
  display: table;
  width: 100%;
  height: 100%;
}

.plan .listArea .item .planList ul li>div>div {
  display: table-cell;
  vertical-align: middle;
}

.plan .listArea .item .planList ul li .cellA {
  background-color: #F7F7F7;
  width: 120px;
  padding: 15px;
  font-weight: bold;
}

.plan .listArea .item .planList ul li .cellB {
  border-right: 1px solid #e9e9e9;
  width: 50px;
  text-align: center;
}

.plan .listArea .item .planList ul li .cellC {
  padding: 10px 16px;
  word-break: break-all;
}


/* .plan .listArea .item .acoCont {
    display: none; } */

.plan .listArea .item .acoContSp {
  display: block;
}

.plan .listArea .item .acoBtn {
  width: 300px;
  display: block;
  margin: 30px auto 0;
  text-align: center;
  position: relative;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.plan .listArea .item .acoBtn:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.plan .listArea .item .acoBtn .open-sign {
  display: block;
  color: #44443C;
  padding: 20px 35px;
  font-size: 14px;
  border: 1px solid #3e3a39;
  background: #3e3a39;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
}


/* .plan .listArea .item .acoBtn .open-sign:after {
        content: "";
        background: url(../../img/plan/ico_plus_.png) no-repeat left top;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        line-height: 1;
        margin-left: 0.5em;
        display: inline-block;
        margin-top: 2px; } */

.plan .listArea .item .acoBtn .close {
  display: none;
  color: #44443C;
  padding: 20px 35px;
  font-size: 14px;
  border: 1px solid #3e3a39;
  background: #fff;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}


/* .plan .listArea .item .acoBtn .close:after {
        content: "";
        background: url(../../img/plan/ico_minus.png) no-repeat left top;
        background-size: 12px 12px;
        width: 12px;
        height: 12px;
        line-height: 1;
        margin-left: 0.5em;
        display: inline-block;
        margin-top: 2px; } */

.plan .listArea .item .acoBtn .close:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.plan .listArea .item .acoBtn.active {
  background-color: #f0efeb;
  color: #8e8672;
}

.plan .listArea .item .acoBtn.active .open-sign {
  display: none;
}

.plan .listArea .item .acoBtn.active .close {
  display: block;
}

.plan .listArea .item .acoBtn:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.plan .btnPat01 {
  text-align: center;
  margin: 40px auto 80px;
}

.plan .accessArea {
  display: none;
}


/* ==========================================================================

   sp

   ========================================================================== */

@media screen and (max-width: 767px) {
  .plan .sortArea {
    width: 100%;
    background-color: #F7F7F7;
    padding: 0;
    margin-bottom: 32px;
  }
  .plan .sortArea .inner {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .plan .sortArea dl {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .plan .sortArea dl dt {
    float: none;
    padding: 8px 5% 0;
    margin-bottom: 8px;
    font-size: 1rem;
  }
  .plan .sortArea dl dt.triggerSp {
    background-color: #F7F7F7;
    font-size: 1.2rem;
    color: #44443C;
    padding: 8px 5%;
    margin-bottom: 0;
  }
  .plan .sortArea dl dt.triggerSp.active:after {
    content: "-";
    /* background: url(../../img/plan/ico_minus.png) no-repeat left top; */
    background-size: 10px 10px;
  }
  .plan .sortArea dl dt.triggerSp:after {
    content: "+";
    /* background: url(../../img/plan/ico_plus.png) no-repeat left top; */
    background-size: 10px 10px;
    width: 10px;
    height: 10px;
    line-height: 1;
    margin-left: 0.5em;
    display: inline-block;
    margin-top: 2px;
  }
  .plan .sortArea dl dd {
    margin-left: 0;
    position: relative;
    margin: 0 5%;
    text-align: center;
  }
  .plan .sortArea dl dd.acoCont {
    display: none;
    padding: 16px 0 8px;
  }
  .plan .sortArea dl dd ul {
    overflow: hidden;
    margin-left: 0px;
  }
  .plan .sortArea dl dd ul li {
    float: left;
    margin-left: 0px;
    margin-bottom: 8px;
    width: 49%;
  }
  .plan .sortArea dl dd ul li:nth-child(odd) {
    margin-right: 2%;
  }
  .plan .sortArea dl dd img {
    width: 24px;
    position: absolute;
    left: 87%;
    top: 8px;
  }
  .plan .sortArea dl dd input[type="text"] {
    min-width: 100%;
    border-radius: 0px;
    background-color: #fff;
    font-size: 1.2rem;
  }
  .plan .sortArea dl dd input[type="checkbox"] {
    display: none;
  }
  .plan .sortArea dl dd label {
    border: 1px solid #3e3a39;
    background: #F7F7F7;
    padding: 8px 0px;
    text-align: center;
    line-height: 1;
    border-radius: 0px;
    display: block;
    cursor: pointer;
    color: #44443C;
  }
  .plan .sortArea dl dd input[type="checkbox"]:checked+label {
    border: 1px solid #3e3a39;
    background-color: #3e3a39;
    color: #44443C;
  }
  .plan .sortArea .delete {
    background: url(../../img/plan/ico_delete.png) no-repeat right center;
    background-size: 8px 8px;
    padding: 8px 12px 8px 0;
    position: static;
    right: 0;
    top: 0;
    color: #555555;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }
  .plan .listArea .item {
    margin-bottom: 32px;
    border-top: 1px solid #F7F7F7;
    padding-top: 12px;
  }
  .plan .listArea .item .titleBox {
    overflow: hidden;
    display: block;
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 12px; */
    margin-bottom: 5px;
    /* 調整2019/12/20 */
    padding: 0 5%;
  }
  .plan .listArea .item .titleBox .cat {
    display: block;
    vertical-align: middle;
    /* width: 92px; */
    width: 100%;
    /* 調整2019/12/20 */
    padding-right: 5px;
    float: left;
  }
  .plan .listArea .item .titleBox .cat span {
    /* width: 100%; */
    width: 60px;
    /* 調整2019/12/20 */
    color: #fff;
    text-align: center;
    display: inline-block;
    /* padding: 3px 0; */
    padding: 1px 0;
    /* 調整2019/12/20 */
    border-radius: 0px;
    font-size: 1rem;
  }
  .plan .listArea .item .titleBox h2 {
    /* display: block; */
    display: inline-block;
    vertical-align: middle;
    /* font-size: 1.4rem; */
    font-size: 1.6rem;
    /* 調整2019/12/20 */
    font-weight: bold;
    line-height: 1.7;
    padding-top: 0;
  }
  .plan .listArea .item .priceBox {
    width: 100%;
    background-color: #F7F7F7;
    margin-bottom: 12px;
    display: table;
    padding: 0 5%;
  }
  .plan .listArea .item .priceBox .pic {
    display: table-cell;
    vertical-align: middle;
    width: 88px;
  }
  .plan .listArea .item .priceBox .pic img {
    max-width: 100%;
  }
  .plan .listArea .item .priceBox .wrap {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    margin: 0 auto;
    padding: 8px 8px 8px 16px;
    line-height: 1;
    text-align: left;
  }
  .plan .listArea .item .priceBox .wrap>div {
    display: block;
    vertical-align: middle;
  }
  .plan .listArea .item .priceBox .wrap .title {
    color: #3e3a39;
    text-align: left;
    width: auto;
    font-weight: bold;
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
  .plan .listArea .item .priceBox .wrap .price {
    font-size: 1.0rem;
    width: auto;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .plan .listArea .item .priceBox .wrap .price span {
    font-size: 1.8rem;
    font-weight: bold;
  }
  .plan .listArea .item .priceBox .wrap .price p {
    font-size: 0.5rem;
    font-weight: bold;
    color: #707070;
    margin-top: 5px;
  }
  .plan .listArea .item .priceBox .wrap .cap {
    font-size: 1rem;
  }
  .plan .listArea .item .postBox {
    width: 100%;
    margin: 0 auto;
    padding: 0 5%;
  }
  .plan .listArea .item .postBox .pic {
    float: none;
    width: 100%;
  }
  .plan .listArea .item .postBox .pic img {
    max-width: 100%;
  }
  .plan .listArea .item .postBox .text {
    margin-left: 0;
  }
  .plan .listArea .item .postBox .text .stitle {
    font-size: 1.2rem;
    font-weight: bold;
    color: #3e3a39;
    margin-bottom: 8px;
  }
  .plan .listArea .item .postBox .text .about {
    font-size: 1.2rem;
    margin-bottom: 12px;
  }
  .plan .listArea .item .postBox .text .info {
    border: 1px solid #b59067;
  }
  .plan .listArea .item .postBox .text .info dl {
    overflow: hidden;
    padding: 10px 0;
    margin: 0 10px;
    border-bottom: 1px solid #F7F7F7;
    font-size: 1rem;
  }
  .plan .listArea .item .postBox .text .info dl:last-child {
    border-bottom: none;
  }
  .plan .listArea .item .postBox .text .info dl.privilege {
    background-color: #b59067;
    padding: 8px 10px;
    margin: 0;
    border: none;
  }
  .plan .listArea .item .postBox .text .info dl.privilege dt {
    font-size: 1.2rem;
    color: #FFF;
  }
  .plan .listArea .item .postBox .text .info dl.privilege dd {
    font-size: 1.2rem;
  }
  .plan .listArea .item .postBox .text .info dl dt {
    float: left;
    width: 56px;
    font-weight: bold;
  }
  .plan .listArea .item .postBox .text .info dl dd {
    margin-left: 56px;
  }
  .plan .listArea .item .planList {
    width: 100%;
    margin: 32px auto 0;
  }
  .plan .listArea .item .planList span.included {
    color: #d84707;
  }
  .plan .listArea .item .planList .cap {
    font-weight: bold;
    text-align: center;
    font-size: 1rem;
    margin-bottom: 4px;
  }
  .plan .listArea .item .planList .cap>span {
    font-size: 0.9rem;
    font-weight: normal;
  }
  .plan .listArea .item .planList ul {
    overflow: hidden;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
  }
  .plan .listArea .item .planList ul li {
    display: table;
    float: none;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    height: auto !important;
  }
  .plan .listArea .item .planList ul li:last-child {
    border-bottom: none;
  }
  .plan .listArea .item .planList ul li>div {
    display: table-cell;
    vertical-align: middle;
  }
  .plan .listArea .item .planList ul li .cellA {
    background-color: #F7F7F7;
    width: 100px;
    padding: 8px;
    font-weight: bold;
  }
  .plan .listArea .item .planList ul li .cellB {
    border-right: 1px solid #e9e9e9;
    width: 36px;
    text-align: center;
  }
  .plan .listArea .item .planList ul li .cellC {
    padding: 8px;
    word-break: break-all;
  }
  .plan .listArea .item .acoCont {
    display: block;
    padding: 0 2%;
  }
  /* .plan .listArea .item .acoContSp {
      display: none; } */
  .plan .listArea .item .acoBtn {
    width: 200px;
    color: #fff;
    display: block;
    margin: 12px auto 0;
    font-weight: normal;
    text-align: center;
    padding: 0;
    line-height: 1;
    background-color: #3e3a39;
    position: relative;
  }
  .plan .listArea .item .acoBtn:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .plan .listArea .item .acoBtn .open-sign {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    padding: 15px 0;
  }
  /* .plan .listArea .item .acoBtn .open-sign:after {
          content: "";
          background: url(../../img/plan/ico_plus_white.png) no-repeat left top;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          line-height: 1;
          margin-left: 0.5em;
          display: inline-block;
          margin-top: 2px; } */
  .plan .listArea .item .acoBtn .close {
    display: none;
    font-size: 12px;
    padding: 15px 35px;
  }
  .plan .listArea .item .acoBtn .close a {
    display: inline-block;
    color: #44443C;
  }
  /* .plan .listArea .item .acoBtn .close:after {
          content: "";
          background: url(../../img/plan/ico_minus.png) no-repeat left top;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          line-height: 1;
          margin-left: 0.5em;
          display: inline-block;
          margin-top: 2px; } */
  .plan .listArea .item .acoBtn.active {
    background-color: #f0efeb;
    color: #8e8672;
  }
  .plan .listArea .item .acoBtn.active .open-sign {
    display: none;
  }
  .plan .listArea .item .acoBtn.active .close {
    display: block;
  }
  .plan .listArea .item .acoBtn:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  .plan .btnPat01 {
    text-align: center;
    margin: 40px auto 80px;
  }
  .plan .accessArea {
    display: block;
  }
}

.plan .tel-link a {
  color: #44443C;
}


/* =========================================================================== */
/* ============= new plan design 2021/09~ =============　*/


/* relation fair */
.relation-fair {
    width: 960px;
    margin: 0 auto;
}
.bridal-fair-subttl {
    width: 1008px;
    margin: 10px auto 10px;
}
.relation-fair .bridal-fair-list {
    width: 100%;
}
.relation-fair .bridal-fair-list-time.pc,
.relation-fair .bridal-fair-list-hour.pc {
    display: inline-block!important;
}
@media screen and (max-width:768px) {
    .relation-fair {
        width: 100%;
    }
    .bridal-fair-subttl {
        width: 100%;
    }
    .relation-fair .bridal-fair-list-time.pc,
    .relation-fair .bridal-fair-list-hour.pc {
        display: none!important;
    }
    .relation-fair .bridal-fair-list-cont {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
    }
    .relation-fair .bridal-fair-list-cont figure {
        width: 35%;
    }
    .relation-fair .bridal-fair-list-cont figure img {
        width: 100%;
    }
    .relation-fair .bridal-fair-list-cont .bridal-fair-list-tinfo {
        width: 62%;
        text-align: left;
        font-size: 12px;
    }
    .relation-fair .bridal-fair-list-icon {
        margin: 5px auto;
    }
    .relation-fair .bridal-fair-list-cont .bridal-fair-list-dt {
        text-align: center;
        white-space: nowrap;
    }
    .relation-fair .bridal-fair-list-cont .bridal-fair-list-reserve {
        width: calc(50% - 5px);
        position: static;
        display: inline-block;
        margin: auto;
        float: none;
        clear: inherit;
        text-align: center;
        padding-top: 10px;
    }
    .relation-fair .bridal-fair-list-cont .bridal-fair-list-reserve a {
        width: 100%;
        font-size: 12px;
        /* padding: 15px 0; */
        line-height: 1.5;
    }
    .relation-fair .bridal-fair-list-cont .bridal-fair-list-more {
        width: calc(50% - 1.5px);
        position: static;
        display: inline-block;
        margin: auto;
        float: none;
        clear: inherit;
        text-align: center;
        padding-top: 10px;
    }
    .relation-fair .bridal-fair-list-cont .bridal-fair-list-more a {
        width: 100%;
        font-size: 12px;
        /* padding: 15px 0; */
        line-height: 1.5;
    }
}

/* その他プラン */
.contents-wrap .section {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 0 20px;
}
/* .contents-wrap .plan-accordion-wrap {
    margin: 30px 0 0;
} */
@media screen and (min-width:769px) {
    /* pc専用 flexbox関係調整 */
    .contents-wrap .col-wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .contents-wrap .col-wrap > .col {
        display: flex;
        flex-direction: column;
    }
    .contents-wrap .col-wrap .content {
        flex-grow: 1;
    }
}
.contents-wrap .col-wrap {
    overflow: hidden;
}
.contents-wrap .col-wrap > .col {
    margin: 0 10px 0 10px;
}
.contents-wrap .col-wrap > .col {
    width: calc((100% / 3) - 20px);
    margin-top: 20px!important;
    padding-top: 0; /* 打消 */
}
.contents-wrap .col-wrap .image {
    position: relative;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.contents-wrap .col-wrap .image img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: top;
    width: 300px;
    height: 300px;
    object-fit: cover;
}
.contents-wrap .col-wrap .content {
    position: relative;
    padding: 15px 15px 20px;
    line-height: 1.56;
    background: #F7F7F7;
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.contents-wrap .col-wrap .right-col {
    margin: 0 0 80px;
}
.contents-wrap .col-wrap .content .name {
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.6rem;
}
.contents-wrap .col-wrap .content .text {
    margin: 0 0 10px;
    font-size: 1.5rem;
    line-height: 1.7;
}
.contents-wrap .col-wrap .btn.opener {
    position: absolute;
    bottom: 20px;
    width: 270px;
}
.contents-wrap .btn {
    text-align: center;
}
.contents-wrap .btn a {
    padding: 20px 35px;
    position: relative;
    display: block;
    color: #f8f5f1;
    font-size: 14px;
    font-weight: normal;
    background: url(../../img/plan/arrow_black.png) #3e3a39 no-repeat right;
    background-size: 30px;
    background-position: bottom 55% right 20px;
    transition: opacity 0.3s ease;
    border-radius: 0px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
/* .contents-wrap .btn a:before {
    right: 14px;
    width: 2px;
    height: 12px;
    margin: -6px 0 0;
} */

.contents-wrap .section02 .searchForm .btn a:after, .contents-wrap .section .btn a:after {
    border-left-color: #3e3a39!important;
}
/* .contents-wrap .btn a:after {
    right: 9px;
    width: 12px;
    height: 2px;
    margin: -1px 0 0;
}
.contents-wrap .btn a:before, .contents-wrap .btn a:after {
    position: absolute;
    top: 50%;
    content: "";
    background: #44443C;
} */
@media screen and (max-width: 768px) {
    .contents-wrap .section {
        width: auto;
        padding: 0px 10px 0 10px;
    }
    .contents-wrap .col-wrap {
        display: block;
        width: auto;
    }
    .contents-wrap .col-wrap > .col {
        overflow: hidden;
        float: none;
        width: auto;
        margin: 0 auto 20px;
        padding: 20px 10px;
        background: #F7F7F7;
        box-sizing: border-box;
        vertical-align: top;
        margin-top: 0px!important;
    }
    .contents-wrap .col-wrap > .col {
        margin: 0 auto 20px;
    }
    .contents-wrap .col-wrap .image {
        float: left;
        width: 100px;
        padding: 0 10px 20px 0;
        vertical-align: top;
    }
    .contents-wrap .col-wrap .image img {
        width: 100px;
        height: 100px;
    }
    .contents-wrap .col-wrap .content {
        padding: 0;
        vertical-align: middle;
        background: none;
    }
    .contents-wrap .col-wrap .content .right-col {
        float: right;
        width: 60%;
        width: calc(100% - 110px);
    }
    .contents-wrap .col-wrap .right-col {
        margin: 0 0 15px;
    }
    .contents-wrap .col-wrap .content .name {
        margin: 0 0 5px;
        font-size: 1.4rem;
    }
    .contents-wrap .col-wrap .content .text {
        margin: 0;
        font-size: 1.2rem;
    }
    .contents-wrap .col-wrap .content .btn.opener {
        width: 250px;
        margin: 0 auto;
    }
    .contents-wrap .col-wrap .btn.opener {
        clear: both;
        position: static;
        bottom: auto;
        width: auto;
    }
    .contents-wrap .btn a {
        font-size: 12px;
        padding: 15px 0
    }
}
