@charset "UTF-8";

/*
Theme Name: orange_eris

*/
@media only screen and (max-width: 800px) {
body {
	line-height:150%;font-family: "新ゴ R";
	color:#222;
	font-size: 13px; line-height: 180%;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
}

@media only screen and (min-width: 801px) {
body {
	line-height:150%;font-family: "新ゴ R";
	color:#222;
	font-size: 15px; line-height: 160%;
	animation: fadeIn 1s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}
}

p{ font-family: "新ゴ R"; }
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

i{font-size: 130%; line-height:150%; margin: 3px 8px 0px 0px;}
i:hover{font-size: 140%; line-height:150%;}
/* レスポンシブの字切り */

.text br {
  display: none;
}

@media only screen and (max-width: 764px) {
  .text br {
    display: inline;
  }
.text span {
  display: none;
}
	
}
@media only screen and (max-width: 380px) {
  .text { font-size:90%; line-height:150%; }
}
/* リンク */

a { color:#3e9294; text-decoration:none; line-height: 120%; }
a:link		{ color:#3e9294; text-decoration:none; }
a:visited	{ color:#3e9294; text-decoration:none; }
a:hover		{ color:#3e9294; text-decoration:underline; }
a:active	{ color:#3e9294; text-decoration:underline; }
a.white{ color:#fff; text-decoration:none; }
a.btn-primary{ color:#fff; text-decoration:none; }
  hr {
    border-color: #B7B6B6; /* ここに線の色を指定 */
  }
 
.arrow{
	position: relative;
	display: inline-block;
	padding-left: 32px;
	vertical-align: middle;
	text-decoration: none;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 15px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
 .link::before{
	width: 12px;
	height: 12px;
	-webkit-border-radius: 25%;
	border-radius: 25%;
	background: #F59C38;
}
.link::after{
	left: 20px;
	box-sizing: border-box;
	width: 3px;
	height: 3px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
} 
  
  
/*ヘッダー*/

/*フッター*/
footer { background-color:#222222; color: #cccccc; padding-top:20px;}

header{ border-bottom: 1px solid #efefef; border-top: 4px solid #222; margin-bottom: 20px;}

/*　layout　*/

.bg-red {
  background-color: #FFF !important;
}
.container {
	max-width:1300px!important;
}
.container-fluid {
	padding:0 !important;
}

.navbar {
	padding:0 !important;
}
.navbar-brand a {
	color:#000;
}
.navbar-dark .navbar-nav .nav-link {
    color:#000;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-link:hover {
	color:#000 !important;
	font-weight:bold !important;
}
#breadcrumb {
	padding:0 0 1rem;
}
.w1100 {
	max-width:1100px;
	margin:0 auto;
}
.widthauto {
	width: auto;
	margin:0 auto;
}
.widthauto02 {
	width: auto;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color:#fff;
	background-color:#F37202;
}
.icon_sns{ border-radius: 50px; width: 120px;
}

.center {
	text-align:center;
}

/*　h1　*/

h1.under_h1 { padding: .75em 1em .75em .52em; font-weight: bold; }
h1.h101{ font-family: "UD新ゴ M";
		color: #333;text-shadow: 2px 2px 0 #fff,
             -2px 2px 0 #fff,
             2px -2px 0 #fff,
             -2px -2px 0 #fff;
		font-weight: bold;
		padding: 0em .10em .10em .75em;
		margin: 10px 0 10px;
		text-align:center;
	}	
h1.h101 span{
		color: #333;font-family: "UD新ゴ M";text-shadow: 2px 2px 0 #fff,
             -2px 2px 0 #fff,
             2px -2px 0 #fff,
             -2px -2px 0 #fff;
		font-weight: bold;
		display: block;
	}
/*　h2　*/

h2.h202 {
	position: relative;
	padding-bottom: 25px;
font-weight: bold;
	text-align: center!important;
}

h2.h202::before {
    content: attr(data-en); 
    text-align: center!important; 
    left: 50%!important;
    display: block; 
    width: 100%; 
    padding: .25em; 
    background-color: #3e9294;
    border-radius: 20px;
    color: #fff; 
    font-size: .50em; 
    margin-bottom: 10px;
    font-style: italic;
    text-transform: uppercase;
}

h2.h202::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%) rotate(30deg);
    width: 2px;
    height: 25px;
    background-color: #727171; /* 薄いオレンジ色 */
}




/*　h3　*/
h3.h301 {
  padding: .75em 1em;
  color: #222;
  font-weight: bold; border-width: 1px 1px 3px 1px;
border-style: solid;
border-color: #F9A71F;
  background-color: #fff;
}

h3.posth301{ text-align: center!important;
	 color:#333;  font-weight:bold; padding: 1em;
	border-bottom:8px solid #F98604; border-top: 1px solid #eeeeee;
	position:relative;
}
h3.posth301:before, h3.posth301:after{
	content:"";
	display:block;
	height:8px;
	position:absolute;
	bottom:-8px;
}
h3.posth301:before{
	width:20%;
	left:8%;
	background:rgba(254,216,9,0.7);
}
h3.posth301:after{
	width:30%;
	left:12%;
	background:rgba(224,153,60,0.6);
}

/*　h4　*/
h4.h401{ font-weight:bold;
  background-color: #ffa500;
  color: #000;
  padding: 10px;
  border-radius: 5px;
}



/*　装飾　*/

p {
	margin-bottom:0 !important;
}
.dan {
	padding-left:1em;
	text-indent:-1em;
}
.dan02 {
	padding-left:2em;
	text-indent:-1em;
}
.dan03 {
	padding-left:3em;
	text-indent:-1em;
}
.f10em {
	font-size:0.6em;
}
.f12em {
	font-size:0.8em;
}
.f16em {
	font-size:1.06em;
}
.f18em {
	font-size:1.2em;
}
.f20em {
	font-size:1.33em;
}
.f22em {
	font-size:1.46em;
}
.f24em {
	font-size:1.6em;
}
.f36em {
	font-size:2.4em;
}
.pink {
	color:#f0599f;
}
.red {
	color:#D30C0C;
}
.redd {
	color:#D30C0C;
	font-weight: bold;
}
.blue {
	color: #1073BD;
}
.blueb {
	color: #1073BD;
	font-weight: bold;
}



ul {
    list-style: none;
	margin:0 0 0 1em !important;
	padding:0 !important;
}
ol {
	margin:0 0 0 1.5em !important;
	padding:0 !important;
}
ul li {
	margin:0 !important;
	padding:0 !important;
}
ol li {
	margin:0 !important;
	padding:0 !important;
}


/*PC*/
@media (min-width: 576px) {
.carousel-captionup {
  position: absolute; width: 700px; height: 140px;
  right: 22%; bottom: 10px; border-radius: 10px;
  z-index: 150;
  color: #000; background-color: #fff; border-bottom: 3px solid #4D3001; border-top: 3px solid #4D3001;
  text-align: center; padding: .75em 1em;
}
.carousel-item img { position: relative; padding-bottom: 140px;
}
.carousel-indicators {
 position: absolute; z-index: 999;
  right: 0;
  bottom: 20px;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

h1.under_h1 {
	font-size:3em; text-align: left; }
	
h3.posth301,h3.posth204,h2.h206,h2.h207,h2.h208 {
		font-size:1.8em; text-align: center;
	}
h2.h201  { font-weight: bold;
padding: .55em 1em .75em 1em;
color: #333;
  border-left: solid 6px #F78709;/*左線（実線 太さ 色）*/
border-bottom: 1px solid #cccccc;
}
h2.h201,h2.h202 {
		text-align: left; font-size:2.1em;
	}
	h3.h301,h3.h302 {
		font-size:1.1em;
		font-weight:bold;
	}
	h4.h401,h4.h402 {
		font-size:1em;
	}
		}
/*smart*/
@media (max-width: 575px) {
.alert { font-size: 70%; line-height: 120%;
}
.carousel-captionup {
  position: absolute; width: 100%; height: 210px; bottom: -110px;
  z-index: 150;
  color: #000;  border-bottom: 3px solid #4D3001; border-top: 3px solid #4D3001;
  text-align: center; padding: .75em 1em; background-color: #F7F5F5;
}

.carousel-item img { position: relative; padding-bottom: 80px;
}
.carousel-indicators {
 position: absolute; z-index: 999;
  right: 0;
  bottom: -50px;
  left: 0; padding-top: 220px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

	.container {
		padding:0 15px !important;
	}
    .res-table {
        width:100%;
    }
    .res-table th {
        display:block;
    }
    .res-table td {
        display:block;
    }
	.under_key h1 {
		text-align: center;
	}
.under_key h1 {
	font-size:1.3em; padding:.75em 1em; text-align: center;}
	
h1.under_h1 {
	font-size:1.3em; text-align: center; }
h2.h201  { font-weight: bold;
padding: .55em 1em;
color: #333;
  border-bottom: solid 6px #F78709;/*左線（実線 太さ 色）*/
}
	h2.h201{
		font-size:1.8em; text-align: center;
	}

	h2.h202,h3.posth301,h3.posth204,h2.h206,h2.h207,h2.h208 {
		font-size:1.2em; text-align: center;
	}
	h2.h201,h2.h202 {
		text-align: center!important;
	}
	h3.h301,h3.h302 {
		font-size:1.1em;
		font-weight:bold;
	}
	h4.h401,h4.h402 {
		font-size:1em;
	}
	.f12em {
		font-size:0.5em !important;
	}
	.f16em {
		font-size:1.1em;
	}
	.f18em {
		font-size:1.2em;
	}
	.f20em {
		font-size:1.3em;
	}
	.f22em {
		font-size:1.4em;
	}
	.f24em {
		font-size:1.5em;
	}
	.f36em {
		font-size:1.8em;
	}
	.w1100 {
		width:100%;
		margin:0 auto;
	}
	.center {
		text-align:left;
	}
}
@media (max-width: 767px) {
	.container {
		padding:0 15px !important;
	}
}




#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#pageTop a {
	display: block;
	z-index: 300;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color:#F7810D;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding:6px 2px 0 2px;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
}


#under_key {
  background: #fff;
 background: linear-gradient(204deg, #ffffff, #efefef, #ffffff);
    background-size: 600% 600%;
    border-left: 12px solid #F36E14;
 
}

@keyframes AnimationName {
  0% {
    background-position: 54% 0%
  }
  50% {
    background-position: 47% 100%
  }
  100% {
    background-position: 54% 0%
  }
}

.gnav-wrapper {
 background: #fff;
 position: relative;
}
 
.gnav {
 display: flex;
 justify-content: space-between;
}
 
.gnav li {
 padding: 18px 0;
 text-align: center;
 transition: all .3s ease-in-out;
}
 
.gnav li:hover {
 background: #fff;
}
 
.gnav a {
 color: #fff;
 border-left: solid 1px #fefefe;
 padding: 0 65px;
}
 
.gnav > li:last-child a {
 border-right: solid 1px #fefefe;
}
 
.gnav > li:hover .megamenu {
 max-height: 9999px;
 opacity: 1;
 padding: 30px 0;
}
 
.megamenu {
 background: #fff;
 max-height: 0;
 opacity: 0;
 overflow: hidden;
 width: 100%;
 position: absolute;
 top: 50px;
 left: 0;
 transition: all .2s ease-in;
 z-index: 999;
}
 
.megamenu-inner {
 display: flex;
 flex-wrap: wrap;
}
 
.megamenu-inner li {
 width: calc( (100% / 5) );
 padding: 0;
}
 
.megamenu-inner a {
 border-left: none;
}
 
.megamenu-inner-img {
 margin: 0 0 10px;
}
 
.megamenu-inner-text img {
 margin: 0 5px 0 0;
}



.carousel-item {
    transition: transform 1s ease-in-out;
}

.carousel-indicators li {
  background-color: #222;
}

.an2-fadeup {
    animation-name: fadeup;
    animation-duration: 3s;
    animation-iteration-count: 1;
}
@keyframes fadeup {
from {
    opacity: 0;
    transform: translateY(20px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}



.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex; padding-bottom: 190px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}



.btn001{padding: 1em.75em; min-height: 50px;
    line-height:80px;
}
.btn001 a{
    display:block;
    width:100%;
    height:100%;
    text-decoration: none;
    background:#F7810D;
    text-align:center;
    color:#FFFFFF;
    font-weight:bold;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}
.btn001 a:hover{
    background:#0099FF;
    color:#FFFC00;
    margin-left:0px;
    margin-top:0px;
    box-shadow:none;
}


.nav_2024 .nav-pills {
    border: 1px solid #ccc; /* 外枠の薄いグレー線 */
    border-radius: 5px; /* 角を少し丸める */
    background-color: #f8f9fa; /* 薄いグレーの背景 */
    padding: 10px; /* 内側の余白 */
}

.nav_2024 .nav-item {
    margin: 0 10px; /* 各アイテム間の余白を5pxから10pxに増やす */
}

.nav_2024 .nav-link {
    color: #000; /* 黒い文字色 */
    background-color: #fff; /* 白い背景 */
    border: 1px solid #ddd; /* ボタンの境界線 */
    border-radius: 5px; /* ボタンの角を丸く */
    padding: 8px 15px; /* ボタンの内側余白 */
    transition: all 0.3s ease; /* ホバー時のアニメーション効果 */
    text-align: center; /* テキストを中央揃え */
}

.nav_2024 .nav-link:hover {
    background-color: #ffa500; /* オレンジ色のホバーカラー */
    color: #fff; /* ホバー時の文字色を白 */
    border-color: #ffa500; /* オレンジ色のボーダー */
    text-decoration: none; /* ホバー時に下線を表示しない */
}

.nav_2024 .nav-link.active {
    background-color: #ffa500; /* アクティブ時のオレンジ色 */
    color: #fff; /* アクティブ時の文字色を白 */
    border-color: #ffa500; /* アクティブ時のボーダー色 */
    font-weight: bold; /* アクティブ時の強調 */
}

.nav-item a{ font-weight: bold;}
