/*
* body.css
* Web site Name: HASSAKU
* URL: https://hassaku-kyoto.jp/
* Author: HASSAKU Inc.
*/


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

/*
@media (min-width:576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

@media (min-width:1400px) {
}

@media (max-width:575.98px) {
}

@media (max-width:767.98px) {
}

@media (max-width:991.98px) {
}

@media (max-width:1199.98px) {
}

@media (max-width:1399.98px) {
}
*/


/*--------------------------------------------------------------
# Property
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #640;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 21px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 15px;
}

p {
  font-size: 15px;
  color: #433;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

li {
  font-size: 15px;
  color: #433;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: .8rem;
}


/*--------------------------------------------------------------
# 見出し装飾
--------------------------------------------------------------*/

/* h-deco-1（円の背景）
================================================== */
.h-deco-1 {
  display: inline-block;
  position: relative;
  margin: calc(3.5em / 2) 0 calc(3.5em / 4) calc(3.5em / 2);
  color: #664400;
  font-weight: 600;
  text-shadow: 
       2px  2px 1px #FFF,
      -2px  2px 1px #FFF,
       2px -2px 1px #FFF,
      -2px -2px 1px #FFF,
       2px  0px 1px #FFF,
       0px  2px 1px #FFF,
      -2px  0px 1px #FFF,
       0px -2px 1px #FFF;  
  line-height: 1;
}

.h-deco-1::before {
  position: absolute;
  bottom: calc(-3.5em / 4);
  left: calc(-3.5em / 2);
  z-index: -1;
  width: 3.5em;
  height: 3.5em;
  border-radius: 50%;
  background: #aa8f6e;
  content: '';
}

/* h-deco-2（四角形の装飾）
================================================== */
.h-deco-2 {
  position: relative;
  padding: .3em 0 .2em 1em;
  border-bottom: 2px solid #aa8f6e;
  color: #443333;
}

.h-deco-2::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: #aa8f6e;
  content: '';
}

.h-deco-2::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: #aa8f6e;
  content: '';
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.header h2 {
  font-size: 1.4rem;
  margin-left: .8rem;
}

.header .logo {
  padding-top: 1.5rem;
}

.header .logo-type {
  padding-top: .3rem;
}

.header .logo-type img {
  width: 160px;
}


/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.hero img {
  border-radius: 8px;
}


/*--------------------------------------------------------------
# 
--------------------------------------------------------------*/




/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


/* Footer lines
================================================== */

.footer-line {
  height: 74px;
  background-image: url(../img/footer-line.png);
  background-repeat: repeat-x;
  background-size: 540px;
  margin: 2rem 0 -1.8rem 0;
}


/* Footer Link
================================================== */

/*
未訪問のリンク
a:link {
  color: red;
}

訪問済みのリンク
a:visited {
  color: green;
}

マウスオーバーしたときのリンク
a:hover {
  color: hotpink;
}

クリックした瞬間のリンク
a:active {
   color: blue;
}
*/

.footer a {
  text-decoration: none;
  color: #433;
}

.footer a:hover {
  color: #8B6969;
  padding: .2rem 0;
  border: dashed 1px #5b8bd0;
  /* 点線 */
}

.footer a:active {
  color: #FF0;
}

/* 
Footer color: #bca78d ベージュ / Beige
Hassaku color: #edd60e 中黄 / ちゅうき / Tyuuki
*/

.footer {
  width: 100%;
  background-color: #bca78d;
  background-image: url(../img/footer_pattern.png);
  background-repeat: repeat;
  background-size: 256px;
}

.footer h4 {
  color: #433;
  font-style: italic;
}

.footer-menu img.logo {
  width: 64px;
}

.footer-menu .logo-type img {
  width: 192px;
  margin-top: 1.2rem;
  margin-left: 1rem;
}

.footer-menu address {
  margin-top: 3.8em;
  line-height: .5;
}

.footer-menu address a {
  text-decoration: none;
  color: #433;
}

.footer-menu .hassaku {
  margin-top: 1rem;
  margin-left: 4.8rem;
}

.footer ul li {
  list-style: none;
  margin-left: -1rem;
}

.footer-menu h4 {
  margin-top: 1rem;
}




/*--------------------------------------------------------------
# Hr
--------------------------------------------------------------*/

.hr-dotted-white {
  border-top: 3px dotted #5e3f2e;
}



/*--------------------------------------------------------------
# www/sitemap.html
--------------------------------------------------------------*/

.sitemap-web {
  background-color: #DDD8BE;
  padding: 2rem;
}

.sitemap-color {
  background-color: #EDEDED;
  padding: 2rem;
}

.main-color {
  background-color: #aa8f6e;
}

.h-text-color {
  background-color: #664400;
}

.p-text-color {
  background-color: #443333;
}


/*--------------------------------------------------------------
# www/guide/links.html
--------------------------------------------------------------*/

.links .decoration {
  padding: .5em .7em;
    border-top: 2px solid #5e5e5e;
    border-bottom: 2px solid #5e5e5e;
    background-image: linear-gradient(45deg, #5e5e5e12 25%, transparent 25%, transparent 50%, #5e5e5e12 50%, #5e5e5e12 75%, transparent 75%, transparent), linear-gradient(-45deg, #5e5e5e12 25%, transparent 25%, transparent 50%, #5e5e5e12 50%, #5e5e5e12 75%, transparent 75%, transparent);
    background-color: #5e5e5e0d;
    background-size: 20px 20px;
    color: #5e5e5e;
}

.links .description {
  text-indent: 1rem;
}








