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

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

@font-face {
	font-family: 'Noto Sans Mono CJK JP';
	src: url('fonts/Noto Sans Mono CJK JP Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPGothic&display=swap');

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;
	text-decoration: none;
    color: #000;
}

.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; }
}

/* custom */
#banner-lower-cont {
    margin-top: 66px;
}

.banner-lower-cont__cont {
	position: relative;
}

.banner-lower-cont__content {
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translate(-50%, -50%);	
	font-size: 40px;
	font-weight: 700;
}

.banner-lower-cont__image img {
	width: 100%;
}

#accommodation {
    padding: 80px 0;
}

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

.accommodation-cont__text {
	padding-right: 15px;
}

/* ======= TOP Video ======= */
.top-video-wrapper {
    position: relative;
}

.dl-pausevid__vid {
	width: 195px;
	height: 400px;
	object-fit: cover;
	border-radius: 30px;
	margin-right: 35px;
	position: relative;
	left: 50%;
	top: 4px;
	transform: translateX(-50%);
}

.vid-frame {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 4;
}

.video__controls {
	position: absolute;
	bottom: -55px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

.video__play-pause {
	background: rgba(0, 0, 0, 0.0);
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	transition: background-color 0.3s;
	position: relative;
}

.play-icon,
.pause-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	line-height: 1;
}

.pause-icon {
	position: relative;
}

.play-icon i,
.pause-icon i {
	font-size: inherit;
}

.shin-button.accommodation-cont__button {
    margin: 50px 15px 0 auto;
}



/* @media screen and (min-width:1690px) and (max-width:1920px) {
    .dl-pausevid__vid {
        width: 40%;
    }
} */

/* @media screen and (max-width:1689px) {
    .dl-pausevid__vid {
        width: 40%;
    }
}

@media screen and (max-width:1380px) {
    .dl-pausevid__vid {
        width: 40%;
    }
}

@media screen and (max-width:1024px) {
	.dl-pausevid__vid {
        height: 508px;
        width: 57%;
    }
}

@media screen and (max-width:834px) {
	.dl-pausevid__vid {
        height: 554px;
        width: 76%;
    }
}

@media screen and (max-width:768px) {
	.dl-pausevid__vid {
        height: 554px;
        width: 83%;
    }
} */

/* @media screen and (max-width:767px) {
	.vid-frame {
        width: auto;
        height: 100%;
    }

    .dl-pausevid__vid {
        height: 554px;
        width: 63%;
    }
}

@media screen and (max-width:390px) {
    .dl-pausevid__vid {
        height: 554px;
        width: 70%;
    }
}

@media screen and (max-width:376px) {
    .dl-pausevid__vid {
        height: 554px;
        width: 74%;
    }
}

@media screen and (max-width:320px) {
    .dl-pausevid__vid {
        height: 554px;
        width: 87%;
    }
} */

@media screen and (max-width:767px) {
	.vid-frame {
        width: 100%;
        height: calc(200vw - 50px);
        max-width: 280px;
        max-height: 560px;
    }

    .dl-pausevid__vid {
        width: calc(100% - 10px);
        height: calc(200vw - 55px);
        max-height: 555px;
        max-width: 270px;
        border-radius: min(15vw, 40px);
    }
}
/* end TOP Video */

/* ======= Facility ======= */
#facility {
    padding: 80px 0;
	background: #faf8f6;
}

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

.facility-cont__intro {
	margin: 40px auto;   
	text-align: center;
}

.facility-cont__slider {
    display: block;
    margin-top: 40px;   
}

.facility-cont__slider img {
	height: 230px;
	object-fit: cover;
}

/* ======= Equipment ======= */
#equipment {
    padding: 80px 0;	
	background: #fff;
}

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

.equipment-cont__cont {
	margin-top: 60px;
}

.equipment-cont__item {
	margin: 0 0 40px;
}

.equipment-cont__item-title {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	color: linear-gradient(to bottom, rgba(89, 86, 77, 1), rgba(54, 54, 54, 1));
}

.equipment-cont__item-desc {
	text-align: center;
}

.equipment-cont__item-wrapper {
	margin: 40px 0 0;
}

.equipment-cont__item-image {
	margin: 0 60px 0 0;
}

.equipment-cont__item-image:last-child {
	margin: 0;
}

#access {
    padding: 80px 0;
	background: rgba(250, 248, 246, 1);
}

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

.access-cont__intro {
	margin: 40px auto;   
	text-align: center;
}

.access-cont__intro p {
	display: inline-block;
	text-align: left;
}

.access-cont__intro span {
	font-weight: 900;
}

.access-cont__map {
	margin-top: 40px;
}

.access-cont__desc {
	margin-top: 40px;
}

/* ======= Workshop ======= */
#workshop {
    padding: 80px 0;
	background: #fff;
}

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

.workshop-cont__cont {
	margin-top: 40px;
}

.shin-button.workshop-cont__button {
    margin: 50px 15px 0 auto;
	width: 300px;
}

.workshop-cont__image {
	margin: 0 60px 0 0;
}

.workshop1 .workshop-cont__text {
	text-align: left!important;
	margin-top: 0;
}

.workshop1 .workshop-cont__text p {
	margin-top: 0;
}

/* ======= Dog Friendly ======= */
#dog-friendly {
	padding: 80px 0;
	background: #faf8f6;
}

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

.dog-friendly-cont__intro {
	margin: 40px auto;   
	text-align: center;
}

.dog-friendly-cont__item {
	margin: 0 0 40px;
}

.dog-friendly-cont__item-image {
	margin: 0 60px 0 0;
}

.dog-friendly-cont__item-text p {
    margin: 0;
}

.dog-friendly-cont__item-text ul {
	margin: 0 0 0 -15px;
}

/* ======= User Guide ======= */
#user-guide {
	padding: 80px 0;
	background: #fff;
}

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

.user-guide-cont__cont {
	margin-top: 40px;
}

.title-user-guide {
	font-size: 24px;
	font-weight: 700;
}

table.tbl-guide {
	width: 100%;
	border-collapse: collapse;	
}

table.tbl-guide tr th {
	font-weight: 900;
	text-align: left;
	border-bottom: 1px solid rgba(195, 163, 94, 1);
	padding: 10px 0;
	width: 20%;
}

table.tbl-guide tr td {	
	text-align: left;
	border-bottom: 1px solid rgba(195, 163, 94, 1);
	padding: 10px 0;
}

.user-guide-cont__item {
	margin-bottom: 60px;
}

.user-guide-cont__item:last-child {
	margin-bottom: 0;
}

.user-guide-cont__item-note {
	background: rgba(250, 247, 243, 1);
	padding: 40px 30px;
	border-radius: 12px;
}

.title-user-guide-note-header {
	font-weight: 700;
}

.title-user-guide-note-subheader {
	font-weight: 900;
	margin-bottom: 10px;
}

.user-guide-cont__item-note-text {
	margin-bottom: 30px;
	margin-top: 0;
}

.user-guide-cont__item-note-remark {
	padding: 15px;
	border: 1px solid rgba(195, 163, 94, 1);
	border-radius: 8px;
}

.user-guide-cont__item-note-remark-title {
	font-weight: 900;
	margin-top: 0;
}

.user-guide-cont__item-note-remark-title img {
	height: 24px;
	width: auto;
	margin-right: 5px;
	position: relative;
	top: 4px;
}

.user-guide-cont__item-note-remark-text {
	margin-bottom: 0;
}

#book-now3 {
	padding: 80px 0;
	background: #faf8f6;
}

.book-now2__subcont {
	margin-bottom: 40px;
}

/* ======= FAQ2 ======= */
#faq2 {
	padding: 80px 0;
	background: #fff;
}

#faq2 .faq-item_q {
	border: none;
}

#faq2 .faq-item_a {
	border: none;
}

#faq2 .faq-item {
	border-bottom: 1px solid #86673D;
}

/* ======= Aboutus ======= */
#aboutus {
    padding: 80px 0;	
	margin-top: -10px;
}

.aboutus-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.aboutus-cont__text-title {
	font-weight: 700;
}

.aboutus-cont__text {
	margin: 40px 0 0;
}

/* ======= Greetings ======= */
#greetings {
	padding: 80px 0;
}

.greetings-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.greetings-cont__wrapper {
	margin: 40px 0 0;
}

.greetings-cont__image {
	margin: 0 40px 0 0;
}

.greetings-cont__text p {
	margin: 0;
}

/* ======= Media ======= */
#media {
	padding: 80px 0;
}

.media-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.media-cont__intro {
	margin: 40px 0 40px;
	text-align: center;
}

.media-cont__item {
	margin: 0 40px 20px 0;
}

.media-cont__item:last-child {
	margin: 0 0 20px 0;
}

/* ======= Company Profile ======= */
#company-profile {
	padding: 80px 0;
	background: #fff;
}

.company-profile-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.company-profile-cont__text {
	margin: 40px 0 0;
}

table.tbl-company {
	width: 100%;
	border-collapse: collapse;
	max-width: 800px;	
	margin: 0 auto;
}

table.tbl-company tr th {	
	text-align: right;
	border-bottom: 1px solid rgba(195, 163, 94, 1);
	padding: 10px 20px;
	width: 25%;
	font-weight: 400;
}

table.tbl-company tr td {		
	border-bottom: 1px solid rgba(195, 163, 94, 1);
	padding: 10px 20px;	
}


/* ======= Contact Form ======= */
#contact-form {
	padding: 80px 0;
}

.contact-form-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.contact-form {
    width: 80%;
    margin: 40px auto 0;    
}

.form-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    gap: 15px;
    flex-wrap: wrap; 
    /* Adds consistent spacing between label and input */
}

.form-group.text-center {
    justify-content: center;
    align-items: center;
}

.form-group p {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
}

.form-group p label {
    flex: 100%;
    min-width: 260px;
    max-width: 20%;
    /* Adjust based on your longest label */
    white-space: nowrap;
    /* Prevents label from wrapping */
	text-align: right;
}

.form-group3 p label {
    /* min-width: 200px;  */
}

span.wpcf7-list-item label {
    text-align: left;
	color: #000;
}

.form-group .required {
    color: #fff;
    background: #000;    
    margin-left: 20px;
    font-size: 16px;
    padding: 3px 20px;
    float: right;
    font-family: "BIZ UDPGothic", sans-serif;
}

.form-group .norequired {
    color: #fff;
    background: rgba(157, 157, 157, 1);  
    margin-left: 20px;
    font-size: 16px;
    padding: 3px 20px;
    float: right;
    font-family: "BIZ UDPGothic", sans-serif;
}

.form-group p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    color: rgba(89, 89, 89, 1);
	min-width: 600px
}

.form-group3 p .wpcf7-form-control-wrap {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 0;
    background-color: transparent;
    color: rgba(89, 89, 89, 1);
}

/* .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}  */

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    background: #fff;
    border: none;
    color: #000;
}

textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control02 {
    background: #fff;
    border: none;
    width: 100%;
    color: #000;
}

.form-group .form-control02 {
    flex: 1;
    /* Takes up remaining space */
    padding: 8px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
}

/* Special styling for textarea */
.form-group textarea {
    height: 140px;
    flex: 1;
    color: #000;
    /* Adjust height as needed */
    resize: vertical;
    /* Allows vertical resizing */
    border: none;
	min-width: 600px;
}

.wpcf7-list-item {
    width: 145px;
}

.btn-submit {
    /* display: block;
    margin: 20px auto 0; */
    cursor: pointer;
    /* background: transparent;
    border: none; */
}

.wpcf7-form-control-wrap {
    display: inline-block;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
    outline: none !important;
}

/* Remove blue glow/outline from Contact Form 7 inputs */
.wpcf7-form-control:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Specifically target input and textarea elements */
.wpcf7 input:focus,
.wpcf7 textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #ccc !important;
}

/* Override autofill background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* For Firefox */
input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    box-shadow: 0 0 0 30px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}

.btn-submit:focus {
    outline: -webkit-focus-ring-color none;
}

.btn-submit {
    background: #000;
    color: #fff;   
    font-weight: 400;
    padding: 15px 30px;    
    text-decoration: none;
    width: fit-content!important;
    margin: 0;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.25) 2px 2px 2px 0px;
    border: 1px solid #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    cursor: pointer;
}

.btn-submit img {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    vertical-align: middle;
    filter: brightness(0) invert(1);
    display: inline-block;
}

.btn-submit:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #000;
}

.btn-submit:hover img {
    filter: brightness(0) invert(1);
}

input[type=radio] {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    appearance: none;
    border-radius: 50%;
    background-clip: content-box;
    /* border: 2px solid rgba(217, 217, 217, 1); */
	border: 2px solid #000;
    background-color: rgba(217, 217, 217, 1);	
}

input[type="radio"]:checked {
    background-color: #000;
    padding: 4px;
    border: 2px solid #000;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    border: none!important;
}

span.wpcf7-form-control.wpcf7-radio.form-control3 {
	position: relative;
	top: -7px;
}

.form-control {
	border: none!important;
}

/* ======= Privacy Policy ======= */
#privacy-policy {
	padding: 80px 0;
	background: rgba(250, 248, 246, 1);
}

.privacy-policy-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.privacy-policy-cont__text {
	margin: 40px 0 0;
}

.privacy-policy-cont__text-content-wrapper {
	margin-bottom: 40px;
}

.privacy-policy-cont__text-title {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 700;	
}

.privacy-policy-cont__text-content {
	margin: 0;
}

.privacy-policy-cont__text-content2 {
	margin-top: 40px;
}

.privacy-policy-cont__text-list {
	margin-top: 0;
	margin-left: -15px;

}

.sp-show {
	display: none;
}

/* ======= Aboutus ======= */
#educational-stay {
    padding: 80px 0;	
	margin-top: -10px;
}

.txt-white {
	color: #fff;
}

.educational-stay-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.educational-stay-cont__text h4 {
	font-size: 18px;
	font-weight: 700;
}

.educational-stay-cont__wrapper {
	margin: 40px 0 0;
}

.educational-stay-cont__image {
	margin: 0 40px 0 0;
}

.educational-stay-cont__text p,
.educational-stay-cont__text h4 {
	margin: 0;
}

/* ======= Make Memories ======= */
#make-memories {
	margin-top: -10px;
	padding: 80px 0;
}

.make-memories-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

/* Make Memories Concern Cards */
.make-memories-intro {
	padding: 60px 0;
	width: 100%;
	box-sizing: border-box;	;
}

.concern-cards-row.top-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    gap: 15px; 
}

.concern-cards-row.top-row .concern-card {
	background-color: #fff;	
	border-radius: 100px;
	padding: 16px;	
	width: calc((100% - 3 * 15px) / 4); /* 4 items per row, 3 gaps */
	box-shadow: 4px 4px 4px rgba(134, 103, 61, 0.2);	
	box-sizing: border-box;	
}

.concern-cards-row.bottom-row {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    gap: 30px;
	margin: 30px auto 0;
}

.concern-cards-row.bottom-row .concern-card {
	width: calc((100% - 2 * 30px) / 3); /* 4 items per row, 3 gaps */	
	background-color: #fff;	
	border-radius: 100px;
	padding: 16px;	
	box-shadow: 4px 4px 4px rgba(134, 103, 61, 0.2);	
	box-sizing: border-box;	
}

.concern-text {	
	line-height: 1.8;	
	text-align: center;
	font-family: "Noto Serif JP", serif;	
	white-space: normal;
	word-wrap: break-word;
}

.make-memories-text {
	margin-top: 40px;
}

.make-memories-cont__button {
	text-align: center;
	margin-top: 40px;
}

/* ======= Unique Experience ======= */
#unique-experience {
	margin-top: -10px;
	padding: 80px 0;
}

.unique-experience-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.unique-experience-cont__text {
	margin-top: 40px;
	text-align: center;
}

.unique-experience-wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px; 
	margin-top: 60px;
}

.unique-experience-item {
	width: calc((100% - 2 * 20px) / 3); /* 3 items per row, 2 gaps */
}

.unique-experience-item__title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.unique-experience-item__image {
	margin-bottom: 10px;
}

.unique-experience-item__text {
	padding: 0 15px;
	line-height: 1.2em;
}

.unique-experience-item__text p {
	margin: 0;
}

/* ======= About Shin ======= */
#about-shin {
	margin-top: -10px;
	padding: 80px 0;
}

.about-shin-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.about-shin-cont__wrapper {
	margin: 40px 0 0;
}

.about-shin-cont__image {
	margin: 0 40px 0 0;
}

.about-shin-cont__text {
	margin: 0;
}

.about-shin-cont__text h4 {
	font-size: 18px;
	font-weight: 700;
}

.shin-button.shin-cont__button {
	margin: 50px 0 0 auto;
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

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

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

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

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

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

/* ======= Workshop ======= */
#workshop {	
	padding: 80px 0;
}

.workshop-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.workshop-cont__text {
	margin-top: 40px;
	text-align: center;
}

.workshop-cont__list {	
	margin:  40px auto 0;	
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px; 
}

.workshop-cont__item {
	width: calc((100% - 2 * 20px) / 3); /* 3 items per row, 2 gaps */	
}

.workshop-cont__item-text {
	text-align: center;	
	font-size: 18px;
	font-weight: 700;
}

/* ======= Schedule ======= */
#schedule {
	padding: 80px 0;
}

.schedule-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.schedule-cont__title {
	margin-top: 40px;
	font-weight: 700;
}

.schedule-cont__list {
	margin-top: 20px;
}

.schedule-cont__item {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.schedule-cont__date {
	flex: 100%;
    max-width: calc(12% - 30px);
    margin: 0 30px 30px 0;    
}

.schedule-cont__date-number {
	background: #000;
	color: #fff;
	padding: 5px 10px;
	border-radius: 100px;
	text-align: center;	
	font-weight: 700;
	font-family: "Noto Sans Mono CJK JP", sans-serif;
	display: block;
}

.schedule-cont__text {
	flex: 100%;
    max-width: calc(88% - 30px);
    margin: 0 0 30px 0;    
}

.schedule-cont__item-title {	
	font-weight: 700;
}

.schedule-cont__item-text {
	margin-top: 10px;
}

.schedule-cont__item-text p {
	margin: 0;
}

/* ======= Flow ======= */
#flow {
	padding: 80px 0;
}

.flow-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.flow-cont__list {
	margin-top: 40px;
}

.flow-cont__item {
	display: flex;
    width: 100%;
    flex-wrap: wrap;	
	justify-content: center;
}

.flow-cont__item-step-inner {
	background: linear-gradient(to bottom, rgba(134, 103, 61, 1), rgba(195, 163, 94, 1));
	padding: 5px 10px;
	border-radius: 50%;
	height: 113px;
	width: 113px;
	margin: 0 auto 0 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flow-cont__item-step {
	flex: 100%;
    max-width: calc(13% - 30px);
    margin: 0 30px 30px 0;    	
	color: #fff;
}

.flow-cont__item-step-number {	
	text-align: center;	
	font-weight: 700;
	font-family: "Noto Sans Mono CJK JP", sans-serif;
	display: block;
}

.flow-cont__item-step-icon {
	width: auto;
	height: 60px;
	margin: 0 auto;
	object-fit: contain;
}

.flow-cont__item-content {
	flex: 100%;
    max-width: calc(87% - 30px);
    margin: 0 30px 30px 0;    
}

.flow-cont__item-title {
	font-weight: 700;
}

.flow-cont__item-text {
	margin-top: 10px;
}

.flow-cont__item-text p {
	margin: 0;
}

.flow-cont__button {
	text-align: center;
}

/* ======= Adults ======= */
#adults {
	padding: 80px 0;
}

.adults-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.adults-cont__wrapper {
	margin: 40px 0 0;
}

.adults-cont__image {
	margin: 0 40px 0 0;
}

.adults-cont__text {
	margin: 0;
}

.adults-cont__text h4 {
	font-size: 18px;
	font-weight: 700;
}

.adults-cont__button {
	margin: 50px 0 0 auto;
}

.bg-beige {	
	background: rgba(250, 248, 246, 1);
}

/* ======= Media ======= */
#media {
	padding: 80px 0;
}

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

.media-cont__main {
	width: 100%;
	margin: 0 40px 40px 0;
}

.media-cont__main-item {
	margin: 0 0 40px 0;
}

a.media-cont__main-item-text {
	text-decoration: none;
	color: #000;
}

a.media-cont__main-item-text:hover {
	text-decoration: none;
	color: #000;
}

.media-cont__main-item-image {
	margin: 0 20px 20px 0;
}

.media-cont__main-item-image img {
	height: calc(9 / 16 * 22.5vw);
    width: 100%;
    object-fit: cover;
    max-height: 160px;
}

.blog-title {	
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}

.blog-date-text {
    margin: 0 20px 0 0;
}

.blog-category-item {
    margin-right: 10px;
}

.blog-category-item:last-child {
    margin-right: 0;
}

.blog-excerpt p {
	margin: 10px 0 0;
}

.sidebar-title {
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	background: rgba(134, 103, 61, 1);
	padding: 20px 15px;
}

ul.sidebar-list {
	padding: 0;
}

ul.sidebar-list li {
	list-style: none;
	border-bottom: 1px solid rgba(172, 172, 172, 1);
	padding: 10px;
}

ul.sidebar-list li a {
	text-decoration: none;
	color: #000;
}

.header-blog {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000
}

.single-date .blog-category-text {
	margin-right: 20px;
}

.single-ct {
    margin: 40px 0 0 0;
}

.single-ct img {
	max-width: 100%;
}

/* Pagination */
.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 7px 15px;
	color: #000;
	text-decoration: none;
}

.pagination .current {
    background-color: rgba(134, 103, 61, 1);
    color: #fff; 
}

/* ======= Cancellation Policy ======= */
#cancellation-policy {
	padding: 80px 0;		
	background: url('../images/bg-cancellation.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cancellation-policy-cont__content {
	max-width: 1200px;
	margin: 0 auto;
}

.cancellation-policy-cont__text {
	margin: 40px 0 0;
}

.cancellation-policy-cont__text-title {
	font-size: 18px;
	font-weight: 700;
}

ul.cancellation-policy-cont__text-list {
	margin-left: -15px;
}

.br-sp {
	display: none;
}

.media-social__thanks {
    max-width: 1200px;
    margin: 0 auto;
}

.media-cont__item img {
    width: 100%;
    height: 70px;
    max-width: 270px;
	object-fit: contain;
}

.media-cont__wrapper {
    justify-content: center;
}

.banner-lower-cont__image img {
    display: block;
}

#media-social__thanks {
    padding: 80px 0;
	background-color: #faf8f6;
}

.am-anchor,
.am-anchor2 {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -100px;
}

.am-anchor2 > span {
    position: absolute;
    top: 60px;
}



/* End Custom PC view */

#book-now2 iframe {
    margin: 0 auto;
    display: block;
}

@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;
	}

	.accommodation-cont {
		margin: 40px 10px 0;
	}

	.banner-lower-cont__content {
		font-size: 36px;
	}

	.accommodation-cont__title,
	.facility-cont__title,
	.equipment-cont__title,
	.access-cont__title,
	.workshop-cont__title,
	.dog-friendly-cont__title,
	.user-guide-cont__title {
		margin: 0 10px;
	} 

	.facility-cont,
	.equipment-cont,
	.access-cont, 
	.workshop-cont,
	.dog-friendly-cont,
	.user-guide-cont {
		margin: 0 10px;
	}

	.aboutus-cont__content,
	.greetings-cont__content,
	.media-cont__content,
	.company-profile-cont__content,
	.contact-form-cont__content,
	.privacy-policy-cont__content,
	.educational-stay-cont__content,
	.make-memories-cont__content,
	.unique-experience-cont__content,
	.about-shin-cont__content,
	.workshop-cont__content,
	.schedule-cont__content,
	.flow-cont__content,
	.adults-cont__content,
	.cancellation-policy-cont__content {
		margin: 0 10px;
	}

	.form-group p .wpcf7-form-control-wrap {
		min-width: 350px;
	}

	.form-group textarea {
		min-width: 350px;
	}

	.media-cont {
		margin: 0 10px;
	}
	
	.media-social__thanks {
		margin: 0 10px;
	}
}

@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;
	}

	.banner-lower-cont__content {		
		top: 38%;
		left: 50%;
		transform: translateY(-50%);
		transform: translateX(-50%);
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.facility-cont__slider img {
		height: 150px;
	}

	.flow-cont__item-step {
		max-width: calc(18% - 30px);
	}

	.flow-cont__item-content {
		max-width: calc(82% - 30px);
	}
}

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

	.form-group p .wpcf7-form-control-wrap {
		min-width: 300px;
	}

	.form-group textarea {
		min-width: 300px;
	}

	.title-jp {
		line-height: 1.4em;
	}

	.media-cont__main-item-image img {
		height: 150px;
	}
}

@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;
	}

	.accommodation-cont {
		display: block;
	}

	.accommodation-cont__cont {
		display: block;
	}

	.accommodation-cont__video {
		width: 100%;
	}

	.accommodation-cont__content {
		width: 100%;
		margin-top: 80px;
	}

	.workshop-cont__cont {
		display: block;
	}

	.workshop-cont__image {
		width: 100%;
		margin: 0 0 40px;
	}

	.workshop-cont__text {
		width: 100%;
		margin: 0;
	}

	.shin-button.workshop-cont__button {
		margin: 20px auto 0;
	}

	.banner-lower-cont__image img {
		height: 250px;
		object-fit: cover;
	}

	.banner-lower-cont__content {
		font-size: 24px;
		line-height: 1.6em;		
		top: 38%;
		left: 50%;
		transform: translateY(-50%);
		transform: translateX(-50%);
		padding-left: 0;
		text-align: center;
		width: 100%;
	}

	.facility-cont__intro {
		text-align: left;
	}

	.facility-cont__cont {
		display: block;
	}

	.facility-cont__image {
		width: 100%;
		margin: 0 0 40px;
	}

	.facility-cont__slider img {
		height: 250px;
	}

	.equipment-cont__item-desc {
		text-align: left;
	}

	.equipment-cont__item-wrapper {
		display: block;
	}
	
	.equipment-cont__item-image {
		margin: 0 0 30px 0;
		width: 100%;
	}

	.dog-friendly-cont__intro {
		text-align: left;
	}

	.dog-friendly-cont__item {
		display: block;
	}

	.dog-friendly-cont__item-image {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.dog-friendly-cont__item-text {
		width: 100%;
		margin: 0;
	}

	.dog-friendly-cont__item-text p {
		text-align: left;
	}

	table.tbl-guide tr th,
	table.tbl-guide tr td {
		width: 100%;
		display: block;
		padding-left: 10px;
	}

	table.tbl-guide tr th {
		background: #faf8f6;
	}

	#book-now3 .book-now2__desc {
		text-align: left;
	}
	
	.contact-form {
        width: 90%;
    }

    .form-group p label {
        min-width: 100%;
		text-align: left;
    }

	.form-group p .wpcf7-form-control-wrap,
	.form-group textarea {
	min-width: 100%;
	}

	.wpcf7-list-item {
		width: 130px;
	}

	.make-memories-intro {
		padding: 40px 0;
	}

	.make-memories-intro {
		padding: 40px 0;		
	}	

	.greetings-cont__wrapper {
		display: block;
	}

	.greetings-cont__image {
		width: 100%;
		margin: 0 0 20px;
	}

	.greetings-cont__text {
		width: 100%;
	}

	.media-cont__wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.media-cont__wrapper .am-col3 {
		width: calc(50% - 10px)!important;
		margin: 0 20px 20px 0;
	}

	.media-cont__wrapper .am-col3:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	.media-cont__item {
		width: calc(50% - 10px) !important;
		margin: 0 20px 20px 0;
	}

	.media-cont__item:nth-child(2n) {
		margin: 0 0 20px 0;
	}

	.media-cont__item:last-child {
		margin: 0 0 20px 0;
	}

	table.tbl-company {
		max-width: 100%;		
	}

	table.tbl-company tr th {
		display: block;
		width: 90%;
		text-align: left;
		font-weight: 700;
		background: #faf8f6;
	}

	table.tbl-company tr td {
		display: block;
		width: 90%;
	}

	.shin-button.accommodation-cont__button {
		margin: 50px auto auto;
	}

	.sp-show {
		display: block;
	}

	.educational-stay-cont__wrapper {
		display: block;
	}

	.educational-stay-cont__image {
		width: 100%;
		margin: 0 0 40px;
	}

	.educational-stay-cont__text {
		width: 100%;
	}

	.concern-cards-row.top-row .concern-card {
		width: 100%;
	}

	.concern-cards-row.bottom-row {
		width: 100%;
	}

	.concern-cards-row.bottom-row .concern-card {
		width: 100%;
	}

	.unique-experience-cont__text {
		text-align: left;
	}

	.unique-experience-item {
		width: 100%;
		margin-bottom: 40px;
	}

	.about-shin-cont__wrapper {
		display: block;
	}

	.about-shin-cont__image {
		width: 100%;
		margin: 0 0 40px;
	}

	.about-shin-cont__text {
		width: 100%;
	}

	.shin-button.shin-cont__button {
		margin: 50px auto 0;
	}

	#workshop .workshop-cont__text {
		text-align: left;
	}

	.workshop-cont__item {
		width: 100%;
	}

	.schedule-cont__date {
		max-width: calc(40% - 30px);
	}

	.schedule-cont__text {
		max-width: 100%;
	}

	.flow-cont__item {
		margin-bottom: 40px;
	}

	.flow-cont__item-step-inner {
		margin: 0 auto;
	}

	.flow-cont__item-step {
		max-width: 100%;
	}

	.flow-cont__item-content {
		max-width: 100%;
		margin: 0 0 30px 0;
	}

	.adults-cont__wrapper {
		display: block;
	}

	.adults-cont__image {
		width: 100%;
		margin: 0 0 40px;
	}

	.adults-cont__text {
		width: 100%;
	}

	.shin-button.adults-cont__button {
		margin: 50px auto 0;
	}

	.media-cont__wrapper {
		display: flex;
		flex-wrap: wrap;
	}

	.media-cont__main {
		width: 100%;
		margin: 0 0 80px 0;
	}

	.media-cont__main-item-image img {
		height: calc(0.5236 * (100vw - 20px));
        max-height: unset;
        object-fit: cover;
	}

	.media-cont__sidebar {
		width: 100%;
	}

	.media-cont__main-item-wrap.am-flex {
		display: block;
	}

	.media-cont__main-item-image {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.media-cont__main-item-text {
		width: 100%;
	}
	
		
	.br-sp {
		display: block;
	}
	
	.media-cont__item img {
		object-fit: contain;
	}
	
	.media-social__thanks .am-col3.media-cont__item {
		margin: 0 10px;
		width: calc(50% - 20px)!important;
	}

	.media-social__thanks .media-cont__wrapper .am-col3:nth-child(2n) {
		margin: 0 10px 0 0;
	}
}

@media screen and (max-width: 376px) {
	.form-group p label {
        min-width: 100%;
		text-align: left;
    }

	.form-group p .wpcf7-form-control-wrap, .form-group textarea {
		min-width: 95%;		
	}
	
}


@media screen and (max-width: 320px) {
	.form-group p label {
        min-width: 100%;
		text-align: left;
    }

	.form-group p .wpcf7-form-control-wrap,
	.form-group textarea {
	min-width:auto;
	width: 260px;
	}

	input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control,
	input.wpcf7-form-control.wpcf7-text.form-control {
		width: 260px;
	}	

	.wpcf7-list-item {
		width: 105px;
	}

	.hdr__navi-lang {
		width: 125px;
	}

	.banner-lower-cont__content {
		font-size: 16px;
	}

	.make-memories-intro {
		padding: 30px 0;
		overflow-x: hidden;
		overflow-y: visible;
	}

	.concern-cards {
		padding: 0 10px;
		overflow-x: hidden;
		overflow-y: visible;
	}

	.concern-cards-row {
		gap: 12px;
		overflow-x: hidden;
		overflow-y: visible;
	}

	.concern-card {
		flex: 1 1 100%;
		min-width: 100%;
		max-width: 100%;
		padding: 18px 15px;
		box-sizing: border-box;
		overflow: visible;
		height: auto;
		min-height: auto;
		max-height: none;
	}

	.concern-text {
		font-size: 15px;
		overflow: visible;
		height: auto;
	}
}