@charset "UTF-8";

/* -------------------------------------------------

layout.css

------------------------------------------------- */
a {
 color: #333333;
 text-decoration:none;
	text-decoration-thickness: 2px !important; /* 下線の太さを調整 */
	text-underline-offset: 5px; /* 文字から5px下に下線を移動 */
}
a:hover, a:focus {
 text-decoration: underline;
}
img {
 max-width: 100%;
 height: auto;
	width: auto;
	vertical-align: bottom;
}


/* -------------------------------------------------

Clearfix

------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix {
  *zoom: 1;
}


/* -------------------------------------------------

skip

------------------------------------------------- */
/*　本文へジャンプ　*/
.skip_nav {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip_nav {
	color:#666666;
	background-color:#FFFFFF;
	text-align:center;
	padding:2px 0;
	top:auto;
}
a.skip_nav:active {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}
a.skip_nav:focus {
	display:block;
	width:99.99%;
	font-size:100%;
	line-height:1.6;
	top:0;
	left:0;
}


/* -------------------------------------------------

 header

------------------------------------------------- */
header {
	width: 100%;
	position:relative;
	/*  ↓上部メニュー固定↓  */
	position:sticky;
 top: 0;
	z-index: 10;
}

.header	{
	width: 100%;
	display: flex;
	justify-content:space-between;
	align-items: center;

}


/* ロゴ
================================================== */
.header__logo	{
	width: 340px;
	height: 100px;
	background-color: #ffffff;
	border-radius: 0px 0px 30px 0px;
}
.header__logo	{
	display: flex;
	justify-content: center;
	align-items: center;
}
.header__logo img	{
	width: 287px;
	height: 50px;
}
.header__logo:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}

@media screen and (max-width: 1200px)  {
.header__logo	{
	width: 260px;
}
.header__logo img	{
	width: 230px;
	height: 40px;
}
}
@media screen and (max-width: 980px)  {
.header__logo	{
	width: 230px;
	height: 70px;
	border-radius: 0px 0px 20px 0px;
}
.header__logo img	{
	width: 207px;
	height: 36px;
}
}

/* -------------------------------------------------

	Nav（pc）

------------------------------------------------- */
/* header__right
================================================== */
.header__right_wrap	{
	max-width: 820px;
	width: 100%;
	height: 100px;
	background-color: #ffffff;
	border-radius: 0px 0px 0px 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (max-width: 1200px)  {
.header__right_wrap	{
	max-width: 700px;
}
}
@media screen and (max-width: 980px)  {
.header__right_wrap	{
	display:none;
}
}


/* nav
================================================== */
.nav ul	{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	list-style-type: none;
	position: relative;
}
.nav ul li	{
	margin-right: 20px;
	position: relative;
}
.nav ul li:last-of-type	{
	border-left: 1px dashed #cccccc;
}
.nav ul li,
.nav ul li a {
	font-size:1.6rem;
	font-weight: 500;
	display:block;
	white-space: nowrap;/* 改行させない */
}
.nav ul li a:hover {
	color: #43b1c8;
}

@media screen and (max-width: 1200px)  {
.nav ul li	{
	margin-right: 15px;
}
.nav ul li,
.nav ul li a {
	font-size:1.5rem;
}
}


/* 電話／休診（PC）
================================================== */
.h_Tel__wrap	{
	width: 100%;
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}
.h_Tel	{
	display: flex;
	align-items: center;
	font-size: 2.4rem;
	font-weight: 900;
	color: #43b1c8;
	line-height: 1;
	margin-bottom: 10px;
}
.h_Kyushin		{
	font-size: 1.2rem;
	font-weight: 400 !important;
	line-height: 1.4;
	display: flex;
}
.border	{
	border: 1px solid #d0d0d0;
	font-size: 1rem;
	padding: 2px 6px;
	margin-right: 8px;
}
@media screen and (max-width: 1200px)  {
.h_Tel	{
	font-size: 1.8rem;
}
}

/* 電話／休診（SP）
================================================== */
.SP__h_Tel__wrap	{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
}
.SP__h_Tel	{
	display: flex;
	align-items: center;
	font-size: 3rem;
	font-weight: 900;
	color: #43b1c8;
	line-height: 1;
	margin-bottom: 20px;
}
.SP__h_Kyushin		{
	font-size: 1.4rem;
	line-height: 1;
	display: flex;
	align-items: center;
}
.SP__h_Kyushin .border	{
	border: 1px solid #d0d0d0;
	font-size: 1.2rem;
	padding: 5px 8px;
	margin-right: 10px;
}

@media screen and (max-width: 480px)  {
.SP__h_Tel	{
	font-size: 2.6rem;
	margin-bottom: 20px;
}
.SP__h_Kyushin		{
	font-size: 1.2rem;
}
.SP__h_Kyushin .border	{
	font-size: 1rem;
	padding: 3px 8px;
	margin-right: 10px;
}
}



/* -------------------------------------------------

footer

------------------------------------------------- */
/* footer__BG（wave背景）
================================================== */
.footer__BG {
 width: 100%; 
 height: 150px;
	position: relative;
}
.footer__BG::after {
	content:"";
	position: absolute;
 bottom: 0;
 left: 0;
 width: 100%; 
 height: 100%;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjgwIDEwMCIgd2lkdGg9IjEwMCUiPiA8cGF0aCBkPSJNIDAgMTAwIFEgMTYwIDEwMCAzMjAgNTAgUSA2NDAgLTUwIDk2MCA1MCBRIDExMjAgMTAwIDEyODAgMTAwIEwgMTI4MCAxMDAgTCAwIDEwMCBaIiBmaWxsPSIjZmZmZmZmIj48L3BhdGg+PC9zdmc+");
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
}
/*.wave-svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}*/
@media screen and (max-width: 1160px)  {
.footer__BG {
 width: 100%; 
 height: 90px;
}
.footer__BG::after {
 top: 0;
	bottom: auto;
}
}

footer	{
 width: 100%;
	background-color: #fdf2f3;
	position:relative;
}

/* footer__wrp（フッター外枠）
================================================== */
.footer__wrp	{
	background-color: #ffffff;
	position:relative;
}


/* footer__logo（ロゴ）
================================================== */
.footer__logo {
	width: 320px;
 /*margin: 0px auto 50px;*/
	position:absolute;
	top:-70px;
	left: 50%;
 transform: translateX(-50%);
	z-index: 1;
}
.footer__logo a img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.footer__logo a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 1160px)  {
.footer__logo {
 display: none;
}
}

/* footer_inner__wrp（フッター内枠）
================================================== */
.footer_inner__wrp	{
	width: 1060px;
	margin: 0 auto;
	padding: 280px 0 0 0 !important;
	display: flex;
	justify-content:space-between;
	position:relative;
}
.footer_inner__Left	{
	flex-basis: 360px;
}
.footer_inner__Right	{
	flex-basis: calc(100% - 360px);
	margin-left: 100px;
}

@media screen and (max-width: 1160px)  {
.footer_inner__wrp	{
	width: 90%;
	margin: 0px auto;
	padding: 0px !important;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
.footer_inner__Left	{
	flex-basis: 100%;
	width: 320px;
}
.footer_inner__Right	{
	flex-basis: 100%;
	width: 550px;
	margin-left: 0px;
}
}
@media screen and (max-width: 640px)  {
.footer_inner__Left	{
	width: 280px;
}
.footer_inner__Right	{
	max-widthwidth: 550px;
	width: 100%;
}
}
@media screen and (max-width: 319px)  {
.footer_inner__Left	{
	max-width: 280px;
	width: 100%;
	padding: 0 2%;
}
}


/* footer__Address（住所等）
================================================== */
.footer__Address	{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

/* ロゴ／住所／診療科目
================================================== */
/* ロゴ */
.f_logo	{
	margin-bottom: 20px;
}
.f_logo img	{
	width: 230px;
}
.f_logo p	{
	font-size: 1.2rem;	
	line-height: 1;
	margin-bottom: 15px;
}
@media screen and (max-width: 1160px)  {
.f_logo	{
	width: 280px;
	margin: 0 auto 20px;
}
.f_logo img	{
	width: 100%;
}
}
@media screen and (max-width: 640px)  {
.f_logo	{
	width: 230px;
}
}
@media screen and (max-width: 319px)  {
.f_logo	{
	width: 200px;
}
}
	
	
/* 住所 */
.f_address	{
	line-height: 2;
	margin-bottom: 20px;
}
.f_address br	{
	display: none;
}
.f_address a {
 text-decoration: underline;
	font-size: 1.2rem !important;
}
.f_address a:hover {
 text-decoration: none;
	color:#F2808E;
	transition: .3s;  
}
@media screen and (max-width: 640px)  {
.f_address	{
	font-size: 1.4rem;
}
}

@media screen and (max-width: 319px) {
.f_address br	{
	display: block;
}
}


/* 診療科目 */
.f_medical	{
	font-size: 1.6rem;
	line-height: 1.8;
}
.f_medical strong	{
	display: block;
	font-weight: 400;
}
@media screen and (max-width: 640px)  {
.f_medical	{
	font-size: 1.4rem;
}
}



/* 電話／メール
================================================== */
.f_contact__wrap	{
	width: 100%;
	display: flex;
	flex-direction: column;
}
.f_Tel a,.f_Mail a	{
	display:inline-flex;
	align-items: center;
	color: #43b1c8;
	line-height: 1;
}
.f_Tel	{
	font-size: 2.4rem;
	font-weight: 900;
	margin-bottom: 10px;
}
.f_Mail	{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 0px;
}


/* footer__menu（フッターメニュー）
================================================== */
.footer__menu	{
	display: flex;
}
@media screen and (max-width: 480px)  {
.footer__menu	{
	flex-direction: column;
}
}

.footer__menubox	{
	max-width: 100%;
	white-space: nowrap; /* 強制的に改行しない */
}
.footer__menubox:nth-child(1) 	{
 margin-left: 0%;
}
.footer__menubox:nth-child(2) 	{
 margin-left: 10%;
}
.footer__menubox:nth-child(3) 	{
 margin-left: 10%;
}
@media screen and (max-width: 768px)  {
.footer__menubox	{
	white-space:normal;
}
.footer__menubox:nth-child(2) {
 margin-left: 30px;
}
.footer__menubox:nth-child(3) {
 margin-left: 30px;
}
}
@media screen and (max-width: 640px)  {
.footer__menubox:nth-child(2) {
 margin-left: 15px;
}
.footer__menubox:nth-child(3) {
 margin-left: 15px;
}
}
@media screen and (max-width: 480px)  {
.footer__menubox:nth-child(2) {
 margin-left: 0px;
}
.footer__menubox:nth-child(3) {
 margin-left: 0px;
}
}

.footer__menubox li	{
	font-size: 1.7rem;
	font-weight: 500;
	margin-bottom: 10px;
}
.footer__menubox li a {
	position: relative;
}
.footer__menubox li a:hover {
 text-decoration: underline;
	color: #378893;
	transition: .3s;  
}
@media screen and (max-width: 640px)  {
.footer__menubox li	{
	font-size: 1.5rem;
}
}

/*  矢印マーク  */
.circle-arrow {
 display: inline-flex;
 justify-content: center;
 align-items: center;
 width: 20px;
 height: 20px;
 border: 2px solid #333;
 border-radius: 50%;
 position: relative;
	margin-right: 8px;
	vertical-align: -0.4rem;
}
a:hover .circle-arrow {
 border: 2px solid #378893;
}
.circle-arrow::before {
 content: '';
 width: 6px; 
 height: 6px;
 border-top: 2px solid #333;
 border-right: 2px solid #333;
 transform: rotate(45deg) !important;
 position: absolute;
 left: 4px;
 top: 5px;
}
a:hover .circle-arrow::before {
 border-top: 2px solid #378893;
 border-right: 2px solid #378893;
}
@media screen and (max-width: 640px)  {
.circle-arrow {
 width: 14px;
 height: 14px;
 border: 1px solid #333;
	margin-right: 5px;
	vertical-align: -0.1rem;
}
a:hover .circle-arrow {
 border: 1px solid #378893;
}
.circle-arrow::before {
 width: 4px; 
 height: 4px;
 border-top: 1px solid #333;
 border-right: 1px solid #333;
 left: 3px;
 top: 4px;
}
a:hover .circle-arrow::before {
 border-top: 1px solid #378893;
 border-right: 1px solid #378893;
}
}


/* copyright__wrp（コピーライト）
================================================== */
.copyright__wrp	{
	width: 95%;
	margin: 50px auto 0;
	padding: 30px 0;
	display: flex;
	justify-content:center;
	border-top: 1px solid #cccccc;
	position:relative;
 font-size: 1.2rem;
}
@media screen and (max-width: 768px)  {
.copyright__wrp	{
	font-size: 1.1rem;
}
}


/* page_top（ページトップ）
================================================== */
.page_top {
	position: fixed;
	bottom: 40px;
	right: 60px;
	display: none;
	z-index:5;
}
.page_top a {
	width: 55px;
	height: 55px;
	display: block;
	border:3px solid #c50018;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-indent: -9999px;
	background-color:#ffffff;
	background-image: url("../images/pageup__red.png");
	background-position: center center;
	background-repeat: no-repeat;
}
.page_top a:hover {
	border:3px solid #c50018;
	background-color:#c50018;
	background-image: url("../images/pageup__white.png");
	transition: .3s;
}
@media screen and (max-width: 1250px)  {
.page_top {
	bottom: 40px;
	right: 50px;
}	
}
@media screen and (max-width: 1180px)  {
.page_top {
	bottom: 2%;
	right: 2%;
}	
}
@media screen and (max-width: 480px)  {
.page_top a {
	width: 40px;
	height: 40px;
	background-size:10px 7px;
}
.page_top {
	/*bottom: 30px;
	right: 10px;*/
}
}
@media print {
.page_top {
	position: absolute;
}
}


/* -------------------------------------------------

ConsultationHours（診療時間／休診日）

------------------------------------------------- */
.Cons_hours_wrp {
	width: 100%;
	margin-top: 30px;
	position:relative;
}
@media screen and (max-width: 1160px)  {
.Cons_hours_wrp {
	margin: 30px 0;
}
}


/* 診療時間 */
.Cons_hours table	{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	margin-bottom: 10px;
}

.Cons_hours table th	{
 border-bottom: solid 2px	#ffffff;
 border-right: solid 2px	#ffffff;
	text-align: center;
	vertical-align: middle;
	color: #333333;
}
.Cons_hours table th	{
	font-weight:500;
	font-size: 1.5rem;
 padding: 15px 0px;
	background-color: #f7b7c1;
}
.Cons_hours table tr:first-child th {
	border-top: 2px solid #ffffff;
}
.Cons_hours table tr:first-child th:first-child{
	background: #f2808e;
	border-left: 2px solid #ffffff;
	width: 180px;
	color: #ffffff;
	font-size: 1.8rem;
}
.Cons_hours table tr:first-child th:last-child{
	width: 65px;
}

@media screen and (max-width: 768px)  {
.Cons_hours table th	{
	font-size: 1.4rem;
}
.Cons_hours table tr:first-child th:first-child{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 520px)  {
.Cons_hours table th	{
 padding: 10px 0px;
	font-size: 1.2rem;
}
.Cons_hours table tr:first-child th:first-child{
	font-size: 1.2rem;
}
.Cons_hours table tr:first-child th:last-child{
	padding: 0 1%;
	font-size: 1rem;
	white-space: nowrap;
}
}


.Cons_hours table td	{
 border-bottom: solid 2px	#ffffff;
 border-right: solid 2px	#ffffff;
	font-size: 1.8rem;
	line-height: normal;
	text-align: center;
	color: #F2808E;
	background-color:#FCF3F3;
 padding: 20px 0px 25px 0px;
	width: 60px;
}
@media screen and (max-width: 768px)  {
.Cons_hours table td	{
	font-size: 1.6rem;
}
}
@media screen and (max-width: 520px)  {
.Cons_hours table td	{
	font-size: 1.4rem;
}
}

.Cons_hours table tr td:first-child  {
	border-left: 2px solid #ffffff;
	color: #333333;
}
.Cons_hours table tr td:first-child br  {
	display: none;
}	
@media screen and (max-width: 520px)  {
.Cons_hours table tr td:first-child br  {
	display: block;
}	
}

.Cons_hours table tr:nth-child(2) td	{
	vertical-align:text-top !important;
 padding: 20px 0px 10px 0px !important;
}
.Cons_hours table tr:nth-child(2) td:first-child,
.Cons_hours table tr:nth-child(2) td:last-child {
	vertical-align:middle!important;
 padding: 10px 0px 10px 0px !important;
}
@media screen and (max-width: 520px)  {
.Cons_hours table tr:nth-child(2) td	{
	vertical-align:text-top !important;
 padding: 15px 0px 0px 0px !important;
}
.Cons_hours table tr:nth-child(2) td:first-child,.Cons_hours table tr:nth-child(3) td:first-child	{
 padding: 15px 0px 15px 0px !important;
	line-height: 1;
	font-size: 1.2rem;
}
}

.Cons_hours table th:last-child,
.Cons_hours table td:last-child {
	border-right: 2px solid #ffffff;
}
.Cons_hours table tr:last-child th,
.Cons_hours table tr:last-child td{
	border-bottom: 2px solid #ffffff;
}

/* 角丸 */
.Cons_hours table tr:first-child :first-child{
	border-top-left-radius: 10px;
}
.Cons_hours table tr:first-child :last-child{
	border-top-right-radius: 10px;
}
.Cons_hours table tr:last-child :first-child{
	border-bottom-left-radius: 10px;
}
.Cons_hours table tr:last-child :last-child{
	border-bottom-right-radius: 10px;
}

/* 休診（表内） */
.Cons_hours table td .cross	{
	color: #666666;
	font-weight:500 !important;
}

/* 時間 12時まで */
.Cons_hours table td .-PS	{
	color: #333333 !important;
	font-weight:400 !important;
	font-size: 1rem !important;
}
@media screen and (max-width: 520px)  {
.Cons_hours table td .-PS	{
	line-height: 1;
}
}

.Cons_hours p	{
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	margin: 0 5px 5px;
	padding: 0;
	padding-left:1em;
	text-indent:-1em;
}

/* 休診日 */
.Cons_hours p.Closed	{
	margin: 0 0px 15px -2px !important;
}
@media screen and (max-width: 480px)  {
.Cons_hours p	{
	font-size: 1.2rem;
}
.Cons_hours p.Closed	{
	margin: 0 0 10px -2px !important;
}
}


/* -------------------------------------------------

other

------------------------------------------------- */
/* youtube動画
================================================== */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25% !important;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* 余白（margin）
================================================== */
.margin-bottom__50px	{
	margin-bottom: 50px !important;
}
.margin-bottom__20px	{
	margin-bottom: 20px !important;
}
.margin-bottom__10px	{
	margin-bottom: 10px !important;
}
.margin_20px	{
	margin: 20px !important;
}
.margin_top10px	{
	margin-top: 10px !important;
}
@media screen and (max-width: 480px)  {
.margin-bottom__50px	{
	margin-bottom: 30px !important;
}
}

/* インデント
================================================== */
.indent {
	padding-left:1em;
	text-indent:-1em;
}

/* 太字
================================================== */
.strong {
	font-weight: bold;
}

/* 文字間
================================================== */
.spacing {
	letter-spacing: 0.5em !important;
 /*text-indent:1em;*/
}

/* 文字色
================================================== */
.red {
	color:#c50018 !important;
}
.white {
	color:#ffffff !important;
}
.pink	{
	color:#e48c92 !important;
}

/* 位置
================================================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center	{
	text-align:center;
}
.center_form	{			/*  formで使用  */
	text-align:center;
}
.center_guide	{			/*  施設紹介で使用  */
	text-align:center;
}
@media screen and (max-width: 640px)  {
.left {
	text-align:center;
}
.center_form	{			/*  formで使用  */
	text-align:left;
}
}

.margin-auto {		/***  中央寄せ  ***/
	margin: auto !important;
}
.margin-left {		/***  右寄せ  ***/
	margin-left: auto !important;
}
.margin-right {		/***  左寄せ  ***/
	margin-right: auto;
}


/* FlexBox
================================================== */
.flex-center {
	display: flex;
	justify-content: center;
}

/* 下線
================================================== */.underline	{
	background: linear-gradient(transparent 80%, #e1e33f 80%);
	margin: 0 14px;
}
@media screen and (max-width: 768px)  {
.underline	{
	margin: 0 10px;
}
}


/* 表示／非表示（PC版・スマホ版）
================================================== */
.none__1160px,.none__980px,.none__898px,.none__768px,.none__480px {
	display:none;
}
@media screen and (max-width: 1160px)  {
.none__1160px {
	display:block;
}
}
@media screen and (max-width: 980px)  {
.none__980px {
	display:block;
}
}
@media screen and (max-width: 898px)  {
.none__898px {
	display:block;
}
}
@media screen and (max-width: 768px)  {
.none__768px {
	display:block;
}
}
@media screen and (max-width: 480px)  {
.none__480px {
	display:block;
}
}

.block__1160px,.block__980px,.block__898px,.block__768px,.block__480px {
	display:block;
}
@media screen and (max-width: 1160px)  {
.block__1160px {
	display:none;
}
}
@media screen and (max-width: 980px)  {
.block__980px {
	display:none;
}
}
@media screen and (max-width: 898px)  {
.block__898px {
	display:none;
}
}
@media screen and (max-width: 768px)  {
.block__768px {
	display:none;
}
}
@media screen and (max-width: 480px)  {
.block__480px {
	display:none;
}
}



/* -------------------------------------------------

アニメーション（共通）

------------------------------------------------- */
/* ぬるっと出るアニメーション
------------------------------------------------- */
.animation {
	overflow: hidden;
}
.animation span {
	display: block;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation span.fadeUp {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}
.animation-scroll {
	overflow: hidden;
}
.animation-scroll span {
	display: block;
	transform: matrix(1, 0, 0, 1, 0, 100);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation-scroll span.scroll-in {
	opacity: 1;
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.animation-scroll-left {
	overflow: hidden;
}
.animation-scroll-left span {
	display: inline-block;
	transform: translate3d(100%, 0, 0);
	transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
	opacity: 0;
}
.animation-scroll-left span.scroll-in {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* マスクアニメーション
------------------------------------------------- */
.img-wrap {
	opacity: 0;
	overflow: hidden;
}
.img-animation {
	animation: img-opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}
.img-animation::before {
	animation: img-animation 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	background: #ffffff;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}
.img-wrap img {
	transform: scale(1.3); /* 最初に画像を大きくしておく*/
	transition: transform 2.5s 0.08s ease, opacity 0.8s ease;/*  opacity にも適用 */
}
.img-wrap.img-animation img {
	transform: scale(1);
}

/*.img-wrap.img-animation a img:hover {
	opacity: 0.7;
}*/
@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}
@keyframes img-animation {
	100% {
		transform: translateX(101%);
	}
}

@media print {
.img-wrap {
	opacity: 1;
	overflow: visible;
}
.img-animation {
	animation: none;
	overflow: visible;
}
.img-animation::before {
	animation: none;
}
.img-wrap img {
	transform: none;
	transition: none;
}
.img-wrap.img-animation img {
	transform: none;
}
}


/* zoomアニメーション
------------------------------------------------- */
.img-zoom {
	opacity: 0;
}
.zoom-animation {
	animation: img-opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	overflow: hidden;
	position: relative;
}
.img-zoom img {
	transform: scale(1.5); /* 最初に画像を大きくしておく */
	transition: transform 2.5s 0.08s ease, opacity 0.8s ease; /* opacity にも適用 */
}
.img-zoom.zoom-animation img {
	transform: scale(1);
}
.img-zoom.zoom-animation a img:hover {
	opacity: 0.7;
}
@keyframes img-opacity {
	100% {
		opacity: 1;
	}
}

/* ページ自体をふわっと表示 
------------------------------------------------- */
body {
	animation: page-fadein 1s forwards;
}
@keyframes page-fadein {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@media print {
body {
	animation: none !important;
}
}


/* フェードインで表示 
------------------------------------------------- */
.fadein {
 opacity: 0;
 transform: translate(0, 0);
 transition: all 1.5s;
	overflow: hidden;
}
.fadein.fadein-left {
 transform: translate(-30px, 0);
}
.fadein.fadein-right {				/*  右からだと不具合ある（横スクロールが出る）  */
 transform: translate(30px, 0);
}
.fadein.fadein-up {
 transform: translate(0, -30px);
}
.fadein.fadein-bottom {
 transform: translate(0, 30px);
}
.fadein.scrollin {
 opacity: 1 !important;
 transform: translate(0, 0) !important;
		overflow: hidden !important;
}
@media print {
.fadein {
 opacity: 1;
 transform: none;
 transition: none;
	overflow:visible;
}
.fadein.fadein-bottom {
 transform:none;
}
.fadein.scrollin {
 transform: none !important;
	overflow: visible!important;
}
}



/* -------------------------------------------------

ボタン（共通）

------------------------------------------------- */
/* ボタン（外観）
================================================== */
.button {
	/*border: 2px solid #c50018;*/
 background-color:#43b1c8;
 border-radius: 50px;
 position: relative;
	z-index: 1;
 display: flex;
 justify-content: space-around;
	align-items: center;
 padding: 10px 25px;
 color: #ffffff;
 transition: 0.3s ease-in-out;
 font-weight: 700;
	font-size: 1.8rem;
}
.button:hover {
 color: #ffffff !important;
	text-decoration: none;
	/*border: 2px solid #df001b;*/
 background-color:#4cc6e0;
}
@media screen and (max-width: 480px)  {
.button {
 padding: 10px 5px;
	font-size: 1.6rem;
}
}

/* ボタンサイズ
================================================== */
.btn-300px_80px {
 max-width: 300px;
 width: 100%;
	height: 80px;
}
.btn-400px_80px {
 max-width: 400px;
 width: 100%;
	height: 80px;
}

@media screen and (max-width: 480px)  {
.btn-300px_80px {
	height: 64px;
}
.btn-400px_80px {
	/*height: 64px;*/
}
}

/* ボタン用矢印アイコン（右側にアニメーション矢印）
================================================== */

.arrow {
  position: relative;
  display: inline-block;
  width: 11.1px;
  height: 18.1px;
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 9999px;
  background-color: #ffffff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(45deg);
}

.arrow::after {
  transform: rotate(-45deg);
}

.arrow.-right{
	right: -10px;
}
.button:hover .arrow.-right{
	right: -15px;
	transition: 0.3s ease-in-out;
}