@charset "utf-8";

/*==========================================
 body
===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Shippori+Mincho:wght@500&display=swap');

body {
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.6;
  font:14px/1  Arial,Verdana,sans-serif;
  color: #333;
}


a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* link */
a { outline: none; text-decoration: none; }
a:link    { color: #333; text-decoration: none; }
a:visited { color: #333; text-decoration: underline; }
a:hover   { color: #666; text-decoration: underline; }
a:active  { color: #666; text-decoration: underline; }


p {
  margin: 0 0 1em;
  font-size: 108%;
}


/* common */
.bold { font-weight: bold; }

.red { color: #d30000; }
.blue { color: #4388ae; }
.pink { color: #EB7F7F; }
.white { color: #fff; }

.big { font-size: 14px; }
.small { font-size: 10px; }
.note { font-size: 82%; }
.snote { font-size: 50%; }

.error { font-weight: bold; color: #FF0000; }

.Fleft { float: left; }
.Fright { float: right; }
.Tright { text-align: right !important; }
.Tcenter { text-align: center !important; }

.columnBlock01 { float: left; }
.columnBlock02 { float: right; }

/* overlay */
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 11000;
  display: none;
  background: rgba(0,0,0,0.8);
}

/*==========================================
 clearfix
===========================================*/
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}


/*==========================================
 body
===========================================*/

html {
  background: #FFF !important;
  overflow: auto;
}
body {
  overflow: hidden;
	min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  background: #FFF !important;
  /* opacity: 0; */
}
@media only screen and (max-width: 767px) {
  body {
  	min-width: auto;
  }
}

/*==========================================
 ヘッダーのスタイル
===========================================*/
#headerInclude {
  height: 190px;
}
header {
  width: 100%;
  border-top: none;
  background: none !important;
}
header #header_New {
  width: 100%;
  height: 190px;
  background-color: #FFF;
  border-top: none;
}
header #header_New #headerArea {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
header #header_New #headerLogoArea {
  height: 110px;
  padding: 30px 0 0 92px;
  box-sizing: border-box;
}
header #header_New #headerLogoArea h1 img {
  width: 270px;
  height: auto;
}
header #header_New #headerKEIO_LogoArea {
  position: absolute;
  right: 92px;
  top: 25px;
}
header #header_New #headerKEIO_LogoArea h1 img {
  width: 84px;
  height: auto;
}

header #header_SpIcon {
  display: none;
}
@media only screen and (max-width: 767px) {
  #headerInclude {
    height: 78px;
  }
  header {
    height: 78px;
  }
  header #header_New {
    position: relative;
    z-index: 90;
    height: 78px;
  }
  header #header_New::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    content: "";
  }
  header.color01 #header_New::before {
    background-color: #72a097;
  }
  header.color02 #header_New::before {
    background-color: #627119;
  }
  header.color03 #header_New::before {
    background-color: #d84713;
  }
  header.color04 #header_New::before {
    background-color: #b1b1b1;
  }
  header #header_New #headerArea {
    width: 90%;
  }
  header #header_New #headerLogoArea {
    height: 78px;
    padding: 24px 0 0 0;
  }
  header #header_New #headerLogoArea h1 img {
    width: 148px;
    height: auto;
  }
  header #header_New #headerKEIO_LogoArea {
    right: 54px;
    top: 17px;
  }
  header #header_New #headerKEIO_LogoArea h1 img {
    width: 50px;
    height: auto;
  }
  header #header_SpIcon {
    display: block;
    z-index: 700;
    position: absolute;
    right: 5%;
    top: 25px;
    width: 36px;
    height: 50px;
    box-sizing: border-box;
  }
  header #header_SpIcon .menu-trigger,
  header #header_SpIcon .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  header #header_SpIcon .menu-trigger {
    position: relative;
    width: 36px;
    height: 22px;
  }
  header #header_SpIcon .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  header #header_SpIcon .menu-trigger.active span {
    background-color: #FFF;
  }

  header #header_SpIcon .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
  header #header_SpIcon .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  header #header_SpIcon .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  header #header_SpIcon .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header #header_SpIcon .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }

}


/*グローバルナビゲーション ////////////////////////////////// */
header #header_New #headerLangArea {
  position: absolute;
  right: 92px;
  top: 71px;
  width: 430px;
}
header #header_New #headerLangArea ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header #header_New #headerLangArea li {
  text-align: center;
}
header #header_New #headerLangArea li a {
  display: block;
  padding: 3px 8px 4px;
  border: 1px solid #FFF;
  border-radius: 20px;
  font-size: 100%;
}
header #header_New #headerLangArea li a:hover{
  text-decoration: none;
  opacity: 0.8;
}
header #header_New #headerLangArea li.active a {
  border: 1px solid #0c102d;
}


header #header_New #headerGlobalArea {
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #0c102d;
}
header #header_New #headerGlobalArea::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 8px;
  content: "";
}
header.color01 #header_New #headerGlobalArea::before {
  background-color: #72a097;
}
header.color02 #header_New #headerGlobalArea::before {
  background-color: #627119;
}
header.color03 #header_New #headerGlobalArea::before {
  background-color: #d84713;
}
header.color04 #header_New #headerGlobalArea::before {
  background-color: #b1b1b1;
}
header #header_New #headerGlobalArea nav {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}
header #header_New #headerGlobalArea ul {
  display: flex;
  justify-content: space-between;
}
header #header_New #headerGlobalArea li {
  text-align: center;
}
header #header_New #headerGlobalArea li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 34px 0 0;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 136%;
  color: #FFF;
}
header #header_New #headerGlobalArea li.typ01 a {
  padding: 22px 0 0;
  line-height: 1.1;
}
header #header_New #headerGlobalArea li a:hover,
header #header_New #headerGlobalArea li.active a {
  text-decoration: none;
  opacity: 0.8;
}
header #overay,
header #headerNavi_Sp {
  display: none;
}
header #header_New #headerGlobalArea nav .pullDownNavi {
  display: none;
  position: absolute;
  z-index: 500;
  right: -38px;
  top: 80px;
  width: 208px;
  height: 104px;
  padding: 20px;
  box-sizing: border-box;
}
header #header_New #headerGlobalArea nav .pullDownNavi a {
  position: relative;
  display: block;
  padding: 0 0 24px;
  font-family: 'Shippori Mincho', serif;
  font-weight: 500;
  font-size: 115%;
  color: #FFF;
}
header #header_New #headerGlobalArea nav .pullDownNavi a::after {
  position: absolute;
  right: 7px;
  top: 2px;
  width: 7px;
  height: 13px;
  background-image: url("../img_new/icon01.svg");
  background-size: cover;
  content: "";
}
header #header_New #headerGlobalArea nav .pullDownNavi a:hover {
  text-decoration: none;
  opacity: 0.8;
}
header.color01 #header_New #headerGlobalArea nav .pullDownNavi {
  background-color: #72a097;
}
header.color02 #header_New #headerGlobalArea nav .pullDownNavi {
  background-color: #627119;
}
header.color03 #header_New #headerGlobalArea nav .pullDownNavi {
  background-color: #d84713;
}
header.color04 #header_New #headerGlobalArea nav .pullDownNavi {
  background-color: #b1b1b1;
}
@media only screen and (max-width: 767px) {
  header #headerLangArea {
    display: none;
  }
  header #headerGlobalArea {
    display: none;
  }
  header #overay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header #headerNavi_Sp {
    position: absolute;
    z-index: 110;
    right: -100vw;
    top: 0;
    display: block;
    width: 85%;
    height: 565px;
    padding: 60px 20px 0;
    box-sizing: border-box;
    text-align: center;
  }
  header.color01 #headerNavi_Sp {
    background-color: #72a097;
  }
  header.color02 #headerNavi_Sp {
    background-color: #627119;
  }
  header.color03 #headerNavi_Sp {
    background-color: #d84713;
  }
  header.color04 #headerNavi_Sp {
    background-color: #b1b1b1;
  }

  header #headerNavi_Sp #headerNavi_Global {
    width: 100%;
  }
  header #headerNavi_Sp #headerNavi_Global ul li {
    padding: 0 0 25px;
  }
  header #headerNavi_Sp #headerNavi_Global ul li a {
    font-family: 'Shippori Mincho', serif;
    font-weight: 500;
    font-size: 136%;
    color: #FFF;
  }
  header #headerNavi_Sp #headerNavi_Global ul li a:hover {
    text-decoration: none;
  }
  header #headerNavi_Sp #headerNavi_Lang {
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid #FFF;
  }
  header #headerNavi_Sp #headerNavi_Lang ul li {
    padding: 0 0 15px;
  }
  header #headerNavi_Sp #headerNavi_Lang ul li a {
    display: inline-block;
    padding: 3px 8px 4px;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 20px;
    font-size: 100%;
    color: #FFF;
  }
  header #headerNavi_Sp #headerNavi_Lang ul li.active a {
    border: 1px solid #FFF;
  }
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
  background: #0C102D;
  border-top: solid 1px #252842;
}
footer #f_navi {
  width: 980px;
  height: 30px;
  margin: 0 auto;
}
footer #f_navi ul {
  margin: 16px 0 0;
}
footer #f_navi ul li {
  float: left;
  margin: 0 23px 0 0;
}
footer #f_navi ul li a {
  padding: 0 0 0 15px;
  background: url(../img/footer_icon.png) 0 4px no-repeat;
  color: #fff;
}
footer #f_address {
  padding: 20px 0 30px;
  background: #060816;
}
footer #f_address .f_addressInner {
  position: relative;
  width: 980px;
  margin: 0 auto;
}
footer #f_address .f_addressInner h2 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #fff;
}
footer #f_address .f_addressInner address {
  margin: 0 0 10px;
  color: #fff;
}
footer #f_address .f_addressInner small {
  font-size: 11px;
  color: #fff;
}
footer .f_addressInner #f_tamago_logo {
  position: absolute;
  top: 0;
  right: 320px;
}
footer .f_addressInner #f_takao_logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  footer #f_navi {
    width: 90%;
    height: 90px;
    margin: 0 auto;
  }
  footer #f_navi ul {
    margin: 18px 0 0;
  }
  footer #f_navi ul li {
    float: none;
    margin: 0 0 15px 0;
  }
  footer #f_address {
    padding: 20px 0 30px;
    background: #060816;
  }
  footer #f_address .f_addressInner {
    width: 90%;
    height: auto;
  }
  footer .f_addressInner #f_tamago_logo {
    position: static;
    width: 290px;
    height: 65px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  footer .f_addressInner #f_tamago_logo img {
    width: 100%;
    height: auto;
  }
  footer .f_addressInner #f_takao_logo {
    position: static;
    width: 290px;
    height: 65px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
  footer .f_addressInner #f_takao_logo img {
    width: 100%;
    height: auto;
  }
}


/*==========================================
 ベースレイアウト
===========================================*/
#wrap_top {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
  background-color: #0c102d;
}
#wrap {
  width: 1024px;
  margin: 15px auto;
}
#main {
  width: 980px;
  margin: 45px auto;
}
#mainLeft {
  float: left;
  width: 980px;
}
#mainRight {
  float: right;
}
@media only screen and (max-width: 767px) {
  #wrap_top {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
    background-color: #0c102d;
  }
  #wrap {
    width: 100%;
    margin: 15px auto;
  }
  #main {
    width: 90%;
    margin: 20px auto;
  }
  #mainLeft {
    float: none;
    width: 100%;
  }
  #mainRight {
    float: none;
  }
}


/*==========================================
 トップページ用 CSS
===========================================*/
#top_mv_area {
  width: 100%;
  padding: 40px 0 10px;
  background-color: #f0f0f0;
}
#top_mv_area #topMvBox {
  width: 1024px;
  margin: 0 auto;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  #top_mv_area {
    padding: 0 0 40px;
  }
  #top_mv_area #topMvBox {
    width: 100%;
  }
  #top_mv_area #topMvBox .bx-wrapper {
    max-width: 100% !important;
    margin: 0 !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
  }
  #top_mv_area #topMvBox .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: -25px !important;
  }
  #top_mv_area #topMvBox .bx-wrapper .bx-controls-direction a {
    z-index: 50;
  }
}

#main_top {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 30px;
}
#topLeft {
  float: left;
  width: 620px;
}
#topRight {
  float: right;
  width: 340px;
}
@media only screen and (max-width: 767px) {
  #main_top {
    width: 90%;
    margin: 0 auto;
  }
  #topLeft {
    float: none;
    width: 100%;
    padding: 0 0 50px;
  }
  #topRight {
    float: none;
    width: 100%;
  }
}


#topImportant {
	width: 100%;
  margin: 0 0 30px;
}
#topImportant a {
  display: block;
  width: 100%;
	height: 54px;
  margin: 0 0 15px;
  padding: 18px 15px 0;
  box-sizing: border-box;
  background-color: #FFF;
  text-align: center;
  font-size: 16px;
  color: #0C102D;
}

#topNewsTitle {
	position: relative;
	width: 620px;
	height: 35px;
	border-bottom: solid 2px #fff;
}
#topNewsTitle h3 {
	position: absolute;
	width: 100px;
	height: 35px;
	padding: 10px 0 0 40px;
	top: 0;
	left: 8px;
	background: url(../../img/top_news_icon_01.png) 0 0 no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#topNewsTitle a {
	position: absolute;
	width: 38px;
	height: 20px;
	padding: 12px 0 0 15px;
	top: 0;
	right: 0;
	background: url(../../img/top_news_icon_02.png) 0 12px no-repeat;
	font-size: 15px;
	color: #fff;
}
ul#topNewsList {
	width: 620px;
}
ul#topNewsList li {
	padding: 15px 0;
	border-bottom: dotted 1px #3D4057;
	color: #fff;
}
ul#topNewsList li:last-child {
	border-bottom: solid 1px #fff;
}
ul#topNewsList li span {
	display: block;
	margin: 0 0 7px;
	font-size: 12px;
}
ul#topNewsList li a {
	color: #fff;
}
@media only screen and (max-width: 767px) {
  #topImportant a {
    height: auto;
    margin: 0 0 15px;
    padding: 15px 15px 16px;
    font-size: 14px;
    line-height: 1.4;
  }
  #topNewsTitle {
    width: 100%;
  }
  ul#topNewsList {
    width: 100%;
  }
  ul#topNewsList li a {
    line-height: 1.4;
  }
}


#topEvent {
	margin: 25px 0 0 0;
	width: 620px;
	background: #fff;
}
#topEventTitle {
	position: relative;
	width: 620px;
	height: 30px;
}
#topEventTitle h3 {
	position: absolute;
	height: 30px;
	padding: 10px 0 0 40px;
	top: 8px;
	left: 10px;
	background: url(../../img/top_news_icon_03.png) 0 0 no-repeat;
	font-size: 18px;
	font-weight: bold;
	color: #0C102C;
}
#topEventTitle a {
	position: absolute;
	width: 38px;
	height: 20px;
	padding: 12px 0 0 15px;
	top: 8px;
	right: 0;
	background: url(../../img/top_news_icon_04.png) 0 12px no-repeat;
	font-size: 15px;
	color: #0C102C;
}
ul#topEventList {
	margin: 15px 0 0 -20px;
}
ul#topEventList li {
	float: left;
	margin: 0 0 20px 35px;
	width: 172px;
	line-height: 1.2em;
}
ul#topEventList li img {
	margin: 0 0 3px;
	padding: 5px;
	border: solid 1px #CCC;
}

#topLeft p.text01 {
  margin: 0;
  padding: 20px 0 0;
  font-size: 100%;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  #topEvent {
    width: 100%;
  }
  #topEventTitle {
    width: 100%;
    height: 30px;
    padding: 0 0 20px;
  }
  ul#topEventList {
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0 15px;
    box-sizing: border-box;
    display: flex;
    justify-content:flex-start;
    flex-wrap: wrap;
  }
  ul#topEventList li {
    float: none;
    margin: 0 4% 20px 0;
    width: 48%;
    line-height: 1.2em;
  }
  ul#topEventList li:nth-child(2n) {
    margin: 0 0 20px;
  }
  ul#topEventList li img {
    width: 100%;
    height: auto;
    margin: 0 0 3px;
    padding: 5px;
    border: solid 1px #CCC;
    box-sizing: border-box;
  }
}


#topRight #topInfo {
  margin: 0 0 20px;
  padding: 0 0 10px;
  background: #5F5C58;
}
#topRight #topInfo h2 {
	margin: 0 0 10px 16px;
	padding: 13px 0 0;
	width: 308px;
	height: 25px;
	border-bottom: solid 1px #CCC;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#topRight p.infoTime {
	margin: 5px 0 0 16px;
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2em;
}
#topRight p.infoTime span {
	font-size: 13px;
	font-weight: normal;
}
#topRight p.infoTime a {
	color: #FFF;
}
#topRight a {
	margin: 5px 0 0 16px;
	padding: 0;
	display: block;
}
#topRight #topBana a {
	margin: 0;
}
#topLeft #langArea h3 {
	margin: 10px 20px 0 0;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
#topLeft #langArea h4 {
	margin: 20px 20px 0 0;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 130%;
}
#topLeft #langArea p {
	margin: 20px 20px 0 0;
	font-size: 14px;
	color: #fff;
	line-height: 160%;
}
@media only screen and (max-width: 767px) {
  #topRight #topBana img {
    width: 100%;
    height: auto;
  }
}

/*==========================================
 SNSバナー
===========================================*/
#snsBana {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  background-color: #0c102d;
}
#snsBana ul {
  width: 567px;
  margin: 0 auto;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
#snsBana ul li {
  width: 267px;
}
#snsBana ul li img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  #snsBana {
    width: 100%;
    margin: 0 auto;
    padding: 20px 5% 20px;
    box-sizing: border-box;
  }
  #snsBana ul {
    width: 100%;
    flex-wrap: wrap;
  }
  #snsBana ul li {
    width: 100%;
    margin: 0 0 20px;
    padding: 5px 0;
    background-color: #FFF;
    text-align: center;
  }
  #snsBana ul li img {
    width: 267px;
    height: auto;
  }
}