@charset "utf-8";

* {
  box-sizing: border-box;
  letter-spacing: 0.05rem;
}
html,body {
  font-size: 13px;
}

a {
  color: #666;
}
em, i {
  font-style: normal;
}
img {
  max-width: 100%;
  max-height: 100%;
}

.mb15 { margin-bottom: 15px; }
.mb30 { margin-bottom: 30px; }
.mb45 { margin-bottom: 45px; }
.mb60 { margin-bottom: 60px; }

.mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}


.pagetitle a {
  font-style: normal;
  color: #000;
}

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.blocktitle {
  text-align: center;
  margin-bottom: 45px;
}
.blocktitle span {
  display: block;
  margin: auto;
  width: 60%;
  border-bottom: 1px solid #ccc;
  color: #000;
  font-size: 1rem;
  font-weight: 800;
}

#top-slide-max img {
  width: 100%;
}

.toggle {
  display: block;
}
@media only screen and (min-width:768px) {
  .toggle {

  }
  #template-en .toggle,
  #template-en #header .toggle a img {
    height: 25px;
  }
  #nav {
    display: none;
    margin-top: 30px;
    position: fixed;
  }
}

@media only screen and (max-height:600px) {
  #nav ul.nav-menu {
    height: 400px;
    overflow-y: scroll;
  }
}

/**********
* header
***********/
#header {
  border-bottom: 1px solid #ccc;
}
#header .header-inner {
  width: 90%;
  max-width: 90%;
  padding: 20px 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#header h1.logo {
  margin-right: auto;
}
#header .divide {
  display: block;
  width: 1px;
  height: 50px;
  background: #707070;
  margin-left: 30px;
  margin-right: 35px;
}
#header .link-mail {
  margin-right: 20px;
}
#header .link-tel {
  margin-right: 20px;
}
#header .link-mail a,
#header .link-tel a {
  display: block;
  height: 25px;
}
#header .link-shop a {
  display: block;
  height: 50px;
  transition: 0.5s;
}
#header .link-mail a:hover ,
#header .link-tel a:hover,
#header .link-shop a:hover {
  opacity: 0.6;
}
#header .business-time {
  height: 25px;
/*  font-size: 0.8rem;
  color: #fff;
  background: #7c7c7c;
  padding: 0.1rem 0.5rem;*/
}
#header .business-time img {
  display: block;
}
#header .search-toggle {
  width: 30px;
  margin-right: 20px;
}
#header .search-area {
  margin-right: 15px;
  display: none;
}
#header .search-area form {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
#header .search-area form input {
  border: 1px solid #ccc;
  font-size: 1rem;
  color: #000;
}
#header .search-area form button {
  font-size: 1rem;
  width: auto;
  height: auto;
  background: #fafafa;
  border: 1px solid #ccc;
  margin-left: 0.5rem;
  white-space: nowrap;
}
#header .toggle a {
  display: block;
}
#header .toggle a img {
  display: block;
  height: 35px;
}
#header .header-inner-sp {
  display: none;
}

#header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  height: 91px;
}
body {
  padding-top: 91px;
}
#nav {
  top: 91px;
  background-color: #fff;
  width: 100%;
  margin-top: 0;
  padding-top: 15px;
  border-bottom: 1px solid #dedede;
}
@media only screen and (max-width: 767px) {
  #header {
    height: 153px;
  }
  body {
    padding-top: 153px;
  }
  #nav {
    top: 153px;
    border-bottom: 0;
  }
}

@media only screen and (max-width:767px) {
  #header .header-inner {
    height: 91px;
  }
  #header .header-inner-sp {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: nowrap;
    background: #DBC97E;
    padding: 0.75rem 0;
  }
  #header .header-inner-sp .tel,
  #header .header-inner-sp .mail {
    padding: 0.25rem 1.5rem;
  }
  #header .header-inner-sp .mail {
    width: 45%;
    border-right: 1px solid #888;
  }
  #header .header-inner-sp .tel {
    width: 55%;
  }
  #header .header-inner-sp .link-shop {
    display: block;
    padding: 0.25rem 1.5rem;
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  #header .header-inner-sp .link-shop a {
    height: auto;
  }
  #header .header-inner-sp a,
  #header .header-inner-sp a img {
    display: block;
  }
  #header .link-mail,
  #header .link-tel,
  #header .link-shop,
  #header .divide,
  #header .business-time {
    display: none;
  }
  #header .toggle {
    float: none;
    position: static;
    top: 0;
    right: 0;
    width: 32px;
  }
  #header .toggle a img {
    padding-top: 3px;
  }
  #nav {
    /*position: static;*/
    position: fixed;
  }
  #header .search-area {
    position: absolute;
    width: 100%;
    top: 91px;
    left: 0;
    margin: 0;
    z-index: 10000;
    background: #fff;
    padding: 1rem;
  }
  #header .search-area input {
    width: 100%;
  }



}




/**********
* footer
***********/
#footer {
  padding-top: 20px;
  padding-bottom: 70px;
}
#footer,
#footer a,
#copyright {
  background: #f5f5f5;
  color: #555;
  font-size: 0.9rem;
}
#copyright,
#copyright a {
  color: #808080;
}
#footer .footer-inner {
  text-align: center;
}
#footer .footer-logo {
  border: none;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20px;
}
#footer address {
  margin-bottom: 0;
}
#footer ul.nav-menu {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#footer .nav-menu li {
  margin-bottom: 1rem;
}
#footer .nav-menu li a {
  border-left: 1px solid #888;
  padding: 0rem 1.5rem;
  line-height: 1;
}
#footer #footer-nav {
  margin: 2rem auto;
}
#footer .nav-menu li:last-child a {
  border-right: 1px solid #888;
}

@media only screen and (max-width: 767px) {
  #footer {
    font-size: 1rem;
    line-height: 2;
	 padding-top:0px;
  }
  #footer .footer-logo {
    padding-top: 2rem;
    font-size: 1.4rem;
  }
  #footer em {
    display: block;
  }
  #footer i {
    display: none;
  }
  #footer ul.nav-menu {
    width: 100%;
  }
  #footer-nav .nav-menu li {
    display: block;
    border-left: none;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
  }
  #footer-nav .nav-menu li a {
    font-size: 1rem;
    padding: 1rem;
    margin-bottom: 0;
    border-left: none;
    line-height: 1.5;
  }
  #footer .nav-menu li:last-child a {
    border-right: none;
  }
  #footer-nav .nav-menu li:first-child a {
    border-left: none;
  }
  #footer-nav .nav-menu li:last-child a {
    border-right: none;
  }
}

@media only screen and (max-width: 479px) {
  .footer-inner {
    width: 100%;
  }
}





/**********
* top slide
***********/
#top-slide-max-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  #top-slide-max {
    margin-top: 1.9vw;
  }
/*  #top-slide-max-sp {
    display: block;
    width: 100%;
    margin: auto;
  }
  #top-slide-max-sp .item {
    height: 600px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }*/
}


@media only screen and (min-height: 568px) {
  #top-slide-max-sp .item {
    height: 420px;
  }
}
@media only screen and (min-height: 667px) {
  #top-slide-max-sp .item {
    height: 510px;
  }
}
@media only screen and (min-height: 736px) {
  #top-slide-max-sp .item {
    height: 580px;
  }
}

/**********
* top news
***********/
.news-list {

}
.news-list .item {
  height: auto;
  min-height: 280px;
}

.home .news-list .item {
  height: auto;
  min-height: 250px;
	margin-bottom: 20px;
}

.news-list .item .item-img {
  height: 180px;
}
.home .news-list .item .item-img {
  height: 120px;
}
.news-list .item .item-img a {
  display: block;
}
.single-blog .cat,
.news-list .item .cat {
  font-size: 0.9rem;
  font-weight: 800;
  color: #000;
  border-left: 5px solid #000;
  padding-left: 10px;
  line-height: 1.5;
  margin-bottom: 0.25rem;
}
.single-blog .cat {
  cursor: pointer;
}
.news-list .item .cat.news,
.single-blog .cat.news { border-color: #ecf239; }
.news-list .item .cat.novelty,
.single-blog .cat.novelty { border-color: #6db4ea; }
.news-list .item .cat.event,
.single-blog .cat.event { border-color: #fc69ad; }
.news-list .item .cat.media,
.single-blog .cat.media { border-color: #63fac1; }


.news-list .item .date,
.news-list .item .title {
  font-size: 1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.news-list .item .date {
  display: block;
  margin-bottom: 1rem;
 font-size: 11px;
 font-weight: bold;
 color: #666;
}

.news-list .item .title {
  margin: 0;
  padding: 0;
  border: none;
}

@media only screen and (max-width: 479px) and (min-width: 375px) {
  .home .news-list .item .item-img {
    height: 224px;
  }
  .news-list .item .item-img {
    height: 224px;
  }
}

/**********
* side block
***********/
.side-block {
  margin-bottom: 20px;
}
.side-block .sidetitle {
  border: none;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.side-block .block-archive-form {

}
.side-block .block-archive-form select {
  display: block;
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  font-size: 1rem;
  padding: 1rem 1rem;
  margin-bottom: 15px !important;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #888;
	font-size:11px;
}
.side-block .block-archive-form button {
  -webkit-appearance: none;
  border: none;
  border-radius: 0.2rem;
  background: #7f7f7f;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.side-block .tags {

}
.side-block .tags > a {
  display: inline-block;
  font-size: 1rem;
  background: #f0f3f6;
  border: 1px solid #cdd7df;
  border-radius: 0rem;
  padding: 0.25rem 1rem;
  margin-bottom: 0.5rem;
}
.side-block .tags > a:hover {
  background: #e3f1ff;
}


/**********
* single blog
***********/
.single-blog .blog-title {
  border: none;
  font-size: 1.2rem;
}
.single-blog .eyecatch {
  margin-bottom: 30px;
}
.single-blog .single-contents {
  font-size: 1rem;
}
.single-blog .single-contents p {
  font-size: 1rem;
}
.single-blog .flex {
  display: flex;
  flex-wrap: nowrap;
}
.single-blog .date {
  display: block;
  padding-left: 1rem;
  line-height: 1.5;
}
.single-blog .blog-foot {
  font-size: 1rem;
}



/**********
* english
***********/
#template-en .widget-title {
  border: 0;
  font-family:'century','Times New Roman','Baskerville','Optima','Palatino','Georgia',"游明朝体", "YuMincho", "游明朝", "Yu Mincho",'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝','MS PMincho',serif;
}

@media only screen and (max-width: 767px) {
  #template-en #header .toggle {
    width: auto;
  }
}





#pagetop {
  width: 45px;
  height: 45px;
  background-image: url(../img/scroll-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (max-width: 767px) {
  #topcontrol {
    right: 15px !important;
    bottom: 10px !important;
  }
}


/**********
* pc-sp
***********/


.pc-only {
    display: block!important;
}
.sp-only {
    display: none!important;
}

@media only screen and (max-width: 767px){
.sp-only {
    display: block!important;
}
.pc-only {
    display: none!important;
}
	
	
}