@charset "utf-8";
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 0.67vw;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
  color: #2c3133;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt" 1;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  display: inline;
  margin-right: 0px;
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.8;
  margin-bottom: 2rem;
}
/* リンクなど ----------------------------------------------------*/

a {
  text-decoration: none;
  color: #1e2123;
}
a:link {
  text-decoration: none;
  color: #1e2123;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #3E4449;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
a img {
  transition: 0.5s;
}
a:hover img {
  opacity: 0.8;
  transition: 0.5s;
}
@media screen and (min-width:598px) {
  a.tel_link {
    color: inherit;
    text-decoration: none;    
  }
}
.hover_img {
  overflow: hidden;
  display: block;
}
.hover_img img{
 transition:1s all;
}
.hover_img img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}

/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
  background-color: #1a1a1a;
  color: rgba(255,255,255,1.00);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
header#globalHeader nav ul { list-style: none; padding: 0; margin: 0; }
header#globalHeader nav ul li {
  list-style: none;
  display: inline;
  padding: 0;
  margin: 0 0 0 20px;
}
header#globalHeader nav ul li a {
  text-decoration: none;
  color: #333333;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
}
.pc {
  display: none;
}
@media (min-width: 991px) {
  .smp {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
  clear: both;
  background-color: #1a1a1a;
  padding-top: 2rem;
  padding-bottom: 1rem;
  color: #FFFFFF;
  text-align: center;
}
.footer {}
.flogo {
  margin-bottom: 5rem;
}
.flogo p {
  margin-top: 1rem;  
}
#page-top {
  right: -50px;
  bottom: 50px;
  position: fixed;
}
#page-top a {
  background-image: url(../images/share/page-top.svg);
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  display: block
}
/* copyright　----------------------------------------------------*/
footer#globalFooter p.copyright {
	font-size: 0.8rem;
	text-align: center;
}

/*#　contents ----------------------------------------------------*/
#contents {
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:576px) {
	.flex {
		display: block;
	}
}
/*  ------------------------------------------------------------------------------*/
/* BUTTON */

a.button {
  display: block;
  width: 100%;
  max-width: 190px;
  text-align: center;
  border: 1px solid #605448;
  color: #ffffff;
  text-decoration: none!important;
  font-weight: 500;
  padding: 6px 0;
  border-radius: 50px;
  transition: .4s;
  background-color: #605448;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
}

a.button:hover {
  background-color: #ffffff;
  border-color: #605448;
  color: #605448;
  transition: .4s;
}
.title_wrap {
  padding-top: 5rem;
  padding-bottom: 10rem;
  text-align: center;
 display: flex;
  flex-direction: column;
}
.title_wrap span {
  display: block;
  position: relative;
  z-index: 2;
}
.title_wrap h1 {
  font-size: 3.6rem;
  border-top: 1px solid #d1c6b2;
  border-bottom: 1px solid #d1c6b2;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  margin-top: -1px;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
}

/* home ------------------------------------------------------------------------------*/
.home .container {
  padding-right: 20px;
  padding-left: 20px;
}

.plan_list {
  padding-bottom: 5rem;
}
.plan_list-box {
  margin-bottom: 4rem;
}
.plan_list-box a:hover {
  text-decoration: none;
  color: #5D5D5D;
}
.plan_list-box figure {
  width: 100%;
  border: 1px solid #b3b3b3;
  margin-bottom: 2rem;
}
.plan_list-box figure {
  overflow: hidden;
  display: block;
}
.plan_list-box figure img{
 transition:1s all;
}
.plan_list-box figure img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}
.plan_list-box h2 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.plan_list-box p {}
.plan_list-btn {
  text-align: center;
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.sidebar {
  margin-bottom: 4rem;
  margin-top: 80px;
}
ul.side_banner {
  margin-bottom: 30px;
  padding: 0;
}
.side_banner li {
  list-style: none;
  margin-bottom: 15px;
}
.sidebar_sp_banner {
  margin-bottom: 4rem;
}
.sidebar_search {
}
.sidebar_search-title {
  background-color: #ad8b66;
  color: #FFFFFF;
  font-size: 1.6rem;
  padding: 0.8rem 1.5rem 0.6rem;
  font-weight: 500;
  background-image: url(../images/share/icon_search.svg);
  background-repeat: no-repeat;
  background-position: right top;
  margin-bottom: 2rem;
}
.sidebar_search-inner {
}
.sidebar_search-inner dl {
  display: flex;
  width: 100%;
}
.sidebar_search-inner dl dt {
  width: 40%;
  letter-spacing: 0.1em;
}
.sidebar_search-inner dl dd {
  width: 60%;
}
.sidebar_search-inner dl dd label {
  margin-left: 1rem;
}
.sidebar_search-inner dl dd input {
  margin-right: 0.5rem;  
}
.sidebar_btn {
  margin-bottom: 4rem;
}

.sidebar_btn .button {
  background-color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
.sidebar_btn .button:hover {
  background-color: #ffffff;
  border-bottom-color: #1a1a1a;
  color: #1a1a1a
}
.sidebar_search input[type="submit"] {
  display: block;
  width: 100%;
  max-width: 190px;
  text-align: center;
  border: 1px solid #1a1a1a;
  color: #ffffff;
  text-decoration: none!important;
  font-weight: 500;
  padding: 6px 0;
  border-radius: 50px;
  transition: .4s;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  font-size: 1.4rem;
  background-color: #1a1a1a;
  transition: .4s;
}
.sidebar_search input[type="submit"]:hover {
  background-color: #ffffff;
  border-bottom-color: #1a1a1a;
  color: #1a1a1a;
  transition: .4s;
}
.sidebar_keywords {
  border: 1px solid #1a1a1a;
}
.sidebar_keywords h3 {
  background-color: #d1c6b2;
  text-align: center;
  font-size: 1.4rem;
  display: block;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.sidebar_keywords-inner {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  text-align: center;
}
.tagcloud a {
  margin-right: 1rem;
  margin-bottom: 1rem;
  position:relative;
}
.tagcloud a:before {
  content: "#";
}
.special {
  padding-bottom: 10rem;
}
.special_title {
  text-align: center;
  background-color: #d1c6b2;
  border-bottom: 4px solid #ad8b66;
  padding-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}
.special_title h2 {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  position: relative;
  display: inline;
}
.special_title h2:after {
  content: "";
  background-image: url(../images/home/icon_title.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: -12px;
  right: -12px;
}
.special_box {
  margin-bottom: 4rem;
  text-align: center;
}
.special .col-sm-4:first-child {
  position: relative;
}
.special .col-sm-4:first-child:before {
  content: "";
  background-image: url(../images/home/iocn_new.svg);
  background-repeat: no-repeat;
  width: 79px;
  height: 79px;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 100;
  animation: badgeAnime 1.5s ease-in-out 0s infinite;
}
@keyframes badgeAnime{
  0% {
    transform:scale(1,1);
  }
  100% {
    transform:scale(1.1,1.1);
  }
}
.special_box a:hover {
  text-decoration: none;
  color: #5D5D5D;
}
.special_box figure {
  width: 100%;
  border: 1px solid #b3b3b3;
  margin-bottom: 2rem;
}
.special_box figure {
  overflow: hidden;
  display: block;
}
.special_box figure img{
 transition:1s all;
}
.special_box figure img:hover{
  transform:scale(1.04,1.04);
  transition:0.4s all;
}
.special_box h3 {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.special_box span {
  color: #ad8b66;
  font-size: 1.2rem;
  text-align: center;
}
#pagination {
  width: 100%;
  text-align: center;
}
/*wp-pagenavi base*/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
  color: #999;
  background-color: #FFF;
  border: none;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none !important;
}
.wp-pagenavi a:hover{
    color:#FFF; 
    background-color:#999; 
    border-color:#999;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #ad8b66;
	border-color: #ad8b66;
	font-weight: bold;
}
.wp-pagenavi .pages {
  display: block;
}
.post {
  background-image: url(../images/post/page_last.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.post .plan {
}
.plan_main {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.plan_main-inner {
}
.plan_main-inner figure {
  background-color: #ffffff;
}
.plan_main-inner h2 {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
  text-align: center;
  font-weight: 600;
}
.plan_main-inner h2:after {
  content: "";
  width: 90px;
  height: 5px;
  background-color: #a76531;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
}
.plan_main-image {
  border: 0.5px solid #b3b3b3;
}
.plan_main-content {
  padding-left: 2rem;
  padding-top: 3rem;
  padding-right: 2rem;
}
.plan_download {
  padding-top: 4rem;
}
.plan_title h2 {
  background-color: #ad8b66;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.plan_title h2.icon_right {
  position: relative;
}
.plan_title h2.icon_right i {
  position: absolute;
  top: -1.5rem;
  right: 2rem;
}
.plan-images {
  justify-content: center;
}
.plan_download-box {
  margin-bottom: 5rem;
}
.plan_download-box figure {
  width: 100%;
  max-width: 402px;
  height: 402px;
  border: 1px solid #b3b3b3;
  margin-bottom: 1rem;
}
.plan_download-box a {
  text-align: right;
  text-decoration: underline;
  font-size: 1.3rem;
  width: 100%;
  display: inline-block;
  color: #505050;
}
.plan_download-box a:hover {
  text-decoration: none;
  color: #A8A8A8;
}
.plan_download .plan_title h2 i {
  margin-right: 1rem;
}
.plan_parth {
  padding-top: 4rem;
}
.plan_parth-wrap {
  justify-content: center;
}
.plan_parth-box {
  margin-bottom: 4rem;
}
.plan_movie {
  padding-top: 7rem;
}
.plan_movie-wrap {
  justify-content: center;
}
.plan_movie-box {
  margin-bottom: 3rem;  
}
.plan_panorama {
  padding-top: 8rem;
}

.plan_panorama-box{
position:relative;
width:100%;
height:0;
padding-top:75%;
}
.plan_panorama-box iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #AEAEAE !important;
  background-color: #FFFFFF;
}
.pageEnd_nav {
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.pageEnd_nav-inner {
  justify-content: space-between;
}
.pageEnd_nav-inner i {
  margin-right: 0.5rem;
}
.pageEnd_nav-inner i img {
  margin-top: -6px;
}
.pageEnd_nav-inner .back_list i img {
  margin-top: -2px;
}
.pageEnd_nav-inner .next i {
  margin-right: 0px;
  margin-left: 0.5rem;
}
.pageEnd_nav-inner a {
  width: 100%;
  max-width: 17rem;
  background-color: #d1c6b2;
  display: inline-block;
  border-radius: 100px;
  padding: 2rem 1rem;
}
.pageEnd_nav-inner a:hover {
  background-color: #B4A282;
  text-decoration: none;
}
.plan .banner-wrap {
  border: 1px solid #A0A0A0;
  padding: 3rem 2rem;
  background-color: #FFFFFF;
  text-align: center;
  margin-bottom: 10rem;
}
.plan .banner-wrap h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
.banner-inner {
  display: flex;
  justify-content: space-between;
}
.banner-box {
  width: 30%;
}
/* special_page -----------------------------------------------------------*/
.special_page-subTitle {

}
.special_page-subTitle {
  position: relative;
  padding: 15px 15px;
  background: #e7e1d7;
  text-align: center;
  margin-bottom: 30px;
}

.special_page-subTitle:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  border: 15px solid transparent;
  border-top: 15px solid #e7e1d7;
  width: 0;
  height: 0;
  transform: translateX(-50%);
}
.plan_main-image_sp {
  border: 1px solid #cccccc;
  margin-bottom: 30px;
}
.page_end_banner {
  margin-top: 50px;
}
h2.widget-title {
  display:none;
}
.video {
        width: 100%;
        height: 100%;
     }
.sp-plan_download-box figure {
    width: 100%;
    border: 1px solid #b3b3b3;
    margin-bottom: 3rem;
  }

.sp-plan_download-box a {
    text-align: right;
    text-decoration: underline;
    font-size: 1.3rem;
    width: 100%;
    display: inline-block;
    color: #505050;
}

.sp-lan_download-box a:hover {
    text-decoration: none;
    color: #A8A8A8;
}
/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1213px) {
  .plan_download-box figure {
    max-width: 100%;
    height: auto;
    widows: auto;
    aspect-ratio: 1 / 1;
  }
  .plan_download-box figure img {
    height: auto;
    width: 100%;
  }
}
@media (max-width:576px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 3px 5px;
  }
  .navbar-brand {
    text-align: center;
    width: 100%;
  }
  .collapse {
  margin-top: 2rem;    
  }
  .title_wrap h1 {
    font-size: 2.6rem;
  }
  .col-sm-4:first-child:before {
    width: 79px;
    height: 79px;
    top: -10px;
    left: -5px;
  }
  .post {
    background-image: url(../images/post/page_last.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 400% auto;
  }
  .pageEnd_nav-inner a {
  max-width: none;
  text-align: center;
  max-height: none;
  font-size: 1rem;
  width: 8rem;
  height: 8rem;
  }
  .pageEnd_nav-inner a i {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    text-align: center;
  }
  .banner-inner {
    display: block;
  }
  .banner-box {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
  }
  .plan_main-image img {
    width: 100%;
    height: auto !important;
  }
}
@media (max-width:414px) {}
@media (max-width:320px) {}
