@charset "UTF-8";

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

* {
  outline: none;
}


/* ============================================ 
    icons
 ============================================ */
@font-face {
  font-family: 'icon';
  src: url("fonts/icon.eot");
  src: url("fonts/icon.eot?#iefix") format("embedded-opentype"), url("fonts/icon.ttf") format("truetype"), url("fonts/icon.woff") format("woff"), url("fonts/icon.svg#icon") format("svg");
  font-weight: normal;
  font-style: normal; }
.icon:before {
  font-family: "icon";
  font-size: 2.0rem;
  font-weight: normal;
  padding: 0 24px 0 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0.8;
  vertical-align: middle; }
.icon.home:before {
  content: "\e901";
}
.icon.arrow-up:before {
  content: "\e902";
}
.icon.q:before {
  content: "\e903";
}
.icon.repair:before {
  content: "\e904";
}
.icon.color:before {
  content: "\e900";
}
.icon.magic:before {
  content: "\e905";
}

/* --------------------------------
 * base
 * -------------------------------- */
html {
  font-size: 62.5%;
}
body {
  background: #114500;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-family: "Hiragino Kaku Gothic ProN",  Meiryo,  sans-serif;
  font-feature-settings: "palt" 1;
  line-height: 1.7;
  letter-spacing: 0.02em;
}
*, *::before, *::after {
  box-sizing: border-box;
}

a {
  color: #209be2;
}

/* --------------------------------
 * parts
 * -------------------------------- */

.heading {
  position: relative;
  display: inline-block;
  margin: 20px 0 16px;
  letter-spacing: 1px;
  font-size: 27px;
  line-height: 1.2;
}
.heading::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /*border-bottom: 1px solid #999;*/
}
.button {
  display: block;
  max-width: 300px;
  padding: 16px 10px;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  margin: 12px auto 24px;
  background: #209be2;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px -1px;
}
.button2 {
  display: block;
  max-width: 300px;
  padding: 16px 10px;
  border-radius: 4px;
  color: #209be2;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: bold;
  margin: 20px auto 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 1px 4px -1px;
}

.button3 {
  display: block;
  max-width: 320px;
  padding: 16px 20px;
  border-radius: 4px;
  background: #104500;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 18px;
  margin: 20px auto 0;
}

.button:hover ,
.button2:hover {
  opacity: 0.9;
}
.title-s {
  margin: 0 0 4px;
  font-size: 18px;
}

.text-link {
  /*color: #209be2;*/
  /*color: #e6373d;*/
  color: #fee94e;
  text-decoration: none;
  font-weight: bold;
}

.text-link:hover {
  text-decoration: underline;
}


/* --------------------------------
 * header
 * -------------------------------- */
.header {
  padding: 40px 0 0;
}
.company-sub {
  margin: 0 0 30px;
  letter-spacing: 1px;
  font-size: 20px;
}
.company-sub::before,
.company-sub::after {
  content: '';
  display: inline-block;
  width: 140px;
  height: 1px;
  margin: 0 30px;
  background: #fff;
  vertical-align: middle;
}
.company-name {
  margin: 30px 80px 0;
}
.company-name img{
  width: 100%;
  max-width: 200px;
}
.company-text {
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
}

.header2 {
  background: url(../images/bg.png) center center / cover no-repeat;
  padding: 28px 20px 16px;
  text-align: center;
}
.header2 .company-name{
  margin: 0;
}
.header2 .company-name img{
  width: 136px;
}

/* --------------------------------
 * breadcrumbs
 * -------------------------------- */
.breadcrumbs {
  padding-left:0;
  margin-left:0;
  color: #666;
}

.breadcrumbs ul{
  text-align: left;
  padding: 0 20px;
}

.breadcrumbs li{
  display:inline;
  list-style: none;
  font-weight: bold;
}

.breadcrumbs li:after{
  content: '>';
  padding: 0 4px 0 12px;
  color: #999;
}

.breadcrumbs li:last-child:after{
  content: '';
}

.breadcrumbs li a {
    text-decoration: none;
    color: #52b5ee;
}

.breadcrumbs li a:hover {
    text-decoration: underline;
}

/* --------------------------------
 * price-table
 * -------------------------------- */
.price-table-wrapper {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 660px;
}
.price-table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #fff;
  font-size: 13px;
  border-bottom: 4px solid #398819;
}

.price-table thead {
  border-bottom: 4px solid #398819;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.1;
}

.price-table thead th {
  border-bottom: 2px solid #398819;
  font-weight: normal;
  padding: 8px 14px;
  
}

.price-table thead .title-price {
  width: 80px;
  text-align: right;
}

.price-table tbody {
  background: #fff;
  color: #114500;
  border-top: 4px solid #398819;
}

.price-table tr {
  border-bottom: 1px dotted #92b584;
}

.price-table th,
.price-table td {
  padding: 12px 14px;
  text-align: left;
  vertical-align: middle;
}

.price-table .name {
  font-weight: normal;
}

.price-table .txt {
  font-size: 11px;
  text-align: center;
}

.price-table .price {
  text-align: right;
}

.voice .price-table,
.ranking .price-table {
  color: #21500f;
}

.price-table.-v2 {
  border-bottom: 4px solid #fee94e;
}
.price-table.-v2 tbody {
  border-top: 4px solid #fee94e;
}

/* --------------------------------
 * basic
 * -------------------------------- */
.basic {
  padding: 40px 20px;
  background: #fff;
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  max-width: 660px;
}
.basic h1{
  margin: 24px 0 8px;
}
.basic h2{
  color: #104500;
}
.basic p {
  font-size: 15px; 
  margin: 8px 0;
}

/* --------------------------------
 * voice
 * -------------------------------- */
.voice {
  padding: 20px 0 40px;
  background: #ffe923;
  color: #114500;
}
.voice h1{
  margin: 24px 0 8px;
}

.voice-text1 {
  font-size: 15px; 
  margin: 8px 0 20px;
  padding: 0 20px;
  font-weight: normal;
}

.voice-text2 {
  margin: 20px 0 0;
  font-size: 13px;
}

.voice-title{
  margin: 10px 0 0;
  color: #398819;
  line-height: 1.4;
}

/* --------------------------------
 * about
 * -------------------------------- */
.about {
  padding: 10px 20px 0;
  color: #fff;
}
.about h2 {
  color: #e6373d;
  margin: 0
}
.about-text {
  text-align: center;
  font-size: 15px;
  margin: 0;
  font-weight: bold;
  color: #fff;
}

.about-text2 {
  font-size: 18px;
  margin: 4px 0 4px;
}

.about-text3 {
  margin: 4px 0 10px;
  font-size: 13px;
}

/* --------------------------------
 * menu
 * -------------------------------- */
.menu {
  background: #114500;
  padding: 30px 0 40px;
}

.menu a {
  color: #3ea4ef;
}
.menu-wrapper {
  width: 100%;
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 640px;
  margin: 20px auto 0;
}

.menu-box {
  width: 50%;
  vertical-align: top;
  padding: 0 20px;
  margin: 0 0 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.menu-image-wrapper {
  border-radius: 50%;
  position: relative;
  width: 100%;
  padding-top: 93%;
  overflow: hidden;
  margin: 0 auto 12px;
  background: #fff;
  border: 4px solid #fee94e;
}

/*.menu-box:last-child .menu-image-wrapper {
  width: 50%;
  padding-top: 46%;
}*/

.menu-image {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.menu-title {
  margin: 0;
}

.menu-text {
  padding: 0;
  font-size: 13px;
  margin: 0;
  text-align: left;
}
.menu-text2 {
  color: #ffe923;
  padding: 0 0 4px;
  font-size: 13px;
  margin: 4px 0 0;
  text-align: left;
}
.menu-comment {
  padding: 0 20px;
  font-size: 13px;
  margin: 20px 0 0;
}

.swiper-container {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 40px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-top {
  width: 100%;
  height: 440px;
}

.gallery-thumb {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  margin-top: 10px;
  display:-webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.gallery-thumb-item {
  -webkit-box-flex: 0;
  width: 10%;
  margin: 2% 2.85% 0 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.gallery-thumb-item:nth-child(8n) {
  margin-right: 0;
}

.gallery-thumb-item img {
  width: 100%;
  opacity: 1;
}

.gallery-thumb-item.active img {
  width: 100%;
  opacity: 0.4;
}


.menu-story {
  margin: 20px auto 0;
  max-width: 660px;
}

.menu-story-in {
  padding: 0 20px 0;
}

.menu-story-in + .menu-story-in {
  margin-top: 40px
}

.menu-story-img {
  width: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 10px;
}

.menu-story-title {
  margin: 15px 0 10px;
  font-size: 20px;
  color: #ffe923;
  line-height: 1.5;
}

.menu-story-text {
  margin: 4px 0;
  font-size: 14px;
  text-align: left;
  text-align: justify;
}

.menu-story-text br {
  display: block;
  margin-bottom: 12px;
  content: "";
}


/* --------------------------------
 * service
 * -------------------------------- */
.service {
  padding: 40px 0;
  background: #fff;
  color: #333;
}
.service-wrapper {
  display: table;
  width: 80%;
  margin: 0 auto;
  table-layout: fixed;
}
.service-box {
  display: table-cell;
}

.service-text {
  margin: 0 20px;
  line-height: 1.6;
}



/* --------------------------------
 * access
 * -------------------------------- */
.access {
  color: #fff;
  margin: 0 auto;
  background: #114500;
  padding: 36px 0;
}

.access-link {
  color: #ffe923;
}

.access-text{
  margin-top: 4px;
  font-size: 16px;
}

/* --------------------------------
 * footer
 * -------------------------------- */
.footer {
  padding: 20px 0 8px;
  background: #104500;
}
.footer a {
  text-decoration: none;
  color: #fff;
}

.footer .footer-nav a{
  display: inline-block;
  padding: 0 16px;
}
/*icon*/
.footer .footer-nav .icon:before {
  font-size: 16px;
  padding: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  position: relative;
  top: -1px;
  right: 3px;
}

.footer .footer-link{
  padding: 8px 12px;
  font-size: 13px;
  letter-spacing: -.4em;
}
.footer .footer-link a {
  display: inline-block;
  letter-spacing: normal;
  padding: 4px 12px;
  margin: 4px 0;
  color: #fff;
  line-height: 1;
}
.footer .footer-link a + a {
  border-left: solid 1px #656565;
}
.footer .copyright {
  font-size: 12px;
  padding: 4px 0 0;
}


/* --------------------------------
 * gmap
 * -------------------------------- */
.gmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 20px 0;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 100%;
}

/* --------------------------------
 * instagram
 * -------------------------------- */
.instagram {
  background: #114500;
  padding: 20px 10px 40px;
}

.instagram div {
  margin: 0 auto;
  max-width: 540px;
}

.instagram div blockquote {
  min-width: 300px !important;
}

/* --------------------------------
 * share
 * -------------------------------- */
.share {
  background: #114500;
}
.share .sns {
  display:table;
  table-layout:fixed;
  width:280px;
  margin:0 auto;
  padding: 0;
  position: relative;
  left: -10px;
}
.share .sns li {
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}
.share .sns li + li {
  padding-left:8px;
}
.share .sns li a {
  display:block;
  background-image:url(../images/sns_icon.png);
  background-repeat:no-repeat;
  background-size:18px 118px;
  color:#fff;
  font-size:12px;
  padding:24px 0 2px 0;
  border-radius:4px;
  text-decoration: none;
}
.share .sns li.facebook a {
  background-color:#3b5998;
  background-position:center 6px;
  border-bottom:2px solid #2c4372;
}
.share .sns li.twitter a {
  background-color:#1da1f2;
  background-position:center -44px;
  border-bottom:2px solid #1679b5;
}
.share .sns li.line a {
  background-color:#00c300;
  background-position:center -95px;
  border-bottom:2px solid #009200;
}

.fb_iframe_widget iframe {
    width: 80px !important;
}


/* --------------------------------
 * news
 * -------------------------------- */
.news{
  overflow:hidden;
  margin: 0;
  text-align: left;
  border-top:1px dotted #b3b3b3;
}
.news dt{
  padding:20px 0 0;
  margin:0 0 8px 0;
  font-size:14px;
    text-align: justify;
}
.news dd{
  padding:0 0 20px;
  border-bottom:1px dotted #b3b3b3;
  color: #999;
  margin: 0;
  font-size: 11px;
}
.news img{
  margin-top: 10px;
}


/* --------------------------------
 * faq
 * -------------------------------- */
.faq{
  overflow:hidden;
  margin: 0;
  text-align: left;
  border-top:1px dotted #b3b3b3;
}
.faq dt{
  padding:20px 0 0;
  margin:0 0 8px 0;
  font-weight:bold;
  font-size:14px;
}
.faq dd{
  padding:0 0 20px;
  border-bottom:1px dotted #b3b3b3;
  color: #3e3e3e;
  margin: 0;
  font-size: 14px;
}

/* --------------------------------
 * closed
 * -------------------------------- */
.closed {
  color: #fff;
  margin: 0 auto;
  background: #114500;
  padding: 20px 0;
}

.closed-text{
  margin-top: 4px;
  font-size: 16px;
}

.closed-img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.closed-img img {
  width: 100%;
}

/* --------------------------------
 * ranking
 * -------------------------------- */
.ranking {
  padding: 20px 0 40px;
  background: #ffe923;
  color: #114500;
}
.ranking h1{
  margin: 24px 0 8px;
}

.ranking-text1 {
  font-size: 14px; 
  margin: 8px auto 20px;
  padding: 0 20px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
  max-width: 660px;
    text-align: justify;
}

.ranking-text2 {
  margin: 10px 0 0;
  font-size: 12px;
    
}

.ranking-title{
  margin: 10px 0 0;
  color: #398819;
  line-height: 1.4;
}


.icon-rank {
  display: inline-block;
  background: #999;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  padding: 4px 10px;
  font-weight: bold;
  margin-right: 6px;
  color: #fff;
}

.icon-rank.--r1 {
  background: #f6b343;
}
.icon-rank.--r2 {
  background: #bfb1c8;
}
.icon-rank.--r3 {
  background: #9d4431;
}


/* --------------------------------
 * info
 * -------------------------------- */

.info {
  width: 100%;
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 440px;
  margin: 20px auto 0;
  background: #fff;
  color: #333;
  padding: 40px;
  border-radius: 1px;
}

.info p{
  text-align: left;
  display: block;
  width: 100%;
  margin: 0;
  font-size: 14px;
}

.info .info-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.info .info-text {
  
}

.info .info-text.-b {
    margin: 20px 0;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #333;
    line-height: 1.6;
    padding-bottom: 10px;
}

.info .info-text.-s {
  font-size: 13px;
  text-align: center;
  margin-top: 25px;
}

.yakyu- img{
  width: 100%;
  height: auto;
  max-width: 540px;
  margin: 20px 0 20px;
}


@media (max-width: 767px) {
  .service-wrapper,
  .service-box {
    display: block;
  }
  .service-box {
    margin: 20px auto 30px;
  }
  .service-text {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .gallery-top {
    width: 100%;
    height: 560px;
  }
}


.m-top40 {
 margin-top: 40px;
}