@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_

パソコン向けスタイルおよび共通スタイルの指定

/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:focus,
button:focus {
  outline: none;
}

/*==========================================
甲府ジュエリーマップ
===========================================*/
#kofu_jm .pcbr {
	display: inherit;
}

#kofu_jm .spbr {
	display: none;
}

#kofu_jm .sp-images {
	display: none;
}

#kofu_jm .e_tit {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
}

.oswald-<uniquifier> {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#kofu_jm img {
	width: 100%;
	max-width: 100%;
	height: auto;
	width /***/: auto;
 	text-align: center;
}

#kofu_jm img.kf_top_image {
    width: 100vw;
    height: 100%;
    max-height: 400px;
    object-fit: cover;
}

#kofu_jm #mainImg {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#kofu_jm #mainImg .slick-slider {
    margin-bottom: 0;
}

#kofu_jm h2,
#kofu_jm h3,
#kofu_jm .title {
	border-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#kofu_jm figure {
margin: 0px!important;
padding: 0px!important;
aspect-ratio: 1.42;
}

#kofu_jm figure img {
	width: 100%;
	max-width: 100%;
	height: 100%;
 	text-align: center;
}

#kofu_jm ul {
	list-style:none;
	        margin-left: 0px;
        padding-left: 0px;
}

#kofu_jm ul li {
	list-style: none;
	text-align: left;
	padding: 0px;
}

#kofu_jm .pc-images .slick-dots {
	bottom: 40px;
}

#kofu_jm .pc-images .slick-dots li {
    width: 58px;
    height: 3px;
}

#kofu_jm .pc-images .slick-dots li button {
	width: 58px;
    height: 3px;
    background: #6c6a6a;
    border: 0.5px solid #fff;
    box-sizing: border-box;
    border-radius: 9px;
}

#kofu_jm .pc-images .slick-dots li.slick-active button{
	background: #fff;
}

#kofu_jm .pc-images .slick-dots li button:before {
    width: 58px;
    height: 3px;
    content: '';
}

#kofu_jm_inner {
max-width: 100%;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#kofu_jm_inner .inner {
max-width: 1366px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#kofu_jm_inner .inner li a{
  overflow: hidden;
  display: block;  	
}

#kofu_jm_inner .inner li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

#kofu_jm_inner .inner li a:hover img {
  transform: scale(1.1); /* hoverで拡大 */
}

#kofu_jm #kf_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	background-image: url(../images/bg.jpg);
	background-position: center top;
	background-repeat: repeat;
}

#kofu_jm .kf_Personal_innr ,
#kofu_jm .kf_Business_innr {
    display: flex;
    justify-content: center;
    width: 100%;
}

#kofu_jm .kf_Personal_innr img ,
#kofu_jm .kf_Business_innr img{
    max-height: 320px;
    display: block;
    width: 50%;
    object-fit: cover;
}

#kofu_jm #kf_Personal {
	width: 50%;
	display: flex;
	flex-direction:column;
	align-items: flex-end;
}

#kofu_jm #kf_Business {
	width: 50%;
	display: flex;
	flex-direction: column-reverse;
	position: relative;
	left: -1px;
	align-items: flex-start;
}

#kofu_jm #kf_Personal p,
#kofu_jm #kf_Business p {
	padding-top: 18px;
	padding-bottom: 18px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 567px;
width: 100%;
}

#kofu_jm #kofu_jm figure {
margin: 0;
padding: 0;
}

#kofu_jm #kf_Personal p a {
	border: 2px solid #45900D;
	background-color: hsla(105,100%,96%,0.52);
	border-radius: 40px;
	display: block;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#kofu_jm #kf_Personal p a:hover {
	background-color: hsla(0,0%,100%,0.52);
}

#kofu_jm #kofu_jm a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#kofu_jm #kf_Business p a {
	border: 2px solid #0D3A90;
	background-color: hsla(222,100%,96%,0.52);
	border-radius: 40px;
	display: block;
	height: 250px;
	display: flex;
	justify-content: center;
	align-items: center;
		padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#kofu_jm #kf_Business p a:hover {
	background-color: hsla(0,0%,100%,0.52);
}

#kofu_jm #kf_news {
display: flex;
justify-content: center;
}

#kofu_jm #kf_news section {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    max-height: 650px;
}

#kofu_jm #kf_news_inner {
	max-width: 600px;
	width: 100%;
	padding-top: 53px;
	padding-bottom: 53px;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#kofu_jm #kf_news_inner h2 {
	font-size: 2.250em;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	margin-bottom: 30px;
}

#kofu_jm #kf_news_inner dl dt {
	color: #AAAAAA;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	margin-bottom: 0px!important;
	padding-bottom: 6px!important;
	line-height: 1;
}

#kofu_jm #kf_news_inner dl dd {
	font-size: 0.875em;
	border-bottom: 2px solid #DBDBDB;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

#kofu_jm #kf_news_inner dl dd a {
	color: #1D1D1D;
	text-decoration: none;
}

#kofu_jm #kf_news_inner dl dd a:hover {
	color: #AAAAAA;
}

#kofu_jm #kf_news_inner p a {
	background-color: #AAAAAA;
	color: #FFFFFF;
	border: 1px solid #F3F2F2;
	border-radius: 50px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 60px;
	padding-right: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	    -webkit-box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
    box-shadow: 0px 3px 6px hsla(0,0%,0%,0.16);
	inset 0px 2px 4px hsla(0,0%,0%,0.25);
}

#kofu_jm #kf_news_inner p a:hover {
	background-color: #CFCFCF;
}

#kofu_jm #kf_news .imageBox {
	width: 50%;
    max-height: 650px;
}

#kofu_jm #kf_news .imageBox figure{
	display: block;
    width: 100%;
    height: 50%;
}

#kofu_jm #kf_news .imageBox .imageBoxInnr{
	display: flex;
    height: 100%;
}

#kofu_jm #kf_news .imageBox .imageBoxInnr figure{
	display: block;
	width: 50%;
}

#kofu_jm #kf_news .imageBox figure img.kf_news_image {
    object-fit: cover;
}

#kofu_jm #kf_contents {
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	padding-top: 63px;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat;
	background-position: center top;
	text-align: center;
	padding-bottom: 50px;
}

#kofu_jm #kf_contents section {
max-width: 1000px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#kofu_jm #kf_contents h2 {
	font-size: 2.75em;
	font-family: "Noto Serif JP", serif;
	font-weight: 900;
	margin-bottom: 49px;
	text-align: center;
}

#kofu_jm #kf_contents h3 {
	font-size: 1.500em;
	text-align: center;
	font-weight: bold;
	margin-bottom: 49px;
}

#kofu_jm #kf_contents p {
	margin-bottom: 33px;
	line-height: 2;
}

#kofu_jm #kf_contents ul {
display: flex;
}

#kofu_jm #kf_contents ul li {
	width: calc(100%/3);
}

#kofu_jm #kf_tit {
	border-top: 1px solid #D5D5D5;
	border-bottom: 1px solid #D5D5D5;
	background-image: url(../images/bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	background-size: cover;
	height: 200px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#kofu_jm #kf_tit h2 img {
	max-width: 424px;
}

#kofu_jm #kf_menu,
#kofu_jm #kf_menu2 {
	border: 4px solid #E4E4E4;
	background-color: #FFFFFF;
	max-width: 1000px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

#kofu_jm #kf_menu .searchBoxTTL ,
#kofu_jm #kf_menu2 .searchBoxTTL {
	display: flex;
	justify-content: center;
}

#kofu_jm #kf_menu h3 {
	font-weight: bold;
	text-align: center;
	border-bottom: 4px solid #45900D;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

#kofu_jm #kf_menu2 h3 {
	font-weight: bold;
	text-align: center;
	border-bottom: 4px solid #0D3A90;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

#kofu_jm #kf_menu ul {
max-width: 764px;
width: 100%;
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
}

#kofu_jm #kf_menu ul li {
	max-width: 230px;
	width: 100%;
	margin-left: 12px;
	margin-right: 12px;
	margin-bottom: 9px;
	font-size: 0.875em;
	font-weight: 600;
}

/* checkboxは見せない */
#kofu_jm #kf_menu .iconCheckList input[type="checkbox"] ,
#kofu_jm #kf_menu2 .iconCheckList input[type="checkbox"] {
  display: none;
}

/* クリック可能に */
#kofu_jm #kf_menu .iconCheckList label ,
#kofu_jm #kf_menu2 .iconCheckList label {
  display: block;
  cursor: pointer;
}


#kofu_jm #kf_menu ul li div {
	border-radius: 12px;
	height: 40px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #1A1311!important;
	text-decoration: none!important;
}

#kofu_jm #kf_menu ul li input:checked + .iconBox strong {
	color: #fff!important;
}
#kofu_jm #kf_menu2 ul li input:checked + .iconBox strong {
	color: #fff!important;
}
#kofu_jm #kf_menu2 ul li input:checked + span.checkCat {
    border: 2px solid #0D3A90;
    background-color: #0D3A90;
    color: #FFFFFF;
}

#kofu_jm #kf_menu ul li div span {
	width: 62px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-right: 8px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#kofu_jm #kf_menu ul li:nth-child(1) div {
	border: 2px solid #46AAD0;
}

#kofu_jm #kf_menu ul  li:nth-child(1) div span {
	background-color: #46AAD0;
}

#kofu_jm #kf_menu ul li:nth-child(1) input:checked + .iconBox {
	background-color: #46AAD0;
}

#kofu_jm #kf_menu ul li:nth-child(2) div {
	border: 2px solid #3A74AE;
}

#kofu_jm #kf_menu ul  li:nth-child(2) div span {
	background-color: #3A74AE;
}

#kofu_jm #kf_menu ul li:nth-child(2) input:checked + .iconBox {
	background-color: #3A74AE;
}

#kofu_jm #kf_menu ul li:nth-child(3) div {
	border: 2px solid #CD5870;
}

#kofu_jm #kf_menu ul  li:nth-child(3) div span {
	background-color: #CD5870;
}

#kofu_jm #kf_menu ul li:nth-child(3) input:checked + .iconBox {
	background-color: #CD5870;
}

#kofu_jm #kf_menu ul li:nth-child(4) div {
	border: 2px solid #DA9A4C;
}

#kofu_jm #kf_menu ul  li:nth-child(4) div span {
	background-color: #DA9A4C;
}

#kofu_jm #kf_menu ul li:nth-child(4) input:checked + .iconBox {
	background-color: #DA9A4C;
}

#kofu_jm #kf_menu ul li:nth-child(5) div {
	border: 2px solid #EB865B;
}

#kofu_jm #kf_menu ul  li:nth-child(5) div span {
	background-color: #EB865B;
}

#kofu_jm #kf_menu ul li:nth-child(5) input:checked + .iconBox {
	background-color: #EB865B;
}

#kofu_jm #kf_menu ul li:nth-child(6) div {
	border: 2px solid #B55798;
}

#kofu_jm #kf_menu ul  li:nth-child(6) div span {
	background-color: #B55798;
}

#kofu_jm #kf_menu ul li:nth-child(6) input:checked + .iconBox {
	background-color: #B55798;
}

#kofu_jm #kf_menu ul li:nth-child(7) div {
	border: 2px solid #26B8A0;
}

#kofu_jm #kf_menu ul  li:nth-child(7) div span {
	background-color: #26B8A0;
}

#kofu_jm #kf_menu ul li:nth-child(7) input:checked + .iconBox {
	background-color: #26B8A0;
}

#kofu_jm #kf_menu ul li:nth-child(8) div {
	border: 2px solid #68AF4E;
}

#kofu_jm #kf_menu ul  li:nth-child(8) div span {
	background-color: #68AF4E;
}

#kofu_jm #kf_menu ul li:nth-child(8) input:checked + .iconBox {
	background-color: #68AF4E;
}

#kofu_jm #kf_menu ul li:nth-child(9) div {
	border: 2px solid #AFBA4E;
}

#kofu_jm #kf_menu ul  li:nth-child(9) div span {
	background-color: #AFBA4E;
}

#kofu_jm #kf_menu ul li:nth-child(9) input:checked + .iconBox {
	background-color: #AFBA4E;
}

#kofu_jm #kf_menu p {
	max-width: 740px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	font-size: 0.750em;
}

#kofu_jm #kf_menu p a {
	color: #1D1D1D;
}

#kofu_jm #kf_menu form div ,
#kofu_jm #kf_menu2 form div {
width: 100%;
}

#kofu_jm #kf_menu form div.formInnr,
#kofu_jm #kf_menu2 form div.formInnr{
max-width: 630px;
width: 100%;
margin-left: auto;
margin-right: auto;
}

#kofu_jm #kf_menu form input:nth-child(1),
#kofu_jm #kf_menu2 form input:nth-child(1) {
	max-width: 100%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #707070;
}

#kofu_jm #kf_menu form input:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CECECE;
	background-color: #45900D;
	width: 96px;
	color: #FFFFFF;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

#kofu_jm #kf_menu2 form input:nth-child(2) {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CECECE;
	background-color: #0D3A90;
	width: 96px;
	color: #FFFFFF;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
}

#kofu_jm #kf_menu form input:nth-child(2):hover,
#kofu_jm #kf_menu2 form input:nth-child(2):hover {
	background-color: #838383;
		-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}


#kofu_jm #kf_list {
max-width: 1300px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
}

#kofu_jm #kf_list li {
max-width: 31%;
width: 100%;
	margin-bottom: 20px;
	text-align: center;
	margin-left: 1%;
	margin-right: 1%;
}

#kofu_jm #kf_list li a {
	border: 1px solid #707070;
	display: block;
	overflow: hidden;
}

#kofu_jm #kf_list li a {
	border: 1px solid #707070;
	display: block;
	overflow: hidden;
}

#kofu_jm #kf_list li a figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

#kofu_jm #kf_list li a figure {
    position: relative;
}

#kofu_jm #kf_list li a:hover figure img{
  transform: scale(1.1); /* hoverで拡大 */
}

#kofu_jm #kf_list li a figure figcaption {
	position: absolute;
	bottom: 0px;
	text-align: center;
	width: 100%;
	background-color: hsla(0,0%,13%,0.85);
	font-size: 0.875em;
	color: #FFFFFF;
	display: block;
	height: 40px;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
}

#kofu_jm #Kofu_Navigation {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 15px;
}

/* 画面全体の黒透過レイヤー */
#kofu_jm .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* 黒が透けて見える */
/* display: none; */
  justify-content: center;
  align-items: center;
  z-index: 999;
}

#kofu_jm .modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.6);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

/* 表示時 */
#kofu_jm .modal-overlay.active {
	display: flex;
}

/* ポップアップ本体 */
#kofu_jm .j_modal {
	background: #F7F7F7;
	position: relative;
	animation: fadeIn 0.3s ease;
	max-width: 980px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 38px;
	margin-bottom: 38px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 99px;
	padding-right: 99px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* 閉じるボタン */
#kofu_jm .close-btn {
	position: absolute;
	top: 25px;
	right: 33px;
	cursor: pointer;
	background-color: #FFFFFF;
	border: 1px solid #707070;
	width: 59px;
	height: 37px;
	border-radius: 19px;
	display: flex;
	justify-content: center;
	align-items: center;
}


/* フェードインアニメーション */
@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}

#kofu_jm .j_modal h2 {
	color: #1A1311;
	font-weight: bold;
	font-size: 1.125em;
	text-decoration: underline;
	text-align: center;
	padding-bottom: 38px;
}

#kofu_jm .j_modal #kf_iconList {
display: flex;
flex-wrap:wrap;
}

#kofu_jm .j_modal #kf_iconList section {
	max-width: calc(100%/3);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-right: 1px dotted #707070;
	border-bottom: 1px dotted #707070;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-right: 28px;
}

#kofu_jm .j_modal #kf_iconList section:nth-child(3n) {
	border-right: 0px dotted #707070;
}

#kofu_jm .j_modal #kf_iconList .icon_tit {
	display: flex;
	align-items: center;
	margin-bottom: 9px;
}

#kofu_jm .j_modal #kf_iconList .icon_tit figure {
    aspect-ratio: 1;
}

#kofu_jm .j_modal #kf_iconList .icon_tit h3 {
	color: #1A1311;
	font-weight: 600;
	margin-left: 13px;
		line-height: 1.5;
}

#kofu_jm .j_modal #kf_iconList section p {
	color: #1A1311;
	font-size: 0.750em;
	line-height: 1.4;
}

#kofu_jm .j_modal #kf_iconList section span {
	display: flex;
	flex-direction: row-reverse;
	margin-top: 20px;
	align-items: center;
}

#kofu_jm .j_modal #kf_iconList section span figure{
    aspect-ratio: 1;
}


#kofu_jm .j_modal #kf_iconList section span p {
	font-size: 0.625em;
	padding-right: 10px;
}

#kofu_jm .j_modal #kf_iconList section span img {
	min-width: 42px;
	max-width: 42px;
	width: 100%;
}

#kofu_jm .j_modal .icon_cmm {
	max-width: 782px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #1A1311;
	font-size: 0.625em;
	margin-top: 10px;
		padding-left: 30px;
}

#kofu_jm .j_modal #kf_iconList section span p {
display: flex;
flex-direction:row-reverse;
}

#kofu_jm #kf_contentsBlock {
	max-width: 1288px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 42px;
	display: flex;
	justify-content: space-between;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm {
	max-width: 591px;
	width: 100%;
	margin-right: 47px;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__imgmap {
max-width: 650px;
width: 100%;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__imgmap div figure img {
	object-fit: contain;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 2.375em;
	border-bottom: 2px solid #0E0E0E;
	line-height: 1.3;
	padding-bottom: 25px;
	margin-bottom: 16px;
	margin-top: 0px;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm ul {
display: flex;
flex-wrap:wrap;
justify-content:flex-end;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm ul li {
	margin-left: 4px;
	max-width: 44px;
	width: 100%;
	margin-bottom: 4px;
}

#kofu_jm .iconLink {
	font-size: 0.750em;
	margin-top: 20px;
	text-align: right;
	margin-bottom: 20px;
}

#kofu_jm .iconLink a ,
#kofu_jm .iconLink span {
	color: #1D1D1D;
	text-decoration: underline;
}

#kofu_jm .iconLink a:hover ,
#kofu_jm .iconLink span:hover {
	color: #515151;
	text-decoration: none;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl {
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
display: flex;
flex-wrap:wrap;
justify-content: space-between;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dt {
	font-weight: bold;
	color: #1A1311;
	max-width: 15%;
	width: 100%;
	text-align: center;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dd {
	max-width: 80%;
	width: 100%;
	color: #1D1D1D;
	margin-bottom: 18px;
	line-height: 1.6;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dd ul {
    display: block;
    width: 100%;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dd ul li{
    display: block;
    width: 100%;
    max-width: 100%;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm #kf_sp {
	max-width: 100%;
	width: 100%;
	border: 2px solid #45900D;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 23px;
	padding-right: 23px;
	padding-bottom: 23px;
	padding-left: 23px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm #kf_sp h3 {
	max-width: 195px;
	width: calc(100% - 2em);
	color: #FFFFFF;
	font-weight: bold;
	background-color: #45900D;
	margin-bottom: 25px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm #kf_sp p {
	color: #1D1D1D;
	font-size: 1em;
	line-height: 1.6;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__imgmap #kf_photo__inner {
  margin-top: 20px;
  display: flex;
  gap: 9px;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__imgmap #kf_photo__inner > * {
  flex: 1;
  min-width: 0;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__imgmap #kf_photo__inner li {
flex: 1;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__imgmap iframe {
	margin-top: 53px;
	width: 100%;
}

#kofu_jm #kf_menu2 ul {
	max-width: 740px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
	row-gap: 10px;
	padding: 0;
	margin-bottom: 30px;
}

#kofu_jm #kf_menu2 ul li {
	width: calc((100% - 50px) / 3);
	margin: 0;
	font-size: 0.875em;
	font-weight: 600;
	line-height: 1.6;
}

#kofu_jm #kf_menu2 ul li span {

	border-radius: 12px;
	border: 2px solid #AAAAAA;
	background-color: #F7F7F7;
	display: block;
	height: 40px;
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	color: #1A1311;
	text-decoration: none;
}

/*
#kofu_jm #kf_menu2 ul li span:hover {
	border: 2px solid #0D3A90;
	background-color: #0D3A90;
	color: #FFFFFF;
}
*/

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm ul#businessList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start!important;
	gap: 15px;
	row-gap: 9px;
	border-bottom: 2px solid #0E0E0E;
	padding-bottom: 34px;
	padding-top: 18px;
	margin-bottom: 34px;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm ul#businessList li {
max-width: 100%!important;
  flex: 0 0 auto!important;
  margin: 0!important;
  width: auto!important;
  font-size: 0.875em!important;
  	background-color: #0D3A90;
	color: #FFFFFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
}


#kf_contentsBlock__comm .businessPoint {
	border-color: #0D3A90!important;
}

#kf_contentsBlock__comm .businessPoint h3 {
	background-color: #0D3A90!important;
}

#kofu_jm #kofu_project_cms {
	max-width: 1000px;
	width: calc(100% - 2em);
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
}

#kofu_jm #kofu_project_cms h1 {
	font-size: 2.375em;
	font-family: "Noto Serif JP", serif;
	border-bottom: 2px solid #0E0E0E;
	padding-bottom: 30px;
	margin-bottom: 52px;
	font-weight: 700;
	color: #1D1D1D;
	line-height: 1.4;
}

#kofu_jm #kofu_project_cms h2 {
	font-size: 2em;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 0.6em;
	font-weight: 700;
	color: #1D1D1D;
	line-height: 1.3;
}

#kofu_jm #kofu_project_cms h3 {
    font-size: 1.8em;
    font-family: "Noto Serif JP", serif;
    border-left: 5px solid #0E0E0E;
    margin-bottom: 0.6em;
    font-weight: 600;
    color: #1D1D1D;
    line-height: 1.2;
    padding: 0.05em 0 0.05em 0.3em;
}

#kofu_jm #kofu_project_cms h4 {
    font-size: 1.6em;
    font-family: "Noto Serif JP", serif;
    margin-bottom: 0.6em;
    font-weight: 600;
    color: #1D1D1D;
    line-height: 1.2;
}

#kofu_jm #kofu_project_cms p {
	line-height: 1.8;
/*	padding-bottom: 30px;  MA */  
}

#kofu_jm #kofu_project_cms blockquote p {
	padding: 1em;	
}

#kofu_jm #kofu_project_cms img {
	margin-left: auto;
	margin-right: auto;
/*	margin-top: 30px;  MA */
/*	margin-bottom: 60px;  MA */
	text-align: center;
	display: block;
}

#kofu_jm #kofu_project_cms ul,
#kofu_jm #kofu_project_cms ol {
  margin: 1.6em 0;
  padding-left: 1.6em;
}

#kofu_jm #kofu_project_cms li {
  margin: 0.5em 0;
  line-height: 1.8;
}

#kofu_jm #kofu_project_cms ul {
  list-style-type: disc;
}

.entry-content ul li {
  padding-left: 0.2em;
}

#kofu_jm #kofu_project_cms ul ul ,
#kofu_jm #kofu_project_cms ul ol {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  list-style-type: circle;
}

#kofu_jm #kofu_project_cms ol {
  list-style-type: decimal;
}

#kofu_jm #kofu_project_cms ol li {
  padding-left: 0.2em;
}

#kofu_jm #kofu_project_cms ol ol ,
#kofu_jm #kofu_project_cms ol ul {
  margin: 0 0 0.6em;
  list-style-type: lower-alpha;
}

#kofu_jm #kofu_project_cms img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
	max-width: 100%;
}

#kofu_jm #kofu_project_cms img.alignright {
	float: right;
	margin: 0 0 1em 1em;
	max-width: 100%;	
}

p.no_search {
    text-align: center;
    font-size: clamp(16px, 6vw, 1.5em);
    font-weight: 600;
}

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width:1px) and (max-width:960px){
/*==========================================
Other
===========================================*/
#kofu_jm #kf_menu ul {
justify-content: space-between;
}

#kofu_jm #kf_menu ul li {
	max-width: 32%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	line-height: 1.4;
}

#kofu_jm .j_modal {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

#kofu_jm .j_modal #kf_iconList section {
	max-width: 100%;
	border-right: 0px dotted #707070;
		padding-left: 0px;
	padding-right: 0px;
}

#kofu_jm .close-btn {
	top: 20px;
	right: 20px;
}

#kofu_jm .j_modal .icon_cmm {
		padding-left: 0px;
}

#kofu_jm #kf_news {
display: block;
}

#kofu_jm #kf_news section {
	width: 100%;
}

#kofu_jm #kf_news .imageBox {
	width: 100%;
    max-height: 100%;	
}

#kofu_jm #kf_news .imageBox figure {
    max-height: 340px;
}

#kofu_jm #kf_news_inner {
	max-width: 600px;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}

#kofu_jm #kf_news figure {
	max-width: 100%;
	width: 100%;
		margin-left: auto;
	margin-right: auto;
}

#kofu_jm #kf_contentsBlock {
	display: block;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm {
	max-width: 100%;
	margin-right: 0px;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__imgmap {
	max-width: 100%;
	margin-top: 45px;
}
}


@media only screen and (max-width:768px){
/*==========================================
 Other
===========================================*/
#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl {
    width: 100%;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dt {
    max-width: 20%;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dd {
	max-width: 75%;
}


#kofu_jm #kf_menu ul li {
	max-width: 30%;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	line-height: 1.4;
	text-align: center;
}

#kofu_jm #kf_menu ul li .iconBox {
	border-radius: 20px;
	height: 100px;
flex-direction:column;
}

#kofu_jm #kf_menu ul li .iconBox span {
	width: 100%;
	height: 57px;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 0px;
	margin-right: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top-right-radius: 17px;
}

#kofu_jm #kf_menu ul li .iconBox span img {
	height: 40px;
	width: auto;
}

#kofu_jm #kf_menu ul li .iconBox strong {
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
}


#kofu_jm #kf_top {
display: block;
}

#kofu_jm #kf_Personal {
	width: 100%;
}

#kofu_jm #kf_Business {
	width: 100%;
	flex-direction:column;
		left: 0px;
}

#kofu_jm #kf_Personal p,
#kofu_jm #kf_Business p {
max-width: 100%;
}

#kofu_jm #kf_news {
display: block;
}

#kofu_jm #kf_news section {
	width: 100%;
}

#kofu_jm #kf_news figure {
	width: 100%;
}


#kofu_jm #kf_list li {
max-width: 48%;
width: 100%;
	font-size: 0.813em;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm h2 {
font-size: 1.875em;
}

#kofu_jm #kf_menu2 ul {
	column-gap: 18px;
	row-gap: 17px;
}

#kofu_jm #kf_menu2 ul li {
font-size: 1em;
	width: calc((100% - 36px) / 3);
}

#kofu_jm #kf_menu2 ul li span {
	border-radius: 20px;
	border: 3px solid #AAAAAA;
	height: 100px;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: center;
	text-align: center;
}

#kofu_jm #kofu_project_cms img ,
#kofu_jm #kofu_project_cms img.alignleft , 
#kofu_jm #kofu_project_cms img.alignright {
    float: none;
    margin: 0 auto 1em !important;
    width: 80% !important;
    max-width: 700px !important;
    min-width: 300px;
}
}


@media only screen and (max-width: 470px){
/*==========================================
 幅470px以下から ヘッダー等微調節
===========================================*/
#kofu_jm #kofu_project_cms h1 {
	font-size: 1.750em;
}

#kofu_jm #kf_news_inner {
	padding-left: 30px;
	padding-right: 30px;
}

#kofu_jm .close-btn {
	top: 10px;
	right: 10px;
}


#kofu_jm #kf_list li {
max-width: 100%;
width: 100%;
	margin-bottom: 14px;
	text-align: center;
	font-size: 0.875em;
		margin-left: 0%;
	margin-right: 0%;
}

#kofu_jm #kf_menu,
#kofu_jm #kf_menu2 {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#kofu_jm #kf_tit {
	background-image: url(../images/bg_sp.jpg);
	height: 159px;
}

#kofu_jm #kf_tit h2 ,
#kofu_jm #kf_tit .title {
max-width: 340px;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#kofu_jm #kf_contents ul {
display: block;
max-width: 100%;
width: calc(100% - 2em);
margin-left: auto;
margin-right: auto;
}

#kofu_jm #kf_contents ul li {
	width: 100%;
}

#kofu_jm #kf_contents ul li {
	margin-bottom: 20px;
}

#kofu_jm #kf_news_inner {
	padding-top: 25px;
}

#kofu_jm .pcbr {
	display: none;
}

#kofu_jm .spbr {
	display: inherit;
}

#kofu_jm .sp-images {
	display: inherit;
}

#kofu_jm .pc-images {
	display: none;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dt {
    max-width: 25%;
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm dl dd {
	max-width: 70%;
}
}

@media only screen and (max-width: 320px){
/*==========================================
 幅320px以下から ヘッダー等微調節
===========================================*/
#kofu_jm #kf_menu2 ul li span {
	height: 80px;
	padding-left: 8px;
	padding-right: 8px;
}

#kofu_jm #kf_menu2 ul {
	column-gap: 15px;
	row-gap: 15px;
}

#kofu_jm #kf_menu2 ul li {
font-size: 0.8em;
	width: calc((100% - 30px) / 3);
}

#kofu_jm #kf_contentsBlock #kf_contentsBlock__comm h2 {
        font-size: 1.6em;
    }
	
#kofu_jm #kf_news_inner h2 {
	font-size: 1.6em;
}

#kofu_jm #kf_contents h2 {
	font-size: 2em;
}

#kofu_jm #kf_contents h3 {
	font-size: 1.3em;
}

#kofu_jm #kf_menu ul li {
font-size: 0.750em;
}
}
