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

section{
background-color: #f9f1dc;
}
h2{
font-family: 'Lora', serif;
text-align: center;
color: #948251;
font-weight: 300;
line-height: 1;
letter-spacing: 0.1em;
text-indent: 0.1em;
}
h2 span{
font-family: "Noto Sans JP", "sans-serif";
display: block;
font-weight: 400;
}
h2 span:before{
display: block;
content: "";
background-color: #948251;
}
h2.white{
color: #fff;
}
h2.white span:before{
background-color: #fff;
}
/*---------------
hero
---------------*/
#hero{
position: relative;
width: 100%;
}
#hero h2{
display: block;
position: absolute;
left: 50%;
transform: translate(-50%,-50%);
}
/*---------------
#news
---------------*/
#news .list{
margin: 0 auto;
}
#news .list li time{
color: #948251;
}
#news .pager ul{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
}
#news .pager ul li{
text-align: center;
width: 40px;
}
/*---------------
#news-p
---------------*/
#news-p h3{
font-weight: 500;
}
#news-p .inner p{
line-height: 1.6em;
}
#news-p .inner p:last-of-type{
padding-bottom: 0;
}
/*---------------
#about
---------------*/
#about .box div div{
background-color: #fff;
}
#about .box div h3{
font-family: 'Noto Serif JP', serif;
font-weight: 500;
text-align: center;
}
#about .box div p{
line-height: 1.6em;
}
#about .box table{
margin: 0 auto;
}
#about .box table th{
border-bottom: solid 1px #948251;
}
#about .box table td{
border-bottom: solid 1px #948251;
line-height: 1.6em;
}
#about .box table tr:last-of-type th,
#about .box table tr:last-of-type td{
border-bottom: none;
}
/*---------------
#chandelier
---------------*/
#chandelier ul.flex{
display: flex;
flex-wrap: wrap;
align-items: flex-start;
margin: 0 auto;
}
#chandelier ul.flex li div{
position: relative;
width: 100%;
}
#chandelier ul.flex li div:before{
content: "";
display: block;
padding-top: 100%;
}
#chandelier ul.flex li div img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
object-fit: cover;
}
#chandelier ul.flex li p{
text-align: end;
}
.instagram img.object-fit-img {
object-fit: cover;
font-family: 'object-fit: cover;'
}
ul.instagram li img {
width: 100%;
}
/*---------------
#order
---------------*/
#order .category li a{
display: block;
color: #fff;
background-color: #948251;
border-radius: 3px;
line-height: 1;
}
#order .category li a:after{
display: inline-block;
content: "\f0d7";
font-family: "Font Awesome 5 Free";
font-weight: 600;
}
#order .item li h3{
color: #948251;
font-weight: 600;
}
#order .item li div.flex div p{
line-height: 1.7em;
}
#order .item li div.flex div dl{
background-color: #dcd1b3;
}
#order .item li div.flex div dl dt{
color: #948251;
font-weight: 600;
}
#order .item li div.flex div dl dd:last-of-type{
padding-bottom: 0;
}
/*---------------
#gallery
---------------*/
#photoList li{
display: none;
}
#gallery ul.flex{
display: flex;
flex-wrap: wrap;
}
#gallery ul.flex li{
position: relative;
}
#gallery ul li:before{
content: "";
display: block;
padding-top: 100%;
}
#gallery ul li img{
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
object-fit: cover;
}
#gallery .readMoreBtn{
margin: 0 auto;
}
/*---------------
#contact
---------------*/
/*----resetここから----*/
input[type="text"],
input[type="email"] {
padding: 0;
border: none;
border-radius: 0;
outline: none;
background: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: none;
background: transparent;
}
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
resize: none;
padding: 0;
border: 0;
outline: none;
background: transparent;
}
button,
input[type="submit"] {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
border: none;
outline: none;
background: transparent;
}
/*----resetここまで----*/
#form .soy_inquiry_message{
text-align: center;
padding-bottom: 20px;
}
#form dl {
border-bottom: 1px solid #ddd;
width: 100%;
}
#form dl dt {
border-top: 1px solid #ddd;
letter-spacing: 0.05em;
font-weight: 500;
}
#form dl dt span {
display: inline-block;
text-align: center;
background: #bd2828;
color: #fff !important;
border-radius: 6px;
line-height: 1;
width: 48px;
padding: 5px 0;
font-size: 1.2rem;
}
#form dl dd {
box-sizing: border-box;
}
#form dl dd input[type="text"], 
#form dl dd input[type="email"], 
#form dl dd textarea {
border: 1px solid #ddd;
border-radius: 6px;
background: #fff;
width: calc(100% - 2em) ;
padding: 0.7em 1em;
font-size: 1.6rem;
}
#contact .soy_iqnuiry_responsive dd select {
border: 1px solid #ddd;
background: #fff;
color: #333;
border-radius: 6px;
padding: 0.5em 10px;
font-size: 1.6rem;
}
input[type="radio"]:first-of-type,
input[type="checkbox"]:first-of-type {
margin-left: 0;
}
#contact input[type="submit"]{
background-color: rgb(102, 102, 102);
display: block;
color: #fff;
font-weight: 600;
margin: 0 auto;
border-style: none;
padding: 10px;
font-size: 1.6rem;
}

#entry > div {
width: 90%;
max-width: 960px;
margin: 0 auto;
}
#entry h1 {
display: table;
margin: 0 auto;
padding-bottom: 40px;
font-size: clamp(1px, 2.5vw, 30px);
}
#entry h2 {
font-family: "Yu Gothic medium", "Noto Sans JP", YuGothic, "Hiragino Sans", Meiryo, "sans-serif" !important;
text-align: left;
color: #303030;
font-size: clamp(1px, 2vw, 24px);
padding-bottom: 30px;
}
#entry h3 {
font-size: clamp(1px, 1.8vw, 20px);
font-weight: bold;
padding-bottom: 10px;
}
#entry ul, #entry ol {
padding-bottom: 20px;
}
#entry ul {
list-style-type: square;
margin-left: 20px;
}
#entry p, #entry li {
padding-bottom: 10px;
}
#entry p strong {
font-weight: bold;
}
#entry hr {
margin: 30px 0;
}
#entry p:has(img) {
max-width: 640px;
margin: 0 auto;
}

@media (max-width: 560px){
section{
padding: 40px 0;
}
h2{
font-size: 3.2rem;
}
h2 span{
font-size: 1.8rem;
}
h2 span:before{
width: 2px;
height: 15px;
margin: 5px auto;
}
/*---------------
hero
---------------*/
#hero{
height: 30vh;
}
#hero h2{
width: 100%;
top: 65%;
}
/*---------------
#news
---------------*/
#news .list{
margin-bottom: 20px;
}
#news .list li{
padding-bottom: 15px;
}
#news .list li time{
display: block;
}
/*---------------
#news-p
---------------*/
#news-p > div{
width: 90%;
margin: 0 auto;
}
#news-p h3{
font-size: 1.8rem;
padding-bottom: 20px;
}
#news-p .inner p{
padding-bottom: 20px;
}
/*---------------
#about
---------------*/
#about img{
width: 95%;
box-shadow: 20px 20px 0px #dcd1b3;
margin-bottom: 45px;
}
#about .box div div{
padding: 30px;
margin-bottom: 40px;
}
#about .box div h3{
font-size: 4.6vw;
padding-bottom: 20px;
}
#about .box table th{
width: 90px;
padding: 10px;
}
#about .box table td{
width: calc(100% - 130px);
padding: 10px;
}
/*---------------
#chandelier
---------------*/
#chandelier ul.flex{
width: 90%;
padding-bottom: 20px;
}
#chandelier ul.flex li{
width: 48%;
margin-right: 4%;
padding-bottom: 30px;
}
#chandelier ul.flex li:nth-of-type(2n){
margin-right: 0;
}
#chandelier ul.flex li:nth-last-child(-n+2){
padding-bottom: 0;
}
#chandelier ul.flex li a{
transition: .3s;
}
#chandelier ul.flex li a:hover{
opacity: 0.7;
transition: .3s;
}
ul.instagram li img {
height: 140px;
}
/*---------------
#order
---------------*/
#order .category{
padding-bottom: 30px;
}
#order .category li a{
position: relative;
text-align: center;
padding: 15px 25px;
width: 50%;
margin: 0 auto 15px;
}
#order .category li a:after{
position: absolute;
right: 0;
padding-right: 20px;
font-size: 1.4em;
}
#order .item li{
padding-bottom: 40px;
}
#order .item li h3{
font-size: 2.0rem;
padding-bottom: 7px;
}
#order .item li div.flex img{
padding-bottom: 20px;
}
#order .item li div.flex div p{
padding-bottom: 20px;
}
#order .item li div.flex div dl{
padding: 20px;
}
#order .item li div.flex div dl dt{
font-size: 1.6rem;
padding-bottom: 5px;
}
#order .item li div.flex div dl dd{
padding-bottom: 15px;
}
/*---------------
#gallery
---------------*/
#gallery ul.flex{
margin-bottom: 40px;
}
#gallery ul.flex li{
width: calc(48% - 20px) ;
border: solid 10px #fff;
margin-right: 4%;
margin-bottom: 20px;
}
#gallery ul.flex li:nth-of-type(2n){
margin-right: 0;
}
#gallery ul.flex li:nth-last-child(-n+2){
margin-bottom: 0;
}
/*------------------
#contact
------------------*/
#form dl dt {
font-size: 1.6rem;
padding: 10px 0;
}
#form dl dt span {
margin-left: 10px;
}
#form dl dd {
padding-bottom: 15px;
}
input[type="radio"],
input[type="checkbox"]{
margin-left: 15px;
}
#form dl dd textarea{
height: 260px;
}
#contact input[type="submit"]{
width: 70%;
margin-top: 30px;
}

#entry h1 {
font-size: 22px;
}
#entry h2 {
font-size: 20px;
}
#entry h3 {
font-size: 18px;
}
}
@media (min-width: 561px){
/*---------------
#news
---------------*/
#news .list{
width: 60%;
max-width: 800px;
margin-bottom: 30px;
}
#news .list li{
display: table;
margin: 0 auto;
padding-bottom: 20px;
}
#news .list li time{
padding-right: 10px;
}
/*---------------
#news-p
---------------*/
#news-p > div{
display: table;
margin: 0 auto;
}
#news-p h3{
font-size: 2.2rem;
padding-bottom: 30px;
}
#news-p .inner p{
padding-bottom: 30px;
}
/*---------------
#about
---------------*/
#about .box table{
width: 70%;
}
#about .box table th{
width: 30%;
padding:  15px 10px;
}
#about .box table td{
width: 70%;
padding:  15px 10px;
}
/*---------------
#chandelier
---------------*/
#chandelier ul.flex{
padding: 40px 0;
}
#chandelier ul.flex li{
width: 23%;
margin-right: 2.6%;
padding-bottom: 30px;
}
#chandelier ul.flex li:nth-of-type(4n){
margin-right: 0;
}
#chandelier ul.flex li:nth-last-child(-n+4){
padding-bottom: 0;
}
#chandelier ul.flex li a{
transition: .3s;
}
#chandelier ul.flex li a:hover{
opacity: 0.7;
transition: .3s;
}
/*---------------
#order
---------------*/
#order .category{
display: flex;
justify-content: center;
padding-bottom: 40px;
}
#order .category li a{
padding: 10px 25px;
margin-right: 30px;
}
#order .category li:last-of-type a{
margin-right: 0;
}
#order .category li a:after{
padding-left: 10px;
font-size: 1.2em;
}
#order .item li{
padding-bottom: 100px;
}
#order .item li h3{
font-size: 2.4rem;
padding-bottom: 10px;
}
#order .item li div.flex{
display: flex;
justify-content: space-between;
align-items: flex-start;
}
#order .item li div.flex img{
width: 40%;
}
#order .item li div.flex div{
width: 55%;
}
#order .item li div.flex div p{
padding-bottom: 20px;
}
#order .item li div.flex div dl{
padding: 20px;
}
#order .item li div.flex div dl dt{
font-size: 1.8rem;
}
#order .item li div.flex div dl dd{
padding-bottom: 15px;
}
/*---------------
#gallery
---------------*/
#gallery ul.flex li{
width: calc(23% - 40px) ;
border: solid 20px #fff;
margin-right: 2.6%;
margin-bottom: 30px;
}
#gallery ul.flex li:nth-of-type(4n){
margin-right: 0;
}
/*------------------
#contact
------------------*/
#form {
width: 90%;
max-width: 800px;
margin: 0 auto;
}
#form dl {
display: flex;
flex-wrap: wrap;
}
#form dl dt {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 1.8rem;
width: 30%;
}
#form dl dd {
border-top: 1px solid #ddd;
padding: 20px 0 20px 20px;
width: 70%;
}
input[type="radio"],
input[type="checkbox"]{
margin-left: 30px;
}
#form dl dd textarea{
height: 260px;
}
#contact input[type="submit"]{
width: 30%;
margin-top: 40px;
}
}

@media (min-width: 561px) and (max-width: 1024px){
section{
padding: 50px 0;
}
h2{
font-size: 3.6rem;
}
h2 span{
font-size: 1.8rem;
}
h2 span:before{
width: 3px;
height: 20px;
margin: 10px auto;
}
/*---------------
hero
---------------*/
#hero{
height: 30vh;
}
#hero h2{
width: 100%;
top: 65%;
}
/*---------------
#about
---------------*/
#about .box > div{
display: flex;
align-items: center;
justify-content: space-between;
}
#about .box div img{
width: 40%;
box-shadow: 20px 20px 0px #dcd1b3;
}
#about .box div div{
width: 45%;
padding: 30px;
}
#about .box div h3{
font-size: 2.5vw;
padding-bottom: 20px;
}
/*---------------
#chandelier
---------------*/
#chandelier ul.flex{
width: 90%;
}
ul.instagram li img {
height: 200px;
}
}
@media screen and (min-width: 1025px){
section{
padding: 60px 0;
}
h2{
font-size: 4.2rem;
}
h2 span{
font-size: 2.0rem;
}
h2 span:before{
width: 3px;
height: 20px;
margin: 10px auto;
}
/*---------------
hero
---------------*/
#hero{
height: 50vh;
}
#hero h2{
width: 50%;
top: 60%;
}
/*---------------
#about
---------------*/
#about .box div{
position: relative;
margin-bottom: 60px;
}
#about .box div div{
position: absolute;
top: 55%;
right: 0;
transform: translateY(-50%);
}
#about .box div img{
width: 45%;
box-shadow: 30px 30px 0px #dcd1b3;
}
#about .box div div{
width: 55%;
padding: 30px;
}
#about .box div h3{
font-size: 2.0rem;
padding-bottom: 20px;
}
/*---------------
#chandelier
---------------*/
#chandelier ul.flex{
width: 100%;
max-width: 1280px;
}
ul.instagram li img {
height: 240px;
}
}