@charset "utf-8";

/*
Theme Name: アドダス
Author: アドダス
Author URI: https://addas.jp
Description: Bootstrap5@Webpack
*/

body,a,p {
  color: #666;
  font-family: 'Zen Old Mincho', serif;
}

body {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

a:hover {
  color: #967800;
}

.text-primary {
  color: #967800!important;
}

.bg-primary {
  background-color: #967800!important;
}

.bg-light {
  background-color: #eee!important;
}

.bg-dark {
  background-color: #666!important;
}

.header_logo {
  width: 100px;
}
@media (min-width: 576px){
  .header_logo {
    width: 150px;
  }
}
@media (min-width: 992px){
  .header_logo {
    width: 200px;
  }
}
@media (min-width: 1200px){
  .header_logo {
    width: 250px;
  }
}

.nav-menu {
  font-size: 14px;
}
@media (min-width: 992px){
  .nav-menu .nav-item {
    margin-right: 0px;
  }
  .nav-menu .nav-item:last-child {
    margin-right: 0px;
  }
}

@media (min-width: 1200px){
  .nav-menu .nav-item {
    margin-right: 25px;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255,0.8);
  z-index: 99;
}

.header .nav-menu a.nav-link {
  color: #666;
}

.header .nav-menu a.nav-link:hover {
  color: #967800;
  transition: 0.5s ease-in-out;
}

.header .nav-menu a::after {
  border-bottom: solid 2px #967800;
  bottom: -5px;
  position: relative;
  content: "";
  display: block;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  width: 0;
}

.header .nav-menu a:hover::after {
  width: 100%;
}


.navbar-light .navbar-toggler {
    border: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(img/SVG/hamburguer.svg);
}

.navbar-light .navbar-toggler:focus {
    color: transparent;
    background-color: #eee;
}


@media (max-width: 992px) {
  .header .nav-menu {
    background-color: #eee;
  }

  .header .nav-menu .nav-item {
    padding: 10px 15px;
    border-bottom: 1px dotted #967800;
  }
  .header .nav-menu .nav-item:last-child {
    border-bottom: 0;
  }
  .header .nav-menu .nav-item:hover {
    background-color: #967800;
  }

  .header .nav-menu .nav-item:hover a.nav-link {
    color: #fff;
  }
}

.main-img {
  background-image: url(img/top-img01s.jpg);
  background-size: cover;
  background-position: center center;
  height: 90vh;
  margin-top: 62px;
}
@media (min-width: 576px) {
  .main-img {
    margin-top: 72px;
  }
}
@media (min-width: 768px) {
  .main-img {
    background-image: url(img/top-img01.jpg);
  }  
}
@media (min-width: 992px) {
  .main-img {
    margin-top: 95px;
  }  
}
@media (min-width: 1200px) {
  .main-img {
    height: 70vh;
    background-position: top center;
    margin-top: 110px;
  }
}

.l-page-title {
  margin-top: 72px;
}
@media (min-width: 992px) {
  .l-page-title {
    margin-top: 95px;
  }  
}
@media (min-width: 1200px) {
  .l-page-title {
    margin-top: 110px;
  }
}

h2.h2-title {
  font-size: 28px;
  line-height: 2.6rem;
}
@media (min-width: 992px) {
  h2.h2-title {
    font-size: 48px;
  } 
}

h2.h2-title2 {
  font-size: 34px;
  line-height: 2.6rem;
}
@media (min-width: 992px) {
  h2.h2-title2 {
    font-size: 48px;
  } 
}

.outer:before {
    padding-top: 158%;
}

@media (min-width: 400px) {
  .outer:before {
      padding-top: 100%;
  }
}

.br4-kin {
  border: 2px solid #967800;
}

.tomodachitouroku {
  width: 170px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .tomodachitouroku {
    width: 250px;
  }
}

.bg-line {
  background-color: #00A65A;
}

.linetouroku {
  width: 240px;
}
@media (min-width: 768px) {
  .linetouroku {
    width: 290px;
  }
}

.bb-1 {
  border-bottom: 1px solid #aaa;
}

.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #967800;
    border: solid 0px #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

.telbtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
}

/*ボタン処理*/
.btn04 {
  position: relative;
  display:inline-block;
  padding: 10px 30px;
  color:#967800;
  border:2px solid #967800;
  text-decoration: none;
  outline: none;
  overflow: hidden;
}

.btn04:hover {
  color:#ccc;
  border-color: transparent;
  transition-delay: .6s;
}

.btn04 span{
    display: block;
    z-index: 2;
}

.borderleft span::before,
.borderleft span::after {
    content: '';
    position: absolute;
    width:0;
    height:2px;
    background: #967800;
    transition: all .3s;
}

.borderleft span::before {
    left:0;
    top:0;
}

.borderleft span::after {
    left:0;
    bottom:0;
}

/*hoverをすると線が伸びる*/
.borderleft:hover span::before,
.borderleft:hover span::after {
    width: 100%;
}

/*背景の設定*/
.borderleft::before{
  content: '';
  position: absolute;
  left: 0;
  bottom:0;
  z-index: -1;
  height: 100%;
  width: 0;
  background:#967800;
  transition: all .3s;
}

/*hoverをすると背景が伸びる*/
.borderleft:hover::before{
  width: 100%;
  transition-delay: .4s;
}

.btn04:hover {
  color:#fff;
}

.btn05 {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: 2px solid #967800;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #967800;
    border-right: 3px solid #967800;
    transform: translateY(20%) rotate(-45deg);
}

.btn05:hover .pagetop__arrow {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  border-color: transparent;
  transition-delay: .6s;
}

.btn05 span {
    display: block;
    z-index: 2;
}

.single .l-page-title  {
  background-image:  url(img/newstitle.jpg);
  background-size: cover;
  background-position: center center;
}

.l-page-title h1 span {
  color: #967800;
}

ul.fa-ul, ol.fa-ul {
    margin-left: 0px;
}

.rouded10 {
  border-radius: 10px;
}

.bb-1-kin {
  border-bottom: 1px solid #967800;
}

#contact .l-page-title  {
  background-image:  url(img/contacttitle.jpg);
  background-size: cover;
  background-position: center center;
}

#about .l-page-title  {
  background-image:  url(img/aboutimage.jpg);
  background-size: cover;
  background-position: center center;
}

#access .l-page-title  {
  background-image:  url(img/access-img.jpg);
  background-size: cover;
  background-position: center center;
}

#privacy-policy .l-page-title  {
  background-image:  url(img/privacy-policy-img.jpg);
  background-size: cover;
  background-position: top center;
}
.mw_wp_form .mwform-tel-field input[type="text"], .mw_wp_form .mwform-zip-field input[type="text"] {
    width: calc((99% - 34px) / 3);
}

.form-control {
  border: 0;
}

.badge-danger {
  color: #967800;
}

.archive .l-page-title  {
  background-image:  url(img/newstitle.jpg);
  background-size: cover;
  background-position: center center;
}

#reservation .l-page-title  {
  background-image:  url(img/reservationtitle.jpg);
  background-size: cover;
  background-position: center center;
}

.lh-14 {
  line-height: 1.4;
}

.max-width1700 {
  padding-left: 5%;
  padding-right: 5%;
  margin: 0 auto;
}

.bg-light-yellow {
  background-color: #fff6d7;
}

.bb-1-gray {
   border-bottom: 1px solid #ccc;
}

.ribbon1 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 30px;
  font-size: 18px;
  background: #967800;
  color: #FFF;
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 30px 0px 30px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 30px 15px 30px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.b-1-primary-2 {
  border: 2px solid #967800;
}

@media (max-width: 768px) {
  .bg-light-md {
    background-color: #eee;
    padding: 5px 0;
  }
}

.side-box .fa-li {
    left: -0.8em;
}

.side-box .fa-ul li a {
  padding-left: 16px;
}

.side-box .fa-ul .cat-item .children li {
  list-style: none;
}

.side-box .fa-ul .cat-item .children li a {
  padding-left: 0;
}

.side-box .fa-ul .cat-item .children {
  padding-left: 16px;
}

.bb-1-ccc {
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.bg-pink {
	background-color: #ffeeee;
}