@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	position: relative;
	min-height: 100%;
}

body {
	color: #595959;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
}

a:hover {
	opacity: 0.7;
}

.sp,
.sp2 {
	display: none;
}

.show-sp,
show-sp2 {
	display: none;
}

.wrapper {
	overflow: hidden;
	clear: both;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

video {
	float: left;
	width: 100%;
}


.btn1,
a.btn1,
button.btn1 {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	padding: 1rem 4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #212529;
	border-radius: 0.5rem;
}


a.btn-gradient {
	color: #fff;

	border-radius: 50px;
	background: url("../common/images/botan.png");
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient:hover {
	-webkit-transform: translate(0, -2px);
	transform: translate(0, -2px);
	color: #fff;
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.cyui1 dt {
	float: left;
	margin-bottom: 10px;
}

.cyui1 dd {
	margin-left: 40px;
	margin-bottom: 10px;
}

.cyui2 dt {
	float: left;
}

.cyui2 dd {
	margin-left: 20px;
}


/* Navigation */
ul.nv_menu.pc {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 9;
	z-index: 999;
	right: -100%;
	top: 0;
	background-color: rgba(35, 24, 21, 0.90);
	background: url(../common/images//menu.jpg);
	background-size: cover;
	transition: ease all 0.35s;
	-webkit-transition: ease all 0.35s;
	-moz-transition: ease all 0.35s;
	-ms-transition: ease all 0.35s;
	-o-transition: ease all 0.35s;
}

.column {
	float: left;
	width: 20%;
	width: 16%;
}

ul.nv_menu.MenuShow.pc {
	right: 0;
	padding-top: 120px;
}

ul.nv_menu.MenuShow.pc li {
	padding: 8px 0;
	padding: 15px 0;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	left: 300px;
}

ul.nv_menu.MenuShow.pc li a {
	list-style: none;
	text-decoration: none;
	text-align: leftt;
}

ul.nv_menu.MenuShow.pc li a:hover,
ul.nv_menu.MenuShow.pc li a.active {
	text-decoration: underline;
}

.navHead.chane-x.change {
	padding-top: 5px;
	padding-left: 2px;

	z-index: 9999999;

}

nav {
	margin: 0;
	position: relative;
	clear: both;
	position: absolute;
	top: 14px;
	right: 3px;
}

ul.nv_menu {
	overflow: hidden;
	list-style: none;
}

ul.nv_menu li {
	display: block;
	position: relative;
}

ul.nv_menu li a {
	display: block;
	font-size: 18px;
	color: #fff;
	color: #000;
	line-height: 160%;
}

#box-mn-sp {
	background: url(../common/images//menu.jpg);
	background-size: cover;
	width: 70%;
	width: 100%;
	display: none;
	right: 0;
	position: fixed;
	height: 100%;
	overflow-y: scroll;
	padding-top: 4px;
	top: 0;
	box-sizing: border-box;
	z-index: 10000000;
}

.menu-sp ul li {
	width: 100%;
	height: auto;
	padding: 5px 10px 5px 15px;
	padding: 10px 10px 10px 30px;
	padding: 15px 15px 15px 30px;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
}

.menu-sp ul li a {
	display: block;
	text-decoration: none;
	color: #1D3156;
	font-weight: bold;
	font-size: 1em;
}

.menu-sp ul li a.active,
.menu-sp ul li ul li a.active {
	color: #28b7bb;
}

.menu-sp ul li ul {
	padding-left: 5px;
}

.menu-sp ul li ul li {
	list-style: none;
	border-bottom: none;
	padding: 5px;
}

.menu-sp ul li ul li.li-top {
	border-top: 1px solid #fff;
	margin-top: 10px;
}

.close-menu-sp {
	width: 100%;
	height: auto;
	padding: 10px 5px;
	padding: 15px 25px;
	border-bottom: 1px solid #FFF;
	box-sizing: border-box;
	overflow: hidden;
	cursor: pointer;
}

.close-menu-sp a {
	text-decoration: none;
	color: #1D3156;
	font-size: 1.3em;
}

.ico-sp {
	float: right;
	margin-top: -5px;
}

.sp_menu {
	display: none;
}

.navHead {
	height: 40px;
	display: flex;
	align-items: center;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: stretch;
	cursor: pointer;
	z-index: 9999999;
}

.navHead a {
	color: #fff;
	color: #28b7bb;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	z-index: 999999;
	text-decoration: none;
}


/* menu tog */

.chane-x {
	position: fixed;
	right: 0;
}

.chane-x::before {
	content: "";
	font-size: 16px;
	color: #fff;
	position: absolute;
	bottom: -25px;
	left: 0;
}

.chane-x.change::before {
	content: none;
}

.bar1,
.bar2,
.bar3 {
	width: 24px;
	height: 3px;
	height: 2px;
	background-color: #000;
	margin: 5px 13px;
	margin: 7px 13px;
	transition: 0.4s;
}

.bar1 {
	margin-top: 0;
}

.bar3 {
	margin-bottom: 5px;
}

.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 3px);
	transform: rotate(-45deg) translate(-5px, 3px);
	-moz-transform: rotate(-45deg) translate(-5px, 3px);
	-ms-transform: rotate(-45deg) translate(-5px, 3px);
	-o-transform: rotate(-45deg) translate(-5px, 3px);
}

.change .bar2 {
	opacity: 0;
}

.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -7px);
	transform: rotate(45deg) translate(-8px, -7px);
	-moz-transform: rotate(45deg) translate(-8px, -7px);
	-ms-transform: rotate(45deg) translate(-8px, -7px);
	-o-transform: rotate(45deg) translate(-8px, -7px);
}

a.icon_menu_sp.chane-x.open-z-index {
	position: relative;
	z-index: 99999999999999;
}

a.icon_menu_sp.chane-x.change.open-z-index.fz-scroll {
	position: relative;
	right: 0;
	top: 0;
	z-index: 9999999999999999999;
	transition: ease all 0.4s;
}


/* menu fix */

.headerWrapper.open1 {
	background: none;
}

.nav-wrap {
	position: fixed;
	width: 100% !important;
	height: 100vh;
	right: -100%;
	top: 0;
	background: rgba(0, 0, 0, 0.85);
	z-index: 999;
	transition: ease all 0.6s;
}

a.icon_menu_sp.chane-x.open-z-index {
	position: relative;
	z-index: 99999999999999;
}

.nav-wrap.open {
	right: 0;
	border-top: 5px solid #003214;
}

.nav-wrap.open a {
	list-style: none;
	text-decoration: none;
}

.nav-wrap.open a:hover {
	opacity: 0.7;
}

.nav-menufix li {
	left: 50%;
	margin-left: auto;
	margin-right: auto;
	margin: 0 auto;
}

.nav-menufix {
	padding-top: 170px;
}

.nav-menufix li a {
	font-size: 25px;
	line-height: 300%;
	letter-spacing: 1.25px;
	margin-bottom: 5px;
	display: block;
}

/* End Header Custom */

/* Css Content Custom */

.reBanner {
	margin: 90px 0;
}

.anchor_fixtop {
	display: block;
	position: relative;
	top: -20px;
	width: 100%;
	visibility: hidden;
}

/* End Content Custom */

header {
	height: 800px;
	height: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.headerWrapper {
	overflow: hidden;
	box-sizing: border-box;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.logo {
	top: 15%;
	left: 15%;
	position: absolute;
}

.main_img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	width: 95%;
	margin-left: 15px;
	margin-top: 10px;
	height: auto;
}

.main_img .item1 {
	max-width: 100%;
	height: auto;

}

.main_img .item2 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;

}

.main_img .item3 {
	position: absolute;
	z-index: 1;
	background: url(../images/top/main_yama.png);
	background-repeat: repeat-x;
	height: 60px;
	background-position: bottom;
	height: 100px;
	background-position: bottom;
	bottom: 0;
	width: 125px;
	width: 100%;
}

.main_img img {
	width: 100%;
}

.main_img .item1 img {
	border-radius: 15px;
}

.sub_img {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 100%;
	width: 95%;
	margin-left: 15px;
	margin-top: 10px;
	height: auto;
}

.sub_img .item1 {
	max-width: 100%;
	height: auto;

}

.sub_img .item2 {
	display: none;
}

.sub_img img {
	width: 100%;
}

.sub_img .item1 img {
	border-radius: 15px;
}

.sub_img .logo {
	top: 0px;
	left: 0;
	position: absolute;
	background: #fff;
	/*padding: 1%;*/
	border-radius: 0 0 10px 0;
	height: 180px;
	width: 180px;
}

.sub_img .logo img {
	width: 100%;
	padding: 3px 22px 11px 17px;
}

.sub_img .sub_title {
	box-sizing: border-box;
	color: #fff;
	padding: 10px 10px 10px 100px;
	font-size: 30px;
	position: absolute;
	bottom: 50px;
	width: auto;
	height: auto;
}

.header_info.pc {
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
	position: fixed;
	z-index: 99999;
	right: 0px;
}

.header_info .link {
	float: right;
	position: relative;
}

.link_banner_pc {
	position: relative;
	top: 80px;
	right: 0px;
}

.content_wrapper {
	overflow: hidden;
	box-sizing: border-box;
	width: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.main_content {
	width: 100%;
	margin: auto;
}

.main_content .info {
	margin: 0 auto 50px;
	text-align: center;
	position: relative;
}

.main_content .menu_txt {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 33px;
	color: #fff;
	font-size: 20px;
}

.main_content .main-image img {
	display: block;
	width: 100%;
}



.floating-banner {
	position: fixed;
	z-index: 99999;
	top: 80px;
}

.floating-banner .link {}

.floating-banner.pc {
	width: 100px;
	position: fixed;
	z-index: 99999;
	top: 80px;
	right: 0px;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
}


.link_banner_pc {
	position: relative;
	top: 0px;
	right: 0px;
}

.link_banner_pc .link1 {
	position: absolute;
	top: 0;
	right: 3px;
}

.link_banner_pc .link2 {
	position: absolute;
	top: 330px;
	right: -1px;
}

/* Footer */

.wrapper {
	overflow: hidden;
	clear: both;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

footer {
	width: 100%;
	overflow: hidden;
	height: auto;
	margin: auto;
}

footer .footer_menu {
	background: url(../common/images/f_back1.png);
	width: 100%;
	margin: auto;
	position: relative;
	bottom: -60px;
	height: 350px;
}

footer .footer_menu .contact_img {
	position: absolute;
	/* top: 100px; */
	bottom: 50px;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 1200px;
}

footer .footer_menu h3 {
	text-align: center;
	width: 100%;
	line-height: 100%;
	font-size: 26px;
	letter-spacing: 2px;
	margin-top: 100px;
	color: #fff;
}

footer .footer_menu h3 span {
	font-weight: normal;
	font-size: 12px;
	display: block;
}

footer .footer_menu .info {
	margin: 0 auto 70px;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 36%;
	left: 0;
	right: 0;
	top: 190px;
}

footer .footer_menu .menu_txt {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	top: 33px;
	color: #fff;
	font-size: 20px;
}

footer .footer_wrapper {
	background: url(../common/images/f_back2.png);
	position: relative;
	height: auto;
}

footer .footer_wrapper .f_img {
	margin-top: 20px;
	margin-bottom: 70px;
}

footer .footer_wrapper .wrapper {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	color: #fff;
	letter-spacing: 2px;
	position: relative;
	bottom: 15px;
}

footer .footer_wrapper .logo2 {
	text-align: center;
}

footer .footer_wrapper .logo2 img {
	max-width: 300px;
}

footer .footer_wrapper .f_img2 {
	position: absolute;
	left: 150px;
	top: 130px;
	left: 0;
}

footer .footer_wrapper .f_img3 {
	position: absolute;
	right: 150px;
	top: 130px;
	right: 0;
}

footer .footer_wrapper .address {
	font-weight: normal;
	text-align: center;
	margin: 70px auto 30px;
	font-size: 15px;
}

footer .footer_wrapper .address a {
	color: #fff;
	text-decoration: none;
	font-size: 26px;
}

footer .footer_wrapper .address a:hover {
	text-decoration: underline;
}

footer .footer_wrapper .address2 {
	font-weight: normal;
	text-align: left;
	margin: 20px auto 30px;
	font-size: 15px;
	max-width: 800px;
	line-height: 200%;
}

footer .footer_wrapper .address2 a {
	color: #fff;
	text-decoration: none;
}

footer .footer_wrapper .address2 a:hover {
	text-decoration: underline;
}

footer .footer_wrapper .menu_title {
	text-align: center;
	font-size: 12px;
}

footer .footer_wrapper .menu_title img {
	margin-top: 10px;
}

footer .footer_wrapper .footer_nv {
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 0;
	max-width: 880px;
	margin: 0 auto;
}

footer .footer_wrapper .footer_nv .nav_box {
	-webkit-flex-basis: 33.3333333%;
	/* border-left: 1px solid #4f4f4f; */
	padding: 0 20px;
}

footer .footer_wrapper .footer_nv .nav_box .nv_footer {
	list-style: none;
	text-align: left;
}

footer .footer_wrapper .footer_nv .nav_box .nv_footer li {
	margin: 12px 0;
}

footer .footer_wrapper .footer_nv .nav_box .nv_footer2 li {
	margin: 5px 0;
}

footer .footer_wrapper .footer_nv .nav_box .nv_footer3 li {
	margin: 15px 0;
	line-height: 100%;
}

footer .footer_wrapper .footer_nv .nav_box .nv_footer li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

footer .footer_wrapper .footer_nv .nav_box .nv_footer li a:hover,
footer .footer_wrapper .footer_nv .nav_box .nv_footer li a.active {
	text-decoration: underline;
}

footer .footer_wrapper .link {
	text-align: center;
	margin-bottom: 40px;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 20px 0;
	max-width: 1000px;
	margin: 0 auto;
}

footer .footer_wrapper .link a:hover {
	opacity: 0.7;
}

footer .footer_wrapper p.copy {
	color: #fff;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	font-size: 13px;
}

footer .footer_txt_index {
	text-indent: -1em;
    padding: 1em;
    display: block;
    margin-top: -10px;
}

.top_txt_index {
	text-indent: -1em;
    padding: 1em;
    margin-top: -15px;
}


.back_to_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 50px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	z-index: 10000;
}

.back_to_top>img {
	width: 100%;
}

.sns .sns-img {
	margin: 10px 3px 0px;
}

.sns-sp {
	display: none;
}

.sns {
	position: absolute;
	top: 428px;
	display: grid;
	right: 4px;
}

@media screen and (max-width: 768px) {
	.sns-sp {
		display: block;
		position: fixed;
		bottom: 90px;
		left: 10px;
		width: 35px;
		opacity: 0.9;
		z-index: 999999;
	}

	img.sns-right {
		margin-bottom: 20px;
	}
}


@media screen and (max-width:1199px) {

	ul.nv_menu.MenuShow.pc li {
		padding: 8px 0;
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		left: 80px;
	}

	.column {
		width: 20%;
	}

	.main_img,
	.sub_img {
		width: 93%;
	}

	.main_img .item3 {
		display: none;
	}

	.main_content {
		margin-top: 50px;
	}

	.sub_img .logo img {
		width: 100%;
	}

	.sub_img .sub_title {
		bottom: 30px;
		padding-left: 50px;
	}

	.wrapper {
		max-width: 1000px;
	}

	footer .footer_menu .contact_img {
		position: absolute;
		max-width: 1000px;
		bottom: 80px;
	}

	footer .footer_menu .contact_img img {
		width: 100%;
	}

	footer .footer_wrapper .wrapper {
		max-width: 1000px;
	}
}


@media screen and (max-width: 768px) {
	html {
		margin-bottom: 100px;
	}

	.btn1,
	a.btn1,
	button.btn1 {
		font-size: 1rem;
	}

	footer .footer_menu .info {
		margin: 0 auto 70px;
		text-align: center;
		position: absolute;
		bottom: 0px;
		left: 36%;
		left: 0;
		right: 0;
		top: 220px;
	}


	.floating-banner.sp {
		width: 100px;
		position: fixed;
		z-index: 99999;
		bottom: 100px;
		left: 0px;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		align-content: stretch;
		bottom: 80px;
		bottom: 0px;
		top: unset;
		right: 0;
		margin: auto;
		width: 640px;
	}

	.show-sp,
	.show-sp2 {
		display: inline-block;
	}

	.info img {
		width: 50%;
	}

	.info .menu_txt {
		top: 40px;
		font-size: 22px;
	}


	.clear {
		clear: both;
	}

	.sp_menu {
		display: block;
	}

	.reBanner {
		margin: 30px 0;
	}

	.headerWrapper {
		padding: 25px 0;
	}

	.sp {
		display: block;
	}

	.pc {
		display: none !important;
	}

	.content_wrapper {
		margin: 0px auto 30px;
	}

	.main_content {
		float: none;
		width: 100%;
	}

	.btn-mn {
		height: auto;
		display: inline-block !important;
		position: absolute;
		right: 10px;
		top: 10px;
		right: 20px;
		top: 15px;
		cursor: pointer;
	}

	.btn-mn a {
		color: #28b7bb;
		display: block;
		font-size: 20px;
		text-decoration: none;
		text-align: center;
	}

	.sp_menu .logo.sp {
		width: 80%;
		height: auto;
		display: inline-block !important;
		position: absolute;
		left: 10px;
		left: 30px;
		top: 15px;
		cursor: pointer;
	}

	.bar1,
	.bar2,
	.bar3 {
		height: 2px;
		margin: 15px;
		width: 50px;
	}

	.sp_menu .logo.sp img {
		width: 70%;
	}

	.headerWrapper {
		height: 120px;
		margin: auto;
		padding: 0;
	}

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

	.main_img .item1 img {
		position: relative;
		right: 180px;
		width: 130%;
		border-radius: unset;
	}

	.main_img .item2 img {
		position: relative;
		right: 180px;
		width: 130%;
	}

	.main_img .logo img {
		right: 0;
		width: 100%;
	}

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

	.sub_img .item1 img {
		border-radius: none;
	}

	.sub_img .item1 {
		display: none;
	}

	.sub_img .item2 {
		display: block;
	}

	.sub_content1 {
		padding: 50px 20px;
	}

	.sub_content3 {
		padding: 100px 20px;
	}

	.content_left,
	.content_right {
		width: 100%;
	}

	.content_left img.kawara {
		float: left;
		width: 50%;
	}

	.content_left2 {
		width: 100%;
		margin: 0;
		padding: 30px 20px 50px;
	}

	.content_right2 {
		width: 100%;
		margin: 0;
		padding: 30px 20px 50px;
	}

	.banner {
		margin: 0 2%;
		width: 96%;
	}

	.banner h2 {
		margin-top: 50px;
	}

	.banner img {
		width: 100%;
		margin-bottom: 30px;
	}

	.banner .cont {
		width: 100%;
	}

	.banner .cont a img {
		width: 48%;
	}

	.banner .cont a.sp img {
		width: 48%;
		float: right;
	}

	.scroll-top {
		float: none;
		text-align: center;
		margin-right: 0px;
	}

	footer .footer_menu {
		height: 400px;
	}

	footer .footer_menu h3 {
		margin-top: 120px;
	}

	footer .footer_menu .contact_img {
		display: none;
	}

	footer .footer_menu .menu_txt {
		font-size: 22px;
		top: 40px;
	}

	footer .footer_wrapper .f_img img,
	footer .footer_wrapper .f_img2,
	footer .footer_wrapper .f_img3,
	menu_title,
	footer .footer_wrapper .footer_nv,
	footer .footer_wrapper .menu_title {
		display: none;
	}

	footer .footer_wrapper .address2 {
		padding: 0 20px;
	}

	footer .footer_wrapper .link {
		display: block;
		background: url(../common/images/f_back2.png);
	}

	footer .footer_wrapper .link a img {
		width: 100%;
		padding: 2% 5%;
	}

	footer .footer_wrapper p.copy {
		margin-left: 0px;
		margin-top: 10px;
	}

	.back_to_top {
		bottom: 120px;
		right: 10px;
	}

	footer .footer_wrapper p.copy {
		/*20240730修正(copyrightと下部のボタンのかぶり制御)*/
		padding-bottom: 70px;
	}
}


@media screen and (max-width: 480px) {
	html {
		margin-bottom: 55px;
	}

	.headerWrapper {
		height: 80px;
	}

	.btn-mn {
		right: 10px;
	}

	.btn1,
	a.btn1,
	button.btn1 {
		font-size: 18px;
	}

	.bar1,
	.bar2,
	.bar3 {
		height: 2px;
		margin: 7px 15px;
		width: 30px;
	}

	.sp_menu .logo.sp {
		left: 15px;
	}

	.sp_menu .logo.sp img {
		width: 85%;
	}

	.main_img .item1 img {
		width: 150%;
	}

	.main_img .item2 img {
		width: 150%;

	}

	.logo {
		top: 10%;
		left: 10%;
	}

	.main_img .logo img {
		width: 50%;
	}

	.sub_img .sub_title {
		bottom: 10px;
		padding-left: 15px;
		font-size: 23px;
	}

	.info img {
		width: 80%;
	}

	.info .menu_txt {
		top: 28px;
		font-size: 20px;
	}

	.show-sp2 {
		display: none;
	}

	.show-sp3 {
		display: inline-block;
	}

	footer .footer_menu .menu_txt {
		top: 28px;
		font-size: 20px;
	}

	footer .footer_wrapper .address2 {
		padding: 0 15px;
	}

	footer .footer_wrapper p.copy {
		font-size: 12px;
		letter-spacing: 1px;

		/*20240730修正(copyrightと下部のボタンのかぶり制御)*/
		padding-bottom:50px;
	}

	.floating-banner.sp {
		width: 100%;
	}

	.floating-banner.sp img {
		width: 100%;
	}

	.sp2 {
		display: block;
	}

	.btn01 a {
		padding: 14px 0 10px;
		width: 200px;
		text-align: center;
		border: 1px solid #ccc;
		background-color: #fff;
		margin: 40px auto 0;
		font-size: 15px;
		border-radius: 20px;
		font-weight: 400;
		color: #000;
		display: block;
	}