@charset "utf-8";

.contents_wrap * {
  box-sizing: border-box;
}
@media screen and (min-width:768px){
  .contents_wrap {
    padding: 55px 0 0 0;
  }
}

img {
  max-width: 100%;
}

/* ボタン
---------------------------------------------------------------------------- */
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  line-height: 1.8;
  font-size: 13px;
  padding: 10px 50px;
  text-align: center;
  border: #222 1px solid;
  background: #222;
  color: #FFF;
  text-decoration: none;
}
.btn_link_wrap {
  letter-spacing: -1rem;
}
.btn_link_wrap a {
  letter-spacing: normal;
  margin: 0 7px 14px;
  display: inline-block;
  line-height: 1.8;
  font-size: 13px;
  padding: 14px 80px;
  text-align: center;
  border: #222 1px solid;
  background: #222;
  color: #FFF;
  text-decoration: none;
}
.col2_box .btn_link_wrap a,
.col3_box .btn a{
  padding: 12px 80px;
  background: rgba(0,0,0,0);
  color: #222;
}
.col2_box .btn_link_wrap a:hover,
.col3_box .btn a:hover{
  background: #222;
  color: #FFF;
}
.col2_box .con_col_img{
  width: 100%;
  height: 360px;
  text-align: center;
}
main section:nth-of-type(2n+1) .contents_btn_wrap{
  margin-top: 40px;
}
@media screen and (max-width:1140px){
  .col2_box .con_col_img{
    height: calc(calc(100vw - 100px) / 3);
  }
}
@media screen and (min-width: 980px){
  .btn a:hover {
    border-color: #222;
    background: #FFF;
    color: #222;
    text-decoration: none;
  }
}
@media screen and (max-width:767px){
  .btn a {
    padding: 8px 30px;
  }
  .btn_link_wrap{
    letter-spacing: normal;
  }
  .btn_link_wrap a{
    width: calc(100% - 14px);
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 14px;
    margin: 0 7px 14px;
  }
  .btn_link_wrap.right{
    text-align: center!important;
    margin-bottom: 20px;
  }
  .col2_box .btn_link_wrap a,
  .col3_box .btn a{
    width: initial;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  _:-ms-fullscreen, :root .col2_box .btn_link_wrap a,
  _:-ms-fullscreen, :root .col3_box .btn a{
    width:  auto;
  }
}


/* 画像リンク
---------------------------------------------------------------------------- */

/* 1カラム */
.bnr_image_wrap{
   display: flex;
   justify-content: center;
   align-items: center;
}
.bnr_image_wrap .bnr_image{
  margin: 0 10px;
  text-align: center;
}
.num1 .bnr_image{
  width: 100%;
}
.num2 .bnr_image{
  width: calc( 50% - 20px );
}
.num3 .bnr_image{
  width: calc( calc( 100% - 60px ) / 3 );
}

.bnr_image .inner_link{
  margin-bottom: 14px;
  display: inline-block;
}
_:-ms-fullscreen, :root .bnr_image .inner_link{
  max-width:  100%;
}
.bnr_image .inner_link+.inner_link{
  margin-left: 14px;
}

@media screen and (max-width:767px){
  .bnr_image .inner_link,
  .bnr_image .inner_link+.inner_link{
    margin-bottom: 20px;
    margin-right: 2%;margin-left: 2%;
  }
  .bnr_image .inner_link:last-child{
    margin-bottom: 0;
  }
  .bnr_image_wrap .inner_link{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .bnr_image_wrap{
    width: 100%;
    display: block;
    position: relative;
  }
  .bnr_image_wrap .bnr_image{
    margin: 0;
  }
  .num1 .bnr_image,
  .num2 .bnr_image,
  .num3 .bnr_image{
    width: calc(100vw - 30px);
  }
  .bnr_image_wrap .slick-next,
  .bnr_image_wrap .slick-prev{
    display: none!important;
  }
}

.sec_wrap {
  width: 100%;
  margin: 0 auto;
  padding: 80px 20px 100px;
  position: relative;
}
.sec {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 50px auto;
}
.sec.col_link_wrap{
  margin: 0 auto 36px auto;
}
.col1_ttl.sec{
  margin: 0 auto 25px auto;
}

.sec_wrap .contents_slider:last-of-type,
.sec_wrap .sec:last-of-type {
  margin-bottom: 0;
}
.sec_wrap::after,
.sec::after {
  display: block;
  content: "";
  clear: both;
}
main section:nth-of-type(2n) .sec_wrap {
  background: #F5F5F5;
}

main .post_wrap section:nth-of-type(2n) .sec_wrap{
  background: none;
}


.sec.bg {
  background: #FFF;
  padding: 40px;
}
@media screen and (max-width:767px){
  .sec {
    margin: 0 auto 40px auto;
  }
  .sec_wrap {
    padding: 40px 15px 60px;
  }
  .sec.bg {
    background: none;
    padding: 0;
  }
  .btn_link_wrap{
    padding: 0 15px;
  }
  .sec.col_link_wrap {
    margin: 0 auto 40px auto;
  }
}

/* カラム
---------------------------------------------------------------------------- */
.image {
  text-align: center;
  margin: 0 0 20px 0;
}
.col1 .image {
  width: 540px;
}
.col1_wide .image {
  width: 100%;
}
.col1 .content {
  width: calc(100% - 590px);
}
.col1_wide .content {
  max-width: 80%;
  margin: 0 auto;
}
.col1_wide .subhead {
  text-align: left;
  border-left: 2px solid #990000;
  padding: 0 0 0 14px;
  margin-bottom: 15px;
}
.col1_wide .subhead::after{
  display: none;
}
.col1_wide img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:1140px){
  .col1 .image {
    width: 46%;
  }
  .col1 .content {
    width: calc(54% - 30px);
  }
  .col1_wide .content {
    max-width: 100%;
  }
}
.pc_col3 {
  text-align: left;
  letter-spacing: -0.4em;
}
.pc_col3 .col3_box {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333% - 20px);
  letter-spacing: 0.08em;
  margin: 0 30px 30px 0;
}
.pc_col3 .col3_box:nth-of-type(3n) {
  margin: 0 0 30px 0;
}
.pc_col3 .col3_box .subhead{
  font-size: 18px;
  margin: 0 0 15px 0;
  padding: 0;
}
.pc_col3 .col3_box .subhead::after {
  display: none;
}
@media screen and (max-width:900px){
  .pc_col3 {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .pc_col3 .col3_box {
    width: calc(33.333% - 20px);
    margin: 0 30px 30px 0;
    letter-spacing: 0.08em;
  }
  .pc_col3 .col3_box:nth-of-type(3n) {
    margin: 0 0 30px 0;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width:768px){
  .pc_float_l {
    float: left;
  }
  .pc_float_r {
    float: right;
  }
}
@media screen and (max-width:767px){
  .col1 .image {
    width: 100%;
  }
  .col1_wide .image {
    width: 100%;
  }
  .col1 .content {
    width: 100%;
  }
  .col1_wide .content {
    max-width: 100%;
  }
  .col1_wide .subhead {
    text-align: left;
  }
  .pc_col3 .col3_box,
  .pc_col3 .col3_box:nth-of-type(3n) {
    width: 100%;
    letter-spacing: 0.06em;
    margin: 0 0 40px 0;
  }
  .pc_col3 .col3_box:last-child{
    margin-bottom: 0;
  }
}

.pc_col2 {
  text-align: left;
  letter-spacing: -0.4em;
}
.pc_col2 .col2_box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 30px);
  letter-spacing: 0.08em;
  margin: 0 60px 0px 0;
}
.pc_col2 .col2_box:nth-of-type(2n) {
  margin: 0 0 0px 0;
}
.pc_col2 .col2_box .subhead{
  font-size: 20px;
  margin: 0 0 15px 0;
  padding: 0;
}
.pc_col2 .col2_box .subhead::after {
  display: none;
}

.col2_box .text:last-child p:last-child,
.col2_box .col_image:last-child,
.col3_box .text:last-child p:last-child,
.col3_box .col_image:last-child{
  margin-bottom: 0;
}

.col2_box .text,
.col3_box .text{
  margin-bottom: 20px;
}
.col2_box .text p:last-child,
.col3_box .text p:last-child{
  margin-bottom: 0;
}

.col2_box .btn_link_wrap,
.col2_box .bnr_image,
.col2_box .table_profile,
.col2_box .table_editable,
.col2_box .btn_pdf,
.col3_box .btn_link_wrap,
.col3_box .bnr_image,
.col3_box .table_profile,
.col3_box .table_editable,
.col3_box .btn_pdf{
  margin-bottom: 20px;
}
.col2_box .bnr_image .inner_link,
.col3_box .bnr_image .inner_link{
  margin-bottom: 0;
}
.col2_box .subhead:last-child,
.col2_box .text:last-child,
.col2_box .col_image:last-child,
.col2_box .gmap:last-child,
.col2_box .btn_link_wrap:last-child,
.col2_box .bnr_image:last-child,
.col2_box .table_profile:last-child,
.col2_box .table_editable:last-child,
.col2_box .btn_pdf:last-child,
.col3_box .subhead:last-child,
.col3_box .text:last-child,
.col3_box .col_image:last-child,
.col3_box .gmap:last-child,
.col3_box .btn_link_wrap:last-child,
.col3_box .bnr_image:last-child,
.col3_box .table_profile:last-child,
.col3_box .table_editable:last-child,
.col3_box .btn_pdf:last-child{
  margin-bottom: 0;
}


@media screen and (max-width:900px){
  .pc_col2 {
    text-align: left;
    letter-spacing: -0.4em;
  }
  .pc_col2 .col2_box {
    width: calc(50% - 20px);
    margin: 0 40px 30px 0;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width:767px){
  .pc_col2 .col2_box .subhead{
    font-size: 18px;
  }
  .pc_col2 .col2_box,
  .pc_col2 .col2_box:nth-of-type(2n) {
    width: 100%;
    letter-spacing: 0.06em;
    margin: 0 0 40px 0;
  }
  .pc_col2 .col2_box:last-child{
    margin-bottom: 0;
  }
}

/* 下層ページタイトル
---------------------------------------------------------------------------- */
.page_title_wrap {
  width: 100%;
  display: table;
  min-height: 160px;
  max-height: 200px;
  padding: 20px;
  background: #F5F5F5;
}
.page_title_wrap.mainvis_img {
  width: 100%;
  min-height: 200px;
  max-height: 240px;
  padding: 60px 20px 60px 20px;
  background: #F5F5F5;
  position: relative;
}

.page_title_wrap .page_h1{
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page_title_wrap.mainvis_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    z-index: 0;
}
.mainvis_img h1,
.mainvis_img .page_title{
    position: relative;
    text-shadow: 0px 0px 4px #ffffff;
}
.page_title {
  display: block;
  margin: 0 auto 5px auto;
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.category_title {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #990000;
  position: relative;
}
@media screen and (max-width:900px){
  .page_title_wrap {
    min-height: auto;
    max-height: 120px;
    padding: 30px 20px 30px 20px;
  }
  .page_title_wrap.mainvis_img{
    min-height: auto;
  }
  .page_title {
    font-size: 26px;
    line-height: 30px;
  }
  .category_title {
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  .page_title_wrap {
    max-height: 90px;
    padding: 30px 20px 30px 20px;
  }
  .page_title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .category_title {
    font-size: 14px;
  }
  .mainvis_img .page_title{
    font-size: 24px;
  }
  .mainvis_img .category_title {
    font-size: 15px;
  }

}

/* 見出し
---------------------------------------------------------------------------- */
.crosshead {
  margin: 0 auto 60px auto;
  line-height: 1.5;
  font-size: 30px;
  color: #000;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.16em;
}
.crosshead .sub {
  display: block;
  text-align: center;
  padding-top: 8px;
  font-size: 14px;
  color: #990000;
  position: relative;
  font-weight: normal;
  letter-spacing: 0.12em;
}
.subhead {
  font-size: 22px;
  /* margin: 0 0 20px 0; */
  margin: 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
  letter-spacing: 0.12em!important;
}
@media screen and (max-width:900px){
  .crosshead {
    margin: 0 auto 30px auto;
    font-size: 30px;
  }
  .crosshead .sub {
    font-size: 13px;
  }
  .subhead {
    font-size: 18px;
    margin: 0;
    /* margin: 0 0 20px 0; */
    padding: 0 0 10px 0;
  }
  .subhead::after {
    width: 80px;
  }
}
@media screen and (max-width:767px){
  .crosshead {
    margin: 0 auto 30px auto;
    font-size: 22px;
  }
  .crosshead .sub {
    font-size: 13px;
  }
  .subhead {
    font-size: 16px;
    /* margin: 0 0 20px 0; */
    margin: 0;
    padding: 0 0 10px 0;
  }
  .sec .col2_box .subhead:last-child,
  .sec .col3_box .subhead:last-child{
    margin-bottom: 0px;
  }
  .sec .subhead:last-child
  .subhead::after {
    width: 80px;
  }
}


/* 投稿コンテンツ
---------------------------------------------------------------------------- */

.pagelink_navi_wrap .sec{
  margin-bottom: 0px;
}
.sec_wrap.pglink_plus{
  padding-top: 40px;
}
.pagelink_navi{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.pagelink_navi li{
  margin: 0 10px 10px;

}
.pagelink_navi li a{
  display: inline-block;
  line-height: 1.8;
  font-size: 13px;
  padding: 6px 26px;
  text-align: center;
  border: #990000 1px solid;
  background: #990000;
  color: #FFF;
  text-decoration: none;
}
@media screen and (max-width:767px){
  .pagelink_navi_wrap .sec{
    margin-bottom: 20px;
  }
  .pagelink_navi{
    display: block;
    margin-top: 20px;
    margin-bottom: -30px;
    padding: 0 20px;
  }
  .pagelink_navi li{
    width: 48%;
    display: inline-block;
    margin: 2% 1% 0 0;
  }
  .pagelink_navi li:nth-child(2n){
    margin: 2% 0 0 1%;
  }
  .pagelink_navi li:nth-child(1),
  .pagelink_navi li:nth-child(2){
    margin-top: 0;
  }
  .pagelink_navi li a{
    width: 100%;
    display: inline-block;
    line-height: 1.8;
    font-size: 13px;
    padding: 8px 10px;
    text-align: center;
    border: #990000 1px solid;
    background: #990000;
    color: #FFF;
    text-decoration: none;
  }
}

.con_cate{
  width: 100%;
  margin-bottom: 6px;
}

.con_cate li{
    display: inline-block;
    padding: 2px 6px 3px;
    margin: 0px 4px 4px 0;
    background: none;
    border: #990000 1px solid;
    font-size: 12px;
    line-height: 16px;
    color: #990000;
    vertical-align: middle;
}
.con_cate li:last-child{
  margin-right: 0;
}
.con_ttl{
  font-size: 17px;
  margin-bottom: 2px;
}
.con_col_wrap a{
  display: block;
  text-decoration: none;
  transition: 0.3s all ease;
  opacity: 1;
}
.con_col_wrap a:hover{
  opacity: 0.7;
}
.con_col_wrap .col3_box {
  margin: 30px 30px 0 0;
}
.con_col_img{
  margin-bottom: 10px;
}
.con_col_wrap .col3_box:nth-of-type(3n){
  margin-top: 30px;
  margin-right: 0;
  margin-bottom: 0;
}
.con_col_wrap .col3_box:nth-child(1),
.con_col_wrap .col3_box:nth-child(2),
.con_col_wrap .col3_box:nth-child(3) {
  margin-top: 0;
}
.con_col_wrap .col3_box h2:last-child,
.con_col_wrap .col3_box p:last-child{
  margin-bottom: 0;
}
.con_col_wrap .col2_box {
  margin: 30px 60px 0 0;
}
.con_col_wrap .col2_box:nth-of-type(2n) {
  margin: 30px 0 0 0;
}
.con_col_wrap .col2_box:nth-child(1),
.con_col_wrap .col2_box:nth-child(2) {
  margin-top: 0;
}
@media screen and (max-width:900px){
  .con_col_wrap .col2_box {
    margin: 30px 40px 0 0;
  }
  .col2_box .con_col_img {
    height: calc(calc(100vw - 70px) / 3);
  }
  .con_ttl{
    font-size: 15px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width:767px){
  .con_col_wrap .col2_box{
    margin-right: 0;
  }
  .col2_box .con_col_img {
    height: calc(calc(calc(100vw - 30px) / 3 ) * 2);
  }
  .con_col_wrap .col2_box:nth-child(2){
    margin-top: 30px;
  }
}
.con_col_wrap{
  width: 100%;
  overflow: hidden;
}
.col_box_inner{
  padding: 20px 0 10px;
  border-bottom: #DDD 1px solid;
}
.col_box_inner:last-child{
  border-bottom: none;
}
.col_box_inner:first-child{
  border-top: #DDD 1px solid;
}
.col_box_sp_bottom p:last-child{
  margin-bottom: 10px;
}
.col_box_inner,
.col_box_inner a{
  width: 100%;
  display: block;
  overflow: hidden;
}
.col_box_inner.img_r .con_col_img,
.col_box_inner.img_l .con_col_img{
  width: 220px;
  height: 146px;
  margin-right: 30px;
  float: left;
  text-align: center;
}
.col_box_inner.img_r .con_col_img{
  float: right;
  margin-left: 30px;
  margin-right: 0px;
}
.col_box_inner.img_none .con_col_img{
  display: none;
}
.col_box_inner.img_r .con_col_txt,
.col_box_inner.img_l .con_col_txt{
  width: calc(100% - 250px);
  float: left;
}
.col_box_inner.img_l .con_col_txt{
  float: right;
}
.col_box_inner.img_none .con_col_txt{
  width: 100%;
}
.col_box_inner .col_box_sp_bottom p{
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.6;
}

.col3_box .con_col_img{
  height: 240px;
  text-align: center;
}
_:-ms-fullscreen, :root .col3_box .con_col_img{
  height: auto;
}
@media screen and (max-width:1180px){
  .col3_box .con_col_img{
    height: calc(calc(calc(100vw - 100px)/9)*2);
  }
}

@media screen and (max-width:767px){
  .con_cate{
    margin-bottom: 0;
  }
  .con_cate li{
    padding: 2px 6px 3px;
  }
  .con_col_wrap a:hover{
    opacity: 1;
  }
  .col_box_inner.img_r .con_col_img,
  .col_box_inner.img_l .con_col_img {
      width: 40%;
      height: calc(calc(100vw - 30px) * 0.27);
      margin: 0 14px 15px 0;
      float: none;
      display: inline-block;
  }
  .col_box_inner.img_l .con_col_txt,
  .col_box_inner.img_r .con_col_txt,
  .col_box_inner.img_none .con_col_txt {
      width: 100%;
      margin: 0 0 15px 0;
      float: none;
      display: contents;
  }
  .col_box_inner.img_l .con_col_txt01,
  .col_box_inner.img_r .con_col_txt01{
    display: inline-block;
    width: calc(60% - 20px);
    vertical-align: top;
  }
  .col_box_inner.img_none .con_col_txt01{
    display: block;
    width: 100%;
  }
  .col_box_inner .con_col_txt02{
    display: block;
    flex-wrap: wrap;
  }
  .con_col_wrap .col3_box{
    margin: 0 0 30px!important;
  }
  .pc_col3 .col_box_sp_top .con_col_img{
      width: 40%;
      margin: 0 15px 15px 0;
      float: none;
      display: inline-block;
  }
  .pc_col3 .col_box_sp_top .con_col_txt{
    display: inline-block;
    width: calc(60% - 20px);
    vertical-align: top;
  }
  .pc_col3 .col_box_sp_bottom{
    width: 100%;
  }
  .col3_box .con_col_img{
    height: calc(calc(calc(100vw - 30px) * 0.8) / 3);
  }
}

/* 投稿用 */

.mceContentBody h2,
.free_area h2 {
  font-size: 22px;
  margin: 0 0 40px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.mceContentBody h2::before,
.free_area h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DDD;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mceContentBody h2::after,
.free_area h2::after {
  content: "";
  display: block;
  width: 160px;
  height: 2px;
  background: #990000;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mceContentBody h3,
.free_area h3{
  font-size: 20px;
  margin: 50px 0 20px 0;
  padding: 0 0 15px 0;
  text-align: left;
  position: relative;
}
.mceContentBody h3::after,
.free_area h3::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: #990000;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mceContentBody h4,
.free_area h4{
  width: 100%;
  font-size: 18px;
  border-left: 3px #990000 solid;
  padding: 2px 0 2px 12px;
  margin: 40px 0 20px 0;
}
.mceContentBody h5,
.free_area h5{
  width: 100%;
  font-size: 16px;
  position: relative;
  padding-left: 18px;
  margin: 30px 0 15px 0;
}
.mceContentBody h5::before,
.free_area h5::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #990000;
}
.mceContentBody h6,
.free_area h6 {
  width: 100%;
  font-size: 16px;
  margin: 30px 0 15px 0;
  font-weight: bold;
}
.mceContentBody strong,
.free_area strong,
#tinymce strong,
.mceContentBody b,
.free_area b,
#tinymce b{
    font-weight: bold;
}
.mceContentBody em,
.free_area em,
#tinymce em{
    font-style: italic;
}
.free_area ol,
.free_area ul,
.free_area table,
.mceContentBody ol,
.mceContentBody ul,
.mceContentBody table,
#tinymce ol,
#tinymce ul,
#tinymce table{
  margin: 30px 0;
}
.free_area th,
.free_area td,
.mceContentBody th,
.mceContentBody td,
#tinymce th,
#tinymce td{
  padding: 10px 20px;
  border: 1px solid #ccc;
  font-size: 15px;
}
.free_area th,
.mceContentBody th,
#tinymce th{
  font-weight: bold;
  background: #F5F5F5;
}
.free_area ol li,
.mceContentBody ol li,
#tinymce ol li{
  list-style: decimal outside;
  margin: 0 0 15px 20px;
}
.free_area ul li,
.mceContentBody ul li,
#tinymce ul li{
  list-style:disc outside;
  margin: 0 0 15px 20px;
}
.free_area img,
.mceContentBody img,
#tinymce img{
  max-width: 800px;
  max-height: 500px;
  margin: 0 auto 20px auto;
}

@media screen and (max-width: 767px) {
    /* 投稿用 */
  .mceContentBody h2,
  .free_area h2{
    font-size: 18px;
    margin: 40px 0 20px 0;
    padding: 0 0 15px 0;
  }
  .mceContentBody h3,
  .free_area h3{
    font-size: 16px;
    margin: 40px 0 20px 0;
  }
  .mceContentBody h4,
  .free_area h4{
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
  .mceContentBody h5,
  .free_area h5,
  .mceContentBody h6,
  .free_area h6{
    font-size: 15px;
    margin: 30px 0 15px 0;
  }
  .mceContentBody strong,
  .free_area strong,
  #tinymce strong,
  .mceContentBody b,
  .free_area b,
  #tinymce b{
      font-weight: bold;
  }
  .mceContentBody em,
  .free_area em,
  #tinymce em{
      font-style: italic;
  }
  .free_area ol,
  .free_area ul,
  .free_area table,
  .mceContentBody ol,
  .mceContentBody ul,
  .mceContentBody table,
  #tinymce ol,
  #tinymce ul,
  #tinymce table{
    width: 100%;
    margin: 30px 0;
  }
  .free_area th,
  .free_area td,
  .mceContentBody th,
  .mceContentBody td,
  #tinymce th,
  #tinymce td{
    padding: 10px 10px;
    font-size: 13px;
  }
  .free_area img,
  .mceContentBody img,
  #tinymce img {
    max-width: 100%;
  }
}


/* table テーブル
---------------------------------------------------------------------------- */
.table_editable {
  width: 100%;
  margin: 0 auto;
}
.table_editable th {
  min-width: 240px;
  border: #CCC 1px solid;
  padding: 15px;
  background: #EEE;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
.table_editable thead th {
  background: #111;
  padding: 8px 15px;
}
.table_editable td {
  border: #CCC 1px solid;
  padding: 15px;
  background: #FFF;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:767px){
  .table_editable th {
    min-width: initial;
    padding: 10px;
    font-size: 13px;
  }
  _:-ms-fullscreen, :root .table_editable th{
    min-width:  auto;
  }
  .table_editable thead th {
    padding: 5px 10px;
  }
  .table_editable td {
    padding: 10px;
    font-size: 13px;
  }
}
.table_profile {
  width: 100%;
  /* max-width: 960px; */
  margin: 0 auto;
}
.col2_box .table_profile{
  max-width: 100%;
}
.table_profile th {
  min-width: 170px;
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 20px;
  background: #EEE;
  text-align: center;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
.table_profile td {
  border-top: #CCC 1px solid;
  border-bottom: #CCC 1px solid;
  padding: 15px 20px;
  background: #FFF;
  text-align: left;
  line-height: 1.8;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width:900px){
  .table_profile th,
  .table_editable th{
    min-width: initial;
  }
  _:-ms-fullscreen, :root .table_profile th,
  _:-ms-fullscreen, :root .table_editable th{
    min-width:  auto;
  }
}


@media screen and (max-width:767px){
  .table_profile,
  .table_profile tbody,
  .table_profile tr {
    display: block;
    width: 100%;
  }
  .table_profile {
    border-top: #CCC 1px solid;
  }
  .table_profile th {
    display: block;
    border: none;
    width: 100%;
    padding: 5px 10px;
    font-size: 13px;
    text-align: left;
  }
  .table_profile td {
    display: block;
    border-top: #CCC 1px dotted;
    width: 100%;
    padding: 15px 10px;
    font-size: 13px;
  }
}
th p:last-of-type,
td p:last-of-type {
  margin-bottom: 0;
}

/* GoogleMap
---------------------------------------------------------------------------- */
.gmap {
  width: 100%;
  min-height: 200px;
  margin: 0 0 20px 0;
  background: #FFF url(img/common/loading.gif) no-repeat center 50%;
  background-size: 36px;
  overflow: hidden;
  transition: 0.3s all ease;
}
.gmap iframe {
  width: 100%;
  margin: 0;
  display: block;
}
.gmap_lazyload {
  overflow: hidden;
}
.gmap iframe {
  min-height: 350px;
  max-height: 450px;
}
.col3_box .gmap iframe {
  max-height: 320px;
}
@media screen and (max-width:767px){
  .gmap iframe {
    max-height: 360px;
  }
  .col3_box .gmap iframe {
    max-height: 360px;
  }
}


/* 装飾
---------------------------------------------------------------------------- */
em,
.strong {
  font-style: normal;
  font-weight: bold;
}

.red {
  color: #CC0000;
}

.small {
  font-size: 12px;
  line-height: 1.6;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.fs16 {
  font-size: 16px;
}

.va_middle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.cursor_default{
  cursor: default;
}

.mt0 {
  margin-top: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pd20 {
  padding: 20px !important;
}

.pd30 {
  padding: 30px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

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

.center p {
  text-align: center;
}

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

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

.float_l {
  float: left;
}

.float_r {
  float: right;
}

.pc_float_l {
  float: left;
}

.pc_float_r {
  float: right;
}

@media screen and (max-width:767px) {
  .pc_float_l,
  .pc_float_r {
    float: none;
  }
}

.bold {
  font-weight: bold;
}

@media screen and (min-width:768px) {
  .pc_mt50 {
    margin-top: 50px !important;
  }
  .pc_large_text {
    font-size: 110%;
  }
  .pc_center {
    text-align: center;
  }
}

.small_text {
  font-size: 90%;
}



/* Slider */

.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  position: relative;
  z-index: -1 !important;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}


/* CUSTOMIZE */
.slick-slide {
    position: relative;
}
.slick-slide img {
    max-width: 100%;
    position: relative;
    z-index: 100;
}
.slick-arrow {
    position: absolute;
    z-index: 1100;
    width: calc(50% - 570px);
    height: 100%;
    border: none;
    background: rgba(0,0,0,0.2);
    text-align: center;
    color: #FFF;
    cursor: pointer;
    text-indent: -9999px;
}
.slick-arrow:focus {
    outline: none;
}
.slick-prev {
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1100;
}
.slick-prev::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  position: absolute;
  top: calc(50% - 13px);
  right: 15px;
}
.slick-next {
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    z-index: 1100;
}
.slick-next::after {
  content: '';
  width: 25px;
  height: 25px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 13px);
  left: 15px;
}
.slick-dots {
  text-align: center;
  margin: 20px 0 10px;
  padding: 0 15px;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.slick-dots button {
  cursor: pointer;
  display: inline-block;
  -webkit-appearance: none;
  width: 10px;
  height: 10px;
  padding: 0;
  background: #CCC;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  text-indent: -9999px;
  outline: none;
}
.slick-dots .slick-active button {
  background: #990000;
}
@media screen and (max-width:900px){
  .slick-arrow {
      position: absolute;
      z-index: 1100;
      width: calc(50% - 570px);
      height: 100%;
      border: none;
      background: rgba(0,0,0,0.2);
      text-align: center;
      color: #FFF;
      cursor: pointer;
      text-indent: -9999px;
  }
  .slick-arrow:focus {
      outline: none;
  }
  .slick-dots li:only-child {
    display: none;
  }
  .slick-prev {
      top: 0;
      left: 0;
      position: absolute;
      z-index: 1100;
  }
  .slick-prev::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    position: absolute;
    top: calc(50% - 13px);
    right: 15px;
  }
  .slick-next {
      top: 0;
      left: auto;
      right: 0;
      position: absolute;
      z-index: 1100;
  }
  .slick-next::after {
    content: '';
    width: 25px;
    height: 25px;
    border: 0px;
    border-top: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 13px);
    left: 15px;
  }

}


/* コンテンツ用スライダー */
.contents_slider {
  width: calc(100% + 40px);
  left: -20px;
  margin: 0 auto 80px;
  position: relative;
}
.slider_col {
  width: 320px;
}
.slider_col a {
  width: 320px;
  display: block;
  position: relative;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
}
.slider_col a::before {
  content: "";
  width: 320px;
  height: 320px;
  content: "";
  background: linear-gradient(rgba(46, 115, 214, 1) 0%, rgba(64, 150, 233, 1) 100%) 50% 50% / 100% 100% no-repeat;
  width: 320px;
  height: 320px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.slider_col_image {
  width: 320px;
  /* height: 320px; */
  text-align: center;
  position: relative;
  transition: 0.3s;
  bottom: 0px;
  left: 0px;
}
.slider_col_image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.contents_slider .slick-slide {
  width: 320px;
  margin: 0 28px;
}
.contents_slider .slick-dots {
  bottom: 0;
}
.contents_slider .slick-dots li button::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #2C70D3;
  border-radius: 100%;
  opacity: 1.0;
}
.contents_slider .slick-dots li.slick-active button::before {
  background: #2C70D3;
  opacity: 1.0;
}
.contents_slider .slick-dots li {
  width: 12px;
  height: 12px;
}
.contents_slider .slick-prev,
.contents_slider .slick-next {
  display: none!important;
}
.top_case_col a:hover::before {
  opacity: 1;
}
.top_case_col a:hover .top_case_image {
  bottom: 10px;
  left: 10px;
}
.iOS .top_case_col a:hover::before{
  display: none;
}
.iOS .top_case_col a:hover .top_case_image{
  bottom: 0px;
  left: 0px;
}

@media screen and (max-width:767px) {
  .contents_title.crosshead{
    margin-bottom: 10px;
  }
  .contents_slider {
    width: 100%;
    min-width: 100%;
    margin: 0 auto 40px;
    left:auto;
  }
}


p.col_image{
  text-align: center;
  margin-bottom: 20px;
}

/* =========================================================
投稿ギャラリー
========================================================= */

.gallery_container {
  width: 100%;
  overflow: hidden;
}
.gallery_main_photo {
  position: relative;
  width: 766px;
  height: 510px!important;
  float: left;
}
.gallery_main_photo img{
  position: absolute;
  top:0;
  left:0;
  right:0;
  margin:auto;
}
.gallery_thumb {
  width: 360px;
  float: right;
}
.gallery_thumb::after {
  clear: both;
  content: "";
  display: block;
}
.gallery_thumb li{
  float: left;
  width: 110px;
  height: 73px;
  text-align: center;
  margin: 0 11px 12px 0;
}
.gallery_thumb li:nth-child(3n) {
  margin-right: 8px;
}
.gallery_thumb li a {
  width: 110px;
  height: 73px;
  text-align: center;
  display: block;
}
.gallery_thumb li img,
.case_gallery_box img {
  transition: 0.3s;
}


@media screen and (max-width:1180px){
  .gallery_main_photo {
    width: 100%;
    height: 510px;
    text-align: center;
    margin-bottom: 40px;
    float: none;
  }
  .gallery_main_photo img,
  .gallery_thumb img{
    max-width: 100%;
    width: initial;
  }
  _:-ms-fullscreen, :root .gallery_main_photo img,
  _:-ms-fullscreen, :root .gallery_thumb img{
    width:  auto;
  }
  .gallery_thumb{
    width: 100%;
    float: none;
    overflow-x: scroll!important;
    white-space: nowrap!important;
    -webkit-overflow-scrolling: touch;
  }
  .gallery_thumb li {
    width: 110px;
    margin: 0 12px 0 0;
    display: inline-block;
    float: none;
  }
  .gallery_thumb::-webkit-scrollbar {
    width: 10px;
    height: 6px;
  }
  .gallery_thumb::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
  }
  .gallery_thumb::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
}
@media screen and (min-width:769px) {
  .gallery_thumb li a:hover img {
    opacity: 0.8;
  }
}
@media screen and (max-width:767px) {
  .gallery_container {
    width: 100%;
  }
  .gallery_main_photo {
    width: 100%;
    height: calc( calc(100vw - 40px ) * 0.667)!important;
    margin-bottom: 10px;
    float: none;
  }
  .gallery_thumb {
    margin-bottom: 12px;
  }
  .gallery_thumb li {
    width: 17%;
    height: calc( calc(100vw - 30px ) * 0.113)!important;
    margin: 0 3.7% 10px 0;
  }
  .gallery_thumb li a {
    width: 100%;
    height: calc( calc(100vw - 30px ) * 0.113)!important;
  }
}
