@charset "utf-8";

*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role="list"],ol[role="list"]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}

.wrapper {width: 100%;}

.kloHeader {width: 100%; height: 100px; background: url("./img_top/header_bg.png") repeat-x; margin-bottom: 4px;}
.topLogo {display: inline-block; width: 50%; float: left; text-align: left;}
.topLogo img {height: 100px; width:320px;}
.returnToTop {display: inline-block; width: 50%; float: left; text-align: right; padding-top: 62px; color: #FFF;}
.kloHeaderBlock {max-width: 980px; margin: 0 auto;}

.kloTopImage {width: 100%; height: auto; background: url("./img_top/top_image_bg.jpg") repeat-x; background-size: 17px 400px; margin-bottom: 4px;}
.kloTopImageBlock {max-width: 980px; margin: 0 auto;}
.kloTopImageBlock img {width: 100%}

.kloFooter {width: 100%; height: 100px; background: url("./img_top/header_bg.png") repeat-x; margin-bottom: 0px;}
.kloFooter {font-family: "Noto Serif JP", system-ui; font-optical-sizing: auto; font-weight: 400; font-style: normal; font-size: 15px;}
.klo_ft1, .klo_ft2, .klo_ft3 {text-align: center;}
.klo_ft1 {margin-bottom: 5px; color: #FFF; padding-top: 10px;} .klo_ft1 a {color: #FFF; text-decoration: none;} .klo_ft1 a.active {color: #E89213;}
.klo_ft2 {margin-bottom: 5px; color: #FFF;}
.klo_ft3 {margin-bottom: 5px; color: #FFF;}

.kloContainer {width: 100%; background: url("./contents_bg.png") repeat-x;}
.kloContents {max-width: 980px; margin: 0 auto; background-color: #FFF; padding-top: 60px;}
.cont_left {width: 24%; float: left;}
.cont_right {width: 76%; float: right; background: url(./img_right/dott.png) repeat-y 0 0; background-size: 4px;}
.lnavi {width: 150px; margin: 0 auto;}
.lnavi a {display: block; width: 150px; height: 50px; border-top: solid 1px #9F6027;}
.lnavi p.active a, .lnavi p.inactive a:hover {background: url(./img_left/globalNaviBg.png) no-repeat center center;}
.sideBoxSpacer {border-top: solid 1px #9F6027;}
.elements {width: 90%; margin: 0 auto;}
.klo_news01, .klo_news02 {font-family: "Noto Serif JP", system-ui; font-optical-sizing: auto; font-weight: 500; font-style: normal; font-size: 22px; color: #7F4620;}
.klo_news01, .klo_news02 {width: 100%; padding-bottom: 5px; margin-bottom: 15px; border-bottom: solid 1px #9F6027; overflow: hidden;}
.klo_list01, .klo_list02 {font-family: "Noto Sans JP", system-ui; font-size: 13px; font-weight: 400;  font-style: normal; color: #555; padding-left: 10px; margin-bottom: 15px;}
.klo_contents_title_nt {width: 100%; margin-bottom: 12px; border-bottom: solid 1px #9F6027; overflow: hidden;}
.klo_contents_title_nt p {display: inline-block; float: left;}
.newsTopics_left {width: 60%;}
.newsTopics_right {width: 40%; text-align: right; padding-top: 5px;}
.newsTopics_e {font-family: "Noto Serif JP", system-ui; font-optical-sizing: auto; font-weight: 500; font-style: normal; font-size: 14px; color: #E89213;}
.newsTopics_j img {display: inline-block; width: 22px;}
.newsTopics_p {font-family: "Noto Serif JP", system-ui; font-optical-sizing: auto; font-weight: 500; font-style: normal; font-size: 22px; color: #7F4620;}
.kloNewsTopics {width: 100%;}
.kloNewsLine {display: table; width: 100%; background-image: linear-gradient(to right, #513725 4px, transparent 4px); background-size: 6px 1px; background-repeat: repeat-x; background-position: left bottom; padding-bottom: 8px; margin-bottom: 8px;}
.kloNewsLine a {color: #7F4620; text-decoration: none;}
.kloNewsDate {font-family: "Noto Sans JP", system-ui; font-size: 15px; font-weight: 400;  font-style: normal; color: #E89213; display: table-cell; width: 90px;}
.kloNewsBody {font-family: "Noto Sans JP", system-ui; font-size: 16px; font-weight: 400;  font-style: normal; color: #513725;}
.kloNewsBody a {text-decoration: none; color: #7F3300;}
.kloNewsEnd {width: 100%; height: 40px;}
.clear {clear: both;}

/* モーダル */
*{ box-sizing: border-box;}
.content{ margin: 0 auto; padding: 40px; }
.modal{ display: none; height: 100vh; position: fixed; top: 0; width: 100%; }
.modal__bg{ background: rgba(100,80,80,0.5); height: 100vh; position: absolute; width: 100%; }
.modal__content{ background: #fff; left: 50%; padding: 40px; position: absolute; top: 50%; transform: translate(-50%,-50%); width: 60%; }
.modal-close-line {width: 100%; text-align: right; margin-bottom: 10px; text-decoration: none;}
.modal-close-line a {text-decoration: none; color: #513725;}

/*ページのトップに戻る*/
html {scroll-behavior: smooth;}
.topButton {position: fixed; bottom: 40px; right: 40px; opacity: 1.0; text-decoration: none; display: none;}
.topButton:hover {opacity: 0.7;}
.topButton img {width: 40px;}

@media (hover: hover) and (pointer: fine) {.kloNavigation__link:hover { background: #AAA; }}
@media (max-width: 768px) {
/* スマホで実行 */
  .kloHamburger-Header {display: flex; }
	.kloHeader {display: none;}
	.kloTopImage {margin-top: 0px;}
	.kloContents {padding-top: 20px;}
	.klo_news01, .klo_news02, .newsTopics_p {font-size: 16px;}
	.newsTopics_j img {width: 15px;}
	.newsTopics_e {font-size: 12px;}
	.newsTopics_right {padding-top: 0px;}
	.cont_left {display: none;}
	.cont_right {width: 100%; float: left; background-image: none;}
	.elements {width: 94%;}
	.kloNewsDate, .kloNewsBody {display: block;}
	.kloNewsBody {font-size: 14px; margin-bottom: 10px;}
	.kloNewsEnd {display: none;}
	.kloFooter {height: 35px;}
  .klo_ft1 {display: none;}
  .klo_ft2 {display: none;}
  .klo_ft3 {font-size: 12px; padding-top: 5px; margin-bottom: 0px;}
	.topButton {bottom: 20px; right: 20px;}
}
@media (min-width: 769px) {
/* PCで実行 */
  .kloHamburger-Header {display: none;}
}
