@charset "utf-8";
/**************
 PC設定
 **************/

/* PC共通設定 */
body {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  background-color: #eeeeee;
  margin: 0;
  padding: 0;
  color: #000000;
}
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}
a img {
  border: none;
}

a:link, a:visited, a:hover, a:focus{
  color: inherit;
  text-decoration: underline;
}

.container{
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1000px;
  box-sizing: border-box;
  position: relative;
}

.contents{
  margin: 4em 0;
}


h2.page-title{
  font-size: 20px;
}

h3{
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: serif;
}

p{
  margin: 1em 1em;
}

/*ヘッダー部分*/

header{
  z-index: 10;
  background-color: #211614;
  background-image: url(../images/img_bg_desk.png);
  background-position: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}

.header-outer{
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: -130px;
  height: 170px;
}


.block_logo{
  width: 100%;
  max-width: 490px;
  padding: 0 1em;
}

.block_logo img{
  width: 100%;
  box-sizing: border-box;
}

.header-inner{
  display: flex;
  align-items: center;
  width: 490px;
  height: 40px;
  position: sticky;
  top: 0;
  flex-grow: 0;

}

.site-title{
  position: absolute;
  width: auto;
  min-width: 200px;
  top: auto;
  right: 50px;
}

.hamburger-menu{
  position: absolute;
  top: auto;
  right: 0;
  display: flex;
}

header h1{
  font-family: serif;
  text-align: right;
  color: #ffffff;
  font-size: 22px;
}

/*ここからハンバーガーメニュー*/
.menu-btn{
  display: flex;
  height: 40px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: rgba(255, 255, 255, 0);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after{
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}
.menu-btn span:before{
  bottom: 8px;
}
.menu-btn span:after{
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span{
  background-color: rgba(255, 255, 255, 0);
}
#menu-btn-check:checked ~ .menu-btn span::before{
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after{
  top: 0;
  transform: rotate(-45deg);
}
#menu-btn-check{
  display: none;
}

.menu-content{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 80;
  background-color: rgba(32,22,20,0.8);
}
.menu-content ul{
  padding: 150px 10px 0;
  width: 70%;
  max-width: 400px;
  margin-left: auto;
}

.menu-content ul li{
  border-bottom: solid 1px #ffffff;
  list-style: none;
}
.menu-content ul li a{
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}

.menu-content{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  left: 100%;/*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: rgba(32,22,20,0.8);
  transition: all 0.5s;/*アニメーション設定*/
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
/*ここまでハンバーガーメニュー*/

/*フッター部分*/
footer{
  margin: 100px 0 0;
  padding: 0;
  background-color: #211614;
}

.copyright{
  color: #ffffff;
  text-align: center;
  font-family：'Macondo'、筆記体;
}

p.copyright{
  margin: 0;
}


/*トップページ設定*/

#top{
  background-color: #957659;
  background-image: url('../images/img_bg_wall.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.commentary{
  width: 95%;
  margin: 0 auto 4em;
  padding: 0.5em 0 0;
  border-top: solid 1px #211614;
  border-bottom: solid  1px #211614;
}

.commentary h2{
  margin: 1em 0.5em 0.5em;
  font-family: serif;

}

.commentary p{
  margin: 1.5em 1em 2em;
}


.commentaryframe_top{
  width: 15%;
  min-width: 100px;
  float: right;
}


.commentaryframe_bottom{
  width: 15%;
  min-width: 100px;
}

.main-map{
  margin: 0 1.5em 1em;
  width: 300px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: contain;
  background-image: url('../images/img_button.png');
  background-repeat: no-repeat;
}

.map{
  width: 95%;
  max-width: 1000px;
  margin: 0 auto 3em;
  border: solid #211614;
  display: flex;
  justify-content: center;
  align-items: center;
}

.emblemmini{
  width: 70%;
  margin: 1.5em auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.emblemmini a{
  text-align: center;
}

.emblemmini img{
  width: 80%;
  max-width: 160px;
  min-width: 90px;
  margin: 0.5em 0.5em -0.5em;
}

h4{
  position: relative;
  margin-top: -0.5em;
  color: #211614;
  font-family: serif;
}

.arealine{
  width: 90%;
  margin: 0 auto 6em;
  padding: 0.1em;
  border-top: solid 1px #211614;
  border-bottom: dotted 1px #211614;
}

#area-1{
  border-top: none;
  border-bottom: none;
}

section{
  width: 90%;
  margin: 0 auto 2em;
}

.emblem{
  width: 33%;
  min-width: 200px;
  max-width: 300PX;
  float: left;
}

.emblem::after{
  content: '';
  clear: both;
  display: block;
}

.area{
  width: 70%;
  background-color: rgba(255,255,255,0.6);
  padding: 2em 2em 1em 2em;
  margin: 3em 10px;
  margin-left: auto;
  box-sizing: border-box;
  border-top: 2px solid #211614;
  border-bottom: 2px solid #211614;
}

.area::after{
  content: '';
  clear: both;
  display: block;
}

.area h2{
  margin: 0 0.5em 0;
  font-family: serif;
}

.area p{
  margin: 1em 1em;
}

.block_flex{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 2em;
}

.flex_landscape{
  padding: 0 10px 1em;
  width: 33.33%;
  box-sizing: border-box;
  
}

.img_landscape img{
  max-width: 100%;
}

.pagetop{
  text-align: right;
  margin: 0 1em 0;
}

/*クリックした画像がポップアップするように　参考…https://www.rectus.co.jp/archives/4247*/


/*プロフィール（profile）設定*/

#profile{
  background-color: #957659;
  background-image: url('../images/img_bg_wall.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.block_profile{
  max-width: 350px;
  margin: 20px auto;
  padding: 60px;
  background-color: rgba(255,255,255,0.5);
}

.profile-icon{
  text-align: center;
  margin: 0 0 20px 0;
}

img.profile-icon{
  width: 100%;
  max-width: 200px
}

.partition{
  text-align: center;
  padding: 0.5em;
}

.block_profile p{
  margin: 2em 1em;
}

/*お問い合わせ（contact）設定*/

#contact{
  background-color: #957659;
  background-image: url('../images/img_bg_wall.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.block_contact{
  margin: 0 2em;
  padding: 3em 5em;
  background-color: rgba(255,255,255,0.5);
}

.block_contact h2{
  margin: 1em 0;
}

.block_contact dl{
  margin: 0;
  font-size: 18px;
  line-height: 1.8;
  width: 100%;
  display: table;
}

.block_contact dl dt, .block_contact dl dd{
  padding: 0.5em 0;
  display: table-cell;
}

.block_contact dl dt{
  width: 200px;
  vertical-align: top;
}

.block_contact dl dd.reply{
  text-align: center;
  color: #666666;
  font-size: 16px;
}

.block_contact dl dd.btn{
  text-align: center;
}

.required{
  font-size: 12px;
  color: #ff0000;
  font-style: oblique;
}

input[type="text"], input[type="email"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.3em 0.5em;
  width: 260px;
  line-height: 1;
  border: 1px solid #aaaaaa;
  border-radius: 0;
}

select{
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.3em 3em 0.3em 0.5em;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  background-color: #ffffff;
}

select::-ms-expand{
  display: none;
}

textarea{
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0.5em;
  width: 90%;
  font-size: 16px;
  border: 1px solid #aaaaaa;
  border-radius: 0;
}

p.webclap{
  padding: 2em 3.5em;
}

.webclap img{
  border: none;
  margin: 1em 0 0;
}

div#mfp_hidden {
overflow: hidden;
width: 1px;
height: 1px;
padding: 0px;
margin: 0px;
}


/**************
 タブレット設定
 **************/

@media(max-width: 991px) {
  /* タブレット共通設定 */

  .header-outer{
    flex-wrap: wrap;
    position: sticky;
    top: -110px;
    height: 150px;
  }

  .block_logo{
    padding: 1em 1.5em 0;
    margin-right: auto;
    box-sizing: border-box;
  }

  .header-inner{
    display: flex;
    align-items: center;
    height: 40px;
    margin-left: auto;
  }

  .site-title h1{
    font-size: 18px;
  }

}

/**************
 スマートフォン設定
 **************/

@media(max-width: 767px) {
  /* スマートフォン共通設定 */

body{
  font-size: 12px;
}


/*アカルイ案内（index）設定*/

.commentary p{
  margin: 1em 0 1em 1em;
}

.main-map{
  margin: 0 auto;
  width: 250px;
 }

.main-map h3{
font-size: 16px;
position: absolute;
margin-bottom: 0.5em;
}

.emblem{
  width: 50%;
  float: none;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.area{
  width: 98%;
  margin: -2em auto 3em;
}

.area p{
  margin: 1em 0;
}

.area h2{
  font-size: 18px;
  margin: 0;
}

.flex_landscape{
  padding: 0 0.5em 1em;
  width: 50%;
}

.flex_landscape h4{
  font-size: 12px;
}

.block_flex{
  margin: 0 auto;
}

/*モバイル‐プロフィール（profile）設定*/

.block_profile{
  width: 90%;
  margin: 20px auto;
  padding: 3em;
  background-color: rgba(255,255,255,0.5);
  box-sizing: border-box;
}


/*モバイル‐お問い合わせ（contact）設定 */

.block_contact dl{
  margin-bottom: 1.5em;
}

.block_contact dl, .block_contact dl dt, .block_contact dl dd{
  padding: 0;
  width: auto;
  font-size: 14px;
  display: block;
}

.block_contact dl dd{
  margin-left: 1em;
}

.required{
  font-size: 10px;
}

input{
  font-size: 12px;
}

input[type="text"], input[type="email"]{
  width: 90%;
}

select{
  font-size: 12px;
}

textarea{
  font-size: 12px;
  width: 90%;
}

}
