@charset "UTF-8";

@import url("/css/font-custom.css");
@import url("/css/news.css");
@import url("/css/inquiry.css");
/* @import url("/css/kimetsu.css"); */


/*index style*/
body {
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	color: #003615!important;
	font-size:16px;
	font-weight:500;
	line-height: 1.6rem;
	/* font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; */
	background-color: #faebd7;
}

a {
	/* color:#47433D!important; */
	color:#003615!important;
	cursor: pointer;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	opacity: 0.8;
}

.title {
	color:#003615!important;
}

section h3 {
	text-align: center;
	font-weight: bold;
	font-size:25px;
}
@media screen and (max-width: 768px) {
	section h3 {
		font-size:25px;
	}
}

/*container*/
#tar-about .container,
#tar-news .container,
#tar-courseinfo .container,
#tar-ryokin .container,
#tar-stay .container,
#tar-access .container,
#tar-otoiawase .container,
#tar-dantai .container,
#tar-about-dt .container,
#tar-about-dt2 .container,
#tar-annai .container,
#tar-faq .container,
#tar-coursemap .container,
#tar-policy .container,
#tar-newslist .container,
#tar-about-joken .container,
#tar-joken .container,
#tar-goriyo-annai .container
{
	margin:0 auto;
	padding:3rem 2rem!important;
}
@media screen and (min-width: 769px) {
	#tar-news .container,
	#tar-courseinfo .container,
	#tar-ryokin .container,
	#tar-stay .container,
	#tar-access .container,
	#tar-otoiawase .container,
	#tar-dantai .container,
	#tar-about-dt .container,
	#tar-about-dt2 .container,
	#tar-about-joken .container,
	#tar-annai .container,
	#tar-faq .container,
	#tar-coursemap .container,
	#tar-policy .container,
	#tar-newslist .container,
	#tar-joken .container,
	#tar-goriyo-annai .container
	{
		padding:6rem 3rem!important;
	}
	#tar-about .container {
		padding:3rem!important;
	}
}

/*navbar*/
.navbar {
	/* background-color:#23211E; */
	background-color: #252525;
}
.navbar-brand .navbar-item {
	background: url(/img/logo.png) no-repeat center center;
	background-size: cover;
	width: 147px;
	height:45px;
	margin-top:1rem;
	margin-left:1rem;
}
.nav-menu-icon button {
	background:none;
	border:none;
	/* margin-right:1rem; */
	font-size:1.5rem;
	color:#FFFFFF;
	cursor: pointer;
}
.nav-menu-icon button:hover {
	color:#FFFFFF;
}

/* button */
.button {
	background-color:#F9F4EE!important;
}
.button:hover{
	opacity:1;
	filter: opacity(100%);
}
.button:focus {
	outline: none!important;
	border:none!important;
	box-shadow:none!important;
	}
#tar-ryokin .button:hover{
	opacity:0.8;
	filter: opacity(80%);
}
#course-list .cmenu-button2:hover {
	opacity: 0.8;
	filter: opacity(80%);
}
#course-list2 .cmenu-button2 {
	padding:1rem;
	background-color: #E1F2DA!important;
	border:none;
	font-weight:bold;
	color: #003615!important
}
.ymenu-button {
	background:#546930!important;
	border-color:#FFFFFF;
	color:#FFFFFF!important;
	padding:1.5rem 2rem;
}
.ymenu-md-button {
	background: #0f653a;
	border-color: #FFFFFF;
	color: #FFFFFF!important;
	padding: 1rem;
	margin-top: 1rem;
}
#ryokin-modal-kids .ymenu-md-button,
#ryokin-modal-long .ymenu-md-button,
#ryokin-modal-can .ymenu-md-button,
#ryokin-modal-av .ymenu-md-button {
		background: linear-gradient(to right, #3C5013, #6B8E23);
}

.button.menu-button2 {
	color:#0f653a!important;
	font-weight:bold!important;
	border:solid 1px #0f653a;
	border-radius: 5px;
	background-color: #FFF!important;
}
.button.menu-button2 a {
	color:#0f653a!important;
}
.menu-button {
	border:solid 1px #b5bbbf;
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
	padding:3rem 0;
	text-align: center;
}
.menu-button-n {
	border:solid 1px #b5bbbf;
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
	padding:2.5rem 0;
	text-align: center;
}
.menu-button-n2 {
	border:solid 1px #b5bbbf;
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
	padding:2.25rem 0;
	text-align: center;
	cursor: pointer;
}
.menu-button-n2:hover {
	text-decoration:underline;
}
.menu-button-n3 {
	/* border:solid 1px #b5bbbf; */
	border:none;
	background-color:#DBD5B7!important;
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
	padding:2.25rem 0;
	text-align: center;
	cursor: pointer;
}
.menu-button-n3:hover {
	text-decoration:underline;
}

/*tar-cover-menu*/
#tar-cover-menu a {
	color:#FFFFFF!important;
}
#tar-cover-menu a:hover {
	filter: brightness(200%);
}
#tar-cover-menu.modal {
	background: #252525;
}
#tar-cover-menu .modal-content {
	width:100vw!important;
	overflow-x: hidden;
}
.cmenu-title {
	width: 147px;
	height: 45px;
	margin:2rem auto;
}
#tar-cover-menu .cmenu li {
	font-size: 1.5rem;
	padding-top:0.5rem;
}
.cmenu-sns {
	margin:2rem auto;
}
.cmenu-sns a {
	margin:1rem;
	font-size:2rem;
}
.cmenu-button {
	background:none!important;
}

/* 著作権ガード */
.img-guard{
	position:relative;
	width: 250px;
	height: 170px;
}
.guard-nopic{
position:absolute;
display:block;
width:100%;
height:100%;
background: url(/img/guard.png);
}

/* first-view */
#tar-top .tar-top-container {
	position:relative;
  overflow: hidden;
	height:100vh;
	width:100vw;
}

/* slider */
#tar-top .slider3 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	opacity: 0; /* 初期状態では透明 */
	transition: opacity 2s ease, transform 10s linear; /* 透明度とサイズ変化のトランジション */
}

/* 各画像の背景を設定 */
.slider3 .img01 { background-image: url('/img/top-slide/top-slide01-1.jpg'); }
.slider3 .img02 { background-image: url('/img/top-slide/top-slide02-2.jpg'); }
.slider3 .img03 { background-image: url('/img/top-slide/top-slide03.jpg'); }
.slider3 .img04 { background-image: url('/img/top-slide/top-slide04-2.jpg'); }
.slider3 .img05 { background-image: url('/img/top-slide/top-slide05.jpg'); }
.slider3 .img06 { background-image: url('/img/top-slide/top-slide06.jpg'); }

@media screen and (max-width: 768px) {
	.slider3 .img01 {
    background-image: url('/img/top-slide/top-slide01-1.jpg');
    background-position: 30% 50%!important;
	}
	.slider3 .img02 {
		 background-image: url('/img/top-slide/top-slide02-2.jpg');
		 background-position: 70% 50%!important;
		}
}

/* バナー */
.top-bn1 {
	background-color:rgb(27,171,222,0.8)!important;
	color:#FFFFFF!important;
	padding:2rem;
	width:100%;
	text-align:center;
	font-size:0.8rem;
}
.top-bn1:hover {
	cursor: default;
}
.top-bn2 {
	text-align:center;
	margin-top: 20px;
	font-size:0.8rem;
}
.top-bn2 div {
	width:100%;
	background-color: rgba(255,255,255,0.8);
	padding:2rem;
}

/* キャッチコピーとキャンペーンバナー配置 */
#tar-top .tar-top-container {
	padding:2rem;
	display:flex;
	flex-direction: column;
}
/* top-con0 -> title logo */
#tar-top .tar-top-con0 {
	margin:0;
	width:100%;
}
#tar-top .title-img {
	filter: drop-shadow(1px 1px 5px rgba(50,50,50,0.8));
}

/* top-con1 -> catch */
#tar-top .tar-top-con1 {
	position: absolute;
	top:50%;
	width:100%;
}
#tar-top .tar-top-con1 div {
	text-shadow: 1px 1px 10px black, 0 0 2rem gray, 0 0 0.2rem gray;
	color:#FFF;
	font-weight:bold;
	font-size:4rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	#tar-top .tar-top-con1 {
		top:51%;
	}
	#tar-top .tar-top-con1 div {
		font-size:2rem;
	}
}

/* top-con2 -> bunner */
@media screen and (min-width: 769px) {
	#tar-top .tar-top-con2-1 {
		position:absolute;
		bottom:2vh;
		left:0;
		cursor: pointer;
		width:100%;
		margin:0 2rem;
	}
	#tar-top .tar-top-con2-1 {
		display:flex;
		justify-content: flex-start;
	}
	#tar-top .tar-top-con2-1 figure {
		width:180px;
		margin-right:1rem;
	}
}
@media screen and (max-width: 768px) {
	#tar-top .tar-top-con2-1 {
		display:flex;
		justify-content: flex-start;
		position:absolute;
		bottom:10vh;
		left:0;
		cursor: pointer;
		margin-left:1rem;
	}
	#tar-top .tar-top-con2-1 figure {
		width:150px;
		margin-right:1rem;
	}
}
#tar-top .tar-top-con2-1 figure:hover {
	transform-origin: 50% 50%;
	-moz-transformcname: scale(1.1) ;
	-webkit-transform: scale(1.1) ;
  transition-duration: 0.3s;
}


/* tar-top-button */
#tar-top .tar-top-button a {
	font-size:0.8rem;
	background: rgba(0,0,0,0.4)!important;
	color:#FFFFFF;
}
#tar-top .tar-top-button a:hover {
	color:#CCC;
}

/* キャンペーン用フルワイズ画像 */
.tar-campaign img {
	width: 100%;
}

/* ご来場の流れ */
.gannai-container {
	width:100%;
	text-align: center;
}
.goannai-text {
	color:#0f653a;
	font-size: 25px;
	font-weight: bold;
}
@media screen and (max-width: 768px) {
	.goannai-text {
		font-size: 18px;
	}
	.goannai-text .mr-5 {
		margin-right:0!important;
	}
	.goannai-text .ml-5 {
		margin-left:0!important;
	}
}
.gannai-btn {
	width:fit-content;
	margin:2rem auto;
	padding:25px 40px;
	background-color: #0f653a;
	border-radius: 40px;
	color:#FFF;
	font-size:20px;
	font-weight: bold;
	text-align: center;
	line-height:30px;
	cursor: pointer;
}
.gannai-btn:hover {
	opacity: 0.8;
}





/* tar-subtitle */
.tar-subtitle {
	letter-spacing: 0.5rem;
	color:white;
	font-size:4rem;
	font-weight:bold;
	text-align: center;
}
.tar-subtitle span {
	backdrop-filter: blur(5px);
}
@media screen and (max-width: 768px) {
	.tar-subtitle {
		font-size:3rem;
	}
}


/* top courses list */
#course-list2.container {
	padding-top:3rem!important;
}

.c-box {
	display: flex;
	flex-wrap:wrap;
	gap: 1rem;
}

.c-box .div-1 {
	background-color: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%; /* モバイルビューでは幅を100%に設定 */
	position:relative;
}

.c-box-img {
 background-size:cover;
 background-position: 50% 50%;
 padding:0;
 height:300px;
}

@media (min-width: 1216px) {
  .c-box .div-1 {
    width: calc(25% - 1rem); /* 4つ並べるための幅 */
  }
	.c-box-img {
		height:250px;
	}
}
@media (min-width: 769px) and (max-width: 1215px) {
  .c-box .div-1 {
    width: calc(50% - 1rem); /* 2つ並べるための幅 */
  }
}

.c-box-img, .c-box-title, .c-box-spec, .c-box, .c-box-btn {
	margin-bottom:1rem;
}
.c-box-img.adv {
	background-image: url(/img/top/about-av01.jpg);
}
.c-box-img.can {
	background-image: url(/img/top/about-can01.jpg);
}
.c-box-img.long {
	background-image: url(/img/top/about-long01.jpg);
}
.c-box-img.kids {
	background-image: url(/img/top/about-kids01.jpg);
}

#course-list2 .c-box-title {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	text-align: center;
	height:50px;
	min-height:60px;
}


@media (max-width: 768px) {
	#course-list2 .c-box-title {
		margin-top:2rem;
	}
	#course-list2 .c-box-title.adv {
		margin-top:2.5rem;
	}
}
@media (min-width: 1216px) {
	#course-list2 .c-box-title {
		margin-top:2.2rem;
		font-size:18px;
		line-height:22px;
	}
}

.c-box-spec {
	font-size:0.95rem;
	line-height:1.2rem;
	padding:0;
	text-align: center;
}
@media (min-width: 769px) {
	.c-box-spec {
		font-size:0.9rem;
		min-height:70px;
	}
}


.c-box-btn {
	padding:0 1rem 1rem;
}

.c-box-img.long .c-box-topic,
.c-box-img.kids .c-box-topic
{
	position:absolute;
	top:0;
	right:0;
	background-color:rgba(55,144,167,0.7);
	color:#FFF;
	font-size:0.8rem;
	font-weight: bold;
	padding:0.5rem;
	text-align: center;
}

/* 付箋ノート */
.sticky-notes {
	position: absolute;
	z-index: 20;
	margin-bottom:1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sticky-notes-note {
	font-weight: bold;
	font-size:0.95rem;
	padding:0.5rem;
  background-color: #efe500;
  margin-bottom: 0.5rem;
  display: inline-block!important;
  white-space: nowrap;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(-3deg);
}
.sticky-notes-note:last-child {
	margin-bottom: 0;
}

@media screen and (min-width: 1216px) {
	.sticky-notes
	{
	 top:210px;
 }
 .sticky-notes.adv {
	top:195px;
}
	.sticky-notes.adv > .sticky-notes-note {
	letter-spacing: -0.08rem;
	}
}

@media screen and (max-width: 768px) {
	.sticky-notes-note {
		font-size:1.1rem;
		padding:0.5rem 1rem;
	}
	.sticky-notes
	 {
		top:250px;
	}
	.sticky-notes.adv {
		top:240px;
	}
}
@media (min-width: 769px) and (max-width: 1215px) {
	.sticky-notes-note {
		font-size:1.1rem;
		padding:0.5rem 1rem;
	}
	.sticky-notes
	 {
		top:230px;
	}
	.sticky-notes.adv {
		top:215px;
	}
	.sticky-notes.can
	 {
		top:265px;
	}
}



/*goriyo-annai*/

.columns.tar-nagare-btns {
	gap:20px;
}
.column.btn-nagare {
	background-color:#FFFFFF;
	border-radius: 20px;
	text-align: center;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.nagare-box  {
	background-color:#FFFFFF;
	padding:40px;
}
.nagare-box .columns .column {
	border-radius: 5px;
	padding:40px 30px;
	font-size: 12px;
}
.nagare-box-label {
	width:50px;
	height:50px;
	background-color: #efe500;
	border-radius: 50%;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
	padding:10px 0;
	margin:0 auto;
}
.nagare-box-label > p {
	font-size:13px;
	font-weight:bold;
	text-align: center;
	line-height:15px;
	color: #0f653a;
}
.nagare-box-title {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	line-height: 40px;
	color: #0f653a;
}
.nagare-box-text {
	line-height: 22px;
}

.nagare-kosyu {
	background-color: #FFF;
	border: solid 2px #0f653a;
	border-radius: 5px;
	padding:40px;
	color:#0f653a;
}
.nagare-kosyu-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom:2rem;
}
.nagare-kosyu-st1 {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2rem;
	margin-bottom:2rem;
}
.nagare-kosyu-st2 {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2rem;
	margin-bottom:2rem;
}
@media (min-width: 1408px) {
	.nagare-box .columns .column {
		padding:40px 50px;
	}
}
@media (max-width: 768px) {
	.btn-nagare {
		font-size: 9px;
		padding:10px;
		margin-bottom:10px;
	}
	.nagare-box  {
		padding:0;
	}
	.nagare-box .columns .column {
		font-size:14px;
		padding:40px 50px;
	}
	.nagare-kosyu-st1,
	.nagare-kosyu-st2
	 {
		text-align: center;
	}
}


.tar-annai-joken {
	color:#0f653a!important;
	background: #FFFFFF;
	padding:3rem;
}
@media screen and (min-width: 769px){
	.tar-annai-joken {
		padding:3rem 5rem;
	}
}
.tar-annai-joken ul {
	list-style: none;
}

@media screen and (min-width: 769px) {
	.tab-center {
		text-align: center;
	}
}

/*link-list*/
.link-list-box {
	border:solid 1px #b5bbbf;
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
	padding:3rem 0;
	text-align: center;
	background-color: #F9F4EE/*#FFFFFF*/;
}
.link-list-box a span {
	font-size:1.2rem;
	font-weight:bold;
	color:#353330!important;
}
.link-list-box a span:hover {
	color:#353330!important;
	opacity:1!important;
}

/*about.html course detail*/

@media screen and (min-width: 769px) {
	.center-tab {
		text-align: center;
	}
}


/*コース詳細ヘッダー*/
.tar-about-dt-header {
	padding:2rem 1rem 0;
	display:flex;
	flex-direction: column;
	flex-wrap:wrap;
}
.about-item {
  display: flex;
  flex-direction: column;
}
.about-item-bottom {
	margin-top:auto;
}
.about-index .column {
	text-align: center;
  border: solid 1px #707070;
	margin:0 10px;
}

.tar-about-dttop-box {
	padding:0;
	border:none;
	display: block;
}
.tar-about-dttop-box figure {
	position: relative;
}
.tar-about-dttop-box figure img {
	-webkit-filter: brightness(60%);
					filter: brightness(60%);
	width: 100%;
	vertical-align: top;
	-o-object-fit: cover;
		 object-fit: cover;
	height:250px;
}
.tar-about-dttop-box figure figcaption {
	font-size: 1rem;
	font-weight:bold;
	color: #ffffff;
	margin:0 auto;
	position: absolute;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align:center;
	align-items: center;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 1215px){
	.tar-about-dttop-box figure figcaption .is-size-4 {
		font-size: 0.9rem;
	}
}

.about-dt-topnote {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top:2rem;
}
@media screen and (min-width: 769px){
	.about-dt-topnote {
		padding-top:0;
		padding-left:2rem;
	}
}


.tar-about-dttop-box2 {
	padding:0;
	border:none;
	display: block;
}
.tar-about-dttop-box2 figure {
	position: relative;
}
.tar-about-dttop-box2 figure img {
	-webkit-filter: brightness(60%);
					filter: brightness(60%);
	width: 100%;
	vertical-align: top;
	-o-object-fit: cover;
		 object-fit: cover;
}
.tar-about-dttop-box2 figure figcaption {
	position: absolute;
	top:-10rem;
	padding:0 3rem 1rem;
	color:#FFFFFF;
	font-weight: bold;
}


.tar-about-dttop-box-link {
	background-color:#f1f1f1;
}
.tar-about-dttop-box-link {
	padding:1rem;
}
.tar-about-dttop-box-link a {
	font-weight:bold;
	color:#606060;
}
.tar-about-dttop-box-link a:hover {
	text-decoration: underline;
}
.about-dt-course-name {
	font-weight: bold;
	color: #6B8E25;
}

/*about.html joken*/
.joken-pict-desktop {
	display:none;
}
.joken-pict-mobile {
	padding:0 1rem;
}
@media screen and (min-width: 769px){
	.joken-pict-mobile {
		display:none;
	}
	.joken-pict-desktop {
		display:block;
	}
}

/*about.html hr*/
.tar-about-hr {
	display:block;
	background-color: #fff;
	border-top: 5px dotted #8c8b8b;
	margin-left:25vw;
	margin-right:25vw;
}


#tar-about h2 {
	margin-top:2rem;
}
#tar-about .tar-about-p {
	line-height:2rem;
	text-align: center;
}
#tar-about .tar-about-catch {
	font-size:18px;
	font-weight: bold;
	color:#0E653A;
}
#tar-about .tar-about-catch-en {
	font-size:22px;
	font-weight: bold;
	color:#0E653A;
}

@media screen and (max-width: 768px){
	#tar-about .tar-about-p {
		text-align: left;
		margin-top:0;
	}
	#tar-about .tar-about-p .mob-ls008 {
		letter-spacing: -0.08rem;
	}
}

.tar-about-subtitle {
	display:block;
	font-weight:bold;
	margin-top:1rem;
}
.tar-about-icon {
	font-size:6rem;
}
.tar-about-photo {
	position: relative;
	margin:0;
	padding:1rem;
	background-color:#FFFFFF;
	-webkit-box-shadow: 0 5px 20px -5px rgba(0,0,0,0.8);
					box-shadow: 0 5px 20px -5px rgba(0,0,0,0.8);
}

.tar-about-photo p {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	color: white;
	background: skyblue;
	font-size: 0.8rem;
	letter-spacing: 0;
	line-height: 1rem;
	padding: 0.5rem;
}
.tar-about-detail-hosoku ul li {
	list-style-position: inside;
	list-style: square;
}

/* tar-about-ul */
.tar-about-ul {
	margin-top:2rem;
}
.tar-about-ul li {
	margin-bottom:0.5rem;
	text-indent: -1rem;
  padding-left: 1rem;
}
.tar-about-ul li:last-child {
	margin-bottom: 0;
}
.tar-about-ul li::before {
	content: "※";
}

/*ご利用条件詳細*/
#tar-about-dt2 #tar-about-detail-av .about-dt-topimg img,
#tar-about-dt2 #tar-about-detail-can .about-dt-topimg img,
#tar-about-dt2 #tar-about-detail-long .about-dt-topimg img
 {
	min-height:100%;
	min-width:100%;
	object-fit: cover;
}

#tar-about-dt2 h3 {
	font-size:42px;
	font-weight: bold;
	text-align: left;
}
@media screen and (max-width: 768px){
	#tar-about-dt2 h3 {
		letter-spacing: -0.08rem;
		line-height: 45px;
		top:0;
	}
}

#tar-about-joken .container {
	padding-top:3rem;
}

.tar-about-joken-box {
	background: #FFFFFF;
	padding:3rem;
}
@media screen and (max-width: 768px){
	.tar-about-joken-box .column {
		padding:1rem 3rem;
	}
}

.tar-about-joken-box ul {
	margin: 1rem;
}

.tar-annai-joken ul li,
.tar-about-joken-box ul li {
	list-style-position: outside;
	list-style: square;
	line-height:1.5rem;
	color: #5E7822;
	padding-left: 1rem;
}
/* .tar-annai-joken ul li div {
	color: #23211E;
} */

@media screen and (max-width: 768px){
	.tar-about-joken-box ul li {
		font-size:0.95rem;
	}
}
.tar-about-reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
			-ms-flex-direction: row-reverse;
					flex-direction: row-reverse;
}
#tar-about-detail-can, #tar-about-detail-long, #tar-about-detail-kids {
	padding-top: 90px;
	/* margin-top: -80px; */
}
#tar-about-detail-av {
	padding-top: 0;
}

.tar-about-detail-photo  {
	margin:3rem 0;
}
.tar-about-detail-photo2  {
	margin:3rem 0;
}

.tar-about-detail-photo article {
	/* background-color:#668932; */
	background-color:#FAEBD7;
}
.tar-about-detail-photo2 article {
	background-color:#FAEBD7;
}

.detail-photo-cap2 {
	background-color:#FAEBD7;
	padding:1rem;
	color:#363636;
}


/* about-dt-box */
.dt-box2 article {
	background-color:#DBD5B7;
}
.dt-box3 article {
	background-color:#546930;
	color:#FFF;
}




.column.about-dt-box  {
	display: flex;
	flex-direction: column;
	padding-left:0;
}

.detail-cid {
	font-weight: bold;
	font-size: 1rem;;
	line-height:1.5rem;
}
.detail-cname {
	color:#6b8e23;
	font-size: 1.2rem;
	font-weight: bold;
	height: 4rem;
}
.detail-cname3 {
	color:#DBD5B7;
	font-size: 1.2rem;
	font-weight: bold;
	height: 3rem;
}

.detail-ctext {
	font-size:1rem;
}

@media screen and (max-width: 768px){
	.detail-cname {
		font-size: 1.3rem;
	}
	.detail-ctext {
		font-size:0.9rem;
	}
}

.show-modal {
	cursor: pointer;
}


/*dantai*/
#tar-dantai .tar-dantai-p {
	line-height:2rem;
}
.tar-dantai-joken {
	background: #FFF /* #f1f7fb */;
	padding:2rem 3rem;
	color:#0f653a;
}
.tar-dantai-joken ul li {
	list-style-position: inside;
	list-style: square;
	line-height:2rem;
}



/*news*/
#tar-news .news-date {
	margin-bottom: 1rem;
}

/* news-listのスタイル設定 */
#tar-news .news-list {
  background-color: white;
  padding: 1rem;
  /* box-sizing: border-box;  */
  margin-bottom: 1rem; /* 各ニュースボックス間のスペース */
}
@media (max-width: 768px) {
	#tar-news .news-list {
		margin-bottom: 2rem;
	}
}

#tar-news .news-title {
	margin:0.5rem 0;
	font-weight:bold;
}

#tar-news .news-more a {
	margin-top:0.5rem;
	font-weight: bold;
}

/* ブラウザ幅が769px以上の場合のスタイル */
@media (min-width: 769px) {
  #tar-news .news-list-container {
    display: flex;
    flex-wrap: wrap;
		align-items: stretch;
    gap: 1rem;
  }

  #tar-news .news-list {
    flex-basis: calc(33.333% - 1rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
		font-size: 13.5px;
  }

	#tar-news .news-article-body {
		/* height:120px!important; */
		display:flex;
		flex-direction: column;
		height:auto;
	}

	#tar-news .news-title {
    height: 40px; /* タイトルの高さを固定 */
    overflow: hidden;
		line-height:20px;
  }

  #tar-news .news-eyecatch img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
  }

  #tar-news .news-text {
    overflow: hidden;
		flex-grow: 1;
		margin-bottom:1rem;
  }

  #tar-news .news-more {
    text-align: right;
    margin-top:auto;
  }
}

/* ブラウザ幅が768px以下の場合のスタイル */
@media (max-width: 768px) {
  #tar-news .news-article {
    display: flex;
  }
  #tar-news .news-eyecatch {
    width: 40%;
		max-height:140px;
		overflow: hidden;
    margin-right: 5%;
  }
	#tar-news .news-eyecatch img {
		position: absolute;
		top: 50%;
		width: 100%;
		height: auto;
	}
  #tar-news .news-article-body {
    width: 55%;
		min-height:145px!important;
		font-size:12.5px;
	}
	#tar-news .news-title {
		margin:0 0 0.5rem;
	}
	#tar-news .news-text {
		line-height:18px;
	}
	#tar-news .news-more {
    text-align: right; /* テキストを右寄せ */
    margin-top: 1rem; /* 上部にマージンを設定 */
  }
}


/* newsシングル記事ページスタイル */
.news-single-eycatch {
	width:30%;
  object-fit:cover;
}
@media (max-width: 768px) {
	.news-single-eycatch {
		width:100%;
		object-fit:cover;
	}
}

/* snsリンク */
#tar-news .news-sns {
	text-align: center;
}

#tar-news .news-sns-icon {
	display: inline-block;
	margin: 15px;
	border-radius: 50%;
	border:solid 1px #0f653a;
	background-color: white;
	width: 60px;
	height: 60px;
}

#tar-news .news-sns-icon i {
	color:#0f653a;
	font-size: 30px;
	line-height: 60px; /* アイコンを垂直中央に配置 */
}

#tar-news .icons {
	display: flex;
	justify-content: center;
	gap: 10px;
}


/*NEWS一覧・記事ページ*/
.newslist-body {
	padding:2rem!important;
}
.newslist-body p {
	line-height:2.5rem;
}
#tar-newslist .news-header {
	background-color:#8E867A;
	color:#FFF;
}
#tar-newslist .news-article-title,
#tar-newslist .news-article-title a {
	font-size:1.5rem;
	font-weight:bold;
	letter-spacing: 0.2rem;
	line-height:1.2;
	margin:0;
}
#tar-newslist .news-body {
	background-color:#FFF;
	padding:2rem;
}
#tar-newslist .news-article-text {
	margin:0.5rem 0;
}
#tar-newslist .news-article-text p {
	line-height:1.5rem;
	padding:0.5rem 0;
}
.tag-new {
	/* background-color:red!important; */
	background-color: #6BAA36!important;
	/* background-color: #6b8e23; */
	color:#FFF!important;
	font-weight:bold!important;
}


/*ご利用案内*/
#tar-annai .tar-annai-columns {
	/*グリッド設定mobile*/
	display:-ms-grid;
	display:grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows:auto;
	grid-template-rows:auto;
	grid-gap: 0.5rem;
	padding: 0;
	margin: 0;
}
#tar-annai .tar-annai-columns > *:nth-child(1) {
c-menu--ms-grid-row: 1;
	-ms-grid-column: 1;
}
@media screen and (min-width: 769px){
	#tar-annai .tar-annai-columns {
		/*グリッド設定desktop*/
		display:-ms-grid;
		display:grid;
		-ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: 1fr;
		grid-gap: 0.5rem;
		padding: 0;
		margin: 0;
	}
}
#tar-annai .annai-box {
	/*ボックスのボーダー*/
	margin:0rem;
	border-radius:0;
	border:solid 1px #b5bbbf;
	-webkit-box-shadow:none;
					box-shadow:none;
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}
#tar-annai .annai-box {
	/*annai-box中の要素縦並び*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}
#tar-annai .annai-box-head {
	margin:0;
}
#tar-annai .annai-box-title {
	padding:1rem;
}
#tar-annai .annai-box-subtitle {
	display:inline-block;
	font-size:1rem;
	line-height:1.2rem;
}
#tar-annai .annai-box-body {
	padding:1rem;
}
#tar-annai .annai-box-joken p {
	margin:0;
	padding:0;
	font-size:1.1rem;
	font-weight:bold;
	letter-spacing: 0.2rem;
	line-height:1.5rem;
	color:#6b8e23;
}
#tar-annai .annai-box-footer {
	padding:1rem;
	margin-top: auto;
}


/*料金*/
#tar-ryokin-title {
	padding-top: 100px;
	margin-top: -100px;
}
#tar-ryokin .tar-ryokin-gcolumns {
	display:-ms-grid;
	display:grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	grid-gap: 0.5rem;
	padding: 4rem 0 0 0;
	margin: 0;
}
#tar-ryokin .tar-ryokin-gcolumns > *:nth-child(1) {
	-ms-grid-row: 1;
	-ms-grid-column: 1;
}
.ryokin-gbox-footer {
	margin-top: 0;
	margin-bottom:0!important;
	padding:2rem 1rem!important;
}
#tar-ryokin .ryokin-gbox {
	margin:0rem;
	border-radius:0;
	border:solid 1px #b5bbbf;
	-webkit-box-shadow:none;
					box-shadow:none;
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}
#tar-ryokin .ryokin-gbox {
	background-color:#F9F4EE;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
}
@media screen and (min-width: 769px){
	#tar-ryokin .tar-ryokin-gcolumns {
		display:-ms-grid;
		display:grid;
		-ms-grid-columns: 1fr 0.5rem 1fr 0.5rem 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-rows: 1fr;
		grid-gap: 0.5rem;
		padding: 4rem 0 0 0;
		margin:0;
	}
	.ryokin-gbox-footer {
		margin-top: auto;
	}
}
#tar-ryokin .ryokin-gbox-head, #tar-ryokin .ryokin-gbox-body, #tar-ryokin .ryokin-gbox-footer {
	font-weight:bold;
	text-align:center;
}
#tar-ryokin .ryokin-gbox-head {
	padding:0 1rem;
/*
	background-color: #b5bbbf;
*/
}
#tar-ryokin .ryokin-gbox-body {
	padding:1rem;
}

/*料金表内テーブル*/
.ryokin-gbox-tb th {
	font-weight:bold;
	font-size:1.1rem;
	/* background-color:#e8ead7; */
	/* background-color: #CBD5BD; */
	background-color: #C1CCA3;
}


#tar-ryokin .ryokin-gbox-footer {
	padding:0 1rem 1rem;
}
.ryokin-season-top {
	color:#FB3468;
	font-size:1rem;
	letter-spacing: 0.2rem;
}
.ryokin-season-regular {
	color:#6BC4A6;
	font-size:1rem;
	letter-spacing: 0.2rem;
}
.ryokin-kakaku {
	font-size:2.2rem;
	line-height:2.5rem;
	letter-spacing: 0.05rem;
}
.ryokin-kakaku-yen {
	font-size:1.2rem;
}
.ryokin-gbox-button {
	margin:2rem 0;
	padding:0 2rem;
}

#tar-ryokin-adv .is-size-1,
#tar-ryokin-can .is-size-1,
#tar-ryokin-long .is-size-1 {
		line-height: 3rem;
		margin-top:1rem;
}

#tar-ryokin .ryokin-gbox .ryokin-note1 {
	padding:0 0 1rem;
	text-align: center;
	font-size:1rem;
	font-weight:400;
}

/*料金モーダル*/
#ryokin-modal-av .modal-content,
#ryokin-modal-can .modal-content,
#ryokin-modal-long .modal-content,
#ryokin-modal-kids .modal-content {
	width:80vw;
}
@media(max-width: 768px) {
	#ryokin-modal-av .modal-content,
	#ryokin-modal-can .modal-content,
	#ryokin-modal-long .modal-content,
	#ryokin-modal-kids .modal-content {
		width:90vw;
	}
}

#ryokin-modal-av .box,
#ryokin-modal-can .box,
#ryokin-modal-long .box,
#ryokin-modal-kids .box {
	background-color:#faebd7;
	padding:2rem 5rem;
}
@media(max-width: 1023px) {
	#ryokin-modal-av .box,
	#ryokin-modal-can .box,
	#ryokin-modal-long .box,
	#ryokin-modal-kids .box {
		padding:1rem 2rem;
	}
}

#ryokin-modal-av .ryokin-modal-header {
	line-height: 2rem;
}
.ryokin-modal-header {
	margin:0;
	padding-bottom:0;
	font-size:1.5rem;
	font-weight:bold;
	text-align: center;
}
@media(max-width: 768px) {
	#ryokin-modal-av .ryokin-modal-header {
		font-size:20px;
	}
}

.ryokin-modal-stop {
	color:#FB3468;
	font-weight:bold;
	padding:0;
	margin:0;
}
.ryokin-modal-sregular {
	color:#6BC4A6;
	font-weight:bold;
	padding:0;
	margin:0;
}
.ryokin-modal-kakaku-body-pay {
	font-size:2rem;
	line-height:2rem;
	margin:0;
}
.yoyaku-button {
	background:none!important;
}
.ryokin-modal-price {
	width:60%;
	margin:0.5rem auto 0;
	padding:1.2rem 0;
	background-color: #FFF;
	border-radius: 5px;
	border:solid 2px #0f653a;
	color:#0f653a;
	font-weight:bold;
}
.ryokin-modal-subt {
	font-size:18px;
	font-weight:bold;
	color:#0f653a;
	text-align: center;
	margin:1.5rem 0 0.5rem;
}
.ryokin-modal-kakunin {
	line-height:1.2rem;
	text-align: center;
	font-weight: bold;
}
@media(max-width: 768px){
	.ryokin-modal-price {
		width:100%;
	}
	.ryokin-modal-kakunin {
		font-size:13px;
	}
}

/*stay*/
#tar-stay .stay-box {
	padding: 0.5rem!important;
}
#tar-stay .stay-box img {
	margin:0;
	padding:0;
}
.stay01 {
	-webkit-transform: rotate( -5deg );
			-ms-transform: rotate( -5deg );
					transform: rotate( -5deg );
}
.stay02 {
	-webkit-transform: rotate( 3deg );
			-ms-transform: rotate( 3deg );
					transform: rotate( 3deg );
}
.stay03 {
	-webkit-transform: rotate( 5deg );
			-ms-transform: rotate( 5deg );
					transform: rotate( 5deg );
}
.stay04 {
	-webkit-transform: rotate( -2deg );
			-ms-transform: rotate( -2deg );
					transform: rotate( -2deg );
}


/*アクセス*/
#tar-access .tar-access-subtitle {
	font-size:1rem;
	padding-top:1rem;
}
@media(max-width: 768px){
	#tar-access .tar-access-subtitle {
		font-size:12px;
		padding-top:0;
	}
}

#tar-access .box {
	border-color: #645d5b;
}
#tar-access .carnavi-box {
	padding:2rem 0;
}
#tar-access .tb-carnavi {
	margin-top:1rem;
}
#tar-access .tb-carnavi td {
	padding:1rem 0.5rem;
}
#tar-access .tb-carnavi-title {
	width:20%;
}
#tar-access .tb-carnavi-data {
	width:80%;
}
#tar-access .carnavi-box dt {
	font-weight:bold;
	font-size:1.2rem;
	line-height:1.5rem;
}

#tar-access .carnavi-box dd {
	font-size:1.2rem;
	line-height:1.5rem;
}
/*アクセスモーダル*/
#access-modal-ikikata .modal-content {
	width:80vw;
}


/*FAQ*/
#tar-faq .tag {
	border-radius:0.5rem;
	background-color: #47732E;
}
.faq-ul {
	list-style: square;
	margin:1rem 1rem 0;
	padding-left:1rem;
}
.faq-ul li {
	line-height:2rem!important;
}

/*FAQ 絞り込み2*/
#tar-faq .filter div {
	display:inline-block;
	border-radius:0.5rem;
	overflow: hidden;
}
#tar-faq .filter div.active {
	opacity: 0.6;
	-webkit-filter: brightness(90%);
					filter: brightness(90%);
}
#tar-faq .filter span.active {
	-webkit-filter:brightness(150%);
					filter:brightness(150%);
}
#tar-faq .filter span:hover {
	cursor: pointer;
	-webkit-filter:brightness(150%);
					filter:brightness(150%);
	-webkit-transition-duration: 0.3s;
			 -o-transition-duration: 0.3s;
					transition-duration: 0.3s;	/*変化に掛かる時間*/
	-webkit-transform: scale(1.02);
			-ms-transform: scale(1.02);
					transform: scale(1.02);
}
#tar-faq .message-header {
	/* background-color: #6B645C; */
	background-color: #8E867A;
}

@-webkit-keyframes zoom-in {
	0% {
	 -webkit-transform: scale(.1);
					 transform: scale(.1);
	}
	100% {
		-webkit-transform: none;
						transform: none;
	}
}

@keyframes zoom-in {
	0% {
	 -webkit-transform: scale(.1);
					 transform: scale(.1);
	}
	100% {
		-webkit-transform: none;
						transform: none;
	}
}
.is-animated {
	-webkit-animation: .6s zoom-in;
					animation: .6s zoom-in;
}
.boxes article {
	margin:0!important;
}

/*tel-link*/
@media(min-width: 769px){
	a[href^="tel:"]{
		pointer-events: none;
	}
}


/*左右スライドイン*/
.slide-inl{
	opacity:0;
	-webkit-animation-name:froml;
					animation-name:froml;
	-webkit-animation-duration:2s;
					animation-duration:2s;
	-webkit-animation-fill-mode: forwards;
					animation-fill-mode: forwards;
}
@-webkit-keyframes froml {
0% {
 opacity: 0;
 -webkit-transform: translateX(-50px);
				 transform: translateX(-50px);
}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}
@keyframes froml {
0% {
 opacity: 0;
 -webkit-transform: translateX(-50px);
				 transform: translateX(-50px);
}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}

.slide-inr{
	opacity:0;
	-webkit-animation-name:fromr;
					animation-name:fromr;
	-webkit-animation-duration:2s;
					animation-duration:2s;
	-webkit-animation-fill-mode: forwards;
					animation-fill-mode: forwards;
}
@-webkit-keyframes fromr {
0% {
 opacity: 0;
 -webkit-transform: translateX(calc(100vh + 50px));
				 transform: translateX(calc(100vh + 50px));
}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}
@keyframes fromr {
0% {
 opacity: 0;
 -webkit-transform: translateX(calc(100vh + 50px));
				 transform: translateX(calc(100vh + 50px));
}
	100%{
		opacity: 1;
		-webkit-transform: translateX(0);
						transform: translateX(0);
	}
}

/*フェードイン*/
.fadein {
	animation: ani-fadeIn 5s ease 0s 1 normal;
    -webkit-animation: ani-fadeIn 5s ease 0s 1 normal;
}
@keyframes ani-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes ani-fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


.fadein.scrollin {
	opacity: 1;
	-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
					transform: translate(0,0);
}


/*title-visual*/
#tar-titlevisual .titlev {
	width:100vw;
	height: 45vh;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 768px){
	#tar-titlevisual .titlev {
		height: 30vh;
	}
}

#tar-titlevisual .titlev-news {
	background-position: 50% 30%;
	/* background-image: url(/img/photo-02.jpg); */
	background-image: url(/img/photo-02-2.jpg);
}
#tar-titlevisual .titlev-courseinfo {
	background-position: 50% 30%;
	background-image: url(/img/photo-07.jpg);
}
#tar-titlevisual .titlev-annai {
	background-position: 50% 70%;
	background-image: url(/img/photo-03.jpg);
}
#tar-titlevisual .titlev-joken {
	background-position: 50% 70%;
	background-image: url(/img/photo-01.jpg);
}
#tar-titlevisual .titlev-ryokin {
	background-position: 50% 40%;
	background-image: url(/img/photo-01.jpg);
}
#tar-titlevisual .titlev-stay {
	background-position: 50% 40%;
	/* background-image: url(/img/stay/stay01.jpg); */
	background-image: url(/img/stay/stay01-2.jpg);
}
#tar-titlevisual .titlev-access {
	background-position: 50% 80%;
	background-image: url(/img/photo-04.jpg);
	/* background-image: url(/img/photo-04-1.jpg); */
}
#tar-titlevisual .titlev-about-dt-joken {
	background-position: 60% 50%;
	background-image: url(/img/photo-11.jpg);
}

#tar-titlevisual .titlev-filter {
	/* position:relative;
	width:100vw; */
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
#tar-titlevisual .titlev-text {
	text-align:center;
	color:#FFFFFF;
	padding:0.5rem;
	/* background: rgba(0, 0, 0, 0.3); */
}
#tar-titlevisual .titlev-text h2 {
	/* text-shadow: 2px 1px 20px #000, 0 0 5rem #000, 0 0 0.1rem #000; */
	text-shadow:
	1px 1px 3rem  rgba(0,0,0,0.8), -1px -1px 3rem  rgba(0,0,0,0.8),
  -1px 1px 0.5rem  rgba(0,0,0,0.4),  1px -1px 0.5rem  rgba(0,0,0,0.4),
  1px 0 0.5rem  rgba(0,0,0,0.4), -1px  0 0.5rem  rgba(0,0,0,0.4),
  0 1px 0.5rem  rgba(0,0,0,0.4),  0 -1px 0.5rem  rgba(0,0,0,0.4);
}

/*top-visual*/
#tar-topvisual .topv {
	top:100px;
	margin:0;
	padding:0;
	width: 100%;
	height: 60vh;
	background-repeat: no-repeat;
}
#tar-topvisual .topv-half {
	top:100px;
	margin:0;
	padding:0;
	width: 100%;
	height: 30vh;
	background-repeat: no-repeat;
}

#tar-topvisual .top-half {
	height: 30vh!important;
}
#tar-topvisual .topv-about {
	background-position: 50% 55%;
	background-image: url(/img/photo-06.jpg);
}
#tar-topvisual .topv-annai {
	background-position: 50% 70%;
	background-image: url(/img/photo-03.jpg);
}
#tar-topvisual .topv-dantai {
	background-position: 50% 40%;
	background-image: url(/img/photo-05.jpg);
}
#tar-topvisual .topv-faq {
	background-position: 50% 45%;
	background-image: url(/img/photo-08.jpg);
}
#tar-topvisual .topv-policy {
	background-position: 50% 45%;
	background-image: url(/img/photo-10.jpg);
}
#tar-topvisual .topv-newslist {
	background-position: 50% 45%;
	background-image: url(/img/photo-04.jpg);
}
#tar-topvisual .topv-toiawase {
	background-position: 50% 40%;
	background-image: url(/img/photo-09.jpg);
}


/* #tar-topvisual .topv-filter {
	position:relative;
	width:100vw;
	height:100%;
} */
#tar-topvisual .topv-filter2 {
	height:100%;
	display:flex;
	justify-content: center;
	align-items: center;
}
/* #tar-topvisual .topv-text {
	text-align:center;
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color:#FFFFFF;
	padding:0.5rem;
	background: rgba(0, 0, 0, 0.3);
} */
#tar-topvisual .topv-text2 h2 {
	text-shadow: #000 1px 1px 20px ;
}

#tar-topvisual .topv-text2 {
	color:#FFFFFF;
	padding:0.5rem;
	/* background: rgba(0, 0, 0, 0.3); */
}
#tar-topvisual .topv-text2 h2 {
	text-shadow:
	1px 1px 3rem  rgba(0,0,0,0.8), -1px -1px 3rem  rgba(0,0,0,0.8),
  -1px 1px 0.5rem  rgba(0,0,0,0.4),  1px -1px 0.5rem  rgba(0,0,0,0.4),
  1px 0 0.5rem  rgba(0,0,0,0.4), -1px  0 0.5rem  rgba(0,0,0,0.4),
  0 1px 0.5rem  rgba(0,0,0,0.4),  0 -1px 0.5rem  rgba(0,0,0,0.4);
}


/*modal*/
.modal-background {
	background:#252525;
}


/*footer*/
footer {
	bottom:0!important;
	margin:0!important;
	padding:0;
	font-size:0.85rem;
	line-height:2rem;
	color:#FFFFFF;
}
footer, footer a {
	color:#FFFFFF!important;
}
footer a:hover {
	color:#CCCCCC;
}
.footer-toiawase {
	background-color:#474747;
	padding:3rem 1rem;
}
@media screen and (min-width: 769px){
	.footer-toiawase {
		padding:3rem;
	}
}
.footer-toiawase h3 {
	letter-spacing: normal;
	color:#FFFFFF;
}
.footer-toiawase .footer-jusho {
	line-height:1.5;
}
.footer-toiawase-tel {
	margin-top:0.5rem;
	letter-spacing: 0.1rem;
}
.footer-toiawase-tel span {
	padding:0.5rem 0.5rem 0.5rem 0;
}
.footer-toiawase-tel a {
	text-decoration:underline;
}
.footer-access-btn {
	background-color: #792224;
	border:none!important;
}
.footer-access-btn:hover {
	background-color: #4E1F21;
}
.footer-sns span {
	font-size:1.5rem;
	padding-right:0.5rem;
}
.footer-link {
	background-color: #252525;
	padding:1rem;
}

/*back to top*/
#page-top {
	position: fixed;
	left: 50%;
	bottom: 40px;
	transform: translateX(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%; /* 幅を100%に設定 */
	gap: 10px;
	z-index: 80;
}

#page-top .ptop-menu1,
#page-top .ptop-menu2 {
	background: #6B8E23;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #3C5013, #6B8E23);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #3C5013, #6B8E23); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
	padding: 1rem;
	height: 4rem;
	width: 30%;
	border-radius: 5px;
	border:solid 1px #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (max-width: 768px){
	#page-top {
		bottom: 40px;
	}
	#page-top .ptop-menu1,
	#page-top .ptop-menu2 {
		width: 60%;
	}
}

#page-top a {
	color: #FFFFFF!important;
	/* text-shadow: -5px 5px 20px #ced0d3; */
	font-weight: bold;
	font-size: 1.2rem;
	text-align: center;
	text-decoration: none;
}

#page-top .ptop-menu1:hover,
#page-top .ptop-menu2:hover {
    transform: scale(1.02);
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
}



/*block controll*/
.fl-mobile {
	display:flex;
	flex-direction:row;
}
@media screen and (max-width: 768px){
	.fl-mobile {
		flex-direction:column;
	}
}

/*margin*/
.mar-top2 {
	margin-top:2rem;
}
.mar-top5 {
	margin-top:5rem!important;
}
.mar-bot2 {
	margin-bottom:2rem;
}
.mar-bot10 {
	margin-bottom:10rem;
}
.mar-tb0 {
	margin-top:0rem;
	margin-bottom:0rem;
}
.mar-tb5 {
	margin-top:5rem;
	margin-bottom:5rem;
}
.mar-top10 {
	margin-top:10rem;
}
.mar-lr2 {
	margin-right:2rem;
	margin-left:2rem;
}


/*padding*/
.pad-0 {
	padding:0rem!important;
}

.pad-2 {
	padding:2rem;
}
.pad-5 {
	padding:5rem!important;
}
.pad-top2 {
	padding-top:2rem;
}
.pad-top5 {
	padding-top:5rem;
}
.pad-bot2 {
	padding-bottom:2rem;
}
.pad-lr2 {
	padding-right:2rem!important;
	padding-left:2rem!important;
}
.pad-lr4 {
	padding-right:4rem!important;
	padding-left:4rem!important;
}
.pad-r2 {
	padding-right:2rem;
}
.pad-05 {
	padding:0.5rem;
}
.pad-r05 {
	padding-right:0.5rem;
}
.pad-tb0 {
	padding-top:0;
	padding-bottom:0;
}
.pad-tb4 {
	padding-top:4rem;
	padding-bottom:4rem;
}
/*shadow*/
.bn-shadow {
	-webkit-box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
					box-shadow: 0 0.5em 1em -0.125em rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.02);
}


/*underline*/
.has-text-uline {
	text-decoration: underline;
}

/*passme*/
#passme span:hover {
	cursor: pointer;
}
#tar-passme ul {
	list-style: square;
	margin: 1rem;
	padding-left:1rem;
}
#tar-passme ul li {
	line-height:1.8rem;
	padding-bottom:1rem;
	font-weight: bold;
}


.box.wh-green {
	background-color:#FFF;
	border:solid 1px #0f653a;
	color:#0f653a!important;
	box-shadow:none!important;
}

/* dantai */
.box.wh-green .title,
.box.wh-green a
{
	color:#0f653a!important;
}


/*bg-cont*/
.bg-beige {
	background-color:#F9F4EE/*#FFFFFF*/;
}
.bg-white {
	background-color:#FFFFFF;
}

.text-red {color:red;}

.ryokin-mod-note {
	display: table;
	margin:0 auto;
	background-color:none;
}

/* 改行と字間 */

.br-tabpc {
	display:none;
}
@media screen and (min-width: 769px) {
	.br-tabpc {
		display:block;
	}
}

.br-tab {
	display:none;
}
@media screen and (max-width: 1215px) and (min-width: 769px){
	.br-tab {
		display:block;
	}
}
.br-tab2 {
	display:none;
}
@media screen and (min-width: 1025px){
	.br-tab2 {
		display:block;
	}
}
@media screen and (max-width: 900px) and (min-width: 769px){
	.br-tab2 {
		display:block!important;
	}
}

@media screen and (min-width: 769px){
	.br-mob {
		display:none;
	}
}


/*arrows*/

.thinright{
	position: relative;
}
.thinright::before{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0px;
	width: 100px;
	height: 2px;
	background: #666;
}
.thinright::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 78px;
	width:18px;
	height: 18px;
	border: 2px solid;
	border-color: transparent transparent #666 transparent;
	transform: rotate(-135deg);
}




/* privacy-policy */
#tar-policy div.pol-pad-lr {
	padding-left:4rem;
	padding-right:4rem;
}
.pol-px6 {
	padding-right:3rem;
	padding-left:3rem;
}
.pol-py6 {
	padding-top:3rem;
	padding-bottom:3rem;
}


@media screen and (max-width: 1023px) {
	#tar-policy div.pol-pad-lr {
		padding-left:1rem;
		padding-right:1rem;
	}
	.pol-px6 {
		padding-right:1rem;
		padding-left:1rem;
	}
	.pol-py6 {
		padding-top:2rem;
		padding-bottom:2rem;
	}
}


#tar-policy ol {
	margin-left:3rem;
}

ol li.kakko {
	list-style-type: none;
	counter-increment: number;
}

ol.pol-ol-no2 li.kakko::before {
	content: "(" counter(number) ") ";
	display:inline-block;
	margin-left:-3rem;
	width: 2.5rem;
}

ol li.kakko::before {
	content: "(" counter(number) ") ";
	display:inline-block;
	margin-left:-3rem;
	width: 1.5rem;
}


ul li.kakko-kana {
	list-style-type: none;
	padding-left: 3rem;
	text-indent: -3rem;
	line-height: 2rem;
	padding-bottom: 1rem;
}
@media screen and (max-width: 1023px) {
	ul li.kakko-kana {
		padding-left: 1rem;
		line-height: 1.5rem;
	}
}

ol li ul li ol li.kakko-kome {
	list-style-type: none;
	counter-increment: cnt;
	padding-top:1rem;
	padding-left:1rem;
	text-indent: -3rem;
	line-height: 1.5rem;
}
ol li ul li ol li.kakko-kome::before {
	content: "(※" counter(cnt) ") ";
	font-weight: bold;
	padding-right:0.5rem;
}


ol li span.pol-item-title::after {
	content: "\A";
	white-space: pre;
}

ul.pol-ul {
	padding-top:1rem;
	padding-left:2rem;
	list-style-type: disc;
}
ul.pol-ul li {
	padding-left:0;
}


@media screen and (max-width: 1023px) {
	ul.pol-ul {
		padding-left:1rem;
	}
	ul.pol-ul li {
		padding-bottom:0.5rem;
	}
}

table.pol-tb {
	margin:1rem 0;
	width:100%;
}
table.pol-tb td, table.pol-tb th {
  border-collapse: collapse;
  border:1px solid #b5bbbf;
	padding:1rem;
}

table.pol-tb th {
	background-color:#f3f3f0;
}

.pol-notice {
	font-size:0.9rem;
	line-height:1.5rem;
}
.pol-notice p {
	margin-bottom:0.5rem;
}

.pol-wrap {
	word-wrap: break-word;
overflow-wrap: break-word;
}

/* cursor */
.cursor-pt {
	cursor: pointer;
}

/* position */
.posi-rel {
	position: relative;
}
