@charset "UTF-8";
/* CSS Document */
/* ========================================

  Common CSS

======================================== */

/* We Font
======================================== */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed|Roboto:300,400,500');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:700');
@import url('https://fonts.googleapis.com/css2?family=DotGothic16&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');


/* Common
======================================== */
html{scroll-behavior: smooth;}
body{
	font-family:'Noto Sans JP', sans-serif, Helvetica Neue, Helvetica, Arial;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
background-image: url("../images/paper-bg-01.jpg");
  background-size: 400px 400px;
  font-size: 15px;
  color: #231815;
}

::selection { background: #00a363; color: #fff; }
::-moz-selection { background: #00a363; color: #fff; }


/* pc/sp */
.pc_ver{ display:block; }
.sp_ver{ display:none; }

/* contents */
#container img{
  max-width: 100%;
  height: auto;
}
#contents .section{
    text-align: center;
    position: relative;
    overflow: hidden;
   
}
#contents .inner{
  max-width: 1080px;
  margin: 0 auto;  
}
#contents .btnMore{
  display: inline-block;
     margin-bottom: 50px;
    padding-top: 30px;
}
#contents .btnMore a{
  display: block;
  font-weight: bold;
  background: #fbbf19;
  padding: 8px 24px;
  border-radius: 60px;
  color: #231815;
}
#contents .btnMore a:hover{
  background: #231815;
  color: #e9e8da;
}

#contents .btnMore2{
  display: inline-block;
     margin-bottom: 30px;
    padding-top: 30px;
    

}
#contents .btnMore2 a{
  display: block;
  font-weight: bold;
  background: #fbbf19;
  padding: 8px 24px;
  border-radius: 60px;
  color: #231815;
}
#contents .btnMore2 a:hover{
  background: #231815;
  color: #e9e8da;
}


#contents .btnMoreSmall{
  display: inline-block;
  margin-top: .5em;
}
#contents .btnMoreSmall a{
  display: block;
  font-weight: bold;
  background:#453835;
  padding: 8px 14px 8px;
  line-height: 1em;
  border-radius: 60px;
  color: #e9e8da;
  font-size: 13px;
    
}
#contents .btnMoreSmall a:hover{
  background: #fbbf19;
  color: #231815;
}


/*font*/
#contents .jpTtl{
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
}

/* frame */
.frame_top,
.frame_btm,
.frame_btm_brown{
  position: relative;
}
.frame_top{
    background-image: url("../images/top.png");
    background-size:cover;
        background-position: center;
}


/*btn contact*/
#btnContact{
  position: fixed;
  right: 35px;
  bottom: 30px;
  z-index: 9999;
    filter: drop-shadow(0 0 0.45rem #c0c0c0);
}
#btnContact .goldenbat{
  transition:0.2s;
  cursor: pointer;
}
#btnContact .goldenbat:hover{
  transform: scale(1.1,1.1);
    filter: brightness(1.15);
}

/* header */


#header{
  position: relative;
  width: 1080px;
  height: 150px;
  margin: 0 auto;
   background-image:url("../images/paper-bg-01.jpg");
    background-size: 400px 400px;
  z-index: 9999
}
#header .logo_sp{
  display: none;
}

#headerArea{
    background-image:url("../images/paper-bg-01.jpg");
postion: -webkit-sticky;
    position: sticky;
    top: 0;
z-index: 9999;
}

/*btmContact*/
#btmContact{
  background-image: url("../img/btm_contact.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-top: 80px;
  overflow: hidden;
}
#btmContact .inner{
  padding-top:20px;
  max-width: 1080px;
  margin: 0 auto;
}
#btmContact .pc{
  display: block;
}
#btmContact .sp{
  display: none;
}
#btmContact img{
  -webkit-transition: transform 0.2s ease-in-out;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
#btmContact img:hover{
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


#contents  .historyArea{
  background: url("../images/paper-bg-04.jpg");
  background-repeat: repeat-y;
  background-size: 10px 2px;
  background-position: center;
}
#contents  .historyArea .historyBox{
  display: flex;
  align-items: center;
  background: #fff;
  padding: 20px 20px 20px 0;
  border-radius: 10px;
}
#contents  .historyArea .historyBox + .historyBox{
  margin-top: 20px;
}
#contents  .historyArea .historyBox .year{
  font-family: 'EB Garamond', serif;
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  width: 200px;
  text-align: center;
}
#contents  .historyArea .historyBox .text{
  width: calc(100% - 200px);
}
#contents #contentsBody .historyBox p.caption{
  font-size: 12px;
  padding: 8px 8px 0;
}
#contents  .historyArea .historyList li{
  border-bottom: solid 1px rgba(35,25,20,.1);
  padding: 8px;
}
#contents  .historyArea .historyList li:last-child{
  border-bottom: none;
}

#contents .photoList{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#contents .photoList li{
  width: 32%;
}

#contents h4.jpTtl{
  font-size: 20px;
  padding: 0 0 12px 8px;
  border-bottom: solid 2px rgba(35,25,20,1);
}
#contents ol.mediaList li{
  padding: 0 0 12px 8px;
  margin-top: 12px;
  border-bottom: solid 1px rgba(35,25,20,.1);
}

/*footer*/
#footer{
  background: #2A1A01;
  padding: 100px 0 0;
}
#footer .logo{
  text-align: center;
}
#footer .footerNavi{
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
#footer .footerNavi li{
  margin-right: 20px;
}
#footer .footerNavi li:last-child{
  margin-right: 0;
}
#footer .footerNavi li::before{
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin-right: 5px;
}
#footer .footerNavi li a{
  color: #fff;
}
#footer .footerNavi li a:hover{
  opacity: .8;
}


#footer .copyright{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: center;
  margin-top: 30px;
  color: #fff;
  background: #2A1A01;
  padding: 20px 0;
}

.Form {
  margin-top: 80px;
    margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
}
@media screen and (max-width: 480px) {
  .Form {
    margin-top: 40px;
  }
}
.Form-Item {

  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .Form-Item {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}
.Form-Item:nth-child(5) {

}
.Form-Item-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}
.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label.isMsg {
    margin-top: 0;
  }
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #545454;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Label-Required {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}
.Form-Item-Input {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .Form-Item-Textarea {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}
.Form-Btn {
  border-radius: 50px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 180px;
  display: block;
  letter-spacing: 0.05em;
  background: #545454;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 480px) {
  .Form-Btn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}

.form{
    text-align: center;
    margin-bottom: 20px;
}




/* PC Styles
======================================== */
@media screen and (min-width: 1081px) {
  #header .gnavArea{
    display: block!important;
  }
  #header .gnav{
    display: flex;
    align-items: flex-end;
    text-align: center;
  }
  #header .gnav li{
    width: 20%;
    text-align: center;
  }
  #header .gnav li dt{
    transition:0.2s;
  }
  #header .gnav li:hover dt{
    transform:rotateZ( -10deg );
    transform:scale(1.05);
     
  }
  #header .gnav li dd{
    margin-top: 9px;
       transition:.1s;
  }
    #header .gnav li:hover dd{
        filter: brightness(4)
    }
    
  #header .gnav li:nth-child(1) dd,
  #header .gnav li:nth-child(4) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px),linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px,1px 2px;
    background-position: left,right;
    background-repeat: repeat-y;
  }
  #header .gnav li:nth-child(2) dd,
  #header .gnav li:nth-child(5) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px;
    background-position: right;
    background-repeat: repeat-y;
  }
  #header .gnav li dt img{
    max-width: 90px;
    height: auto;
  }
  #header .gnav li dd .pc_sp{display: block;}
  #header .gnav li dd .tab{display: none;}
  #header .gnav li dd img{
    max-width: 170px;
    height: auto;
    margin: 0 auto;
  }
  #header .gnavArea .btnContact_sp{
    display: none;
  }
}
.logo_pc img{
   transition: 0.3s;
}
.logo_pc img:hover{
    opacity: 70%;
}

/* Tablet Styles
======================================== */
@media screen and (min-width:601px) and (max-width:1080px) {
  
}
@media screen and (max-width:1080px) {
  /* contents */
  #contents{
    position: relative;
    margin-top: 80px;
  }
  #contents .inner{
    max-width: 90%;
  }
  
  #header{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
  }
  #header .logo_sp{
    display: block;
    position: absolute;
    top: 25px;
    left: 20px;
  }
  #header::after{
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background-size: 400px 8px;
    background-repeat: repeat-x;
  }
  #header::after{
    bottom: -8px;
    background-image: url("../img/header_line.png");
  }
}
@media screen and (min-width:801px) and (max-width:1080px) {
  #header .gnavArea{
    position: absolute;
    top:32px;
    right: 20px;
    display: block!important;
    width: calc(100% - 200px);
  }
  #header .gnav{
    text-align: right;
    font-size: 0;
  }
  #header .gnav li{
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }
  #header .gnav li.logo_pc{
    display: none; 
  }
 

    
  #header .gnav li dt{
    display: none;
  }
  #header .gnav li dd{
    padding: 0 15px;
  }
  #header .gnav li:nth-child(1) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px),linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px,1px 2px;
    background-position: left,right;
    background-repeat: repeat-y;
  }
  #header .gnav li:nth-child(2) dd,
  #header .gnav li:nth-child(4) dd,
  #header .gnav li:nth-child(5) dd{
    background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 1px);
    background-size: 1px 2px;
    background-position: right;
    background-repeat: repeat-y;
  }
  #header .gnav li dd .pc_sp{display: none;}
  #header .gnav li dd .tab{display: block;}
  #header .gnav li dd img{
    height: 18px;
  }
  #header .gnavArea .btnContact_sp{
    display: none;
  }
    
}

/* Mobile Styles
======================================== */
@media screen and (max-width: 800px) {
   
  /* header */
  #header .logo_sp{
    left: 20px;
  }
  #header .gnavArea{
    display: none;
    position: fixed;
    z-index: 9998;
    background-image: url("../images/paper-bg-01.jpg");
    background-size: 400px 400px;
    width: 100%;
    height: 100vh;
    top:80px;
  }
  #header .gnav{
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }
  #header .gnav li{
    width: 50%;
    text-align: center;
  }
  #header .gnav li+li{
    margin-top: 20px;
  }
  #header .gnav li.logo_pc{
    display: none;
  }
  #header .gnav li dt{
    transition:.2s;
  }
  #header .gnav li:hover dt{
    transform:rotateZ( -10deg );
  }
  #header .gnav li dd{
    width: 85%;
    margin: 10px auto 0;
  }
  #header .gnav li:nth-child(1) dd,
  #header .gnav li:nth-child(4) dd{
    background-image: none;
  }
  #header .gnav li:nth-child(2) dd,
  #header .gnav li:nth-child(5) dd{
    background-image: none;
  }
  #header .gnav li dt img{
    max-width: 100px;
    height: auto;
  }
  #header .gnav li dd .pc_sp{display: block;}
  #header .gnav li dd .tab{display: none;}
  #header .gnav li dd img{
    max-width: 175px;
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  
  /*menu-btn*/
  #header .menu-btn{
    display: block;
    position:absolute;
    cursor:pointer;
    top: 11px;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 9999;
    background: #231815;
    border-radius: 5px;
  }
  #header .menu-btn-icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 3px;
    margin: -2px 0 0 -15px;
    background: #fff;
    transition-duration: .2s;
  }
  #header .menu-btn-icon:before, #header .menu-btn-icon:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 3px;
    background: #fff;
    transition-duration: .2s;
  }
  #header .menu-btn-icon:before{
    margin-top: -12px;
  }
  #header .menu-btn-icon:after{
    margin-top: 9px;
  }
  #header .menu-btn .close{
    background: transparent;
  }
  #header .menu-btn .close:before, #header .menu-btn .close:after{
    margin-top: 0;
    width: 30px;
    background: #f2f2f2;
  }
  #header .menu-btn .close:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #header .menu-btn .close:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  /*btn contact*/
  #btnContact{
    display: none!important;
  }
  #header .gnavArea .btnContact_sp{
    display: block;
    margin-top: 30px;
    text-align: center;
  }
    
}
@media screen and (max-width: 600px) {
  .pc_ver{ display:none; }
  .sp_ver{ display:block; }
  
    .frame_top{
    background-image: url("../images/top_sp.jpg");
    background-size:cover;
        background-position: center;
}
    
  #contents .btnMoreSmall{
    display: block;
    text-align: center;
  }
  #contents .btnMoreSmall a{
    text-align: center;
  }
  
  /*btmContact*/
  #btmContact{
    margin-top: 40px;
  }
  #btmContact .inner{
    max-width: 100%!important;
    padding-top:30px;
    
  }
  #btmContact .pc{
    display: none;
  }
  #btmContact .sp{
    display: block;
  }
  
  /*footer*/
  #footer{
    padding: 30px 0 0;
  }
  #footer .logo{
    width: 90%;
    margin: 0 auto;
    padding-left: 10px;
    text-align: left;
  }
  #footer .logo img{
    height: 40px;
    width: auto;
  }
  #footer .footerNavi{
    width: 90%;
    margin: 20px auto 0;
    flex-direction: column;
  }
  #footer .footerNavi li{
    margin-right: 0;
    width: 100%;
    padding: 10px;
    border-top: solid 1px rgba(255,255,255,.1);
  }
  #footer .footerNavi li:last-child{
    border-bottom: solid 1px rgba(255,255,255,.1);
  }
  
  #footer .copyright{
    font-size: 12px;
  }
    
}
