@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600&family=Zen+Kaku+Gothic+Antique:wght@400;500;700&family=Zen+Kurenaido&display=swap');
html,body {
	margin:0;
	padding:0;
	scroll-behavior: smooth;
	font-size: 62.5%; /*フォントサイズの規定値を１０pxに*/
	font-family: 'Noto Serif JP';
}
body {
margin: 0;
font-family: 'Noto Serif JP';
 font-size: 1.5rem;
 font-weight: 400;
 font-style: normal;
 color: #333;
 position: relative;
 background: #ebe9e8
}
.main-print{
display: none
}

/*===============================================
●PC設定
===============================================*/
@media screen and  (min-width: 651px){
.esc-pc{
	display:none;
}
body{
font-size: clamp(0.9rem, 1.1vw, 1.7rem);
}
a{
	color: #444;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
li{
	margin-left:0;
}
table{
 border-collapse: collapse;
 width: 100%;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.box_flex2{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
/*均等配置3列ーーーーーーーーーーーーーーーーーー*/
.box_flex3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex3::after{
  content:"";
  display: block;
  width:31%;
}
.box_flex3 .inner{
width: 31%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置４列ーーーーーーーーーーーーーーーーーー*/
.box_flex4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex4::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.box_flex4::after{
  content:"";
  display: block;
  width:22%;
}
.box_flex4 .inner{
width: 22%;
padding: 1%;
margin-bottom: 20px;
}

.inner img{
width: 100%;
}
.document {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
h1 {
  width:300px;
  max-width: 30%;
  margin: 0;
  padding-top: 10px;
  padding-left: 5px;
  position: fixed;
  z-index: 9998
}
h1 img{
width: 100%;
}



header {
  /* headerを画面上部に固定する */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* スクロールしても他のコンテンツの下にならないようにする */
  z-index: 10;
 padding: 10px 0 20px 0;
  /* アニメーションの変化時間 */
  transition: 0.5s;
}

.box_nav{
  width: 750px;
  max-width: 70%;
  margin-left: auto;
  margin-right: 3%; 
}
.nav2 {
text-align: right;
padding-bottom: 6px;
}
.nav2 a{
color: #FFF!important;
font-size: 1.4rem;
font-weight: 500
}
.nav2 .bt_contact i{
color: #FFF;
font-size: 3.0rem
}
.nav2 .bt_deccs i{
color: #FFF;
font-size: 1.5rem
}
/* ナビゲーションのリンクを横並びにする */
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px
}


/* ナビゲーションのリンクのスタイル調整 */
nav a {
  display: inline-block;
  margin-left: 12px;
  color: #666;
  font-size: clamp(1.2rem ,1.0vw, 1.5rem);
  text-decoration: none;
  letter-spacing: 1.5px;
  /* アニメーションの変化時間 */
  transition: 0.5s;
  font-family: 'Noto Serif JP';
}
nav a:hover{
text-decoration: underline
}
/* スクロールして「scroll-navクラス」がついたときのヘッダーデザイン */
header.scroll-nav {
  height: 50px;
  /* 背景を白にする */
  background-color: rgba(255,255,255,0.7);
  /* コンテンツの背景が白でもナビゲーションだと分かりやすいように影をつける */
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}

/* 「scroll-navクラス」がヘッダーについたときに、ロゴとナビゲーションの文字を黒にする */
header.scroll-nav a {
  color: #000!important;
}

.page_header{
margin-top: 20px;
width: 80%;
margin: 0 auto;
border-bottom: #FFF 5px solid;
}
.page_header .pagetitle{
width: 100%;
font-size: 2.5rem;
padding: 150px 0 20px 0;
text-align: center;
font-weight: 600
}
.breadcrumb-area {
font-size: 1.1rem;
background-color: #600;
color: #FFF
}
/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top:350px;
    left: 0;
    right: 0;
     margin: auto;
	width: 950px;
	height: 30px;
	font-weight: 300;
	color: #999;
}
.breadcrumbs a{
 color: #999;
}
/*フッター--------------------------------------------------------------------------*/
.footer_contact{
background-color:#FFF;
font-family: 'Noto Serif JP';
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding: 50px 15%
}
.footer_contact .left{
width: 40%;
}
.footer_contact .subtitle{
font-size: 2.0rem;
text-align: center;
}
.footer_contact .tel{
font-size: 3.0rem;
font-weight: 600;
text-align: center;
padding-top: 20px
}
.footer_contact .right{
width: 50%;
font-size: 1.5rem
}
.footer_contact .right .bt{
padding-top: 25px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 80%
}
.footer_contact .right .bt a{
display: block;
width: 48%;
background-color: #666;
color: #FFF;
text-align: center;
font-weight: 600;
padding: 10px 0;
font-size: clamp(1.2rem, 0.8vw,1.5rem);
transition: 0.5s
}
.footer_contact .right .bt a:hover{
background-color: #888
}
#footer {
padding-top: 30px;
background-color:#999;
color: #FFF;
font-weight: 500;
font-family: 'Noto Serif JP';
}
#footer .copy{
font-size: 1.4rem;
text-align: center;
padding-bottom: 5px;
border-bottom: #FFF 1px solid;
width: 650px;
margin: 0 auto
}
}
/*===============================================
●スマホ設定 画面の横幅が650px以下
===============================================*/
@media screen and  (max-width: 650px){
.esc-sp{
	display:none;
}
body{
font-size: 1.5rem;
line-height: 220%;
letter-spacing: 0.1em;
}
a{
	color: #444;
	text-decoration: none;
}
img { 
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img  {
	border:none;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}
li{
	margin-left:0;
}
table{
 border-collapse: collapse;
 width: 100%;
}
.ie7 body{
	overflow:hidden;
}
.img_right{
	float:right;
	margin-left:10px;
}
.clear{
	clear: both;
}
.clearfix:after { /*floatの解除*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
/*均等配置3列ーーーーーーーーーーーーーーーーーー*/
.box_flex3{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex3::after{
  content:"";
  display: block;
  width:31%;
}
.box_flex3 .inner{
width: 31%;
padding: 1%;
margin-bottom: 20px;
}
/*均等配置４列ーーーーーーーーーーーーーーーーーー*/
.box_flex4{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.box_flex4::before{
  content:"";
  display: block;
  width:22%;
  order:1;
}
.box_flex4::after{
  content:"";
  display: block;
  width:22%;
}
.box_flex4 .inner{
width: 22%;
padding: 1%;
margin-bottom: 20px;
}

.inner img{
width: 100%;
}
.document {
	width:1100px;
	margin-left:auto;
	margin-right:auto;
	max-width:95%;
}
a{
text-decoration: none
}
a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
}
h2 {
  border-bottom: solid 3px #6d5b2f;
  position: relative;
  color: #6d5b2f;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: 600;
  margin: 50px auto 25px auto
}

h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #ffc778;
  bottom: -3px;
  width: 30%;
}

#header {
width:100%;
z-index:9999;
transition: 0.3s;
font-weight: 500;
font-family: 'Noto Sans JP';

}
#header a{
color:#000
}
h1 {
  width:230px;
  max-width: 50%;
  margin: 0;
  padding-left: 2%;
  padding-top: 10px
}
h1 img{
width: 100%;
}
/*ナビゲーション---------------------------------------*/
nav.globalMenuSp {
	position:fixed;
	color: #069;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	height: 100vh;
	z-index:15;
	background-color: rgba(255,255,255,0.8)
	}
nav.globalMenuSp .box_nav1{
	padding-top: 50px;
	width: 65%;
	padding-left: 5%;
	position: relative;
	overflow: hidden
	}
nav.globalMenuSp .box_nav1 a{
  display: block;
 margin:0 auto 15px auto;
 font-size: 1.7rem;
  line-height: 140%;
  font-weight: 500;
  padding-bottom: 0.4vw;
  border-bottom: #FFF 1px dotted;
  color: #92390B;
  font-family: 'Noto Serif JP';
  position: relative;
  transition: 0.5s
 }
nav.globalMenuSp .box_nav1 a:after{
 font-family: FontAwesome;
  content: '\f138'; /* アイコンのunicode */
  position:absolute;
  right:5px;
  top:8px;
  font-weight: 800
}


nav.globalMenuSp .box_nav1 img{
width: 100%;
margin-top: 30px
}

/* 最後はラインを描かない */
nav.globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 
nav.globalMenuSp ul li a {
    display: block;
}
nav.globalMenuSp ul li img{
	width:7px;
	padding-right:10px;
	margin-top:-10px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
    transform: translateY(0%);
}
nav.globalMenuSp ul li ul{
	margin-top:-20px;
	padding-bottom:5px;
}
nav.globalMenuSp ul li ul li{
	height:28px;
	padding-bottom:0;
	border:none;
	font-weight:normal;
}
/*ハンバーガー---------*/
.navToggle {
    display: block;
    position: fixed;  
    right: 13px;
    top: 2%;
	right: 2.7%;
    width: 50px;
    height: 48px;
    cursor: pointer;
    z-index: 9999;
   /*  background: #666;*/
    text-align: center;
	z-index:20;
	background-color: rgba(000,000,000,0.6);
	border-radius: 5px;
}
 
.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 35px;
    border-bottom: solid 3px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 8px;
}
 
.navToggle span:nth-child(1) {
    top: 12px;
}
 
.navToggle span:nth-child(2) {
    top: 20px;
}
 
.navToggle span:nth-child(3) {
    top: 29px;
}
 
.navToggle span:nth-child(4) {
    border: none;
    color:  #333;
    font-size: 0.9rem;
    font-weight: bold;
    top: 34px;
}
/*タップ後のXボタン---------*/
/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
	border-bottom: solid 3px #FFF;
}
 
/* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
	border-bottom: solid 3px #FFF;
}
.page_header{
margin-top: 20px;
width: 90%;
margin: 0 auto;
border-bottom: #FFF 5px solid;
}
.page_header .pagetitle{
width: 100%;
font-size: 2.5rem;
padding: 50px 0 20px 0;
text-align: center;
font-weight: 600
}
.breadcrumb-area {
font-size: 1.1rem;
background-color: #600;
color: #FFF
}
/*パンくずリスト　ー--------------------------------------------------------------------------*/
.breadcrumbs {
	margin-left:auto;
	margin-right:auto;
	position: absolute;
	top:350px;
    left: 0;
    right: 0;
     margin: auto;
	width: 950px;
	height: 30px;
	font-weight: 300;
	color: #999;
}
.breadcrumbs a{
 color: #999;
}
/*フッター--------------------------------------------------------------------------*/
.footer_contact{
background-color:#FFF;
color: #000;
width: 100%!important;
font-family: 'Noto Serif JP';
padding-top: 30px;
padding-bottom: 30px
}
.footer_contact a{
text-decoration: none
}
.footer_contact .subtitle{
font-size: 2.7rem;
text-align: center;
margin-bottom: 20px
}
.footer_contact .tel{
text-align: center;
font-size: 2.5rem;
color: #000;
font-weight: 600;
margin-bottom: 50px;
width: 90%;
}


.footer_contact .add{
font-size: 1.4rem;
margin: 0 auto;
width: 90%;
line-height: 160%;
font-weight: 600;
padding-bottom: 30px;
text-align: center
}
.footer_contact .right .bt{
padding-top: 25px;
width: 80%;
margin: 0 auto
}
.footer_contact .right .bt a{
display: block;
margin-bottom: 15px;
background-color: #666;
color: #FFF;
text-align: center;
font-weight: 600;
padding: 10px 0;
font-size: 1.5rem;
transition: 0.5s
}
#footer {
padding-top: 20px;
padding-bottom: 20px;
background-color:#999;
color: #FFF;
border-top: #937E27 2px solid; 
font-weight: 500;
font-family: 'Noto Serif JP';
}

#footer .copy{
font-size: 1.4rem;
text-align: center;
padding-bottom: 5px;
border-bottom: #FFF 1px solid;
width: 100%;
margin: 0 auto
}
}
/*ページトップ--------------------------------------*/

#page-top {
	position: fixed;
	bottom: 1vh;
	right:2%;
	z-index: 9999;
}
#page-top a {
	text-decoration: none;
	color: #9C1846;
	padding: 0;
	font-weight:bold;
	font-size:4.0rem;
	text-align: center;
	display: block;
	border-radius: 300px;
	background-color: rgba(255,255,255,0.7)
}
#page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}


