@charset "utf-8";
/*
Theme Name:     naraharablog_twentyten - Twenty Ten Child
Template:       twentyten
Version:        1.1.0
*/

@import url('../twentyten/style.css');

/* フッターのpowered by wordpressを非表示 */
#site-generator {
  display: none;
}
#contactFoot{ display: none; }

#branding {
  display: flex;
  flex-wrap: wrap;
}
#branding > img {
  border-top: 4px solid #388E3C;
  border-bottom: 1px solid #388E3C;
  width: 100%;
  height: auto;
}
#site-title {
  float: none;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  width: auto;
  max-width: 100%;
  height: 60px;
}
#header {
  padding-top: 10px;
}
#header a:hover {
  text-decoration: none;
}
#site-title a {
  color: #388E3C;
}
#header address,
#header address * {
  box-sizing: border-box;
}
#header address {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
  margin-left: auto;
  font-style: normal;
  width: 40%;
}
#header #branding address img {
  border-top: none;
  border-bottom: none;
  display: block;
  float: left;
}
#header address a {
  text-decoration: none;
}
#header address p {
  margin-bottom: 0;
}

#header .tel, #header .mail, #header .form {
  font-size: 11px;
  text-shadow: none;
}
#header address .tel {
  border-radius: 5px;
  width: 100%;
  background: rgba(255, 255, 255, 0.4);
}
#header address .tel img {
  width: 100%;
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
#header .mail, #header .form {
  align-self: stretch;
  margin-left: 10px;
}
#header .mail a, #header .form a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 5px 0;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 10px;
  min-width: 88px;
  height: 100%;
  line-height: 1;
  color: #ffffff;
  background: #0097A7;
}
#header .mail a:hover, #header .form a:hover {
  background: #FF9800;
}
#header address .line {
  margin-left: 5px;
  text-shadow: none;
  align-self: stretch;
}
#header address .line a, #side .contact .line a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em;
  padding-left: calc(50px + .5em);
  min-width: 180px;
  height: 100%;
  border-style: solid;
  border-width: 0.4vw;
  border-radius: 10px;
  color: #fff;
  background: #01b924;
  transition: background-color .3s, color .3s;
  font-weight: bold;
  font-size: 20px;
  overflow: visible;
}
#header address .line a:before, #side .contact .line a:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 99;
  top: 50%;
  left: 10px;
  width: 45px;
  height: 68px;
  background-image: url(https://www.narahara-jyuusetu.jp/wp/wp-content/themes/narahara_2025/img/common/line.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
#header address .line a:hover, #side .contact .line a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#access {
  background: #388E3C;
  display: block;
  float: left;
  margin: 0 auto;
  width: 940px;
  max-width: 100%;
}
#access a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 1023px) {
  #site-title {
  }
  #header {
    padding: 0;
    padding-top: 10px;
  }
  #header .wrap {
    padding: 0;
  }
  #header address {
    margin-bottom: 10px;
    width: 100%;
  }
  #header address .tel {
    margin-bottom: 10px;
    width: 40%;
  }
  #header .tel p {
    margin: 0 auto;
    padding: 0.3em 0;
    width: 12em;
    text-align: center;
    font-size: 12px;
  }
  #header .tel p+p {
    margin-top: 5px;
    padding: 0;
    width: 150px;
    line-height: 18px;
    background: none;
    font-size: 18px;
  }
  #header .mail, #header .form {}
  #header .mail span, #header .form span {
    display: none;
  }
  #header .mail a, #header .form a {
    min-width: 60px;
    width: 60px
  }
  #header address .line a {
    font-size: 16px;
    min-width: 130px;
  }
  #header address .line a:before {
    width: 30px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  #header #site-title {
    margin: 0;
    font-size: 20px;
    height: auto;
  }
  #header #nav-open {
  }
  #header address {
    justify-content: center;
    margin: 0 0 10px;
    width: 100%;
  }
  #header address .tel {
    margin-top: 0;
    width: 40%;
  }
  #header address .line a {
    padding: .5em;
  }
  #header address .line a span.sdn {
    display: none;
  }
  #header address .line a:before {
    display: none;
  }
  #header address .line a,
  #side .contact .line a {
    min-width: 70px;
    font-size: 14px;
  }
  #access a {
    font-size: 12px;
  }
}
@media screen and (max-width: 425px) {
  #header address .tel {
    flex: 1;
  }
}

/* サイドボタン
================================================*/
.btnSide {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 999;
  background-color: #ffb90a;
  border-radius: 4px 0 0 4px;
  border: 1px solid #d0c35e;
  border-right: none;
}
/*.home .btnSide img {
  width: auto;
}*/
.btnSidePart {
  padding: 12px;
}
.btnSidePart a {
  display: block;
  text-align: center;
}
.btnSidePart:first-of-type {
  border-bottom: 1px solid #d0c35e;
}
.btnSidePart:first-of-type img {
  width: 15px;
}
.btnSidePart:last-child {
  background: #ffe6a8;
  border-radius: 0 0 0 4px;
}
.btnSidePart:last-child img {
  width:28px;
}
@media print, screen and (min-width: 751px) {
  .btnSidePart a {
    transition: opacity 0.3s;
  }
  .btnSidePart a:hover {
    opacity: 0.7;
  }
}

/*---------------------------------------------------*/
.pc {}
.tb { display: none; }
.sp { display: none;}
#contactFoot{ display: none; }

/* Media Queries - Tablet 1024～768px
================================================*/
@media screen and (max-width: 1024px) {
.pc { display: none;}
.tb { display:inline; }
.sp { display: none;}


/* 下部固定お問い合わせ
================================================*/
#contactFoot{
  display: block;
  margin: 20px 0 0;
/*  padding: 60px 0 20px;
*/  color: #fff;
  overflow: hidden;
  position: relative;
}
.fixContact {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 15px 0;
  background: rgba(0,0,0,0.7);
  width: 100%;
  z-index: 999;
}
.fixContact img {
  width: 100%;
  height: auto;
}
.fixContact div {
 max-width: 355px;
 margin:auto;
 padding: 0 10px;
}
/* clearfix */
.fixContact div::after {
    content: '';
    display: block;
    clear: both;
  }
  /* clearfixここまで */

.fixContact.fixed {
  position:fixed;
  bottom:0;
}
.fixContact a{
  color: #fff;
  font-size: 12px;
  text-align: center;
}
/*.fixContact a img{
  margin-bottom: 5px;
}*/
.fixContact a:first-child {
  float: left;
  width: 58.5%;
}
.fixContact a:nth-child(2) {
  float: right;
  width: 39%;
}
.fixContact p {
  clear:both;
  text-align:center;
  font-size: 11px;
  padding-top: 10px;
}
}
/* Media Queries - phones
================================================================================================
==============================================================================================*/
@media screen and (max-width: 767px) {
.tb { display: inline; }
.sp { display: inline; }
#pageTop { display: none;}

/* side_更新情報
----------------------------------------------- */
#aside #update {
  margin-top: 0;
  padding-right: 10px;
}
#aside #update dt {
  float: none;
  padding: 0;
}
#aside #update dd {
  padding: 0;
}
#aside #update dd + dt{
  margin-top:.5em;
}
/* footer
================================================*/
#siteFooter {
}
#siteFooter p {
}
#siteFooter #banLink {
  margin-bottom: 10px;
}
#siteFooter #banLink li {
  width: calc(100%/3 - 2%);
}
#siteFooter .copy {
  text-align: left;
}

}


/* レスポンシブ */
@media (max-width:  1024px) {
/* ================================================================================================*/
#container, #content, #primary, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
  float: none;
  margin: 0;
  width: auto;
}
#access {
  width: 100%;
}
#branding img {
  max-width: 100%;
  height: auto;
  display:block;
}

}
@media screen and (max-width: 896px) {
/* ================================================================================================*/
#container, #content, #primary, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
  float: none;
  margin: 0;
  width: auto;
}
#access {
  width: 100%;
}
#branding img {
  max-width: 100%;
  height: auto;
  display:block;
}
#site-info {
  padding-bottom: 80px;
}

}
@media screen and (max-width: 480px) {
/* ================================================================================================*/
#container, #content, #primary, #access .menu-header, div.menu, #colophon, #branding, #main, #wrapper {
  float: none;
  margin: 0;
  width: auto;
}
#access {
  width: 100%;
}
#branding img {
  max-width: 100%;
  height: auto;
  display:block;
}

}