@charset "utf-8";


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');


/*keyframes.cssの読み込み
---------------------------------------------------------------------------*/
@import url("keyframes.css");


/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:'游ゴシック体', '游ゴシック Medium', YuGothic, 'Yu Gothic Medium';	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #ffffff;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #ffffff;		/*リンクテキストの色*/
    font-family: "Yu Gothic";
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #0093FF;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a.active {
	color: #0093FF;
}

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	padding-top: 10px;	/*ヘッダー内の余白*/
    background-color: #000000;
    height: 181px;
}

/*ロゴ画像*/
header a {
    display: block;
	width: 216px;	/*画像幅*/
    height: 78px;   /*画像高さ*/
    margin: 25px auto 6px;
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/

/*inner
---------------------------------------------------------------------------*/

/*メニューブロック*/
#menubar {
	display: inline-block;
	text-align: center;
    background-color: #000000;
	width: 100%; 
	height: 0;
	animation-name: frame1;		/*冒頭のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
    position: relative;
    z-index: 10;
}

ul.inner {
	width: 896px;
    height: auto;
	margin: 0 auto;
}


#menubar ul li a {
	text-decoration: none;
	display: block;/*メニューブロックの高さ。ここの「85」と、下の行の「20」を合計した「105」の数字と、上の「#menubar」の「height」および下のfixmenu設定に２箇所ある「margin-top」の数字を合わせて下さい。*/
	float: left;	/*左に回り込み*/
	width: auto;		/*幅。今回は５個なので、100÷5=20。*/
	height: auto;
	font-size: 25px;	/*文字サイズ*/
	font-weight: bold;
    vertical-align: middle;
    margin: -10px 26px;
}

/*スマホ用メニューを表示させない*/
#menubar-s, #menubar-s2, .hamburger-menu {display: none;}

/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニューの親メニュー*/
#menubar a.cursor-default {
	cursor: default;	/*マウスオーバー時に通常のカーソルになるように*/
	color: #333;		/*文字色*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
	height: 50px;	/*メニューの高さを少し狭くする*/
}

/*---------------------------------------
body.is-fixed-menu #contents {
	margin-top: 105px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します
}
----------------------------------------。*/
/*※以下の２ブロックのスタイルの「中身」は、上の２ブロックのスタイルと単純に合わせておいて下さい。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;
	width: 100%;
	top: 0px;
}

/*---------------------------------------
body.is-fixed #contents {
	margin-top: 105px;	/*※上の「#menubar ul li a」の注意書きにある数字を指定します。
}
------------------------------------------*/

/*装飾文字を非表示にする*/
body.is-fixed-menu #menubar ul li span {
	display: none;
}
/*メニューテキストの上下バランスを調整しなおす。２つの数字の合計と、「body.is-fixed-menu #menubar.nav-fix-pos」の「height: 60px;」の数字が合うようにして下さい。*/
body.is-fixed-menu #menubar ul li a {
	height: 50px;
	padding-top: 10px;
}
/*ドロップダウンメニューへの再設定*/
body.is-fixed-menu #menubar ul.ddmenu li a {
	padding: 20px;
	height: auto;
}



/*フッター設定
---------------------------------------------------------------------------*/
footer {
	background-color: #000000;
	clear: both;
	color: #ffffff;		/*文字色*/
	text-align: center;
}
footer a {color: #ffffff;}
footer a:hover {color: #0093FF;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
/*リンクテキスト*/
#footermenu  p a {
	text-decoration: none;
	font-size: 30px;
    font-family: "Yu Gothic medium";
}
/*マウスオン時*/
#footermenu p a:hover {
	opacity: 1;		/*透明度。100%色がついた状態。*/
}

#footermenu.inner1{
	width: 800px;
    height: auto;
	margin: 0 auto;
    padding-top: 80px;
}

.footermenu1 {
    float: left;
	width: 330px;
    height: auto;
    margin-right: 195px;
	text-align: left;
}

.footermenu2 {
    float: left;
	width: 270px;
    height: auto;
	text-align: left;
}

#sns {
    clear: both;
	width: auto;
    padding-top: 55px;
}

img.sns-icon {
	width: 85px;
    height: 64px;
}

img.sns-icon1 {
	width: 64px;
    height: 64px;
    margin-left: 38px;
}


/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	font-size: 16px;
    margin-top: 16px;
    padding-bottom: 100px;
}
#copyright a {text-decoration: none;}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {display: none;}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
    text-decoration: none;
    text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 100;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #0093FF;	/*背景色（古いブラウザ用）*/
	background: rgba(0,147,255,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	border-radius: 50px;
	animation-name: opa1;	/*keyframes.cssで使う@keyframesの指定*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: both;	/*アニメーションの待機中は最初のキーフレームを維持、終了後は最後のキーフレームを維持。*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*画面幅950px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){
/*メインメニュー
---------------------------------------------------------------------------*/

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu {
    height: auto;
	margin-top: 0px;
}
    
header {
    height: 94px;
}
    
header a {
    margin-top: 5px;
    }
    
#menubar {
    display: none;
    }
	
.hamburger-menu {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
  margin: 0 0 0 auto;
  top: -65px;
}
    
.hamburger-menu__bar {
  display: inline-block;
  width: 33px;
  height: 3px;
  background: #ffffff;
  position: absolute;
  right: 0px;
  transform: translateX(-50%);
  transition: .5s;
}
    
.hamburger-menu__bar:first-child {
  top: 10px;
}
    
.hamburger-menu__bar:nth-child(2) {
  top: 23px;
}
    
.hamburger-menu__bar:last-child {
  top: 36px;
}
    
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}
    
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
    
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
    
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
    
#menubar-s {
  display: none;
  background: #242424;
  position: absolute;
  top: 100px;
  right: 0px;
  width: 240px;
  z-index: 9999;
  font-size: 25px;
}
    
#navigation__list {
  text-align: center;
  list-style: none;
}

.navigation__list-item {
  border-bottom: solid 1px #474747;
}
    
.navigation__list-item:first-child {
  border-top: solid 1px #474747;
}
    
.navigation__link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  transition: .5s;
}
    
a.navigation__link {
    height: 50px;
    }
}

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

/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header a {
    width: 182px;
    margin-top: 15px;
    margin-left: 20px
    }
    
.hamburger-menu {
    margin-top: -10px;
    }
    
#menubar-s {
  width: 220px
}
    
a.navigation__link {
    margin-top: 6px
    }

/*ヘッダーメニューが固定されなくなるので、再設定。
---------------------------------------------------------------------------*/
.link {
	margin-top: -30px;
	padding-top: 30px;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
/*リンクテキスト*/
    
#footermenu.inner1{
    width: auto;    
    }
    
#footermenu p a {
	text-align: center;
    font-size: 25px;
}
	
/*マウスオン時*/
#footermenu p a:hover {
	opacity: 1;		/*透明度。100%色がついた状態。*/
}

.footermenu1,.footermenu2 {
    text-align: center;
    float: none;
    margin: 0  auto;
    }

	
}
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	font-size: 14px;
}
	
/*クレジットロゴ
---------------------------------------------------------------------------*/

img.credit {
	width: 90%;
}

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

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 3vw;
}
    
header a {
    width: 156px;
    height: 56px;
    padding-bottom: 20px;
    }
    
.hamburger-menu {
    margin-top: -7px
    }
    
#menubar-s {
  width: 195px;
}

a.navigation__link {
    height: 25px;
    margin-top: 2px
    }

	

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
/*リンクテキスト*/
	
#footermenu p a {
    display: block;
	font-size: 16px;
    margin: 15px 0;
}

#footermenu.inner1 {
	width: 100%;
    padding-top: 48px;
}
	
.footermenu1 {
	text-align: center;
}
    
#sns {
	display: block;
	width: 100%;
	float: right;
    margin-bottom: 22px;
}

img.sns-icon {
	width: 56px;
    height: 44px;
}
    
img.sns-icon1 {
	width: 44px;
	height: 44px;
    margin-left: 11px;
}

#sns a {
	height: auto;	
	}
	
/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	font-size: 16px;
    padding-bottom: 35px;
}

}
