@charset "UTF-8";
body.home .sec-wrap {
  max-width: 100%;
  width: 100%;
}
body.home .sec-title {
  color: #2a3f5c;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 50px;
  text-align: center;
}
body.home .sec-title span {
  color: #cd212a;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
@media only screen and (min-width: 1024px) {
  body.home .head-logo {
    display: none
  }
}
@media only screen and (max-width: 1024px) {
  body.home header {
    background-color: none;
    height: 0;
  }
  body.home .sec-title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 10%;
  }
}
/* ----------------------------------------------------------------
    keyimg
  ----------------------------------------------------------------- */
body.home .keyimg {
  background-image: url(../img/home/bkg_main.jpg);
  background-position: center bottom 0px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: calc(100vh - 70px);
  width: 100%;
}
body.home .keyimg-inr {
  display: flex;
  place-items: center;
  top: 0px;
  left: 0px;
  background: transparent url(../img/overlay/dot.png) repeat top left;
  height: 100%;
  width: 100%;
}
body.home .keyimg .mainarea {
  margin: 0 auto;
  width: 90%;
}
body.home .keyimg .mainlogo {
  display: block;
  margin: 0 auto;
  max-width: 500px;
  width: 75%;
}
body.home .keyimg .copy {
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
  margin: 20px 0 70px;
  text-align: center;
}
body.home .keyimg .copy2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.4em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.home .keyimg {
    height: calc(100vh - 70px);
  }
  body.home .keyimg .copy {
    font-size: 16px;
    margin: 20px 0 0;
  }
}
/* バナー*/
#sec-save {
  margin: 10% auto;
  position: relative;
  width: 100%;
}
#sec-save .save-copy {
  margin-left: 10%;
  width: 200px;
}
#sec-save .save-pic {
  position: absolute;
  right: 0px;
  top: 0;
  width: 900px;
  z-index: -2;
}
#sec-save .box-wrap {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 100%;
  grid-template-rows: 215px;
  margin: 50px 10% 5%;
  max-width: 800px;
  width: 100%;
}
#sec-save .box {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 0 12px #7b7a35;
  padding: 20px 0;
}
#sec-save .box:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#sec-save .box:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#sec-save .box-save:after {
  background-image: url(../img/home/bkg_save.jpg);
  background-position: center;
}
#sec-save .box .tit {
  bottom: 20px;
  left: 20px;
  position: absolute;
  width: 300px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #sec-save {
    margin: 10% auto 0;
    position: relative;
    width: 100%;
  }
  #sec-save .save-copy {
    filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 1));
    position: absolute;
    right: 20px;
    top: 20px;
    width: 85px;
  }
  #sec-save .save-pic {
    position: static;
    width: 100%;
    z-index: -2;
  }
  #sec-save .box-wrap {
    display: grid;
    grid-gap: 1px;
    grid-template-columns: 100%;
    grid-template-rows: 143px;
    margin: 5% 5% 5%;
    max-width: 800px;
    width: 90%;
  }
  #sec-save .box .tit {
    bottom: 0%;
    left: 0%;
    position: absolute;
    width: 66.6%;
    z-index: 1;
  }
}
/*ニュース*/
body.home #news {
  margin: 5% auto;
}
body.home #news .post-area {
  display: flex;
  margin: 0 auto 5%;
  padding-bottom: 87px;
  width: 90%;
}
body.home #news .post-area article {
  background-color: #fff;
  font-size: 0;
  margin: 0 5px;
  position: relative;
  width: 25%;
}
body.home #news .post-thumbnail {
  height: 100%;
  overflow: hidden;
}
body.home #news .post-thumbnail img {
  height: auto;
}

body.home #news .post-item {
  background-color: rgba(255, 255, 255, 1);
  bottom: -87px;
  height: 87px;
  left: 0;
  position: absolute;
  width: 100%;
}
body.home #news .post-date {
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px 5px 20px;
}
body.home #news .post-tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0px 20px 10px 20px;
}
body.home #news .c_btn a {
  border: 1px solid #2a3f5c;
  color: #2a3f5c;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto;
  padding: 12px 0px;
  text-align: center;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 220px;
}
body.home #news .c_btn a:hover {
  background-color: #cd212a;
  border: 1px solid #cd212a;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  body.home #news {
    margin: 75px auto 0;
  }
  body.home #news .post-area {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  body.home #news .post-area article {
    background: none;
    border-bottom: 1px dotted #333;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    width: 90%;
  }
  body.home #news .post-area article:first-child {
    border-top: 1px dotted #333;
    padding-top: 10px;
  }
  body.home #news .post-area a {
    align-items: center;
    display: flex;
    width: 100%;
  }
  body.home #news .post-thumbnail {
    width: 33.3%;
  }
  body.home #news .post-item {
    background-color: rgba(255, 255, 255, 0);
    height: auto;
    position: static;
    width: 100%;
  }
  body.home #news .post-date {
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px 5px 20px;
  }
  body.home #news .post-tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    padding: 0px 20px 10px 20px;
  }
}
/* インスタ*/
body.home #sec-insta {
  margin: 155px auto 10%;
}
body.home #sec-insta .c_btn a {
  border: 1px solid #2a3f5c;
  color: #2a3f5c;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 59px auto 0;
  padding: 12px 0px;
  text-align: center;
  -webkit-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  width: 220px;
}
body.home #sec-insta .c_btn a:hover {
  background-color: #cd212a;
  border: 1px solid #cd212a;
  color: #fff;
}
/* 横スクロールカード*/
body.home #card {
  margin: 0 auto;
  width: 90%;
}
body.home #card .card-list {
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
}
body.home #card .card-list li {
  display: inline-block;
  position: relative;
  width: 16.6%;
  margin: 0px 5px 20px;
}
@media only screen and (max-width: 768px) {
  body.home #sec-insta {
    margin: 75px auto 0;
  }
  body.home #card {
    width: 100%;
  }
  body.home #card .card-list li {
    display: inline-block;
    position: relative;
    width: 66.6%;
    margin: 0px 5px 10px;
  }
  body.home #card .card-list li img {
    border-radius: 5px;
  }
}
/*スクロールバー全体*/
body.home #card .card-list::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/*スクロールバーの軌道*/
body.home #card .card-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ccc;
}
/*スクロールバーの動く部分*/
body.home #card .card-list::-webkit-scrollbar-thumb {
  background-color: #cd212a;
  border-radius: 10px;
}
/*ボックス*/
#sec-enjoy {
  margin: 85px auto 0;
}
#sec-enjoy .box-wrap {
  color: #444;
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 430px 430px;
  margin: 0 auto;
  width: 100%;
}
#sec-enjoy .box {
  position: relative;
  overflow: hidden;
  text-align: center;
  text-shadow: 0 0 12px #7b7a35;
  padding: 20px 0;
}
#sec-enjoy .box:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#sec-enjoy .box:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#sec-enjoy .box-stay:after {
  background-image: url(../img/home/bkg_stay.jpg);
}
#sec-enjoy .box-eat:after {
  background-image: url(../img/home/bkg_eat.jpg);
}
#sec-enjoy .box-buy:after {
  background-image: url(../img/home/bkg_buy.jpg);
}
#sec-enjoy .box-tour:after {
  background-image: url(../img/home/bkg_tour.jpg);
}
#sec-enjoy .box .tit {
  left: 20px;
  top: 20px;	
  position: absolute;
  width: 310px;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #sec-enjoy .box-wrap {
    grid-template-columns: 100%;
    grid-template-rows: 430px 430px 430px 430px;
  }
}
@media only screen and (max-width: 768px) {
  #sec-enjoy .box-wrap {
    grid-template-columns: 100%;
    grid-template-rows: 250px 250px 250px 250px;
  }
  #sec-enjoy .box .tit {
    left: 20px;
    width: 250px;
  }
}
/* バナー*/
#sec-bnr {
  margin: 5% auto;
  width: 90%;
}
#sec-bnr .box-wrap {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 215px;
  margin: 0 auto;
  width: 100%;
}
#sec-bnr .box {
  position: relative;
  overflow: hidden;
  text-align: center;
}
#sec-bnr .box:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
#sec-bnr .box:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#sec-bnr .box-gloup:after {
  background-image: url(../img/home/bkg_gloup.jpg);
}
#sec-bnr .box-traffic:after {
  background-image: url(../img/home/bkg_traffic.jpg);
}
#sec-bnr .box .tit {
  bottom: 20px;
  left: 20px;
  width: 215px;
  position: absolute;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  #sec-bnr .box-wrap {
    grid-template-columns: 100%;
    grid-template-rows: 143px 143px;
  }
  #sec-bnr .box .tit {
    bottom: 0px;
    left: 0px;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #sec-bnr {
    margin: 5% auto 75px;
  }
}
/* ----------------------------------------------------------------
    楽しむ
  ----------------------------------------------------------------- */
.page-tit {
  background-image: url(../img/home/bkg_stay.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.eat .page-tit {
  background-image: url(../img/home/bkg_eat.jpg);
}
body.buy .page-tit {
  background-image: url(../img/home/bkg_buy.jpg);
}
body.view .page-tit {
  background-image: url(../img/home/bkg_view.jpg);
}
.page-tit-inr {
  display: flex;
  place-items: center;
  top: 0px;
  left: 0px;
  background: transparent url(../img/overlay/dot.png) repeat top left;
  height: 100%;
  width: 100%;
}
.page-tit .tit-area {
  margin: 0 auto;
  max-width: 900px;
  width: 90%;
}
 body.enjoy #sec-intro {
  margin: 0 auto 10%;
  max-width: 1260px;
  position: relative;
  text-align: center;
  width: 90%;
}
 body.enjoy .intro-copy {
  background: #fff;
  border: 1px solid #000;
   box-sizing: content-box;
  color: #2a3f5c;
  font-family: 'Noto Serif JP', serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.33em;
  line-height: 1;
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 10px 9px 0;
  position: absolute;
  top: -100px;
  right: calc(0% + 0px);
  text-align: left;
  white-space: nowrap;
  width: 30px;
}
body.enjoy .intro-copy2 {
  right: calc(0% + 60px);
}
body.enjoy .intro-copy3 {
  right: calc(0% + 120px);
}
body.enjoy .intro-copy3  small {
  font-size: 18px;
  letter-spacing: 0.25em;
}
body.enjoy .intro-inr {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  width: calc(100% - 84px);
}
body.enjoy .intro-col-r {
  width: 38.3%;
}
body.enjoy .intro-col-l {
  width: calc(61.6% - 50px);
}  
body.enjoy .intro-img-s {
  margin: 10% 75px 0 0;
  width: calc(100% - 75px);
}  
body.enjoy  .intro-txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 768px) {
   body.enjoy .intro-copy {
     font-size: 20px;
     letter-spacing: 0.22em;
     padding: 10px 9px 5px;
     right: calc(2.5% + 0px);
     top: -5%;
     width: 20px;
  }
  body.enjoy .intro-copy2 {
    right: calc(2.5% + 50px);
  }
  body.enjoy .intro-copy3 {
    right: calc(2.5% + 100px);
  }  
  body.enjoy .intro-inr {
    display: block;
    margin-top: 0%;
    width: calc(100% - 0px);
  }
  body.enjoy .intro-col-r {
    width: 100%;
  }
  body.enjoy .intro-col-l {
    margin: 5% 0 0 0;
    width: 66.6%;
  }  
  body.enjoy .intro-img-s {
    margin: 5% 0 0 10%;
    width: 90%;
  }  
  body.enjoy  .intro-txt {
    background-color: #fff;
    border: 1px solid #000;
    color: #2a3f5c;
    font-size: 14px;
    line-height: 1.7;
    margin-top: -10%;
    padding: 5%;
    position: relative;
    width: 75%;
    z-index: 1;
  }
}
/* ----------------------------------------------------------------
    街並み保存について
  ----------------------------------------------------------------- */
body.learn .page-tit {
  background-image: url(../img/learn/bkg_tit.jpg);
  background-position: center top 66.6%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.learn .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
body.learn #sec-post .block-history {
  border: 1px solid #333;
  padding: 100px;
}
@media only screen and (max-width: 1024px) {
  body.learn #sec-post .block-history {
    border: 1px solid #333;
    padding: 10% 5%;
  }
}
/* ----------------------------------------------------------------
    アクセス
  ----------------------------------------------------------------- */
body.access .page-tit {
  background-image: url(../img/access/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.access .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
body.access #sec-post .access-map {
  border: 1px solid #333;
  padding: 50px;
}
body.access #sec-post .map-wrap {
  padding-bottom: 42.55%;
}
body.access #sec-post .access-map .wp-block-table tr td:nth-of-type(1) {
  width: 10%;
} 
body.access #sec-post .access-map ..wp-block-table tr td:nth-of-type(2) {
  width: 75%;
} 
body.access #sec-post .access-map .wp-block-table tr td:nth-of-type(3) {
  width: 15%;
} 

@media only screen and (max-width: 1024px) {
  body.access #sec-post .access-map {
    border: none;
    padding: 0px;
  }
}
@media only screen and (max-width: 768px) {
  body.access #sec-post  .map-wrap {
    padding-bottom: 56.25%;
  }
  body.access #sec-post .access-map .wp-block-table {
    margin-bottom: 0px;
  }
  body.access #sec-post .access-map  .wp-block-column:not(:first-child) {
    margin-top: 25px;
  }
  body.access #sec-post .access-map .wp-block-table td {
    font-size: 12px;
    line-height: 1.5;
  }
  body.access #sec-post .access-map .wp-block-table tr td:nth-of-type(1) {
    width: 10%;
  } 
  body.access #sec-post .access-map ..wp-block-table tr td:nth-of-type(2) {
    width: 65%;
  } 
  body.access #sec-post .access-map .wp-block-table tr td:nth-of-type(3) {
    width: 25%;
  } 
}
/* ----------------------------------------------------------------
    フォトギャラリー
  ----------------------------------------------------------------- */
body.photo .page-tit {
  background-image: url(../img/photo/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.photo .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
body.photo #sec-post .wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 5%;
}
body.photo #sec-post .wp-block-buttons .wp-block-button {
  margin: 0.5%;
  width: 15.6%;
}
body.photo #sec-post .wp-block-button__link {
  border: 1px solid #2a3f5c;
  border-radius: 0px;
  color: #2a3f5c;
  padding: 12px 0px;
  width: 100%;
}
body.photo #sec-post .wp-block-button__link:hover {
  background-color: #cd212a;
  border: 1px solid #cd212a;
  color: #fff;
}
body.photo #sec-post .current .wp-block-button__link {
  background-color: #cd212a;
  border: 1px solid #cd212a;
  color: #fff;
  cursor: default;
}

@media only screen and (max-width: 768px) {
  body.photo #sec-post .wp-block-buttons .wp-block-button {
    margin: 0.5%;
    width: 24%;
  }
  body.photo #sec-post .wp-block-button__link {
    font-size: 16px;
    padding: 8px 0px;
  }
}

/* ----------------------------------------------------------------
    ツアー・団体について
  ----------------------------------------------------------------- */
body.tour .page-tit {
  background-image: url(../img/tour/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.tour .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
/* ----------------------------------------------------------------
    プライバシーポリシー
  ----------------------------------------------------------------- */
body.privacy .page-tit {
  background-image: url(../img/privacy/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.privacy .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
body.privacy #sec-post .block-privacy {
  border: 1px solid #333;
  padding: 100px 50px;
}

@media only screen and (max-width: 1024px) {
  body.privacy #sec-post .block-privacy {
    border: none;
    padding: 0px;
  }
}

/* ----------------------------------------
* ニュース single
---------------------------------------- */
body.news .page-tit {
  background-image: url(../img/news/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.news .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
body.news .post-item {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1094px;
  padding: 34px;
  width: 90%;
}
body.news .post-area a {
  color: #333;
}
body.news .post-date {
  font-size: 20px;
  margin-bottom: 10px;
}
body.news .post-tit {
  border-bottom: 1px dotted #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
body.news .post-txt {
  height: auto;
  line-height: 1.7;
  margin-top: 20px;
  min-height: 54px;
  padding-bottom: 40px;
}
body.news .post-txt a:hover {
  text-decoration: underline;
}
body.news .news-more {
    margin-top: 40px;
    text-align: center;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
}
/* ----------------------------------------------------------------
  お問い合わせ
  ----------------------------------------------------------------- */
body.contact .page-tit {
  background-image: url(../img/contact/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.contact .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}

body.contact .form-outer {
  max-width: 1000px;
  margin: 0 auto;
}
body.contact .table-outer table {
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}
body.contact .table-outer table th {
  padding: 15px;
  border-bottom: 1px solid #f9f8f7;
}
body.contact .table-outer table td {
  padding: 15px;
  border-bottom: 1px solid #f9f8f7;
}
body.contact .table-outer table th p, body.contact .table-outer table td p {
  position: relative;
  margin-bottom: 10px;
}
body.contact .table-outer table th {
  color: #fff;
  width: 25%;
  background-color: #2a3f5c;
  vertical-align: middle;
}
body.contact .table-outer table td {}
body.contact .table-outer table .notice {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #e44;
}
body.contact .table-outer table .required {
  color: rgba(255, 0, 4, 1.00);
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 3px;
}
body.contact .table-outer table .optional {
  color: #1e5f90;
}
body.contact .table-outer table input[type="radio"] {
  margin-right: .2em;
}
body.contact .table-outer table label {
  margin-right: 30px;
}
body.contact .table-outer table input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 30px;
  padding: 0 10px;
  background: none;
  border: 1px solid #2a3f5c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.contact .table-outer table textarea {
  width: 100%;
  height: 200px;
  line-height: 1.8;
  padding: 10px;
  background: none;
  border: 1px solid #2a3f5c;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.contact .table-outer table .tel input, body.contact .table-outer table .mobile input, body.contact .table-outer table .urgent-tel input {
  width: 80px;
}
body.contact .table-outer table .name input, body.contact .table-outer table .kana input {
  width: 200px;
}
body.contact .table-outer table .age input {
  width: 50px;
}
body.contact .table-outer table .zip input {
  width: 120px;
}
body.contact .block-btn {
  text-align: center;
}
body.contact .block-btn input[type="submit"] {
  display: inline-block;
  width: 40%;
  padding: 10px;
  color: #bfaf86;
  font-weight: bold;
  background: none;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}
body.contact .block-btn input[type="submit"]:hover {
  color: #fff;
  background-color: #bfaf86;
  cursor: pointer;
  outline: none;
}
body.contact .block-btn input[name="submitBack"] {
  color: #666;
}
body.contact .block-btn input[name="submitBack"]:hover {
  color: #fff;
  background-color: #666;
  cursor: pointer;
  outline: none;
}
body.contact .mess-complete {
  max-width: 840px;
  margin: 0 auto 60px auto;
}
body.contact .mess-complete h4 {
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
body.contact .mess-complete h5 {
  margin-bottom: 20px;
  text-align: center;
}
body.contact .mess-complete h5.tit {
  font-size: 18px;
  font-size: 1.8rem;
  color: #ff3333;
}
body.contact .mess-complete p {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
body.contact .mess-attention {
  max-width: 840px;
  margin: 0 auto;
}
body.contact .mess-attention p {
  margin-bottom: 10px;
}
body.contact .mess-attention .list {
  margin-bottom: 10px;
  padding: 10px 40px;
}
body.contact .mess-attention .box-round {
  margin-bottom: 80px;
  padding: 20px;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body.contact .mess-attention .box-round h5 {
  margin-bottom: 40px;
  text-align: center;
}
body.contact form input[type="submit"], form button {
  background: none;
  border: 1px solid #cd212a;
  color: #cd212a;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  margin: 0 auto;
  width: 50%;
}
body.contact form input[type="submit"]:hover , form button:hover {
  background: #cd212a;
  border: 1px solid #cd212a;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
  margin: 0 auto;
  transition: 0.5s;
  width: 50%;
}
body.contact #sec-post .block-contact {
  border: 1px solid #333;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px;
}
@media only screen and (max-width: 1024px) {
  body.contact #sec-post .block-contact {
    border: 1px solid #333;
    padding: 10% 5%;
  }
}
@media only screen and (max-width: 767px) {
  body.contact .table-outline {
    width: 100%;
  }
  body.contact .table-outline th, body.contact .table-outline td {
    display: list-item;
    width: 100%;
    padding: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    list-style-type: none;
  }
  body.contact .table-outline th {
    text-align: center;
  }
  body.contact .mess-complete {
    max-width: 840px;
    margin: 0 auto;
  }
  body.contact .mess-complete h4 {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 2.4rem;
    text-align: center;
  }
  body.contact .mess-complete p {
    margin-bottom: 40px;
  }
  body.contact .mess-complete .box-round {
    margin-bottom: 80px;
    padding: 20px;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  body.contact .mess-complete .box-round h5 {
    margin-bottom: 40px;
    text-align: center;
  }
  body.contact .form-area {
    max-width: 960px;
    margin: 0 auto;
  }
  body.contact .table-outer table th, body.contact .table-outer table td {
    display: list-item;
    list-style-type: none;
  }
  body.contact .table-outer table th p, body.contact .table-outer table td p {
    margin-bottom: 10px;
  }
  body.contact .table-outer table th {
    width: auto;
  }
  body.contact .table-outer table td {
    width: auto;
  }
  body.contact .table-outer table .notice {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #e44;
  }
  body.contact .table-outer table p span:before {
    content: "\A";
    white-space: pre;
  }
  body.contact .table-outer table input[type="radio"] {
    margin-right: .2em;
  }
  body.contact .table-outer table label {
    margin-right: 30px;
  }
  .body.contact .table-outer table input[type="text"] {
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 30px;
    background: none;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  body.contact .table-outer table textarea {
    width: 100%;
    height: 200px;
    line-height: 1.8;
    padding: 10px;
    background: none;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  body.contact .table-outer table .tel input, body.contact .table-outer table .mobile input, body.contact .table-outer table .urgent-tel input {
    width: 60px;
  }
  body.contact .table-outer table .name input, body.contact .table-outer table .kana input {
    width: 200px;
  }
  body.contact .table-outer table .age input {
    width: 50px;
  }
  body.contact .table-outer table .zip input {
    width: 120px;
  }
  body.contact .block-btn {
    text-align: center;
  }
  body.contact .block-btn input[type="submit"] {
    display: inline-block;
    width: 40%;
    padding: 10px;
    color: #bfaf86;
    font-weight: bold;
    background: none;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;
  }
  body.contact .block-btn input[type="submit"]:hover {
    color: #fff;
    background-color: #bfaf86;
    cursor: pointer;
    outline: none;
  }
  body.contact .block-btn input[name="submitBack"] {
    color: #666;
  }
  body.contact .block-btn input[name="submitBack"]:hover {
    color: #fff;
    background-color: #666;
    cursor: pointer;
    outline: none;
  }
}
/* ----------------------------------------
* ニュース archive
---------------------------------------- */
body.archive .page-tit {
  background-image: url(../img/news/bkg_tit.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
  margin: 0% auto 0;
  position: relative;
  width: 100%;
}
body.archive .page-tit .tit-area {
  margin: 0 auto;
  max-width: 600px;
  width: 90%;
}
body.archive  #sec-post {
  margin: 5% auto;
  padding-bottom: 87px;
}
body.archive .post-area {
  display: flex;
  width: 100%;
}
body.archive .post-area article {
  background-color: #fff;
  font-size: 0;
  margin: 0 5px;
  position: relative;
  width: 25%;
}
body.archive .post-thumbnail {
  height: 100%;
  overflow: hidden;
}
body.archive .post-thumbnail img {
  height: auto;
}

body.archive .post-item {
  background-color: rgba(255, 255, 255, 1);
  bottom: -87px;
  height: 87px;
  left: 0;
  position: absolute;
  width: 100%;
}
body.archive .post-date {
  font-size: 14px;
  line-height: 1;
  padding: 10px 20px 5px 20px;
}
body.archive .post-tit {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0px 20px 10px 20px;
}
@media only screen and (max-width: 1024px) {
  body.archive #sec-post {
    margin: 10% auto;
    padding-bottom: 0px;
  }
  body.archive .post-area {
    display: block;
    width: 100%;
  }
  body.archive .post-area article {
    background: none;
    border-bottom: 1px dotted #333;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    width: 90%;
  }
  body.archive .post-area article:first-child {
    border-top: 1px dotted #333;
    padding-top: 10px;
  }
  body.archive .post-area a {
    align-items: center;
    display: flex;
    width: 100%;
  }
  body.archive .post-thumbnail {
    width: 33.3%;
  }
  body.archive .post-item {
    background-color: rgba(255, 255, 255, 0);
    height: auto;
    position: static;
    width: 100%;
  }
  body.archive .post-date {
    font-size: 14px;
    line-height: 1;
    padding: 10px 20px 5px 20px;
  }
  body.archive post-tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
    padding: 0px 20px 10px 20px;
  }
}

