@charset "UTF-8";

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

layout.css

------------------------------------------------- */
a {
 color: #333333;
 text-decoration: none;
}
a:hover, a:focus {
 /*color:	#333333;*/
 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;
}

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

box_shadow

------------------------------------------------- */
/*.box_shadow  {
 width: 100%;
	box-shadow:0 5px 15px rgba(0,0,0,.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:#FCB2AE;
	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;
}

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

fixed

------------------------------------------------- */
.fixed  {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
	padding: 0 2%;
 z-index: 10;
	background:#ffffff;
}
@media print {
.fixed  {
 /*display: none;*/
}
.fixed  {
	position: absolute;
}
}



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

 header

------------------------------------------------- */
header {
	width: 100%;
	padding: 0 2%;
	position:relative;
}
.header	{
	width: 100%;
	height: 120px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
@media screen and (min-width: 899px) and (max-width: 1760px) {
header {
	/*padding: 0 1%;*/
}
}
@media screen and (max-width: 898px)  {
header {
	/*padding: 0 1%;*/
}
}
@media screen and (max-width: 768px)  {
.header	{
	height: 80px;
}
}

/* ロゴ
================================================== */
.header__logo	{
	margin-right: auto;
}
.header__logo a	{
	margin-right: 30px;
	display: block;
}
.header__logo a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}
@media screen and (max-width: 898px)  {
.header__logo a	{
	margin-right: 15px;
}
}


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

	Nav（pc）

------------------------------------------------- */
nav	{
	position: relative;
}
.nav ul	{
	display: flex;
	list-style-type: none;
	position: relative;
}
.nav ul li	{
	margin-right: 30px;
	position: relative;
}
.nav ul li:last-of-type	{
	margin-right: 20px;
}
.nav ul li,
.nav ul li a {
	font-size:1.6rem;
	font-weight: 500;
	display:block;
	white-space: nowrap;/* 改行させない */
}
.nav ul li a:hover {
	/*text-decoration: none;
	color: #ffff00;*/
}
@media screen and (max-width: 1280px)  {
.nav ul li	{
	margin-right: 20px;
}
.nav ul li:last-of-type	{
	margin-right: 15px;
}
.nav ul li,
.nav ul li a {
	font-size:1.5rem;
}
}
@media screen and (max-width: 1100px)  {
.nav {
	display:none;
}
}


/* ギョーカイ用語集ボタン／会員専用ページボタン／建災防島根支部ボタン／電話アイコン
================================================== */
.btn_gyokaiyougo a		{
	width:184px;
	height: 74px;
	margin-right: 15px;
	margin-top: -30px;
	background-image: url("../images/btn_gyokaiyogo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 184px 74px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	display: block;
}
.btn_gyokaiyougo a:hover	{
	background-image: url("../images/btn_gyokaiyogo__hover.png");
	transition: .3s;
}

.btn_gyokaiyougo__sp a		{
	width:200px;
	height: 80px;
	/*margin-right: 25px;*/
	margin-top: -30px;
	background-image: url("../images/btn_gyokaiyogo.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 200px 80px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	display: block;
}
.btn_gyokaiyougo__sp a:hover	{
	background-image: url("../images/btn_gyokaiyogo__hover.png");
	transition: .3s;
}

.btn_member a	{
	width:139px;
	height: 44px;
	margin-right: 15px;
	background-image: url("../images/btn_members.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 139px 44px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	display: block;
}

@media screen and (max-width: 1280px)  {
.btn_member a	{
	width:107px;
	height: 34px;
	background-size: 107px 34px;
}
}

.btn_member__sp a	{
	width:148px;
	height: 47px;
	/*margin-right: 0px;*/
	margin-right: 10px;
	background-image: url("../images/btn_members.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 148px 47px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	display: block;
}
.btn_member a:hover,.btn_member__sp a:hover,.btn_kensaibou__sp a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}

.btn_kensaibou__sp a	{		/* 建設業労働災害防止協会 島根県支部バナー */
	width:148px;
	height: 47px;
	margin-right: 10px;
	background-image: url("../images/btn_kensaibou.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 148px 47px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	display: block;
}

.btn_tel a	{
	width: 55px;
	height: 55px;
	margin-right: 135px;
	background-image: url("../images/btn_tel.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 55px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	display: block;
}
.btn_tel a:hover	{
	background-image: url("../images/btn_tel__hover.png");
	transition: .3s;
}
@media screen and (max-width: 1280px)  {
.btn_tel a	{
	width: 40px;
	height: 40px;
	margin-right: 55px !important;
	background-size: 40px;
}	
}

.btn_tel__sp a	{
	font-size: 2.6rem;
	font-weight: 600;
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.btn_tel__sp a::before	{
	content: "";
	width: 44px;
	height: 44px;
	margin-right: 10px;
	background-image: url("../images/btn_tel.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 44px;
	display: inline-block;
}
.btn_tel__sp a:hover::before	{
	background-image: url("../images/btn_tel__hover.png");
	transition: .3s;
}

@media screen and (min-width: 899px) and (max-width: 1760px) {
.btn_tel a	{
	margin-right: 80px;
}
}
@media screen and (max-width: 898px)  {
.btn_tel a	{
	margin-right: 60px;
}
}
@media screen and (max-width: 768px)  {
.btn_gyokaiyougo,
.btn_member	{
	display: none;
}
.btn_tel a	{
	width: 45px;
	height: 45px;
	margin-right: 60px;
	background-size: 45px;
}
}
/*@media screen and (max-width: 480px)  {*/
@media screen and (max-width: 640px)  {
.btn_gyokaiyougo__sp a		{
	width:254px;
	height: 102px;
	background-size: cover;
	margin-top: 0px;
	margin-bottom: 0px;
}
.btn_member__sp a	{
	width:190px;
	height: 60px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-size: cover;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
	display: block;
}
.btn_kensaibou__sp a	{		/* 建設業労働災害防止協会 島根県支部バナー */
	width:190px;
	height: 60px;
	background-size: cover;
	margin-right: 0px;
	margin-bottom: 10px;
}

}


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

footer

------------------------------------------------- */
footer	{
 width: 100%;
	padding: 0 2%;
	margin-bottom: 20px;
	position:relative;
}

/* footer__BG（背景枠）
================================================== */
.footer__BG	{
	border-radius: 30px;
	background-color: #f4f4f4;
	position:relative;
}
.footer__BG::after {		/* 枠内に赤線 */
	content: "";
	z-index: 1;
	background-color:#c50018;
	width: 13px;
	height: 225px;
	position: absolute;
	top: 140px;
	left: 0;
}
@media screen and (max-width: 768px)  {
.footer__BG	{
	border-radius: 20px;
}
.footer__BG::after {
	width: 8px;
	height: 180px;
	top: 70px;
}
}
@media screen and (max-width: 568px)  {
.footer__BG::after {
	width: 5px;
	height: 140px;
}
}


/* footer_inner__wrp（フッター内枠）
================================================== */
.footer_inner__wrp	{
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 90px;
	display: flex;
	justify-content:space-between;
	position:relative;
}
.footer_inner__Left	{
	width: 50%;
}
.footer_inner__Right	{
	width: 50%;
	margin-left: 170px;
	display: flex;
	flex-direction: column;
}
@media screen and (min-width: 1181px) and (max-width: 1470px) {
.footer_inner__Right	{
	margin-left: 100px;
}
}
@media screen and (min-width: 941px) and (max-width: 1180px) {
.footer_inner__Left	{
	width: 70%;
}
.footer_inner__Right	{
	width: 30%;
	margin-left: 100px;
}
}
@media screen and (min-width: 899px) and (max-width: 940px) {
.footer_inner__Left	{
	width: 60%;
}
.footer_inner__Right	{
	width: 40%;
	margin-left: 100px;
}
}

@media screen and (max-width: 898px)  {
.footer_inner__Left	{
	width: 50%;
}
.footer_inner__Right	{
	width: 50%;
	margin-left: 100px;
}
}

@media screen and (max-width: 768px)  {
.footer_inner__wrp	{
	padding: 50px 50px 90px;
}
.footer_inner__Right	{
	margin-left: 70px;
}
}
@media screen and (max-width: 568px)  {
.footer_inner__wrp	{
	flex-direction: column;
}
.footer_inner__Left	{
	width: 100%;
	margin-bottom: 30px;
}
.footer_inner__Right	{
	width: 100%;
	margin-left: 0px;
}
}



.footer__logo a {
	display: block;
 margin-bottom: 24px;
}
.footer__logo a:hover {
 opacity: 0.7;
 filter: alpha(opacity=70);
 -moz-opacity: 0.7;
	transition: .3s;
}


.footer__access	{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-bottom: 50px;
}
.footer__access p	{
	font-size: 1.5rem;	
	line-height: 2;
}
.footer__access_Right a:hover {
 text-decoration: underline;
	color: #C50118;
	transition: .3s;  
}
@media screen and (max-width: 768px)  {
.footer__access	{
	align-items:flex-start;
	margin-bottom: 30px;
}
.footer__access p	{
	font-size: 1.4rem;	
	line-height: 1.6;
}
}


/* footerTel_Fax（連絡先等）
================================================== */
.footerTel_Fax	{
	display: flex;
	margin-bottom: 10px;
}
.footerTel_Fax p	{
	/*line-height: 1.8;*/
	font-size: 1.5rem;	
	text-align: left;
}
.footerTel_Fax p:first-child	{
	margin-right: 15px;
}
@media screen and (max-width: 898px)  {
.footerTel_Fax	{
	flex-direction: column;
}
}
@media screen and (max-width: 480px)  {
}


/* footer__map（googlemap）
================================================== */
.footer__map	{
	font-size: 1.5rem;	
}
@media screen and (max-width: 898px)  {
.footer__map	{
	font-size: 1.4rem;	
}
}

/* footer__sitelink（各サイトのリンク集）
================================================== */
.footer__sitelink	{
}
.footer__sitelink dl	{
	width: 100%;
	display: flex;
	margin-bottom: 20px;
}
.footer__sitelink dl:last-child	{
	margin-bottom: 0px;
}
.footer__sitelink dt	{
	flex-basis: 140px;
	font-size: 1.4rem;
	font-weight:normal;
	padding:3px 0;
}
.footer__sitelink dd	{
	font-size: 1.4rem;
	padding:3px 0;
 flex-basis: calc(100% - 140px); 
}
.footer__sitelink dd.links	{
	display: flex;
	flex-direction: column;
}
.footer__sitelink dd.links a	{
	padding: 5px 0;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.footer__sitelink dd.links a:first-of-type	{
	padding: 0 0 5px;
}
.footer__sitelink dd.links a::before,
.footer__sitelink dd.links a::after{
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 6px;
		transform: scale(1);
  border-style: solid;
  border-color: #333333;
		margin-top: 15px;
		margin-right: -15px;
}
.footer__sitelink dd.links a::before {
  top: 0;
  right: 0;
  border-width: 1px;
}
.footer__sitelink dd.links a::after {
  top: 2px;
  right: -2px;
  border-width: 0 1px 1px 0;
}
.footer__sitelink dd.links a:hover {
 text-decoration: underline;
	color: #C50118;
	transition: .3s;  
}

@media screen and (min-width: 899px) and (max-width: 1080px) {
.footer__sitelink dl	{
	flex-direction: column;
}
.footer__sitelink dt	{
	flex-basis: 100%;
	margin-bottom: 5px;
	font-weight: 500;
}
.footer__sitelink dd	{
 flex-basis: 100%; 
}
}

@media screen and (max-width: 898px)  {
.footer__sitelink dl	{
	flex-direction: column;
}
.footer__sitelink dt	{
	flex-basis: 100%;
	padding:3px 0;
	font-weight: 600 !important;
}
.footer__sitelink dd	{
	padding:3px 0;
 flex-basis: 100%; 
}
}
@media screen and (max-width: 768px)  {
.footer__sitelink h2	{
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 3px solid #C50018;
	line-height: normal;
}
.footer__sitelink dd	{
	font-size: 1.2rem;
}
}

@media screen and (max-width: 568px)  {
.footer__sitelink	{
	margin-bottom: 30px;
}
}

/* footer__menu（フッターメニュー）
================================================== */
.footer__menu	{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.footer__menu_Left	{
	width: 48%;
}
.footer__menu_Right	{
	width: 48%;	
	margin-left: 114px;
}
@media screen and (min-width: 1181px) and (max-width: 1470px) {
.footer__menu_Right	{
	margin-left: 70px;
}
}
@media screen and (min-width: 899px) and (max-width: 1180px) {
.footer__menu	{
	flex-direction: column;
}
.footer__menu_Left	{
	width: 100%;
}
.footer__menu_Right	{
	width: 100%;
	margin-left: 0px;
}
}

@media screen and (max-width: 898px)  {
.footer__menu	{
	flex-direction: column;
}
.footer__menu_Left	{
	width: 100%;
}
.footer__menu_Right	{
	width: 100%;	
	margin-left: 0px;
}
}





/* copyright（コピーライト）
================================================== */
.copyright__Left	{
	display: none;
}
.copyright__Right	{
	margin-top: auto;
 font-size: 1.2rem;
}
@media screen and (min-width: 899px) and (max-width: 1180px) {
.copyright__Left	{
	display: block;
	font-size: 1.2rem;
	position: absolute;
	bottom: 90px;
	left: 90px;
}
.copyright__Right	{
	display: none;
}
}
@media screen and (max-width: 898px)  {
.copyright__Left	{
	display: block;
	font-size: 1.2rem;
	position: absolute;
	bottom: 50px;
	left: 90px;
}
.copyright__Right	{
	display: none;
}
}
@media screen and (max-width: 768px)  {
.copyright__Left	{
	font-size: 1.1rem;
	bottom: 40px;
	left: 50px;
	padding-right: 50px;
}
}


/* 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;
}
}


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

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__15px	{
	margin-bottom: 15px !important;
}
.margin-bottom__50px	{
	margin-bottom: 50px !important;
}
.margin_5px	{
	margin: 0 5px !important;
}
.margin_30px	{
	margin: 30px 0 !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;
}


/* 位置
================================================== */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center	{
	text-align:center;
}
@media screen and (max-width: 640px)  {
.left {
	text-align:center;
}
}

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

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


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

/* 外部リンクアイコン
================================================== */
i {
	position:relative;
}
.icon__ex_link,.icon__ex_link--black {				/* 黒 */
	margin-left: 5px;
	top:5px;
}
.icon__ex_link::before,
.icon__ex_link::after,
.icon__ex_link--black::before,
.icon__ex_link--black::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 6px;
		transform: scale(1);
  border-style: solid;
  border-color: #333333;
}
.icon__ex_link::before,.icon__ex_link--black::before {
  top: 0;
  left: 0;
  border-width: 1px;
}
.icon__ex_link::after,.icon__ex_link--black::after {
  top: 2px;
  left: 2px;
  border-width: 0 1px 1px 0;
}


.icon__ex_link--white {				/* 白 */
	margin-left: 5px;
	top:-15px;
}
.icon__ex_link--white::before,
.icon__ex_link--white::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  width: 7px;
  height: 6px;
		transform: scale(1);
  border-style: solid;
  border-color: #ffffff;
}
.icon__ex_link--white::before {
  top: 0;
  left: 0;
  border-width: 1px;
}
.icon__ex_link--white::after {
  top: 2px;
  left: 2px;
  border-width: 0 1px 1px 0;
}

/* TELアイコン
================================================== */
.icon__TEL::before {				/* 白 */
 content: "";
	background: url("../images/icon_tel.svg");
	background-size: 24px;
	display: block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}
@media screen and (max-width: 480px)  {
.icon__TEL::before {				/* 白 */
	background-size: 20px;
	width: 20px;
	height: 20px;
}
}


/* MAILアイコン
================================================== */
.icon__MAIL::before {				/* 白 */
 content: "";
	background: url("../images/icon_mail.svg");
	background-size: 33px 26px;
	display: block;
	width: 33px;
	height: 26px;
	margin-right: 8px;
}
@media screen and (max-width: 480px)  {
.icon__MAIL::before {				/* 白 */
	background-size: 25px 20px;
	width: 25px;
	height: 20px;
}
}


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

ボタン（共通）

------------------------------------------------- */
/* ボタン（外観）
================================================== */
.button {
	border: 2px solid #c50018;
 background-color:#c50018;
 border-radius: 50px;
 position: relative;
 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.6rem;
}
.button:hover {
 color: #ffffff !important;
	text-decoration: none;
	border: 2px solid #df001b;
 background-color:#df001b;
}
.button02 {
	border: 2px solid #c50018;
 background-color:#c50018;
 border-radius: 17px;
 position: relative;
 display: flex;
 justify-content:center;
	align-items: center;
 padding: 10px 25px;
 color: #ffffff;
 transition: 0.3s ease-in-out;
 font-weight: 700;
	font-size: 1.6rem;
}
.button02:hover {
	border: 2px solid #df001b;
 background-color:#df001b;
	color: #ffffff;
}
@media screen and (max-width: 480px)  {
.button,.button02 {
	font-size: 1.4rem;
}
}

/* ボタンサイズ
================================================== */
.btn-300px_80px {
 max-width: 300px;
 width: 100%;
	height: 80px;
}
.btn-300px_60px {
 max-width: 300px;
 width: 100%;
	height: 60px;
}
.btn-300px_60px02 {
 max-width: 300px;
 width: 100%;
	height: 80px;
}
.btn-230px_80px {
 max-width: 230px;
 width: 100%;
	height: 80px;
}
.btn-180px_40px {
 max-width: 180px;
 width: 100%;
	height: 40px;
}
.btn-230px_60px {
 max-width: 230px;
 width: 100%;
	height: 60px;
}

@media screen and (max-width: 480px)  {
.btn-300px_80px {
	height: 60px;
}
.btn-230px_80px {
	height: 60px;
}
.btn-300px_60px02 {
	height: 60px;
}
}

/* ボタン用矢印アイコン（右側にアニメーション矢印）
================================================== */
.arrow {
 line-height: 1;
 position: relative;
 background-color: #ffffff;
}
.arrow::before {
 content: "";
 width: 10px;
 height: 10px;
 border: 1px solid #ffffff;
 position: absolute;
 box-sizing: border-box;
}
.arrow.-right{
 width: 20px;
 height: 1px;
	right: -10px;
}
.arrow.-right::before {
 border-left: 0;
 border-bottom: 0;
 transform: rotate(45deg);
 transform-origin: top right;
 top: 50%;
 right: -1px;
}
.button:hover .arrow.-right{
	right: -15px;
	transition: 0.3s ease-in-out;
}


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

見出し（共通）

------------------------------------------------- */
/* 見出し（h2）
================================================== */
.Heading__h2	{
	font-weight:600;
	font-size:3.3rem;
	line-height: normal;
	position:relative;
	margin: 0 0 50px;
	padding-left: 50px;
}
.Heading__h2::before	{
	content: "";
	position: absolute;
	top:10px;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url("../images/icon__midashi.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 30px;
}
.Heading__h2 .small {		/*  会館予約で使用  */
	font-size:2.4rem !important;
	line-height: normal;
	padding-left: 50px;
	vertical-align: 1px;
}
@media screen and (max-width: 960px)  {
.Heading__h2 .small {		/*  会館予約で使用  */
	padding-left: 30px;
}
}
@media screen and (max-width: 768px)  {
.Heading__h2	{
	font-size:2.8rem;
	margin: 0 0 30px;
	padding-left: 44px;
}
.Heading__h2::before	{
	top:8px;
	left: 0;
}
.Heading__h2 .small{
	font-size:2rem !important;
	/*padding-left: 30px;
	vertical-align: 1px;*/
}
}
@media screen and (max-width: 480px)  {
.Heading__h2	{
	font-size:2.4rem;
	padding-left: 38px;
}
.Heading__h2::before	{
	width: 24px;
	height: 24px;
	background-size: 24px;
}
.Heading__h2 .small{
	font-size:1.6rem !important;
	padding-left: 20px;
}
}

/* 見出し（h3）
================================================== */
.Heading__h3	{
	font-weight:600;
	font-size:3rem;
	line-height: normal;
	position:relative;
}
.Heading__h3_Izumoben	{			/*  出雲弁のサブタイトル  */
	font-weight:600;
	font-size:3.3rem;
	line-height: normal;
	position:relative;
	margin: 0 0 50px;
	padding-left: 50px;
}
.Heading__h3_Izumoben::before	{
	content: "";
	position: absolute;
	top:10px;
	left: 0;
	width: 30px;
	height: 30px;
	background-image: url("../images/icon__midashi.svg");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: 30px;
}
@media screen and (max-width: 768px)  {
.Heading__h3	{
	font-size:2.4rem;
}
.Heading__h3_Izumoben	{
	font-size:2.8rem;
	margin: 0 0 30px;
	padding-left: 44px;
}
.Heading__h3_Izumoben::before	{
	top:8px;
	left: 0;
}
}
@media screen and (max-width: 480px)  {
.Heading__h3	{
	font-size:1.9rem;
}
.Heading__h3_Izumoben	{
	font-size:2.4rem;
	padding-left: 38px;
}
.Heading__h3_Izumoben::before	{
	width: 24px;
	height: 24px;
	background-size: 24px;
}
}


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

アニメーション（共通）

------------------------------------------------- */
/* ぬるっと出るアニメーション
------------------------------------------------- */
.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;
}
}
