@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : restaurant__como.css
 author     : Ability Consultant
 style info : お料理 Main Dining Room COMO
=================================================================== */
.con_intr .box_intr, .wrp_buff .con_buff, .con_menu {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1099px) {
  .con_intr .box_intr, .wrp_buff .con_buff, .con_menu {
    width: 91.66667%;
  }
}

@font-face {
  font-family: 'BOWI';
  src: url(../css/fonts/BOWI___.TTF.woff) format("woff");
}
/* -----------------------------------------------------------
	header カスタマイズ
----------------------------------------------------------- */
#header .con_hea h1 {
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.78);
}

/* -----------------------------------------------------------
	con_intr
----------------------------------------------------------- */
.con_intr {
  border-top: 1px solid #0a3f57;
  background: url(../images/common/bg_intr.jpg) no-repeat center top/cover;
  padding: 30px 0 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .con_intr {
    padding: 8% 0;
  }
}
.con_intr .box_intr {
  padding-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr {
    padding-top: 0;
  }
}
.con_intr .box_intr .st {
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 1;
  font-size: 258%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .st {
    font-size: 229%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .st {
    font-size: 158%;
  }
}
.con_intr .box_intr .st:before {
  content: "";
  display: block;
  width: 21px;
  height: 32px;
  background: url(../images/common/ic_st_w.png) no-repeat center/100% auto;
  margin: 0 auto .3em;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .st:before {
    width: .5em;
    height: .76em;
  }
}
.con_intr .box_intr .st em {
  color: #fff799;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
.con_intr .box_intr .catch {
  margin-top: .2em;
  color: #fff;
  letter-spacing: .15em;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch {
    margin-top: 4%;
  }
}
.con_intr .box_intr .catch em {
  font-family: 'Pinyon Script', cursive;
  font-size: 215%;
  vertical-align: baseline;
  display: inline-block;
  margin-right: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch em {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch em {
    font-size: 179%;
  }
}
.con_intr .box_intr .catch em:after {
  content: "";
  width: 1px;
  height: 1.2em;
  background: #fff;
  display: inline-block;
  margin-left: .6em;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch em {
    margin-right: 0;
  }
  .con_intr .box_intr .catch em:after {
    display: none;
  }
}
.con_intr .box_intr .catch span {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_intr .box_intr .catch span {
    width: 67%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intr .box_intr .catch span {
    letter-spacing: .13em;
  }
}

/* -----------------------------------------------------------
	wrp_buff
----------------------------------------------------------- */
.wrp_buff {
  background: #185e7d;
  padding-bottom: 70px;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff {
    padding-bottom: 6%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff {
    padding-bottom: 9%;
  }
}
.wrp_buff .con_buff .box_slider {
  margin-bottom: 0;
  overflow: visible;
}
.wrp_buff .con_buff .box_slider .slick-list {
  overflow: visible;
}
.wrp_buff .con_buff .box_slider .slick-slide {
  position: relative;
}
.wrp_buff .con_buff .box_slider .slick-slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: background 0.4s;
  -o-transition: background 0.4s;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.wrp_buff .con_buff .box_slider .slick-center:before {
  background: transparent;
}
.wrp_buff .con_buff .box_slider .slick-dots {
  z-index: 3;
  bottom: -2em;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots {
    bottom: -1.5em;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li {
  width: 17px;
  height: 2px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots li {
    width: 1em;
    margin-left: .5em;
  }
  .wrp_buff .con_buff .box_slider .slick-dots li:first-child {
    margin-left: 0;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li button {
  height: 100%;
  width: 100%;
}
.wrp_buff .con_buff .box_slider .slick-dots li button:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.wrp_buff .con_buff .box_slider .slick-dots li.slick-active button:before {
  background: #2ca9e1;
}
.wrp_buff .con_buff .box_slider .slick-dots {
  bottom: 1.5em;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-dots {
    bottom: .5em;
  }
}
.wrp_buff .con_buff .box_slider .slick-dots li {
  width: 30px;
  margin-left: 1em;
  height: 3px;
}
.wrp_buff .con_buff .box_slider .slick-arrow {
  z-index: 2;
}
.mouse .wrp_buff .con_buff .box_slider .slick-arrow {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .wrp_buff .con_buff .box_slider .slick-arrow:hover, .touch .wrp_buff .con_buff .box_slider .slick-arrow.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .wrp_buff .con_buff .box_slider .slick-arrow {
  -webkit-tap-highlight-color: transparent;
}
.touch .wrp_buff .con_buff .box_slider .slick-arrow.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.wrp_buff .con_buff .box_slider .slick-prev {
  left: 15px;
  width: 29px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-prev {
    width: 4.94318%;
    height: 84px;
    left: 3%;
  }
}
.wrp_buff .con_buff .box_slider .slick-prev:before {
  content: "";
  background: url(../images/common/ic_arr03-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_slider .slick-prev:before {
    background: url(../images/common/ic_arr03-pc.png) no-repeat center/100% auto;
  }
}
.wrp_buff .con_buff .box_slider .slick-next {
  right: 15px;
  width: 29px;
  height: 56px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_slider .slick-next {
    width: 4.94318%;
    height: 84px;
    right: 3%;
  }
}
.wrp_buff .con_buff .box_slider .slick-next:before {
  content: "";
  background: url(../images/common/ic_arr03-pc.png) no-repeat center;
  width: 100%;
  height: 100%;
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_slider .slick-next:before {
    background: url(../images/common/ic_arr03-pc.png) no-repeat center/100% auto;
  }
}
.wrp_buff .con_buff .box_slider .slick-arrow {
  z-index: 1;
}
.wrp_buff .con_buff .box_buff {
  color: #fff;
  overflow: hidden;
  margin-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff {
    margin-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff {
    margin-top: 5%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt {
  width: 570px;
  float: left;
  width: 570px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt {
    width: 47%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt {
    width: 100%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .st {
  color: #fff799;
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 150%;
  letter-spacing: .06em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt .st {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .st {
    font-size: 115%;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .txt {
  margin: 10px 0 25px;
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .txt {
    margin: 3% 0;
  }
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w {
  font-size: 93%;
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th, .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w td {
  padding: .8em .8em;
}
.wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
  border-right: 1px solid #00fffa;
  width: 145px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
    width: 33%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt .tbl_basic_w th {
    width: 37%;
  }
}
.wrp_buff .con_buff .box_buff .photo {
  float: right;
  width: 463px;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .photo {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_buff .photo {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .photo {
    margin-top: 3%;
  }
  .wrp_buff .con_buff .box_buff .photo img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_buff .con_buff .box_buff .box_txt, .wrp_buff .con_buff .box_buff .photo {
    float: none;
  }
}
@media only screen and (min-width: 1100px) {
  .wrp_buff .con_buff .box_cau {
    clear: both;
  }
}
@media print {
  .wrp_buff .con_buff .box_cau {
    clear: both;
  }
}
.ie8 .wrp_buff .con_buff .box_cau {
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau {
    width: 50%;
    float: right;
  }
}
@media only screen and (max-width: 1099px) {
  .wrp_buff .con_buff .box_cau li {
    padding-left: 1.1em;
    text-indent: -1em;
  }
}

/* -----------------------------------------------------------
	con_menu
----------------------------------------------------------- */
.con_menu {
  margin: 60px auto 100px;
}

.plan_box{/* margin:0 auto; */text-align: center;}
.plan_box p.title_A{font-size:20px;line-height:1.8}
.plan_box img{margin: 0 2.5%;width: 95%;}


  
.title_A {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
}

.title_A::before,
.title_A::after {
    width: 2px;
    height: 20px;
    background-color: #5e5e5e;
    content: '';
}

.title_A::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}

.title_A::after {
    transform: rotate(35deg);
    margin-left: 30px;
}

.box_A {
    position: relative;
    max-width: 1000px;
    margin: 0 auto 20px;
    padding: 1.5em calc(1.5em + 9px);
    padding: calc(1.5em + 9px);
    border-top: 1px solid #8d8d8d;
    border-bottom: 1px solid #8d8d8d;
    color: #333;
    text-align: left;
}

.box_A p{
  text-align:center;
  font-size:16px;
  line-height:1.5;
  margin-bottom:15px
}

  

.box_A::before,
.box_A::after {
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% + 20px);
    background-color: #8d8d8d;
    content: '';
}

.box_A::before {
    left: 9px;
}

.box_A::after {
    right: 9px;
}



  
  
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu {
    margin: 8% auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu {
    margin: 10% auto;
  }
}
.con_menu h3 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 {
    margin-bottom: 6%;
  }
}
.con_menu h3 em {
  font-family: 'Pinyon Script', cursive;
  color: #185e7d;
  display: block;
  font-size: 322%;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 em {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 em {
    font-size: 250%;
  }
}
.con_menu h3 span {
  font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
  font-size: 115%;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu h3 span {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu h3 span {
    font-size: 100%;
  }
}
.con_menu .box_menu {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu {
    padding-bottom: 10%;
  }
}
.con_menu .box_menu .photo {
  width: 463px;
  float: left;
  margin-right: 80px;
  position: relative;
  padding-top: 28%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .photo {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .photo {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .photo {
    float: none;
    padding-top: 63%;
  }
}
.con_menu .box_menu .photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_menu .box_menu .box_list {
  width: 480px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list {
    float: none;
    margin-top: 3%;
  }
}
.con_menu .box_menu .box_list .st {
  color: #185e7d;
  font-size: 129%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list .st {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .box_menu .box_list .st {
    margin-bottom: 1%;
  }
}
.con_menu .box_menu .box_list ul {
  letter-spacing: normal;
}
.con_menu .box_menu .box_list ul li {
  margin-bottom: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .box_menu .box_list ul li {
    padding-left: 1em;
    text-indent: -.5em;
  }
}
.con_menu .box_menu.line_b {
  border-bottom: 1px solid #2ca9e1;
}
.con_menu .sub_menu {
  overflow: hidden;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu {
    margin-bottom: 10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu {
    padding-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu {
    padding-bottom: 10%;
  }
}
.con_menu .sub_menu .box_menu2 {
  width: 463px;
  width: 463px;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 {
    width: 46%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 {
    width: 100%;
  }
}
.con_menu .sub_menu .box_menu2 .photo {
  position: relative;
  overflow: hidden;
  padding-top: 68%;
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .photo {
    float: none;
    padding-top: 63%;
  }
}
.con_menu .sub_menu .box_menu2 .photo img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: none;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.con_menu .sub_menu .box_menu2 .box_list .st {
  color: #185e7d;
  font-size: 129%;
  margin: 15px 0 13px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 .box_list .st {
    margin: 3% 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .box_list .st {
    margin: 2% 0;
  }
}
.con_menu .sub_menu .box_menu2 .box_list ul {
  letter-spacing: normal;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 .box_list ul {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2 .box_list ul {
    margin-bottom: 4%;
  }
}
.con_menu .sub_menu .box_menu2 .box_list ul li {
  margin-bottom: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_menu .sub_menu .box_menu2 .box_list ul li {
    padding-left: 1em;
    text-indent: -.5em;
  }
}
.con_menu .sub_menu .box_menu2.menu2 {
  margin-right: 7.09091%;
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2.menu2 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_menu .sub_menu .box_menu2.menu2 {
    margin-bottom: 10%;
    padding-bottom: 10%;
  }
}
.con_menu .sub_menu.line_b {
  border-bottom: 1px solid #2ca9e1;
}

.con_plan {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1099px) {
  .con_plan {
    padding-top: 8%;
  }
}
@media only screen and (max-width: 767px) {
  .con_plan {
    padding-top: 10%;
  }
}

.con_search {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 10%;
  }
}

/* --------------------------------------------------------------

----------------------------------------------------------------*/
/* views */
.spView,
.spViewInb,
.tbView {
  display: none !important;
}
@media only screen and (max-width:991px) {
  .tbView {
    display: block !important;
  }
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .spViewInb {
    display: inline-block !important;
  }
  .pcView {
    display: none !important;
  }
}

.como_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.como_box {
  margin-top: 60px;
  border: 1px solid #d7d7d7 ;
  padding:30px 20px;
}

.como_title {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 100;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #d7d7d7 ;
}
.label_title::after {
  content: '組数限定';
  position: absolute;
  right: 10px;
  font-size: 18px;
  padding: 4px 20px;
  border-radius: 30px;
  background-color: #185e7d;
  color: #fff;
}


.como_flex {
  display: flex;
  padding: 0 10px;
  margin-top: 30px;
}

/* .como_flex.row-reverse {
  flex-direction: row-reverse;
  justify-content: left;
} */

.como_flex_img {
  width: 30%;
}

.como_flex_img.slide {
  width: 52%;
}

.como_flex_text {
  width: 66%;
  margin-left: 40px;
}

.como_flex_text.bf  {
  width: 46%;
  margin-left: 40px;
}

.como_flex_title {
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 100;
}

.como_flex_menu {
  margin-top: 20px;
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.menu_text {
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
}

.como_flex_menu dt {
  width: 144px;
  text-align: left;
  color: #333;
}

.como_flex_menu dd {
  width: calc(100% - 150px);
  text-align: left;
  padding-left:1em;
	text-indent:-1em;
}

.como_link {
  margin-top: 10px;
  text-align: right;
}

.como_link2 {
  margin: 30px 20px 0;
}

.como_btn {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}

.como_btn2 {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px ;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}
.como_btn2:hover {
  opacity: .8;
  color: #fff !important;
}

/*--- 矢印 ---*/
.como_btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;   
  width: 34px;
  height: 1px;
  background:#fff;
  transition: all .5s;
}
.como_btn::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 31px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .5s;
}
.como_btn:hover {
  opacity: .8;
  color: #fff !important;
}
.como_btn2:hover {
  opacity: .8;
  color: #fff !important;
}
.como_btn:hover::before {
  right: 23px;
}
.como_btn:hover::after {
  right: 24px;
}

@media only screen and (max-width:768px) {
  
  .como_inner {
    padding: 0;
  }

  .como_box {
    margin-top: 30px;
    padding: 20px;
  }
  
  .como_title {
    position: relative;
    font-size: 20px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .label_title::after {
    right: -14px;
    top: 0;
    font-size: 14px;
  }

  .como_flex {
    display: block;
    padding: 0 ;
    margin-top: 20px;
  }
  
  .como_flex_img {
    width: 100%;
  }
  
  .como_flex_text {
    width: 100%;
    margin-left: 0;
  }
  
  .como_flex_title {
    font-size: 16px;
    margin-top: 10px;
  }
  
  .como_flex_menu {
    margin-top: 10px;
    line-height: 1.7;
    font-size: 16px;
  }
  
  .como_flex_menu dt {
    width: 100%;
    text-align: left;
    color: #333;
  }
  
  .como_flex_menu dd {
    width: 100%;
    text-align: left;
  }
  
  .como_link {
    margin-top: 10px;
    text-align: center;
  }


  .como_link2 {
    margin: 10px auto;
  }
  
  .como_btn {
    min-width: 250px;
    padding: 12px 10px 12px;
    font-size: 16px;
    text-align: center;
    margin: 20px auto;
  }
  
  .como_btn2 {
    max-width: 350px;
    min-width: auto;
    display: block;
    padding: 12px 10px 12px;
    font-size: 16px;
    text-align: center;
    margin: 10px auto 0;
  }
  
  /*--- 矢印 ---*/
  .como_btn::before{
    content: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;   
    width: 34px;
    height: 1px;
    background:#fff;
    transition: all .5s;
  }
  .como_btn::after{
    content: none;
    position: absolute;
    top: 40%;
    right: 31px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transition: all .5s;
  }
  .como_btn:hover::before {
    right: 23px;
  }
  .como_btn:hover::after {
    right: 24px;
  }

  .como_flex_img.slide {
    width: 100%;
  }

  .como_flex_text.bf  {
    width: 100%;
    margin-left: 0;
    margin-top: 46px;
  }
}





.como_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dink_box {
  margin-top: 60px;
  border: 1px solid #d7d7d7 ;
  padding:30px 20px;
}

.dink_title {
  position: relative;
  font-size: 26px;
  letter-spacing: 0.1em;
  font-weight: 100;
  padding-bottom: 20px;
  padding-left: 10px;
  border-bottom: 1px solid #d7d7d7 ;
}
.label_title::after {
  content: '組数限定';
  position: absolute;
  right: 10px;
  font-size: 18px;
  padding: 4px 20px;
  border-radius: 30px;
  background-color: #185e7d;
  color: #fff;
}


.dink_title span {display:block;font-size:16px;color: #185e7d;font-weight: 600;}


  

.dink_flex {
  display: flex;
  padding: 0 10px;
  margin-top: 40px;
}

.dink_flex2 {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-top: 0px;
}

.dink_flex_img {
  width: 65%;
}

.dink_flex_text {
  /* width: 66%; */
  margin-left: 20px;
}

.dink_cap {
  font-size: 16px;
  text-align: center;
  margin: 30px auto 0;
}

.dink_flex_title span{
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: 100;
  font-weight: 400;
  color: #fff;
  background: #185e7d;
  text-align: center;
  border-radius: 30px;
  padding: 5px 10px;
}

  

.dink_flex_menu {
  margin-top: 20px;
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.menu_text {
  font-weight: 100;
  line-height: 1.7;
  font-size: 16px;
}

.dink_flex_menu dt {
  width: 300px;
  text-align: left;
  color: #333;
}

.dink_flex_menu dd {
  width: calc(100% - 360px);
  text-align: left;
  padding-left:1em;
  text-indent:-1em;
}


@media only screen and (max-width:768px) {
  
  .dink_inner {
    padding: 0;
  }

  .dink_box {
    margin-top: 30px;
    padding: 20px;
  }
  
  .dink_title {
    position: relative;
    font-size: 20px;
    padding-bottom: 14px;
    padding-left: 0;
  }

  .dink_flex_title {
    font-size: 18px;
    color: #fff;
    text-align:center;
    border-radius:30px;
    font-weight:300;
  }

  .label_title::after {
    right: -14px;
    top: -38px;
    font-size: 14px;
  }


.dink_cap {
  font-size: 14px;
  text-align: center;
  margin: 20px auto 0;
}

  .dink_flex {
    display: block;
    padding: 0 ;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .dink_flex2 {
    display: block;
    padding: 0 ;
    margin-top: 0;
  }
  
  .dink_flex_img {
    width: 100%;
  }
  
  .dink_flex_text {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}


@charset "UTF-8";
/* CSS Document */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {/* box-sizing: border-box; *//* border-style: solid; *//* border-width: 0; */}

/* Document */
/* ============================================ */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/

html {/* line-height: 1.15; */ /* 1 *//* -webkit-text-size-adjust: 100%; */ /* 2 *//* -webkit-tap-highlight-color: transparent; */ /* 3*/}

/* Sections */
/* ============================================ */

/**
* Remove the margin in all browsers.
*/

body {margin: 0;}

/**
* Render the `main` element consistently in IE.
*/

main {
display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl,
menu {
/* margin: 0; */
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
line-height: inherit;
font-weight: inherit;
margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
font-weight: inherit;
}

dd {
margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible; /* 2 */
border-top-width: 1px;
margin: 0;
clear: both;
color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}

address {
font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
* Remove the gray background on active links in IE 10.
*/

a {/* background-color: transparent; *//* text-decoration: none; *//* color: inherit; */}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
text-decoration: underline; /* 2 */
text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
font-family: monospace, monospace; /* 1 */
font-size: inherit; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
* Prevent vertical alignment issues.
*/

img,
embed,
object,
iframe {
vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
* Reset form fields to make them styleable
*/

button,
input,
optgroup,
select,
textarea {
-webkit-appearance: none;
appearance: none;
vertical-align: middle;
color: inherit;
font: inherit;
background: transparent;
padding: 0;
margin: 0;
outline: 0;
border-radius: 0;
text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/

[type="checkbox"] {
-webkit-appearance: checkbox;
appearance: checkbox;
}

[type="radio"] {
-webkit-appearance: radio;
appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
/* 1 */
overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
/* 1 */
text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
cursor: pointer;
-webkit-appearance: none;
appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
cursor: default;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/

select::-ms-expand {
display: none;
}

/**
* Remove padding
*/

option {
padding: 0;
}

/**
* Reset to invisible
*/

fieldset {
margin: 0;
padding: 0;
min-width: 0;
}




details {
display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
display: list-item;
}

/*
* Remove outline for editable content.
*/

[contenteditable] {
outline: none;
}



.pickup {
    padding: 30px 0px;
    background-color: #f1efef;
    position: relative;
}


.pickup .wrap{
	max-width:1200px;
	margin:0 auto;
	width: 100%;
}




 .pickup.mt {
    margin-top: 30px;
}

 .pickup .img_pickup {
    width: 100px;
    margin-left: -50px;
    margin-bottom: 20px;
}

 .pickup .title {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}

 .pickup .title:before {
  font-family: 'FontAwesome';
  content: "\f097";
  padding-right: 5px;
  color: #6b0948;
  font-size: 1.2em;
}





 .pickup .title span {
    font-size: 0.8rem;
    font-size: 1.2rem;
    display: block;
    margin-left: 10px;
}

@media screen and (max-width: 1024px) {
     .pickup .title {
        flex-direction: column;
    }
}


 .pickup .title .underline {
    font-weight: bold;
}

 .pickup .title .underline::before {
    height: 10px;
}

 .pickup .txt {
    background: #fff;
    padding: 20px;
    border-radius: 1em;
    margin-top: 1em;
    margin-bottom: 1em;
    /* max-width: 1000px; */
    width: 95%;
    margin: 0 auto;
    text-align: center;
}

 .pickup .plan_title {
    font-size: 25px;
    line-height: 2;
    margin: 0;
    /* margin-bottom: 20px; */
    font-weight: 600;
    color: #240a04;
    }

 .pickup .name {
    font-size: 25px;
    line-height: 2;
    margin-bottom: 20px;
    font-weight: 600;
    color: #240a04;
    }

 .pickup .name span{
 background:#ddd;
  border-radius:10em;
 background: #240a04;
  color:#fff;
  font-size:18px;
  padding:5px 10px;
}



 .pickup .cap {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    padding: 0 20px;
    font-weight: 600;
    text-align: center;
    }

 .pickup .phone_num,
 .pickup .fax_num {
    font-size: 40px;
    /* line-height: 2; */
    padding: 10px 20px 0;
    /* border: 1px solid #ddd; */
    /* border-radius: 500px; */
    margin-bottom: 20px;
    /* display: block; */
}

 .pickup .phone_num:before {
    font-family: 'FontAwesome';
    content: "\f095";
    padding-right: 5px;
    color: #6b0948;
    font-size: 0.8em;
}

 .pickup .fax_num:before {
    font-family: 'FontAwesome';
    content: "\f1ac";
    padding-right: 5px;
    color: #666666;
    font-size: 0.7em;
line-height: 1;}


@media screen and (max-width: 500px) {

 .pickup .name {
    font-size: 15px;
    line-height: 3;
    }



 
 .pickup .phone_num,
 .pickup .fax_num{
   font-size: 28px;
 }

 .pickup .name span{
  font-size:16px;
}


 
 .pickup .phone_num:before,
 .pickup .fax_num:before{
   font-size: 0.8em;}
 .pickup .cap {
 text-align: left;
 }

.pickup .plan_title {
    font-size: 22px;
}

 
}





/* Table */
/* ============================================ */

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

caption {
text-align: left;
}

td,
th {
vertical-align: top;
padding: 0;
}

th {
text-align: left;
font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
* Add the correct display in IE 10+.
*/

template {
display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
display: none;
}



#detail{
padding-top: 0;
overflow: hidden;
}

#detailHeader{
padding-top: 2em
}

#detailTitle{
color: #555;
}
#detailTitle h2{
display: flex;
font-size: 1.75em;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 1.5em;
}
#detailTitle h2 i{
align-items: flex-start;
margin-right: 0.5em;
transform: translate(0,0.25em);
}

#detailStatus{}
#detailStatus dl{
display: flex;
padding: 1em 0;
line-height: 1.4em;
border-top: 1px solid currentColor;
}
#detailStatus dl:last-child{
border-bottom: 1px solid currentColor;
}
#detailStatus dt,
#detailStatus dd{
font-weight: 500;
line-height: 1.5em;
}
#detailStatus dt{
position: relative;
margin-right: 1em;
padding-right: 1em;
white-space: nowrap;
}
#detailStatus dt:before{
content: "";
position: absolute;
top: 0.25em;
right: 0;
height: 1em;
border-left: 1px solid currentColor;
}
#detailStatus ul{
display: flex;
margin-bottom: 1.5em;
}
#detailStatus li{
position: relative;
width: 25%;
border-radius: 8px;
}
#detailStatus li:before{
content: "";
position: absolute;
top: calc(50% - 0.5em);
left: 0;
height: 1em;
border-left: 1px solid currentColor;
}
#detailStatus li:last-child:before{
	width: 100%;
	border-right: 1px solid currentColor;
	}
#detailStatus li a{
display: block;
padding: 0.6em;
color: inherit;
font-weight: 500;
text-decoration: none;
text-align: center;
font-size: 1.1em;
}
#detailStatus li.select{
background: currentColor;
margin-right: -1px;
}
#detailStatus li.select a{
	color: #fff;
	}

#detailAreaMap{
position: relative;
border-bottom: 1px solid currentColor;
order: 1;
}

#detailLead{}
#detailLead .fr-view{
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.7em;
}

#detailTable{
background: linear-gradient(90deg,#ffe7d9,#dceced);
}
#detailTable h3{
color: #555;
font-weight: 500;
font-size: 1.5em;
letter-spacing: 0.1em;
text-align: center;
}
#detailTable h3+div{
margin-top: 2em;
}
#detailTable dl{
position: relative;
display: flex;
flex-direction: column;
width: calc(100vw - 10em);
max-width: 316px;
background: #fff;
padding: 1em;
border-radius: 8px;
box-shadow: 0 10px 10px rgba(0,0,0,0.2);
}
#detailTable dt{
padding: 0.3em 0.8em;
color: #555;
font-weight: 500;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
order: 1;
}
#detailTable dd{}
#detailTable dd a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
#detailTable .wrap{
width: 100%;
}
#detailTable .slick-slider{
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
overflow: hidden;
}
#detailTable .slick-list{
margin-bottom: 2em;
order: -1;
}
#detailTable .slick-next{
order: 1;
}
#detailTable .slick-dots{
width: calc(100% - 12em);
margin: 0 1em;
}
#detailTable .thumb{
border-radius: 4px;
}

#detailCourse{
counter-reset: count;
}
#detailCourse section{
margin: 2em 0;
padding: 0;
}
#detailCourse .wrap{
position: relative;
display: flex;
flex-direction: column;
align-items: stretch;
z-index: 1;
}


#detailCourse .wrap .ttl{
font-size:25px;
 position:relative;
 left:-30px;
 font-weight:600;
}


#detailCourse .wrap:before{content: "";position: absolute;top: 5em;left: 0;width: 0;height: calc(100% - 10em);border-left: 3px solid #2ca9e1;z-index: -1;}

#detailCourseStart,
#detailCourseGoal{position: relative;padding-left: 0;left: -10px;background: #fff;color: #016d97;font-size: 2.1em;font-size: 25px;/* font-family: sofia-pro, sans-serif; */font-weight: 900;/* font-style: italic; */text-transform: capitalize;line-height: 2em;}

#detailCourseStart:before,
#detailCourseGoal:before{
/* content: ""; */
/* position: absolute; */
/* left: 0; */
/* width: 1em; */
/* height: 1em; */
/* border-top: 1px solid currentColor; */
}

@media only screen and (max-width: 500px) {
	#detailCourseStart,
	#detailCourseGoal{
		left: -10px;
		font-size: 1.6em;
	}
}







#detailCourseStart:before{
top: 1.5em;
transform: skewY(-45deg);
}

#detailCourseGoal{}
#detailCourseGoal:before{
bottom: 0.5em;
transform: skewY(45deg);
}

#detailFooter{
padding-top: 0;
}

#detailMap{
display: flex;
flex-direction: column;
}
#detailMap p{
margin-top: 1em;
padding-left: 1em;
text-indent: -1em;
color: #666666;
font-size: 0.875em;
line-height: 1.7em;
}
#detailMap menu{
position: relative;
align-self: center;
width: 100%;
max-width: 380px;
margin: 0;
padding: 1em 1.5em;
border: 1px solid currentColor;
border-radius: 4px;
color: #555;
fill: currentColor;
font-weight: 500;
letter-spacing: 0.1em;
text-align: center;
cursor: pointer;
order: 1;
}
#detailMap menu i{
position: absolute;
top: calc(50% - 0.5em);
right: 1.5em;
}
#detailMap menu path{
transition: opacity 0.2s ease-out;
}
#detailMap menu.open{}
#detailMap menu.open path+path{
	opacity: 0;
	}
#detailMap menu+div{
margin-bottom: 2em;
}

#detailMapBody{
position: relative;
background: #ccc;
}
#detailMapBody > div{
width: 100%;
height: 100%;
}
#detailMapBody iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#detailMapBody > .infoWin{
position: relative;
margin: 1em;
z-index: 1;
}
#detailMapBody > img{
position: relative;
margin: 1em 0;
width: 34px;
height: 50px;
z-index: 1;
}

#detailMapList{
overflow-y: auto;
}
#detailMapList ul{
counter-reset: count;
list-style: none;
}
#detailMapList li{
position: relative;
padding: 1em;
padding-left: 4em;
font-weight: 500;
letter-spacing: 0.05em;
line-height: 1.5em;
cursor: pointer;
}
#detailMapList li:before{
counter-increment: count;
content: counter(count);
position: absolute;
top: 0.6em;
left: 1em;
width: 2.4em;
height: 2.4em;
margin-right: 0.5em;
background: #555;
border-radius: 100%;
color: #fff;
font-weight: bold;
text-align: center;
line-height: 2.4em;
transform: scale(0.8);
}
#detailMapList li+li{
border-top: 1px solid #e1e1e1;
}
#detailMapList a{
color: inherit;
text-decoration: none;
}
#detailMapList a:hover{
text-decoration: none;
}

#share{
display: flex;
flex-direction: column;
align-items: center;
color: #555;
}
#share:before{
content: "Share";
position: relative;
margin-bottom: -0.4em;
padding: 0 0.6em;
background: #fff;
font-size: 1.7em;
font-family: sofia-pro, sans-serif;
font-weight: 900;
font-style: italic;
line-height: 1em;
text-align: center;
z-index: 1;
}
#share ul{
position: relative;
display: flex;
justify-content: center;
border: 1px solid currentColor;
border-radius: 4px;
padding: 2em 3em;
padding-top: 3em;
}
#share li{}
#share li a{
display: block;
}
#share li svg{
font-size: 40px;
}
#share li+li{
margin-left: 2em;
}

#recommend{
border-top: 1px solid #555;
overflow: hidden;
}
#recommend h2{
display: flex;
align-items: center;
color: #555;
fill: currentColor;
font-weight: 500;
line-height: 1.5em;
}
#recommend h2 i{
position: relative;
top: 0.1em;
display: flex;
align-items: center;
margin-right: 1em;
}
#recommend h2+div{
margin-top: 2em;
}
#recommend dl{
position: relative;
display: flex;
flex-direction: column;
}
#recommend dt{
font-weight: 500;
letter-spacing: 0.025em;
}
#recommend dt+dd{
order: -1;
}
#recommend dd{}
#recommend dd a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
#recommend .thumb{
border-radius: 4px;
}
#recommend .slick-list{
margin: 0 -0.75em;
}
#recommend .slick-slide{
padding: 0 0.75em;
}
#recommend .slick-arrow{
position: absolute;
margin: -1.5em;
z-index: 1;
}
#recommend .slick-prev{
left: 0;
}
#recommend .slick-next{
right: 0;
}

.spot{
position: relative;
}
.spot.quote{}
.spot.quote{}
.spot.quote .spotText .fr-view{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	height: calc(1.7em * 5em);
	overflow: hidden;
	}

.spotName{
position: relative;
/* color: #555; */
font-weight: 500;
font-size: 1.65em;
line-height: 1.5em;
letter-spacing: 0.1em;
}
.spotName:before{counter-increment: count;content: counter(count);content: '↓';font-family: 'FontAwesome';/* content: "\f063"; */position: absolute;top: 0.75em;left: -4em;display: flex;align-items: center;justify-content: center;width: 2em;height: 2em;margin: -1em;padding-bottom: 0.15em;background: #2ca9e1;border: 3px solid #fff;border-radius: 100%;color: #fff;letter-spacing: 0;padding-top: 5px;/* line-height: 2em; */text-align: center;box-sizing: border-box;}

.spotName_b{
   position: relative;
   font-weight: 500;
   font-size: 1.65em;
   line-height: 1.5em;
   letter-spacing: 0.1em;
   margin-top: 20px;
}



.spotLead{margin-top: 1.5em;font-weight: 500;font-size: 1.3em;line-height: 1.5em;letter-spacing: 0.05em;}

.spotPhoto{
margin-top: 1.5em;
}
.spotPhoto li[data-caption]{
position: relative;
}
.spotPhoto li[data-caption]:before{
content: attr(data-caption);
position: absolute;
left: 0;
bottom: 0;
display: block;
width: 100%;
padding: 1em;
background: linear-gradient(rgba(0,26,23,0), rgba(0,26,23,0.7));
color: #fff;
font-size: 0.75em;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
z-index: 1;
}
.spotPhoto .thumb{border-radius: 4px;/* background: #f7f7f7; */}

.spotText{
margin-top: 1.5em;
}
.spotText .fr-view{line-height: 1.7em;font-size: 1.1rem;padding-bottom: 30px;}

.spotText .fr-view h2{
font-size:1.7em;
}




.spotInfo{display: flex;margin-top: 1.5em;max-width: 100%;margin: 0 auto;}
.spotInfo a,
.spotInfo menu{position: relative;display: flex;align-items: center;justify-content: center;/* width: 100%; */padding: 1em 1em;padding-right: 1em;border: 1px solid currentColor;border-radius: 4px;background: #fff;color: #555;font-size: 0.875em;font-weight: 500;text-align: center;text-decoration: none;letter-spacing: 0.01em;line-height: 1.5em;/* border: none; */}

.spotInfo menu:after{
 font-family: 'Font Awesome 6 pro';
 content: "\f055";
 font-weight: 300;
 padding-left: 10px;
}


.spotInfo a i,
.spotInfo menu i{
position: absolute;
top: calc(50% - 0.5em);
right: 1em;
}




.spotInfo menu{
cursor: pointer;
}
.spotInfo menu.open{
background: #555;
border-color: transparent;
color: #fff;
}
.spotInfo menu.open path+path{
	opacity: 0;
	}

.spotData{}
.spotData dl{
display: flex;
border-bottom: 1px dashed #555;
font-weight: 500;
}
.spotData dt,
.spotData dd{
padding: 0.8em;
border-top: 1px dashed #555;
line-height: 1.4em;
}
.spotData dt{
color: #555;
}
.spotData dd{
color: #4d4d4d;
text-align: left;
}

a.phone_link{
border:	none;
background:	none;
justify-content: left;
}


.date{
position: relative;
align-self: center;
margin: 1em 0;
padding: 0 1em;
background: #fff;
color: #555;
font-weight: 500;
font-size: 1.5em;
letter-spacing: 0.1em;
}
.date:before{content: "";position: absolute;top: 50%;left: calc(94% - 50vw);width: 88vw;border-top: 1px dashed currentColor;z-index: -1;}


@media only screen and (max-width: 500px) {
.date:before{width: 80vw;border-top: 1px dashed currentColor;z-index: -1;}
}
#detailCourse .wrap .ttl{
 font-size:20px;
 padding-left: 1em;
 text-indent: -0.4em;
}


.move{position: relative;display: flex;align-items: center;margin: 2em 0;line-height: 1.5em;letter-spacing: 0.1em;font-size: 20px;}
.move:before,
.move:after{content: "";color: #2ca9e1;}
.move:before{
margin-right: 0.5em;
border-top: 2px solid currentColor;
}
.move:after{
position: absolute;
top: calc(50% - 12px);
left: -13px;
width: 20px;
height: 20px;
background: currentColor;
border-radius: 100%;
border: 3px solid #fff;
box-sizing: content-box;
}

.topics{
display: flex;
flex-direction: column;
}
.topics h4{
color: #555;
font-weight: 500;
font-size: 1.25em;
line-height: 1.5em;
letter-spacing: 0.1em;
}
.topics h4+div{
margin-top: 1.5em;
order: 1;
}
.topics dl{
position: relative;
display: flex;
flex-direction: column;
}
.topics dt{
font-weight: 500;
line-height: 1.5em;
}
.topics dt+dd{
margin-bottom: 1em;
order: -1;
}
.topics dt+dd+dd{
margin-top: 1em;
color: #4d4d4d;
line-height: 1.7em;
}
.topics dd{}
.topics dd a{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
}
.topics dd a[href=""]{
pointer-events: none;
}
.topics .thumb{
border-radius: 4px;
}
.topics .slick-list{
margin: 0 -0.75em;
}
.topics .slick-slide{
margin: 0 0.75em;
}
.topics .slick-arrow{
position: absolute;
top: 0;
margin: -1.5em;
z-index: 1;
}
.topics .slick-prev{
left: 0;
}
.topics .slick-next{
right: 0;
}
.topics .fr-view{
margin-top: 1.5em;
color: #4d4d4d;
line-height: 1.7em;
}
.topics+.topics{
padding-top: 0;
}

.column{
display: flex;
flex-direction: column;
overflow: hidden;
}
.column h4{
position: relative;
align-self: center;
padding: 0 1em;
background: #fff;
color: #555;
font-size: 1.75em;
font-family: sofia-pro, sans-serif;
font-weight: 900;
font-style: italic;
text-transform: capitalize;
line-height: 1em;
}
.column h4:before{
content: "";
position: absolute;
top: 0.5em;
left: calc(50% - 50vw);
width: 100vw;
border-top: 1px solid currentColor;
z-index: -1;
}
.column h4+div{
display: flex;
margin-top: 2em;
}
.column h5{
color: #555;
font-weight: 500;
font-size: 1.25em;
line-height: 1.5em;
letter-spacing: 0.1em;
}
.column h5+div{
margin-top: 1.5em;
color: #4d4d4d;
}
.column h5+div+div{
display: flex;
justify-content: center;
margin-top: 1.5em;
}
.column h5+div+div a{
position: relative;
display: block;
width: 100%;
max-width: 300px;
padding: 1em;
border: 1px solid currentColor;
border-radius: 4px;
background: #fff;
color: #555;
font-size: 0.875em;
font-weight: 500;
text-align: center;
text-decoration: none;
letter-spacing: 0.01em;
}
.column h5+div+div i{
position: absolute;
top: calc(50% - 0.5em);
right: 1em;
}
.column figure{
order: -1;
}
.column .fr-view{
color: #4d4d4d;
font-size: 0.875em;
line-height: 1.7em;
}
.column .thumb{
border-radius: 4px;
}




/* for all */
@media (max-width: 1199.98px) {
/*1199px以下*/
}
@media (max-width: 991.98px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767.98px) {
/*767px以下*/
#detailAreaMap{
padding-bottom: 1em;
}
#detailLead{
margin-top: 2em;
}
#detailLead .fr-view+div{
width: 100%;
max-width: 20em;
margin: auto;
margin-top: 2em;
}
#detailTable{}
#detailTable dl{
padding: 0.75em;
}
#detailTable dt{
margin-top: 0.75em;
}
#detailTable .slick-slide{
padding: 0 0.75em;
}
#detailTable .slick-prev{
margin-left: 1.5em;
}
#detailTable .slick-next{
margin-right: 1.5em;
}
#detailCourse{
padding: 2em 0;
}
#detailCourse section{
margin-left: 2em;
}
#detailCourse .wrap{
width: calc(100% - 4em);
margin-left: 2.5em;
}
#mapList{
height: 10em;
}
#share{
margin-top: 2em;
}
#recommend{}
#recommend h2{
font-size: 1.4em;
}
.spotName{}
.spotName:before{
left: -1.1em;
}
.move{}
.move:before{
flex: 0 0 1.5em;
width: 1.5em;
}
.topics,
.column{
margin-top: 2em;
}
.topics{}
.topics .slick-arrow{
top: 7.6em;
}
.spotList{}
.spotList dt{
font-size: 0.875em;
}
}
@media (max-width: 767.98px) and (orientation:portrait) {
/*767px以下縦向き*/
#detailTitle{}
#detailTitle h2{
order: -1;
}
#detailTitle figure{
margin: 0 -1em;
margin-top: 1em;
order: -1;
}
#detailTitle .wrap{
display: flex;
flex-direction: column;
}
#detailStatus{
margin: 1.5em 0;
}
#detailTable{}
detailTable .slick-dots{}
#detailTable .slick-dots li{
margin: 0.8em;
}
#detailMapBody{
height: 100vw;
}
#recommend{}
#recommend .slick-arrow{
top: 4em;
}
.spotPhoto{margin: 0.5em;}
.spotPhoto ul{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.spotPhoto li{}
.spotPhoto li:first-child{
width: 100%;
}
/* .spotPhoto li:nth-of-type(n+2){
width: calc(50% - 0.5em);
margin-top: 1em;
} */
.spotPhoto li:nth-of-type(n+2){
width: 100%;
margin-top: 1em;
}
.spotInfo{
flex-direction: column;
}
.spotData{
margin: 1em 0;
}
.spotData dl{
flex-direction: column;
}
.spotData dd{
padding-top: 0;
border: none;
}
.spotLink{
margin-top: 1em;
}
.column{}
.column h4+div{
flex-direction: column;
}
.column figure{
margin-bottom: 1em;
}
}


.spotLink a:after{
 font-family:
 'themify';
 content: "\e732";
 font-weight: 300;
 padding-left: 10px;
 font-family: 'FontAwesome';
 content: "\f178";
 font-weight: 500;
}





@media (max-width: 767.98px) and (orientation:landscape) {
/*767px以下横向き*/
#detailStatus,
#detailAreaMap{
padding: 1.5em;
}
#detailMapBody{
height: 80vw;
}
#recommend{}
#recommend .slick-arrow{
top: 7.6em;
}
.topics{}
.topics .slick-list{
margin: 0;
padding: 0 29vw;
}
.topics .slick-arrow{
top: 5em;
}
}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) {
/*576px～767px横向き, 768px以上*/
#detailTitle{}
#detailTitle h2{
position: absolute;
left: 0;
bottom: 0;
width: 60%;
padding: 1em;
background: linear-gradient(rgba(0,26,23,0), rgba(0,26,23,0.7));
color: #fff;
z-index: 2;
}
#detailTitle figure{
position: absolute;
top: 0;
left: 0;
width: 60%;
height: 100%;
}
#detailTitle .wrap{
position: relative;
display: flex;
flex-direction: column;
width: 100%;
padding-left: 60%;
}
#detailTitle .thumb{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
padding: 0;
}
#detailStatus{
border-top: 1px solid currentColor;
}
#detailStatus+#detailAreaMap{
padding-top: 0;
}
#detailTable{}
detailTable .slick-dots{}
#detailTable .slick-dots li{
margin: 1em;
}
.spotPhoto{}
.spotPhoto ul{overflow: hidden;display: flex;}
.spotPhoto li{/* float: left; */width: calc(33.3% - 0.8em);width: 33.3333%;padding: 0.5%;}
.spotPhoto li:first-child{
/* width: 66.6%; */
 width: 33.3333%;
}
.spotPhoto li:first-child:last-child{
width: 100%;
}
.spotPhoto li:first-child:last-child .thumb{
	padding-top: 44.4%;
	}
.spotPhoto li:first-child:nth-last-of-type(2),
.spotPhoto li:last-child:nth-of-type(2){
width: calc(50% - 0.5em);
}
.spotPhoto li:first-child:nth-last-of-type(2) .thumb,
/* .spotPhoto li:last-child:nth-of-type(2) .thumb{
	padding-top: 88.8%;
	} */
.spotPhoto li:nth-of-type(n+2){/* float: right; */}
.spotPhoto li:nth-of-type(3){margin-top: 1em;margin-top: 0;}
.spotInfo{
flex-wrap: wrap;
justify-content: center;
}
.spotInfo menu{
width: calc(50% - 0.75em);
max-width: 250px;
margin: 0 10px;
}
.spotData{
display: flex;
justify-content: center;
width: 100%;
margin-top: 1.5em;
order: 1;
}
.spotData dl{
flex-wrap: wrap;
width: 100%;
max-width: calc(600px + 1.5em);
max-width: 800px;
}
.spotData dt{
width: 8em;
}
.spotData dd{
width: calc(100% - 8em);
}
.spotLink{/* width: calc(33.333%); *//* max-width: 300px; */}
.spotLink a:hover{
   background-color: #555;
    color: #fff;
    transition: .4s;
}
menu:hover{
   background-color: #555;
   color: #fff;
   transition: .4s;
}
.spotLink:not(:first-child){
margin-left: 1.4em;
}
.column{}
.column h4+div{
justify-content: space-between;
}

a.phone_link{
border:	none;
background:	none;
justify-content: left;
}
a.map_link{
border:	none;
background:	none;
justify-content: left;
padding: 0;
}


}
@media (min-width: 576px) and (max-width: 767.98px) and (orientation:landscape), (min-width: 768px) and (max-width: 991.98px) {
/*576px～767px横向き, 768px～991px*/
#detailTable{}
#detailTable .slick-list{
padding: 0 20vw !important;
}
#detailCourse{
padding: 3em 0;
}
#detailCourse section{
flex-direction: column;
align-items: stretch;
}
.column{}
.column h4+div > div,
.column figure{
width: calc(50% - 0.75em);
}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#detailStatus{}
#detailStatus dt,
#detailStatus dd{
font-size: 0.875em;
}
#detailLead{}
#detailLead [data-fav-id]{
display: flex;
font-size: 0.875em;
}
#detailLead .fr-view{
width: 100%;
}
#detailLead .fr-view+div{
flex: 0 0 calc(0.875em * 20);
width: calc(0.875em * 20);
}
#detailLead .wrap{
display: flex;
justify-content: space-between;
}
#detailTable{}
#detailTable dl{
padding: 1em;
}
#detailTable dt{
margin-top: 1em;
}
#detailTable .slick-slide{
padding: 0 1em;
}
#detailTable .slick-prev{
margin-left: 2em;
}
#detailTable .slick-next{
margin-right: 2em;
}
#detailCourse{}
#detailCourse section{margin-left: 4em;border: 3px solid #2ca9e1;background: #ffffff;border-radius: 0.5em;}
#detailMap{}
#detailMap menu+div{
display: flex;
flex-wrap: wrap;
}
#detailMapList{
position: relative;
}
#detailMapList ul{
position: absolute;
top: 0;
right: 0;
width: 100%;
height: 100%;
}
#recommend{}
#recommend h2{
font-size: 1.5em;
}
.spotName{}
.spotName:after{content: "";position: absolute;top: 0.75em;left: -4em;width: 3.5em;border-top: 2px solid currentColor;z-index: -1;color: #2ca9e1;}
.move{}
.move:before{
flex: 0 0 3.5em;
width: 3.5em;
}
.topics{
overflow: hidden;
}
.topics h4{
position: relative;
}
.topics h4:before{
content: "";
position: absolute;
left: -2.5em;
top: 0.75em;
width: 2em;
border-top: 1px solid currentColor;
}
.topics dt+dd+dd{
font-size: 0.75em;
}
.topics .fr-view{
font-size: 0.875em;
}
}
@media (min-width: 768px) and (max-width: 1199.98px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
#detailStatus,
#detailAreaMap{
padding: 1.5em 2em;
}
#detailLead{
margin-top: 3em;
}
#detailLead .fr-view{
margin-right: 3em;
}
#detailCourse{
padding: 3em 0;
}
#detailMapBody{
width: calc(100% - 20em);
height: 32em;
}
#detailMapList{
width: 20em;
}
#share{
margin-top: 3em;
}
#recommend{}
#recommend .slick-arrow{
top: 5.4em;
}
.spot,
.topics,
.column{
padding: 2em;
}
.spotName{}
.spotName:before{
left: -3.5em;
}
.topics{}
.topics .slick-arrow{
top: 7.2em;
}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#detailStatus,
#detailAreaMap{
padding: 2em 3em;
}
#detailLead{
margin-top: 4em;
}
#detailLead .fr-view{
margin-right: 4em;
}
#detailTable{}
#detailTable .slick-list{}
#detailTable .slick-list{
padding: 0 30vw !important;
}
#detailCourse{
padding: 4em 0;
}
#share{
margin-top: 4em;
}
#detailMapBody{
width: calc(100% - 15em);
}
#detailMapList{
width: 15em;
}
.spot,
.topics,
.column{
padding: 3em;
}

.spot div{margin-bottom:0px}





 
.spotName{}
.spotName:before{
left: -4.3em;
}
.column{}
.column h4+div > div{
width: 60%;
}
.column figure{
width: calc(40% - 2em);
}
}
@media (min-width: 992px) and (max-width: 1199.98px) {
/*992px～1199px*/
#detailMapBody{
height: 34em;
}
#recommend{}
#recommend .slick-arrow{
top: 7.4em;
}
.topics{}
.topics .slick-arrow{
top: 6.2em;
}
}
@media (min-width: 1200px) {
/*1200px以上*/
#detailMapBody{
height: 38em;
}
#recommend{}
#recommend .slick-arrow{
top: 7.6em;
}
#recommend .slick-prev{
left: -2.5em;
}
#recommend .slick-next{
right: -2.5em;
}
.topics{}
.topics .slick-arrow{
top: 6.6em;
}
}


/* -----------------------------------------------------------
#sub_works_area
----------------------------------------------------------- */

#sub_works_area {
padding: 50px 50px;
/* background: url(../images/common/noise.png) repeat #f5f5f5; */
background: #faf9f9;
/* width: 95%; */
margin: 80px auto;
}

#sub_works_area .central {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

@media only screen and (max-width: 900px) {
#sub_works_area {
padding: 0;
}
}

@media only screen and (max-width: 736px) {
#sub_works_area {
padding: 0;
}
}
/* -----------------------------------------------------------
#sub_works
----------------------------------------------------------- */

#sub_works {
/* float: right; */
width: 100%;
}

@media only screen and (max-width: 900px) {
#sub_works {
width: 100%;

}
}

@media only screen and (max-width: 736px) {
#sub_works {
padding: 20px 0;
}


}


.header_area {
/* max-width:1200px; */
width:100%;
margin:0 auto;
}

.header_area img{
width:100%;
}

.On_pc{display:block}
.On_sp{display:none}

@media only screen and (max-width: 900px) {
.On_pc{display:none}
.On_sp{display:block}
}

/* --------- .worksArea --------- */

.worksArea {
z-index: 3;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
padding:1%;
justify-content: flex-start;}

.worksArea .worksBox {
flex: 0 0 31%;
align-items: stretch;
background: #fff;
border: 1px solid #ddd;
/* border-radius: 0.5em; */
margin: 1%;
}

/*      .worksArea .worksBox:before {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
content: "";
border: #fefefe 0 solid;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: -1;
}
*/
.worksBox:hover {
/* border: #f2f2f2 2px solid; */
/*  border-radius: 0.5em; */
background:#0c438a;
color:#fff;
}







/* .inner */

.worksArea .worksBox .inner {
position: relative;
padding: 10px;
z-index: 2;
/* border: 1px solid #ddd; */
border-radius: 1em;
text-align: center;
}

.worksArea .worksBox .inner:before {
position: absolute;
right: 0;
top: 0;
left: 0;
bottom: 0;
content: "";
border: #fefefe 0 solid;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
z-index: -1;
}

.worksBox:hover .inner:before {
/* border: #f2f2f2 2px solid; */
/*  border-radius: 0.5em; */
background:#0c438a;
color:#fff;
}

.worksArea .worksBox .inner .imgArea {
text-align: center;
}

.worksArea .worksBox .inner .imgArea img{
width: 100%;
margin: 0 auto;
/* max-width: 150px; */
}
/* 
.worksArea .worksBox .inner img {
width: 100%;
margin: 0 auto;
max-width: 150px;
text-align: center;
} */

.worksArea .worksBox .inner h2 {
text-align: center;
color: #0c438a;
margin: 10px 0;
font-weight: 600;
font-size: 18px;
display: block;
}

.worksArea .worksBox .inner h2:after {
content: '';
display: block;
width: 147px;
height: 1px;
background-color: #0c438a;
position: relative;
bottom: 0px;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
color:#fff;
}

.worksArea .worksBox .inner:hover {
color:#fff;
}

.worksArea .worksBox .inner:hover h2 {
color:#fff;
}


/* ul.category */

.worksArea .worksBox ul.category {
margin-top: 20px;
list-style: none;
z-index: 2;
text-align: center;
}

.worksArea .worksBox ul.category li {
display: inline-block;
color: #fefefe;
background: #0c438a;
font-size: 13px;
font-weight: 500;
line-height: 35px;
letter-spacing: 1px;
border-radius: 1.5em;
padding: 0 35px 0 25px;
position: relative;
z-index: 1;
}

.worksArea .worksBox ul.category li:after {
position: absolute;
top: 0;
right: 10px;
bottom: 0;
font-size: 1.1em;
/* line-height: 25px; */
font-family: themify;
/* content: "\e6ad"; */
font-weight: normal;
/* font-family: 'Font Awesome 6 pro'; */
content: "\e649";
vertical-align: 0;
}


.worksArea .worksBox p.category {
margin-top: 20px;
list-style: none;
z-index: 2;
text-align: center;
}

.worksArea .worksBox p.category {
/* display: inline-block; */
color: #fefefe;
background: #0c438a;
font-size: 13px;
font-weight: 500;
line-height: 35px;
letter-spacing: 1px;
border-radius: 1.5em;
padding: 0 35px 0 25px;
position: relative;
z-index: 1;
width: 150px;
margin: 0 auto;
}

.worksArea .worksBox p.category:after {
position: absolute;
top: 0;
right: 10px;
bottom: 0;
font-size: 1.1em;
/* line-height: 25px; */
font-family: themify;
/* content: "\e6ad"; */
font-weight: normal;
/* font-family: 'Font Awesome 6 pro'; */
content: "\e649";
vertical-align: 0;
}














.worksArea .worksBox p.date {
position: absolute;
top: 20px;
left: 7.5%;
font-family: 'Poppins', sans-serif;
font-weight: 500;
line-height: 40px;
font-size: 0;
display: none;
}

.worksArea .worksBox .inner h3 {
font-size: 15px;
font-weight: 500;
line-height: 2;
letter-spacing: 1px;
padding: 0;
margin-top: 10px;
text-align: center;
}

.worksArea .worksBox .icon_award {
position: absolute;
top: 15px;
right: 7.5%;
width: 55px;
height: 55px;
content: "";
background: url(../images/common/icon_award.png) center center no-repeat;
background-size: cover;
z-index: 2;
}

@media only screen and (max-width: 900px) {
.worksArea .worksBox .inner {
padding: 50px 7.5% 50px;
}
.worksArea .worksBox .inner p{
display:block;
}

.worksArea .worksBox .inner:before {
display: none;
}


.worksArea .worksBox .inner:hover {
color:#fff;
background:#0c438a;
border-radius:0.5em;
}

.worksArea .worksBox .inner:hover h2 {
color:#fff;

}


/* ul.category */
.worksArea .worksBox ul.category {
margin-top: -35px;
list-style: none;
z-index: 2;
display: block;
}
.worksArea .worksBox ul.category li {
padding: 0 15px 0 30px;
/* margin-top: 50px; */
}
/* p.date */
.worksArea .worksBox p.date {
top: 10px;
left: 7.5%;
}
/*.worksArea .worksBox p.date span { font-size: 13px; }*/
/* h3 */
.worksArea .worksBox .inner h3 {
font-size: 14px;
display: block;
}
/* .icon_award */
.worksArea .worksBox .icon_award {
top: 10px;
right: 7.5%;
width: 50px;
height: 50px;
}
}

@media only screen and (max-width: 736px) {

.worksArea .worksBox .inner {
padding: 40px 7.5% 30px;
}
.worksArea .worksBox .inner:before {
display: none;
}


/* ul.category */
.worksArea .worksBox ul.category {
margin-top: 0px;
list-style: none;
z-index: 2;
display: block;
}
.worksArea .worksBox ul.category li {
font-size: 11px;
line-height: 25px;
letter-spacing: 1px;
padding: 0 10px 0 20px;
}
.worksArea .worksBox ul.category li:before {
left: 5px;
font-size: 1em;
}
/* p.date */
.worksArea .worksBox p.date {
top: 10px;
left: 7.5%;
line-height: 30px;
}
/*.worksArea .worksBox p.date span { font-size: 11px; }*/
/* h3 */
.worksArea .worksBox .inner h3 {
font-size: 11px;
line-height: 1.8;
margin-top: 5px;
}

.worksArea .worksBox {
flex: 0 0 49%;
margin-bottom:10px;
}


}

@media only screen and (max-width: 500px) {

.worksArea {
z-index: 3;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
padding:20px;
}


.worksArea .worksBox {
flex: 0 0 100%;
margin-bottom: 20px;
}

}

@media only screen and (max-width: 414px) {
.worksArea .worksBox p.date {
letter-spacing: 0.5px;
}
.worksArea .worksBox .inner h3 {
line-height: 1.8;
display: block;
}
.worksArea .worksBox ul.category li {
font-size: 9px;
padding: 0 20px 0 20px;
}
.worksArea .worksBox .icon_award {
top: 6px;
right: 4%;
width: 30px;
height: 30px;
}
}

.center{
text-align: center;
}

.left{
text-align: left;
}

.right{
text-align: right;
}

.none{
display: none !important;
}

.thumb{}
.thumb img{position: absolute;top: 0;left: 0;width: 100%;height: auto;object-fit: initial;object-position: inherit;opacity: 1;transition: opacity 0.2s ease-out;padding: 10px;}
.thumb:not(img){position: relative;display: block;width: 100%;margin: 0;padding: 66.66% 0 0 0;object-fit: cover;object-position: center;/* background: rgba(0,0,0,0.05) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 50 50"><path fill="rgba(0,0,0,0.2)" d="M25.251,6.461c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615V6.461z" transform="rotate(200.584 25 25)"><animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 25 25" to="360 25 25" dur="0.6s" repeatCount="indefinite"></animateTransform></path></svg>') center center no-repeat; */background-size: 3em;overflow: hidden;background: opacity 0.2s ease-out;}

  img.thumb{
opacity: 0.5;
}

.thumb p{font-size: 16px;padding:5px;font-weight: 500;}

  
.thumb.contain{
object-fit: contain;
}
.thumb.cover{
object-fit: cover;
}
.thumb.top{
object-position: center top;
}
.thumb.bottom{
object-position: center bottom;
}
.thumb.left{
object-position: left center;
}
.thumb.right{
object-position: right center;
}



@media (min-width: 768px) and (max-width: 991.98px) {
/*768px～991px*/
.lsb-sp:not(.lsb-tb),
.lsb-pc:not(.lsb-tb){
display: none;
}
}





.wrap{
margin-left: auto;
margin-right: auto;
}

.slide{
height: 0;
opacity: 0;
transition: opacity 0.5s ease-out;
}
.slide .slick-arrow{
position: relative;
display: inline-block;
width: 3em;
height: 3em;
background: #fff;
border: 1px solid currentColor;
border-radius: 100%;
color: #555;
fill: currentColor;
cursor: pointer;
}
.slide .slick-arrow svg{
position: absolute;
top: 30%;
left: 30%;
width: 40%;
height: 40%;
}
.slide .slick-dots{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.slide .slick-dots li{
position: relative;
flex: 0 0 10px;
width: 10px;
height: 10px;
border-radius: 100%;
background: #fff;
overflow: hidden;
}
.slide .slick-dots button{
opacity: 0;
}
.slide .slick-dots .slick-active{
background: #555;
}
.slide.slick-initialized{
height: auto;
opacity: 1;
}


.photoArea{display:flex}

.photoBox{width:33.333%}

















/* for all */
@media (max-width: 1199.98px) {

}
@media (max-width: 991.98px) {
}


/* for mobile */
@media (max-width: 767.98px) {


.wrap{
width: calc(100% - 2em);
}


}
@media (max-width: 767.98px) and (orientation:portrait) {


}


@media (min-width: 768px) and (max-width: 1199.98px) {
/*768pxï½ž1199px*/
body{/* font-size: 1.4rem; */}
}
@media (min-width: 768px) and (max-width: 991.98px) {
/*768pxï½ž991px*/
main > *,
article,
article section,
article nav,
article header,
article footer{
padding-top: 3em;
padding-bottom: 3em;
}

.wrap{
width: 724px;
}

}


/* for PC */
@media (min-width: 992px) {}

@media (min-width: 992px) and (max-width: 1199.98px) {

.wrap{
width: 940px;
}
}
@media (min-width: 1200px) {
/*1200pxä»¥ä¸Š*/

.wrap{width: 1140px;margin-top: 30px;}
}

.map {
width: 90%;
margin: 0 auto;
}




@media (min-width: 751px) {
a[href^="tel:"] {
pointer-events: none;
cursor: default;
}

}

a.phone_link{
border:	none;
background:	none;
justify-content: left;
padding: 0;
}

/* ------------------------------------------
フェードインアニメーション
--------------------------------------------*/
.fadeIn {
   -webkit-transition: 1s;
   transition: 1s;
   opacity: 0;
   -webkit-transform: translatey(50px);
           transform: translatey(50px);
 }
 .fadeIn.animated {
   opacity: 1;
   -webkit-transform: translatey(0px);
           transform: translatey(0px);
 }

.tab-002 {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    max-width: 100%;
}

.tab-002 > label {
    flex: 1 1;
    order: -1;
    opacity: .5;
    min-width: 70px;
    padding: .6em 1em;
    border-radius: 5px 5px 0 0;
    background-color: #2589d0;
    color: #fff;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-002 > label:hover {
    opacity: .8;
}

.tab-002 input {
    display: none;
}

.tab-002 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-002 label:has(:checked) {
    opacity: 1;
}

.tab-002 label:has(:checked) + div {
    display: block;
}






/* .report-list
------------------------------------*/
.report-list {
	overflow: hidden;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	/* width: calc(100% + 40px); */
	margin: 0 -20px;
	white-space: nowrap;
	justify-content: space-around;
	/* max-width: 1200px; */
	margin: 50px auto 0;
	}
                 

.report-list li {
	box-sizing: border-box;
	width: 48%;
	margin:0 auto;
	margin-bottom: 0%;
}

.report-list li:nth-child(odd) {
	/* padding-right: 1%; */
}

.report-list li:nth-child(even) {
	float: right;
	/* padding-left: 1%; */
}

.report-list a {
	position: relative;
	display: -webkit-box;
	display: flex;
	border: 1px solid transparent;
	border: 1px solid #d2dce1;
	padding: 20px 10px;
	text-decoration: none;
	}

.report-list a:hover {
	border-color: #D1DDE2;
	opacity: 1;
}

.report-list i {
	display: block;
	position: absolute;
	top: 11px;
	right: 11px;
	font-size: 10px;
	letter-spacing: 0.04em;
	opacity: 0;
	transition: .2s ease-out;
}

.report-list a:hover i {
	opacity: 1;
}

.report-list figure {
	width: 45%;
	/* min-width: 42%; */
	/* padding-right: 7%; */
	margin: 0 auto;
}

.report-list figure img {
	width: 100%;
	max-width: 250px;
	height: 100%;
	object-fit: cover;
	margin: 0;
}

.report-list .txt {
	position: relative;
	box-sizing: border-box;
	width: 55%;
	padding: 10px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","Yu Mincho",YuMincho,"游明朝","ＭＳ Ｐ明朝","MS PMincho","Times New Roman",Times,Garamond,Georgia,serif;
}
  .report-list .txt p{
    overflow-wrap: break-word;
    text-align: left;
    font-size: 15px;
}
  

.report-list .season {
	display: inline-block;
	/* border-bottom: 2px solid #607d8b; */
	margin-bottom: 5px;
	padding-bottom: 1px;
	line-height: 1.4;
	font-size: 19px;
	letter-spacing: 0.04em;
}

.report-list .visit {
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.06em;
}

.report-list h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	letter-spacing: 0.08em;
	margin-bottom: 0;
}

.report-list .visit + h2 {
	font-size: 17px;
}

.report-list h3 {
	/* position: absolute; */
	bottom: 0;
	left: 1px;
	margin-bottom: 0;
	line-height: 1.5;
	}

.report-list h3 strong {
	display: inline;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.report-list h3 em {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
display: block;}

.report-list h3 em:after {
    padding-left:8px;
    font-family: 'FontAwesome';
    content: "\f105";
    left: 0.5em;
    font-size: 18px;
    font-weight: 400;
}
  
@media (max-width: 600px) {
.report-list {
	width: 96%;
	flex-direction: column;
	margin:0 2%;
}

.report-list {
	flex-direction: column;
	margin: 0 auto;}

.report-list a {
	padding: 10px;
}
.report-list li {
	box-sizing: border-box;
	width: 98%;
	margin:0 auto;
	margin-bottom: 5%;
}

.report-list figure {
	width: 40%;
	padding-right: 3%;
}


.report-list figure img {
	width: 100%;
	height: auto;
}

.report-list .txt {
	position: relative;
	box-sizing: border-box;
	width: 44%;
}
   
}



                 

/* media query
-----------------------------------*/
@media (max-width: 1439px) {
	.report-list .season {
		margin-bottom: 12px;
		padding-bottom: 0;
		font-size: 18px;
		font-weight: 600;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		line-height: 40px;
		text-align: center;
		color: #fff;
	}
  
  .report-list .sea_spring {
		background: #ec6d7e;
	}
  
  .report-list .sea_summer {
		background: #2ca9e1;
	}
  .report-list .sea_autumn {
		background: #6e0303;
	}
  .report-list .sea_winter {
		background: #004462;
	}
  
	.report-list .visit {
		margin-bottom: 8px;
		font-size: 20px;
		letter-spacing: 0.02em;
		top: 14px;
		position: absolute;
		left: 55px;
	}
	.report-list h2 {
		font-size: 16px;
		letter-spacing: 0.06em;
	}
	.report-list .visit + h2 {
		font-size: 15px;
		font-family: 'Pinyon Script', cursive;
	}
	.report-list h3 strong {
		margin-bottom: 2px;
		font-size: 13px;
	display: inline;}
	.report-list h3 em {
		font-size: 13px;
	}
}

@media (max-width: 1340px) {
	.report-list .season {
		margin-bottom: 10px;
		font-size: 15px;
	}
	.report-list .visit {
		margin-bottom: 6px;
	color: #886c12e8;}
	.report-list h3 {
		/* bottom: 30px; */
	}
	.report-list h3 strong {
		margin-bottom: 0;
		font-size: 11px;
	}
	.report-list h3 em {
		font-size: 20px;
	display: block;}
}
@media (max-width: 600px) {
    .report-list h3 em {
    font-size: 18px;
    display: block;}
}


.courseArea{margin-top:50px;display:flex;justify-content: space-around;}


.courseBox a {
	position: relative;
	display: -webkit-box;
	display: flex;
	border: 1px solid transparent;
	border: 1px solid #d2dce1;
	padding: 20px 10px;
	text-decoration: none;
	}

.courseBox a:hover {
	border-color: #D1DDE2;
	opacity: 1;
}
  
.courseBox{display:flex;/* border: 1px solid #ddd; */padding: 10px;width: 50%;}
.courseBox a:hover{border:1px solid #ddd;background:#d9f1fc;transition: 2s;}
.courseBox img{margin: 0 2.5%;width: 95%;width: 100%;max-width: 250px;height: 100%;object-fit: cover;margin: 0;}


  
  
.imgSet{width:45%}
.txtSet{width:55%;padding: 0 10px;}
.txtSet h3{font-size:14px;}
.set{position:relative}
.set p{font-size:14px;text-align:left}

.set p.btn{
text-align: right;
}

.set p.btn:after{
padding-left: 8px;
font-family: 'FontAwesome';
content: "\f105";
left: 0.5em;
font-size: 18px;
font-weight: 400;
}

.season{width:40px;height:40px;background:#ddd}

	.txtSet .season {
		margin-bottom: 12px;
		padding-bottom: 0;
		font-size: 18px;
		font-weight: 600;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		line-height: 40px;
		text-align: center;
		color: #fff;
	}
  
  .txtSet .sea_spring {
		background: #ec6d7e;
	}
  
  .txtSet .sea_summer {
		background: #2ca9e1;
	}
  .txtSet .sea_autumn {
		background: #6e0303;
	}
  .txtSet .sea_winter {
		background: #004462;
	}

.visit{position:absolute;
top:10px;left:45px;font-size:18px}

.visit{position:absolute;
top:10px;left:45px;font-size:18px}

@media only screen and (max-width: 600px) {
  
.courseArea{flex-direction: column;}
.courseBox{width: 100%;flex-direction: column;}

.courseBox a {
flex-direction: column;
}
  
.imgSet{width:100%}
.txtSet{width:100%;padding: 0 10px;}
}
  


  
.plan_link {
  margin-top: 10px;
  text-align: center;
}

.plan_link2 {
  margin: 30px 20px 0;
}

.plan_btn {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}

.plan_btn2 {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px ;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}
.plan_btn2:hover {
  opacity: .8;
  color: #fff !important;
}

/*--- 矢印 ---*/
.plan_btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;   
  width: 34px;
  height: 1px;
  background:#fff;
  transition: all .5s;
}
.plan_btn::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 31px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .5s;
}
.plan_btn:hover {
  opacity: .8;
  color: #fff !important;
}
.plan_btn2:hover {
  opacity: .8;
  color: #fff !important;
}
.plan_btn:hover::before {
  right: 23px;
}
.plan_btn:hover::after {
  right: 24px;
}



/* ***
  * Layout
  **************************** */

.ly_pageInner {
  /* width: 100%; */
  max-width: 1200px;
  /* margin: 0 auto; */
  padding: 50px 40px;
}

.ly_pageInner.ly_pageInner__bgcBorder {
  background-color: #fffcfc;
  border: 1px solid #E8E8E8;
  /* width: 100%; */
  /* max-width: 1200px; */
  margin: 50px auto;
  }

@media(max-width: 1024px) {
  .ly_pageInner {
    /* width: 95%; */
  }
    
}

@media(max-width: 600px) {
  .ly_pageInner {
    padding: 32px;
  }

.ly_pageInner.ly_pageInner__bgcBorder {
  width: 96%;
  }
   
}




.ly_pageInner h4 {
    font-weight: normal;
/*     font-family: 'Pinyon Script', cursive; */
    color: #185e7d;
    font-size: 393%;
    line-height: 1;
    margin-bottom: 10px;
}

    
.ly_pageInner h4 em {
    display: inline-block;
    vertical-align: middle;
    /*     font-family: 'Pinyon Script', cursive; */
    line-height: 1;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 70%;
}

@media only screen and (max-width:768px) {
    .ly_pageInner  h4 em {
        vertical-align: text-bottom;
    }
}

.ly_pageInner  h4 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #185e7d;
    /* font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif; */
    font-family: 'Pinyon Script', cursive;
    font-size: 40%;
}

/* .ly_pageInner  h4 span:after {
    content: "////////////";
    font-family: 'BOWI';
    font-size: 72%;
    display: block;
    letter-spacing: .4em;
}
 */
.ly_pageInner  h4:before {
    content: "";
    display: inline-block;
    width: 21px;
    height: 32px;
    background: url(../images/common/ic_st_w02.png) no-repeat center/100% auto;
    margin-right: 0.3em;
    vertical-align: middle;
}

@media only screen and (max-width: 767px) {
    .ly_pageInner  h4:before {
        width: .5em;
        height: .76em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1099px) {
    .ly_pageInner  h4 {
        font-size: 358%;
    }
}

@media only screen and (max-width: 767px) {
    .ly_pageInner  h4 {
        font-size: 229%;
    }
}

    

.bl_serviceUnit {
  display: flex;
  flex-wrap: wrap;
}

  .bl_serviceUnit p {
  font-size: 1.2em;
}

@media only screen and (max-width: 767px) {
  .bl_serviceUnit {
      flex-direction: column;
  }

  .bl_serviceUnit p {
  font-size: 1.2em;
}

}

  

.bl_serviceUnit.bl_serviceUnit__col3 {
  justify-content: space-between;
}

.bl_serviceUnit__col2 > .bl_service {
  width: 50%;
}

.bl_serviceUnit__col2 > .bl_service.bl_service__s {
  width: 60%;
}

.bl_serviceUnit__col2 > .bl_service.bl_service__l {
  width: 35%;
  margin-left: auto;
}

.bl_serviceUnit__col3 > .bl_service {
  width: 31%;
}

.bl_serviceUnit__col3 > .bl_serviceAbout {
  width: 30%;
}

@media only screen and (max-width: 767px) {

  .bl_serviceUnit__col2 > .bl_service.bl_service__s {
      width: 100%;
  }

.bl_serviceUnit__col2 > .bl_service.bl_service__l {
  width: 100%;
  margin-left: auto;
}

  

}
  


  
.bl_service.bl_service__bd {
  padding: 24px 16px;
  border: 1px solid #040000;
  border-radius: 10px;
}

.bl_service_icon {
  width: 100%;
  margin: 0 auto;
}

.bl_service_icon img{
  width: 100%;
  margin: 0 auto;
}


.bl_service_list {
  padding: 40px 14px;
}

.bl_service_item {
  position: relative;
}

.bl_service_item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #BD212F;
  border-radius: 50%;
}

.bl_service_item.hp_c8::before {
  background-color: #9A1D42;
}

.bl_service_item.hp_c12::before {
  background-color: #BA882F;
}

.bl_service_item.hp_c13::before {
  background-color: #3E7A45;
}

.boxHozon {

	width: calc(100%);
	margin: 0.5%;
	box-sizing:border-box;
	border: 1px solid #ddd;
	border-radius: 5px;
}


.boxHozon .box-title {
	font-size: 20px;
	/* background: #919191; */
	border-bottom: 1px solid #ddd;
	padding: 1em 3px 1em 2.1em;
	text-align: left;
	color: #42322c;
	font-weight: 600;
	letter-spacing: 0.05em;
	position:relative;
	line-height: 20px;
}

.boxHozon .box-title:before {position:relative;font-family: 'FontAwesome';content: "\f140";position: absolute;left: 0.5em;/* color: #322961; */font-size: 25px;font-weight: 400;}


.boxHozon p {
	padding: 15px 20px;
}



@media only screen and (min-width: 1000px) {
.boxHozon {
	width: calc(100%);
	margin-bottom: 20px;
	margin: 0 0 20px;
}
}




.boxHozon li {
	line-height: 1.5;
	padding: 1em 2em 1em 1em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
	font-size: 18px;
	font-weight: 400;
}
.boxHozon li:last-child{
	border-bottom: none;
}

.boxHozon li:before {
	font-family: "FontAwesome";
	content: "\f058";
	position: relative;
	left: 0;
	color: #8f1c61;
	padding-right: 10px;
font-size: 18px;}


.boxHozon p{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	padding: 20px;
	background: #f8f8f8;
	font-size: 16px;
	font-weight: 400;
	margin-top: 0;
}


    

    
@media only screen and (min-width: 1000px) {
.boxHozon {
	width: calc(100%);
	margin-bottom: 20px;
	margin: 0 0 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Yu Mincho", YuMincho, "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
}


.boxHozon li {
	line-height: 1.5;
	padding: 0.5em 0.5em;
	border-bottom: dashed 1px silver;
	list-style-type: none!important;
	font-size: 18px;
	font-weight: 400;
}
.boxHozon li:last-child{
	border-bottom: none;
}

.boxHozon li:before {
	font-family: "FontAwesome";
	content: "\f058";
	position: relative;
	left: 0;
	color: #42322c;
	padding-right: 10px;
	font-size: 18px;
	}


.boxHozon p{
	border: 0px solid #9E9E9E;
	/* 	border-radius: 5px; */
	padding: 5px;
	background: #f3f3f3;
	font-size: 18px;
	font-weight: 400;
	margin-top: 0;
}


.plan_link {
  margin-top: 10px;
  text-align: right;
}

.plan_link2 {
  margin: 30px 20px 0;
}

.plan_btn {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px 24px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}

.plan_btn2 {
  position: relative;
  display: inline-block;
  min-width: 280px;
  background-color: #185e7d;
  padding: 12px 10px 12px ;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin: 0 10px;
  transition: all .5s;
  text-decoration: none;
}
.plan_btn2:hover {
  opacity: .8;
  color: #fff !important;
}

/*--- 矢印 ---*/
.plan_btn::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;   
  width: 34px;
  height: 1px;
  background:#fff;
  transition: all .5s;
}
.plan_btn::after{
  content: '';
  position: absolute;
  top: 40%;
  right: 31px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  transition: all .5s;
}
.plan_btn:hover {
  opacity: .8;
  color: #fff !important;
}
.plan_btn2:hover {
  opacity: .8;
  color: #fff !important;
}
.plan_btn:hover::before {
  right: 23px;
}
.plan_btn:hover::after {
  right: 24px;
}

@media only screen and (max-width:768px) {
    .plan_btn {
        margin-top: 14px;
    }
}


.img_3com{display:flex}

.img_3com img{width:33.3333%;padding:1%}

