@charset "utf-8";



/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/


header {
	height: 50px;
	border: 3px solid r_ed;
}

header p {
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 3;
}

.headbox {
	border: 5px solid b_lue;
	width: 850px;
	height: 630px;
	margin: -20px auto 0;
	position: relative;
	left: 40px;
}

.headbox .visual{
	width: 650px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	border: 5px solid g_reen;
}
.mainhyoutanlogoanim{
	animation: fuwa 3s ease-in-out infinite alternate-reverse;
}
@keyframes fuwa {
	0%{
		bottom: 0;
		transform: scale(1.00);
	}
	10%{
		bottom: 0;
		transform: scale(1.00);
	}

	90%{
		bottom: 15px;
		transform: scale(1);
	}
	100%{
		bottom: 15px;
		transform: scale(1);
	}
}


.bounceballbox{
	width: 100%;
	border: 3px solid r_ed;
	height: 550px;
	position: absolute;
	top: 0;
	z-index: 1;
}
.bounceballbox img{
	width: 15px;
}
.animation{
	position: relative;
	left: 0;
	bottom: 0;
    animation: ugoki1_1 4s linear infinite alternate,ugoki1_2 1s ease-in infinite alternate;/*animationの複数指定はコレ*/
}
@keyframes ugoki1_1{
    0%{
        left:0%;
    }
    100%{
        left:98%;
    }
}
    
@keyframes ugoki1_2{
    0%{
        top:0%;
    }
    100%{
        top:100%;
    }
}

.animation2{
	position: relative;
	left: 0;
	bottom: 0;
    animation: ugoki2_1 3.8s linear infinite alternate,ugoki2_2 1s ease-in infinite alternate;/*animationの複数指定はコレ*/
}
@keyframes ugoki2_1{
    0%{
        left:-1%;
    }
    100%{
        left:97%;
    }
}
    
@keyframes ugoki2_2{
    0%{
        top:0%;
    }
    100%{
        top:100%;
    }
}

.headbox .blurlayer{
	border: 1px solid r_ed;
	width: 730px;
	height: 650px;
	position: relative;
	left: 145px;
	top: 0px;
	margin-bottom: -622px;
	z-index: 2;
	backdrop-filter: blur(15px);
	animation: blurlay 2s ease-in-out 1 forwards;
}

@keyframes blurlay {
	0%{opacity: 1;}
	30%{opacity: 1;}
	100%{opacity:0;}
}
.headbox .logo{
	width: 240px;
	position: absolute;
	left: 20px;
	bottom: 15px;
	z-index: 3;
}

.headbox h2 {
	position: absolute;
	top: 180px;
	left: -130px;
	width: 380px;
	z-index: 3;
}

.headbox .snsbox {
	position: absolute;
	bottom: 10px;
	right: -30px;
	display: flex;
	z-index: 3;
	border: 1px solid r_ed;
}

.headbox .snsbox a {
	border: 1px solid r_ed;
	display: inline-block;
	width: 30px;
	margin-right: 5px;
	transition: .5s;
}
.headbox .snsbox a:hover {
	opacity: .7;
}

@media all and (max-width: 1030px) {
	.headbox h2 {
		position: absolute;
		top: 180px;
		left: 10px;
		width: 380px;
	}
	.headbox .snsbox {
		position: absolute;
		bottom: 5px;
		right: 60px;
		display: flex;
	}
}


@media all and (max-width: 750px) {

	header {
		height: 50px;
		border: 3px solid r_ed;
	}
	
	header p {
		position: absolute;
		right: 15px;
		top: 10px;
	}
	
	.headbox {
		border: 5px solid b_lue;
		width: 100%;
		margin: 20vw auto 0;
		position: relative;
		left: 0px;
	}
	.headbox .visual{
		width: 120vw;
		max-width: none;
		position: relative;
		left: -10vw;
		z-index: 0;
		margin-top: 20vw;
	}
	.headbox .logo{
		width: 70%;
		position: relative;
		top: 15px;
		left:11%;
		bottom: 0px;
	}
	
	.headbox h2 {
		position: absolute;
		top: -8.5vw;
		left: 3vw;
		width: 75vw;
	}
	
	
	.headbox .snsbox {
		position: absolute;
		bottom: 0;
		top: -23vw;
		right: 4vw;
		display:flex;
		flex-direction: column;
	
	}
	
	.headbox .snsbox a {
		border: 1px solid r_ed;
		display: inline-block;
		width: 30px;
		margin-right: 0px;
		margin-bottom: 10px;
		transition: .5s;
	}
	.headbox .snsbox a:hover {
		opacity: .7;
	}
	.headbox .blurlayer{
		border: 1px solid r_ed;
		width: 100%;
		height: 150vw;
		position: relative;
		left: 0;
		top: 0px;
		margin-bottom: -150vw;
		z-index: 1;
		backdrop-filter: blur(15px);
		animation: blurlay 2s ease-in-out 1 forwards;
	}
		
	.animation{
		position: relative;
		left: 0;
		bottom: 0;
		animation: ugoki1_1 4s linear infinite alternate,ugoki1_2 1s ease-in infinite alternate;/*animationの複数指定はコレ*/
	}
	@keyframes ugoki1_1{
		0%{
			left:0%;
		}
		100%{
			left:100%;
		}
	}
		
	@keyframes ugoki1_2{
		0%{
			top:0%;
		}
		100%{
			top:115%;
		}
	}

	.animation2{
		position: relative;
		left: 0;
		bottom: 0;
		animation: ugoki2_1 3.8s linear infinite alternate,ugoki2_2 1s ease-in infinite alternate;/*animationの複数指定はコレ*/
	}
	@keyframes ugoki2_1{
		0%{
			left:0%;
		}
		100%{
			left:80%;
		}
	}
		
	@keyframes ugoki2_2{
		0%{
			top:0%;
		}
		100%{
			top:115%;
		}
	}

	
}

/**************/

.infobox {
	border: 5px solid b_lue;
	margin: 90px auto 0;
	width: 1000px;
	background-color: #fff;
	margin-bottom: 100px;
}

.spscrollbox{
	width: 700px;
	display: inline-block;
}
.infobox .instabox {
	border: 2px solid r_ed;
	width: 700px;
	height: 450px;
	display: inline-block;
	position: relative;
}
.infobox .instabox_link {
	border: 2px solid b_lue;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;left: 0;
}

.infobox .infottl {
	border: 2px solid p_ink;
	display: inline-block;
	width: 180px;
	position: relative;
	top: 60px;
	left: 15px;
}


@media all and (max-width: 750px) {

	.infobox {
		border: 5px solid b_lue;
		margin: 90px auto 40px;
		width: auto;
	}
	.infobox .infottl {
		border: 2px solid r_ed;
		display: inline-block;
		width: 60vw;
		position: relative;
		top: 0px;
		left: 5vw;
	}
	.spscrollbox{
		width: auto;
		display: block;
		padding: 0 2vw;
		overflow-x: auto !important;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		margin-top: 3vw;
	}
	.infobox .instabox {
		border: 2px solid r_ed;
		width: 700px;
		display: inline-block;
	}
	


}


/************/
.parallaxbox{
	position: relative;
	background-color: #fff;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
z-index: 2;
}
.parallax {
	height: 600px;
	width: 100%;
	border: 3px solid r_ed;
}
.parallax img{
	border: 3px solid b_lue;
	position: relative;
	top: -800px;
	object-fit: cover;
	width: 100%;
}

/*
.parallax::before {
	background-image: url(../img/shiosaiimg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 0;
}
*/
@media all and (max-width: 750px) {
	.parallaxbox{
		position: relative;
		background-color: #fff;
		width: 100%;
		z-index: 2;
	}
	.parallax {
		height: 130vw;
	}
	.parallax img{
		border: 3px solid blue;
		position: relative;
		top: -8px;
		object-fit: cover;
		width: 100%;
	}
	
	/*
	.parallax::before {
		background-image: url(../img/shiosaiimg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		content: "";
		height: 100vh;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 0;
	}
	*/
}

/************/

.databox{
	border: 2px solid r_ed;
	width: 620px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;
}
.databox .inner{
	border: 1px solid #A8A59F;
	width: 48%;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	padding: 35px 0;
}
.databox .inner dt{
	font-size: 150%;
}
.databox .inner dd{
	font-size: 180%;
	margin-bottom: 25px;
}
.databox .inner p{
	font-size: 130%;
}

.databox .inner li{
	font-size: 115%;
	text-align-last: left;
	margin: 10px auto;
	width: 69%;

}
.databox .inner li img{
	height: 1em;
	position: relative;
	top: 4px;
	margin-right: 5px;
}
@media all and (max-width: 750px) {
	.databox{
		border: 2px solid r_ed;
		width: 85vw;
		margin: 50px auto 0;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.databox .inner{
		border: 1px solid #A8A59F;
		width: 100%;
		border-radius: 10px;
		background-color: #fff;
		text-align: center;
		padding: 35px 0;
		margin-bottom: 20px;
	}
	.databox .inner li{
		font-size: 115%;
		text-align-last: left;
		margin: 10px auto;
		width: 13em;
	}
	/* カレンダーボタン：SPでは少し細くする */
	.databox .inner .calendar-btn a {
		width: 50%;         /* 80% → 65% くらいがバランス良いと思います */
		max-width: 210px;   /* 横幅の上限もやや小さめに */
		padding: .6em 1.4em;/* パディングも少しだけ減らす */
		font-size: 95%;     /* 文字はほんの少し大きくして読みやすく */
	}
	/* クーポン行：スマホは少しだけ詰める */
	.databox .inner ul li {
		line-height: 1.8;      /* 2.0 より少しだけ詰める */
		margin-bottom: 0.6em;  /* その分、行と行の間を margin で調整 */
	}

	/* アイコン位置も少しだけ調整 */
	.databox .inner ul li img {
		margin-top: 0.2em;
	}

	/* カレンダーボタン（上で書いた修正） */
	.databox .inner .calendar-btn a {
		width: 65%;
		max-width: 230px;
		padding: .6em 1.4em;
		font-size: 95%;
	}
}

/* databox 内の注釈と休業日カレンダーボタン */
.databox .inner dl {
	margin: 0;
}

.databox .inner .note {
	font-size: 70%;
	line-height: 1.6;
	margin: 0.3em 0 0;
}

.databox .inner .calendar-btn {
	margin-top: 1.5em;
}

.databox .inner .calendar-btn a {
	display: inline-block;
	padding: .6em 1.8em;
	border: 2px solid #333;
	border-radius: 999px;
	font-weight: 700;          /* 太字 */
	font-size: 90%;
	text-decoration: none;
	color: #333;
	background-color: #fff;
	transition: .3s;
}

.databox .inner .calendar-btn a:hover {
	background-color: #333;
	color: #fff;
}

.databox .inner .note-small {
	font-size: 80%;
	line-height: 1.6;
	margin-bottom: 1.2em;
	color: #555;
}

.databox .inner .dayoff-attention {
	font-size: 95%;
	line-height: 1.8;
	margin: 1.5em 1.5em; /* ← 左右に余白を付ける */
	color: #333;
}

/* 「毎週月曜日・元日」と注釈の距離を詰める */
.databox .inner .dayoff-main {
	margin-bottom: 0.1em;   /* ここを小さく */
}

.databox .inner .note-small {
	margin-top: 0;          /* 余計な余白を消す */
	line-height: 1.3;       /* 行間は少し詰め気味 */
}

/* PC用 */
@media all and (min-width: 751px) {
.databox .inner ul li {
	line-height: 4.0;
	margin-bottom: 0.2em;
	display: flex;            /* ← これがポイント */
	align-items: flex-start;  /* 上揃えで安定 */
}

/* チェックマーク画像の位置調整 */
.databox .inner ul li img {
	height: 1em;
	margin-right: 8px;
	margin-top: 1.3em;       /* ← 画像を少し下げてちょうど良い高さに */
}
}
.shiosai {
	border: 5px solid p_ink;
	margin-top: 80px;
}

.shiosai .visualbox {
	/*width: 100%;
	height: 600px;
	background: url(../img/shiosaiimg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	border-top: 1px solid transparent;*/
}

.shiosai .visualbox .inner {
	width: 950px;
	display: flex;
	border: 3px solid r_ed;
	margin: -500px auto -100px;
}

.shiosai .visualbox .inner .leftbox {
	border: 3px solid b_lue;
	position: relative;
	background: url(../img/hyoutan_wh.svg) no-repeat;
	background-size: contain;
	width: 650px;
	height: 600px;
}
.shiosai .visualbox .inner .leftbox img{
	border: 3px solid b_lue;
	position: relative;
	width: 260px;
	top: 110px;
	left: 220px;
}
.shiosai .visualbox .inner .leftbox .linebox{
	border: 1px solid r_ed;
	position: relative;
	width: 260px;
	top: -90px;
	left: 223px;
}

.shiosai .visualbox .inner .rightbox {
	border: 3px solid b_lue;
	position: relative;
	width: 330px;
	position: relative;
	top: 80px;
	right: 50px;
}


@media all and (max-width: 750px) {

	.shiosai {
		border: 5px solid p_ink;
		margin-top: 80px;
	}
	
	.shiosai .visualbox {
		/*width: 100%;
		height: 80vw;
		background: url(../img/shiosaiimg.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		border-top: 10px solid g_reen;
		margin-bottom: 170vw;*/
	}
	
	.shiosai .visualbox .inner {
		width: 100%;
		display: block;
		border: 3px solid r_ed;
		margin: -80vw auto -20vw;
	}
	
	.shiosai .visualbox .inner .leftbox {
		border: 3px solid b_lue;
		position: relative;
		background: url(../img/hyoutan_wh.svg) no-repeat;
		background-size: contain;
		width: 100vw;
		height: auto;
		top: 0;
		right: 20vw;
		margin-top: 25vw;
	}
	.shiosai .visualbox .inner .leftbox img{
		position: relative;
		width: 83vw;
		top: 0;
		left: 25vw;
		margin-top: 20vw;
	}
	.shiosai .visualbox .inner .leftbox .linebox{
		position: relative;
		width: 80vw;
		top: -90vw;
		left: 25vw;
		margin-top: 20vw;
	}	
	.shiosai .visualbox .inner .rightbox {
		border: 3px solid b_lue;
		position: relative;
		width: 100vw;
		position: relative;
		top: -20vw;
		right: 7vw;
	}
	
}

/****/
.separate_point {
	margin: 50px auto 0;
	display: block;
	position: relative;
	width: 25px;
}
.h4 {
	margin: 25px auto 0;
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}
.h4 span{
	margin: 10px auto 0;
	display: block;
	font-size: 60%;
}

.facilitydatabox{
	border: 3px solid r_ed;
	width: 430px;
	margin: 60px auto;
}

.facilitydatabox .mainbox{
	border: 1px solid b_lue;
	display: flex;
	justify-content: space-between;
}
.facilitydatabox .mainbox .box{
	border: 1px solid g_reen;
	font-size: 130%;
}
.facilitydatabox .mainbox .box span{
	border: 1px solid #aaa;
	font-size: 60%;
	padding: .2em 1.1em;
	display: inline-block;
	position: relative;
	top: -0.3em;
	margin-right: 1.6em;
}
.facilitydatabox .coupon{
	border: 1px solid #aaa;
	font-size: 80%;
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
}
.facilitydatabox .coupon .box2{
	border: 1px solid y_ellow;
	font-size: 80%;
	padding: 1.85em;
	line-height: 1.8;
}
.facilitydatabox .coupon .box2:nth-child(2){
	font-size: 70%;
}

.floormapbox{
	width: 750px;
	margin: 40px auto 0;
}
.shiosai .itembox {
	border: 3px solid p_ink;
	width: 950px;
	margin: 80px auto 0;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	left: 15px;
}
.shiosai .itembox .item {
	width: 44%;
	margin: 0 20px 70px;
	text-align: center;
	box-sizing: border-box;
	border: 3px solid r_ed;
}

.shiosai .itembox .item img {
	border: #333 3px solid;
	border-radius: 25px;
}
.shiosai .itembox .item h5 {
	font-size: 155%;
	font-weight: 700;
	margin-top: .6em;
}

.shiosai .itembox .item h5 span {
	font-size: 50%;
	font-weight: 200;
	display: block;
	letter-spacing: 1px;
}

.shiosai .itembox .item p {
	font-size: 90%;
	font-weight: 400;
	text-align: left;
	margin: 2em 0 0 2em;
}

.shiosai .itembox .item p a {
	color: black;
	font-size: 90%;
	transition: .4s;
}

.shiosai .itembox .item p a:hover {
	opacity: .6;
}

.shiosai .itembox .item p a::after {
	content: '';
	display: inline-block;
	background: url(../img/out_link.svg) ;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	width: 1em;
	height: .8em;
	left: 0.5em;
}


@media all and (max-width: 750px) {
	.separate_point {
		margin: 50px auto 0;
		display: block;
		position: relative;
		width: 5vw;
	}
	.h4 {
		margin: 25px auto 0;
		display: block;
		position: relative;
		width: 100%;
		text-align: center;
		font-size: 190%;
	}


	.facilitydatabox{
		border: 3px solid r_ed;
		width: 90%;
		margin: 60px auto;
	}
	
	.facilitydatabox .mainbox{
		border: 1px solid b_lue;
		display: flex;
		justify-content: space-between;
	}
	.facilitydatabox .mainbox .box{
		border: 1px solid g_reen;
		font-size: 140%;
	}
	.facilitydatabox .mainbox .box span{
		border: 1px solid #aaa;
		font-size: 70%;
		padding: .2em 1.1em;
		display: inline-block;
		position: relative;
		top: -0.3em;
		margin-right: .6em;
	}
	.facilitydatabox .coupon{
		border: 1px solid #aaa;
		font-size: 100%;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 2em;
	}
	.facilitydatabox .coupon .box2{
		border: 1px solid y_ellow;
		font-size: 100%;
		padding: 1.8em;
	}
	.facilitydatabox .coupon .box2:nth-child(2){
		font-size: 90%;
		padding-top: 0;
	}

	.floormapbox{
		width: auto;
		display: block;
		padding: 0 2vw;
		overflow-x: auto !important;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		margin-top: 3vw;
	}

	.floormapbox .mapimg{
		border: 2px solid r_ed;
		width: 180vw ;
		display: inline-block;
		
	}
	.floormapbox .sptxt{
		font-weight: 800;
		opacity: .5;
		
	}

	.shiosai .itembox {
		border: 3px solid p_ink;
		width: 94%;
		margin: 80px auto 0;
		display: flex;
		flex-wrap: wrap;
		left: 0px;
	}
	.shiosai .itembox .item {
		width: 100%;
		margin: 0 0px 70px;
		text-align: center;
	}
	
	.shiosai .itembox .item img {
		border: #333 3px solid;
		border-radius: 25px;
		box-sizing: border-box;
	}
	.shiosai .itembox .item h5 {
		font-size: 155%;
		font-weight: 700;
		margin-top: .6em;
	}
	
	.shiosai .itembox .item h5 span {
		font-size: 70%;
		font-weight: 200;
		display: block;
		letter-spacing: 1px;
	}
	
	.shiosai .itembox .item p {
		font-size: 110%;
		font-weight: 400;
		text-align: left;
		margin: 2em 0 0 0.5em;
	}
	
	.shiosai .itembox .item p a {
		color: black;
		font-size: 100%;
		transition: .4s;
	}
	
}

/*****************/

.inqbox {
	border: 5px solid b_lue;
	width: 600px;
	margin: 60px auto 0;
}

.inqbox .innerbox {
	border: 1px solid r_ed;
	width: 100%;
	height: 100px;
	display: flex;
	margin-top: 00px;
	justify-content: space-between;
}

.inqbox .innerbox a{
	border: 1px solid r_ed;
	width: 45%;
	padding: 10px 30px 15px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	transition: .5s;
	position: relative;
}
.inqbox .innerbox a:nth-child(1) .txtt{
	width: 100%;
	border: 1px solid g_reen;
}
.inqbox .innerbox a:nth-child(2) .txtt{
	width: 110%;
	border: 1px solid g_reen;
}
.inqbox .innerbox a .icon{
	width: 27px;
	border: 1px solid g_reen;
	position: absolute;
	top: 43px;
	left: 35px;
}
.inqbox .innerbox a:hover .icon{
	animation: purupuru_anim 2s infinite alternate;
}
@keyframes purupuru_anim {
	0% {	transform: translate(0, 0);}
	5% {	transform: translate(-2px, -0);}
	10% {	transform: translate(2px, 0);}
	15% {	transform: translate(-2px, -0);}
	20% {	transform: translate(2px, 0);}
	25% {	transform: translate(-2px, -0);}
	30% {	transform: translate(0, 0);}
	100% {	transform: translate(0, 0);top: 38px;}
}

.inqbox .innerbox a span{
	border-top: 1px solid #999;
	width: 40%;
	transition: .5s;
	display: block;
	margin: 5px auto 0;
}
.inqbox .innerbox a:hover span{
	width: 55%;
}


@media all and (max-width: 750px) {
	.inqbox {
		border: 5px solid b_lue;
		width: 85vw;
		margin: 60px auto 0;
	}
	
	.inqbox .innerbox {
		border: 1px solid r_ed;
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		margin-top: 60px;
	}
	
	.inqbox .innerbox a{
		width: 100%;
		padding: 10px 30px 25px;
		box-sizing: border-box;
		border-left: 0px solid #B5B2B1;
		display: inline-block;
		text-align: center;
		transition: 5s;
	}
	.inqbox .innerbox a:hover{
		opacity: .5;
	}
	
	.inqbox .innerbox a:nth-child(1) img{
		width: 80%;
		margin-right: 3vw;
	}
	.inqbox .innerbox a:nth-child(2) img{
		width: 95%;
	}
	.inqbox .innerbox a span{
		border-top: none;
		margin: 0;
	}
	
	
}

/*****************/
.shimaaji {
	border: 5px solid p_ink;
	width: 100%;
	margin-top: 60px;
}

.shimaaji .visualbox {
	border: 5px solid r_ed;
	background-color: #FFFAE6;
	width: 100%;
}
/*
.shimaaji .visualbox .backimgbox {
	border: 2px solid b_lue;
	width: 100%;
	height: 380px;
	background: url(../img/shimaajiimg.jpg);
	background-size: cover;
	margin-bottom: -300px;
}
*/
.shimaaji .visualbox .backimgbox {
	border: 2px solid b_lue;
	width: 100%;
	height: 380px;
	margin-bottom: -300px;
	overflow: hidden;
	z-index: 1;
}

.shimaaji .visualbox .backimgbox img{
	width: 100%;
	object-fit: cover;
}



.shimaaji .visualbox .inner {
	border: 2px solid g_reen;
	width: 980px;
	margin: 0 auto;
	display: flex;
}

.shimaaji .visualbox .inner .leftbox {
	border: 2px solid p_ink;
	width: 620px;
	background: url(../img/hyoutan_ylw.svg) no-repeat;
	background-size: contain;
	position: relative;
	z-index: 2;
}
.shimaaji .visualbox .inner .leftbox h3 img{
	width: 420px;
	position: relative;
	left: 150px;
	margin-top: 120px;
}

.shimaaji .visualbox .inner .leftbox .inner2 {
	border: 2px solid r_ed;
	display: flex;
	width: 430px;
	position: relative;
	left: 150px;
	margin: 30px 0 80px;
}
.shimaaji .visualbox .inner .leftbox .inner2 .leftbox2 {
	border: 2px solid r_ed;
	width: 230px;
}
.shimaaji .visualbox .inner .leftbox .inner2 .rightbox2 .btn_push{
	position: relative;
	top: 70px;
	left: 20px;
}

.btn_push{
	border: 2px solid #000;
	padding: 8px 20px;
	border-radius: 30px;
	box-shadow: 1px 3px 0 #000;
	background-color: #fff;
	transition: .3s;
	font-weight: 600;
	font-size: 90%;
}
.btn_push::after{
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	width: .7em;/*画像の幅*/
	height: .7em;/*画像の高さ*/
	background-image: url(../img/out_link.svg);
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	position: relative;
	top: -2px;
	left: .2em;
}
.btn_push:hover {
	box-shadow: 1px 2px 0 #000;
	color: #555;
	transform: translate3d(0px, 2px, 0);
}

.shimaaji .visualbox .inner .rightbox {
	border: 2px solid p_ink;
	width: 350px;
	position: relative;
	left: 10px;
	top: 320px;
}

@media all and (max-width: 750px) {
	.shimaaji {
		border: 5px solid p_ink;
		width: 100%;
		margin-top: 60px;
	}
	
	.shimaaji .visualbox {
		border: 5px solid r_ed;
		background-color: #FFFAE6;
		width: 100%;
	}
	/*
	.shimaaji .visualbox .backimgbox {
		border: 2px solid b_lue;
		width: 100%;
		height: 80vw;
		background: url(../img/shimaajiimg_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		margin-bottom: -300px;
	}*/

	.shimaaji .visualbox .backimgbox {
		margin-bottom: -350px;
	}

	.shimaaji .visualbox .inner {
		border: 2px solid g_reen;
		width: 100vw;
		margin: 0 auto;
		display: block;
	}
	
	.shimaaji .visualbox .inner .leftbox {
		background: url(../img/hyoutan_ylw.svg) no-repeat;
		background-size: contain;
		position: relative;
		width: 100vw;
		height: auto;
		top: 0;
		right: 20vw;
		margin-top: 21vw;
	}
	.shimaaji .visualbox .inner .leftbox h3 img{
		border: 2px solid p_ink;
		width: 85vw;
		position: relative;
		left: 27vw;
		margin-top: 20vw;
	}
	.shimaaji .visualbox .inner .leftbox h3 img:nth-child(3){
		margin-top: 5vw;
		border: 1px solid r_ed;
	}
	.shimaaji .visualbox .inner .leftbox .inner2 {
		border: 2px solid b_lue;
		display: flex;
		flex-direction: column;
		width: 90vw;
		position: relative;
		left: 0px;
		margin: 30px 0 0px 24vw;
		text-align: center;
	}
	.shimaaji .visualbox .inner .leftbox .inner2 .leftbox2 {
		border: 2px solid r_ed;
		width: 80%;
		margin: 0 auto;
	}
	.shimaaji .visualbox .inner .leftbox .inner2 .rightbox2 .btn_push{
		position: relative;
		top: 0px;
		left: 0px;
		margin: 30px auto 70px;
		font-size: 130%;
		width: 30%;
	}
	
	.btn_push{
		border: 2px solid #000;
		padding: 8px 20px;
		border-radius: 30px;
		box-shadow: 1px 3px 0 #000;
		background-color: #fff;
		transition: .3s;
		font-weight: 600;
		font-size: 90%;
	}
	.btn_push::after{
		content: '';/*何も入れない*/
		display: inline-block;/*忘れずに！*/
		width: .7em;/*画像の幅*/
		height: .7em;/*画像の高さ*/
		background-image: url(../img/out_link.svg);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		position: relative;
		top: -2px;
		left: .2em;
	}
	.btn_push:hover {
		box-shadow: 1px 2px 0 #000;
		color: #555;
		transform: translate3d(0px, 2px, 0);
	}
	
	.shimaaji .visualbox .inner .rightbox {
		display: none;
	}	
}


/*****************/
.about {
	border: 5px solid b_lue;
	margin-top: 60px;
}

.about h3 {
	width: 560px;
	margin: 0 auto;
}

.about ul {
	border: 1px solid #333;
	border-radius: 25px;
	padding: 1.5em 4em;
	width: 560px;
	margin: 20px auto 0;
	box-sizing: border-box;
}

.about ul li {
	height: 5em;
	border-bottom: 1px solid #888;
}

.about ul li:last-child {
	border-bottom: 0px solid #888;
}

.about ul li dl {
	width: 110px;
	font-size: 90%;
	display: inline-block;
	position: relative;
	top: 2.3em;
	vertical-align: top;

}

.about ul li dd {
	display: inline-block;
	position: relative;
	top: 2em;
	border: 1px solid r_ed;
	vertical-align: top;

}

.about ul li dd iframe{
	display: inline-block;
	width: 330px;
	height: 200px;
}

.about ul li:nth-child(4) {
	border: none;
}
.about ul li:nth-child(5) {
	height: 180px;
}


@media all and (max-width: 750px) {
	.about {
		border: 5px solid b_lue;
		margin-top: 60px;
	}
	
	.about h3 {
		width: 85%;
		margin: 0 auto;
	}
	
	.about ul {
		border: 1px solid #333;
		border-radius: 25px;
		padding: 1em 2em;
		width: 95%;
		margin: 20px auto 0;
		box-sizing: border-box;
	}
	
	.about ul li {
		height: 5em;
		border-bottom: 1px solid #888;
	}
	
	.about ul li:last-child {
		border-bottom: 0px solid #888;
	}
	
	.about ul li dl {
		width: 15vw;
		font-size: 90%;
		display: inline-block;
		position: relative;
		top: 2.3em;
		vertical-align: top;
		border: 1px solid r_ed;

	}
	
	.about ul li dd {
		display: inline-block;
		position: relative;
		top: 2em;
		border: 1px solid r_ed;
		vertical-align: top;
	
	}
	
	.about ul li dd iframe{
		display: inline-block;
		width: 60vw;
	}
	
	.about ul li:nth-child(4) {
		border: none;
	}
	.about ul li:nth-child(5) {
		height: 46vw;
	}
	
	
}

/*****************/
footer {
	background: #2F2522;
	color: #fff;
	height: 90px;
	text-align: center;
	position: relative;
	margin-top: 60px;
	min-width: 1000px;
}

footer .logo {
	position: absolute;
	top: 15px;
	left: 30px;
	width: 230px;
}

footer ul {
	position: relative;
	top: 20px;
	display: flex;
	border: 1px solid r_ed;
	justify-content: center;
}


footer ul li a {
	color: #fff !important;
	font-size: 90%;
	display: inline-block;
	margin: 0 1.2em;
	transition: .5s;
}
footer ul li a:hover {
	opacity: .6;
}

footer .sns {
	position: absolute;
	top: 15px;
	right: 15px;
	display: flex;
}

footer .sns .icon {
	width: 20px;
	padding: 7px;
	background-color: #fff;
	border-radius: 40px;
	margin-left: 7px;
	transition: .5s;
}
footer .sns .icon:hover {
	opacity: .6;
}

footer .copyright {
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 60%;
}

@media all and (max-width: 750px) {
	footer {
		background: #2F2522;
		color: #fff;
		height: auto;
		text-align: center;
		position: relative;
		margin-top: 60px;
		min-width: 100%;
		border-bottom: 1px solid #2F2522;
	}
	
	footer .logo {
		position: relative;
		top: 15px;
		left: 30px;
		width: 230px;
	}
	
	footer ul {
		position: relative;
		top: 20px;
		display: flex;
		flex-direction: column;
		border: 1px solid r_ed;
		justify-content: center;
		text-align: left;
		margin: 2em 0 3em 1.5em;
	}
	
	
	footer ul li a {
		color: #fff !important;
		font-size: 100%;
		display: inline-block;
		margin: 0 1.2em 1em;
		transition: .5s;
		border: 2px solid b_lue;
	}
	footer ul li a:hover {
		opacity: .6;
	}
	
	footer .sns {
		position: absolute;
		top: 15px;
		right: 15px;
		display: flex;
		flex-direction: column;
		border: 2px solid b_lue;
	}
	
	footer .sns .icon {
		width: 20px;
		padding: 7px;
		background-color: #fff;
		border-radius: 40px;
		margin: 1vw 7px;
		transition: .5s;
	}
	footer .sns .icon:hover {
		opacity: .6;
	}
	
	footer .copyright {
		position: relative;
		bottom: 0px;
		right: 0px;
		font-size: 60%;
		margin-bottom: 1.2em;
	}
	
	
}

/* スマホのときの休業日カレンダーボタンを、テキスト幅＋αにする */
@media all and (max-width: 750px) {
  .databox .inner .calendar-btn {
    text-align: center;
  }

  .databox .inner .calendar-btn a {
    display: inline-block;
    width: auto !important;      /* ← ここで％指定を打ち消す */
    max-width: none !important;  /* 念のため上限も解除 */
    padding: .6em 2.4em;         /* 横長すぎなければここで微調整 */
    font-size: 95%;
  }
}
