@charset "UTF-8";
html {
  overflow-y: scroll;
  letter-spacing: 0.02em;
}
a {
  text-decoration: none;
  color: #000;
}
.width img {
  width: 100%;
}
.height img {
  height: 100%;
}
.boxfree {
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.boxfull {
  width: 100%; /* 幅は基本的に全て % で指定 */
  margin: 0 auto;
  max-width: 900px; /* サイトの最大幅 */
}
#head_nav {
  clear: both;
  width: 100%;
}
#head_nav li {
  width: 16%;
  float: left;
  text-align: center;
}
#head_nav li:nth-child(-n+5) {
  border-right: 1px solid #c1bbbb;
}
#head_nav li a {
  padding: 10px 0;
  font-size: 87.5%;
  font-weight: bold;
  display: block;
}
#head_nav li a:hover {
  background: rgba(255, 245, 127, 0.4);
}
/* topimage */
.main_visual {
  padding-top: 100px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main_visual video {
	width: inherit;
	vertical-align: bottom;
}

.topics {
    color: #000;
    width: 12%;
    float: left;
    text-align: center;
    padding: 6px 0 5px;
    letter-spacing: 0.2em;
    text-indent: 0.3em;
    margin: 15px 3px;
    background-color: #fff;
    font-weight: bold;
	background-color: #fff57f;
}
.news {
	background: #000;
	clear: both;
	min-height: 100px;
}
.news ul {
	width: 85%;
	float: right;
	font-size: 87.5%;
	letter-spacing: 0.1em;
	padding: 5px 0 15px;
}
.news li a {
	display: block;
	color: #fff;
	padding: 10px 0 5px;
	border-bottom: 1px solid #fff;
	line-height: 1.5;
}
.news li a:hover {
	border-bottom: 1px solid #fff57f;
	color: #fff57f;
}

.boxline li {
  width: 17%;
  margin: 0 2%;
  display: inline-block;
  text-align: center;
  font-size: 68.75%;
  line-height: 2em;
  color: #808080;
}
.boxline li:nth-child(-n+3) {
  margin-right: 5%
}
.title {
  padding: 70px 0;
  font-weight: bold;
  font-size: 156.25%;
  text-align: center;
  line-height: 1.75em;
}
.title2 {
  color: #fff;
  padding: 70px 0;
  font-weight: bold;
  font-size: 156.25%;
  text-align: center;
  line-height: 1.75em; /*background: rgba(200,200,200,.5);*/
}
.ct_top {
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #000;
  font-size: 112.5%;
  line-height: 1.5em;
  margin-top: 10px;
}
.ct_spec {
  font-weight: bold;
  text-align: center;
  font-size: 137.5%;
  line-height: 1.5em;
  margin: 50px auto;
}
.ct_summary {
  font-weight: bold;
  font-size: 218.75%;
  line-height: 1.5em;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 20px;
  text-align: center;
}
.tx_summary {
  line-height: 2em;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 10px;
}
.bg_red {
  background-color: #eb0028;
}
.bg_b1 {
  background-color: #c1bbbb;
}
.bg_b2 {
  background-color: #dedbdb;
}
.bg_b3 {
  background-color: #f2f2f2;
}
.bg_y1 {
  background-color: #fff57f;
}
.bg_y2 {
  background-color: #fffde5;
}
.bg_g1 {
  background-color: #4d4d4d;
}
.fc_white {
  color: #FFFFFF;
}
.fc_g50 {
  color: #808080;
}
.bd_white {
  border-bottom: 2px solid #fff;
}

.box_rack, .box_faq {
  width: 97%;
  margin: 50px auto;
  background: url(../images/bg_bortres.jpg) repeat-y;
  background-size: 100%;
  border-top: 15px solid #4d4d4d;
}
.box_rack dl {
  width: 50%;
}
.box_rack dt {
  font-size: 175%;
  font-weight: bold;
  line-height: 1.35em;
}
.box_rack dd, .box_faq2 dd {
  margin-top: 15px;
  line-height: 1.7em;
}
.box_rackin, .box_faqin {
  border-bottom: 15px solid #4d4d4d;
  margin: 0 auto;
  padding: 55px 3%;
  width: 85%;
}
.box_rack p {
	width: 38%;
	text-align: center;
	font-weight: bold;
	font-size: 87.5%;
	vertical-align: -50%;
	line-height: 3em;
}

.faq_top {
    padding-top: 250px;
}
.faq_top h1 {
	padding-top: 22px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.faq_top p {
margin-top: 25px;
}
.faq_top li {
	margin-bottom: 10px;
	line-height: 1.35em;
	text-align: center;
}
.faq_top li a {
    color: #000;
    font-weight: bold;
}
.faq_top li a:hover {
color: #ff0f2d;
	    text-decoration: underline;
}
.box_faqin2 {
	width: 95%;
float: right;
}
.box_faqin2 dt {
	position: relative;
  font-size: 137.5%;
  font-weight: bold;
  line-height: 1.35em;
}
.box_faqin2 dt::before {
	position: absolute;
	top: 0px;
	left: -55px;
	content: url("../images/faq_q.svg");
}
.box_faqin2 dd {
  margin-top: 15px;
  line-height: 1.7em;
	position: relative;
}
.box_faqin2 dd::before {
	position: absolute;
	top: 0px;
	left: -55px;
	content: url("../images/faq_a.svg");
}
.box_faqin2 p {
  width: 38%;
  text-align: center;
  font-weight: bold;
  font-size: 87.5%;
  vertical-align: -50%;
  line-height: 3em;
}
.box_news {
clear: both;
margin-bottom: 50px;
}
.box_news dt {
    font-weight: bold;
	line-height: 1.5em;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000000;
}
.box_news dd {
	padding-bottom: 20px;
	  font-size: 87.5%;
	line-height: 1.5em;
}

.box_news li {
  overflow: hidden;
  width: 30%; /* トリミングしたい枠の幅 */
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}







.box_use {
  margin-top: 70px;
}
.box_use li {
  overflow: hidden;
  width: 25%; /* トリミングしたい枠の幅 */
  padding-top: 25%; /* トリミングしたい枠の高さ／幅比率より */
  position: relative;
  float: left;
}
.box_use li img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 150%;
  max-height: 180%;
  width: auto;
  height: auto;
}
.box_use2 {
  width: 14%;
  clear: both;
  padding: 50px 0;
  margin: 0 auto;
}
.box_use2 li {
  width: 50px;
  float: left;
}
.box_use2 li:nth-child(1) {
  margin-right: 16%;
}
.box_how {
  margin: 20px auto 70px;
}
.box_how dl {
  width: 48%;
  float: left;
  margin-top: 60px;
}
.box_how dl:nth-child(1) {
  margin-right: 4%;
}
.box_how dd {
  text-align: center;
  background-color: #eb0028;
  color: #fff;
  padding: 10px 0;
  font-size: 112.5%;
  font-weight: bold;
}

.box_how_faq  {
  width: 370px;
margin: 0 auto;
}
.box_how_faq dl {
  width: 100%;
  float: left;
  margin-top: 25px;
}
.box_how_faq dd {
  text-align: center;
  background-color: #eb0028;
  color: #fff;
  padding: 10px 0;
  font-size: 112.5%;
  font-weight: bold;
}
.box_spec3 {
  width: 38%;
  float: left;
}
.box_spec3 dl {
  width: 45%;
  float: left;
}
.box_spec3 dl:nth-child(-n+1) {
  margin-right: 10%;
}
.box_spec3 dd {
  text-align: center;
  font-size: 75%;
  font-weight: bold;
margin-top: 5px;
}
.box_spec4 {
  width: 52%;
  float: right;
}
.box_spec4 dl {
  width: 100%;
  border-bottom: 1px solid #4d4d4d;
  padding: 7px 0;
  font-size: 81.25%;
  clear: both;
}
.box_spec4 dl:nth-child(-n+1) {
  border-top: 1px solid #4d4d4d;
}
.box_spec4 dt {
  width: 25%;
  float: left;
  font-weight: bold;
}
.box_spec4 dd {
  margin-left: 25%;
  line-height: 1.35em;
}
.box_spec5 {
  width: 90%;
  margin: 0 auto;
  padding: 0 0 30px;
  border-bottom: 1px dotted #000;
}
.box_spec6 {
  width: 30%;
  float: left;
  margin: 0 4%;
}
.box_spec6 dl {
  width: 100%;
}
.box_spec6 dl:nth-child(2n) {
  padding-top: 20px;
}
.box_spec6 dd {
  text-align: center;
  font-size: 81.25%;
  font-weight: bold;
}
.box_spec7 {
  width: 30%;
  float: left;
  margin: 0 4%;
}
.box_spec7 dl {
  width: 100%;
}
.box_spec7 dd {
  text-align: center;
  font-size: 81.25%;
  font-weight: bold;
}
.btn_si a {
	margin: 20px auto;
  background: #000;
  display: block;
  width: 180px;
  color: #fff;
  font-size: 87.5%;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.1s;
  padding: 10px 0;
}
.btn_si a:hover {
  background: #808080;
}
.arrow {
  position: relative;
  display: block;
}
.arrow::before {
  content: '';
  width: 7px;
  height: 7px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 18px;
  right: 6%;
  margin-top: -4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
.button {
  clear: both;
  width: 265px;
  margin: 35px auto;
}
.button_l a {
  width: 200px;
  padding: 10px 0;
  border: 5px solid #000;
  text-align: center;
  font-weight: bold;
  float: left;
  vertical-align: 20px;
  display: block;
  font-size: 75%;
}
.button_r a {
  width: 38px;
  padding: 1px 2px;
  border: 5px solid #000;
  background-color: #000;
  float: left;
  display: block;
}
.bt_send {
  clear: both;
  width: 50%;
  margin: 50px auto;
  background-color: #eb6e4b;
  text-align: center;
  font-size: 137.5%;
  border-radius: 15px;
  font-weight: bold;
}
.bt_send a {
  padding: 30px 0;
  color: #fff;
  display: block;
  font-weight: bold;
}
.bt_send a:hover {
  border-radius: 15px;
  background-color: #DE4632;
}
footer {
  color: #fff;
  text-align: center;
  background-color: #4d4d4d;
  font-size: 81.25%;
  line-height: 1.5em;
  padding: 20px 0;
}
#boxsmall {
  font-size: 75%;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #808080;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #4d4d4d;
}
/* ----------------------トップへ戻る設定---------------------- */
#totop {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 999;
}
#totop a {
  width: 55px;
  height: 50px;
  display: table-cell;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 87.5%;
  padding-bottom: 4px;
}
#totop a::before {
  content: '';
  width: 20px;
  height: 20px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 22px;
  right: 16px;
}
/*------------ googlemap ------------*/
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------ animation ------------*/
.fadeup {
  transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
  transition: transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}
/*------------ youtube ------------*/
.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
/*------------ loop slider ------------*/
#loopslider {
  margin: 0 auto;
  width: 100%;
  padding-top: 250px;
  text-align: left;
  position: relative;
  overflow: hidden;
}
#loopslider ul {
  height: 250px;
  float: left;
  display: inline;
  overflow: hidden;
}
#loopslider ul li {
  height: 250px;
  float: left;
  display: inline;
  overflow: hidden;
}
/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}
#loopslider ul {
  display: inline-block;
  overflow: hidden;
}
/*------------ menu_lock ------------*/
#top-head {
  position: fixed;
  width: 100%;
  z-index: 1;
}
.boxtop_l {
  width: 100%;
  background-color: rgba(255, 245, 127, 1);
	
}
#top-logo {
  width: 400px;
  margin: 0 auto;
  padding: 15px 0;
}
.boxtop_r {
  width: 100%;
  background-color: rgba(255, 255, 255, .8);
	filter: drop-shadow(0 1px 5px rgba(0, 0, 0, 0.1));

}
#global-nav {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
#global-nav ul {
  float: right;
}
#global-nav ul li {
  width: 125px;
  float: left;
  text-align: center;
}
#global-nav ul li:nth-child(-n+6) {
  border-right: 1px solid #c1bbbb;
}
#global-nav ul li a {
  font-size: 87.5%;
  font-weight: bold;
  padding: 12px 0;
  display: block;
}
#global-nav ul li a:hover {
  background: rgba(255, 245, 127, 0.5);
}
/* transition */
#top-head, #top-head:after, #top-head .logo, #global-nav ul li, #global-nav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
/* Fixed */
#top-head.fixed {
  background: rgba(255, 255, 255, .85);
}
#top-head.fixed .boxtop_close {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}
#top-head.fixed .boxtop_l {
  background-color: rgba(255, 245, 127, .0);
}
#top-head.fixed .boxtop_r {
  background-color: rgba(255, 255, 255, .0);
}
#top-head.fixed #top-logo {
  width: 27%;
  float: left;
  margin: 0 0;
  padding: 0 0;
}
#top-head.fixed #global-nav ul li {
  width: 85px;
}
#top-head.fixed #global-nav ul li a {
  font-size: 75%;
}
/*------------ hover_caption ------------*/
.box_spec_n {
  padding-bottom: 20px;
}
.box_spec_n dl:hover .box_spec_n dd {
  bottom: 0;
}
.box_spec_n figure {
  position: relative;
  overflow: hidden;
  width: 18.8%;
  float: left;
}
.box_spec_n figure:nth-child(-n+4) {
  margin-right: 0.5%;
}
.box_spec_n figcaption {
  position: absolute;
  bottom: -70px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, .8);
  -webkit-transition: .3s;
  transition: .3s;
  padding-top: 10px;
  line-height: 1.25em;
}
.box_spec_n figcaption p {
  font-weight: bold;
  text-align: center;
  color: #FFF;
  font-size: 93.75%;
}
.box_spec_n figure:hover figcaption {
  bottom: 0;
}
