@charset "UTF-8";

#map_canvas {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}

#title p {
  color: #000;
  background-color: transparent;
}

body>section {
  padding: 10px 0 0 0 ;
}

h2,.h2,h3,
.h3 {
  padding-top: 10px;
  font-size: 1.4em;
}

h4,
.h4 {
  padding-top: 10px;
  font-size: 1.2em;
}

caption {
  display: none;
}

header .btn {
  font-size: 1.4em;
}

table,
table th,
table td {
  max-width: 100%;
  color: #000;
  background-color: transparent;
  font-size: 1.2em;
  vertical-align: baseline;
}

table th,
table td,
#toppage .table tbody>tr>th,
#toppage .table tbody>tr>td,
#profile .table tbody>tr>th,
#profile .table tbody>tr>td {
  border: 0;
}

#toppage h5 {
	position: relative;
	line-height: 1.4;
	padding: 0.25em 1em;
	display: inline-block;
	top: 0;
}
 
#toppage h5::before,
#toppage h5::after {
	content: '';
	position: absolute;
	top: 0;
	width: 8px;
	height: 100%;
	display: inline-block;
}
 
#toppage h5::before {
	border-left: solid 3px #000;
	border-top: solid 3px #000;
	border-bottom: solid 3px #000;
	left: 0;
}
 
#toppage h5::after {
	content: '';
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	border-bottom: solid 3px #000;
	right: 0;
}


/* PC	*/
@media screen and (min-width: 1200px) {
  #slider,
  #title {
    margin-top: 37px;
  }
  
  #title h2 {
    margin: 15px 0px 5px 30px;
    line-height: 1;
    font-size: 1.4em;
    color: #000;
    background-color: transparent;
  }

  .title-brand  img {
    margin-top: 0px;
  }
  
  header .container {
    max-width: 1300px;
    padding: 0;
  }

  header .btn {
    display: inline-block;
    padding: 3px 9px;
    margin-bottom: 0;
    font-size: 1.2em;
  }

  #bottom h4 {
    text-transform: uppercase;
  }
  
  #bottom h4 {
    font-size: 1.4em;
    margin-bottom: 1.2em;
  }

  #toppage h3 {
    font-size: 1.8em;
    color: #cc4435;
    background-color: transparent;
  }

  #toppage h4,
  #profile h4,
  #piakan h4 {
    font-size: 1.4em;
    color: #cc4435;
    background-color: transparent;
  }

  #toppage .table tbody>tr>th,
  #profile .table tbody>tr>th {
    width: 20%;
    text-align: center;
  }
  
  #toppage .table tbody>tr>td,
  #profile .table tbody>tr>td {
    width: 80%;
  }

  #toppage table td.time {
    width: 80%;
    text-align: left;
  }

  #toppage table td.mony {
    width: 40%;
    text-align: right;
  }
  
  .tabNav_toggle {
    position: fixed;
    right: 0px;
    top: 260px;
    cursor: pointer;
    z-index: 1040;
  }

  .text-small {
    font-size: 0.6em;
  }
}

/* TB */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .title-brand  img {
    margin-top: 0px;
  }
  
  #title h2 {
		margin: 15px 0px 5px 30px;
    line-height: 1;
    font-size: 1.4em;
    color: #000;
    background-color: transparent;
  }

  #bottom h4 {
    font-size: 1.2em;
    height: 2.5em;
    line-height: 1.2;
    margin-bottom: 2em;
  }

  .mt-insta {
    margin-top: 50px;
  }

  #toppage table td.time {
    width: 80%;
    text-align: left;
  }

  #toppage table td.mony {
    width: 40%;
    text-align: right;
  }

  #toppage h3 {
    font-size: 1.8em;
    color: #cc4435;
    background-color: transparent;
  }

  #toppage h4,
  #profile h4,
  #piakan h4 {
    font-size: 1.4em;
    color: #cc4435;
    background-color: transparent;
  }

  #toppage .table tbody>tr>th,
  #profile .table tbody>tr>th {
    width: 20%;
    font-size: 1em;
    text-align: center;
  }
  
  #toppage .table tbody>tr>td,
  #profile .table tbody>tr>td {
    width: 80%;
    font-size: 1em;
  }
}

/*	SP  */
@media screen and (max-width: 767px) {
  .title-brand  img {
    margin-top: 0px;
  }
  
  #title h2 {
    margin: 15px 0px 5px 30px;
    line-height: 1;
    font-size: 1.4em;
    color: #000;
    background-color: transparent;
    display: inline-block;
  }

  ul.breadcrumb {
    margin: 0;
    color: #000;
    background-color: transparent;
  }
  
  .tabNav_toggle {
    display: none;
  }

  #slider {
    height: 200px;
  }

  #toppage {
    margin-top: 160px;
  }

  #toppage h3 {
    font-size: 1.8em;
    color: #cc4435;
    background-color: transparent;
  }

  #toppage table td.time {
    width: 80%;
    text-align: left;
  }

  #toppage table td.mony {
    width: 40%;
    text-align: right;
  }
  
  #toppage h4,
  #profile h4,
  #piakan h4 {
    font-size: 1.4em;
    color: #cc4435;
    background-color: transparent;
  }

  #toppage .table tbody>tr>th,
  #profile .table tbody>tr>th {
    display: block;
    width: 100%;
    border: 0;
    text-align: center;
  }

  #toppage .table tbody>tr>td,
  #profile .table tbody>tr>td {
    display: block;
    width: 100%;
  }

  #toppage .table tbody>tr>td.time,
	#toppage .table tbody>tr>td.mony {
		display: inline-block;
		width: 40%;
	}
}

#toppage-news li {
  font-size: 1.2em;
  border: 2px dotted #cc4435;
}

.ruby_flag  {
  #toppage h3 ruby[data-ruby]::before,
  #toppage h5 ruby[data-ruby]::before,
  #toppage .table td ruby[data-ruby]::before {
    bottom: 85%;
  }

  #toppage h4 {
    line-height: 1.8;
  }
  
  #toppage h4 ruby[data-ruby]::before {
    bottom: 85%;
  }

  #toppage-news li {
    padding-top: 0.75em;
  }
}

#bottom {
  padding: 10px 0 50px 0;
}

.title-brand {
  padding: 15px 15px 15px 5px;
}

.media-heading {
  margin: 15px 0 5px 30px;
  line-height: 1;
  color: #fff;
  background-color: transparent;
}

.navbar-header img {
  vertical-align: middle;
  width: 100%;
  margin-top: 0px;
}

.sdnav-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  box-shadow: none;
  border: 0;
  min-height: 100%;
  padding: 100px 0;
}

.sdnav-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}

.sdnav-modal .modal-content p {
  margin-bottom: 30px;
}

.sdnav-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 1.4em;
}

.sdnav-modal .modal-content ul.list-inline {
  margin: 0 0 30px 0;
}

.sdnav-modal .modal-content img {
  margin-bottom: 30px;
}

.sdnav-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: #ff8040;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}

.sdnav-modal .close-modal:hover {
  opacity: 0.3;
}

.sdnav-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  color: transparent;
  background-color: #222;
  transform: rotate(45deg);
  z-index: 1051;
}

.sdnav-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  color: transparent;
  background-color: #222;
  transform: rotate(90deg);
  z-index: 1052;
}

.sdnav-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

#sdnav h4 {
  font-size: 1em;
  line-height: 1.8;
  margin-top: 15px;
}

#sdnav {
  text-align: left;
  font-size: 1.45em;
}

#sdnav ul,
#sdnav ul li a {
  color: #000;
  background-color: transparent;
}

#sdnav ul.mei-1 {
  list-style-type: none;
  list-style-position: outside;
  padding: 0;
  margin-left: 1em;
}

#sdnav a:hover {
  color: #00f;
  background-color: transparent;
}

#toppage-news ul {
  text-decoration: none;
}

#toppage-news a {
  color: #cc4435;
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-size: auto auto;
  background-origin: padding-box;
  background-clip: border-box;
  text-decoration: none;
}

#toppage-news a:hover,
#toppage-news a:focus {
  color: #2a6496;
  background-color: transparent;
  text-decoration: none;
}

#toppage img {
  display: inline-block;
}

#toppage ul {
  list-style-type: disc;
}

#toppage ul li {
  font-size: 1.4em;
}

#toppage ul li a {
  color: #ff8000;
  background-color: transparent;
}

.mb50 {
  margin-bottom: 50px;
}
