@charset "utf-8";

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


main{
  margin-bottom:40px;
}

/*- header -*/

header{
  border-bottom:3px solid #E60012;
  margin-bottom:0px;
  background-color:#EEEDEB;
  padding:10px 0 10px 0;
}
header .header-logo{
  float:none;
  margin:10px 0 0 10px;
  padding:0;
}
header .header-logo img{
  width:300px;
}
header .header-info{
  float:none;
  text-align:right;
  margin:0 10px;
  width:auto;
}
header .header-info .bun img{
  width:115px;
  margin:12px 0 0 0;
  float:right;
}
header .header-info ul{
  font-size:0;
  float:left;
  margin:10px 0 0 0;
}
header .header-info li{
  width:60px;
  margin:0 4px 7px 1px;
}
header .header-info li a{
  font-size:11px;
}
header .hm{
  display:block;
  position:absolute;
  right:10px;
  top:13px;
  width:35px;
  height:35px;
}
header .hm li{
  border-top:2px solid #E60012;
  margin:7px 0;
  transition:.3s all;
}
header .hm.on li:nth-child(1){
  transform: rotate(-135deg);
  margin:14px 0 0 0;
  transition:.3s all;
}
header .hm.on li:nth-child(2){
  display:none;
  transition:.3s all;
}
header .hm.on li:nth-child(3){
  transform: rotate(-225deg);
  margin:-2px 0 0 0;
  transition:.3s all;
  
}
.h-nav{
  display:none;
  position:absolute;
  top:141px;
  left:0;
  right:0;
}
.h-nav li{
  display:block;
  font-size:14px;
  padding:0 10px;
  border-bottom:1px solid #F57E86;
}


/*- footer -*/

footer .footer-inner-01{
  background-color:#E60012;
}
footer .footer-inner-01 ul{
  text-align:left;
  font-size:0;
  padding:5px 0 15px 0;
}
footer .footer-inner-01 li{
  display:inline-block;
  font-size:14px;
}
footer .footer-inner-01 li a{
  display:block;
  padding:10px 10px 0 10px;
  color:#fff;
  font-weight:bold;
}
.footer-inner-01 li a:before{
  content:"";
  display: inline-block;
  width:8px;
  height:8px;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  margin-right:10px;
  transform: rotate(135deg);
}
footer .footer-inner-02{
  text-align:center;
  padding-top:20px;
}
footer .footer-inner-02 .footer-logo img{
  width:200px;
}
footer .footer-inner-02 ul{
  text-align:center;
  font-size:0;
}
footer .footer-inner-02 .sns li{
  display:inline-block;
  font-size:14px;
  margin:20px 7px 15px 7px;
  width:30px;
}
footer .footer-inner-02 .sns li:nth-child(2){
  width:30px;
  padding: 2px;
  background-color: #000;
}
footer .footer-inner-02 .sns li:nth-child(2) img{
  width:28px;
}
footer .footer-inner-02 .lnks li{
  display:inline-block;
  font-size:14px;
  font-weight:bold;
  margin:0 10px 5px 10px;
}
footer .footer-inner-03{
  text-align:center;
}
footer .footer-inner-03 .footer-copyright{
  font-size:10px;
  color:#666;
  padding:15px 0;
}

/*- common -*/

.wrapper{
  width:100%;
  margin:0 auto;
}
.morebtn a{
  display:block;
  width:300px;
  background-color:#E60012;
  border:2px solid #fff;
  border-radius:8px;
  box-shadow:3px 3px 3px 0px rgba(0,0,0,0.4);
  text-align: center;
  padding:15px 0;
  color:#fff;
  font-weight:bold;
  margin:30px auto;
  font-size:15px;
}
.morebtn a:before{
  content:"";
  display: inline-block;
  width:10px;
  height:10px;
  border-left:1px solid #fff;
  border-top:1px solid #fff;
  margin-right:10px;
  transform: rotate(135deg);
}
nav{
  border:none;
  border-radius:0;
  border-bottom:1px solid #E60012;
  box-shadow:none;
  padding:15px 15px 15px 10px;
  margin-bottom:0;
}
nav .change{
  display:block;
  position:relative;
  color:#E60012;
  font-weight:bold;
}
nav .change:after{
  position:absolute;
  top:2px;
  right:0;
  content:"";
  border-left:2px solid #E60012;
  border-bottom:2px solid #E60012;
  width:12px;
  height:12px;
  transform:rotate(-45deg);
}
nav .change.open:after{
  position:absolute;
  top:6px;
  right:0;
  content:"";
  border-left:2px solid #E60012;
  border-bottom:2px solid #E60012;
  width:12px;
  height:12px;
  transform:rotate(135deg);
}
 nav .close{
  display:block;
  text-align:center;
  color:#E60012;
  font-weight:bold;
  padding:5px 0;
}
nav .n-inr{
  display:none;
  padding-top:10px;
}
nav .nav-s{
  margin-bottom:20px;
}
nav .ttl{
  border-bottom:1px solid #ccc;
  font-size:18px;
  font-weight:bold;
  padding:0 0 3px 0;
  margin-bottom:10px;
}
nav .nav-s .more{
  text-align:center;
}
nav .nav-s-01 li{
  float:left;
  width:79px;
  margin-right:8px;
}
nav .nav-s-01 li:last-child{
  margin-right:0px;
}
nav .nav-s-01 li a{
  display: block;
  background:#ccc;
  text-align:center;
  border-radius:4px;
  padding:4px 0;
  color:#fff;
}
nav .nav-s-01 li.current a,
nav .nav-s-01 li a:hover{
  background:#E60012;
}
nav .nav-s-06 ul{
  font-size:0;
  margin:15px -8px 0 0;
}
nav .nav-s-06 li{
  font-size:14px;
  display:inline-block;
  margin:0 8px 16px 0;
}
nav .nav-s-06 li a{
  border:1px solid #999;
  border-radius:3px;
  padding:4px 7px;
}
nav .nav-s-07 ul{
  font-size:0;
  margin:15px -8px 0 0;
}
nav .nav-s-07 li{
  font-size:14px;
  display:inline-block;
  margin:0 8px 16px 0;
}
nav .nav-s-07 li a{
  border:1px solid #999;
  border-radius:3px;
  padding:4px 20px 4px 7px;
  position:relative;
}
nav .nav-s-07 li a:hover{
  border:1px solid #E60012;
}
nav .nav-s-07 li a:before{
  content:"";
  position: absolute;
  top:9px;
  right:9px;
  display: block;
  border-left:2px solid #222;
  width:1px;
  height:10px;
  transform:rotate(-45deg);
}
nav .nav-s-07 li a:after{
  content:"";
  position: absolute;
  top:9px;
  right:9px;
  display: block;
  border-left:2px solid #222;
  width:1px;
  height:10px;
  transform:rotate(45deg);
}
nav .nav-s-07 li a:hover:before,
nav .nav-s-07 li a:hover:after{
  border-left:2px solid #E60012;
  transition:.3s all;
}
.pagetop{
  position:fixed;
  right:0;
  bottom:0;
}
.pagetop a{
  display: block;
  background-color:#555;
  width:40px;
  height:40px;
  position:relative;
  bottom:-50px;
}
.pagetop a:after{
  content:"";
  position: absolute;
  top:18px;
  left:14px;
  display: block;
  border-left:1px solid #fff;
  border-bottom:1px solid #fff;
  width:12px;
  height:12px;
  transform:rotate(135deg);
}
.js-modal-open{
  cursor:pointer;
}
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
  position: fixed;
}
.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  width: 70%;
}
.c-modal_content_inner {
  position: relative;
  padding: 20px;
}
.c-modal_close {
  position: absolute;
  top: 10px;
  right: 15px;
}
.c-modal_close span{
  display:block;
  position:relative;
}
.c-modal_close span:after{
  content:"";
  display:block;
  position:absolute;
  top:12px;
  right:1px;
  width:24px;
  height:1px;
  border-top:2px solid #222;
  transform:rotate(135deg);
}
.c-modal_close span:before{
  content:"";
  display:block;
  position:absolute;
  top:12px;
  right:1px;
  width:24px;
  height:1px;
  border-top:2px solid #222;
  transform:rotate(45deg);
}
.c-modal .ttl{
  font-size:18px;
  border-bottom:1px solid #ccc;
  padding-bottom:5px;
  font-weight:bold;
  margin-bottom:10px;
}
.c-modal input[type=checkbox] {
  display: none;
}
.c-modal .cb {
background-color: #555;
border-radius: 4px;
color: #FFF;
text-decoration: none;
text-align: center;
width: 95px;
padding: 4px 0;
cursor: pointer;
display: inline-block;
margin:0 2px 4px 0;
transition: background-color 150ms ease-in;
}
#modal02.c-modal .cb,
#modal03.c-modal .cb {
  width: auto;
  padding:4px 30px;
}
.c-modal .cb:hover {
background-color: #555;
}
.c-modal input[type=checkbox]:checked:hover + span {
color: rgba(255,255,255,0.7);
}
.c-modal .submit{
  width:200px;
  margin:15px auto 50px;
}
.c-modal .submit button{
  border:1px solid #555;
  padding:8px 4px;
  border-radius: 4px;
  background-color: #fff;
  width:200px;
  margin:0 auto;
  font-weight:bold;
  cursor:pointer;
  outline: none;
}
.c-modal_content {
  width: 100%;
  min-height:100%;
  left: 0;
  top: 0;
  transform: translate(0, 0);
  border-radius: 0px;
}
.c-modal_content_inner {
  padding: 15px;
}
.c-modal .cb {
  width: 31.5%;
  font-size:12px;
  margin:0 1px 4px 1px;
}
.c-modal {
  overflow-y:auto;
}
.s-keyword{
  position: relative;
}
.s-keyword input[type=text] {
  box-sizing: border-box;
  width: 100%;
  padding: 0.6em 0.3em;
  transition: 0.3s;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
  font-size:14px;
  -webkit-appearance: none;
}
.s-keyword input[type=text]:focus {
  border-color: #999;
}
.s-keyword .search {
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  border-style: none;
  background-color:#fff;
  margin:2px;
  padding:4px;
  outline: none;
  cursor:pointer;
}
.s-keyword input[type=text]:focus + .search {
  
}

/*- custom -*/

#top main,
#list main,
#detail main,
#news main{
  float:none;
  width:100%;
}
#top nav,
#list nav,
#detail nav,
#news nav{
  float:none;
  width:auto;
}
#top .area-box .mapbg{
  background:none;
  height:auto;
  position:relative;
  margin-bottom:20px;
}
#top .area-box .mapbg h2{
  margin:0 0 20px;
}
#top .area-box .map{
  font-size:0;
  margin: 0 10px;
}
#top .area-box .map li{
  margin-bottom:5px;
}
#top .area-box .map li a{
  font-size:15px;
  line-height:2;
  display:inline-block;
  margin:0 12px;
  font-weight:bold;
}
#top .area-box .map br{
  display:none;
}
#top .area-box .map .area01{
  position: static;
  border-left:2px solid #FF8585;
}
#top .area-box .map .area02{
  position: static;
  border-left:2px solid #FDA200;
}
#top .area-box .map .area03{
  position: static;
  border-left:2px solid #1FC39D;
}
#top .area-box .map .area04{
  position: static;
  border-left:2px solid #8EC31F;
}
#top .area-box .map .area05{
  position: static;
  border-left:2px solid #73AE7D;
}
#top .area-box .map .area06{
  position: static;
  border-left:2px solid #7272FF;
}
#top .area-box .map .area07{
  position: static;
  border-left:2px solid #FF4848;
}
#top .area-box .map .area08{
  position: static;
  border-left:2px solid #D16EFF;
}
#top .area-box .map .area09{
  position: static;
  border-left:2px solid #471FC3;
}
#top .area-box .map .area10{
  position: static;
  border-left:2px solid #708F30;
}
#top .news-box h2{
  margin:0 10px;
}
#top .news-box li{
  border-bottom:1px solid #ccc;
  padding:15px 0;
}
#top .news-box li a{
  margin:0 10px;
}
#top .news-box li div{
  font-weight:bold;
  font-size:18px;
  line-height:1;
  margin-bottom:8px;
}
#top .news-box li a div span{
  vertical-align:bottom;
  width:100px;
  padding:4px 0;
  color:#fff;
  margin-left:20px;
  font-weight:normal;
  font-size:10px;
  line-height:1;
  transition:.3s all;
}
#top .news-box li a:hover div span{
  background-color:#E60012;
  transition:.3s all;
}
.new-box li{
  border-bottom:1px solid #ccc;
  padding:1px 0 15px 0;
  position:relative;
}
.new-box li a:after{
  content: "";
  display:block;
  clear: both;
}
.new-box li a{
  display:block;
}
.new-box li a .thmb{
  float:none;
  width:100%;
  overflow:hidden;
}
.new-box li a:hover .thmb img{
  transform:scale(1,1);
}
.new-box li .txt{
  padding:10px;
}
.new-box li .ttl{
  font-weight:bold;
  font-size:18px;
  margin-bottom:10px;
}
.new-box li .ttl span{
  display:block;
  font-size:14px;
}
.new-box li .fv{
  position:absolute;
  top:10px;
  right:10px;
  width:65px;
  height:auto;
  text-align:center;
  background: url(../img/common/star_off.svg) no-repeat center 2px #fff;
  background-size:30px auto;
  font-size:10px;
  line-height:1;
  padding:32px 0 5px 0;
  color:#666;
  cursor:pointer;
  border-radius:4px;
}
.new-box li .fv.current{
  background: url(../img/common/star_on.svg) no-repeat center 2px #fff;
  background-size:30px auto;
  color:#222;
}


#list .list-box .ttl{
  border-bottom:none;
  margin-bottom:10px;
  background-color:#EEEDEB;
}
#list .list-box .ttl h1{
  float:none;
  padding:10px 10px 0 10px;
  margin-bottom:0;
  font-size:14px;
}
#list .list-box .ttl p{
  float:none;
  padding:0 0 10px 0;
  margin:0 10px;
  font-size:12px;
}
#list .list-box .condition{
  margin:0 10px 20px 10px;
  font-size:10px;
}
#list .list-box li{
  border-bottom:1px solid #ccc;
  padding:16px 0;
  position:relative;
}
#list .list-box li a:after{
  content: "";
  display:block;
  clear: both;
}
#list .list-box li a{
  display:block;
}
#list .list-box li .s-ttl{
  font-weight:bold;
  font-size:20px;
  margin:0 68px 10px 0;
  border-left:5px solid #E60012;
  padding-left:10px;
}
#list .list-box li .s-ttl span{
  display:block;
  font-size:14px;
}
#list .list-box li a .thmb{
  float:none;
  width:auto;
  margin:10px 10px 5px 10px;
  overflow:hidden;
}
#list .list-box li a .thmb img{
  transition:.3s all;
}
#list .list-box li a:hover .thmb img{
  transform:scale(1,1);
  transition:.3s all;
}
#list .list-box li .txt{
  padding-left:10px;
}
#list .list-box li .txt .s-thmb{
  float:none;
  width:auto;
  font-size:0;
  margin:0;
}
#list .list-box li .txt .s-thmb img{
  width:calc(50% - 7.5px);;
  margin:0 5px 5px 0;
}
#list .list-box li .txt .s-thmb img:nth-child(even){
  display:inline-block;
  margin:0 0 5px 0;
}
#list .list-box li a .txt .s-txt{
  margin-right:10px;
  color:#222;
}
#list .list-box li a:hover .txt .s-txt{
  color:#222;
}
#list .list-box li .txt .s-txt .tag{
  font-weight:bold;
  margin-top:10px;
}
#list .list-box li .txt .s-txt .tag span{
  display: inline-block;
  background:#E60012;
  color:#fff;
  margin:0 5px 4px 0;
  border-radius:3px;
  font-size:12px;
  padding:2px 4px;
  white-space: nowrap;
}
#list .list-box li .fv{
  position:absolute;
  top:21px;
  right:0;
  width:70px;
  height:27px;
  text-align:center;
  background: url(../img/common/star.svg) no-repeat center -28px;
  font-size:10px;
  line-height:1;
  padding-top:30px;
  color:#666;
  cursor:pointer;
}
#list .list-box li .fv.current{
  background: url(../img/common/star.svg) no-repeat center top;
  color:#222;
}

#detail .detail-box .ttl{
  border-bottom:none;
  margin-bottom:10px;
  background-color:#EEEDEB;
  padding:10px 0;
}
#detail .detail-box .ttl h1{
  float:none;
  margin:0 10px;
  font-size:14px;
}
#detail .detail-box .condition{
  margin:0 10px 10px 10px;
  font-size:12px;
}
#detail .detail-box .s-ttl{
  position:relative;
}
#detail .detail-box .s-ttl h1{
  border-left:5px solid #E60012;
  padding:0 75px 0 10px;
  margin:20px 0;
  font-size:20px;
  line-height:1.2;
}
#detail .detail-box .s-ttl h1 span{
  display: block;
  margin:10px 0 15px 0;
  font-size:16px;
}
#detail .detail-box .s-ttl .fv{
  position:absolute;
  top:-10px;
  right:0;
  width:70px;
  height:27px;
  text-align:center;
  background: url(../img/common/star.svg) no-repeat center bottom;
  font-size:10px;
  line-height:1;
  padding-top:30px;
  color:#666;
  cursor:pointer;
}
#detail .detail-box .s-ttl .fv.current{
  background: url(../img/common/star.svg) no-repeat center top;
  color:#222;
}
#detail .detail-box .sbox h2{
  color:#E60012;
  font-size:22px;
  border-bottom:solid 2px #E60012;
  padding:5px 10px;
  margin-bottom:10px;
  font-size:18px;
}
#detail .lists{
  margin-bottom:30px;
}
#detail .lists dl{
  border-bottom:1px solid #ccc;
  padding:10px 0;
}
#detail .lists dl:after{
  content: "";
  display: block;
  clear: both;
}
#detail .lists dt{
  float:none;
  width:auto;
  font-size:14px;
  line-height:1.6;
  padding:0 10px;
  font-weight:bold;
}
#detail .lists dd{
  padding:0 10px;
  font-size:14px;
  line-height:1.6;
  word-wrap: break-word;
}
#detail .lists dd span{
  display: inline-block;
  background:#E60012;
  color:#fff;
  margin:0 5px 4px 0;
  border-radius:3px;
  font-size:12px;
  padding:2px 4px;
  white-space: nowrap;
}
#detail .lists .surroundings{
  margin:0 10px;
}
#detail .detail-map-box iframe{
  width:100%;
  height:240px;
}
#detail .detail-map-box p{
  padding:10px 10px 0 10px;
  font-size:11px;
}
#detail .detail-box .detail-performance-box h2{
  margin-bottom:0;
}
#detail .detail-performance-box .tbl li{
  border-bottom:1px solid #ccc;
  display: block;
  padding-bottom: 10px;
}
#detail .detail-performance-box .tbl li > div{
  white-space: normal;
  float:left;
  border-bottom:none;
  padding:0px 11px;
}
#detail .detail-performance-box .tbl li div:nth-child(1){
  width:100%;
  border-right:none;
  margin-top:10px;
  font-weight:bold;
  padding-bottom:2px;
  text-align: left;
}
#detail .detail-performance-box .tbl li div:nth-child(2){
  width:100%;
  border-right:none;
  font-size:12px;
}
#detail .detail-performance-box .tbl li div:nth-child(3){
  width:100%;
  border-right:none;
  font-size:12px;
  margin-top:10px;
}
#detail .detail-performance-box .tbl li div:nth-child(4){
  width:100%;
  font-size:12px;
  padding-bottom:10px;
}
#detail .detail-performance-box .tbl li > div span.sp{
  display:inline;
}
#detail .detail-performance-box .tbl li.bg-gray{
  display:none;
}




#news .news-box .archive{
  float:none;
  width:auto;
  margin:0 10px 20px 10px;
  padding-top:5px;
}
#news .news-box .archive .a-ttl{
  font-weight:bold;
  font-size:14px;
  border-bottom:none;
  padding-bottom:0;
  margin-bottom:10px;
}
#news .news-box .archive li{
  display:inline-block;
  margin:0 5px 0 0;
}
#news .news-box .archive li a{
  display:block;
  font-size:14px;
  margin-bottom:5px;
}
#news .news-box .archive li a:before{
  content:"";
  display:inline-block;
  width:8px;
  height:8px;
  border-left:1px solid #E60012;
  border-bottom:1px solid #E60012;
  transform: rotate(-135deg);
  margin-right:8px;
}
#news .news-box .newslist{
  border-top:1px solid #ccc;
  padding:0;
}
#news .news-box .ttl{
  border-bottom:none;
  margin-bottom:10px;
  background-color:#EEEDEB;
}
#news .news-box .txt .ttl{
  background-color:#fff;
}
#news .news-box .new-box .ttl{
  border-bottom:none;
}
#news .news-box .ttl h1,
#news .news-box .ttl .h1{
  float:left;
  margin:10px;
  font-size:14px;
  font-weight:bold;
}
#news .news-box .newslist li{
  border-bottom:1px solid #ccc;
  padding:16px 0;
}
#news .news-box .newslist li a{
  display:block;
  padding:0 10px;
}
#news .news-box .newslist li div{
  font-weight:bold;
  font-size:20px;
  line-height:1;
  margin-bottom:8px;
}
#news .news-box .newslist li a div span{
  vertical-align:bottom;
  width:110px;
  text-align:center;
  display:inline-block;
  background-color:#555;
  padding:5px 0;
  color:#fff;
  margin-left:20px;
  font-weight:normal;
  font-size:12px;
  line-height:1;
  transition:.3s all;
}
#news .news-box .newslist li a:hover div span{
  background-color:#E60012;
  transition:.3s all;
}
#news .news-box .newsdetail{
  padding:16px 0 0 0;
}
#news .news-box .news-date{
  font-weight:bold;
  font-size:16px;
  padding:0 10px;
}
#news .news-box .maintxt{
  font-size:15px;
  line-height:1.8;
  margin-bottom:60px;
  padding:0 10px;
}
#news .news-box .newsdetail h1{
  font-weight:bold;
  font-size:24px;
  margin:5px 0 25px 0;
  border-bottom:1px solid #ccc;
  padding:0 10px 10px 10px;
}
#news .detail-box h2{
  color:#E60012;
  font-size:22px;
  border-bottom:solid 2px #E60012;
  padding:5px 10px;
  margin-bottom:10px;
  font-size:18px;
}
#news .lists{
  margin-bottom:40px;
}
#news .lists dl{
  border-bottom:1px solid #ccc;
  padding:10px 0;
}
#news .lists dl:after{
  content: "";
  display: block;
  clear: both;
}
#news .lists dt{
  float:none;
  width:auto;
  font-size:14px;
  font-weight:bold;
  line-height:1.6;
  padding:0 10px;
}
#news .lists dd{
  padding:0 10px;
  font-size:14px;
  line-height:1.6;
  word-wrap: break-word;
}
#news .lists dd span{
  display: inline-block;
  background:#E60012;
  color:#fff;
  margin:0 5px 4px 0;
  border-radius:3px;
  font-size:12px;
  padding:2px 4px;
  white-space: nowrap;
}
#news .new-box li {
    padding:10px 0 10px 0;
}
#news .new-box li a {
    margin:0 10px;
}
#news .new-box li a:after {
  content: "";
  display: block;
  clear: both;
}
#news .news-box .new-box .ttl{
  margin-bottom:0px;
  font-size: 16px;
}
#news .news-box .new-box .ttl span{
  font-size: 12px;
}
#news .new-box li a .thmb {
    float: left;
    width: 30%;
    overflow: hidden;
}
#news .new-box li .txt {
    padding: 0 0 0 33%;
}
#news .new-box li .txt p {
    display:none;
}
#news .news-box .detail-performance-box h2{
  margin-bottom:1px;
}
#news .news-box .detail-performance-box .tbl li{
  border-bottom: 1px solid #ccc;
  display: block;
}
#news .news-box .detail-performance-box .tbl li.bg-gray{
  display: none;
}
#news .news-box .detail-performance-box .tbl li > div{
  float:none;
  padding:0 11px;
}
#news .news-box .detail-performance-box .tbl li div:nth-child(1){
  width:auto;
  border-right:none;
  margin-top: 10px;
  font-weight:bold;
  padding-bottom: 2px;
}
#news .news-box .detail-performance-box .tbl li div:nth-child(2){
  width:auto;
  border-right:none;
  font-size: 12px;
}
#news .news-box .detail-performance-box .tbl li div:nth-child(3){
  width:auto;
  font-size: 12px;
  padding-bottom: 10px;
}
#news .news-box .detail-performance-box .tbl li > div span.sp{
  display:inline;
}


#fc .fclist-box .ttl,
#fc .fcdetail-box .ttl{
  border-bottom:none;
  margin-bottom:10px;
  padding:10px;
  background:#EEEDEB;
}
#fc .fclist-box .txt .ttl,
#fc .fcdetail-box .txt .ttl{
  background:#fff;
}
#fc .fclist-box .ttl h1,
#fc .fclist-box .ttl .h1,
#fc .fcdetail-box .ttl h1,
#fc .fcdetail-box .ttl .h1{
  margin: 0;
  font-size: 14px;
}
#fc .areattl{
  font-size:16px;
  color:#E60012;
  border-bottom:1px solid #E60012;
  padding:0 10px 5px 10px;
}
#fc .fclist{
  margin-bottom:30px;
}
#fc .fclist li{
  display: block;
  border-bottom:1px solid #ccc;
  padding:15px 10px;
}
#fc .fclist li div:nth-child(1){
  width:auto;
  position:relative;
  padding:0 10px 5px 22px;
  font-weight: bold;
}
#fc .fclist li div:nth-child(2){
  width:auto;
  border-left:none;
  padding:0 10px 0 22px;
  font-size:13px;
  margin-bottom:5px;
}
#fc .fclist li div:nth-child(3){
  width:80px;
  margin-left:22px;
}
#fc .fclist li .btn a{
  display:block;
  background:#E60012;
  padding:5px 10px 5px 5px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  border-radius:4px;
  font-size:12px;
}
#fc .fclist li .btn a:before{
  content:"";
  display:inline-block;
  transform: rotate(-135deg);
  width:8px;
  height:8px;
  border-bottom:1px solid #fff;
  border-left:1px solid #fff;
  margin-right:10px;
}
#fc .back{
  margin:0 10px 20px 10px;
  font-size:12px;
}
#fc .back a:before{
  content:"";
  display:inline-block;
  transform: rotate(45deg);
  width:7px;
  height:7px;
  border-bottom:1px solid #E60012;
  border-left:1px solid #E60012;
  margin-right:8px;
}
#fc .detail-main h1{
  line-height:1.2;
  border-left:5px solid #E60012;
  padding-left:10px;
  margin:0 10px 15px 0;
  font-size:24px;
}
#fc .detail-main .ph{
  float:none;
  width:100%;
}
#fc .detail-main .morebtn{
  position: static;
  right:0;
  bottom:0;
  width:300px;
  margin:15px auto 0 auto;
}
#fc .detail-main .morebtn a{
  width:auto;
  margin:0;
}
#fc .detail-main .txt{
  padding:10px 10px 0 10px;
}
#fc .detail-main .txt p{
  font-size:14px;
  line-height:1.6;
  margin-bottom:5px;
}
#fc .fcdetail-box .sbox .ttl{
  padding:4px 0 0 0;
}




#fc .fcdetail-box .sbox h2 {
  color:#E60012;
  border-bottom: 2px solid #E60012;
  padding:0 10px 6px 10px;
  margin-bottom:5px;
  font-size:18px;
}
#fc .fcdetail-box .detail-performance-box{
  margin-bottom:40px;
}
#fc .detail-performance-box .tbl li{
  border-bottom:1px solid #ccc;
  display: block;
  padding:10px 0;
}
#fc .detail-performance-box .tbl li.bg-gray{
  display: none;
}
#fc .detail-performance-box .tbl li > div{
  float:none;
  padding:0 10px;
}
#fc .detail-performance-box .tbl li > div span.sp{
  display: inline;
}
#fc .detail-performance-box .tbl li div:nth-child(1){
  width:auto;
  border-right:none;
  font-weight:bold;
  margin-bottom:3px;
}
#fc .detail-performance-box .tbl li div:nth-child(2){
  width:auto;
  border-right:none;
}
#fc .detail-performance-box .tbl li div:nth-child(3){
  width:auto;
  border-right:none;
}
#fc .detail-performance-box .tbl li div:nth-child(4){
  width:auto;
  border-right:none;
}
#fc .detail-performance-box .tbl li div:nth-child(5){
  width:auto;
  word-break: break-all;
}
#fc .fc-nav{
  margin:0 10px 30px 10px;
}
#fc .fc-nav li{
  float:none;
  width:auto;
  margin-right:0;
}

.p-nav{
  text-align: center;
  padding:30px 0 15px 0;
  font-size:0;
}
.p-nav li{
  display: inline-block;
}
.p-nav li a,
.p-nav li span{
  display:block;
  padding:8px 11px;
  border-right:1px solid #ccc;
  font-size:12px;
  line-height:1;
}
.p-nav li:first-child{
  width:80px;
  padding:0;
  text-align:left;
}
.p-nav li:last-child{
  width:80px;
  padding:0;
  text-align:right;
}
.p-nav li:first-child a{
  padding:8px 0px 8px 9px;
}
.p-nav li:last-child a{
  border-right:none;
  padding:8px 9px 8px 0;
}
.p-nav li.current span{
  font-weight:bold;
  color:#E60012;
}
#pp .pp-box .ttl,
#inquiry .pp-box .ttl,
#policy .pp-box .ttl {
    border-bottom: none;
    padding:10px;
    margin-bottom: 10px;
    background-color:#EEEDEB;
}
#pp .pp-box .ttl h1,
#inquiry .pp-box .ttl h1,
#policy .pp-box .ttl h1 {
    margin: 0;
    font-size:14px;
}
#pp .pp-box .condition,
#inquiry .pp-box .condition,
#policy .pp-box .condition {
    margin: 0 10px 20px 10px;
}
#fc .new-box li {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  position: relative;
}
#fc .new-box li a .thmb {
  float: left;
  width: 30%;
  overflow: hidden;
}
#fc .new-box li .txt {
  padding: 0 0 0 33%;
}
#fc .fcdetail-box .sbox .txt .ttl {
  padding-top: 0;
  font-size: 16px;
}
#fc .fcdetail-box .sbox .txt .ttl span{
  font-size: 12px;
}
#fc .fcdetail-box .sbox .txt p {
  display:none;
}
#pp .link-data-box h2 {
    padding:0 10px 6px 10px;
    margin-bottom: 15px;
    font-size:18px;
}
#pp .link-data-box li {
    padding-bottom: 3px;
    margin:0 10px;
}
#pp .about-box{
  padding:5px 10px 0 10px;
}

#inquiry .c-box .ttl {
    border-bottom: none;
    background-color:#EEEDEB;
    margin: 0 0 10px 0;
    padding:10px;
}
#inquiry .c-box .ttl h1 {
    margin:0;
    font-size:14px;
}
#inquiry .c-box .red{
    margin:0 10px 10px 10px;
    font-size:12px;
}
#inquiry .fm-box {
    margin-bottom: 30px;
}
#inquiry .fm-box h2 {
    padding:10px 10px 6px 10px;
    margin-bottom: 1px;
    font-size:16px;
}
#inquiry .fm-box dl{
  display:block;
  flex-wrap:wrap;
  padding:0 0 5px 0;
  border-bottom:1px solid #ccc;
}
#inquiry .fm-box dt{
  width:auto;
  padding:8px 10px;
  background:#999;
  color:#fff;
  font-weight:bold;
}
#inquiry .fm-box dd{
  padding:12px;
  width:auto;
}
#inquiry .fm-box .cb label{
  display: block;
  width:auto;
  margin-bottom:10px;
}
#inquiry input#etc{
  width:200px;
  padding:5px;
  margin:0 0 0 10px;
}
#inquiry .f-box{
  margin:0 10px 20px 10px;
  padding-top:10px;
}
.sbs .morebtn a{
  width:300px;
  margin:5px 0;
}
#pp .site-box{
  font-size:14px;
  line-height:1.8;
  margin:0 15px 30px 10px;
}
#pp .site-box h2{
  font-size:18px;
  margin-bottom:10px;
}

.h-nav {
  text-align: left;
  background: #E60012;
  padding: 0;
}
.h-nav li a {
  display: block;
  padding: 10px 30px 10px 0;
  color: #fff;
  font-weight: bold;
}
.h-nav li a:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  margin-right: 10px;
  transform: rotate(135deg);
}
header .hm.on li:nth-child(1) {
  transform: rotate(-135deg);
  margin: 14px 0 0 0;
  transition: .3s all;
}
#header_navi ul {
  width: 100%;
  margin: 0;
}
#header_navi li {
  display: block;
  width: 100%;
  border-right: none;
}
#header_navi li a {
  display: block;
  height: auto;
  line-height: 1.1;
  color: #fff;
  text-decoration: none;
  padding: 15px 0;
}
.h-nav li.active a:before{
  border-left: 1px solid #E60012;
  border-top: 1px solid #E60012;
}
  
  #fc .detail-performance-box li {
    font-size: 12px;
  }
  #fc .s_ttl {
    font-size: 14px;
  }
  #detail .main_img.img-box {
    width: 100%;
    height: 280px;
  }
  #detail .main_img.img-box img {
    max-width: 100%;
    max-height: 280px;
  }
  #detail #map{
    width: 100%;
    height:300px;
  }
  #detail .detail-box .thumb{
    margin :30px 30px 20px;
    vertical-align: top;
  }
  #detail .detail-box .thumb li {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 130px;
  }
  #detail .thumb .img-box {
    width: 120px;
    height: 90px;
  }
  #detail .thumb .img-box img {
    max-width: 100%;
    max-height: 90px;
  }

  .lang_en #header_navi li a{
    padding: 15px 0;
  }

  #top.lang_en .area-box br.en,
  #top.lang_en .area-box br.en2 {
    display: none;
  }
  #top.lang_en .area-box .map li a {
    /* font-size: 14px; */
    margin: 0 20px 0 0;
  }
  #modal01 .c-modal_content .box-inner .headline {
    font-size: 18px;
    font-weight: 500;
    float: none;
    width: 100%;
    text-align: left;
    margin-right: 0;
    padding-top: 0;
  }
  #modal01 .c-modal_content .box-inner ul {
    width: 100%;
    float: none;
    padding-left: 15px;
  }
  .c-modal_content_inner {
    padding: 15px 15px 30px;
  }
  
  #detail .detail-near-box li {
    margin: 0 15px 15px 0;
    width: 160px;
  }
  #detail .detail-near-box li:nth-child(even) {
    margin: 0 0 15px 0;
  }
  #detail .detail-near-box .img-box {
    width: 160px;
    height: 120px;
    overflow: hidden;
  }
  #detail .detail-near-box .img-box img {
    max-width: 160px;
    max-height: 120px;
    transition: .3s all;
  }
  
  
}


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

  header .header-logo img{
    width:250px;
    margin:1px 0 5px 0;
  }

}