@charset "utf-8";

/*共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体
---------------------------------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-family: "游ゴシック Medium",YuGothic,YuGothicM,"游ゴシック体","游ゴシック","Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: 500;
	line-height: 2;
	color: #000;
	background: #fff;
	-webkit-text-size-adjust: none;
}
/*リセット
---------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,textarea,input {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}
ul {
	list-style-type: none;
}
img {
	border: none;
	width: 100%;
	height: auto;
	vertical-align: top;
}

/*リンク
---------------------------------------------------------------------------*/
a {
	color: #0074ca;
}
a:hover {
	color: #05acff;
}
a:hover img {
	opacity: 0.5;
	transition: 0.5s;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	height: 100px;
	border-bottom: 1px solid #ddd;
}
/*ロゴ画像*/
header #logo {
	position: absolute;
	top: 10px;	
	float: left;
	margin-left: 20px;
}
header #logo h1 {
	font-size: 12px;
	text-align: center;
}
header #logo img {
	width: auto;
	height: 56px;
}
/*PC用メニュー
---------------------------------------------------------------------------*/
#menubar ul{
	height: 100px;	
	font-size: 14px;
	text-align: right;
	width: 100%;
}
#menubar ul li{
	display: inline;
	letter-spacing: 0.1em;
}
#menubar ul li:first-child {
	margin-left: 4%;
}
#menubar ul li:last-child {
	margin-right: 1%;
}
#menubar ul li a{
	line-height: 100px;
	color: #000;
	text-decoration: none;
	padding: 10px 20px;
}
#menubar ul li a:hover{
	text-decoration: underline #009f8f 4px !important;
	text-underline-offset: 3px;
}

/*SPメニュー非表示*/
#menu_sp {
	display: none;
}
/*ハンバーガーボタン非表示*/
.toggle_btn, .toggle_txt {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: 94%;
	max-width: 1160px;
	margin: 0 auto;
	padding: 3%;
	border: 0px solid red;
}
h2 {
	clear: both;
	margin: 110px 0 30px;
	font-size: 200%;
	font-weight: 600;
	line-height: 50px;
	text-align: center;
}
h3 {
	margin-bottom: 40px;
	font-size: 150%;
	text-align: center;
}
h4 {
	margin-bottom: 50px;
	font-size: 120%;
	text-align: center;
}
h5 {
	font-size: 110%;
	font-weight: 600;
}
.text1 {
	margin-top: 50px;
	font-size: 300%;
	font-weight: 700;
	text-align: center;
}

a.LinkBtn {
    font-weight: 600;
    display: inline-block;
    margin: 40px auto 30px;
    padding: 14px 35px;
	font-size: 105%;
    text-align: center;
    text-decoration: none;
    border-radius: .3em;
    border: 2px solid #111;
    color: #000;
}
a.LinkBtn:hover {
	background-color: #eee;
}

.item_box {
	text-align: center;
	height: 100%;
}
.item_box  ul {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
.item {
	margin: 15px;
	opacity: 0;	
	display: inline-block;
}
.item a {
	width: 250px;
	height: 250px;
	color: #fff;
	text-decoration: none;
	line-height: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	animation:  fluffy1 3.5s ease-in-out infinite alternate;
	text-decoration: none;
}

/*アニメーション
---------------------------------------------------------------------------*/
.item:nth-child(1) {
  -webkit-animation: example 0.5s ease 0.5s 1 forwards;
  animation: example 0.5s ease 0.5s 1 forwards;
  animation-duration: 1.1s
}
.item:nth-child(1) a {
	background: url(../images/item1.png?2021052603) no-repeat center center / contain;
}
.item:nth-child(2) {
  -webkit-animation: example 0.5s ease 1s 1 forwards;
  animation: example 0.5s ease 1s 1 forwards;
  animation-duration: 1.3s
}
.item:nth-child(2) a {
	background: url(../images/item2.png?2021052603) no-repeat center center / contain;
	animation-delay: 1s;
}
.item:nth-child(3) {
  -webkit-animation: example 0.5s ease 1.5s 1 forwards;
  animation: example 0.5s ease 1.5s 1 forwards;
  animation-duration: 1.5s
}
.item:nth-child(3) a {
	background: url(../images/item1.png?2021052603) no-repeat center center / contain;
	animation-delay: 1.5s;
}
.item:nth-child(4) {
  -webkit-animation: example 0.5s ease 2s 1 forwards;
  animation: example 0.5s ease 2s 1 forwards;
  animation-duration: 1.7s
}
.item:nth-child(4) a {
	background: url(../images/item2.png?2021052603) no-repeat center center / contain;
	animation-delay: 2s;
}
.item:nth-child(5) {
  -webkit-animation: example 0.5s ease 2.5s 1 forwards;
  animation: example 0.5s ease 2.5s 1 forwards;
animation-duration: 1.9s
}
.item:nth-child(5) a {
	background: url(../images/item1.png?2021052603) no-repeat center center / contain;
	animation-delay: 2.5s;
}
.item:nth-child(6) {
  -webkit-animation: example 0.5s ease 3s 1 forwards;
  animation: example 0.5s ease 3s 1 forwards;
animation-duration: 2.1s
}
.item:nth-child(6) a {
	background: url(../images/item2.png?2021052603) no-repeat center center / contain;
	animation-delay: 3s;
}
.item:nth-child(7) {
  -webkit-animation: example 0.5s ease 3.5s 1 forwards;
  animation: example 0.5s ease 3.5s 1 forwards;
animation-duration: 2.3s
}
.item:nth-child(7) a {
	background: url(../images/item1.png?2021052603) no-repeat center center / contain;
	animation-delay: 3.5s;
}
.item:nth-child(8) {
  -webkit-animation: example 0.5s ease 4s 1 forwards;
  animation: example 0.5s ease 4s 1 forwards;
animation-duration: 2.5s
}
.item:nth-child(8) a {
	background: url(../images/item2.png?2021052603) no-repeat center center / contain;
	animation-delay: 4s;
}
@-webkit-keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes example {
  100% {
    opacity: 1;
  }
}
@keyframes fluffy1 {
	0% {transform: rotate(0deg);}
	30% {transform: rotate(-5deg);}
	80% {transform: rotate(5deg);}
	100% {transform: rotate(0deg);}
}

dl {
	margin-bottom: 40px;
}
dt {
	font-size: 110%;
	font-weight: 600;
}
dt .number {
	display: inline-block;
	width: 26px;
	height: 26px;
	text-align:center;
	line-height: 26px;
	background: #fec877;
	border-radius: 50%;
	margin-right: 3px;
}
dd {
	margin-bottom: 10px;
}
/*段落タグ設定*/
#contents p {
	padding: 0 0 20px;
}
/*他。微調整。*/
#contents p + p {
	margin-top: -5px;
}
#contents h3 + p {
	margin-top: -10px;
}
#contents section + section {
	margin-top: 30px;
}

/*フッター
---------------------------------------------------------------------------*/
/*フットメニュー*/
#footmenu {
	padding: 40px 3% 0;
	background: #ddd;
}
#footmenu ul {
	margin:0 auto;
	width: 100%;
	text-align: center;
}
#footmenu ul li {
	font-size: 15px;
	display: inline-block;
	text-align: center;
	padding: 0 40px 40px;
	line-height: 1.6;
}
#footmenu ul li span {
	font-size: 86%;
}
#footmenu a {
	text-decoration: none;
	color: #111;
}
#footmenu a:hover {
	color: #888;
}
/*コピーライト*/
#copyright {
	clear: both;	
	text-align: center;
	padding:25px 0;
	font-size: 90%;
}
#copyright a img {
	margin: 0 auto;
	width: auto;
	height: 50px;
}

/*PageTopボタン
---------------------------------------------------------------------------*/
#pagetop{
	display: none;
	position: fixed;
	right: 3%;
	bottom: 30px;
}
#pagetop a{
	display: block;
	font-size: 0;
	width: 50px;
	height: 50px;
	text-align: center;
	background: #333;
	background: rgba(0,0,0,0.6);
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #fff;
	z-index: 10;
}
#pagetop a i{
	font-size: 20px;
	color:#fff;
	line-height: 50px;
}
/*マウスオン時*/
#pagetop a:hover {
	background: #666;
}

/*臨時調整、その他
---------------------------------------------------------------------------*/
.look {background: #222;padding: 5px 10px;border-radius: 4px;border: 1px solid #333;color: #fff;}
.mb15,.mb1em {
	margin-bottom: 15px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.clear {clear: both;}
.color1, .color1 a {
	color: #a2591e !important;
}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.tac {text-align: center;}
.tar {text-align: right;}
.tal {text-align: left;}
.fl {float: left;}
.fr {float: right;}

.big1 {font-size: 40px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.fw500 {
	font-weight: 500;
}
.fw600 {
	font-weight: 600;
}
.dn {display: none;}
.sh {display: none;}
.notice {
	background: #c4e6f8;
}
.bgc1 {
	background: #dedede;
}
.bgc2 {
	background: #cfefef;
}


/*幅1024px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){

/*スマホメニュー
---------------------------------------------------------------------------*/
body {
	position: relative;
}
header {
	text-align: center;
}
header #logo {
	width: 100%;
	margin: 0 auto;
}

/*メニューブロック*/
#menu_sp {
	overflow: auto;
	text-align: left;
	position: absolute;
	z-index: 1;
	top: 0;
	width: 100%;
	background: rgba(0,0,0,0.8);
	font-size: 16px;
	top: 100px;
}
#menu_sp ul li a {
	display: block;
	text-decoration: none;
	padding: 16px 20px;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#menu_sp ul li a:hover {
	background: #666;
}
/*PC用メニュー非表示*/
#menubar {
	display: none;
}
/*ハンバーガーボタン*/
.toggle_btn {
	display: inline;
	width: 52px;
	height: 52px;
	background: #fc0 url(../images/open.png?20210522) no-repeat center/50px;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.toggle_btn.selected {
	background: #fc0 url(../images/close.png?20210522) no-repeat center/50px;
}
.toggle_txt {
	display: none;
}

/*コンテンツ
---------------------------------------------------------------------------*/
h2 {
	margin-bottom: 10px !important;
}
h4 {
	line-height: 1.5;
}
.item {
	margin: 10px 15px;
}
.item a {
	font-weight: 600;
}
/*フットメニュー
---------------------------------------------------------------------------*/
#footmenu ul li {
	font-weight: 600;
}
#footmenu ul li span {
	font-weight: 500;
}
}


/*幅599px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:599px){

/*ハンバーガーボタン*/
.toggle_btn {
	right: 10px;
}
/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	line-height: 1.8;
	padding: 3%;	
}
h2 {
	font-size: 150%;
	line-height: 1.5;
	padding: 0 8%;
	margin-bottom: 5px !important;
}
h3 {
	line-height: 1.5;
	margin-bottom: 40px;
	padding: 0 8%;
}
h4 {
	margin-bottom: 40px;
}
#contents p {
	padding: 0 10px 20px;
}

/*フットメニュー
---------------------------------------------------------------------------*/

}


/*幅375px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:375px){
.toggle_btn {
	width: 44px;
	height: 44px;
	background: #fc0 url(../images/open.png?20210522) no-repeat center/44px;
}
.toggle_btn.selected {
	background: #fc0 url(../images/close.png?20210522) no-repeat center/44px;
}
.toggle_btn {
	right: 4px;
}
}