@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	共通css

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/* ================================================================================

	サイトスタイル

================================================================================ */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before,
*:after {
	 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	position: relative;
	color: #252525;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	word-wrap: break-word;
	/* 明朝 */ font-family: 'Noto Serif JP','游明朝',YuMincho,'ヒラギノ明朝 ProN W2','Hiragino Mincho ProN','HG明朝B',serif;
	/* ゴシック */ font-family: 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
}

#wrapper {
	position: relative;
	max-width: none;
	/* max-width: 1920px; 固定幅レイアウト時 */
	width: 100%;
	margin: 0 auto;
	min-height: 100vh;
	display: block;
	overflow: hidden;
}

h1{
	margin: 0;
	font-weight: 300;
}
h2, h3, h4 {
	margin: 0;
	font-weight: 700;
}

img {
	vertical-align: bottom;
}

li,dt,dd {
	vertical-align: top;
}

iframe {
	vertical-align: bottom;
}


/* リンク：透過アクション付 */
a {
	color: #20acca;
	opacity: 1;
	transition-property: opacity,color,filter;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
}
a:hover {
	opacity: 0.6;
}





/* ================================================================================

	404.php

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.not-found {
		position: relative;
		width: 1000px;
		margin: 0 auto;
	}
}





/* ================================================================================

	display:none

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* SP改行消し */
	.br-pc {
		display: none;
	}
	/* SPコンテンツ消し */
	.pc_none {
		display: none;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* PC改行消し */
	.br-sp {
		display: none;
	}
	/* PCコンテンツ消し */
	.sp_none {
		display: none;
	}

}





/* ================================================================================

	pointer-events: none;

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.pointer-events {
		pointer-events: none;
	}

}





/* ================================================================================

	フロート回り込み解除 clearfix

================================================================================ */

.clearfix:after {
	display: block;
	clear: both;
	height: 0px;
	line-height: 0px;
	visibility: hidden;
	content: "";
	overflow: hidden;
	float: none;
}
.clearfix {
	display: block; /* for IE8 */
}





/* ================================================================================

	エディター共通設定

================================================================================ */

p + * {
	margin-top: 1em;
}

strong,b {
	font-weight: 700;
}
big {
	font-size: larger;
}
small {
	font-size: smaller;
}
em {
	font-style: italic;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	body {
		font-size: 3.5vw;
	}

	/* youtube siteorigin */
	.youtube-player {
		width: 100%;
		height: 36.5vw;
		margin-top: 4vw;
	}

	/* エディターで画像の下に隙間ができるの解除 */
	img + br {
		display: none;
	}
}





/* ================================================================================

	PCヘッダー

================================================================================ */

    @keyframes img_box_9955 {
		0% { transform: translateY(0) }
		50% { transform: translateY(-6px) }
		100% { transform: translateY(0) }
    }

@media (min-width: 768px) {

	header {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		background-color: #e0f2f9;

	}
	
	
	/* グローバルナビゲーション
	----------------------------------------------- */
	.navi_pc {
		position: fixed;
		background-color: #fff;
		width: 100%;
		z-index: 9999;
	}
	.navi_pc ul {
		font-size: 0;
		padding: 0 1.75vw;
	}
	.navi_pc ul li {
		display: inline-block;
	}
	.navi_pc ul li a img {
		width: auto;
		height: 5.38vw;
	}
	.navi_pc ul li:nth-child(2) {
		padding: 0 2.55vw 0 2.9vw;
	}
	.navi_pc ul li:nth-child(4) {
		padding: 0 2.6vw 0 2.75vw;
	}
	.navi_pc ul li:nth-child(6) {
		padding: 0 2.8vw 0 2.65vw;
	}
	.navi_pc ul li:nth-child(8) {
		padding: 0 2.6vw 0 2.65vw;
	}
	.navi_pc ul li:nth-child(10) {
		padding: 0 0 0 2.75vw;
	}
	
	
	.main_box {
		padding-top: 5.32vw;
	}
	
	.mainvisual {
		padding-top: 52px !important;
		position: relative;
	}



	/* H1
	----------------------------------------------- */
	.sp_h1 {
		display: none;
	}
	.pc_h1 {
		position: relative;
		text-align: center;
		z-index: 1;
		padding: 11px 0 31px;
	}
	.pc_h1 h1 {
		font-size: 18px;
		font-weight: 500;
		line-height: 1;
		color: #1297b4;
		letter-spacing: 0.05em;
		display: inline-block;
		position: relative;
	}
	.pc_h1 h1:after {
		content: '';
		position: absolute;
		background: url(../img/h1_panda.png) center top / contain no-repeat;
		top: -116px;
		right: -191px;
		width: 176px;
		height: 183px;
		animation: img_box_9955 2s linear infinite;
		transform-origin: 50% 50%;
	}


}





/* ================================================================================

	SPヘッダー

================================================================================ */
@media (max-width: 767px) {

	header {
		position: relative;
		background-color: #e0f2f9;
	}
	
	.h_logo {
		background-color: #fff;
		width: 100%;
	}
	.h_logo img {
		width: 39vw;
		margin-left: 2vw;
	}
	
	.mainvisual {
		padding-top: 6vw !important;
		position: relative;
	}


	/* H1
	----------------------------------------------- */
	.pc_h1 {
		display: none;
	}
	.sp_h1 {
		position: relative;
		text-align: center;
		z-index: 1;
		padding: 0 0 4vw;
	}
	.sp_h1 h1 {
		font-size: 3vw;
		font-weight: 500;
		line-height: 1.6;
		color: #1297b4;
		letter-spacing: 0.05em;
		display: inline-block;
		position: relative;
	}
	.sp_h1 h1:after {
		content: '';
		position: absolute;
		background: url(../img/h1_panda.png) center top / contain no-repeat;
		top: -17vw;
		right: -18vw;
		width: 20vw;
		height: 21vw;
		animation: img_box_9955 2s linear infinite;
		transform-origin: 50% 50%;
	}




	/* グローバルナビゲーション
	------------------------------------------- */




}





/* ================================================================================

	フッター

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	footer {
		position: relative;
		padding-bottom: 73px;
		padding-top: 120px;
	}
	
	/* 当院ではWEBにて受付予約を行うことができます。 */
	.f_wrap01 {
		background-color: #eefcff;
	}
	.f_wrap01:after {
		position: absolute;
		content: '';
		background: url(../img/leaf01.png) center top / contain no-repeat;
		width: 175px;
		height: 120px;
		top: 12px;
		left: 50%;
		margin-left: 404px;
	}
	
	.f_box01 {
		position: relative;
		width: 1000px;
		margin: 0 auto;
		padding: 73px 0 77px;
	}
	.f_box01:before {
		content: '';
		position: absolute;
		background: url(../img/flog.png) center top / contain no-repeat;
		width: 155px;
		height: 179px;
		top: -73px;
		left: -167px;
		animation: img_box_9955 2.5s linear infinite;
		transform-origin: 50% 50%;
	}
	.f_box01:after {
		content: '';
		position: absolute;
		background: url(../img/rabbit.png) center top / contain no-repeat;
		width: 202px;
		height: 140px;
		bottom: -30px;
		right: 53px;
		animation: img_box_9955 2s linear infinite;
		transform-origin: 50% 50%;
	}
	
	.f_box01 .f_title01 {
		text-align: center;
	}
	.f_box01 h2 {
		display: inline-block;
		position: relative;
		font-size: 26px;
		color: #1297b4;
		text-align: center;
		font-weight: 500;
		letter-spacing: 0.03em;
	}
	.f_box01 h2:before {
		content: '';
		position: absolute;
		background: url(../img/cloud01.jpg) center top / contain no-repeat;
		top: 7px;
		left: -136px;
		width: 121px;
		height: 32px;
	}
	.f_box01 h2:after {
		content: '';
		position: absolute;
		background: url(../img/cloud02.jpg) center top / contain no-repeat;
		top: 7px;
		right: -136px;
		width: 121px;
		height: 32px;
	}
	
	.f_box01 .f_text01 {
		color: #0e0e0f;
		font-size: 16px;
		padding: 0 90px;
		line-height: 1.75;
		margin-top: 17px;
	}
	
	.f_box01 .time_box {
		float: left;
		margin-left: 70px;
		width: 535px;
	}
	
	.f_box01 .time {
		background-color: #fb86b4;
		margin: 24px 0 3px 0;
		width: 535px;
		padding: 10px 25px;
	}
	
	.f_box01 .time p {
		color: #fff;
		font-size: 17.44px;
		font-family: Hiragino Kaku Gothic ProN, 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Arial, 'メイリオ', Meiryo, sans-serif;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	.f_box01 .time table {
		width: 100%;
		margin-top: 3px;
	}
	.f_box01 .time table tr {
		background-color: #fff;
	}
	.f_box01 .time table tr.week {
		background-color: #ffecf2;
	}
	.f_box01 .time table tr td {
		border: 1px solid #fb86b4;
		font-size: 13.15px;
		vertical-align: middle;
		text-align: center;
		padding: 1px 0;
	}
	.f_box01 .time table tr td.hour {
		width: 112px;
		letter-spacing: 0.08em;
	}
	.f_box01 .time table tr td.holi {
		color: #ee48a2;
	}
	.f_box01 .time table tr td img {
		width: 14px;
		height: 12px;
		vertical-align: middle;
		margin-top: -2px;
	}
	
	
	.f_box01 .time_detail {
		font-size: 0;
	}
	
	.f_box01 .detail01,
	.f_box01 .detail02,
	.f_box01 .detail03,
	.f_box01 .detail04 {
		position: relative;
		font-size: 14.5px;
		padding: 0 0 0 19px;
		margin: 0 0 0 2px;
		letter-spacing: 0.03em;
	}
	.f_box01 .detail03 {
		display: block;
	}
	
	.detail01:before {
		content: '';
		position: absolute;
		background: url(../img/b_heart.png) center top / contain no-repeat;
		width: 15px;
		height: 13px;
		top: 5px;
		left: 0;
	}
	.detail02 {
		margin: 0 7px !important;
	}
	.detail02:before {
		content: '';
		position: absolute;
		background: url(../img/y_heart.png) center top / contain no-repeat;
		width: 15px;
		height: 13px;
		top: 5px;
		left: 0;
	}
	.detail03:before {
		content: '休';
		position: absolute;
		color: #ee48a2;
		font-size: 13.15px;
		top: 1px;
		left: 1px;
	}
	.detail04:before {
		content: '';
		position: absolute;
		background: url(../img/g_heart.png) center top / contain no-repeat;
		width: 15px;
		height: 13px;
		top: 5px;
		left: 0;
	}

	
	.f_box01 .reserve_button {
		float: right;
		margin-right: 71px;
		margin-top: 57px;
	}
	.f_box01 .reserve_button a {
		position: relative;
		display: block;
		font-size: 18px;
		border-radius: 10px;
		background-color: #20acca;
		color: #fff;
		text-align: center;
		font-weight: 500;
		width: 269px;
		padding: 14px 0;
		letter-spacing: 0.08em;
	}
	.f_box01 .reserve_button a font {
		font-size: 16px;
		letter-spacing: 0;
	}
	.f_box01 .reserve_button a:after {
		content: '';
		position: absolute;
		background: url(../img/button_after.jpg) center top / contain no-repeat;
		top: 50%;
		right: 13px;
		width: 21.3px;
		height: 21.3px;
		margin-top: -10.65px;
	}
	
	
	/* 医院情報 */
	.f_wrap02 {
		padding-bottom: 51px;
	}
	
	.f_box02 {
		width: 900px;
		position: relative;
		margin: 0 auto;
	}
	
	.f_box02 .f_info {
		width: 365px;
		float: left;
	}
	
	.f_box02 .f_logo {
		width: 309px;
		padding-top: 62px;
	}
	.f_box02 .f_logo img {
		width: 100%;
	}
	
	.f_box02 .f_tel {
		margin-top: -14px;
	}
	.f_box02 .f_tel a {
		font-size: 24px;
		font-weight: 500;
		color: #252525;
		letter-spacing: 0.075em;
		pointer-events: none;
	}
	.f_box02 .f_tel a span {
		font-size: 39px;
		letter-spacing: 0.11em;
		margin-left: 6px;
	}
	
	.f_box02 .f_time {
		font-size: 18px;
		color: #1297b4;
		font-weight: 500;
		letter-spacing: 0.097em;
		margin-top: -7px;
	}
	.f_box02 .f_time font {
		letter-spacing: 0.03em;
	}
	
	.f_box02 .f_link {
		margin-top: 17px;
		line-height: 2;
		font-weight: 500;
	}
	.f_box02 .f_link ul {
		font-size: 0;
	}
	.f_box02 .f_link ul li {
		display: inline-block;
		position: relative;
		margin: 0 12px;
	}
	.f_box02 .f_link ul li:first-of-type,
	.f_box02 .f_link ul li:nth-of-type(4),
	.f_box02 .f_link ul li:nth-of-type(7) {
		margin-left: 0;
	}
	.f_box02 .f_link ul li:nth-of-type(3),
	.f_box02 .f_link ul li:nth-of-type(6),
	.f_box02 .f_link ul li:last-of-type {
		margin-right: 0;
	}
	.f_box02 .f_link ul li:before {
		content: '|';
		position: absolute;
		font-size: 18px;
		color: #252525;
		top: 0;
		left: -15px;
	}
	.f_box02 .f_link ul li:first-of-type:before,
	.f_box02 .f_link ul li:nth-of-type(4):before,
	.f_box02 .f_link ul li:nth-of-type(7):before {
		display: none;
	}
	
	.f_box02 .f_link ul li a {
		font-size: 18px;
		color: #252525;
		letter-spacing: 0.12em;
	}
	.f_box02 .f_link ul li a font {
		letter-spacing: 0;
	}
	
	.f_box02 .f_map {
		float: right;
		width: 468px;
		margin-top: 71px;
	}
	.f_box02 .f_map img {
		width: 100%;
	}


	/* SP用フッターリンク */
	.f_navi_sp {
		display: none;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		display: none;
	}


	/* コピーライト */
	.f_copy {
	}
	.f_copy p {
		font-size: 13px;
		text-align: center;
		letter-spacing: 0.12em;
		font-weight: 500;
	}

}



/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	footer {
		position: relative;
		padding-bottom: 10vw;
		padding-top: 26vw;
	}
	
	/* 当院ではWEBにて受付予約を行うことができます。 */
	.f_wrap01 {
		background-color: #eefcff;
	}
	.f_wrap01:after {
		position: absolute;
		content: '';
		background: url(../img/leaf01.png) center top / contain no-repeat;
		width: 30vw;
		height: 20vw;
		top: 10vw;
		right: 3vw;
	}
	
	.f_box01 {
		position: relative;
		padding: 12vw 0 20vw;
	}
	.f_box01:before {
		content: '';
		position: absolute;
		background: url(../img/flog.png) center top / contain no-repeat;
		width: 21vw;
		height: 25vw;
		top: -12vw;
		left: 2vw;
		animation: img_box_9955 2.5s linear infinite;
		transform-origin: 50% 50%;
	}
	.f_box01:after {
		content: '';
		position: absolute;
		background: url(../img/rabbit.png) center top / contain no-repeat;
		width: 32vw;
		height: 22vw;
		bottom: -8vw;
		right: 6vw;
		animation: img_box_9955 2s linear infinite;
		transform-origin: 50% 50%;
	}
	
	.f_box01 .f_title01 {
		text-align: center;
	}
	.f_box01 h2 {
		display: inline-block;
		position: relative;
		font-size: 3.8vw;
		color: #1297b4;
		text-align: center;
		font-weight: 500;
		letter-spacing: 0.03em;
	}
	.f_box01 h2:before {
		content: '';
		position: absolute;
		background: url(../img/cloud01.jpg) center top / contain no-repeat;
		top: 50%;
		left: -19vw;
		width: 16vw;
		height: 5vw;
		margin-top: -2.5vw;
	}
	.f_box01 h2:after {
		content: '';
		position: absolute;
		background: url(../img/cloud02.jpg) center top / contain no-repeat;
		top: 50%;
		right: -19vw;
		width: 16vw;
		height: 5vw;
		margin-top: -2.5vw;
	}
	
	.f_box01 .f_text01 {
		color: #0e0e0f;
		font-size: 3.15vw;
		padding: 0 6vw;
		line-height: 1.75;
		margin-top: 4vw;
	}
	
	.f_box01 .time_box {
		
	}
	
	.f_box01 .time {
		background-color: #fb86b4;
		margin: 6vw 6vw 2vw 6vw;
		padding: 2vw 4vw 3.5vw;
	}
	
	.f_box01 .time p {
		color: #fff;
		font-size: 3.8vw;
		font-family: Hiragino Kaku Gothic ProN, 'Noto Sans JP',-apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Arial, 'メイリオ', Meiryo, sans-serif;
		font-weight: bold;
		letter-spacing: 0.1em;
	}

	.f_box01 .time table {
		width: 100%;
		margin-top: 1vw;
	}
	.f_box01 .time table tr {
		background-color: #fff;
	}
	.f_box01 .time table tr.week {
		background-color: #ffecf2;
	}
	.f_box01 .time table tr td {
		border: 1px solid #fb86b4;
		font-size: 3.15vw;
		vertical-align: middle;
		text-align: center;
		padding: 0.5vw 0;
	}
	.f_box01 .time table tr td.hour {
		width: 28vw;
		letter-spacing: 0.08em;
	}
	.f_box01 .time table tr td.holi {
		color: #ee48a2;
	}
	.f_box01 .time table tr td img {
		width: 3.5vw;
		vertical-align: middle;
		margin-top: -0.8vw;
	}
	
	
	.f_box01 .time_detail {
		font-size: 0;
		margin: 0 6vw;
	}
	
	.f_box01 .detail01,
	.f_box01 .detail02,
	.f_box01 .detail03,
	.f_box01 .detail04 {
		position: relative;
		font-size: 2.8vw;
		padding: 0 0 0 3.8vw;
		letter-spacing: 0.03em;
	}
	
	.f_box01 .detail03 {
		display: block;
	}
	
	.detail01:before {
		content: '';
		position: absolute;
		background: url(../img/b_heart.png) center top / contain no-repeat;
		width: 3vw;
		height: 2.85vw;
		top: 1.3vw;
		left: 0;
	}
	.detail02 {
		margin: 0 1.5vw !important;
	}
	.detail02:before {
		content: '';
		position: absolute;
		background: url(../img/y_heart.png) center top / contain no-repeat;
		width: 3vw;
		height: 2.85vw;
		top: 1.3vw;
		left: 0;
	}
	.detail03:before {
		content: '休';
		position: absolute;
		color: #ee48a2;
		font-size: 3vw;
		top: 0.1vw;
		left: 0.2vw;
	}
	.detail04:before {
		content: '';
		position: absolute;
		background: url(../img/g_heart.png) center top / contain no-repeat;
		width: 3vw;
		height: 2.85vw;
		top: 1.3vw;
		left: 0;
	}
	
	.f_box01 .reserve_button {
		margin-top: 6vw;
	}
	.f_box01 .reserve_button a {
		position: relative;
		display: block;
		font-size: 3.4vw;
		border-radius: 2.5vw;
		background-color: #20acca;
		color: #fff;
		text-align: center;
		font-weight: 500;
		width: 60vw;
		padding: 3.3vw 0 3.5vw;
		letter-spacing: 0.08em;
		margin: 0 auto;
	}
	.f_box01 .reserve_button a:after {
		content: '';
		position: absolute;
		background: url(../img/button_after.jpg) center top / contain no-repeat;
		top: 50%;
		right: 5vw;
		width: 3.5vw;
		height: 3.5vw;
		margin-top: -1.75vw;
	}
	
	
	/* 医院情報 */
	.f_wrap02 {
		padding-bottom: 3vw;
	}
	
	.f_box02 {
		position: relative;
	}
	
	.f_box02 .f_info {
		text-align: center;
	}
	
	.f_box02 .f_logo {
		padding-top: 10vw;
		width: 60vw;
		margin: 0 auto;
	}
	.f_box02 .f_logo img {
		width: 100%;
	}
	
	.f_box02 .f_tel {
		margin-top: -4vw;
	}
	.f_box02 .f_tel a {
		font-size: 4vw;
		font-weight: 500;
		color: #252525;
		letter-spacing: 0.075em;
	}
	.f_box02 .f_tel a span {
		font-size: 7vw;
		letter-spacing: 0.11em;
		margin-left: 1.5vw;
	}
	
	.f_box02 .f_time {
		font-size: 4vw;
		color: #1297b4;
		font-weight: 500;
		letter-spacing: 0.097em;
		margin-top: -1vw;
	}
	
	.f_box02 .f_map {
		width: 78vw;
		margin: 6vw auto 0;
	}
	.f_box02 .f_map img {
		width: 100%;
	}


	/* SP用フッターリンク type01 ※ボーダー下線のタイプ
	------------------------------------------- */
	.f_navi_sp ul {
		margin: 0 auto;
		overflow: auto;
		padding: 2vw 3% 3.5vw;
	}
	.f_navi_sp ul li {
		float: left;
		width: 48%;
		padding: 2vw 2vw;
		border-bottom: 1px solid;
	}
	.f_navi_sp ul li:nth-of-type(2n-1) {
		margin-right: 2%;
	}
	.f_navi_sp ul li:nth-of-type(2n) {
		margin-left: 2%;
	}
	.f_navi_sp ul li a {
		display: block;
		font-size: 3.5vw;
		text-decoration: none;
	}


	/* シェアボタン */
	footer .addtoany_shortcode > div {
		text-align: center;
		display: block;
		padding: 2vw 0;
	}


	/* コピーライト */
	.f_copy {
		padding: 2vw 0;
	}
	.f_copy p {
		text-align: center;
		font-size: 2.9vw;
	}
}





/* ================================================================================

	ページトップボタン

================================================================================ */

/* PC設定
------------------------------------------- */
@media (min-width: 768px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 10px;
	}
	#page-top a {
		background: url(../img/page-top.png) center top / contain no-repeat;
		width: 100px;
		height: 100px;
		display: block;
		text-indent: -9999px;
		animation: img_box_9955 2s linear infinite;
		transform-origin: 50% 50%;
	}
	#page-top a:hover {
		opacity: 1;
	}
}

/* SP設定
------------------------------------------- */
@media (max-width: 767px) {
	#page-top {
		position: fixed;
		z-index: 9996;
		right: 8px;
	}
	#page-top a {
		background: url(../img/page-top.png) center top / contain no-repeat;
		width: 17vw;
		height: 17vw;
		display: block;
		text-indent: -9999px;
		animation: img_box_9955 2s linear infinite;
		transform-origin: 50% 50%;
	}
	#page-top a:hover {
		opacity: 1;
	}
}





/* ================================================================================

	パンくずリスト

================================================================================ */

/* 背景色 */
#breadcrumb {
	background-color: transparent;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#breadcrumb {
		position: relative;
		max-width: none;
		width: 100%;
		padding: 16px 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		max-width: 1000px;
		width: 100%;
		margin: 0 auto;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 14px;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#breadcrumb {
		position: relative;
		width: 100%;
		padding: 4vw 0;
		z-index: 1;
	}

	#breadcrumb > ul {
		position: relative;
		width: 100%;
		padding: 0 4vw;
		font-size: 0;
	}
	#breadcrumb > ul > li {
		display: inline-block;
		font-size: 3.5vw;
	}
	#breadcrumb > ul > li + li:before {
		padding: 0 0.6em 0 0.7em;
		content: '>';
	}
}





/* ================================================================================

	Wp Lightbox Bank プラグイン

================================================================================ */
#lightGallery-outer {
	background-color: rgba(0,0,0,0.8) !important;
}





/* ================================================================================

	Elementor Lightbox フッター非表示

================================================================================ */
.elementor-slideshow__footer {
	display: none;
}





/* ================================================================================

	Addtoanyボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.addtoany_shortcode {
		margin: 14px -4px 0;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.addtoany_shortcode {
		margin: 3vw -4px 0;
	}
}


/* 翻訳プラグインバグ対策 */
.addtoany_shortcode font {
	display: none;
}




/* ================================================================================

	翻訳

================================================================================ */
.gglobe {
    background-image: url(../img/translate.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 0 !important;
}
/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#gtranslate_wrapper {
		top: 0 !important;
		margin-top: 1.7vw !important;
		right: 0 !important;
		margin-right: 1.65vw !important;
	}
	.gglobe {
		background-image: url(../img/translate.svg) !important;
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: 0 !important;
		height: 2vw !important;
		width: 2vw !important;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#gtranslate_wrapper {
		position: fixed;
		top: 62px !important;
		right: 8px !important;
		z-index: 9998 !important;
	}
	.gglobe {
		background-image: url(../img/translate.svg) !important;
		background-repeat: no-repeat;
		background-size: contain;
		border-radius: 0 !important;
		height: 8vw !important;
		width: 8vw !important;
	}
	
	
}




/* ================================================================================

	IEハック

================================================================================ */

/* IE10以上 */
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
	.elementor-image a {
		display: inline !important;
	}
}