@charset "UTF-8";
/* CSS Document */

body {
  position: relative;
  height: 100%;
}

#modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8000;
  background-color: rgba(0,0,0,0.6);
  display: none;
}

.modal-block {
  position: fixed;
  z-index: 9000;
  width: 800px;
  top: 50px;
  left: 50%;
  margin-left: -400px;
  background-color: #FFF;
  display: none;
  overflow-y:scroll;
}
.modal {
  display: none;
}
.modal hr {
  border: none;
  border-top: solid 3px #9cb236;
  width: 715px;
  margin: 0 auto 30px;
}

.modal-body {
  padding: 40px 35px;
}

.modal-body .modal-sub {
  font-size: 16px;
  margin: 0 auto 30px;
  position: relative;
  height: 18px;
  line-height: 18px;
  text-align: center;
}

.modal-body .modal-sub img {
  vertical-align: bottom;
  width: 30px;
  height: 18px;
  margin: 0 20px;
}

.modal-body h5 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
}

.modal-body .left {
  width: 250px;
  float: left;
}

.modal-body .right {
  width: 458px;
  float: right;
  font-size: 16px;
  line-height: 1.75;
}

.modal-body h6 {
  font-size: 18px;
  background-color: #c5d172;
  height: 40px;
  line-height: 40px;
  margin: 30px auto;
  color: #FFF;
  text-align: center;
}

.modal-body p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}

.modal-body .left img {
  width: 75%;
  margin: 0 auto;
  display: block;
}

#kamasu .left img {
  width: 108px;
}

#wrapper {
  width: 100%;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}


img {
  width: 100%;
  height: auto;
}

.nav-fix {
  width: 100%;
  background-color: #FFF;
  height: 100px;
  padding: 15px 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  z-index: 7000;
  box-sizing: border-box;
}

.nav-fix.none {
  top: -100px;
  opacity: 0;
}

.nav-fix ul {
  width: 1000px;
  margin: 0 auto;
}

.nav-fix li {
  display: block;
  float: left;
  width: 160px;
  height: 64px;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.nav-fix li a {
  display: block;
  width: 160px;
  height: 64px;
  text-align: center;
  line-height: 80px;
}

.nav-fix li:after {
  content: " ";
  display: block;
  width: 12px;
  height: 37px;
  background: url(../images/bg_nav_fixed_separate.png) center center no-repeat;
  background-size: 12px 37px;
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -18px;
}

.nav-fix li:last-child,
.nav-fix li:last-child a {
  width: 20px;
}

.nav-fix li:nth-child(6):after,
.nav-fix li:last-child:after {
  display: none;
}

.nav-fix li a img {vertical-align: middle;}
.nav-fix li a.nav01 img {width: 90px;}
.nav-fix li a.nav02 img {width: 96px;}
.nav-fix li a.nav03 img {width: 99px;}
.nav-fix li a.nav04 img {width: 96px;}
.nav-fix li a.nav05 img {width: 112px;}
.nav-fix li a.nav06 img {width: 112px;}
.nav-fix li a.nav07 img {width: 40px;}

/****************************************
Header
***************************************/

.header {
  height: 303px;
}

.header .header-top {
  background: #b2dbe4 url(../images/bg_head_top.png) center top no-repeat;
  background-size: 1500px 50px;
}

.header .header-top .inner {
  padding-left: 60px;
  line-height: 50px;
  height: 50px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold;
}

.header .header-bottom {
  background: #FFF url(../images/bg_head_bottom.png) center top no-repeat;
  background-size: 1500px 253px;
}

.header .header-bottom .inner {
  height: 253px;
  font-size: 0;
  line-height: 0;
}

.header .header-bottom .header-left {
  padding-left: 48px;
  float: left;
  padding-top: 52px;
  width: 580px;
}

.header .header-bottom .header-right {
  padding-right: 60px;
  float: right;
  padding-top: 22px;
}

.header .header-bottom .header-right a {
  display: block;
  margin-bottom: 29px;
  width: 275px;
}

.header .header-bottom .header-right .header-addr {
  width: 275px;
}

.header .header-bottom .header-right .header-addr img {
  width: 217px;
  display: block;
  float: left;
}

.header .header-bottom .header-right .header-addr a {
  display: block;
  width: 40px;
  height: auto;
  float: right;
  margin-bottom: 0;
}

.header .header-bottom .header-right .header-addr a img {
  width: 100%;
  float: none;
}

.header .header-bottom .nav {
  margin-top: 20px;
}

.header .header-bottom .nav li {
  display: block;
  float: left;
  width: 200px;
  height: 80px;
  position: relative;
  font-size: 0;
  line-height: 0;
}

.header .header-bottom .nav li a {
  display: block;
  width: 200px;
  height: 80px;
  text-align: center;
  line-height: 80px;
}

.header .header-bottom .nav li:after {
  content: " ";
  display: block;
  width: 15px;
  height: 46px;
  background: url(../images/bg_nav_separate.png) center center no-repeat;
  background-size: 15px 46px;
  position: absolute;
  top: 50%;
  right: -7px;
  margin-top: -23px;
}

.header .header-bottom .nav li:last-child:after {
  display: none;
}

.header .header-bottom .nav li a img {vertical-align: middle;}
.header .header-bottom .nav li a.nav01 img {width: 111px;}
.header .header-bottom .nav li a.nav02 img {width: 118px;}
.header .header-bottom .nav li a.nav03 img {width: 122px;}
.header .header-bottom .nav li a.nav04 img {width: 118px;}
.header .header-bottom .nav li a.nav05 img {width: 139px;}

/****************************************
Footer
***************************************/

.footer {
  background-color: #b2dbe4;
  height: 593px;
}

.footer .footer-top {
  height: 490px;
}

.footer .footer-top .footer-left {
  float: left;
  padding-left: 30px;
  padding-top: 90px;
  width: 380px;
}

.footer .footer-top .footer-left p {
  font-size: 12px;
  line-height: 1.66;
  margin-bottom: 15px;
}

.footer .footer-top .footer-left h1 {
  width: 100%;
  margin-bottom: 20px;
}

.footer .footer-top .footer-left .footer-addr {
  font-size: 16px;
  line-height: 1.75;
  font-weight: bold;
}

.footer .footer-top .footer-left .footer-tel {
  background: url(../images/icon_foot_tel.png) left top no-repeat;
  background-size: 37px 35px;
  line-height: 1;
  text-align: right;
  width: 280px;
  box-sizing: border-box;
  font-weight: bold;
}

.footer .footer-top .footer-left .footer-tel p {
  font-size: 26px;
  margin-bottom: 0;
}

.footer .footer-top .footer-left .footer-tel span {
  font-size: 13px;
  text-align: right;
}

.footer .footer-top .footer-left a {
  display: block;
  font-size: 15px;
  line-height: 40px;
  width: 275px;
  height: 40px;
  margin-top: 20px;
  padding-left: 75px;
  box-sizing: border-box;
  background: #FFF url(../images/icon_foot_fish.png) 30px center no-repeat;
  background-size: 36px 22px;
  color: #000;
  font-weight: bold;
}

.footer .footer-top .footer-right {
  width: 500px;
  margin-right: 50px;
  padding-top: 24px;
  float: right;
}

.footer .footer-top .footer-right .fb-head img {
  width: 141px;
  height: 34px;
}

.footer .footer-top .footer-right .fb-frame {
  width: 500px;
  height: 388px;
  background-color: #FFF;
  margin-top: 10px;
}

.footer .footer-nav {
  background-color: #FFF;
  height: 66px;
  line-height: 66px;
  text-align: center;
}

.footer .footer-nav a {
  font-size: 12px;
  color: #000;
}

.footer .footer-bottom {
  background-color: #FFF;
  height: 50px;
  line-height: 50px;
  font-size: 12px;
  background: url(../images/bg_foot.png) center top no-repeat;
  background-size: 1500px 50px;
  text-align: right;
}

.footer .footer-bottom .inner {
  padding-right: 20px;
}

/****************************************
Main
***************************************/
 .section-head {
  box-sizing: border-box;
  text-align: center;
}

.section-head h2 {
  font-size: 0;
  line-height: 0;
  margin: 0 auto;
  display: block;
}

/****************************************
About
***************************************/

#about .section-head {
  height: 410px;
  padding-top: 70px;
}

#about .section-head h2 {
  width: 925px;
}

#about .about-main {
  max-width: 1500px;
  margin: 0 auto;
}

#about .about-main .clearfix {
  max-width: 1500px;
  position: relative;
}

#about .about-main .left {
  float: left;
  width: 440px;
}

#about .about-main .center {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -310px;
  box-sizing: border-box;
  width: 620px;
  height: 656px;
  padding: 25px 60px 0;
  font-size: 18px;
  line-height: 2;
  background-color: #FFF;
}

#about .about-main .right {
  float: right;
  width: 440px;
}

#about .about-main .about-img {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

#about .about-main .about-bottom {
  padding: 85px 0 25px;
  width: 507px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

/****************************************
Frozen
***************************************/

#frozen .section-head {
  height: 216px;
  padding-top: 25px;
  background-color: #b2dbe4;
  margin-bottom: 60px;
}

#frozen .section-head h2 {
  width: 734px;
}

#frozen .frozen-block {
  background:url(../images/bg_frozen.png) left top repeat;
  background-size: 489px 476px;
  padding-bottom: 25px;
  border-bottom: solid 40px #bcd9e2;
}

#frozen .frozen-main .frozen-img {
  margin-bottom: 65px;
}

#frozen .frozen-main h4 {
  margin-bottom: 45px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

#frozen .frozen-main h4 img {
  width: 944px;
}

#frozen .frozen-box {
  margin-bottom: 30px;
}

#frozen .frozen-box .left {
  width: 500px;
  float: left;
}

#frozen .frozen-box.small .left {
  width: 420px;
}

#frozen .frozen-box .right {
  width: 455px;
  float: right;
}

#frozen .frozen-box.small .right {
  width: 560px;
}

#frozen .frozen-box .frozen-head {
  font-size: 0;
  line-height: 0;
}

#frozen .frozen-box .right p {
  padding: 17px 25px 0;
  font-size: 15px;
  line-height: 1.86;
  letter-spacing: 0;
}

#frozen .frozen-box .yt {
  font-size: 15px;
  padding: 20px 0 36px;
  letter-spacing: 0;
}

#frozen .frozen-box iframe {
  margin-top: 55px;
}

/****************************************
Lineup
***************************************/

#lineup .section-head {
  height: 630px;
  padding-top: 85px;
  background: #f0efeb url(../images/bg_lineup_head.jpg) center top no-repeat;
  background-size: 1500px 630px;
}

#lineup .section-head h2 {
  width: 414px;
  margin: 0;
}

#lineup .section-separate {
  height: 50px;
  font-size: 0;
  background-color: #000;
  text-align: center;
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
}

#lineup .section-separate:after {
  content: " ";
  width: 62px;
  height: 36px;
  background: url(../images/icon_lineup_arrow.png) center top no-repeat;
  background-size: 62px 36px;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -31px;
}

#lineup .section-separate img {
  width: 230px;
  display: inline;
}

#lineup .lineup-main {
  background: #e6ecba url(../images/bg_lineup.png) left top repeat;
  background-size: 489px 476px;
  height: 1695px;
}

#lineup .lineup-main .inner {
  position: relative;
  height: 1695px;
}
#lineup .lineup-main div {
  position: absolute;
}
#lineup .lineup-main div a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
#lineup .lineup-main div a:hover:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  content: " ";
  width: 209px;
  height: 209px;
  background: url(../images/btn_lineup_hover.png) center center no-repeat;
  background-size: 209px 209px;
  margin-left: -104px;
}
#lineup .lineup-main p {
  position: absolute;
  bottom: 45px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0;
}
#lineup .lineup-main .kamasu  {
  top: 117px;
  left: 0;
  width: 292px;
}
#lineup .lineup-main .ika {
  top: 178px;
  left: 370px;
  width: 282px;
}
#lineup .lineup-main .aji {
  top: 120px;
  right: 0;
  width: 253px;
}
#lineup .lineup-main .saba {
  top: 495px;
  left: 0;
  width: 258px;
}
#lineup .lineup-main .tai {
  top: 585px;
  left: 367px;
  width: 246px;
}
#lineup .lineup-main .sabamirin {
  top: 464px;
  right: 0;
  width: 256px;
}
#lineup .lineup-main .ajimirin-s  {
  top: 812px;
  left: 0;
  width: 260px;
}
#lineup .lineup-main .kibinago {
  top: 938px;
  left: 326px;
  width: 342px;
}
#lineup .lineup-main .ajimirin {
  top: 835px;
  right: 0;
  width: 256px;
}
#lineup .lineup-main .kamasumirin {
  bottom: 130px;
  left: 103px;
  width: 316px;
}
#lineup .lineup-main .urume {
  bottom: 110px;
  right: 85px;
  width: 342px;
}
#lineup .lineup-main .kamasu a:hover:after {
  top: -40px;
  left: 140px;
}
#lineup .lineup-main .ika a:hover:after {
  top: 0px;
  left: 140px;
}
#lineup .lineup-main .aji a:hover:after {
  top: -40px;
  left: 110px;
}
#lineup .lineup-main .saba a:hover:after {
  top: -40px;
  left: 140px;
}
#lineup .lineup-main .tai a:hover:after {
  top: -40px;
  left: 130px;
}
#lineup .lineup-main .sabamirin a:hover:after {
  top: -20px;
  left: 110px;
}
#lineup .lineup-main .ajimirin-s a:hover:after {
  top: 30px;
  left: 129px;
}
#lineup .lineup-main .kibinago a:hover:after {
  top: 7px;
  left: 175px;
}
#lineup .lineup-main .ajimirin a:hover:after {
  top: 7px;
  left: 130px;
}
#lineup .lineup-main .kamasumirin a:hover:after {
  top: 0px;
  left: 160px;
}
#lineup .lineup-main .urume a:hover:after {
  top: -2px;
  left: 169px;
}
/****************************************
Recipt
***************************************/

#recipt .section-head {
  height: 280px;
  padding-top: 55px;
}

#recipt .section-head h2 {
  width: 288px;
}

#recipt .recipt-main {
  background-color: #c5d172;
  padding-top: 60px;
  padding-bottom: 40px;
}

#recipt .recipt-img {
  margin-bottom: 45px;
  font-size: 0;
  line-height: 0;
}

#recipt dl {
  margin-bottom: 25px;
}

#recipt dl dt {
  font-size: 0;
  line-height: 0;
  margin-bottom: 15px;
}

#recipt dl dt img {
  width: auto;
  height: 31px;
}

#recipt dl dd {
  line-height: 1.75;
  margin-bottom: 35px;
}

#recipt li {
  margin-bottom: 25px;
  background: url(../images/icon_recipt.png) left center no-repeat;
  background-size: 54px 31px;
  padding-left: 70px;
  height: 31px;
  line-height: 31px;
}

/****************************************
Company
***************************************/

#company .section-head {
  height: 345px;
  padding-top: 85px;
}

#company .section-head h2 {
  width: 287px;
}

#company .company-main {
  padding-bottom: 130px;
}

#company .company-main h3 {
  font-size: 0;
  line-height: 0;
  margin-bottom: 60px;
  text-align: center;
}

#company .company-left {
  float: left;
  width: 410px;
}

#company .company-right {
  float: right;
  width: 500px;
}

#company .company-right a {
  width: 500px;
  height: 60px;
  background-color: #5886ac;
  text-align: center;
  display: block;
  padding-top: 15px;
  box-sizing: border-box;
  margin-top: 35px;
}

#company .company-right a img {
  width: 176px;
  height: 41px;
}

#company .company-main h3 img {
  width: auto;
  height: 25px;
}

#company dl {
  text-align: center;
  font-size: 15px;
}

#company dt {
  font-weight: bold;
  margin-bottom: 10px;
}

#company dd {
  margin-bottom: 35px;
  line-height: 2;
}

#company .access-types {
  padding-left: 48px;
}

#company .access-types img {
  width: auto;
  height: 30px;
}

#company .access-types .access-type {
  height: 30px;
  line-height: 30px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 30px;
}

#company p {
  padding: 30px 0;
  padding-left: 120px;
  line-height: 2;
}

/****************************************
Contact
***************************************/

#contact {
  letter-spacing: 0;
  padding-bottom: 80px;
}

#contact .section-head {
  height: 216px;
  background-color: #d1bad6;
  margin-bottom: 65px;
}

#contact .section-head .inner {
  padding-top: 25px;
  background: url(../images/img_contact01.png) 817px 29px no-repeat;
  background-size: 163px 184px;
  height: 216px;
}

#contact .section-head h2 {
  width: 287px;
}

#contact .contact-text {
  margin-bottom: 65px;
  text-align: center;
}

#contact .contact-text img {
  display: inline-block;
  width: 483px;
  height: 39px;
  font-size: 0;
  line-height: 0;
}

#contact .contact-left {
  width: 496px;
  float: left;
}

#contact .contact-left td {
  vertical-align: middle;
  padding-bottom: 24px;
}

#contact .contact-left th {
  font-size: 14px;
  font-weight: normal;
  text-align: right;
  padding-right: 20px;
  width: 120px;
  vertical-align: middle;
  padding-bottom: 24px;
}

#contact .contact-left th span {
  color: #f38f1e;
  font-size: 12px;
}

#contact .contact-left td span {
  font-size: 12px;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact input[type="text"] {
  width: 360px;
  height: 55px;
  line-height: 55px;
  border: solid 1px #e2e2e2;
  padding: 0 5px;
  font-size: 16px;
}

#contact input#zip {
  width: 150px;
}

#contact td a {
  width: 74px;
  height: 26px;
  display: inline-block;
}

#contact input#addr {
  height: 93px;
}

#contact .contact-right {
  width: 482px;
  float: right;
  text-align: left;
}

#contact .contact-right th {
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

#contact .contact-right td {
  padding-top: 15px;
}

#contact .contact-right textarea {
  border: solid 1px #e2e2e2;
  width: 100%;
  height: 180px;
  font-size: 16px;
  padding: 5px;
  box-sizing: border-box;
}

#contact .contact-right td {
  font-size: 10px;
  line-height: 1.7;
}

#contact .contact-right td p {
  font-size: 12px;
  line-height: 1.5;
  text-align: right;
  color: #5886ac;
  display: inline-block;
  vertical-align: middle;
}
input[type="checkbox"]{
    position: relative;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/bg_form_cb_off.png);
    background-size: 48px 48px;
  vertical-align: middle;
  margin: 0 15px;
}
input[type="checkbox"]:checked:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    width: 48px;
    height: 48px;
    background: url(../images/bg_form_cb_on.png);
    background-size: 48px 48px;
}
input[type="image"]{
  vertical-align: middle;
}

.float_bnr {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 95px;
}
