/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Serif JP", serif;
	font-size: 16px;
	line-height: 32px;
	color: #000;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
    position: relative;
}

.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
    width: 100%;
    height: auto;
    object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
	height: auto;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-image: url("./images/bg-header.png");
	background-repeat: no-repeat;
	font-family: Noto Serif JP;
}

.hdr__layout {
	height: 100px;
}

.hdr__logo {
    margin: 0 auto 0 0;
	max-width: 150px;
}

.hdr__logo>a>img {
	height: auto;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 450px;
	align-items: center;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.hdr__navi-lang a {
    color: #ffff;
    text-decoration: none;
}

.hdr__navi-lang:hover a {
    color: #000;
    text-decoration: none;
}

.hdr__navi-lang a.active {
    color: blue;
}

.hdr__logo a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
}

.header-logo-text {
    display: block;
    text-align: center;
	margin: -10px 0;
}

.hdr__navi-lang {
    background-color: #000;
	border: 1px solid transparent;
    width: 280px;
    text-align: center;
    padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
}

.hdr__navi-lang:hover {
	 background-color: #fff;
	border: 1px solid #000;
}

.hdr__navi-lang:hover img {
	filter: invert(1);
}

.hdr__navi-lang img {
    width: 10px;
    height: 10px;
    object-fit: contain;
  	position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 15px;
}

.hdr__navi-lang {
    display: flex;
    justify-content: center;
}

.shin-button {
	background-color: #000;
	border: 1px solid transparent;
	width: 280px;
	text-align: center;
	padding: 10px 0;
	position: relative;
	transition: all 0.3s ease;
	margin: 50px auto 0;
}

.shin-button a {
    color: #ffff;
    text-decoration: none;
}

.shin-button img {
    width: 10px;
    height: 10px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: 15px;
}

.shin-button:hover {
    background-color: #fff;
    border: 1px solid #000;
}

.shin-button:hover a {
    color: #000;
    text-decoration: none;
}

.shin-button:hover img {
    filter: invert(1);
}

#sect-slider .shin-button {
	font-size: min(3.7vh,2.08vw);
	width: auto;
	height: auto;
	padding: 0;
	display: inline-block;
}

#sect-slider .shin-button a {
    display: flex;
/*     width: min(49vh, 27.6vw);
    height: min(10.65vh, 6vw); */
	width: 280px;
    height: 54px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(120px / 2);
	right: 15px;
	border: 2px solid #000;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 2px;
	background: #000;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}

.bnr__pix {
    text-align: center;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__ov {
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 41.67%;
    font-family: "Shippori Mincho", serif;
    z-index: 1;
}

.hdr-text1 {
    font-size: 55px;
    font-size: min(8.8vh, 4.95vw);
    display: block;
    font-weight: 700;
    margin: 30px 0 40px;
}

.hdr-text2 {
    font-size: 40px;
    font-size: min(5.95vh, 3.33vw);
    display: block;
    line-height: 1.5;
    margin: 0 0 20px;
}

.hdr-text3 {
    font-size: 20px;
    font-size: min(2.96vh, 1.67vw);
    line-height: 100%;
    line-height: 1.8;
}

.bnr__ov-txt {
    text-align: left;
	color: #000;
}

#entire-house-rental {
    padding: 80px 0;
}

.entire-house-rental__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.title-jp {
    font-size: 35px;
    display: block;
    margin: 0 0 10px;
	background: linear-gradient(to right, #59564D, #363636);
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent; 
	 padding: 0 0 4px;
}

.title1 {
    text-align: center;
    line-height: 28px;
}

.title-en {
    font-size: 25px;
	 background: linear-gradient(to right, #C3A35E, #86673D); 
	 -webkit-background-clip: text; 
	 -webkit-text-fill-color: transparent; 
}

.entire-house-rental__subcont {
    margin: 50px 0;
}

.entire-house-rental__content {
    margin: 0 0 0 30px;
}

.entire-house-rental__video img {
    min-height: 350px;
    object-fit: cover;
}

.hdr__ftr.ftr__cont {
    display: none;
}

.bnr__pix > img {
    display: block;
}

#create-lasting-memories {
    padding: 80px 0;
}

.create-lasting-memories__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.create-lasting-memories__subcont {
    margin: 50px 0;
}

.create-lasting-memories__image1.height-adj img {
    height: 610px;
    width: calc(100% - 10px);
    object-fit: cover;
    margin: 0 10px 0 0;
}

.create-lasting-memories__image3 {
    margin: 0 10px 0 0;
    width: calc(100% / 12 * 7 - 10px);
}

.create-lasting-memories__desc {
    text-align: center;
}

#book-now {
    padding: 80px 0;
}

.book-now-cont {
    max-width: 1000px;
    margin: 0 auto;
}

.book-now-subcont {
    margin: 50px 0;
    border: 2px solid #86673D;
    padding: 20px;
}

.book-now-item {
    border: 1px solid #86673D;
    margin: 0 30px 0 0;
    text-align: center;
    padding: 10px 0;
}

.book-now-item img {
    width: 35px;
    height: 35px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.book-now-button {
    align-self: end;
    text-align: center;
    color: #fff;
    padding: 10px 0;
	background: linear-gradient(180deg, #C3A35E, #86673D);
}

.book-now-item__subtitle {
    display: block;
    text-align: center;
}

.bottom-slider-item__img > img {
	width: 100%;
	height: calc(30vw * 0.65);
	object-fit: cover;
}

.bottom-slider-item.slick-active {
	filter: brightness(1);
}

.bottom-slider-item {
	filter: brightness(0.3);
	transition: filter 0.5s ease;
}

.bottom-slider-item__title {
	padding: 20px 0;
}

.bottom-slider-item__content {
	text-align: center;
	position: relative;
	font-size: 16px;
	line-height: 1.8;
	color: #000;
	text-decoration: unset;
}

.bottom-slider-item__arrow {
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
}

.bottom-slider-item__arrow > svg {
	display: block;
}

.bottom-slider-item__title .title {
	margin: 0;
	font-weight: 700;
}

.bottom-slider-cont {
	position: relative;
}

.bottom-slider-arrow {
	position: absolute;
	top: calc(30vw * 0.65 * 0.5);
	display: block;
	z-index: 1;
}

.bottom-slider-arrow.prev {
	left: 10%;
	transform: translate(-50%, -50%);
}

.bottom-slider-arrow.next {
	right: 10%;
	transform: translate(50%, -50%);
}

.bottom-slider-arrow:hover {
	cursor: pointer;
}

#stay-learn-stories {
    padding: 80px 0;
}

.stay-learn-stories__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.stay-learn-stories__content {
    width: calc(100% / 12 * 7 - 30px);
    margin: 0 0 0 30px;
}

.stay-learn-stories__image img {
	min-height: 540px;
	object-fit: cover;
}

.stay-learn-stories__subcont {
    margin: 50px 0;
}

#access {
    padding: 80px 0;
}

.access-cont__iframe {
    margin: 50px 0;
}

.access-direction__cont {
    max-width: 700px;
    margin: 0 auto;
}

.access-direction__cont .am-col6 {
    border-bottom: 1px solid #86673D;
    margin: 0 30px 15px 0;
    width: calc(100% / 12 * 6 - 30px);
    padding: 0 0 5px;
}

#discover-iwate-things {
    padding: 80px 0;
}

.discover-iwate-things-subcont {
    margin: 50px auto;
    max-width: 1200px;
}

.discover-iwate-things-caption {
    text-align: center;
    display: block;
    font-weight: 500;
}

.discover-iwate-things-item {
    margin: 0 15px 0 0;
}

.discover-iwate-things-item:last-child {
    margin: 0;
}

.discover-iwate-things-desc {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.voice-box {
  border: 1px solid #86673D;
  padding: 20px;
  position: relative;
  height: calc(100% - 40px);
}

.voice-subtitle {
    display: block;
    font-weight: 700;
}

.voice-text {
    margin: 40px auto 0;
}

.voice-header {
  position: absolute;
  top: -20px;
  left: 35%;
  background: #FAF8F6;
  padding: 0 8px;
  font-family: "Noto Sans JP", sans-serif;
}

.voice-label {
   background: linear-gradient(to right, #C3A35E, #86673D); 
   -webkit-background-clip: text; 
   -webkit-text-fill-color: transparent;
   font-size: 18px;
   vertical-align: super;
	font-family: 'Noto Serif JP';
}

.voice-number {
  background: linear-gradient(to left, #C3A35E, #86673D); 
  -webkit-background-clip: text; 
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: bold;
  margin-left: 5px;
  font-family: 'Noto Serif JP';
}

.voice-content {
  margin-top: 25px;
}

.voice-image {
  width: 100%;
  height: 200px;
  background: #d9d9d9;
  margin-bottom: 10px;
}

#voices {
    padding: 80px 0;
	background-color: #FAF8F6;
}

.voices-subcont {
    margin: 50px 0;
	justify-content: center;
}

.voice-item:last-child {
    margin: 0;
}

.voices-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.voice-item {
    width: calc(100% / 12 * 4 - 20px);
    margin: 0 20px 0 0;
}

#book-now2 {
    padding: 80px 0;
}

.book-now2__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.book-now2__desc {
    text-align: center;
}

#line {
    padding: 80px 0;
    background-color: #FAF8F6;
}

.line-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.line-desc {
    text-align: center;
    margin: 40px 0;
}

.line-img {
    display: block;
    text-align: center;
}

.line-img img {
    max-width: 185px;
    height: 185px;
    object-fit: contain;
}

#rss-feed {
    padding: 80px 0;
}

.rss-feed-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.news-feed-item {
    margin: 0 30px 0 0;
    width: calc(100% / 12 * 4 - 30px);
}

.news-feed-item:last-child {
    margin: 0;
}

.news-feed-item a {
    color: #000;
    text-decoration: none;
}

.news-feed-title-date__cont {
    font-weight: 700;
    background-color: #eee;
    padding: 10px;
}

.news-feed-arrow img {
    filter: invert(1);
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.news-feed-arrow {
    text-align: end;
}

.news-feed-desc {
    margin: 15px 0;
}

.news-feed-image {
    border: 1px solid #eee;
    width: calc(100% - 40px);
    padding: 20px;
}

#youtube {
    padding: 80px 0;
}

.youtube-subcont {
    max-width: 1200px;
    margin: 0 auto;
}

.youtube-item {
    width: calc(100% / 12 * 6 - 30px);
    margin: 0 30px 0 0;
}

.youtube-item:last-child {
    margin: 0;
}

.youtube-subcont .am-flex {
    justify-content: center;
	margin: 50px 0 0;
}

.information-cont {
    max-width: 1200px;
    margin: 0 auto;
}

#information {
    padding: 80px 0;
}

.information-item {
    max-width: 1000px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #D0C4A9;
    padding: 0 0 5px;
}

.information-subcont {
    margin: 50px 0 0;
}

#faq {
    background-color: #FAF8F6;
    padding: 80px 0;
}

.faq-cont {
    max-width: 1200px;
    margin: 80px auto 0 auto;
}


.faq-submenu__item {
    border-left: 1px solid #2584a0;
    padding: 15px 20px;
}

.faq-submenu__item:hover {
    border-left: 1px solid #2584a0;
}

.faq-submenu__item::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(0.7, 1.25);
    margin: 0 0 0 15px;
}

.faq-submenu__item:last-child {
    border-right: 1px solid #2584a0;
}

.faq-submenu {
    margin: 0 0 40px;
}

.faq-tab__title {
	position: relative;
	padding: 20px 0 25px;
	margin: 0 0 40px;
	font-size: 24px;
}

.faq-tab__title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2584a0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.faq-tab__bnr {
    width: 100%;
    height: calc(25vw - 40px);
    margin: 0 0 40px;
}

.faq-tab__bnr > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-item {
	margin: 0 0 20px;
}

.faq-item_q {
    background: transparent;
    color: #86673D;
    border: 1px solid #86673D;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
	border-width: 1px 1px 0 1px;
}

.faq-item_q h5 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q::before, .faq-item_a::before {
    content: "Q";
    width: 30px;
    height: 30px;
    padding: 10px;
    margin: 10px;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    color: #86673D;
	border: 1px solid #86673D;
}

.faq-item_a::before {
    content: "A";
	align-content: center;
	padding: 10px 13px;
	background-color: #fff;
	color: #fff;
	background: linear-gradient(to right, #C3A35E, #86673D);
}

.faq-item_q > h5 {
    padding: 0 0 0 15px;
    color: #371F1F;
    font-weight: 700;
}

.faq-item_a > p {
    padding: 0 0 0 15px;
    color: #2A2A2A;
    font-weight: 400;
}

.faq-item_a {
    background: transparent;
	border: 1px solid #86673D;
    border-width: 0 1px 1px 1px;
	max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_a {
    border-width: 1px;
}

.faq-item_q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
}

.ftr__text1 {
    display: block;
}

.ftr__logo img {
    max-width: 150px;
}

.ftr__layout {
    width: calc(100% / 12 * 6 - 30px);
}

.ftr__socmed {
    width: calc(100% / 12 * 6 - 30px);
    margin: 0 0 30px 0;
}

.ftr__cont {
    max-width: 1200px;
    margin: 0 auto;
	padding: 50px 0 0;
}

.ftr__socmed-icon {
    display: flex;
	align-items: center;
    justify-content: space-between;
}

.sns-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
    margin: 0 5px;
}

.qr-img {
    width: 107px;
    height: 107px;
    object-fit: contain;
}

.ftr-copyright {
    text-align: right;
    margin: 0;
}

.main_imgBox {
	height: min(calc(100vh - 100px), 56.25vw);
	overflow: hidden;
	position: relative;
	z-index: 0;
	background: center center / cover no-repeat;
	min-height: 550px;
}

 .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: min(calc(100vh - 100px),56.25vw);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: anime 35s 0s infinite;
    animation: anime 35s 0s infinite;
	 min-height: 550px;
}

.main_img:nth-of-type(2) {
	-webkit-animation-delay: 7s;
	animation-delay: 7s; 
}

.main_img:nth-of-type(3) {
	-webkit-animation-delay: 14s;
	animation-delay: 14s; 
}

.main_img:nth-of-type(4) {
	-webkit-animation-delay: 21s;
	animation-delay: 21s; 
}

.main_img:nth-of-type(5) {
	-webkit-animation-delay: 28s;
	animation-delay: 28s; 
}

#sect-slider {
    margin: 100px 0 0;
    position: relative;
}

.create-lasting-memories__image3 img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
}

.entire-house-rental__video video {
    width: 100%;
}

.sp-only {
	display: none;
}

.note-icon {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.voice-text {
    margin: 40px auto 0;
    padding: 20px 0 0;
}

.pc-slider {
	display: block;
}

.sp-slider {
	display: none;
}

#book-now .shin-button {
    margin: 50px auto;
}

.create-lasting-family__cont {
    max-width: 1200px;
    margin: 0 auto;
}

.create-lasting-family__item {
    margin: 0 30px 0 0;
}

#create-lasting-family {
    padding: 80px 0;
}

.create-lasting-family__subcont {
    margin: 50px 0 0;
}

#create-lasting-family .am-bg-pix > img {
    filter: opacity(0.3);
}

.create-lasting-family__image {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.create-lasting-family__subtitle {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 22px;
    margin: 10px 0 20px;
}

.create-lasting-family__content {
    min-height: 540px;
}

.create-lasting-family__item:last-child {
    margin: 0;
}

.book-now-subtitle {
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: 20px;
    margin: 0px 0 15px;
}

.book-now-sublist {
    border-bottom: 1px solid #86673D;
    display: block;
    margin: 0 0 15px;
}

.book-now-subcont2 {
    max-width: 700px;
    margin: 0 auto;
}

.book-now-list {
    margin: 30px 0 0;
}

@keyframes anime {
  0% { opacity: 0; }
  8% { opacity: 1; }
  17% { opacity: 1; }
  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9;
  }
  100% { opacity: 0; }
}


@media screen and (max-width:1366px) {
    .intro__item-pix {
        width: 22vw;
        height: 22vw;
        padding: 3vw;
    }
}


@media screen and (max-width:1024px) {
	.prd-intro__cont a {
		margin: 0 20px;
		font-size: 25px;
	}
	
	.bnr__pix video {
		width: 100%;
		height: auto;
	}
	
	.side-title .af-title {
		width: 33%;
	}
	
	.hdr-text1 {
		font-size: 40px;
		margin: 0 0 20px;
	}

	.hdr-text2 {
		font-size: 22px;
	}

	.entire-house-rental__cont {
		margin: 0 10px;
	}

	.create-lasting-memories__cont {
		margin: 0 10px;
	}

	.stay-learn-stories__cont {
		margin: 0 10px;
	}

	.discover-iwate-things-cont {
		margin: 0 10px;
	}

	.rss-feed-cont {
		margin: 0 10px;
		justify-content: center;
	}

	.faq-subcontainer {
		margin: 0 10px;
	}
	
	.information-cont {
		margin: 0 10px;
	}
	
	.create-lasting-family__cont {
		margin: 0 10px;
	}
	
	.create-lasting-family__content {
		min-height: 560px;
	}
}

@media screen and (max-width:991px) {
    .intro__cont {
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .intro__cont > div {
        width: 50%;
    }
    
    .intro__item-pix {
        width: 30vw;
        height: 30vw;
        padding: 5vw;
    }
	
	.about__cont a {
		font-size: 30px;
		margin: 0 0 20px;
		display: block;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 150px;
	}
	
	.prd-intro__cont a {
		margin: 0 10px;
		font-size: 20px;
	}
	
	.bnr__ov {
		top: 50%;
		width: 100%;
		width: auto;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.main_imgBox.pc-slider {
		height: 680px;
	}

	.main_img {
		height: 680px;
	}
	
	.create-lasting-memories__image1.height-adj img {
		height: 250px;
	}

	.stay-learn-stories__image img {
		object-fit: cover;
		min-height: 410px;
	}

	.entire-house-rental__video img {
		min-height: 400px;
	}
	
	.news-feed-date {
		display: flex;
		width: 100%;
	}

	.news-feed-title {
		width: calc(100% / 12 * 10);
	}
	
	.hdr__navi-lang {
		width: 150px;
	}

	.hdr__navi-menu li a {
		padding: 5px 10px;
	}

	.hdr__logo {
		max-width: 100px;
	}
	
	.book-now-subcont {
		margin: 50px 10px;
	}
	
	.voice-header {
		left: 50%;
        transform: translateX(-50%);
	}
	
	.create-lasting-family__item {
		width: calc(50% - 30px);
		margin: 0 30px 30px 0;
	}

	.create-lasting-family__subcont {
		flex-wrap: wrap;
		justify-content: center;
	}

	.create-lasting-family__item:nth-child(2n) {
		margin: 0;
	}

	.create-lasting-family__content {
		min-height: 400px;
	}
}

@media screen and (max-width: 768px) {
	.prd-intro__cont a {
		display: block;
		font-size: 25px;
		margin: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.af-topgap {
		height: 110px;
	}
	
	.hdr__menu-btn {
		display: block;
	}
	
	header {
		position: fixed;
		z-index: 5;
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #e2d8c6;
	}
	
	header .am-container {
		width: 100%;
	}

	.hdr__logo > a {
		display: block;
		position: absolute;
		top: 58px;
		text-align: left;
		transform: translateY(-50%);
		padding: 0 0 0 10px;
	}

	.hdr__logo img {
		width: 100px;
		height: 50px;
	}

	.hdr__layout {
		display: block;
		height: auto;
		width: 100%;
		position: relative;
	}

	.hdr__logo {
		text-align: center;
		height: 100px;
		margin: unset;
	}
	
	#sect-banner .bnr__pix > img {
		height: 400px;
		margin: 100px 0 0;
	}
	
	.hdr__navi {
		max-height: 0;
		overflow: hidden;
		transition: max-height 0.5s linear;
		flex-wrap: wrap;
	}

	.hdr__navi-cont {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: stretch;
		justify-content: space-between;
		min-height: max(710px, calc(100vh - 125px));
	}

	.hdr__navi-menu {
		position: relative;
		margin: 0;
		width: calc(100% - 1px);
	}

	.hdr__navi-menu-bg {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
	}

	.hdr__navi-menu {
		display: block;
		position: relative;
		z-index: 2;
		background-color: #fff;
		height: calc(100vh - 100px);
	}

	.hdr__navi-menu li,
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0 0;
	}
	
	.hdr__menu--show .hdr__navi-menu {
		background-color: #fff;
		/* height: calc(100vh - 100px); */
	}
	
	.hdr__navi-menu li:last-child {
		border: solid #000;
		border-width: 1px 0;
	}

	.hdr__navi-menu li a,
	.hdr__navi-menu li:last-child a {
		padding: 30px 0;
		color: #000;
		font-weight: 200;
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child,
	.hdr__navi-btn-cont .hdr__navi-btn:first-child {
		border-radius: 25px;
		display: block;
		margin: 50px auto 10px;
		font-size: 16px;
	}
	
	.hdr__navi-lang {
		position: absolute;
		top: 60px;
		transform: translateY(-50%);
		right: 80px;
	}

	.hdr__navi-btn-cont .hdr__navi-btn:last-child {
		margin: 0 auto;
	}

	.hdr__navi-btn-cont {
		text-align: center;
	}
	
	.hdr__menu--show .hdr__menu-btn-icon>span {
		opacity: 0;
	}

	.hdr__menu--show .hdr__menu-btn-icon::before {
		transform: translateY(10px) rotate(225deg);
	}

	.hdr__menu--show .hdr__menu-btn-icon::after {
		transform: translateY(-10px) rotate(-225deg);
	}

	.hdr__menu--show .hdr__navi {
		max-height: 1000px;
	}
	
	header .ftr__cont {
		display: block;
	}
	
	.hdr__ftr.ftr__cont {
		padding: 30px 0 0;
		min-height: calc(100vh - 461px);
		display: flex;
		flex-direction: column;
		display: none;
	}

	.hdr__ftr .ftr__socmed {
		padding: 0 10px;
	}

	.hdr__ftr .ftr__addr {
		margin: auto 20px 30px;
		text-align: center;
	}
	
	.hdr__ftr .ftr__socmed-link {
		text-align: center;
		width: calc(50% - 25px);
		margin: 0 10px 20px;
		padding: 5px 0;
	}
	
	.hdr__ftr .ftr__cpright {
		margin: auto 0 0;
	}
	
	.intro__cont > div {
		width: 100%;
	}
	
	.news__item {
		display: block;
		width: 100%;
	}
	
	.links__item {
		display: block;
	}

	.inq__btn {
		padding: 50px 20px;
	}

	.inq__btn span {
		font-size: 18px;
	}

	.news__item-txt {
		width: 100%;
	}
	
	.about__cont a {
		font-size: 20px;
	}
	
	.intro__item-pix {
		width: 70vw;
		height: 70vw;
	}
	
	.intro__item {
		margin: 50px 0 0;
	}
	
	.prd-intro__hlight {
		font-size: 25px;
		text-align: left;
	}

	.prd-intro__cont > p {
		font-size: 18px;
		text-align: left;
	}

	.prd-sidepix {
		display: block;
	}

	#sect-force-presentation .am-col3 {
		width: 100%;
	}

	#sect-force-presentation .am-col9 {
		width: 100%;
	}

	.force__cont .prd-sidepix__pix {
		margin: 30px 0 0;
		width: 100%;
	}

	.bnr__title {
		text-align: center;
		padding: 90px 0;
		font-size: 46px;
	}
	
	.af-title.style2 {
		font-size: 25px;
	}
	
	#sect-prod-details .prd-sidepix__pix {
		width: 100%;
	}

	#sect-prod-details .am-col4 {
		width: 100%;
	}

	#sect-product-spidarg .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}

	.prd-sidepix__list {
		width: 100%;
		margin: 20px 0 0;
	}

	#sect-product-spidarw .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}

	#sect-product-spidargs .am-col8 {
		width: 100%;
		margin: 30px 0 0;
	}
	
	.prd-intro__cont a {
		display: block;
		margin: 20px 0;
		font-size: 20px;
	}

	#sect-case .case__row {
		display: block;
	}

	#sect-case .am-col6 {
		width: 100%;
	}

	.case__pix {
		width: 100%;
	}

	.case__pix iframe {
		height: auto;
	}

	.case__pix-caption {
		margin: 0 0 30px;
	}

	.contact__item {
		display: block;
	}

	.contact__item-field {
		width: 100%;
		margin: 10px 0;
	}
	
	.side-title {
		display: block;
	}

	.side-title .am-content {
		width: 100%;
	}

	.side-title .af-title {
		width: 100%;
		text-align: center;
	}
	
	.side-title .am-content {
		margin: unset;
	}
	
	#sect-inertia .inertia__cont {
		display: block;
	}

	#sect-inertia .af-title.style2 {
		width: 100%;
	}

	#sect-inertia .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-stiffness .stiffness__cont {
		display: block;
	}

	#sect-stiffness .af-title.style2 {
		width: 100%;
	}

	#sect-stiffness .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-degree-freedom .degree-freedom__cont {
		display: block;
	}

	#sect-degree-freedom .af-title.style2 {
		width: 100%;
	}

	#sect-degree-freedom .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-realization-wearable .prd__cont {
		display: block;
	}

	#sect-realization-wearable .af-title.style2 {
		width: 100%;
	}

	#sect-realization-wearable .af-text {
		margin: unset;
		width: 100%;
	}
	
	#sect-cost .cost__cont {
		display: block;
	}

	#sect-cost .af-title.style2 {
		width: 100%;
	}

	#sect-cost .af-text {
		margin: unset;
		width: 100%;
	}
	
	.prd-sidepix__price {
		padding: unset;
	}
	
	.ftr.type2 .ftr__socmed-link {
		width: 140px;
    	margin: 15px 10px
	}

	.ftr__layout {
		display: block;
	}

	.ftr__logo {
		text-align: center;
	}

	.ftr__navi {
		margin: 50px 0;
	}

	.ftr__cpright {
		text-align: center;
	}
    
    .news__cont.am-content {
        width: 100%;
        padding-left: 0;
    }

    .links__cont.am-content {
        width: 100%;
        padding-left: 0;
    }
	
	.item-text {
		order: 2;
	}

	.item-cont {
		margin: 0 0 40px 0;
	}
	
	.header-logo-text {
		text-align: center;
		margin: -15px 0;
	}
	
	.hdr-text1 {
		font-size: 30px;
		margin: 0 0 10px;
		font-size: 9.33vw;
	}

	.hdr-text2 {
		font-size: 18px;
		line-height: 1.5;
		font-size: 5.73vw;
	}

	.hdr-text3 {
		font-size: 16px;
		font-size: 3.2vw;
		line-height: 1.8;
		display: block;
	}

	#sect-banner .shin-button {
		margin: 20px auto;
	}

	.bnr__ov {
		top: unset;
		bottom: 5%;
		transform: translateX(-50%);
		width: calc(100% - 60px);
	}
	
	.title-jp {
		font-size: 28px;
		line-height: 1.2;
	}
	
	#information {
		padding: 0 0 80px;
	}

	.title-en {
		font-size: 22px;
	}

	.entire-house-rental__subcont {
		display: block;
	}

	.entire-house-rental__video {
		width: 100%;
	}

	.entire-house-rental__content {
		width: 100%;
		margin: 0;
	}
	
	.create-lasting-memories__subcont {
		display: block;
	}

	.create-lasting-memories__image1.height-adj img {
		width: 100%;
		height: auto;
	}

	#create-lasting-memories .am-col6 {
		width: 100%;
	}

	.create-lasting-memories__image2 {
		display: block;
	}

	.create-lasting-memories__desc {
		text-align: left;
	}

	.book-now-subcont .am-flex {
		display: block;
	}

	#book-now .am-col5 {
		width: 100%;
	}

	.book-now-item {
		margin: 0;
	}

	.book-now-button {
		width: 100%;
		margin: 20px 0 0;
	}
	
	.bottom-slider-item__img > img {
		height: 300px;
		object-fit: cover;
	}
	
	.stay-learn-stories__subcont {
		display: block;
	}

	.stay-learn-stories__image {
		width: 100%;
	}

	.stay-learn-stories__image img {
		min-height: unset;
		height: 300px;
		width: 100%;
	}
	
	.stay-learn-stories__content {
		width: 100%;
		margin: 10px 0 0;
	}

	.access-cont__iframe {
		margin: 50px 10px;
	}

	.access-direction__cont {
		display: block;
	}

	.access-direction__cont .am-col6 {
		width: calc(100% - 20px);
		margin: 0 10px 20px;
	}
	
	.discover-iwate-things-subcont {
		display: block;
	}

	.discover-iwate-things-item {
		width: 100%;
		margin: 0;
	}

	.discover-iwate-things-caption {
		margin: 0 0 20px;
		display: block;
		padding: 0;
	}

	.voice-item {
		width: calc(100% - 20px);
		margin: 0 10px 50px;
	}

	.voices-subcont {
		display: block;
	}

	.voice-item:last-child {
		margin: 0 10px 30px;
	}

	.rss-feed-cont {
		display: block;
	}

	.news-feed-item {
		width: 100%;
		margin: 0 0 30px;
	}

	.youtube-item {
		width: calc(100% - 20px);
		margin: 0 10px 20px;
	}

	.youtube-subcont {
		display: block;
	}

	.youtube-subcont .am-flex {
		display: block;
	}

	.youtube-item:last-child {
		margin: 0 10px 20px;
	}
	
	.information-date {
		width: 150px;
	}

	.information-date {
		width: 150px;
	}

	.faq-cont {
		margin: 0 auto;
	}

	#faq .title1 {
		margin: 0 0 30px;
		display: block;
	}

	.faq-item_q > h5 {
		width: 210px;
	}

	.ftr__cont {
		display: block;
	}

	.ftr__logo {
		width: 100%;
	}

	.ftr__logo img {
		max-width: unset;
	}

	.ftr__text1 {
		width: 100%;
		display: block;
	}

	.ftr__text2 {
		display: block;
		width: 100%;
	}

	.ftr__layout {
		width: 100%;
	}

	.ftr-btn {
		display: block;
	}

	.ftr__socmed {
		width: 100%;
		margin: 0;
	}

	footer .shin-button {
		margin: 20px auto;
	}

	.sns-icon {
		margin: 0 10px;
		display: flex;
		width: 32px;
	}

	.ftr-copyright {
		text-align: center;
	}
	
	.book-now2__desc {
		width: calc(100% - 20px);
		margin: 0 10px;
	}
	
	.create-lasting-memories__image3 {
		width: 100%;
		object-fit: cover;
	}
	
	.sp-only {
		display: block;
	}
	
	.note-icon {
		width: 60px;
	}
	
	.pc-slider {
		display: none;
	}

	.sp-slider {
		display: block;
	}

	.main_imgBox.sp-slider {
		height: calc(100vh - 100px);
	}

	.main_img {
		height: calc(100vh - 100px);
	}

	.bnr__ov-txt {
		text-align: center;
	}

	#sect-slider .shin-button {
		font-size: 3.47vw;
		margin: 30px auto 0;
	}

	#sect-slider .shin-button a {
		width: 50vw;
		height: 11.2vw;
	}
	
	.create-lasting-family__subcont {
		display: block;
	}

	.create-lasting-family__item {
		width: 100%;
		margin: 0 0 50px;
	}

	.create-lasting-family__item:nth-child(2n) {
		margin: 0 0 50px;
	}

	.create-lasting-family__content {
		min-height: 370px;
	}

	.shin-button.create-lasting-family__button {
		margin: 20px auto 50px;
	}

	.shin-button.create-lasting-family__button:last-child {
		margin: 20px auto 0;
	}
	
	.book-now-subcont2 {
		margin: 0 10px;
	}
}