@charset "utf-8";
/* ---------------------------------------------------------

common

----------------------------------------------------------*/
* {
  -webkit-appearance:none;
}

body {
	overflow: hidden;
	position: relative;
	}
/* ---------------------------------------------------------
title
----------------------------------------------------------*/

h1 {
	font-size: 20px;
	font-weight: 900;
	font-family:"UD新ゴ H", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2;
	font-family:"UD新ゴ DB", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

h3 {
	font-size: 15px;
	font-weight: bold;
	font-family:"UD新ゴ DB", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}


/* ---------------------------------------------------------
text style
----------------------------------------------------------*/

p {
	margin-bottom: 1.0em;
}

small{
	font-size:12px;
	line-height: 1 !important;	
}
strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

.top0 {
	margin-top:0px !important;
}

.top15 {
	margin-top:15px !important;
}

.btm0 {
	margin-bottom:0px !important;
}

.text_caution {
	color:#D26;
}

address {
	margin-bottom: 1.0em;	
	
}

hr {
	width: 100px;
	height: 3px;
	margin: 10px auto;
    background-image: -webkit-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:    -moz-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:     -ms-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);
    background-image:      -o-linear-gradient(left, #ffba11, #ffe100, #a4dc92, #6dc2ff, #8fa6ee, #ae95d4);	
	-webkit-animation: gradation_hr 4s ease infinite reverse;
	-moz-animation: gradation_hr 4s ease infinite reverse;
	animation: gradation_hr 4s ease infinite reverse;	
	background-size: 200% 200%;	
}

@keyframes gradation_hr {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

@-webkit-keyframes gradation_hr{
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@-moz-keyframes gradation_hr {
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}
@keyframes gradation_hr { 
    0%{background-position:0% 91%}
    50%{background-position:100% 10%}
    100%{background-position:0% 91%}
}


/* ---------------------------------------------------------
link
----------------------------------------------------------*/

a {
	color: #323232;
	text-decoration-line: none;
}

a:visited {
	color: #323232;
	text-decoration:none;
}

a:hover {
	color: #888;
	text-decoration:none;
}

a:active {
	color: #888;
}

/* ---------------------------------------------------------
icon
----------------------------------------------------------*/
@font-face {
  font-family: 'fa-clone';
  src:  url('fonts/fa-clone.eot?p4849z');
  src:  url('fonts/fa-clone.eot?p4849z#iefix') format('embedded-opentype'),
    url('fonts/fa-clone.ttf?p4849z') format('truetype'),
    url('fonts/fa-clone.woff?p4849z') format('woff'),
    url('fonts/fa-clone.svg?p4849z#fa-clone') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.far.fa-clone {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fa-clone' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
	display: contents;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  margin: 0px 1%;
}

.far.fa-clone:before {
	content: "\e900";
	margin-left: 0.3em;
}


@font-face {
  font-family: 'fa-angle-up';
  src:  url('fonts/fa-angle-up.eot?ag8pet');
  src:  url('fonts/fa-angle-up.eot?ag8pet#iefix') format('embedded-opentype'),
    url('fonts/fa-angle-up.ttf?ag8pet') format('truetype'),
    url('fonts/fa-angle-up.woff?ag8pet') format('woff'),
    url('fonts/fa-angle-up.svg?ag8pet#fa-angle-up') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.fas.fa-angle-up,
.fas.fa-angle-down,
.fas.fa-chevron-up {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'fa-angle-up' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  top: -15%;
  position: relative;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fas.fa-angle-up:before,
.fas.fa-angle-down:before,
.fas.fa-chevron-up:before{
  content: "\e901";
}

.fas.fa-angle-up:before{
  font-size: 12px;
}

.fas.fa-chevron-up:before {
  font-size: 21px;
}

@media screen and (max-width: 768px) {
	
	.fas.fa-chevron-up {
    top: -9px;
	}	
	
	.fas.fa-angle-up{
    top: -3px;
	}
	
	.fas.fa-angle-down {
    top: 7px;
	}
	
	.fas.fa-angle-down:before {
	  transform: scale(1, -1);
	}
	
	.fas.fa-angle-down:before,
	.fas.fa-angle-up:before{
	  font-size: 10px;
	}

}

/* ---------------------------------------------------------
Clearfix
----------------------------------------------------------*/

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clearfix .small{ font-size: 12px; }


pre {
	white-space: pre;           /* CSS 2.0 */
	white-space: pre-wrap;      /* CSS 2.1 */
	white-space: pre-line;      /* CSS 3.0 */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -hp-pre-wrap;  /* HP Printers */
	word-wrap: break-word;      /* IE 5+ */
}

/* ---------------------------------------------------------
hamburger
----------------------------------------------------------*/
.btn_hamburger {
    margin: 0 auto 2em !important;
    width: 40px;
}
.btn_hamburger a {
    position: relative;
    display: block;
    height: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}
.btn_hamburger span:nth-of-type(2) {
    top: 14px;
}
.btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}
.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #161b1d;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}
.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}

/* ---------------------------------------------------------
breadcrumb
----------------------------------------------------------*/
#breadcrumb{
}

#breadcrumb .breadcrumb-wrap{
	height: 35px;
	background:rgba(255,255,255,0.5);
}

#breadcrumb .breadcrumb-area{
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
	height: 35px;
	display: flex;
	display: -o-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -webkit-flex;
	-webkit-flex-direction: column;
	   -moz-flex-direction: column;
	    -ms-flex-direction: column;
	     -o-flex-direction: column;
 		    flex-direction: column;
	-webkit-justify-content: center;
	   -moz-justify-content: center;
	    -ms-justify-content: center;
	     -o-justify-content: center;
	        justify-content: center;
}

.breadcrumb-area ul {
	display: table;
	font-size: 11px;
	font-family: "UD新ゴ DB";
}
.breadcrumb-area ul li {
	margin: 0 10px 0 0;
	font-size: 11px;
	float: left;
}

.breadcrumb-area ul li:first-child::before {
	padding: 0;
	content: "\f015";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 1;
	color:#323232;	
}
.breadcrumb-area ul li::before {
	padding: 3px 10px 0 0;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 12px;
	line-height: 1.4;
	color:#323232;
}

.breadcrumb-area ul li {
	color:#ffb32e;
	font-family: "UD新ゴ H";
    font-weight: 900;
}

.breadcrumb-area a:hover li:first-child::before {
	color:#aaa!important;	
}

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

	#breadcrumb{
		display: none;
	}


}

/* ---------------------------------------------------------
button
----------------------------------------------------------*/
/*一覧ページに戻るボタン*/
.list-back-btn a{
	position: relative;
	margin: 0 auto 50px auto;
	width:280px;
	height: 90px;
	text-align: center;
	color: #fff;
	background: #ffb32e;
	font-size: 15px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
		    box-sizing: border-box;
	-webkit-border-radius: 50px;
	   -moz-border-radius: 50px;
	    -ms-border-radius: 50px;
			border-radius: 50px;
		display: flex;
		display: -o-flex;	
		display: -ms-flex;
		display: -moz-flex;
		display: -webkit-flex;
		-webkit-justify-content: center;
		   -moz-justify-content: center;
			-ms-justify-content: center;
			 -o-justify-content: center;
				justify-content: center;
		 -webkit-align-items: center;
			-moz-align-items: center;
			 -ms-align-items: center;
			  -o-align-items: center;
				 align-items: center;	
}

.list-back-btn a:hover{
	color: #ffb32e;
	background: #fff;
	border: 2px solid #ffb32e;	
	transition-duration: 0.3s;	/*変化に掛かる時間*/
	  -webkit-animation: bounce 2s ease-in-out;
	  animation: bounce 2s ease-in-out;	
}

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

	.list-back-btn{
		margin: 0 20%;
	}
	.list-back-btn a{
		float: none;
		width:100%;
		min-width: 150px;
		height: 60px;
		font-size: 15px;
		border: 3px;
	}
}

/* ---------------------------------------------------------
パターン背景
----------------------------------------------------------*/
.dot-ptn {
	background:  url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAKElEQVQYV2N8/fr1f1FRUcZfv379Z2NjY2RkYGBggHFANFwGphJDBQA7Bh/fBre97wAAAABJRU5ErkJggg==) repeat !important;
}


/* ---------------------------------------------------------
pagetop
----------------------------------------------------------*/
/* #pagetop {
    display: none;
}
@media screen and (max-width: 768px) { 
*/

	#pagetop {
		z-index: 10000;	
	}
	
	#pagetop.is-none {
		display: none;
	}

	.pagetop {
		display: none;
		position: fixed;
		right: 1.5%;
		bottom: 20px;
		color: #fff !important;
		z-index: 10000;
	}
	.pagetop a {
		display: block;
		background: #ffb32e;
		text-align: center;
		color: #fff !important;
		font-size: 37px;
		text-decoration: none;
		width: 60px;
		height: 60px;
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
			-ms-box-sizing: border-box;
				box-sizing: border-box;
		-webkit-border-radius: 60px;
		   -moz-border-radius: 60px;
			-ms-border-radius: 60px;
				border-radius: 60px;
	}
	.pagetop a:hover {
		display: block;
		text-align: center;
		color: #fff !important;
		text-decoration: none;
		filter:alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transition: all .4s;
		transition: all .4s;
	}

	#pagebottom {
		display: none;
	}


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

	.pagetop {
    	position: fixed !important;
		bottom: 15px !important;
    	right: 15px;
	}
	.pagetop a {
		line-height: 1.9;
		font-size: 20px;
		width: 40px;
		height: 40px;
	}
}
	
/* ---------------------------------------------------------
loading-top
----------------------------------------------------------*/
#pageloading-wrap {
   background: #fff;
   width: 100%;
   height: 100%;
   position: fixed;
   top: 0;
   left: 0;
   text-align: center;
   display: table;
	display: none;
	z-index: 1;
}
#pageloading-icon {
   display: table-cell;
   vertical-align: middle;
}

/* ---------------------------------------------------------
loading-sub
----------------------------------------------------------*/
#pageloading-sub {
	position: fixed;
	z-index: 99999;
	top:0;
	left: 0;
	background: #FFFFFF;
}
#pageloading-sub .dot-ptn{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
}
.LoaderBalls {
	width: 90px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.LoaderBalls__item {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	/*background: #ffb32e;*/
	background-image: url(../img/common/loading.png);
	background-size: contain;
	background-repeat: no-repeat;
}
.LoaderBalls__item:nth-child(1) {
	animation: bouncing 0.4s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95);
}
.LoaderBalls__item:nth-child(2) {
	animation: bouncing 0.4s 0.1s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}
.LoaderBalls__item:nth-child(3) {
	animation: bouncing 0.4s 0.2s alternate infinite cubic-bezier(0.6, 0.05, 0.15, 0.95) backwards;
}

@keyframes bouncing {
  0% {
    transform: translate3d(0, 10px, 0) scale(1.2, 0.85);
  }
  100% {
    transform: translate3d(0, -20px, 0) scale(0.9, 1.1);
  }
}



/* ---------------------------------------------------------
margin/padding
----------------------------------------------------------*/
.mT15 {
	margin-top: 15px;
}