<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	list-style: none;
}
a {
    text-decoration: none;
}
a:link {
    color: #333;
    text-decoration: none;
}
a:visited {
	color: #432;
}
a:hover {
    color: #0bd;
    text-decoration: none;
}
img {
    max-width: 100%;
}
.wrapper {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 4%;
}
.wrapper-1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 4%;
}
.font {
	font-family: 'Philosopher', serif;
}
.cart {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: #4B4B4B;
	letter-spacing: 0.5px;
}
.font-weight {
	font-weight: 100;
}

/*文章省略*/
.text-ab {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.mgl-8 {
	margin-left: 8px;
}
/*画像、PCスマホ切り替え*/
.img-sp {
	display: none;
}
.choice {
	border: 1px solid #a9a9a9;
	background-color: #FFE4E4;
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

/* ローディング画面 */
/* Loading Block */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #FFFFFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 45vh auto;
  background-color: #FFC6C7;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* Loading Animation */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* Hide Loading Block */
.loaded {
  opacity: 0;
  visibility: hidden;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

/* 大きな背景画像 */
.big-bg {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

/* 見出し */
.page-titl
    font-size: 3.5rem;-
	font-family: 'Noto Serif JP', serif;
    font-weight: lighter;
}

.sub-title {
    font-size: 1.375rem;
    padding: 0 8px;
    border-bottom: 2px #009CB8 solid;
    font-weight: normal;
}
.sub-title span {
	text-indent: 1rem;	
}

/* ボタン */
/*.button {
    font-size: 1.375rem;
    background: #0bd;
    color: #fff;
    border-radius: 5px;
    padding: 18px 32px;
}
.button:hover {
    background: #0090aa;
}*/

/* iframe */
iframe {
    width: 100%;
}

/* HEADER
------------------------------- */
.page-header {
    display: flex;
	flex-direction: column;
    align-items: center;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	background-color: rgba(244,207,214,0.5)
}
.page-header-1 {
	font-family: "Gill Sans Std Book", sans-serif;
    display: flex;
	justify-content: space-around;
	align-self: center;
	flex-wrap: wrap;
	position: -webkit-sticky;
	position: sticky;
	z-index: 99999;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,0.8)
}
.logo {
    width: 150px;
    margin: 14px 0 0 0;
}
.main-nav {
    display: flex;
	justify-content: space-around;
    font-size: 1.25rem;
    margin: 15px 0 1px;
    list-style: none;
	border-bottom: solid 1px #E4E4E4;
	border-top: solid 1px #E4E4E4;
}
.main-nav-1 {
	font-family: "Crimson Text","Yu Mincho",YuMincho,serif;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
    font-size: 1rem;
    margin: 20px 0 0 0;
    list-style: none;
	letter-spacing: 1.5px;
}
.main-nav li {
    margin: 0 20px;
}
.main-nav-1 li {
    margin: 0 10px;
}
.main-nav,.main-nav-1 a {
    color: rgba(102,102,51,1);
	font-size: 0.9rem;
}
.main-nav,.main-nav-1 a:hover {
    color: #0bd;
}
.header-top {
	background-color: #F1F1F1;
	width: 100vw;
	height: 4vh;
	text-align: center;
	padding: 5px 0 0;
}

/*----NAVI----*/
.pc-nav &gt; ul{
	display: flex;
	color: #ff0000;
}
.pc-nav li a{
	color: #515151;
	text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}
.sp-nav {
	font-family: 'Philosopher', serif;
	display: none;
}


/* HOME
------------------------------- */
#home {
    background-image: url(../images/main-bg.jpg);
    min-height: 100vh;
}
#home .page-title {
    text-transform: none;
}
.home-content {
    text-align: center;
    margin-top: 10%;
}
.home-content p {
    font-size: 1.125rem;
    margin: 10px 0 42px;
}

/* NEWS
------------------------------- */
#news {
    background-image: url(../images/news-bg.jpg);
    height: 270px;
    margin-bottom: 40px;
}
#news .page-title {
    text-align: center;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

/* 記事部分 */
.post-info {
    position: relative;
    padding-top: 4px;
    margin-bottom: 40px;
}
.post-date {
    background: #0bd;
    border-radius: 50%;
    color: #fff;
    width: 100px;
    height: 100px;
    font-size: 1.625rem;
    text-align: center;
    position: absolute;
    top: 0;
    padding-top: 10px;
}
.post-date span {
    font-size: 1rem;
    border-top: 1px rgba(255,255,255,.5) solid;
    padding-top: 6px;
    display: block;
    width: 60%;
    margin: 0 auto;
}
.post-title {
    font-family: "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: normal;
}
.post-title,
.post-cat {
    margin-left: 120px;
}

/* サイドバー */
.sub-menu {
    margin-bottom: 60px;
    list-style: none;
}
.sub-menu li {
    border-bottom: 1px #ddd solid;
}
.sub-menu a {
    color: #432;
    padding: 10px;
    display: block;
}
.sub-menu a:hover {
    color: #0bd;
}

/*-----続きを読む------*/
 /* === ベースのBOX =============================================== */
.nextReadBox {
  position      : relative;                 /* relative指定は必須   */
  overflow      : hidden;                   /* hidden指定は必須     */
  transition    : .7s;                      /* 開閉の速度           */
  height        : 130px;                    /* 閉じているときの高さ */
 
  background    : #fff;               /* 色や文字情報は変更ください */
  line-height   : 1.7;
  text-align    : left;
  font-size     : 1.125pt;
}
 
 /* === チェックボックス ========================================== */
.nextReadBox &gt; input {
  display       : none;                                   /* 非表示 */
}
 
 /* === チェックボックスのlabel（＝ボタンに見せる） =============== */
.nextReadBox &gt; label {
  position      : absolute;
  display       : inline-block;
  box-sizing    : border-box;
  cursor        : pointer;
 
  bottom        : 0;   /* 左右いっぱいのBOXにグラデーションを付ける */
  left          : 0;
  right         : 0;
  height        : 60px;
  background    : linear-gradient( rgba(255, 255, 255, 0.10),
                                   #ffffff 65% );
 
  padding-top   : 40px;                   /* 下寄せに文字を配置する */
  text-align    : center;
  font-size     : 1.25rem;
  font-weight   : bold;
  color         : #0059b3;
}
 
 /* === 開いているときのボタンサイズを変更 ======================== */
.nextReadBox &gt; input[type="checkbox"]:checked + label {
  background    : rgba(255, 255, 255, 0.60);
  height        : 25px;
  padding-top   : 5px;
  font-size     : 1.25rem;
  font-weight   : bold;
}
 
 /* === ボタンに表示する文字（閉じているとき） ==================== */
.nextReadBox &gt; input[type="checkbox"]:not(:checked) + label::after {
  content       : "続きを開く";
}
 
 /* === ボタンに表示する文字（開いているとき） ==================== */
.nextReadBox &gt; input[type="checkbox"]:checked + label::after {
  content       : "閉じる";
}
/*-------------------*/

.reverse {
	flex-direction: row-reverse;
}
.subtext {
	font-size: 0.875rem;
	color:darkslategray;
	margin-bottom: 3%;
}
.img-shadow img{
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.photo {
	padding: 8px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	/* IE */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true)";
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=135,strength=3,enabled=true); /* IE5.5+ */
	background: #fff;
}

.img-brightness {
	-ms-filter: brightness(110%);
	filter: brightness(110%);
}
.img-brightness105 {
	-ms-filter: brightness(105%);
	filter: brightness(105%);
}
.img-brightness120 {
	-ms-filter: brightness(120%);
	filter: brightness(120%);
}
.img-brightness80 {
	-ms-filter: brightness(80%);
	filter: brightness(80%);
}
.img-saturate {
	filter: saturate(90%);
}
.img-Through {
	background-color: rgba(255,255,255,0.5);
	z-index: 1;
}
.space5 {
	margin-top: 5%;
}
.space10 {
	margin-top: 10%;
}
.space20 {
	margin-top: 20%;
}



/*ワイドMAXコンテンツ部分*/
.w-contents {
	max-width: 1000px;
	margin: 5% auto;
}
.w-contents p {
	text-align: center;
	margin: 20px auto;
}
.wmax1 {
	width: 100%;
	height: 50vh;
	object-fit: cover;
	object-position: 50% top;
}
.wmax2 {
	width: 100vw;
	height: 50vh;
	object-fit:cover;
	object-position: center 75%;
	border: 1px solid #D3D3D3;
}
.full-width {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	position: relative;
	margin-top: 5%;
}
.full-width img {
	width: 100%;
}
.full-width .img-text-paragraph {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin:0;
	padding:0;
	font-size: 2em;
	line-height:1.8;
	/*font-weight:bold;*/
	color: #fff;
	background-color: rgba(255,255,255,0.3);
	width: 100vw;
	text-align: center;
}

.full-width p span {
	filter: drop-shadow(1px 1px 3px #000);
	font-size: 2rem;
	font-weight: normal;
}
/*ボタンデコレーション1*/

/* MAIN------------NEW SITE
------------------------------- */
.main-contents {
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	align-content: space-around;
	margin-top: 10%;
}
.main-contents h2 {
	border-bottom: solid 1px #7B7B7B;
}
.main-contents h2 span {
	font-size: 0.875rem;
	color:darkgrey;
}
.main-contents-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 450px;
}

.main-contents-item h2 {
	position: relative;
	padding: 8px 15px;
	margin-left: 40px;
	background: #def3ff;
	border-radius: 20px;
}

.main-contents-item &gt; p {
	margin: 5% 10% 5% 5%;
}
.main-contents-item h2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 15px;
  left: -40px;
  bottom: 0;
  color: #def3ff;
}

.main-contents-item h2:after {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  font-weight: 900;
  position: absolute;
  font-size: 23px;
  left: -23px;
  bottom: 0;
  color: #def3ff;
}

.main-contents .main-item1 {
	width: 180px;
	margin-top: 0;
}
@media (max-width: 600px) {
	.main-contents .main-item1 {
		width: calc(100vw / 2 ) -3vw;
	}
}

.mainte-p {
	width: 1200px;
	text-align: center;
}
.wrapper1 div p {
	text-align: center;
	font-size: 1.175rem;
	margin-bottom: 30px;
}
.main-contents div p {
	text-align: center;
}

.margin-top10 {
	padding-top: 10%;
}
.margin-bottom10 {
	margin-bottom: 5%;
}
.p-border {
	border: solid 1px rgba(71,0,205,1.00);
	margin-top: 10%;
}
/*サイドバー共通*/
.aside {
    width: 50%;
	margin: 2.5%;
}
.aside p {
    padding: 30px 0 12px 0;
	font-size: 1rem;
}
/*記事部分共通*/
.article {
    width: 50%;
	margin: 5% 2.5%;
}

.article img {
	width: 100%;
	height: 45vh;
	object-fit: cover;
	margin-bottom: 20px;
}
.article p {
    margin-bottom: 1rem;
}
/*ボタンデザイン*/


/* MAIN END------------NEW SITE
------------------------------- */




/* wedding
------------------------------- */
#wedding-top {
    background-image: url("../images/main/braidal/engaged-chair-white.jpg");
	background-position: center 70%;
    min-height: 80vh;
}
#wedding-marriage {
    background-image: url("../images/main/braidal/marriage/eterno.jpg");
	background-position: center 70%;
	filter: grayscale(10);
    min-height: 90vh;
}
#wedding-engaged {
    background-image: url("../images/main/braidal/engaged-chair-red.jpg");
	background-position: center 100%;
    min-height: 80vh;
}
#wedding-order {
    background-image: url("../images/main/braidal/engaged-chair-white.jpg");
	background-position: center 100%;
	filter: brightness(90%);
    min-height: 70vh;
}
.wedding-content {
    max-width: 700px;
    margin-top: 8%;
	/*position: -webkit-sticky;
	position: sticky;*/
	top: 40vh;
	left: 0;
}
.wedding-content .page-title {
	font-family: 'Noto Serif JP', serif;
    text-align: center;
	color: #FFFFFF;
	text-shadow: 0 0.05em 0.08em rgba(0,0,0,0.7);
	font-size: 3rem;
	font-weight: lighter;
}
.wedding-content p {
    font-size: 1.250rem;
    margin: 10px 0 0;
	text-align:center;
	line-height:0.95em;
	font-weight:bold;
	color: #fffff0;
	text-shadow: 0 0.05em 0.08em rgba(0,0,0,0.7);
}

/*スクロールスナップ*/
.container {
	overflow: auto;
	scroll-snap-type: y proximity;
	height: 100vh;
}
.area {
	scroll-snap-align: start;
	height: 100vh;
}
.area-1 {
	scroll-snap-align: center;
	height: 60vh;
	margin: 20vh auto 10vh;
}
.area-end {
	scroll-snap-align: end;
	height: 5vh;
}
 
.fixed-background{
	min-height:100vh;
	background-attachment:fixed;
	background-size:cover;
	background-position:center;
}


/* CONTACT
------------------------------- */
#contact {
    background-image: url(../images/contact-bg.jpg);
    min-height: 100vh;
}

/* フォーム */
form div {
    margin-bottom: 14px;
}
label {
    font-size: 1.125rem;
    margin-bottom: 10px;
    display: block;
}
input[type="text"],
input[type="email"],
textarea {
    background: rgba(255,255,255,.5);
    border: 1px #fff solid;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
input[type="text"],
input[type="email"] {
    width: 100%;
    max-width: 240px;
}
textarea {
    width: 100%;
    max-width: 480px;
    height: 6rem;
}
input[type="submit"] {
    border: none;
    cursor: pointer;
    line-height: 1;
}

/* 店舗情報・地図 */
#location {
    padding: 4% 0;
}
#location .wrapper {
    display: flex;
    justify-content: space-between;
}
.location-info {
    width: 22%;
}
.location-info p {
    padding: 12px 10px;
}
.location-map {
    width: 74%;
}

/* SNS */
#sns {
    padding: 1% 0 4%;
}
#sns .wrapper {
    display: flex;
    justify-content: space-between;
}
#sns .sub-title {
    margin-bottom: 30px;
}
.sns-box {
    width: 30%;
}

/* フッター
------------------------------- */
small {
	text-align: center;
}
footer {
	border-top :solid 1px #DCDCDC;
    background: #F1F1F1;
    padding: 26px 0;
	font-family: "Crimson Text","Yu Mincho",YuMincho,serif;
	/*font-family: 'Philosopher', serif;*/
}
footer p {
    color: #535353;
    font-size: 0.875rem;
	text-align: center;
}
footer h3 {
	border-bottom: solid 1px #7C7C7C;
	margin: 10px auto;
}
footer a {
	color:black;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
footer a:hover {
	color:#0bd;
}
footer ul {
	list-style: none;	
}
footer li {
	text-indent: 1em;
	font-size: 0.9rem;
	line-height: 1.875rem;
}
.footer-logo{
    width: 200px;
	font-size: 0.8rem;
}
.footer-logo img{
    width: 150px;
}

.footer-content {
	display: flex;
	justify-content:space-around;
	margin: 30px auto 60px;
	flex-wrap: wrap;
}
.ginzaten-map {
	
}
.text-left {
	text-align: left;
	padding: 3%;
	letter-spacing: 0.1rem;
}

.text-bold {
	font-weight: bold;
	font-size: 1.125rem;
}
/*hrライン*/
hr .style {
	border-top: 1px dashed #8c8b8b;
}
/***追従するトップへ戻るボタン***/
#pageTop {
  position: fixed;
  bottom: 50px;
  right: 20px;
}

#pageTop i {
  padding-top: 6px
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 4px 0 0 0px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  background-color: #9FD6D2;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
/***追従するトップへ戻るボタン***/

/*改行*/
.sp-br {
	display: none;
}
.pc-br {
	display: block;
}

/*new site NEWS部分*/
.title {
	font-size: 1.5rem;
	font-weight: 100;
}
.news {
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	margin-top: 10%;
}
.news .item {
	width: 30%;
	margin: 5% 20px;
	border: solid 1px #E8E8E8;
}
.news a {
	text-decoration: none;
}
.item {
	margin-bottom: 10%;
}

.item p {
	font-family: "MS Serif", "New York", "serif";
	margin-top: 0.5rem;
	padding: 1%;
	font-size: 1rem;
}
.item h4{
	text-align: center;
}
.item video {
	width: 400px;
	height: 400px;
	object-fit: cover;
}
.grid {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}
.grid-item {
	margin: 1% 1% 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*newアイコン*/
.news_headline {
	position: relative;
	display: inline-block;
	padding: 0.3em 0em;
	font-weight: lighter;
}
.news_headline span {
	position: relative;
	padding: 0.3em 0.3em 0.3em 0.5em;
	color: #000000;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: #f2f2f2;
	/*background-color: #FFFFFF;*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.news_headline span:hover {
	color: #0bd;
}

/*表示・非表示*/
.ps-display {
	display: block;
}
.sp-display {
	display: none;
}
.sns-box i {
	margin: 0 1rem 0 2rem;	
}
.wrap {
		overflow: hidden;
}

/*見出し*/
.caption {
    text-align: center;
	margin: 30px 0;
}
.caption span{
     position: relative;
     display: inline-block;
     padding: 0 0.8em;
	 z-index: 2;
}
      
.caption span::before{
     position: absolute;
     content: '';
     top:0;
     right:0.2em;
     width: 0.2em;
     height:100%;
     border: solid 1px black;
     border-left: none;
}
 
.caption span::after{
     position: absolute;
     content: '';
     top:0;
     left:0;
     width: 0.2em;
     height:100%;
     border: solid 1px black;
     border-right: none;
}


/* モーダルCSSここから */
.modalArea {
  visibility: hidden; /* displayではなくvisibility */
  opacity : 0;
  position: fixed;
  z-index: 10; /* サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 70%;
  max-width: 500px;
  padding: 10px 30px;
  background-color: #fff;
}

.closeModal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}

.is-show { /* モーダル表示用クラス */
  visibility: visible;
  opacity : 1;
}
/* モーダルCSSここまで */


/* 以下ボタンスタイル */
button {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #282828;
  border-radius: 2px;
  cursor: pointer;
}

#openModal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translate(-50%,-50%);
}



/* モバイル版1
------------------------------- */
@media (max-width: 1024px){
	#menu {
		background-image: url("../images/main/05-1.jpg");
		background-position: 55% 45%;
		min-height: 85vh;
	}
	.main-nav-1 li {
		width: 22%;
	}
	.fixed-background{
		min-height:100vh;
		background-attachment:scroll;
		background-size:cover;
		background-position:center;
	}
	.article {
		width: 60%;
		margin: 3% 0;
	}
	.aside {
		width: 34%;
		margin: 3% 0;
	}
	.aside p {
		padding: 30px 0 12px 0;
		font-size: 1rem;
	}
	.main-contents {
	}
	.full-width .img-text-paragraph {
		position: absolute;
		width: 40%;
		top: 50%;
		left: 25%;
		-ms-transform: translate(-50%,-50%);
		-webkit-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
		margin:0;
		padding:0;
		font-size: 1.25em;
		line-height:1.8;
		font-weight:bold;
		color: #fff;
		filter: drop-shadow(0px 0px 3px #333);
	}
	.full-width p span {
		font-size: 0.9rem;
		font-weight: normal;
	}
	.wmax2 {
		width: 100vw;
		height: 30vh;
		object-fit: cover;
	}
	.news {
		margin-top: 40%;
	}
	.news .item {
		width: 30%;
		margin: 5% 10px;
		border: solid 1px #E8E8E8;
	}
	.news .item p {
		font-size: 1rem;
	}
	.sp-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
	.footer-content ul {
		justify-content: space-around;
	}
	.grid {
	  display: grid;
	  gap: 50px;
	  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	  margin-top: 6%;
	  margin-bottom: 50px;
	}
}
/* モバイル版2
------------------------------- */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
/* モバイル版3
------------------------------- */
@media (max-width: 600px) {
	.wrapper {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 4%;
	}
	.wrapper-1 {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 4%;
	}
    .page-title {
        font-size: 2.5rem;
    }
    .page-header {
        flex-direction: column;
        align-items: center;
    }
    /* HEADER */
    .main-nav,.main-nav-1 {
        font-size: 1rem;
        margin-top: 10px;
		display: none;		
    }
    .main-nav,.main-nav-1 li {
        margin: 0 20px;
    }
	.sp-nav {
		display: block;
	}
	.img-pc {
        display: none;
    }
    .img-sp {
        display: block;
    }
	/* ハンバーガー */
	.pc-nav {
		display: none;
		text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	}
	.sp-nav {
		z-index: 1;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		display: block;
		width: 100%;
		background: rgba(0, 0, 0, .8);
		opacity: 0;
		transform: translateY(-100%);
		transition: all .2s ease-in-out;
	}
	#hamburger {
		position: relative;
		display: block;
		top: 20px;
		right: 10px;
		width: 30px;
		height: 25px;
		margin: 0 0 0 auto;
		cursor: pointer;
	}
	#hamburger span {
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 100%;
		height: 2px;
		background-color: #525252;
		transform: translateY(-50%);
	}
	#hamburger::before {
	   content: '';
	   display: block;
	   position: absolute;
	   top: 0;
	   left: 0;
	   width: 100%;
	   height: 1.5px;
	   background-color: #525252;
	}
	#hamburger::after {
	   content: '';
	   display: block;
	   position: absolute;
	   bottom: 0;
	   left: 0;
	   width: 70%;
	   height: 2px;
	   background-color: #525252;
	}
	/*スマホメニュー*/
	.sp-nav ul {
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		height: 100%;
		list-style-type: none;
	}
	.sp-nav li {
		margin: 0;
		padding: 0;
	}
	.sp-nav li span {
		font-size: 15px;
		color: #fff;
	}
	.sp-nav li a,.sp-nav li a span  {
		display: block;
		padding: 15px 0 ;
		color: aliceblue;
	}
	.sp-nav li a:hover,.sp-nav li span:hover {
		color:cornflowerblue;
	}
	
	/*-閉じるアイコンー*/
	.sp-nav .close {
		position: relative;
		cursor: pointer;
		padding: 15px 0 15px 20px;
	}
	.sp-nav .close::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( 45deg );
	}
	.sp-nav .close::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		display: block;
		width: 16px;
		height: 1px;
		background: #fff;
		transform: rotate( -45deg );
	}
	.toggle {
		transform: translateY( 0 );
		opacity: 1;
	}
	.grid {
	  display: grid;
	  gap: 15px;
	  grid-template-columns: repeat(auto-fit, minmax(calc(90% / 2), 1fr));
	  margin-top: 6%;
	  margin-bottom: 50px;
	}
	
    /* HOME */
    .home-content {
        margin-top: 20%;
    }

    /* NEWS */
    .news-contents {
        flex-direction: column;
    }
    #news .page-title {
        margin-top: 30px;
    }
    .article,
    .aside {
        width: 100%;
		margin: 0;
    }
	.article img {
		height: 300px;
		object-fit:cover;
		margin-bottom: 20px;
	}
    .aside {
        margin-top: 60px;
    }
    .post-info {
        margin-bottom: 30px;
    }
    .post-date {
        width: 70px;
        height: 70px;
        font-size: 1rem;
    }
    .post-date span {
        font-size: 0.875rem;
        padding-top: 2px;
    }
    .post-title {
        font-size: 1.375rem;
    }
    .post-cat {
        font-size: 0.875rem;
        margin-top: 10px;
    }
    .post-title,
    .post-cat {
        margin-left: 80px;
    }
	.news .item {
		width: 100%;
		margin: 5% 20px;
	}
    /* MENU */
    .menu-content {
        margin-top: 20%;
    }
	#menu {
		background-image: url("../images/main/05-1.jpg");
		background-position: 55% 45%;
		min-height: 85vh;
	}
	.fixed-background{
		min-height:85vh;
		background-attachment:scroll;
		background-size:cover;
		background-position:center;
	}
	.main-contents {
		/*display: block;*/
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.w-contents {
		margin: 20% auto;
	}
    /* CONTACT */
    #contact .page-title {
        margin-top: 40px;
    }
	.full-width .img-text-paragraph {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		font-size: 1.25rem;
		filter: drop-shadow(0px 0px 3px #C9C9C9);
	}
	.full-width .img-text-paragraph-2 {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 90%;
		font-size: 1.25rem;
		filter: drop-shadow(0px 0px 3px #C9C9C9);
	}
	
	.full-width p span{
		font-size: 1.125rem;
	}
	.wmax1 {
		width: 100%;
		height: 60vh;
		object-fit: cover;
		object-position: 90% top;
	}
	.wmax2 {
		width: 100vw;
		height: 50vh;
		object-fit: cover;
		object-position: 50% 70%;
	}

    /* フォーム */
    input[type="text"],
    input[type="email"],
    textarea {
        max-width: 100%;
    }

    /* 店舗情報・地図 / SNS */
    #location .wrapper,
    #sns .wrapper {
        flex-direction: column;
    }
    .location-info,
    .location-map,
    .sns-box {
        width: 100%;
    }
    .sns-box {
        margin-bottom: 30px;
    }
	/*NEW-HP*/
	/*ヘッダー*/
	.page-header-1 {
		justify-content: center;
	}
	.cart {
		margin-left: 10%;
	}
	/*フッター*/
	.footer-content {
		display: flex;
		flex-direction: column;
		margin: 20px 10% 40px;
	}
	footer ul {
		margin: 30px 0 0;	
	}
	footer ul ul{
		margin: 5px 0 0;
	}
	/*改行*/
	.sp-br {
		display: block;
	}
	.pc-br {
		display: none;
	}
	/*テキスト省略*/
	.text-ab {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}
	.sp-display {
		display: block;
	}
	.ps-display {
		display: none;
	}

}
</pre></body></html>