/* ---------------------------------------
header
--------------------------------------- */
#top-head {
	width: 100%;
	position: static;
	padding-top: 10px;
	border-bottom: #223A55 3px solid;
	position: relative;
	z-index: 10;
	height: auto;
}
#top-head .inner {
	width: 1000px;
	margin: 0px auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
#top-head .inner {
    position: relative;
}
#top-head .s_nav {
	display: inherit;
	float: right;
	margin-top: 10px;
}
#top-head .s_nav li {
	line-height: 100%;
}
#top-head .s_nav li a {
}
#top-head .s_nav li a span {
	display: inline-block;
	margin-left: 10px;
	color: #223A55;
	font-weight: 500;
	font-size: 90%
}
#top-head .logo {
	width: 320px;
	position: relative;
}
#top-head .logo img {
}
#top-head .logo h1 {
	display: inherit;
	position: absolute;
	top: 0;
	left: 10px;
    white-space: nowrap;
}
#top-head .logo h1 span {
    white-space: nowrap;
}


.menu-container {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}


.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f0c9";/*モバイル用メニューに表示するアイコン*/
  font-family: "FontAwesome";
  font-size: 2.0rem;
  padding: 0;
  float: right;
  position: relative;
  top: 0;
  margin-top: -20px;
  color: #444;
  -webkit-transform: translateY(-25%);
          transform: translateY(-25%);
}
.menu-dropdown-icon:before {
  content: "\f067";/*モバイル用メニューに表示するアイコン*/
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 0.7em 1.5em;
  color: #fff;
  background-color: #182C43;
}
#top-head .menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
  width: 16.66%;
}
.menu > ul > li:nth-child(5) {
}
.menu > ul > li.home,
.menu > ul > li:nth-child(8) {
	display: none;
}
.menu > ul > li a {
  text-decoration: none;
  padding: 13px 0;
  display: block;
  text-align: center;
  font-weight: 500;
}
.menu > ul > li:hover {
  background: #233A55;
  color: #fff;
}
.menu > ul > li a:hover {
	color: #fff;
}
.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: rgba(35,58,85,0.9);
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  color: #fff;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
  border-bottom: #919DAA 1px dotted;
}
.menu > ul > li > ul > li a {
  color: #fff;
  padding: 15px;
  display: block;
  border-bottom: 1px solid #ccc;
  font-weight: 100;
  text-align: left;
  line-height: 150%;
}
.menu > ul > li > ul > li a:hover {
	background: #233A55;
}
.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}
.menu > ul > li > ul > li > ul:after {
  clear: both;
}
.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
}
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	width: 90px;
	/*float: left;*/
}
#top-head.fixed .logo h1 {
	display: none;
}
#top-head.fixed .s_nav {
	display: none;
}
#top-head.fixed .menu > ul {
	margin-left: 15%;
	width: 85%;
	margin-top: -90px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#top-head.fixed .menu > ul {
		margin-top: -68px;
	}
}
@media all and (-ms-high-contrast: none){/*IE用*/
    #top-head.fixed .menu ul {
      padding-top: 20px;
    }
}
/* ---------------------------------------
mv
--------------------------------------- */
#mv {
	width: 100%;
	height: 520px;
	position: relative;
	z-index: 0;
}
.filter {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
}
.sp_mv {
	display: none;
}
#mv h2,
#mv h2 span {
	font-family: 'Sawarabi Mincho';
	transform: rotate(0.01deg);
}
#mv h2 {
	color: #fff;
	position: absolute;
	right: 5%;
	top: 27%;
	z-index: 5;
}
#mv h2 span {
	display: block;
	font-size: 160%;
	line-height: 150%;
	padding-top: 5px;
}
#mv h2 strong {
	display: block;
	font-size: 370%;
	line-height: 150%;
	letter-spacing: 7px;
	margin-bottom: 15px;
	font-family: 'Bellefair', serif;
	font-weight: 400;
}


.Opening {
	width: 100%;
	margin: 0;
	height: 520px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
.Opening ul li{
	position: relative;
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
  min-height: 520px;
}


#top1 {
	width: 100%;
	background-color: #213954;
	color: #fff;
	margin-bottom: 50px;
}
#top1 ul {
	width: 1200px;
	margin: 0px auto;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	border-right: #fff 1px solid;
}
#top1 ul li {
	width: 25%;
	border-left: #fff 1px solid;
}
#top1 ul li dl,
#top1 ul li dt,
#top1 ul li dd {
	text-align: center;
}
#top1 ul li dl {
	padding: 25px;
}
#top1 ul li dt {
	font-size: 130%;
	line-height: 140%;
	height: 75px;
	font-family: 'Sawarabi Mincho';
	transform: rotate(0.03deg);
	font-weight: 100;
	letter-spacing: 3px;
}
#top1 ul li:nth-child(3) dt,
#top1 ul li:nth-child(4) dt {
	padding-top: 15px;
}
#top1 ul li dd {
	font-size: 90%;
	line-height: 150%;
	text-align: left;
	margin-bottom: 25px;
	font-weight: 300;
	font-family: 'Rounded Mplus 1c', sans-serif;
	transform: rotate(0.03deg);
}
#top1 ul li dd.btn {
	max-width: 185px;
	width: 100%;
	margin: 0px auto;
}
#top1 ul li dd.btn a {
	display: block;
	text-align: center;
	background-color: rgba(255,255,255,0.2);
	line-height: 100%;
	color: #fff;
	padding: 8px 0 9px;
}
#top1 ul li dd.btn a:hover {
	opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1;
    -khtml-opacity: 1;
}
#top1 ul li .ph {
	margin: 0;
	padding: 0
}
#top1 ul li .ph a:hover {
	opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1;
    -khtml-opacity: 1;
}

#top2 {
	width: 800px;
	margin: 0px auto 100px;
}
#top2 .ttl {
	text-align: center;
	font-family: 'Bellefair', serif;
	transform: rotate(0.01deg);
	font-weight: 400;
	color: #203953;
	font-size: 200%;
	border-bottom: #ddd 1px solid;
}
#top2 dl {
	width: 100%;
	border-bottom: #ddd 1px solid;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#top2 dt {
	font-size: 90%;
	margin-bottom: 10px;
	color: #888;
}
#top2 dt span {
	display: block;
	color: #203953;
	font-size: 130%;
	line-height: 150%;
	font-weight: 500;
}
#top2 dt span a {
	color: #203953;
	font-weight: 500;
}
#top2 dd {
	line-height: 150%;
	color: #222;
}

#top3 {
	width: 990px;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin: 0px auto 60px;
}
#top3 li {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 30px;
}
#top3 li:nth-child(2n) {
	margin-right: 0;
}
#top3 li a {
}
#top3 li a:hover {
	opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity:1;
    -khtml-opacity: 1;
}
#top3 li img {
	margin-bottom: 10px;
}
#top3 li span {
	display: block;
	font-size: 140%;
	font-family: 'Sawarabi Mincho';
	font-weight: 500;
	letter-spacing: 1px;
	padding: 0px 15px;
}
#top3 li p {
	padding: 0px 15px;
}

#top4 {
	width: 990px;
	margin: 0px auto 80px;
}
#top4 dl {
	margin-bottom: 15px;
}
#top4 dt {
	text-align: center;
	font-family: 'Sawarabi Mincho';
	transform: rotate(0.01deg);
	font-weight: 400;
	color: #203953;
	font-size: 200%;
	letter-spacing: 4px;
}
#top4 dd {
	width: 500px;
	margin: 0px auto;
}
#top4 p {
}

#top5 {
	width: 100%;
	margin: 0;
	background-color: #eee;
	padding: 40px 0;
}
#top5 .t5_in {
	width: 990px;
	margin: 0px auto;
}
#top5 .t5_in .ttl {
	text-align: center;
	font-family: 'Sawarabi Mincho';
	transform: rotate(0.01deg);
	font-weight: 400;
	color: #203953;
	font-size: 200%;
	letter-spacing: 4px;
}
#top5 .t5_in .ttl2 {
	width: 350px;
	margin: 0px auto 15px;
	background-color: #203953;
	color: #fff;
	text-align: center;
	line-height: 100%;
	padding: 10px 0;
}
#top5 .t5_in .ttl3 {
	width: 350px;
	margin: 0px auto 15px;
	background-color: #203953;
	color: #fff;
	text-align: center;
	line-height: 100%;
	display: table;
}
#top5 .t5_in .ttl3 dt {
	display: table-cell;
	text-align: center;
	padding: 10px 0;
	width: 225px;
}
#top5 .t5_in .ttl3 dd {
	display: table-cell;
}
#top5 .t5_in .ttl3 dd a {
	display: block;
	background: url(../images/common/point01.png) no-repeat left -10px center;
	background-color: #ddd;
	color: #203953;
	padding: 10px 0;
	text-align: center;
	font-weight: 500;
	padding-left: 10px;
}
#top5 .t5_in ul {
	display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
	margin-bottom: 40px;
}
#top5 .t5_in ul li {
	width: 25%;
}
#top5 .t5_in ul li h3,
#top5 .t5_in ul li h4,
#top5 .t5_in ul li h5,
#top5 .t5_in ul li h6 {
	font-weight: 500;
	color: #203953;
	font-size: 120%;
	margin-bottom: 5px;
}
#top5 .t5_in ul li ol {
	list-style: outside disc;
	margin-left: 20px;
}
#top5 .t5_in ul li ol li {
	width: 100%;
	font-size: 90%;
}
#top5 .t5_in ul li ol li a {
	font-weight: 400;
	font-family: 'Rounded Mplus 1c', sans-serif;
	transform: rotate(0.05deg);
}
#top5 .t5_in ul li ol li a:hover {
	text-decoration: underline;
}

#top0 {
	width: 100%;
	margin-bottom: 50px;
}
#top0 .ttl {
	text-align: center;
	font-family: 'Sawarabi Mincho';
	transform: rotate(0.01deg);
	font-weight: 400;
	color: #203953;
	font-size: 160%;
}
#top0 .ttl span {
	display: block;
	text-align: center;
	width: 75px;
	margin: 0px auto;
}
#top0 .slider {
	width: 100%;
	list-style: none;
}
#top0 .slider li.ph {
	width: 100%;
	overflow: hidden;
}
#top0 .slider li.ph img {
	width: 100%;
}


/* ---------------------------------------
25th
--------------------------------------- */
.top25th {
	max-width: 1200px;
	width: 90%;
	margin: 40px auto;
	display: table;
}
.top25th dt {
	display: table-cell;
	vertical-align: top;
	width: 20%;
}
.top25th dd {
	position: relative;
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}
.top25th dd .ttl1 {
	font-family: 'Sawarabi Mincho';
	color: #203953;
	font-size: 160%;
	margin: 0;
}
.top25th dd .ttl2 {
	font-family: 'Sawarabi Mincho';
	color: #203953;
	font-size: 160%;
	margin: 0;
    padding-left: 1.6%;
}
.top25th dd .ttl2 br {
	display: none;
}
.top25th dd .img1 {
	text-align: right;
}
.top25th dd .btn {
	margin: 0;
	max-width: 340px;
	width: 90%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.top25th dd .btn a {
	display: block;
	text-align: center;
	background-color: #4D6176;
	color: #fff;
	font-family: 'Sawarabi Mincho';
	padding: 15px 0;
	margin: 0;
}
.top25th dd .btn a:hover {
	background-color: #213954;
}
@media screen and (max-width: 850px) {
	.top25th dt {
		width: 25%;
	}
	.top25th dd .ttl1 {
		font-size: 140%;
	}
	.top25th dd .ttl2 {
		font-size: 100%;
	}
	.top25th dd .btn a {
		padding: 12px 0;
	}
}

@media screen and (max-width: 680px) {
	/* ---------------------------------------
	header
	--------------------------------------- */
	#top-head {
		width: 100%;
		padding-top: 10px;
		border-bottom: none;
	}
	#top-head .inner {
		width: 100%;
		margin: 0px;
		position: relative;
		background-color: #fff;
		height: 47px;
	}
	#top-head .logo {
		width: 60px;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -30px;
	}
	#top-head .logo img {
		float: none;
	}
	#top-head .logo h1 {
		display: none;
	}
	#top-head .s_nav {
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 999;
	}
	#top-head .s_nav li {
	}
	#top-head .s_nav li a {
	}
	#top-head .s_nav li a span {
		display: none;
	}
	#top-head {
	}
	.menu-container {
		clear: none;
	  width: 100%;
	  padding-top: 0px;
	}
	.menu-mobile {
	  display: block;
	}
	.menu-dropdown-icon:before {
	  display: block;
	}
	.menu > ul {
	  display: none;
	}
	.menu > ul > li {
	  width: 100%;
	  float: none;
	  display: block;
	  border-bottom: #122338 1px solid;
	}
	.menu > ul > li:nth-child(5) {
	  width: 100%;
	}
	.menu > ul > li.home,
	.menu > ul > li:nth-child(8) {
		display: inherit;
	}
	.menu > ul > li a {
	  padding: 0.7em 1.2em;
	  width: 100%;
	  display: block;
	  background: #233A55;
	  color: #fff;
	  text-align: left;
	}
	.menu > ul > li > ul {
	  position: relative;
	}
	.menu > ul > li > ul.normal-sub {
	  width: 100%;
	}
	.menu > ul > li > ul > li {
	  float: none;
	  width: 100%;
	  margin-top: 0px;
	}
	.menu > ul > li > ul > li a {
		background-color: #182C43;
	}
	.menu > ul > li > ul > li:first-child {
	  margin: 0;
	}
	.menu > ul > li > ul > li > ul {
	  position: relative;
	}
	.menu > ul > li > ul > li > ul > li {
	  float: none;
	}
	.menu .show-on-mobile {
	  display: block;
	}
	/* Fixed */
	#top-head.fixed {
        background: transparent;
		padding-top: 0px;
	}
	#mobile-head {
        width: 100%;
        z-index: 999;
        position: relative;
    }
	#top-head.fixed .logo {
		width: 60px;
		padding-top: 10px;
	}
	#top-head.fixed .logo h1 {
		display: none;
	}
	#top-head.fixed .s_nav {
		display: inherit;
		padding-top: 10px;
	}
	#top-head.fixed .menu > ul {
		margin-left: 0;
		width: 100%;
		margin-top: 0;
	}
	#top-head.fixed .menu-container {
	  padding-top: 7px;
	}
	
	
	
	
	#mv {
		height: 450px;
		overflow: hidden;
		top: -20px;
		margin-bottom: -20px;
	}
	.sp_mv {
		display: inherit;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(../images/top/sp_mv.jpg) no-repeat 0 0;
	}
	.filter {
	}
	#mv h2 {
		right: auto;
		left: 0;
		width: 100%;
		text-align: center;
		color: #fff;
	}
	#mv h2 span {
		font-size: 100%;
		padding-top: 0;
		text-align: center;
	}
	#mv h2 strong {
		font-size: 380%;
		text-align: center;
	}
	
	.Opening {
		height: 450px;
		overflow: hidden;
	}
	.Opening ul li span img.Opening__img {
	  max-width: inherit;
	  width: auto;
	  height: 100%;
	  max-height: 450px;
	}
	
	#top1 ul {
		width: 100%;
	}
	#top1 ul li {
		width: 50%;
		border-bottom: #fff 1px solid;
	}
	#top1 ul li .ph {
		display: none;
	}
	
	#top2 {
		width: 100%;
	}
	#top2 dl {
		padding: 0px 20px 15px;
	}
	#top2 dd {
		font-size: 90%;
	}
	#top3 {
		width: 90%;
		margin: 0px auto 60px;
	}
	#top3 li {
		width: 47%;
		margin-right: 6%;
	}
	#top3 li:nth-child(2n) {
	}
	#top4 {
		width: 100%;
		margin: 0px auto 80px;
	}
	#top4 dl {
		margin-bottom: 15px;
	}
	#top4 dt {
		font-size: 200%;
	}
	#top4 dd {
		width: 90%;
		margin: 0px auto;
	}
	#top5 .t5_in {
		width: 90%;
		margin: 0px auto;
	}
	#top5 .t5_in ul li {
		width: 50%;
		margin-bottom: 20px;
	}
	#top5 .t5_in ul li ol li {
		margin-bottom: 0px;
	}
}











@media screen and (max-width: 480px) {
	
	#mv {
		height: 350px;
		overflow: hidden;
	}
	.Opening {
		height: 350px;
		overflow: hidden;
	}
	.Opening ul li span img.Opening__img {
	  max-height: 350px;
	  margin-left: -20%;
	}
	
	#top1 ul li dl {
		padding: 15px;
	}
	#top1 ul li dt {
		font-size: 105%;
		height: auto;
		margin-bottom: 15px;
		letter-spacing: 0px;
	}
	#top1 ul li:nth-child(3) dt,
	#top1 ul li:nth-child(4) dt {
		padding-top: 0px;
	}
	#top1 ul li dd {
		display: none;
	}
	#top1 ul li dd.btn {
	}
	#top1 ul li dd.btn a {
	}
	#top1 ul li .ph {
		display: inherit;
		width: 60%;
		margin: 0px auto 30px;
	}
	#top3 li {
		margin-bottom: 15px;
	}
	#top3 li span {
		font-size: 110%;
		letter-spacing: 1px;
	}
	#top3 li img {
		margin-bottom: 0px;
	}
	#top3 li p {
		display: none;
	}
	#top4 dt {
		font-size: 160%;
	}
	#top4 dd {
		display: none;
	}
	#top5 {
		display: none;
	}
	#top0 .ttl {
		font-weight: 400;
		font-size: 120%;
	}
}