@charset "UTF-8";
/**
 * サブスタイルシート
 * 呼出箇所：全てのページ
 */

 /* LINK */

a {
	color: #795548;
}

 /* index contents */

.secTop h2 {
	margin-top: 0px;
}

@media only screen and (max-width: 499px) {
  .secTop h2 {
    margin-top: 20px;
  }
}

.secTop .hlTopBrown {
	border-right: 1px solid #6D4C41;
}

.secTop .hlTopBrown span {
	color: #6D4C41;
}

header .container_contents {
    background: url('img/header_bg.png');
}

/**** 経歴リスト ****/

.career {
    display: flex;
    flex-wrap: wrap;
}

.career dt{
    width: 30%;
    display: flex;
}

.career dd {
    width: 70%;
    display: flex;
    margin-inline-start: 0px;
}
  
/***** 見出し装飾 *****/

.headline {
    margin: 0 0 40px;
    line-height: 120%;
    font-size: 30px;
    font-size: 1.875rem;
    position: relative;
    text-align: center;
    font-weight: normal;
  }
  
  .headline * {
    line-height: 120%;
  }
  
  .headline--left {
    text-align: left;
  }
  
  .headline--center {
    text-align: center;
  }
  
  .headline--right {
    text-align: right;
  }
  
  .headline__underline {
    padding-bottom: 25px;
  }
  
  .headline__underline:before {
    margin-left: -30px;
    content: '';
    width: 60px;
    height: 1px;
    background: #558b2f;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  
  .headline__underline--left {
    padding-bottom: 25px;
    text-align: left;
    font-weight: normal;
  }
  
  .headline__underline--left:before {
    margin-left: 0;
    content: '';
    width: 60px;
    height: 1px;
    background: #558b2f;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .headline__underline--right {
    padding-bottom: 25px;
    text-align: right;
    font-weight: normal;
  }
  
  .headline__underline--right:before {
    margin-left: 0;
    content: '';
    width: 60px;
    height: 1px;
    background: #558b2f;
    position: absolute;
    bottom: 0;
    left: inherit;
    right: 0;
  }
  
  .headline__border {
    padding: .4em .6em;
    line-height: 120%;
    border-radius: 3px;
    border: 1px solid #212121;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    text-align: center;
  }
  
  .headline__sideBorder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .headline__sideBorder--text {
    margin: 0 20px;
    display: block;
  }
  
  .headline__sideBorder--line {
    width: 40px;
    height: 1px;
    display: block;
    background-color: #212121;
  }
  
  .headline__fs--xs {
    font-size: 18px;
    font-size: 1.125rem;
  }
  
  .headline__fs--s {
    font-size: 24px;
    font-size: 1.5rem;
  }
  
  .headline__fs--m {
    font-size: 30px;
    font-size: 1.875rem;
  }
  
  .headline__fs--l {
    font-size: 36px;
    font-size: 2.25rem;
  }
  
  .headline__fs--xl {
    font-size: 42px;
    font-size: 2.625rem;
  }
  
  .headline__sub {
    margin-top: -.05em;
    display: block;
    width: 100%;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
 
  .blogWidget h3 {
    font-family: "Noto Sans JP","Noto Serif", serif;
}

.entryArea .entryListTitle h4 a {
  color: #795548;
  font-family: "Noto Sans JP","Noto Serif", serif;
}

.archiveTitle h3 {
  font-family: "Noto Sans JP","Noto Serif", serif;
}

  .pagetop a {
    background: #b68a2c;
}

  /* ギャラリーボックス */

  .gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }

.gallery .item {
    padding: 10px;
}

@media only screen and (max-width: 499px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}

  /* 注釈　（注記号は<sup>で上付き指定） */

p.notes {
    font-size: 90%;
    background: #f5f5f5;
    padding: 20px;
    margin: 0;
    padding-left: 1em;
    /* text-indent: -1em;  */
}
p.notes :before {
    /* content: "※" */
}
  
.shopinfo th {
  text-align: center;
}

  /* GoogleMap */
  @media only screen and (max-width: 499px) {
    .google-map {
      width: 100%;
      height: 0;
      overflow: hidden;
      padding-bottom: 70%;
      /* padding-bottom: 56.25%; */
      position: relative;
    }

    .google-map iframe {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
    }
  }
  
  .secTopNews .entryTopNews time {
    width: auto; 
    font-size: 16px;
    font-size: 1rem;
    order: 1;
    margin-right: 20px;
}