@charset "utf-8";

.contentsbanner {
	background: #bce1e7;
	width:100%;
	background-size:cover;
	margin:0;
	overflow:hidden;	
}

.contentsbanner .inner {
	max-width:1068px;
	margin:0 auto;
	text-align:center;
   box-sizing: border-box;
	padding: 30px 0;
}

.contentsbanner .inner ul{
	width: 100%;
	overflow: hidden;
}

.contentsbanner .inner ul li{
	width: 33.2%;
	float: left;
	margin-left: .2%;
}

.contentsbanner .inner ul li a {
	transition: .4s;
}

.contentsbanner .inner ul li a:hover {
	opacity: .7;
}

.contentsbanner .inner ul li img {
	max-width: 100%;
	width: auto;
}

.contentsbanner .inner ul li:first-child{
	margin-left: 0;
}

#footlink {
    position: fixed;
	width: 100%;
	bottom: 0;
	text-align: center;
	z-index: 99999;
	margin:0 auto;
	box-sizing: border-box;
	display: none;
}

#footlink div {
	margin:0 auto;
	box-sizing: border-box;
}

#footlink a{
	display: block;
	float: left;
	width:50%;
	text-align:center;
	color:#fff;
	padding:10px 0;
	font-size:.7rem;
	line-height: 1.1rem;
	box-sizing: border-box;
	text-decoration: none;
}

#footlink a:first-child{
	background:rgba(119,16,59,.8);
}

#footlink a:nth-child(2){
	background:rgba(0,161,183,.8);
}

#pc_head {
	z-index: 999999999;
	width: 100%;
}

#header{
	background: #fff;
	overflow: hidden;
}

#fixed-menu {
	position: absolute;
	z-index: 9999;
	padding: 0;
	width: 130px;
}
#fixed-menu-contents {
	margin: 0 auto;
	padding: 0;
}
.panel-wrap{
	position: relative;
	float: left;
	padding: 0;
	width: 100px;
}
.panel-wrap a{
  font-size: .8rem;
  text-decoration: none;
	display: block;
	text-align: center;
	width: 100%;
	background: none;
}
a.panel-btn{
  display: block;
  position: relative;
  float: left;
  z-index: 100;
  color: #cfdae4;
  text-decoration: none;
}
.panel {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 1000;
  width: 110px;
  margin-left: 0;
  padding: 5px;
  background: #3f556d;
  border: 5px solid #3f556d;
	text-align: center;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
}

#pc_head ul li .panel a {
	color: #fff;
	padding: 0;
	background: none;
  font-size: .7rem;
	text-align: center;
  line-height: 1.3rem;
  padding: 8px 0;
}

#pc_head {
	background: #fff;
}

.panel:after,#panel:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
.panel:after {
  top: -25px;
  left: 50px;
  border: 10px solid transparent;
  border-bottom: 10px solid #3f556d;
}

#pc_nav {
	z-index:7000;
	width:169px;
	text-align:center;
	height:100%;
	background:#fff;
	float:left;
	position:fixed;
	top: 42px;
	left: 0;
	clear: both;
}

#pc_nav h2 img{
	margin:10px auto 20px;
}

#pc_nav ul#pc_grobal{
	padding-bottom:20px;
}

#pc_nav ul#pc_grobal > li a{
	display:block;
	padding:14px 0;
    transition: all 0.4s;
}

#pc_nav ul#pc_grobal > li li{
	margin: 4px 0;
}

#pc_nav ul#pc_grobal > li li a{
	border: 1px solid #54bbc8;
	padding: 13px 20px 13px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.75rem;
	background: #0aaabf url(../img/go.png) no-repeat 99% center;
}

#pc_nav ul#pc_grobal > li > a {
	text-decoration: none;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000;
	font-size: .8rem;
	padding:10px 0;
}

#pc_nav ul#pc_grobal > li li.sub{
	margin: 0;
}

#pc_nav ul#pc_grobal > li ul:first-child li.sub:nth-child(4),
#pc_nav ul#pc_grobal > li ul:first-child li.sub:nth-child(10){
	margin: 0 0 30px 0;
}

#pc_nav ul#pc_grobal > li ul:nth-child(2) li.sub:nth-child(3){
	margin: 0 0 63px 0;
}

#pc_nav ul#pc_grobal > li li.sub a{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #31afbf;
	padding: 5px 20px 5px 10px;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 0.75rem;
	background: url(../img/go_s.png) no-repeat 97% center;
	background-color: none;
}

#pc_nav ul#pc_grobal > li a:hover {
	opacity:0.7;
}

#pc_nav ul.banner li a{
	display:block;
	padding:0;
}

#pc_nav ul.banner li:first-child{
	padding:0 0 10px 0;
}

#pc_grobal > li:hover > a:after{
  display: block;
  position: absolute;
  content: "";
  top: 48%;
  right: 2px;
  width: 0px;
  height: 0px;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #00a2ba;
}

#pc_grobal{
	position: relative;
	z-index: 100;
	width: 170px;
}

#pc_grobal li a{
	position: relative;
	display: block;
	padding: 0;
	margin: 0;
	height: auto;
}

#pc_grobal div{
  display: none;
  position: absolute;
  top: 0;
  right: -320px;
  width: 301px;
  margin: 0;
  background: #00a1b7;
	text-align: left;
}

#pc_grobal li:nth-child(9) div{
  top: 223px;
}

#pc_grobal div.menu_2line{
  display: none;
  position: absolute;
  top: 0;
  right: -620px;
  width: 601px;
  margin: 0;
  background: #00a1b7;
	text-align: left;
}

#pc_grobal div.menu_2line ul{
	width: 49%;
	float: left;
	overflow: hidden;
}

#pc_grobal div.menu_2line ul:nth-child(2n+1){
	clear: both;
}

#pc_grobal div.menu_2line ul:nth-child(3){
    margin-top: 10px;
}

#pc_grobal div.menu_2line ul:nth-child(2n){
	margin-left: 2%;
}

#pc_grobal li:hover div{
  display: block;
	padding: 10px;
	margin-top: 7px;
	background: #00a1b7;
}


#sidr{
	display: none;
}

ul.accordion {
}

ul.accordion ul {
	display:none;
}

ul.accordion > li > p span {
	background-image:url(../img/open.png);
	background-repeat:no-repeat;
	background-position: right center;
}

ul.accordion > li.selectlng {
	width: 140px;
}

.sidr ul li.selectlng a {
	padding: 10px 20px 10px 10px;
	border-left: 1px solid #81cdd8;
	border-right: 1px solid #81cdd8;
}

ul.accordion > li.selectlng > p span {
	background-image:url(../img/open.png);
	background-repeat:no-repeat;
	background-position: right center;
}

ul.accordion > li > p span.open {
	background-image:url(../img/close.png);
	background-repeat:no-repeat;
	background-position: right center;
}

ul.accordion > li.selectlng > ul > li > a {
	padding: 8px 20px 8px 10px;
	background-image:url(../img/go.png);
}

ul.accordion > li {
	border-top: 1px solid #81cdd8;
}

ul.accordion > li > ul > li {
	border-top: 1px solid #81cdd8;
}

ul.accordion > li:last-child {
	border-bottom: 1px solid #81cdd8;
}

ul.accordion > li.selectlng > li {
	border-bottom: none;
}

ul.accordion > li > ul > li > a {
	background:#4bb7c8 url(../img/go.png) no-repeat 98% center;
}

ul.accordion > li > ul > li.sub a,
ul.accordion > li > ul > li.sub_bottom a{
	padding-left: 20px;
}

ul.accordion > li a.link {
	background: url(../img/go.png) no-repeat 98% center;
}

a,
a:visited{
	text-decoration:underline;
	color:#6f6f81;
}

a:hover{
	text-decoration:none;
}

p span.red{
	color:#cc0000;
}

p span.small{
	font-size:90%;
}

p strong.em{
	color: #00a2ba;
}

.menu-btn {
    text-align: center;
    cursor: pointer;
    z-index: 99999999999999;
}

.menu-btn span {
    color: #333;
}

.menu-btn span:after {
    content:" ";
    display:inline-block;
    width:64px;
    height:38px;
    background:url(../img/nav/sp_nav_04.png);    
    background-size:contain;
}

.open .menu-btn span:after {
    content:" ";
    display:inline-block;
    width:64px;
    height:38px;
    background:url(../img/nav/sp_nav_04.png);    
    background-size:contain;
}

.menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30,155,175,.9);
	background-image:url(../img/nav/close.png);
	background-repeat:no-repeat;
	background-position:right top;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
	z-index:999999;
}

.menu ul {
    display: table-cell;
    vertical-align: middle;
	border-top:1px solid #4fb0c0;
}

.menu li {
    width: 100%;
    line-height: 45px;
    margin: 0 auto;
    text-align: center;
	border-bottom:1px solid #4fb0c0;
}

.menu li:first-child {
	border-top:1px solid #4fb0c0;
}

.menu li a {
    display: block;
    font-size: 1rem;
    color: #fff;
	text-decoration:none;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
    cursor: url(../images/cross.svg),auto;
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}


#bc{
	height:21px;
	position:fixed;
	top:40px;
	left:169px;
	background:#fff;
	width:100%;
	z-index:6998;
}

#bc ul{
	overflow:hidden;
}

#bc ul li{
	float:left;
	font-size:0.7rem;
	color:#398692;
	background:#c0e2e7;
}

#bc ul li a{
	line-height:100%;
	padding:3px 10px;
	text-decoration:none;
	color:#398692;
}

#bc ul li span{
	line-height:100%;
	padding:3px 10px;
	text-decoration:none;
	color:#398692;
}

#bc ul li a:hover{
	text-decoration:underline;
}

#bc ul li:first-child a{
	background:#00a2ba;
	color:#fff;
}

#bc ul li:first-child a img{
	width: 15px;
	height: 13px;
	vertical-align:-2px;
	padding-right:3px;
}

#pc_head {
	position:fixed;
	z-index:99999999;
	font-size: 0.9rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-left:5px;
	background:#fff;
	width: 100%;
   box-sizing: border-box;
}

#pc_head h1 {
	font-weight: 100;
	color: #999;
    transition: all 0.4s;
	font-size: .8rem;
	line-height: 1rem;
	background: #fff;
	float: left;
	width: 100%;
   box-sizing: border-box;
	margin-right: -590px;
	padding-right: 590px;
}

#pc_head h1 span {
	height: 41px;
	display: table-cell;
	vertical-align: middle;
}

#pc_head h1 br {
	display:none;
}

#pc_head ul {
	color: #999;
	overflow: hidden;
	float: right;
	display: table;
}

#pc_head ul li:first-child {
	line-height: 1.1rem;
	text-align:right;
	padding:2px 7px 0;
}
#pc_head ul li {
	display: table-cell;
	line-height: 40px;
	font-size: 0.7rem;
	vertical-align:middle;
	white-space: nowrap;
}
#pc_head ul li strong {
	font-weight: 100;
	font-size: 1.2rem;
	vertical-align:middle;
}

#pc_head ul li span {
	font-weight: 100;
	font-size: 0.7rem;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    transition: all 0.4s;
}

#pc_head ul li > a {
	display: table-cell;
	vertical-align: middle;
	line-height: 1rem;
	height: 41px;
	text-align: center;
	padding: 0px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 0.8rem;
    transition: all 0.4s;
}

#pc_head ul li a.panel-btn{
  display: block;
  position: relative;
  float: left;
  z-index: 100;
  color: #cfdae4;
  line-height: 41px;
  text-decoration: none;
	text-align: center;
}

#pc_head ul li a:hover {
	opacity:0.7;
}

#pc_head ul li:nth-child(4) {
	width: 130px;
}

#pc_head ul li:nth-child(4) a {
	background: #3f556d;
}

#pc_head ul li:nth-child(3) a {
	background: #00a2ba;
}

#pc_head ul li:nth-child(2) a {
	background: #a6b4c1;
}

footer{
	text-align:center;
	margin-left:169px;
	background:#e6fafd;
	padding-top:30px;
}

footer ul.mainbanner{
	display: table;
	margin: 0 auto;
	padding: 0;
}

footer ul.mainbanner li{
	display: table-cell;
	width:49%;
    transition: all 0.4s;
}

footer ul.mainbanner li:first-child{
	margin-right:1%;
}

footer ul.mainbanner li:nth-child(2){
	margin-left:1%;
}

footer ul.mainbanner li img{
	max-width:460px;
	width:98%;
}

footer ul.mainbanner li a{
    transition: all 0.4s;
}

footer ul.mainbanner li a:hover{
	opacity: .7;
}



ul.footbt{
	overflow:hidden;
	max-width:1068px;
	margin: 40px auto;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-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;
}

ul.footbt li{
	width:33%;
	position: relative;
	margin-left:0.5%;
	float:left;
	background:#fff;
	border:1px solid #c6e6eb;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ul.footbt li a div{
	float:left;
	background: #00a2ba;
	background: -moz-linear-gradient(top,  #00a2ba 50%, #00a2ba 50%, #008498 50%, #008498 50%);
	background: -webkit-linear-gradient(top,  #00a2ba 50%,#00a2ba 50%,#008498 50%,#008498 50%);
	background: linear-gradient(to bottom,  #00a2ba 50%,#00a2ba 50%,#008498 50%,#008498 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ba', endColorstr='#008498',GradientType=0 );
	padding:0;
	margin:0;
	line-height:100%;
    transition: all 0.4s;
}

ul.footbt li:first-child{
	margin-left:0%;
}

ul.footbt li p{
	margin-bottom:1rem;
	color:#6f6f81;
	text-align:center;
}

ul.footbt li p:last-child{
	margin-bottom:0;
}

ul.footbt a{
	text-decoration:none;
	color:#333;
	padding:20px;
	display:block;
    transition: all 0.4s;
}

ul.footbt a.cs{
	cursor:default;
}

ul.footbt li img{
	max-width:100px;
	width:auto;
	padding:0;
	margin:0;
}

ul.footbt li h4{
	text-align:center;
	letter-spacing:0.1rem;
	font-size:1rem;
	color:#000;
	margin-left:100px;
	padding:0;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

ul.footbt li span{
	display:block;
	text-align:center;
	font-size:.8rem;
	letter-spacing:0.2rem;
	padding:6px 0 4px;
	line-height:100%;
	border:1px solid #9a9aa7;
	color:#9a9aa7;
	background:#fff;
	margin-top:3px;
	margin-left:120px;
	font-family: 'Martel Sans', sans-serif;
    transition: all 0.4s;
	bottom: 5px;
	left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

ul.footbt li a.cs span{
	border:none;
	padding:17px 0 10px;
}

ul.footbt li a.cs:hover span.cs{
	color:#9a9aa7;
	background:#fff;
}

ul.footbt li a:hover span{
	color:#fff;
	background:#9a9aa7;
}

ul.footbt li a:hover div{
	background: #9a3967;
	background: -moz-linear-gradient(top,  #9a3967 50%, #760038 52%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #9a3967 50%,#760038 52%);
	background: linear-gradient(to bottom,  #9a3967 50%,#760038 52%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a3967', endColorstr='#760038',GradientType=0 ); /* IE6-9 */
}

ul.footbt li a.cs:hover div{
	background: #00a2ba;
	background: -moz-linear-gradient(top,  #00a2ba 50%, #00a2ba 50%, #008498 50%, #008498 50%);
	background: -webkit-linear-gradient(top,  #00a2ba 50%,#00a2ba 50%,#008498 50%,#008498 50%);
	background: linear-gradient(to bottom,  #00a2ba 50%,#00a2ba 50%,#008498 50%,#008498 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a2ba', endColorstr='#008498',GradientType=0 );
}

footer .logo{
	display: table;
	margin: 20px auto 40px;
	text-align:center;
}

footer .logo li img{
	margin:0;
}

footer .logo span{
	color:#760038;
	letter-spacing: 0.3rem;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	display:block;
	margin: 0 auto 0;
}

footer .info {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	max-width: 1068px;
	background: #fff;
	margin: 0 auto;
	padding:40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	text-align:left;
	overflow:hidden;
}

footer .info .left{
	float:left;
	width:47%;
    transition: all 0.4s;
}

footer .info .left .add{
	display:block;
	padding-bottom:10px;
}

footer .info .left .tra{
	font-size:0.8rem;
}

footer .info .left .tra{
	font-size:0.8rem;
}

footer .info .left .tra p{
	color:#666;
	padding-bottom:10px;
}

footer .info .left .tra ul{
	margin:3px 0 5px;
}

footer .info .left .tra li{
	padding-left:25px;
	padding-bottom:5px;
}

footer .info .left .tra li:first-child{
	background:url(../img/access/icn02.png) no-repeat left 3px;
}

footer .info .left .tra li:nth-child(2){
	background:url(../img/access/icn03.png) no-repeat left 3px;
}

footer .info .left .tra li:nth-child(3){
	background:url(../img/access/icn04.png) no-repeat left 3px;
}

footer .info .left a{
	display:block;
	float:left;
	width:195px;
	color:#333;
	text-decoration:none;
	background:#f6f6f6;
	text-align:center;
	padding:10px 0;
	border:1px solid #aaaaaa;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:10px 15px 0 0;
    transition: all 0.4s;
}

footer .info .left a:hover{
	background:#9a9aa7;
	color:#fff;
}

footer .info .right{
	float:right;
	width:50%;
    transition: all 0.4s;
}

footer .info .right ul {
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    padding-bottom: 15px;
}

footer .info .right li{
	text-align:center;
	padding:15px 0;
	border:1px solid #d7d7d7;
	width:32%;
	font-size:0.9rem;
	float:left;
	color:#666;
}

footer .info .right li:first-child{
	margin-left:0;
}

footer .info .right table{
	width:100%;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	font-size:0.9rem;
}

footer .info .right table th,
footer .info .right table td{
	padding:5px;
	text-align:center;
}

footer .info .right table th{
	background:#eee;
}

footer .info .right table td{
	table-layout:fixed;
}

footer .info .right table td.day{
	text-align:right;
	width:110px;
	padding:5px 20px 5px 0;
}

footer .info .right p{
	text-align:right;
	font-size:0.8rem;
}

footer .info .right a{
	display:block;
	float:right;
	width:180px;
	color:#333;
	text-decoration:none;
	background:#fff;
	text-align:center;
	padding:10px 0;
	border:1px solid #aaaaaa;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	margin:10px 0 0 0;
    transition: all 0.4s;
}

footer .info .right a:hover{
	background:#9a9aa7;
	color:#fff;
}

footer .link {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width: 100%;
	background: #f3f3f3;
	margin: 20px auto 0;
	padding:40px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	text-align:left;
	overflow:hidden;
}

footer .link .inner {
	width:1100px;
	margin:0 auto;
}

footer .link .inner ul {
	width:20%;
	margin-left:2%;
	float:left;
    transition: all 0.4s;
}

footer .link .inner ul:nth-child(2) ,
footer .link .inner ul:nth-child(3) {
	width:26%;
}

footer .link .inner ul li {
	line-height:1rem;
}

footer .link .inner ul li.sub {
	padding-left: .7rem;
}

footer .link .inner ul li.sub_bottom {
	padding-left: .7rem;
	margin-bottom: 10px;
}

footer .link .inner ul li a{
	text-decoration:none;
	color:#4a4a4a;
	font-size:0.7rem;
	padding:4px 0;
	display:block;
	line-height: .9rem;
}

footer .link .inner ul li.sub a,
footer .link .inner ul li.sub_bottom a{
	padding:2px 0;
	color:#777;
}

footer .link .inner ul li:first-child,
footer .link .inner ul li:first-child a{
	font-size:1rem;
	color:#760038;
}

footer .link .inner ul li:first-child{
	padding-bottom:5px;
}

footer .link .inner ul li a:hover{
	text-decoration:underline;
}

footer .link .inner ul.column2 li{
	width:50%;
	float:left;
}

footer .link .inner ul.column2 li:first-child{
	width:100%;
	float:none;
}

#banner_2{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	max-width:1068px;
	margin:0 auto 20px;
	display:table;
}

#banner_2 div{
	width:48%;
	margin-bottom:20px;
	display:table-cell;
}

#banner_2 div span{
	display:block;
}

#banner_2 div a{
	text-decoration:none;
}

#banner_2 div:first-child a{
	width: 45%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#banner_2 div:nth-child(2) a img{
	width: auto;
	max-width: 80px;
}

#banner_2 div:nth-child(2){
}

#banner_2 div:nth-child(2) div.inner{
	display: table;
	text-align: center;
	margin: 0 auto;
}

#banner_2 div:nth-child(2) div.inner div img{
	margin: 0 5px;
}

#banner_2 div a span{
	font-size:.7rem;
	line-height:.9rem;
	display:inline-block;
}

#banner_2 div span img{
	width:auto;
	max-width:270px;
	padding:20px 0 10px;
}

#banner_2 div a:hover img{
	opacity:.7;
}

#banner_2 div a img{
    -webkit-transition: all .5s;
}

small{
	background:#760038;
	display:block;
	color:#a68b9e;
	font-size:0.7rem;
	padding:10px 0;
	margin: 0;
}

#sp_head{
	display:none;
}

footer .footlink {
	border-top:40px solid #fff;
	padding-top:45px;
}

footer .footlink > span {
	display:block;
	margin:0 auto;
	padding-bottom:15px;
}

footer .footlink p {
	padding-bottom:25px;
}

footer .footlink  ul {
	overflow:hidden;
	max-width:732px;
	margin:0 auto;
	padding:0 0 30px 0;
}

footer .footlink  ul li {
	float:left;
	width:48%;
	margin:0 1%;
}

footer .footlink  ul li a {
	position:relative;
	width:358px;
	height:200px;
	display:block;
	color:#fff;
}

footer .footlink  ul li img {
	position:absolute;
	width:358px;
	height:200px;
	top:0;
	left:0;
}

footer .footlink  ul li a div {
	position:absolute;
	text-align:center;
	width:358px;
	font-size:1.5rem;
	line-height:2.4rem;
	letter-spacing:0.3rem;
	padding-top:35px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer .footlink  ul li a div span{
	width:160px;
	display:block;
	margin:0 auto;
	border:1px solid #fff;
	text-decoration:none;
	line-height:100%;
	color:#fff;
	padding:10px 0 7px 0.6rem;
	letter-spacing:0.6rem;
	margin-top:20px;
    transition: all 0.4s;
	font-family: 'Martel Sans', sans-serif;
	font-size:1rem;
}

footer .footlink  ul li a:hover div span{
	border:1px solid #fff;
	color:#4cbecf;
	background:#fff;
}

.footlink h3{
	text-align:center;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:1.7rem;
	letter-spacing:0.2rem;
	line-height:2rem;
	margin-bottom:20px;
}



a.linkbox{
	max-width:460px;
	display:block;
	margin:30px auto 0;
	background:#fff;
	padding:15px;
	border:1px solid #b3b3bc;
	font-size:.9rem;
	text-decoration:none;
	color:#838392;
    transition: all 0.4s;
	text-align:center;
}

a.linkbox:hover{
	background:#b3b3bc;
	color:#fff;
	border:1px solid #b3b3bc;
}

.orangeribbon {
	padding-top: 30px;
	max-width: 1070px;
	margin: 0 auto;
}

.orangeribbon img {
	max-width: 100%;
	width: 100%;
}

.orangeribbon span.pc {
	display: block;
}

.orangeribbon span.sp {
	display: none;
}

.banner_pc {
    display: block;
}

@media only screen and (max-width: 1260px) {

.contentsbanner .inner {
	width: 96%;
	margin: 0 auto;
}

#fixed-menu {
	width: 109px;
	background: #000;
	margin: 0;
}

#pc_head ul li:nth-child(4) {
	width: 109px;
}
.panel-wrap{
	position: relative;
	float: left;
	padding: 0;
	width: 100px;
}
.panel-wrap a{
  font-size: .8rem;
  text-decoration: none;
	display: block;
	width: 100%;
	background: none;
}
.panel {
  display: none;
  position: absolute;
  top: 65px;
  left: auto;
  right: 0;
  z-index: 1000;
  width: 130px;
  margin-right: -10px;
  padding: 5px;
  background: #3f556d;
  border: 5px solid #3f556d;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,.2);
	text-align: center;
}

#pc_head ul li .panel a {
	color: #fff;
	padding: 0;
	background: none;
  font-size: .7rem;
	text-align: center;
  line-height: 1.3rem;
  padding: 8px 0;
  height: 20px;
}

.panel:after,#panel:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
.panel:after {
  top: -25px;
  left: 60px;
}

select#lng {
	height: 55px;
	margin-top: -5px;
}

#pc_head h1 {
	margin-right: -510px;
	padding-right: 510px;
}

#pc_head h1 span {
	height: 55px;
}

#pc_head h1 br {
	display:none;
}

#pc_head ul {
	float: right;
	color: #999;
	width: 391px;
}

#pc_head li:nth-child(1){
	margin-top:5px;
}

#bc{
	top:55px;
}

#pc_head ul li a {
	font-size: 0.7rem;
}

#pc_head ul li a {
	padding: 0 5px;
	height: 55px;
}

#pc_head ul li a.panel-btn{
  line-height: 55px;
}

footer .link .inner {
	width:100%;
}

/*
footer .footlink  ul li a div {
	width:250px;
	font-size:1.2rem;
	line-height:1.5rem;
	letter-spacing:0.3rem;
	padding-top:20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

footer .footlink  ul li a div span{
	width:130px;
	display:block;
	margin:0 auto;
	border:1px solid #fff;
	text-decoration:none;
	line-height:100%;
	color:#fff;
	padding:10px 0 7px 0.6rem;
	letter-spacing:0.6rem;
	margin-top:20px;
    transition: all 0.4s;
	font-family: 'Martel Sans', sans-serif;
	font-size:0.8rem;
}

footer .footlink  ul li a:hover div span{
	border:1px solid #fff;
	color:#4cbecf;
	background:#fff;
}
*/

footer ul.mainbanner{
	width:96%;
	margin:0 2%;
}

footer ul.footbt {
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

.banner_pc {
    display: none !important;
}


}

@media only screen and (max-width: 980px) {
	

ul.footbt li {
		padding-bottom: 30px;
}

ul.footbt li a div{
	float:none;
	max-width: 100px;
	margin: 0 auto;
}

ul.footbt a{
	text-decoration:none;
	color:#333;
	padding:10px;
	display:block;
    transition: all 0.4s;
}

ul.footbt a.cs{
	cursor:default;
}

ul.footbt li img{
	max-width:70px;
	width:auto;
	padding:0;
	margin:0;
}

ul.footbt li h4{
	margin-left:0;
	padding:10px 0 0;
	letter-spacing: 0;
}

ul.footbt li span{
	display:block;
	text-align:center;
	font-size:.8rem;
	letter-spacing:0.2rem;
	padding:6px 0 4px;
	line-height:100%;
	border:1px solid #9a9aa7;
	color:#9a9aa7;
	background:#fff;
	margin-top:3px;
	margin-left:0;
	font-family: 'Martel Sans', sans-serif;
    transition: all 0.4s;
	position: absolute;
	width: 90%;
	margin: 0 5%;
}

ul.footbt li a.cs span{
	border:none;
	padding:7px 0 5px;
}

ul.footbt li a.cs:hover span.cs{
	color:#9a9aa7;
	background:#fff;
}

ul.footbt li a:hover span{
	color:#fff;
	background:#9a9aa7;
}

#pc_head ul li:first-child br {
	display:inherit;
}

footer .footlink {
	width:94%;
	padding-left:3%;
	padding-right:3%;
}

footer .footlink  ul {
	width:100%;
}

footer .footlink  ul li {
	float:none;
	width:100%;
	margin:0 auto 10px;
	text-align:center;
}

footer .footlink  ul li:nth-child(2) {
	padding:0;
}

footer .footlink  ul li a {
	width:358px;
	height:200px;
	margin:0 auto 10px;
	text-align:center;
}

footer .footlink  ul li img {
	width:358px;
	height:200px;
}

footer .footlink  ul li a div {
	width:358px;
	font-size:1.5rem;
	line-height:2.4rem;
	letter-spacing:0.3rem;
	padding-top:35px;
}

footer .footlink  ul li a div span{
	width:160px;
	margin-top:20px;
	font-size:1rem;
}

}

@media only screen and (max-width: 768px){

#footlink {
	display: block;
}

#sidr{
	display: inherit;
}

ul.footbt{
	margin:0 auto 20px;
}

ul.footbt li h4{
	font-size: .8rem;
	line-height: 1rem;
}

ul.footbt li a.cs span{
	letter-spacing: 0;
}

ul.footbt li span{
	width: 90%;
	margin: 0 5%;
}

.spcut{
	display:none;
}

#pc_head {
	display:none;
}

#sp_head{
	position:fixed;
	display:block;
	overflow:hidden;
	background:#fff;
	width:100%;
	margin:0;
	z-index:999;
	padding-left:5px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#pc_nav{
	display:none;
}

#sp_head h2{
	float:left;
}

#sp_head h2 img{
	height:50px;
	margin:14px 0;
}

#sp_head ul#menu{
	width:260px;
	float:right;
}

#sp_head ul#menu li{
	float:left;
	border-left:1px solid #b6c1c8;
	margin:20px 0;
}

#sp_head ul#menu li img{
	width:64px;
}

footer .info .left{
	float:none;
	width:100%;
	overflow:hidden;
	padding-bottom:30px;
}

footer .info .left a {
	float:none;
	margin:10px auto 0;
	width:100%;
	box-sizing: border-box;
}

footer .info .right{
	float:none;
	width:100%;
}

footer .info .right a{
	float:none;
	width:100%;
	margin:15px auto 0;
	box-sizing: border-box;
}

footer{
	margin-left:0;
}

footer .logo{
	margin: 0px auto;
}

footer .logo li{
	width:49%;
}

footer .logo li img{
	margin:0 40px;
	height:45px;
}

footer .info {
	padding:20px;
}

footer .link {
	padding:20px;
}

#bc{
	display:none;
}

.footlink h3{
	font-size:1.4rem;
	margin-bottom:10px;
	line-height:1.8rem;
}

#banner_2 div img{
	max-width: 100%;
	width: auto;
}

#banner_2{
	width:96%;
	margin:0 2% 20px;
	display:table;
}

#banner_2 div{
	width:48%;
	margin-bottom:20px;
	display:table-cell;
}

#banner_2 div:first-child a img{
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

#banner_2 div:nth-child(2) a img{
	width: auto;
	max-width: 80px;
}

#banner_2 div span{
	display:block;
	width:96%;
	margin:0 2%;
}

#banner_2 div a{
	text-decoration:none;
}

#banner_2 div a span{
	font-size:.7rem;
	line-height:.9rem;
	display:inline-block;
}

#banner_2 div span img{
	width:100%;
	max-width:270px;
	padding:20px 0 10px;
}

#banner_2 div a:hover img{
	opacity:.7;
}

#banner_2 div a img{
    -webkit-transition: all .5s;
}

footer .logo li:first-child{
	margin-right:0;
	border:none;
}

footer .logo li:nth-child(2){
	display: none;
}

footer .logo{
	display: block;
	margin: 20px auto;
	text-align:center;
}

footer .logo li{
	display: block;
	width:100%;
}

footer .logo li img{
	margin:0;
	height:auto;
}

footer .logo span{
	display: none;
}

footer .info .right ul{
	display: none;
}

footer small{
	padding-bottom:70px;
}

.orangeribbon {
	width: 98%;
	margin: 0 1%;
}

footer .link .inner ul {
	width: 48%;
	margin:10px 0;
}

footer .link .inner ul:nth-child(2) ,
footer .link .inner ul:nth-child(3) {
	width:48%;
}

footer .link .inner ul:nth-child(3) {
	clear: both;
}

footer .link .inner ul:nth-child(2) ,
footer .link .inner ul:nth-child(4) {
	width:48%;
	margin-left: 2%;
}

footer .link .inner ul:nth-child(1) ,
footer .link .inner ul:nth-child(3) {
	width:48%;
	margin-right: 2%;
}

footer .link .inner ul li:first-child,
footer .link .inner ul li:first-child a{
	font-size:.9rem;
}

}

@media only screen and (max-width: 480px) {

.contentsbanner .inner {
	padding: 15px 0;
}

.contentsbanner .inner ul li{
	width: 270px;
	float: none;
	margin: 0 auto;
}

.contentsbanner .inner ul li:first-child{
	margin: 0 auto;
}

footer{
	padding-top:10px;
}

footer ul.mainbanner{
	display: inherit;
	margin: auto;
}

footer ul.mainbanner li{
	display: block;
	width:100%;
}

footer ul.mainbanner li:first-child{
	margin-right:0;
}

footer ul.mainbanner li:nth-child(2){
	margin-left:0;
}

footer ul.mainbanner li img{
	max-width:460px;
	width:90%;
}

#sp_head{
	overflow:hidden;
	width:100%;
}

#sp_head h2{
	float:left;
}

#sp_head h2 img{
	height:30px;
	margin:10px 0 0;
}

#sp_head ul#menu{
	width:237px;
	float:right;
	margin-right:5px;
}

#sp_head ul#menu li img{
	width:58px;
}

#sp_head ul#menu li{
	border-left:1px solid #b6c1c8;
	margin:10px 0;
}

#sp_head ul#menu li:first-child{
	border-left:none;
}

.menu-btn span:after {
    width:58px;
    height:34px;
}

.open .menu-btn span:after {
    width:58px;
    height:34px;
}

footer .footlink  ul li:nth-child(2) {
	padding:0;
}

footer .footlink  ul li a {
	width:280px;
	height:156px;
	margin:0 auto 10px;
	text-align:center;
}

footer .footlink  ul li img {
	width:280px;
	height:156px;
}

footer .footlink  ul li a div {
	width:280px;
	font-size:1.3rem;
	line-height:2rem;
	letter-spacing:0.3rem;
	padding-top:20px;
}

footer .footlink  ul li a div span{
	width:160px;
	margin-top:10px;
	font-size:1rem;
}

#footlink a{
	font-size:.75rem;
	line-height: 1.3rem;
}

#banner_2 div{
	width:100%;
	margin-bottom:20px;
	display:block;
}

.orangeribbon span.pc {
	display: none;
}

.orangeribbon span.sp {
	display: block;
}


}

@media only screen and (max-width: 320px) {

footer .link .inner ul {
	width:100%;
}

footer .link .inner ul:nth-child(3) {
	width:100%;
}

#sp_head h2 img{
	height:30px;
	margin:10px 0 0;
}

#sp_head ul#menu{
	width:205px;
	float:right;
}

#sp_head ul#menu li img{
	width:50px;
}

.menu-btn span:after {
    width:50px;
    height:30px;
}

.open .menu-btn span:after {
    width:50px;
    height:30px;
}

#footlink a{
	display: block;
	float: none;
	width:100%;
	text-align:center;
	color:#fff;
	padding:5px 0;
	font-size:.9rem;
	line-height: 1.2rem;
	box-sizing: border-box;
	text-decoration: none;
}

}