/* ----- 全体レイアウト -------------------- */

body { 
	font-feature-settings: "palt"; 
	font-family: "Noto Sans JP", "BIZ UDPGothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #666666;
	font-size: 0.9em;
	/* letter-spacing: .05em; */
	font-weight: 400;
	line-height:1.7em;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	height: 100%;
	margin: 0;
	overflow-x: hidden;
	/* scroll-behavior: smooth;
	scroll-padding-top: 80px; /* ヘッダーの高さ分設定 */
	}

body * { box-sizing: border-box; }
section { position: relative; }
.site-content { width:100%; }
.wrapper { width: 90%; max-width: 1120px; margin-left: auto; margin-right: auto; }

img { image-rendering: -webkit-optimize-contrast; }

a { color: #333333; text-decoration: underline; }

hr { 
    height: 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #CFCFCF;
    margin: 3em 0 3em 0; }

h1 { font-size: 2.0em;  margin: 2em 0 1.8em 0;}

/* ----- スキップリンク -------------------- */

.skip-link,.screen-reader-text {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.skip-link:focus,.screen-reader-text:focus {
	position: static;
	width: auto;
	height: auto;
	left: auto;
	background: #000;
	color: #fff;
	padding: 8px;
	z-index: 1000;
}


.breadcrumb-wrap {
  margin-top: 20px;
}


/* ----- パンくず -------------------- */

.breadcrumbs { font-size: .9em; line-height: 1.5em;}

/* ----- ページトップに戻るボタン -------------------- */

.pagetop { position: fixed; z-index: 999; right: 0; bottom: 0; }
.pagetop img { width: 40px; height: 40px; margin-right: 20px; margin-bottom: 20px; }
.pagetop a img:hover { border:none; }

/* ----- ReCAPCHA v3 -------------------- */

.recaptcha-msg { margin-top: 1em; }
.recaptcha-msg p { font-size: .8em; line-height: 1.5em; }
.grecaptcha-badge { visibility: hidden; }

/* ----- PCで電話のクリック・タッチイベントを無効化 -------------------- */

@media (min-width: 769px){ a[href^="tel:"] { pointer-events: none; }}

/* ----- シェアボタン -------------------- */

.sns-share-wrap { margin-top: 60px; margin-bottom:0px; }
.share-btn-container { display: flex; flex-wrap: wrap; justify-content: center; list-style:none; padding-left: 0px; }

.share-btn-card-container { width:24.3%; text-align:center; }
.share-btn-container li { margin-bottom:5px; margin-right:10px; }
.share-btn-container li:first-child { margin-right:10px; }
.share-btn-container li:last-child { margin-right:0px;}
@media screen and (max-width: 1120px) {
	.share-btn-card-container { width:49.4%; }
	.share-btn-container li:last-child { margin-right:0px;}
	.share-btn-container li:nth-child(2) { margin-right:0px; }
	.share-btn-container li:nth-child(3) { margin-right:10px; }
	}
@media screen and (max-width:1024px) {
	.share-btn-card-container { width:49%; }
	.share-btn-container li:last-child { margin-right:0px;}
	.share-btn-container li:nth-child(2) { margin-right:0px; }
	.share-btn-container li:nth-child(3) { margin-right:10px; }
	}
@media screen and (max-width: 768px) {

	.share-btn-card-container { width:47.5%; padding-bottom:4px;}
	.share-btn-container li { margin-right:5px; }
	.share-btn-container li:first-child { margin-right:6px; }
	.share-btn-container li:last-child { margin-right:0px;}
	.share-btn-container li:nth-child(2) { margin-left:6px; margin-right:0px; }
	.share-btn-container li:nth-child(3) { margin-left:0px; margin-right:6px; }
	.share-btn-container li:nth-child(4) { margin-left:6px; margin-right:0px; }

	/*
	.share-btn-card-container { width:60%; }
	.share-btn-container li:first-child { margin-right:0px; }
	.share-btn-container li:last-child { margin-right:0px;}
	.share-btn-container li:nth-child(2) { margin-right:0px; }
	.share-btn-container li:nth-child(3) { margin-right:0px; }
	*/
	}

.sns-txt {text-align: center;font-weight: 700; margin-top: 0px; margin-bottom: 0px;}

.twitter-share,.facebook-share,.line-share, .url-copy { 
	font-size:.9rem; letter-spacing: 0em; line-height:1.1rem; display: inline-block; white-space: nowrap;
	margin-top: 5px; padding: 8px 8px; text-decoration: none; width:100%; border-radius: 5px;
	}

.twitter-share { color: #ffffff; background: #000; }
.facebook-share { color: #ffffff; background: #4267B2; }
.line-share { color: #ffffff; background: #00b900; }
.url-copy { color: #ffffff; background: #008080; }

.twitter a::before,.twitter-share::before	{font-family: "FontAwesome"; content:"\e61a"; margin-right:5px;}
.facebook a::before,.facebook-share::before	{font-family: "FontAwesome"; content:"\f09a"; margin-right:5px;}
.line-share::before	{font-family: "FontAwesome"; content:"\f3c0"; margin-right:5px;}
.url-copy::before {font-family: "FontAwesome"; content:"\f0c1"; margin-right:5px;}

.twitter-share:hover,.twitter-share:active, .facebook-share:hover,.facebook-share:active,
.line-share:hover,.line-share:active,.url-copy:hover,url-copy:active {color:#ffb315; background: #fabe00;}

/* ********** スマホ対応 ****************************** */

/* ----- スマホ/PC別表示非表示 -------------------- */

@media all and (min-width: 769px) { .sp-only { display: none!important; } } /* SPでのみ表示 */
@media all and (max-width: 768px) { .pc-only { display: none!important; } } /* PCでのみ表示 */

/* ----- スマホでのみ改行 -------------------- */

@media (min-width:480px) { .sp_br2 { display:none; }}
@media (min-width:768px) { .sp_br { display:none; }}

/* ********** TABLE ****************************** */

/* ----- スマホでTABLEを横スクロール -------------------- */
	
table {
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	}

/* ********** ヘッダー／フッター ****************************** */

/* ----- ヘッダー -------------------- */


@media screen and (min-width: 769px) { /* PC */
.head {
    margin: 0 auto;
    padding: 1em 0 1em 0;
    text-align: center;
} 
	.head .logo { margin: 0}
	.head .logo img { width: 40%;  max-width: 420px;}
	}
@media screen and (max-width:768px) { /* SP */

.head {
    margin: 0 auto;
    padding: 2.5em 0 0.5em 0;
    text-align: center;
} 
	.head .logo { margin: 0; }
	.head .logo img { width: 70%; }
	}



/* ----- ナビ -------------------- */

#primary-menu {
  list-style: none;
  padding-left: 0;
}


#site-navigation, .main-navigation {
	background:url(../img/bg_gray_02.jpg) repeat center top;
    width: 100%;
    min-height: 1px;
}

/* ---------------
    ナビ pc
	 ---------------*/
.nav{
	text-align: center;
    padding: 0.5em 0;
    
} 

.nav ul{
    padding: 0px; 	
    margin: 0px;
} 


.nav ul li {
    color: #606060;
    display: inline; 
    margin: 0.4em 1em;
	letter-spacing: 0.5px;
} 

.nav a,
.nav a:visited{
    text-decoration: none;
    color: #606060;
} 
.nav a:hover,
.nav ul li a:hover,
.nav a:active {
	color:#feb417;
    text-decoration: none;
}



/* ---------------
    ナビ sp
	 ---------------*/

.nav-sp{
    background-color:none;	
    padding: 0;	
	position: relative;
    z-index: 999999; /* 他の要素の下に隠れないように前面配置させます */
} 
	
	
.nav-sp .menu{
	float: left;
    padding: 10px;	
	text-align: left;
} 

.nav-sp .menu{
    margin: 0;	
	text-align: center;
} 

    
/* メニューのデザイン*/
#globalMenuSp {	
	position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    color: #606060;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.6s;
    width: 100%;
	padding-top:-100px;
    background:rgba(255,255,2550,0.8);
    min-height: 100%;
}

#globalMenuSp ul {
	background:url(../img/bg_gray_02.jpg) repeat center top;
　　margin: 0 auto;
    padding: 30px 0 40px 0;
    width: 100%;
	display:inherit;
}

#globalMenuSp ul li {
    font-size: 1.1em;
    line-height: 2.0em;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: none;
}

/* 最後はラインを描かない */

#globalMenuSp ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

#globalMenuSp ul li a {
    display: block;
    color: #606060;
    padding: 0.5em 0;
    text-decoration: none;
}
#globalMenuSp ul li.btn a {
    justify-content: space-between;
    align-items: center;
    margin: -20px 70px 0 70px;
    padding: 0.5em 0;
    color: #FFF;
    font-weight: bold;
    transition: 0.3s;
    background-color: #606060;
  text-decoration: none;
    display: block;
}


/* このクラスを、jQueryで付与・削除する */

#globalMenuSp.active {
    transform: translateY(0%);
}

/*ハンバーガー用CSS*/

.navToggle {
    display: block;
    position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 1em;
    top: 0.5em;
    width: 2em;
    height: 2em;
    cursor: pointer;
    z-index: 5;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;    /* .navToggleに対して */
    width: 30px;
    border-bottom: solid 2px #606060;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}

.navToggle span:nth-child(1) {
    top: 9px;
}
.navToggle span:nth-child(2) {
    top: 18px;
}
.navToggle span:nth-child(3) {
    top: 27px;
}
.navToggle span:nth-child(4) {

    border: none;
    color: #eee;
    font-size: 9px;
    font-weight: bold;
    top: 34px;
}


/*ハンバーガーメニュータップ後CSS*/
/* 最初のspanをマイナス45度に */

.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    border-bottom: solid 2px #606060;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* 2番目と3番目のspanを45度に */

.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    border-bottom: solid 2px #606060;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);

}





/* ----- フッター -------------------- */

.site-footer { margin-top: 80px; }
.f1{
	margin:0 auto;
	background:url(../img/bg_gray_02.jpg) repeat center top;
	padding: 0;
	width: 100%;
	text-align:center;
	position: relative;
	}

.f1 .snsbox{
	margin:0 auto;
    display: flex;
	padding:40px 0;
	width: 360px;
	position: relative;
	}
.f1 .snsbox .blog{
    width:150px;
	}
.f1 .snsbox .ico{
    width:210px;
	}
.f1 .snsbox .ico img{
    margin: 10px 3px;
	}

.site-info{
    padding: 5em auto;
    text-align: center;
    font-size: 0.8em;
	}





/* ********** アーカイブページ ****************************** */

.archive-header h1 { font-size: 2.0em; line-height: 1.6em; margin: 2em 0 1.8em 0; }
.place-list { list-style: none; padding-left: 0; padding-bottom: 1em; }
.place-list h2 { font-size: 1.6em; line-height: 1.4em; }
.place-list p { margin: 1em auto; }
.place-list li { border-top: 1px solid #CFCFCF; padding-bottom: 2em; list-style: none;}
.place-list li::marker {color: #feb417; }
.place-list li:last-child { border-bottom: 1px solid #CFCFCF; }
.place-works-list li { border-top: none; padding-bottom:0; }
.place-works-list li:last-child { border-bottom: none; }
@media screen and (max-width:768px){
	.archive-header h1 { font-size: 1.6em; line-height: 1.4em; margin: 2em 0 1.8em 0; }
	.place-list h2 { font-size: 1.3em; line-height: 1.4em; margin-top: 2em; margin-bottom:1em; }
	}

/* ----- ページネーション -------------------- */

.archive-pagenation { margin-top:60px; }
.archive-pagenation ul {
	display: flex; list-style: none; justify-content: center; padding-left: 0em; gap: .5em; margin-bottom: 0px;
}
.archive-pagenation li .page-numbers { display: inline-block; min-width: 2em; height: 2em; text-align:center; font-size:1em; letter-spacing: 0em; line-height: 2em; text-align: center; }
.archive-pagenation li a { -webkit-transition: background-color .3s,color .3s; transition: background-color .3s,color .3s; text-decoration: none; background-color: #fff; color: #feb417; border:1px solid #feb417; line-height: 2em; }
.archive-pagenation li a:hover { color:#fff; background:#feb417; text-decoration:none; }
.archive-pagenation .current { background-color: #feb417; color: #fff; line-height: 2em; }

@media screen and (max-width:768px) {
	.archive-pagenation { margin-top:80px; 	margin-bottom:80px; }
	.archive-pagenation ul { display: flex; list-style: none; justify-content: center; font-size:.9em; letter-spacing: 0em; padding-left: 0em; gap: .5em; }
	.archive-pagenation li .page-numbers { display: inline-block; min-width: 2em; height: 2em; text-align: center; }
	.archive-pagenation { margin-top:60px; margin-bottom:0px; }
	.archive-bottom-link { width: 90%; }
	}

/* ----- グリッド（PCで2カラム）-------------------- */

.grid-container { 
	display:grid; 
	grid-template-columns: 49% 49%; 
	/* grid-template-rows:150px 150px; */ 
	padding-left: 0px;
	margin-top: 0px;
	column-gap:2%;
	}
.grid-container li {
	display:flex; 
	padding-top: 10px;
 	padding-bottom: 10px;
}
@media (max-width: 768px){
	.grid-container {
	display: block;
	}
}

.archive-img-works {}
.archive-img-works img { width: 260px; float: left; object-fit: cover; border: 1px solid #d3d3d3; aspect-ratio: 1/1;  }
.archive-info-work{ width:100%; margin-left: 15px; word-break: break-all; line-height: 1.5em; }
.archive-title-works { margin-top: 0; margin-bottom: .5em; }

@media (max-width: 1024px){
	.card-img img { width: 100px; height: 100px; }
	}

@media (max-width: 768px){
	.archive-img-works img { width: 120px; height: 120px!important; }
	.archive-info-work{ margin-left: 10px; }
	}

.work-item:hover img {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}
.work-item:hover h2 {
  color: #c00;
  text-decoration: underline;
  transition: color 0.3s ease;
}

/* ********** ブロックエディターで登録したコンテンツ ****************************** */ 

.bg-gray{background:url(../img/bg_gray_02.jpg) repeat center top;}
.entry-title, h1.entry-title, h1 { font-size: 2.0em; line-height: 1.6em; text-align: center; text-decoration: solid underline  #feb417 0.5em; text-underline-offset: -0.5rem;}
.entry-content h2 { font-size: 1.6em; line-height: 1.4em; margin-top: 3em; margin-bottom: 2em; }
.entry-content h3 { font-size: 1.1em; margin-bottom: .5em; }
.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content { margin-right: 2em !important; }
.wp-block-media-text > .wp-block-media-text__content { padding-top: 0; padding-left: 0; padding-right: 0; }
.wp-block-media-text > .wp-block-media-text__content p { margin-top: 0; }

.wp-block-list.sales-caution {
  border: 1px solid #000;
  padding-top: 1em;
  padding-bottom: 1em;
}
tbody * {
  width: 100% !important;
}

@media screen and (max-width:768px){
	.entry-title, h1.entry-title, h1 { font-size: 1.6em; line-height: 1.4em; text-align: center; text-decoration: solid underline  #feb417 0.5em; text-underline-offset: -0.5rem;}
	.entry-content h2 { font-size: 1.3em; line-height: 1.4em; margin-top: 2em; margin-bottom:1em; }
	.entry-content h3 { font-size: 1.1em; margin-bottom: .5em; }
	.wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content { margin-right: 0 !important; }
	.wp-block-media-text > .wp-block-media-text__content { padding-top: 1em; }
	}

/* ********** サイトトップのお知らせ ****************************** */ 

.top-newslist,.update-list { padding-top:30px; padding-bottom:30px; text-align: center; }
.newslist-date { width: 160px!important; }
@media screen and (max-width:768px){
	.top-newslist,.update-list { padding-top:25px; }
	.newslist-date { width: 135px!important; }
	}

.border-list-wrap { list-style: none; margin: 0; padding: 0; padding-left: 0em !important; margin-bottom:20px; }
.border-list li { display:flex; justify-content:flex-start; border-top:1px solid #cccccc; padding: .5em; text-align:justify; }
.border-list li:last-child { border-bottom:1px solid #cccccc; }
.item { width: 12em; }

@media screen and (max-width:768px){
	.border-list li { padding: .2em 0em .2em .2em; }
	.item { width: 140px; }
	.value { flex-grow: 1; flex-shrink: 1; flex-basis: 0%; }
	}

/* ********** 作品ページ ****************************** */ 

.work-title, .work-info { text-align: center; }
.work-title { font-size: 2.4em; }
.work-spec { font-size: .9em; }
.work-artist { font-size: 1.2em; }
.work-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto; 
}
.work-img img {
  width: 600px;
  max-width: 800px;
  height: auto;
}
.display-amount { 
  font-size: 1.2em; }
.share-btn-container {
  list-style: none;
  padding-left: 0;
}
.place-address { margin-bottom: 0; }
.place-info { margin-top: 0; }
.gmap-wrap iframe {
  width: 100% !important;
  height: 400px !important;
}
@media screen and (max-width: 768px) { 
.work-title { line-height: 1.4em; }
.work-img, .work-img img { width:100%; }
.stripe-button-wrapper {
  text-align: center;
  max-width: 100%;
}
stripe-buy-button {
  display: inline-block;
  max-width: 100%;
}
}

/* ----- 前の記事・次の記事 -------------------- */

.navigation.post-navigation { }
.nav-links { display: flex; margin-top: 30px; margin-bottom: 30px; }
.nav-links div[class^="nav-"] { width: 50%; }
.nav-links .nav-next { margin-left: auto; }
.nav-links .nav-previous + .nav-next { margin-left: -1px; }
.nav-links a {
	display: flex;
	align-items: center;
	width: 100%;
	line-height: 1.5em;
	overflow-wrap: anywhere;
	word-break: break-all;
	text-align: justify;
	}
.nav-links a:hover { }
.nav-previous a { justify-content: left; }
.nav-next a { justify-content: right; }
.nav-previous a::before { content: "＜"; padding-right: .5em; }
.nav-next a::after { content: "＞"; padding-left: .5em; }

@media all and (max-width: 768px) {
	.nav-links a { line-height: 1.3em; }
	.nav-previous { padding-right: 10px; }
	.nav-next { padding-left: 10px; }
	}
	
/* ----- コメント -------------------- */

.comment-metadata {
  font-size: .9em;
}
.comment-content p {
  margin-top: 0;
}
	
.comment-form {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}

.comment-form input[type="submit"] {
  background-color: #333;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* ********** 受賞歴ページ ****************************** */ 

.awards-content h2 { margin-top: .5em; margin-bottom: 0; }
.awards-content .contest-autline ul { list-style: none; padding-left: 0; }


.photo-container { display: flex; flex-wrap: wrap; justify-content: left; list-style:none; padding-left: 0px; margin-top: 10px; margin-bottom: 0px; }
.photo-card-container { width: 19%; padding-bottom: 20px; }

.photo-container li { margin-right: 1.2%; }
.photo-container li:first-child { margin-right: 1.2%; }
.photo-container li:last-child { margin-right: 0px;}
.photo-card-container img { width: 100%; border: 1px solid #d3d3d3; object-fit:cover; aspect-ratio: 1/1; cursor: pointer; }
@media screen and (max-width: 1120px) {
  .photo-card-container { width: 24%; }
}
@media screen and (max-width: 768px) {
  .photo-container { margin-top: 20px; }
  .photo-card-container { width: 48%; padding-bottom: 6px;}
  .photo-container li { margin-right: 2%; }
  .photo-container li:first-child { margin-right: 2%; }
  .photo-container li:last-child { margin-right:0px;}
  .photo-container li:nth-child(2) { margin-left: 2%; margin-right:0px; }
  .photo-container li:nth-child(3) { margin-left: 0; margin-right:2%; margin-top: 10px; }
  .photo-container li:nth-child(4) { margin-left: 2%; margin-right:0px; margin-top: 10px; }
  }

.image-thumbnail {
	cursor: pointer;
}
.image-wrapper {
	position: relative;
}
/* ライトボックス */
.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.5s ease; /* ここでふわっと */
}

/* ライトボックスがアクティブのとき */
.lightbox.active {
	opacity: 1;
	pointer-events: auto;
}

/* 中の画像 */
.lightbox-content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 画像のアニメーション */
.lightbox-content img {
	max-width: 90%;
	max-height: 80%;
	transform: scale(0.8); /* 初期サイズ */
	transition: transform 0.3s ease;
}

/* ライトボックスがアクティブのとき、ズームイン */
.lightbox.active .lightbox-content img {
	transform: scale(1.0); /* 拡大アニメーション */
}

/* 初期状態で非表示 */
.close-button {
	display: none;
	position: absolute; /* fixedじゃなくabsoluteに戻す */
	top: calc(100% + 10px); /* 画像の下に5px離す */
	left: 50%;
	transform: translateX(-50%);
	font-size: 32px;
	color: white;
	background: #ffb315;
	padding: 5px;
	cursor: pointer;
	user-select: none;
	z-index: 10000;
}

/* ライトボックスがアクティブになったときに表示 */
.lightbox.active .close-button {
	display: block;
}

/* 虫眼鏡 */
.mushimegane {
	position: absolute;
	bottom: 8px;
	right: 1px;
	background: #ffb315;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.fa-solid.fa-magnifying-glass {
	font-size: .9em;
	color: #ffffff;
	background: #ffb315;
	padding: 3px;
}