@charset "utf-8";
/* CSS Document */
body{
  margin:0;
  font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background:#FFF;
  color:#333;
  line-height:1.8;
  letter-spacing:0.04em;
}
.wrapper{
  width:88%;
  max-width:1100px;
  margin:auto;
  padding:100px 0;
}
h1{
  text-align:center;
  color:#b79a3c;
  font-size:30px;
  margin-bottom:40px;
  letter-spacing:0.06em;
}

h1 span:nth-child(1){
  margin-right:20px;
}

.lead{
  text-align:left;
  margin-bottom:120px;
}

.lead P{
  width: fit-content;
  margin-left:auto;
  margin-right:auto;
}

.section-title{
  text-align:center;
　font-weight: bold;
  color:#b79a3c;
  font-size:28px;
  margin:80px 0 30px;
}
.work{
  margin-bottom:80px;
  padding-bottom:50px;
  border-bottom:1px solid #e5dcc2;
}

.work-fix{
  flex: 0 0 320px;
}

.work-title{
  font-size:28px;
  margin-bottom:30px;
  border-bottom:1px solid #b79a3c;
  padding-bottom:10px;
  font-weight:600;
}
.star{
  color:#b79a3c;
  margin-right:8px;
  font-size:inherit;
}
.work-content{
  display:flex;
  gap:80px;
  align-items:flex-start;
}
.work-image{
  flex:0 0 320px;
}
.work-image img{
  width:100%;
  height:auto;
}
.cr {
  text-align: center;
  font-size: 12px;
}
.work-info{
  flex:1;
}
.info-line{
  display:grid;
  grid-template-columns:100px 1fr;
  padding:8px 0;
  border-bottom:1px dotted #d6c27a;
}
.label{
  font-weight:600;
}
.catch{
  font-size: 1.1em;
  font-weight: bold;
  margin-top:25px;
}

.description{
  margin-top:25px;
}
.links a{
  display:block;
  margin-top:8px;
  text-decoration:underline;
  color:#8a742c;
}
.qa-section{
  margin-top:80px;
}
.qa-item{
  margin-bottom:40px;
  padding-bottom:30px;
  border-bottom:1px solid #e5dcc2;
}
.qa-question{
  font-weight:700;
  color:#b79a3c;
  margin-bottom:15px;
}
.contact-section{
  margin-top:50px;
  padding-top:30px;
  border-top:1px solid #e5dcc2;
  text-align:center;
}
.contact-title{
  font-size:22px;
　font-weight: bold;
  color:#b79a3c;
  margin-bottom:20px;
}
.contact-link a{
    text-decoration: underline;
    color: #8a742c;
	font-weight: bold;
    font-size: 20px;
    padding: 8px 19px;
    margin: 2em 0;
    background: #F8EFB1;
    border-top: 7px solid #A89130;
    border-bottom: solid 7px #A89130;
}

#lang-area {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
  font-family: Arial, sans-serif;
}

/* ボタン */
#lang-btn {
  background: #fff;
  border: 1px solid #ccc;
  padding: 8px 14px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}

/* メニュー */
#lang-menu {
  display: none;
  margin-top: 5px;
  list-style: none;
  padding: 0;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
}

#lang-menu li {
  padding: 8px 14px;
  cursor: pointer;
  font-size: 14px;
}

#lang-menu li:hover {
  background: #BE9F00;
  color: #fff;
}
body {
  top: 0 !important;
}

.goog-te-banner-frame {
  position: fixed !important;
  top: -100px !important;
}

.skiptranslate {
  display: none !important;
}


p span {
	font-family: apple color emoji,segoe ui emoji,noto color emoji,android emoji,emojisymbols,emojione mozilla,twemoji mozilla,segoe ui symbol;
}

@media (max-width:768px){
  .wrapper{width:90%;padding:60px 0;}
  .work-content{flex-direction:column;gap:40px;}
  .info-line{grid-template-columns:100px 1fr;}
h1 span{
  display:block;
}
h1 span:nth-child(1){
  margin:0 0 10px;
}
}


