@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600;700&display=swap');

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
}

body {
	font-size: 62.5%;
}

@font-face {
	font-family: 'Alternate';
	src: url('../../font/DINAlternateBold.eot');
	/* IE9 Compat Modes */
	src: url('../../font/DINAlternateBold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../../font/DINAlternateBold.woff') format('woff'),
		/* Modern Browsers */
		url('../../font/DINAlternateBold.ttf') format('truetype');
	/* Safari, Android, iOS */
}

@font-face {
	font-family: 'Condensed';
	src: url('../../font/DINCondensedBold.eot');
	/* IE9 Compat Modes */
	src: url('../../font/DINCondensedBold.eot?#iefix') format('embedded-opentype'),
		/* IE6-IE8 */
		url('../../font/DINCondensedBold.woff') format('woff'),
		/* Modern Browsers */
		url('../../font/DINCondensedBold.ttf') format('truetype');
	/* Safari, Android, iOS */
}

body,
table,
input,
textarea,
select,
option {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
	display: block;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a,
a:link,
a img {
	color: #323232;
	text-decoration: none;
	transition: ease .3s;
}

a:visited {
	color: #323232;
}

a:hover,
a img:hover {
	color: #323232;
	transition: ease .3s;
}

a:active {
	color: #323232;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1050px;
	position: relative;
	color: #323232;
	font-size: 16px;
	line-height: 1.5;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}

#container {
	text-align: left;
}

#main {
	margin: 0 auto 166px;
	width: 1000px;
}

.mainImg {
	background-size: cover !important;
}

h1 {
	width: 600px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	top: 15px;
	font-size: 13px;
}

a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}

.sp {
	display: none !important;
}

@media all and (min-width: 0) and (max-width: 767px) {
	body {
		min-width: inherit;
		font-size: 15px;
	}

	a:hover,
	a:hover img {
		opacity: 1 !important;
	}

	.sp {
		display: block !important;
	}

	.pc {
		display: none !important;
	}

	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}

	#container {
		padding-top: 113px;
	}

	h1 {
		display: none;
	}

	img {
		width: 100%;
	}

	#main {
		width: auto;
		/*margin: 25px 22px 82px;*/
		margin: 25px auto 82px;
	}

}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .hBox {
	width: 1000px;
	margin: 0 auto;
}

#gHeader .hLink {
	margin: -1px 0 18px;
	text-align: right;
}

#gHeader .hLink a {
	width: 280px;
	padding: 14px 26px 13px 5px;
	display: inline-block;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	background: #0D3A67 url(../../img/common/icon01.png) no-repeat right 17px center;
	box-sizing: border-box;
	border-radius: 0 0 15px 15px;
	font-family: 'Noto Serif JP', serif;
	transition: ease .3s;
}

#gHeader .hLink .hL01 {
	background: #55cdff url(../../img/common/icon01.png) no-repeat right 17px center;
	margin-right: -5px;
	width: 180px;
	padding: 14px 0 13px 0;
}

#gHeader .hLink a:hover {
	opacity: 0.7;
	transition: ease .3s;
}

#gHeader .hInner {
	margin-bottom: 33px;
}

#gHeader .hInner .logo {
	float: left;
}

#gHeader .hInner .tel {
	margin-top: 8px;
	float: right;
	color: #282828;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Alternate';
}

#gHeader .hInner .tel span {
	font-size: 33px;
}

.menuBox {
	display: none;
}

@media all and (min-width: 768px) {
	.menuBox {
		display: none !important;
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gHeader {
		width: 100%;
		position: fixed;
		z-index: 100;
		left: 0;
		top: 0;
		background-color: #fff;
	}

	#gHeader .hBox {
		width: auto;
		margin: 0;
	}

	#gHeader .hLink {
		display: none;
	}

	#gHeader .hInner {
		margin-bottom: 0;
		padding: 22px 12px 14px 18px;
	}

	#gHeader .hInner .logo img {
		width: 200px;
	}

	#gHeader .hInner .tel {
		display: none;
	}

	#gHeader .menu {
		float: right;
	}

	#gHeader .menu img {
		width: 36px;
	}

	#gHeader .spUl {
		width: 100%;
	}

	#gHeader .spUl li {
		width: 33.33%;
		float: left;
		box-sizing: border-box;
		border-right: 1px solid #46c88a;
	}

	#gHeader .spUl li:last-child {
		border-right: none;
	}

	#gHeader .spUl li a {
		/* padding: 17px 0 14px; */
		/* display: block; */
		text-align: center;
		color: #fff;
		font-size: 13px;
		background-color: #61dda1;
		letter-spacing: 1px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		line-height: 1.2;
	}

	#gHeader .spUl li img {
		margin: 0 5px 0 0;
		display: inline-block;
		vertical-align: middle;
		height: 16px;
		width: auto;
	}

	.menuBox {
		width: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		background-color: #67ce9c;
		box-sizing: border-box;
		position: fixed;
		max-height: 100%;
		overflow-y: auto;
	}

	.menuBox .inner {
		padding: 21px 17px;
	}

	.menuBox .close {
		margin-bottom: 8px;
		text-align: right;
	}

	.menuBox .close img {
		width: 27px;
	}

	.menuBox .listUl {
		margin: 0 5px 17px;
	}

	.menuBox .listUl li a {
		padding: 10px 9px 8px;
		display: block;
		color: #fff;
		font-weight: bold;
		border-bottom: 1px solid rgb(98 195 149 / 80%);
	}

	.menuBox .menuLink a {
		width: 100%;
		margin: 0 auto;
		display: block;
		text-align: center;
		position: relative;
	}

	.menuBox .menuLink a img {
		width: 100%;
	}

	.menuBox .menuLink a::after {
		/* content: "";
		position: absolute;
		right: 16px;
		top: 50%;
		width: 4px;
		height: 4px;
		border-top: 1px solid #003569;
		border-right: 1px solid #003569;
		transform: translateY(-50%) rotate(45deg); */
	}

	.menuBox .menuLink .hL01 {
		background: #55cdff url(../../img/common/icon01.png) no-repeat right 9px center;
		background-size: 5px auto;
		margin-bottom: 7px;
	}


}

/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi li {
	padding-bottom: 20px;
	position: relative;
	float: left;
}

#gNavi li:first-child>a {
	border-left: 1px solid #eeeeee;
}

#gNavi li>a {
	padding: 4px 29px 2px 29px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #1E1E1E;
	letter-spacing: 1px;
	border-right: 1px solid #eeeeee;
	transition: ease .1s;
}

#gNavi li>a span {
	display: block;
	font-size: 11px;
	color: #35cc83;
	letter-spacing: 2px;
	font-weight: normal;
	font-family: 'Condensed';
}

#gNavi li>a:hover {
	color: #29b572;
	transition: ease .1s;
}

#gNavi li .link {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	transition: ease .3s;
}

#gNavi li .link a {
	padding: 28px 0 23px;
	display: block;
	font-size: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: rgba(75, 219, 149, .8);
	letter-spacing: 1px;
	transition: ease .3s;
}

#gNavi li .link span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 2px;
	color: #fff;
	font-family: 'Condensed';
}

#gNavi li .link a:hover {
	background-color: rgba(122, 242, 150, .8);
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gNavi {
		display: none;
	}
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
	margin: 30px auto 32px;
	width: 1000px;
}

#pagePath li {
	display: inline;
	color: #ccc;
	font-size: 13px;
}

#pagePath li a {
	margin-right: 5px;
	color: #ccc;
	text-decoration: underline;
}

#pagePath li a:hover {
	text-decoration: none;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#pagePath {
		width: initial;
		margin: 16px auto;
		padding-left: 10px;
	}
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	margin-top: 9px;
	width: 680px;
	float: right;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts {
		/*margin-top: 0;
		width: auto;*/
		width: 95%;
		margin: 0 auto;
		float: none;
	}

}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	width: 271px;
	float: left;
}

#sideBar .sBanner {
	margin-bottom: 11px;
}

#sideBar .sBanner li {
	margin-top: 11px;
}

#sideBar .sBanner li:first-child {
	margin-top: 0;
}

#sideBar .sBanner li a {
	display: block;
}

#sideBar .sBanner li a:hover img {
	opacity: 0.7;
}

#sideBar .sLinkUl {
	margin-bottom: 11px;
}

#sideBar .sLinkUl li {
	border: 1px solid #eeeeee;
	border-top: none;
}

#sideBar .sLinkUl li p {
	padding: 11px 0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.5px;
	background-color: #35cc83;
}

#sideBar .sLinkUl li a {
	padding: 17px 10px 17px 32px;
	display: block;
	line-height: 1.25;
	background: url(../../img/common/icon05.png) no-repeat left 14px center;
}

#sideBar .sLinkUl .list a {
	padding: 7px 10px 6px 32px;
}

#sideBar .sLinkUl li a:hover {
	opacity: 0.7;
}

#sideBar .sLink a {
	display: block;
}

#sideBar .sLink a:hover img {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#sideBar {
		display: none;
	}
}

.sBanner li a img,
.sLink a img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
/*
#gFooter .fNavi {
	padding: 38px 0;
	text-align: center;
	background-color: #d4f5b2;
}

#gFooter .fNavi li {
	display: inline-block;
	color: #fff;
}

#gFooter .fNavi a {
	padding: 0 4px 0 3px;
	display: inline-block;
	color: #fff;
}
*/

#gFooter {
	background-color: #67ce9c;
}

#gFooter .fNavi {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#gFooter .fNavi>li {
	margin-right: 25px;
	color: #fff;
	width: 230px;
	float: left;
	box-sizing: border-box;
}

#gFooter .fNavi>li:last-child {
	margin-right: 0;
}

#gFooter .fNavi li p {
	margin-bottom: 18px;
	padding-bottom: 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 2;
	border-bottom: 1px solid rgba(61, 190, 128, .5);
}

#gFooter .fNavi .innerUl a {
	color: #fff;
	box-sizing: border-box;
	line-height: 1.4;
	display: flex;
}

#gFooter .fNavi .innerUl a span {
	padding-left: 0.7em;
	text-indent: -0.7em;
}

#gFooter .fNavi a:hover {
	text-decoration: underline;
}

#gFooter .fNavi li.naviUl01 {
	width: 485px;
}

#gFooter .fNavi li.naviUl01 .innerUl {
	width: 230px;
	float: left;
}

#gFooter .fNavi li.naviUl01 .innerUl:first-of-type {
	margin-right: 25px;
}

#gFooter .fNavi li.naviUl02 p:last-of-type {
	clear: both;
	padding-top: 40px;
}

#gFooter .fNavi li.naviUl02 li {
	margin-right: 0;
}

#gFooter .copyright {
	padding: 19px 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	background-color: #fff;
}

.pageTop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 90;
}

.pageTop a:hover img {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#gFooter {
		border-top: 1px solid #eeeeee;
	}

	#gFooter .fNavi {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		padding-bottom: 60px;
	}

	#gFooter .fNavi>li {
		margin-right: 0;
		width: 100%;
		float: left;
		box-sizing: border-box;
	}

	#gFooter .fNavi>li:last-child {
		margin-right: 0;
	}

	#gFooter .fNavi li p {
		margin-bottom: 0;
		padding: 42px 0 16px 20px;
		font-size: 15px;
		line-height: 1.75;
	}

	#gFooter .fNavi .innerUl li {
		width: 50%;
		float: left;
		border-bottom: 1px solid rgba(61, 190, 128, .5);
	}

	#gFooter .fNavi .innerUl li:nth-child(2n-1) {
		border-right: 1px solid rgba(61, 190, 128, .5);
	}

	#gFooter .fNavi .innerUl a {
		width: 100%;
		padding: 5px 15px 5px 20px;
		display: flex;
		height: 62px;
		font-size: 14px;
		align-items: center;
		line-height: 1.33;
	}

	#gFooter .fNavi .innerUl a span {}

	#gFooter .fNavi a:hover {}

	#gFooter .fNavi li.naviUl01 {
		width: 100%;
	}

	#gFooter .fNavi li.naviUl01 .innerUl {
		width: 100%;
		float: left;
	}

	#gFooter .fNavi li.naviUl01 .innerUl:first-of-type {
		margin-right: 0;
	}

	#gFooter .fNavi li.naviUl02 p:last-of-type {
		clear: both;
		padding-top: 42px;
	}

	#gFooter .fNavi li.naviUl02 li {
		margin-right: 0;
	}


	#gFooter .copyright {
		padding: 15px 0;
		font-size: 7px;
	}

	.pageTop {
		right: 16px;
		bottom: 8px;
	}

	.pageTop a img {
		width: 40px;
	}

}

@media all and (-ms-high-contrast:none) {
	#gHeader .hLink a {
		padding: 17px 26px 10px 5px;
	}

	#sideBar .sLinkUl li a {
		padding: 21px 10px 13px 32px;
	}

	#sideBar .sLinkUl li p {
		padding: 14px 0 8px;
	}
}

/*------------------------------------------------------------
	治療ページ　メニュー
------------------------------------------------------------*/
#conts .comLinkUl {
	margin-bottom: 99px;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
}

#conts .comLinkUl li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

#conts .comLinkUl li a {
	padding: 28px 10px 27px 25px;
	width: 100%;
	display: table;
	box-sizing: border-box;
}

#conts .comLinkUl li a span {
	display: table-cell;
	vertical-align: middle;
}

#conts .comLinkUl li a .img {
	width: 36%;
}

#conts .comLinkUl li a .txt {
	width: 64%;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 2px;
}

#conts .comLinkUl li a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comLinkUl {
		margin-bottom: 45px;
	}

	#conts .comLinkUl li a {
		height: 100%;
		padding: 19px 3px 10px;
		display: block;
		text-align: center;
	}

	#conts .comLinkUl li a span {
		display: block;
		vertical-align: inherit;
	}

	#conts .comLinkUl li a .img {
		width: auto;
		margin-bottom: 17px;
	}

	#conts .comLinkUl li a .img img {
		/* width: 38px; */
	}

	#conts .comLinkUl li a .txt {
		width: auto;
		font-size: 12px;
		letter-spacing: 1px;
		line-height: 1.17;
	}
}

/*------------------------------------------------------------
	サブページ　見出し
------------------------------------------------------------*/
#conts .headLine01 {
	margin-bottom: 17px;
	padding-bottom: 13px;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: 1px;
	border-bottom: 1px solid #eeeeee;
}

#conts .headLine01 span {
	padding: 4px 17px 3px;
	display: block;
	border-left: 4px solid #35cc83;
}

#conts .headLine02 {
	color: #29b572;
	margin-bottom: 17px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 2px;
}

#conts .headLine02 span {
	padding: 4px 17px 3px;
	display: block;
	border-left: 4px solid #d4f5b2;
}

.headLine03 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	width: calc(100% + 32px);
	margin: 0 0 16px -16px;
	padding-bottom: 24px;
	text-align: center;
	display: flex;
	justify-content: center;
	border-bottom: 1px dashed #E5E5E5;
}


@media all and (min-width: 0) and (max-width: 767px) {
	#conts .headLine01 {
		padding-bottom: 8px;
		font-size: 17px;
		line-height: 1.4;
		letter-spacing: 0.1px;
	}

	#conts .headLine01 span {
		padding: 4px 11px 2px;
		border-left: 4px solid #35cc83;
	}

	#conts .headLine02 {
		padding-bottom: 8px;
		font-size: 16px;
		letter-spacing: 2px;
	}

	#conts .headLine02 span {
		padding: 4px 13px 2px;
		border-left: 3px solid #d4f5b2;
	}
}

@media all and (-ms-high-contrast:none) {
	#conts .headLine01 span {
		padding: 7px 17px 0;
	}

	#conts .headLine02 span {
		padding: 7px 17px 0;
	}
}

/*------------------------------------------------------------
	サブページ　写真と文章
------------------------------------------------------------*/
#conts .comImgBox {
	margin: 0 6px 68px 0;
}

#conts .comImgBox .photoBox {
	float: right;
}

#conts .comImgBox .textBox {
	width: 460px;
	float: left;
}

#conts .comImgBox .textBox p {
	line-height: 1.625;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comImgBox {
		margin: 0 0 52px;
	}

	#conts .comImgBox .photoBox {
		width: 135px;
		margin: 0 auto 16px;
		float: none;
	}

	#conts .comImgBox .photoBox img {
		width: 100%;
	}

	#conts .comImgBox .textBox {
		width: auto;
		float: none;
	}

	#conts .comImgBox .textBox p {
		line-height: 1.875;
	}
}

/*------------------------------------------------------------
	サブページ　メリット・デメリットのリスト
------------------------------------------------------------*/
#conts .comTxtList {
	margin-bottom: 20px;
	padding: 2px 32px 1px;
	background-color: #F0F1F5;
}

#conts .comTxtList li {
	width: 100%;
	display: table;
	padding: 25px 0 22px;
	font-size: 18px;
	font-weight: bold;
	background: url(../../img/insurance/line01.png) repeat-x left top;
	line-height: 1;
}

#conts .comTxtList li:first-child {
	background: none;
}

#conts .comTxtList li>span {
	padding-left: 12px;
	display: table-cell;
	vertical-align: middle;
}

#conts .comTxtList li .color {
	width: 70px;
	padding-left: 0;
}

#conts .comTxtList li .color span {
	padding: 4px 0 5px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-color: #2F25C5;
	border-radius: 20px;
}

#conts .comTxtList li .color01 span {
	background-color: #35cc83;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comTxtList {
		margin-bottom: 16px;
		padding: 0 16px 1px;
	}

	#conts .comTxtList li {
		padding: 11px 0 9px;
		font-size: 12px;
		line-height: 1.5;
	}

	#conts .comTxtList li:first-child {
		padding: 9px 0 7px;
	}

	#conts .comTxtList li>span {
		padding-left: 13px;
	}

	#conts .comTxtList li .color {
		width: 59px;
	}

	#conts .comTxtList li .color span {
		padding: 4px 0 2px;
		font-size: 8px;
		border-radius: 5px;
	}
}

/*------------------------------------------------------------
	サブページ　ページ下部の他ページ導線
------------------------------------------------------------*/
#conts .comLinkBox {
	padding: 31px 35px 27px 38px;
	background: rgb(115, 227, 47);
	background: linear-gradient(60deg, rgba(115, 227, 47, 1) 0%, rgba(8, 219, 186, 1) 100%);
}

#conts .comLinkBox p {
	float: left;
	font-size: 17px;
	line-height: 1.82;
	color: #fff;
	font-weight: bold;
}

#conts .comLinkBox .link {
	margin-top: 9px;
	float: right;
}

#conts .comLinkBox .link a {
	width: auto;
	padding: 9px 18px 8px 32px;
	display: block;
	font-weight: bold;
	text-align: center;
	background: #fff url(../../img/common/comLinkIcon01.svg) no-repeat left 18px center;
	background-size: 10px auto;
	border-radius: 20px;
	box-sizing: border-box;
	letter-spacing: 1px;
}

#conts .comLinkBox .link a:hover {
	opacity: 0.7;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .comLinkBox {
		padding: 13px 29px 14px;
	}

	#conts .comLinkBox p {
		margin-bottom: 10px;
		float: none;
		font-size: 12px;
		line-height: 1.67;
	}

	#conts .comLinkBox .link {
		margin-top: 0;
		float: none;
	}

	#conts .comLinkBox .link a {
		width: auto;
		margin: 0 auto;
		padding: 4px 3px 2px 20px;
		background: #fff url(../../img/common/comLinkIcon01.svg) no-repeat left 9px center;
		background-size: 12px auto;
		border-radius: 20px;
		text-align: center;
	}
}

/*------------------------------------------------------------
	サブページ　googleMap youtube
------------------------------------------------------------*/
@media all and (min-width: 0) and (max-width: 767px) {
	.ggmap {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
	}

	.ggmap iframe,
	.ggmap object,
	.ggmap embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.youtube {
		position: relative;
		padding-bottom: 56.25%;
		padding-top: 30px;
		height: 0;
		overflow: hidden;
		margin: 0 auto;
	}

	.youtube iframe,
	.youtube object,
	.youtube embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/*================================
-230824 add
=================================*/

.hInner-icon {
	position: relative;
}

.hInner-icon__button {
	position: absolute;
	width: 30px;
	height: 30px;
	transition: ease .7s;
	top: 40%;
	left: 380px;
    transform: translateY(-50%);
	z-index: 1;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	.hInner-icon__button {
		top: 52%;
		left: initial;
		right: 18%;
	}
}

.hInner-icon__button:hover {
	opacity: .7;
	transition: ease .7s;
}

@media all and (min-width: 0px) and (max-width: 767px) {
	.hInner-icon__button:hover {
		opacity: 1;
	}

	.hInner-icon__button:active {
		opacity: .7;
		transition: ease .7s;
	}
}

.hInner-icon__button--img {
	display: block;
}

.hInner-icon__button--img > img {
	width: 100%;
	height: auto;
	display: block;
}