@charset "UTF-8";

/* 共通部分
------------------------------- */
html {
    font-size: 100%;
}
body{
	font-family: "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    /*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%;
}
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%;
}

.margin-top10 {
	margin-top: 10%;
}
.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;
}

.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
------------------------------- */
header {
	position: sticky;
}

.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;
	text-align: center;
	border-bottom: 2px solid rgba(255,255,255,0.4);
	top: 0;
	left: 50%;
	z-index:9;
	transition:all 1s ease;
	display: flex;
	justify-content:space-around;
	align-items: center;
	padding: 0 20%;
}
@media (max-width: 600px) {
	.page-header-1 {
		display: block;
		height: 125px;
		text-align: center;
		margin: 0 auto;
	}
}
.logo {
    width: 150px;
    margin: 14px 0 0 0;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(120%) contrast(200%);
}
.logo1 {
    width: 300px;
    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: center;
	/*justify-content: space-between;
	flex-wrap: wrap;
	margin: 20px 0 0 0;*/
    font-size: 1rem;    
    list-style: none;
	letter-spacing: 1.5px;
	/*padding-bottom: 10px;*/
	height: 50px;
	align-items: center;
	color:aliceblue;
}
@media (max-width: 600px) {
	.main-nav-1 {
		justify-content: center;
	}
}
.main-nav li {
    margin: 0 20px;
}
.main-nav-1 li {
    margin: 0 10px;
}
.main-nav,.main-nav-1 a {
	font-size: 0.9rem;
	color: aliceblue;
}
.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 > 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-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-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;
}

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

/*-----続きを読む------*/
 /* === ベースの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 > input {
  display       : none;                                   /* 非表示 */
}
 
 /* === チェックボックスのlabel（＝ボタンに見せる） =============== */
.nextReadBox > 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 > 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 > input[type="checkbox"]:not(:checked) + label::after {
  content       : "続きを開く";
}
 
 /* === ボタンに表示する文字（開いているとき） ==================== */
.nextReadBox > input[type="checkbox"]:checked + label::after {
  content       : "閉じる";
}
/*-------------------*/

.reverse {
	flex-direction: row-reverse;
}
@media (max-width: 600px) {
	.reverse {
		flex-direction: row;
	}
}

.subtext {
	font-size: 0.875rem;
	color:darkgrey;
	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: 10% 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: 100vh;
	object-fit: cover;
	object-position: right top;
}
.full-width {
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	position: relative;
}
.full-width img {
	width: 100%;
}
.full-width .img-text-paragraph {
	position: absolute;
	top: 50%;
	left: 20%;
	-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;
	filter: drop-shadow(0px 0px 3px #333);
}
.full-width .img-text-paragraph-2{
	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;
	filter: drop-shadow(0px 0px 3px #333);
}

.full-width p span {
	font-size: 1.125rem;
	font-weight: normal;
}
/*ボタンデコレーション1*/


/*サイドバー共通*/
aside {
	margin: 5% 0;
}
aside p {
    padding: 30px 0 12px 0;
	font-size: 1rem;
}
/*記事部分共通*/
article {
    width: 50%;
	margin: 5% 0;
}
article img {
	width: 100%;
	height: 60vh;
	object-fit: cover;
	margin-bottom: 0px;
}
article p {
    margin-bottom: 1rem;
}
/*ボタンデザイン*/

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

/* wedding
------------------------------- */
.page-title {
	font-family: 'Noto Serif JP', serif;
    font-weight: lighter;
	position: absolute;
	top: 50%;
/*    bottom: -10%;*/
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	margin: auto;
	letter-spacing: 1;
	line-height: 1.5;
	text-align: center;
	color: aliceblue;
	font-size: 1.1rem;
	width: 100%;
	background-color: rgba(240,248,255,0.20);
	text-shadow:
	black 1px 1px 2px, black -1px 1px 2px,
	black 1px -1px 2px, black -1px -1px 2px;
	font-weight: bold;
}

@media (max-width: 600px) {
	.page-title {
		font-family: 'Noto Serif JP', serif;
		font-weight: lighter;
		position: absolute;
		top: 45%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		margin: auto;
		letter-spacing: 1;
		line-height: 1.5;
		text-align: center;
		color: aliceblue;
		font-size: 1.1rem;
		width: 100%;
		background-color: rgba(240,248,255,0.20);
	}
}


#mente-top {
	position: relative;
    background: url("../images/top_image.jpg") ;
	background-position: center;
	background-size:cover;
	height: 100vh;
}

.wedding-content {
	position: relative;
	/*position: -webkit-sticky;
	position: sticky;*/
}
@media (max-width: 1024px) {
	#mente-top {
		background: url("../images/top_image_s.jpg");
		background-position: center;
		background-size: cover;
	}
}

@media (max-width: 600px) {
	#mente-top {
		background: url("../images/top_image_s.jpg");
		background-position: center;
		background-size: cover;
	}
}

.wedding-content p {
    font-size: 1rem;
    margin: 10px 0 0;
	text-align:center;
	line-height:normal;
	font-weight:normal;
	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;
	display: flex;
	flex-direction: column;
}
.sns-box {
    width: 200px;
}

/* フッター
------------------------------- */
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;
}
.ps-br {
	display: block;
}

/*new site NEWS部分*/
.grid,.grid1 {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-top: 6%;
  margin-bottom: 50px;
}
.grid-item,.grid-item1 {
	margin: 1% 1% 3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.grid-item .item {
	width: 30%;
	margin: 5% 20px;
	border: solid 1px #E8E8E8;
}
.grid-item1 .item1 {
	position: relative;
	width: 25%;
	margin: 5% 20px;
	border: solid 1px #E8E8E8;
}
@media (max-width: 600px) {
	.grid-item1 {
		margin: 7% 3% 3%;
	}
	.grid-item1 .item1 {
		width: 70%;
		margin: 3%;
	}
}
.grid-item1 .item1 h4{
	text-align: center;
	margin: 0 auto;
}

.title {
	font-size: 1.5rem;
	font-weight: 100;
	margin-top: 1.5rem;
	margin-bottom: 0rem;
}
.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 p,.item1 p {
	margin-top: 0.5rem;
	font-size: 0.875rem;
}
.item h4,.item1 h4{
	text-align: center;
}
.item video {
	width: 400px;
	height: 400px;
	object-fit: cover;
}
/*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;
	margin: 0 auto;
	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_headline1 {
/*	position: absolute;
	bottom: 0%;
	left: 50%;
	transform: translate(-50%);
	display: inline-block;*/
	padding: 0.3em 0em 0.3em;
	font-weight: lighter;
	width: 100%;
	background-color: rgba(255,255,255,0.75);
}

.news_headline span:hover,.news_headline1 span:hover  {
	color: #0bd;
}

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

}

/*見出し*/
.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%);
}

/*ライン*/
.hr-text {
	font-family: 'Cinzel', serif;
	line-height: 1em;
	margin: 7% 0 0%;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	font-size: 1.25em;
	opacity: .8;
	z-index: 1;
}
.hr-text:before {
	content: '';
	background: -webkit-linear-gradient(left, transparent, #818078, transparent);
	background: linear-gradient(to right, transparent, #818078, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	z-index: 1;
}
.hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 .5em;
	line-height: 1.5em;
	background-color: #fff;
	z-index: 1;
}



/* モバイル版1
------------------------------- */
@media (max-width: 1024px){
	.main-nav-1 li {
		width: 100%;
	}
	.sp-br {
		display: none;
	}
	.ps-br {
		display: block;
	}
	.footer-content ul {
		justify-content: space-around;
	}
	.grid,.grid1 {
	  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) {
	.title {
		margin-top: 1.5rem;
		margin-bottom: 1.5rem;
		font-size: 1.25rem;
	}
	.wrapper {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 4%;
	}
	.wrapper-1 {
		max-width: 100%;
		margin: 0 auto;
		padding: 0 4%;
	}

    .page-header {
        flex-direction: column;
        align-items: center;
    }
    /* HEADER */
    .main-nav,.main-nav-1 {
        font-size: 1rem;
        margin-top: 10px;	
    }
    .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);
	}

	.toggle {
		transform: translateY( 0 );
		opacity: 1;
	}
	.grid {
	  display: grid;
	  gap: 10px;
	  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	  margin-top: 6%;
	  margin-bottom: 50px;
	}
	
    /* HOME */
    .home-content {
        margin-top: 20%;
    }

    /* NEWS */
    .news-contents {
        flex-direction: column;
    }

    article,
    aside {
        width: 100%;
		margin: 0;
    }
	article img {
		height: 300px;
		object-fit:cover;
		margin-bottom: 20px;
	}
    aside {
        margin-top: 20px;
    }
    .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:100vh;
		background-attachment:scroll;
		background-size:cover;
		background-position:center;
	}
	.main-contents {
		width: 100%;
		flex-wrap: wrap;
	}
	.w-contents {
		margin: 20% auto;
	}

	.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: 80vh;
		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 {
		width: 30%;
        margin-bottom: 30px;
    }
	/*NEW-HP*/
	/*ヘッダー*/
	.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: inline-block;
	}
	.ps-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;
	}
	.hr-text {
		margin-top: 5rem;
		font-size: 1.1em;
	}
	.margin-top10 {
		margin-top: 5%;
	}
}

/*追記24.5.27*/
.main-concept {
    font-family: Venetian301Roman, "HonMinSink-L", serif;
/*    font-size: 20px;*/
    letter-spacing: 0.1em;
    line-height: 30px;
    margin: 100px 0 0;
    text-align: center;
}
.main-concept p {
	margin: 1rem;
}

.width50 {
	width: 50%;
	margin: 0 5%;
}
