#company .company3 h4 {
    text-align: center;
    background-color: rgb(23 45 53 / 0%);
}

#company .company3 {color: #333333;}

#company .company3 h6 {
    font-size: 1.5em;
    font-weight: 500;
    -webkit-margin-before: 0em;
}

.article{
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
 color: #333333;
}

.article img{
	float: left;
	margin: 5px 60px 20px;
}

.article p{
	margin-bottom: 20px;
}

.article h4{
	margin-bottom: 0;
}


/*=========================
# メニュー PCのみ非表示・SP表示
=========================*/
.sp-active.menu-item {
	display: none;
}
@media only screen and (max-width: 767px) {
.sp-active.menu-item {
	display: block;
}
}

/*=========================
# PEAT ADVANCE KYOTOページ
　　　　(JPN/EN)
=========================*/
#kyoto {
	color: #333;
	font-family:"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.125em;
}
#kyoto img {
	margin-bottom: 0;
}
#kyoto .sp{
	display: none;
}
.inlineblock-item {
	display: inline-block;
}

/* 英語ページ用 */
#kyoto .kyoto-en {
  letter-spacing: 0.06em;	
}

/* 言語選択ボタン */
.kyoto-language {
	text-align: right;
}
.kyoto-language a {
	display: inline-block;
	text-align:right;
	border: 1px solid #333;
	text-decoration: none;
	color: #333;
	padding: 4px 16px; 
	font-size: 1.125em;
	line-height: 1;
  letter-spacing: calc(50 / 1000 * 1em);
	transition: all .3s;
}
.kyoto-language a:hover {
	opacity: 0.8;
}

/* メインビジュアル */
.kyoto-mv {
	margin-top: calc(70 / 16 * 1em);
	width: 700px;
	max-width: 100%;
	margin-inline: auto;
}
.kyoto-mv img {
	width: 100%;
}
.kyoto-top {
	margin-top: calc(20 / 18 * 1em);
  display: flex;
  align-items: flex-end;
}
.kyoto-top-en .kyoto-top {
	align-items: center;	
}

.kyoto-top .d-1of2 p:last-child {
	margin-bottom: 0;
}
.kyoto-top-last-text {
	display: block;
	margin-top: calc(22 / 18 * 1em);
}

.kyoto-top-fukidashi-guide {
		margin-top: calc(90 / 16 * 1em);
	text-align: center;
}


/* Whisky と　日本酒共通 */
.kyoto-box {
	margin-top: calc(100/ 16 * 1em);
	margin-right: 15px;
	border: 1px solid #333;
	padding: 48px 41px 24px;
	position:relative;
}

.kyoto-box-title {
	position: absolute;
	top: 0;
	left: 0;
}

p.kyoto-box-text {
	line-height: calc(28 / 18);
	width: 51%;
}
p.kyoto-box-note {
		margin-top: calc(58/ 12 * 1em);
	font-size: calc(12/ 18 * 1em);
	font-weight: bold;
	text-align: center;
}
/* 英語ページ用 */
.kyoto-en .kyoto-box-note {
	letter-spacing: 0.07em;
}

.kyoto-box-btn {
	margin-top: calc(58/ 18 * 1em);
}
.kyoto-box-btn.btn-wrap a {
	background-color: #fff550;
	color: #333;
	border: none;
	font-size: calc(18 / 18 * 1em);
  letter-spacing: calc(50 / 1000 * 1em);
	box-shadow: none;
	padding: calc(17/ 18 * 1em) calc(61/ 18 * 1em);
	font-weight: bold;
}
.kyoto-box-btn:hover a {
		background-color: #fff550;
		color: #333;
	opacity: 0.7;
}

/* Whisky */
.kyoto-box-whisky-title {
  transform: translatey(-86%);
}
.kyoto-box-whisky-main {
		aspect-ratio: 1058 / 622;
	
	&::before {
		position: absolute;
		content: "";
		background: url("https://naokatsu.com/wp-content/uploads/2024/06/kyoto-whisky-img.webp") no-repeat right top / contain;
		width: calc(100% + calc(15/ 16 * 1em));
		height: 100%;
		top: calc(-45/ 16 * 1em);
		right: calc(-15/ 16 * 1em);
		z-index: 1;
    pointer-events: none;
	}
}
/* 英語ページ用 */
.kyoto-en .kyoto-box-whisky-main::before {
	background: url("https://naokatsu.com/wp-content/uploads/2024/06/kyoto-whisky-img-en.webp") no-repeat right top / contain;
}

.kyoto-box-whisky-img {
  display: none;
}
.kyoto-box-whisky-img2 {
	margin-top: calc(10 / 18 * 1em);
}
.kyoto-box-whisky-img2 img {
	width: 100%;
}

/* 日本酒 */
.kyoto-box-sake {
	margin-top: calc(189/ 18 * 1em);
}
.kyoto-box-sake-main {
		aspect-ratio: 1028 / 393;
	
	&::before {
		position: absolute;
		content: "";
		background: url("https://naokatsu.com/wp-content/uploads/2024/06/kyoto-ishikawa.webp") no-repeat right top / contain;
		width: 100%;
		height: 100%;
		top: calc(-45/ 16 * 1em);
		right: calc(-23/ 16 * 1em);
		z-index: 1;
		pointer-events: none;
	}
}
.kyoto-box-sake-main-en {
	&::before {
		position: absolute;
		content: "";
		background: url("https://naokatsu.com/wp-content/uploads/2024/06/kyoto-ishikawa-en.webp") no-repeat right top / contain;
	}
}

.kyoto-box-sake-title {
  transform: translatey(-100%);
}

.kyoto-box-sake-img {
	display: none;
}

/* セクション共通(AREAMAP,ACCESS) */
h2.kyoto-section-title {
	background: transparent;
	font-weight: 300;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: calc(48 / 18 * 1em);
	color: #333;
	letter-spacing:0.2em;
	
	&::before,&::after {
	display: none;
	}
}
.kyoto-section-text {
	text-align: center;
}
	
/* AREA MAP	*/
.kyoto-area {
	margin-top: calc(130 / 18 * 1em);
}
.kyoto-area-column {
	margin-top:calc(52 / 18 * 1em);
}
.kyoto-area-column .d-1of2:first-child {
	padding-right: 0;
}
.kyoto-area-column .d-1of2:first-child img {
	width: 100%;
}

.kyoto-area-column .d-1of2:nth-child(2) {
	padding-right: 0;
	padding-left: 4%;
}

.kyoto-area-fukidashi {
	text-align: center;
}
.kyoto-area-table {
	margin-top: calc(52 / 18 * 1em);
	display: flex;
	gap: calc(35 / 18 * 1em);
}

.kyoto-area-column-en {
	width: 100%;
	max-width: 782px;
	margin-inline: auto;
}
.kyoto-area-column-en img {
	width: 100%;
}

.kyoto-area-andmore {
	margin-top: calc(36 / 18 * 1em);
	margin-left: calc(212 / 18 * 1em);
}
p.kyoto-area-big-text {
	margin-top: calc(60 / 18 * 1em);
	font-size: calc(24 / 18 * 1em);
	line-height: calc(37 / 24);
}
.kyoto-area-big-text span {
	display: inline-block;
}

.kyoto-area-humans {
	display: none;
}

/* ACCESS */
.kyoto-access {
	margin-top: calc(94 / 18 * 1em);
}
.kyoto-access-column {
	margin-top: calc(66 / 18 * 1em);
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:  calc(44 / 18 * 1em) calc(20 / 18 * 1em);
}
li.kyoto-access-column-item {
	list-style: none;
}
.kyoto-access-head {
	margin-top: calc(8 / 18 * 1em);
	font-family: "Lato", sans-serif;
	font-size: calc(40 / 18 * 1em);
	font-weight: 300;
	line-height: 1;
	display: flex;
}
.kyoto-access-number-last {
  letter-spacing: 0.25em;
}
.kyoto-access-head-last {
	margin-top: calc(40 / 18 * 1em);
	justify-content: center;
	align-items: center;
}

.kyoto-access-arrow{
	position: relative;
  display: inline-block;
	padding: 0 20px;
    color: #333;
    text-decoration: none;
    outline: none;
	width: 100%;
}

/*矢印と下線の形状*/
.kyoto-access-arrow::before{
    content: '';
		position: absolute;
    bottom:0;
    left:6%;
    /*下線の形状*/    
    width: 94%;
    height: 1px;
		background:#333;
}

.kyoto-access-arrow::after{
    content: '';
		position: absolute;
    bottom:5px;
    right:0;
    /*矢印の形状*/    
    width: 15px;
    height:1px;
		background:#333;
    transform: rotate(35deg);
}

p.kyoto-access-text {
	margin-top: calc(16 / 18 * 1em);
	margin-bottom: 0;
}
/* 英語ページ用 */
.kyoto-en .kyoto-access-text {
	letter-spacing: 0;
}

p.kyoto-access-text-last {
	margin-top: 0;
	font-size: 18px;
	margin-left: calc(10 / 18 * 1em);
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.kyoto-access-shop-img {
		margin-top: calc(40 / 18 * 1em);
	text-align: center;
}

.kyoto-access-welcome {
	text-align: center;
	margin-top: calc(49 / 18 * 1em);
}

/* 電話番号(ENGLISHページのみ表示) */
	.kyoto-phone-wrap {
		margin-top: calc(170 / 18* 1em);	
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.kyoto-phone-img {
		width: calc(57 / 18* 1em);
		height: auto;
	}
	p.kyoto-phone {
		margin-left: calc(12 / 18* 1em);
		margin-bottom: 0;
		font-size: calc(40 / 18* 1em);
		font-weight: 700;
		font-family: "Montserrat", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
p.kyoto-hours {
		margin-top: calc(70 / 18* 1em);	
		margin-bottom: calc(70 / 18* 1em);	
		font-size: calc(24 / 18* 1em);
		font-weight: 700;
		line-height:calc(36 / 24);
	  text-align:center;
}

@media only screen and (max-width: 1024px) {
/* Whisky と 日本酒調整	 */
	.kyoto-box {
		padding:  calc(49 / 18 * 1em) 0 0;
		border: none;
		border-top: 1px solid #333;
		max-width: 660px;
		margin-inline: auto;
	}
	.kyoto-box-title {
		left: 50%;
    transform: translate(-57% , -86%);
	}
	.kyoto-box-sake-title {
	  transform: translate(-57%, -94%);
  }
	p.kyoto-box-text {
		width: 100%;
		line-height: calc(54 / 30);
		font-weight: 500;
		margin-bottom: 0;
	}
	
	.kyoto-box-whisky-main {
    aspect-ratio: auto;
		&::before {
		display: none;
		}
	}
	.kyoto-box-whisky-img {
 	 display: block;
	}
	
	.kyoto-box-sake-main {
		aspect-ratio: auto;
		&::before {
			display: none;
		}	
	}
	.kyoto-box-sake-whisky,
	.kyoto-box-sake-img {
		display: block;
	}
	
	.kyoto-box-sake-img {
		margin-top: calc(20 / 18* 1em);
	}
}

@media only screen and (max-width: 767px) {
	#kyoto {
		max-width: 545px;
    margin-inline: auto;
	}
	#kyoto .pc{
		display: none;
	}
	#kyoto .sp{
		display: block;
	}

　　　　/* メインビジュアル（SP） */
	.kyoto-mv {
		margin-top: calc(40 / 16* 1em);
		width: 90%;
	}
	.kyoto-top {
		display: block;	
		margin-top: calc(40 / 18* 1em);
	}
	.kyoto-top .d-1of2:nth-child(2) {	
		margin-top: calc(40 / 18 * 1em);
		margin-inline: calc(50% - 50vw);
    width: 100vw;
	}
	.kyoto-top-last-text {
		margin-top: 0;
	}
	
	.kyoto-top-img {
		text-align: center;
	}
	.kyoto-top-img img {
		width: 100%;
	}
	
	.kyoto-top-fukidashi-guide {
		margin-top: calc(60 / 18* 1em);
	}
	.kyoto-top-fukidashi-guide img {
		margin-bottom: 0;
	}

　　　/* Whisky と　日本酒共通（SP）	 */
	.kyoto-box {
		margin-top: calc(90 / 16* 1em);
	}
	p.kyoto-box-note {
		margin-top: calc(40 / 18* 1em);	
		font-size: 1rem;
	}
	.kyoto-box-btn.btn-wrap a {
		letter-spacing: 0;	
    padding: calc(10 / 18* 1em) calc(20 / 18* 1em);
	}

	/* セクション共通(AREAMAP,ACCESS) (SP) */
	h2.kyoto-section-title {
		margin-bottom: calc(14 / 18* 1em);
		font-size: calc(34 / 18 * 1em);
	}
	.kyoto-section-text {
		font-size: 0.9em;
	}
	
    /* AREA MAP(SP） */
	.kyoto-area-fukidashi {
	  margin-top: calc(62 / 18 * 1em);
	}
	
	.kyoto-area-table {
		margin-top: calc(20 / 18* 1em);
		justify-content: center;
		gap: calc(10 / 18 * 1em);	
    line-height: calc(31 / 18);
		font-size: 0.9em;
	}
	.kyoto-area-table-left {
		width: 60%;
	}
		.kyoto-area-table-right {
		width: 40%;
	}

	.kyoto-area-column {
    margin-top: calc(36 / 18* 1em);		
	}
  .kyoto-area-column .d-1of2:first-child { 
		text-align: center;
	}
	.kyoto-area-column .d-1of2:nth-child(2)  {
		padding-left: 0;
	}
	.kyoto-area-andmore {
		margin-top: 0;
		margin-left: auto;
		text-align: right;
	}
		.kyoto-area-andmore img {
	    width: calc(132 / 18 * 1em);
	}
	
	p.kyoto-area-big-text {
		text-align: center;
		font-size: 1.2rem;
	}
	
	.kyoto-area-humans {
		display: block;
		margin-top:calc(12 / 18 * 1em);			
	}
	.kyoto-area-human-content {
		display: flex;
		align-items: flex-end;
	}
	.kyoto-area-human-content:nth-child(n + 2) {
	margin-top:calc(20 / 18 * 1em);	
}
	.kyoto-area-human-img {
		width: 40px;	
	}
	p.kyoto-area-human-text {
	  margin-left:calc(15 / 18 * 1em);	
		margin-bottom: -5px;
		line-height: 1.4;
	}

		/* ACCESS(SP） */
	.kyoto-access {
			margin-top: calc(60 / 18 * 1em);	
	}
	.kyoto-access-column {
		grid-template-columns: 1fr;
		margin-top: calc(26 / 18 * 1em);	
		gap: calc(12 / 18* 1em);
	}
	ul li.kyoto-access-column-item {
		padding-left: 0;
	}
	ul li.kyoto-access-column-item::before {
		display: none;
	}
	
	.kyoto-access-img img {
		width: 100%;
	}
	
	.kyoto-access-head-wrap {
		display: flex;
	}
	.kyoto-access-head {
		width: 15%;
		height: calc(34 / 18 * 1em);
		margin-left: 12px;
	}
	.kyoto-access-arrow {
		padding: 0;
		margin-left: 9px;
	}
	.kyoto-access-arrow::before {
		width: 1px;
		height: 100%;
		left: 20%;
	}
		.kyoto-access-arrow::after {
	  transform: rotate(-44deg);
		 left: 16%;
	}

	.kyoto-access-head-last {
    margin-top: calc(10 / 18* 1em);
		width: 100%;
		justify-content: left;
	}
	.kyoto-access-shop-img {
		margin-top: 0;
	}
	.kyoto-access-welcome {
    margin-top: calc(86 / 18* 1em);
	  margin-bottom: calc(86 / 18* 1em);
  }
	.kyoto-access-welcome img {
	  width: 40.6%;
	}
	
	/* 英語ページ用 */
	.kyoto-en .kyoto-access-text {
		line-height: 1.3;
	}
　　　　　　/* 電話番号（SP） */
	.kyoto-phone-wrap {
		margin-top: 0;	
	}
	.kyoto-phone-wrap {
		margin-top: 0;	
	}
	.kyoto-phone-img {
    width: calc(40 / 18* 1em);
	}
	
	p.kyoto-phone {
    margin-left: calc(7 / 18* 1em);
		font-size: calc(34 / 18* 1em);
	}
	p.kyoto-hours {
		margin-top: calc(23 / 18* 1em);
		line-height: 1.7;
		font-size: calc(19 / 18* 1em);
		letter-spacing: 0;
	}
}


/*=========================
取り急ぎ対策 2024-09
=========================*/

.kyoto-top-img {
    display: none;
}


/*=========================
投稿記事にCSS追加 2025-02-25
=========================*/
article.post .entry-content h2 {
	margin-top: 2.1em;
  background: transparent;
     position: relative;
  padding: 0.6em;
  margin-bottom: 1.25em;
  border-bottom: 2px solid #cce4ff;
    font-size: 125%;
}
article.post .entry-content h2:before {
    content: none;
}
article.post .entry-content h2:after {
      position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

article.post .entry-content h3:not(.sd-title,.jp-relatedposts-headline) {
  padding: 0.5em;
  color: #494949;
  border-left: solid 5px #5472cd;
    text-align: left;
    font-size: clamp(1.1em,2.3vw,1.15em);
}

article.post .entry-content h4 {
  padding: 0.4em 0.5em;
    border-bottom: solid 2px #5472cd;
    text-align: left;
    font-size: 105%;
}


article.post .entry-content ul li:not(.share-twitter),
article.post .entry-content ul li:not(.share-facebook),
article.post .entry-content ul li:not(.share-end) {
    position: relative;
}

article.post .entry-content ul li.share-twitter::before,
article.post .entry-content ul li.share-facebook::before,
article.post .entry-content ul li.share-end::before {
	display: none;
}

/* 2025.3.6 目次のスタイル 上書き*/
#toc_container .toc_list > li > a {
	font-weight: bold;
}