
/* **********************************
 *  共通
 * ********************************* */

.tt2 {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #604c37;
  text-align: center;
  letter-spacing: 0.08em;
  margin-bottom: 30px
}
.tt2:after {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  margin: 15px auto 0;
  background-image: url(/img/gloval/coloful_dots_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


/* **********************************
 *  ヘッダー
 * ********************************* */
.box1 {

}
.hdr1 {
  margin-top: 10px;
}
.hdr1 .box2 {
  width:865px;
}
.hdr1 .hdr_contact {
  text-align: right;
}
.hdr1 .hdr_contact .btn1{
  font-size: 15px;
  color:#ff4500;
  background-color: #ffffff;
  padding:10px 20px;
  border-radius: 30px;
  border: 1px solid #ff4500;
}
.hdr1 .hdr_contact .btn2{
  font-size: 15px;
  color:#ffffff;
  background-color: #ff4500;
  border-radius: 30px;
  padding:10px 23px;
  margin-left:12px;
}
.gnav ul {
  margin-top: 40px;
}
.gnav ul li {
  height: 58px;
  border-left:1px dashed #bababa; 
}
.gnav ul li:last-child {
  border-right:1px dashed #bababa;
}
/*
.gnav ul li.icon1 a span{
   margin-bottom: 10px;
}
.gnav ul li.icon1 a img{
  display: block;
  margin:-10px auto;
}
.gnav ul li.icon2 a span{
  margin-bottom: 10px;
}
.gnav ul li.icon2 a img {
  display: block;
  margin:-10px auto;
}
.gnav ul li.icon3 a span{
  margin-bottom: 10px;
}
.gnav ul li.icon3 a img {
  display: block;
  margin:-10px auto;
}
.gnav ul li.icon4 a span {
  margin-bottom: 10px;
}
.gnav ul li.icon4 a img {
  display: block;
  margin:-10px auto;
}
.gnav ul li.icon5 a span{
  margin-bottom: 10px;
}
.gnav ul li.icon5 a img {
  display: block;
  margin:-10px auto;
}
.gnav ul li.icon6 a{
  width:180px;
  min-width: 100%;
}
.gnav ul li.icon6 a span{
  margin-bottom: 5px;
}
.gnav ul li.icon6 a img {
  display: block;
  margin:-5px auto;
}*/
.gnav ul li span{
  display: block;
  margin-top: -10px;
  padding-bottom: 5px;
}
.gnav ul li a {
  color:#5d4d3a;
  font-weight: 900;
  font-family: 'Zen Maru Gothic', sans-serif;
}

/* **********************************
 *  フッター
 * ********************************* */

footer {
  background-color: #ffffff;
}
footer .ftr_links {
  display: flex;
  justify-content: space-around;
}
footer .ftr1 {
  display: block;
}
footer .box1 {
  width:865px;
  max-width: 100%;
  margin: 0 auto 50px;
}
footer .box1 ul {
  margin-top: 20px;
}
footer .box1 ul li a {
  font-weight: 900;
  font-family: 'Zen Maru Gothic', sans-serif;
  color:#5d4d3a;
}
footer .box1 ul li span{
  height: 60px;
  display: block; 
  text-align: center;
}
footer .box1 ul li {
  height: 58px;
  border-left:1px dashed #bababa; 
  padding: 0 10px 0 20px;
}
footer .box1 ul li:last-child {
  border-right:1px dashed #bababa;
  padding-left: 13px;
}

footer .box2 {
  text-align: center;
  margin:0 auto;
}
footer .box2 .ftr_logo {
  margin-bottom: 20px;
}
footer .box2 .ftr_addr {
  color: #5d4d3a;
}
.section#ftr_contact {
  background: #f9f5ec;
  position: relative; 
  padding: 90px 0 55px 0;
  margin-top: 275px;
}
.section#ftr_contact:before{
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  background-image: url(/img/gloval/footer_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 46%;
  top: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); 
  margin: 15px auto 0;
}
.ftr_contact_wrap {
  text-align: center;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  padding: 88px 0 55px 0;
}
.ftr_contact_wrap .box .title {
  position: relative;
  z-index: 2
}
.ftr_contact_wrap .box .title:before {
  content: "Contact us";
  display: block;
  color:#edebea;
  font-size:70px;
  font-weight: 900;
  font-family: 'Zen Maru Gothic', sans-serif;
  position: absolute;
  top: -20px;
  left: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.ftr_contact_wrap .box .title span {
  color:#5d4d3a;
  font-size: 28px;
  font-weight: 500;
  font-family: 'Zen Maru Gothic', sans-serif;
  line-height: 1.035em;
  letter-spacing: 0.08em;
}
.ftr_contact_wrap .box .txt {
  color:#5d4d3a;
  font-size: 15px;
  line-height: 1.866em;
  letter-spacing: 0.08em;
  margin-top: 43px;
  margin-bottom: 40px;
}





/*ボタン*/
.page-archive {
  margin-top: 40px;
}
.page-archive a {
  width:250px;
  text-align: center;
  display: block;
  background: #ff2700;
  color: #ffffff;
  border-radius: 30px;
  position: relative; 
  margin: 0 auto;
  padding:10px 0;
}
.page-archive a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* **********************************
 *  新着情報
 * ********************************* */

.news_cat_nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9px 30px;
}
.news_cat_nav li {
  width: 33.333%;
  padding: 0 9px;
  position: relative;
}
.news_cat_nav li a {
  display: block;
  font-size: 18.1px; 
  letter-spacing: 0.08px;
  text-align: center;
  color: #ffffff;
  position: relative;
  padding: 15px 0;
}
.news_cat_nav li a.all {
  background-color: #f3f0e9;
  color: #6d635c;
}
.news_cat_nav li a.news {
  background-color:#f05050;
}
.news_cat_nav li a.blog{
  background-color:#febb2e;

}
.news_cat_nav li a.movein{
  background-color:#42bece;

}
.news_cat_nav li.on a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7.5px 0 7.5px;
  border-color: #007bff transparent transparent transparent; 
  position: absolute;
  top: 100%;
  left: 50%; 
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.news_cat_nav li.on a.news:after{
  border-color: #f05050 transparent transparent transparent;
}
.news_cat_nav li.on a.blog:after{
  border-color:#febb2e transparent transparent transparent;
}
.news_cat_nav li.on a.movein:after{
  border-color: #42bece transparent transparent transparent;
}

.news_items .item { 
  width: 100%;
  line-height: 2.376;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  padding: 13px 4px 13px 16px;
}
.news_items .item .date {
  color: #604c37;
  width: 120px; 
  font-size: 15px;
  font-weight: 400;
  line-height: 1.87em;
}
.news_items .item .category {
  width: 100px;
  text-align: center;
  margin-right: 15px;
}
.news_items .item .category span {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8em;
  letter-spacing: 0.065em;
}
.news_items .item .category span.cat_news {
  background-color:#f05050;
  color:#ffffff;
}
.news_items .item .category span.cat_blog {
  background-color: #febb2e;
  color:#ffffff;
}
.news_items .item .category span.cat_movein {
  background-color: #42bece;
  color: #ffffff;
}
.news_items .item .title {
  width: calc(100% - 120px - 100px - 15px);
}
.news_items .item .title a {
  color: #5d4d3a; 
  display: block;
  letter-spacing: 0.065em;
  font-weight: 600;
  position: relative;
  padding-right: 1em;
}
.news_items .item .title a:after {
  content: "\f105";
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 0.0065em;
  color: #54453d;
  position: absolute;
  right: 35px;
  top: 61%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

}
/*ページネーション*/
.pagination .nav-posts {
  justify-content: center;
}

.pagination .nav-posts .page-archive a {
  width:250px;
  display: block;
  color: #ffffff;
  background: #ff2700;
  border-radius: 30px;
  position: relative;
  padding:10px 0;
}
.pagination .nav-posts .page-archive a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}


/* **********************************
 *  新着情報詳細
 * ********************************* */
.post_items .item.single_item {
  border-top: 15px solid #f05050;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.pagination .page-archive{
  margin-top: 17px;
  margin-left: 20px;
}
.post_items .item .category span {
  font-size: 13px;
  letter-spacing: 0.065em;
}
.post_items .item .category span.cat_news {
  background: #f05050;
  color:#ffffff;
}
.post_items .item .category span.cat_blog {
  background: #febb2e;
  color:#ffffff;
}

.post_items .item .category span.cat_movein {
  background: #42bece;
  color:#ffffff;
}
.post_items .item .date {
  width: 125px;
  letter-spacing: 0.065em;
  color:#604c37;
}
.post_items .item .category {
  width:125px;
}
.post_items .item.single_item {
  padding:30px 40px;
  margin:0 10px;
}
.post_items .item.single_item .title {
  color:#604c37;
  padding-bottom: 15px;
}
.post_items .post_content {
  color:#604c37;
  line-height: 1.875em;
  letter-spacing: 0.065em;
  margin-top: 20px;
}
.pg_s_members_news .post_items{
  margin-top: 50px;
}

.members_single_files{
  margin-top: 30px;
}

/* **********************************
 *  施設概要
 * ********************************* */

.institution_info_tbl th {
  width: 250px; 
  color: #604c37;
  background-color: #fafafa;
  font-size: 15px;
  font-weight: normal; 
  text-align: left; 
  letter-spacing: 0.160em;
  border: 2px #d3d3d3 solid;
  padding: 14px 31px;
}
.institution_info_tbl td {
  color: #604c37;
  font-size: 15px;
  letter-spacing: 0.160em;
  line-height: 1.9333em; 
  text-align: left;
  border: 2px #d3d3d3 solid;
  padding: 14px 31px;
}
/*.company_info_tbl td .list_style {
  padding: 14px 26px;
}*/
.institution_info_tbl td .list_style:before{
  content: "・";
  margin-left: -3px;
}
.institution_wrap1 {
  margin-top: 65px;
  margin-bottom: 40px;
}
/* **********************************
 *  会員専用
 * ********************************* */

.pg_members .section#sec1 {
  /*margin-top: 188px;*/
}
.pg_members .section#sec1 .page-archive{
  margin-top: 47px;
}

.pg_members .section#sec2 {
  margin-top:140px;
}
.pg_members .gallery_items{
  margin-top: 50px;
}
.pg_members .gallery_items .item .inner .img {
  border: 3px solid #f05050;
}





/* **********************************
 *  会員専用ーお知らせ一覧
 * ********************************* */
.pg_members_news .section#sec1 {
  /*margin-top:138px;*/
}
.section#members {
/*  background-color: #FFF;
  background-image: url(/img/members_news/members_head_img.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;*/
  padding-bottom: 60px;
  margin-bottom: 0;
}
.pg_members_news .news_items .item .title a:after {
  content: "\f054";
  font-size: 13px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 0.0065em;
  color: #54453d;
  position: absolute;
  right: 36px;
  top: 65%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.members_header {
  height: 295px;
  background-color: #FFF;
  background-image: url(/img/members_news/members_head_img.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto;
  margin-top: 20px;
}
.members_title {
  text-align: center;
  color: #71583d;
  margin-bottom: 45px;
  padding-top: 20px;
}
.members_title img {
  display: block;
  margin: 0 auto;
}
.members_nav {
  color: #5d4d3a;
  display: flex;
  justify-content: center;
  width: 510px;
  max-width: 100%;
  line-height: 1;
  letter-spacing: 0.07em;
  border: 2px solid #ff2700;
  border-radius: 24px;
  padding: 24px 0 24px 30px;
  margin: 0 auto 0;
}
.members_nav li {
  width: 145px;
  text-align: center;
}
.members_nav li:first-child{
  width:143px;
}
.members_nav li+li {
  border-left: 1px solid #aea69c;
}
.members_nav li a {
  text-decoration: none;
  letter-spacing: 0.01em;
}

.members_nav li.on a{
  color:#ff2700;
}
.members_nav li:first-child a {
  font-weight: normal;
  padding-right: 35px;
}

/* **********************************
 *  会員専用ーお知らせ一覧
 * ********************************* */

.pg_s_members_news .section#sec1 {
  /*margin-top:145px;*/
}

/* **********************************
 *  会員専用ーお知らせ詳細
 * ********************************* */
.post_items .item.single_item .img {
  margin:50px auto 0;
}

.pg_members_comment {
  line-height: 1.875em;
  letter-spacing: 0.065em;
  margin-top: 32px;
}
.members_single_files li {
  color: #f05050;
  margin-bottom: 10px;
}
.members_single_files li a{
  position: relative;
  border-bottom: 1px solid #f05050;
}
.members_single_files li a:after {
  content: "\f1c1";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 5px;
}
/* **********************************
 *  会員専用ーアルバム
 * ********************************* */

.pg_album .section#sec1 {
  /*margin-top:135px;*/
}
.date_list {
  margin: 20px 0 70px;
  padding: 15px 35px 15px 30px;
  background: #ffd2ca;
}
.date_list .year {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
}
.date_list .year li {
  width: 132px;
  font-size: 18px;
  padding: 0 15px;
  position: relative;
  font-weight: 500;
}
.date_list .year li:first-child:before {
  right: inherit;
  left: 0;
}
.date_list .year li a {
  padding: 5px;
  display: block;
  text-align: center;
}
.date_list .year li a:hover,
.date_list .year li.on a {
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.date_list .year li:first-child:before,
.date_list .year li:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.date_list .month {
  padding: 10px 30px;
  background: #ffffff;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
}
.date_list .month li {
  width: calc(100% / 12);
  padding: 0 7px;
  font-weight: 500;
}
.date_list .month li a {
  padding: 3px 0;
  display: block;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  text-align: center;
}
.date_list .month li a:hover, 
.date_list .month li.on a {
  background: #e4634c;
  text-decoration: none;
}
.members_gallery_list {
  padding-top: 5px;
}
.members_gallery_list .text {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #ff2700;
  margin-bottom: 25px;
}
.members_gallery_list .text .date {
  width: 130px;
  font-size: 18px;
  font-weight: 500;
  color:#604c37;
  margin-bottom: 10px;
}
.members_gallery_list .text .title {
  width: calc(100% - 130px);
  font-size: 23px;
  font-weight: bold;
  line-height: 1.304em;
  color: #604c37;
  margin-bottom: 10px
}
.gallery_items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -11px 45px;
}
.gallery_items .item {
  width: 33.333%;
  padding: 0 14px;
  text-align: center;
}
.gallery_items .item .inner .img {
  display: block;
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
}
.gallery_items .item .inner .img:before {
  content: "";
  display: block;
  padding-top: 85.71%;
}

/* **********************************
 *  ご利用の流れ
 * ********************************* */
.pg_flow .section#sec1{

}
.pg_flow .section#sec2{
  margin-top: 125px;
  margin-bottom: 15px;
}


.flow_items_wrap{

}
.flow_items_wrap{

}
.flow_items_wrap .item:nth-child(n+2){
  margin-top: 35px;
}
.flow_items_wrap .item:last-child .inner{
  margin-bottom: 45px;
}
.flow_items_wrap .item:last-child:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url(/img/border_dot1.png);
  background-repeat: repeat-x;
}
.flow_items_wrap .item .title{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.flow_items_wrap .item .title:after{
  content: "";
  width: 100%;
  height: 3px;
  background-image: url(/img/border_dot1.png);
  background-repeat: repeat-x;
}
.flow_items_wrap .item .title .box{
  display: flex;
  align-items: center;
}
.flow_items_wrap .item .step{
  /*  width:80px;
    font-size: 17px;
    background: #efc500;
    color:#ffffff;*/
}
.flow_items_wrap .item .step:before{
  left: 2px;
  width: 80px;
  height: 27px;
  background: #efc500;
  z-index: -2;
}
.flow_items_wrap .item .step:after{

  left: 82px;
  box-sizing: border-box;
  height: 18px;
  border: 14px solid transparent;
  border-left: 13px solid #efc500;;
  z-index: -2;
}
.flow_items_wrap .item .title .text{
  font-size: 23px;
  color:#604c37;
  padding:0 18px 0 40px;
}
.flow_items_wrap .item .title .dots{

}

.flow_items_wrap .content{
  display: flex;
  justify-content: space-between;
  padding:20px 0;
}
.flow_items_wrap .content .box {
  width:55%;
}
.flow_items_wrap .content .box .btn_box{
  display: inline-block;
  text-align: left;
}
.flow_items_wrap .content .box .text {
  font-size: 15px;
  line-height: 1.9333em;
  color:#604c37;
}
.flow_items_wrap .content .img {
  padding-right: 125px;
}
.flow_items_wrap .content .img img{
  display: block;
  width:280px;
  object-fit: contain;
}

.flow_price_wrap {
  margin-top: 40px;
}
.flow_price_wrap .text{
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.08em;
  line-height: 1.9333em;
  text-align: center;
  color:#7a6b5d;
}
.flow_price_wrap tr:first-child{
  color:#604c37;
  font-weight: 600;
}
.flow_price_wrap tr:first-child th {
  color:#604c37;
  font-weight: 600;
}
.flow_price_wrap th {
  font-weight: normal;
  color:#604c37;
  background: #fafafa;
}
.flow_price_wrap td {
  color:#604c37;
}
.flow_price_wrap th, .flow_price_wrap td{
  text-align: center;
  border: 1px solid #898989;
  padding:20px;
}
.flow_price_wrap tr:nth-child(2) th, 
.flow_price_wrap tr:nth-child(2) td{
  padding:8px;
}
.flow_price_wrap tr:nth-child(3) th, 
.flow_price_wrap tr:nth-child(3) td{
  padding:8px;
}
.flow_price_wrap .txt{
  display: block;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.08em;
  text-align: center;
  color:#7a6b5d;
  margin-top: 40px;
  padding-right: 40px;
}

.flow_price_wrap table{
  margin-top: 28px;
}
.step{
  color: #ffffff;
  display: inline-block;
  font-size: 17px;
  text-decoration: none;vertical-align: middle;
  position: relative;
  padding: 0 0 0 12px;
}
.step::before,
.step::after{
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact_btn {
  margin-top: 40px;
}
.contact_btn a {
  width:275px;
  text-align: center;
  display: block;
  background: #ff2700;
  color: #ffffff;
  border-radius: 30px;
  position: relative; 
  margin: 0 auto;
  padding:10px 0;
}
.contact_btn a:after {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}




/* **********************************
 *  一日のスケジュール
 * ********************************* */
.pg_schedule{
  
}
.pg_schedule .section#sec1{
  
}
.pg_schedule .section#sec2{
  margin-top: 150px;
}


/* */
.schedule_msg_wrap{
  color: #604c37;
  font-size: 15px;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0.08em;
}

/* 見出し */
.schedule_header{
  color: #5d4d3a;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  border-radius: 20px;
  padding: 10px;
  margin-bottom: 50px;
}
.schedule_header span{
  display: block;
  font-size: 15px;
  font-weight: 400;
}
.schedule_header.color1{
  background: #edc6bf;
}
.schedule_header.color2{
  background: #fcf5a5;
}

/* 1日の流れ */
.schedule_items{
  position: relative;
}
.schedule_items:after{
  content: "";
  width: 3px;
  height: 100%;
  background: #ededed;
  position: absolute;
  top: 0;
  left: 13px;
}
.schedule_items .item{
  padding-left: 42px;
  position: relative;
  z-index: 1;
  padding-bottom: 23px;
}
.schedule_items .item + .item{
  
}
.schedule_items .item dt,
.schedule_items .item dd{
  color: #5d4d3a;
  position: relative;
}
.schedule_items .item dt{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 13px;
}
.schedule_items .item dd{
  font-size: 15px;
}
.schedule_items .item dd:after{
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-image: url('/img/border_dot1.png');
  background-repeat: repeat-x;
  margin-top: 20px;
}

.schedule_items .item dt:before{
  content: "";
  width: 24px;
  height: 24px;
  border: 3px solid ;
  background: #FFF;
  border-radius: 50%;
  position: absolute;
  left: -42px;
  box-shadow: 0 0 0px 5px #FFF;
}
.schedule_items.color1 .item dt:before{
  border-color: #edc6bf;
}
.schedule_items.color2 .item dt:before{
  border-color: #fcf5a5;
}
.schedule_items.color1 .item:first-child dt:before,
.schedule_items.color1 .item:last-child dt:before{
  border: 3px solid #edc6bf;
  background: #edc6bf;
}
.schedule_items.color2 .item:first-child dt:before,
.schedule_items.color2 .item:last-child dt:before{
  border: 3px solid #fcf5a5;
  background: #fcf5a5;
}