@charset "utf-8";


@import url("https://unpkg.com/ress/dist/ress.min.css");

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");


html,body {
	margin: 0;padding: 0;
	font-size: 13px;	
	overflow-x: hidden;
}

body {
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
	background: #fff;	
	color: #555;		
	line-height: 2;		
}

table {border-collapse:collapse;}

img {border: none;max-width: 100%;height: auto;vertical-align: middle;}


section + section {
	padding-top: 30px;	
}

input, textarea, select {
	border: 1px solid #999;	
	padding: 0 10px;
}


select {
	-moz-appearance: menulist;
	-webkit-appearance: menulist;
	appearance: menulist;
}
select::-ms-expand {
    display: block;	
}

video {max-width: 100%;}

iframe {width: 100%;}


ul,ol {
	margin: 0 5px 30px 25px;	
}

@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

a {
	color: #333;	
}

a:hover {
	color: #838383;	
}

#container {
	margin: 0 auto;
	max-width: 1400px;	
}

header {
	display: flex;					
	justify-content: space-between;	
	align-items: center;			
	background: #0A3701;			
	position: relative; z-index: 1000;	
	width: 100%;
	padding: 0 3%;					
	height: 50px;					
}

header a {
	color: #fff;
}


header #logo img {display: block;}
header #logo {
	margin: 0;
	width: 250px;	
}


header address {
	font-style: normal;	
}

header i {
	padding-right: 10px;	
}


header address span {
	display: block;
	font-size: 0.7rem;	
}

#menubar ul {list-style: none;margin: 0;padding: 0;}


#menubar {display: none;}


#menubar.db {display: block;}
#menubar.dn {display: none;}


#menubar a {
	display: block;text-decoration: none;
	text-align: center;		
	letter-spacing: 0.1em;	
	padding: 10px;			
}


.s #menubar.db {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding: 70px 20px;	
	background: rgba(0,0,0,0.9);		
	animation: animation1 0.2s both;	
	text-align: center;	
	color: #fff;		
}
.s #menubar.db a {
	display: block;
	color: #fff;	
}


#menubar_hdr.db {display: flex;}
#menubar_hdr.dn {display: none;}

#menubar_hdr {
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 5px;			
	top: 2px;			
	padding: 16px 14px;	
	width: 46px;		
	height: 46px;		
	display: flex;					
	flex-direction: column;			
	justify-content: space-between;	
	background: rgba(0,0,0,0.5);	
	border-radius: 50%;				
}


#menubar_hdr span {
	display: block;
	transition: 0.3s;	
	border-top: 2px solid #fff;	
}

#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;	
	width: 20px;						
}


#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);	
}

#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);	
}

#menubar_hdr.ham span:nth-of-type(2){
	display: none;	
}

#menubar_hdr.ham {
  z-index: 3000 !important;   /* ← スライドより前・メニューより前 */
  position: fixed !important; /* ← 安定して最前面に */
}


main {
	padding: 50px 20px 20px 20px;	
}


main h2 {
	margin: 0 0 1em;		
	line-height: 1.5;		
	font-size: 2em;			
	text-align: left;		
	letter-spacing: 0.2em;	
	color: #0A3701;
	font-family: 'Lato';	
	font-weight: 400;		
}

main h3 {
	padding: 5px;	
	margin-bottom: 30px;	
	letter-spacing: 0.1em;	
	border-bottom: 1px solid #ccc;	
}

main h4 {
	font-size: 14px;
	padding: 5px;	
	margin-bottom: 40px;	
	letter-spacing: 0.1em;	
	border-bottom: 1px solid #ccc;	
}

main p {
	margin: 0 5px 30px;	
}

/*-------list関連------*/
.list-container {
	display: flex;		
	flex-wrap: wrap;	
	padding: 0 5px;	
}

.list {
	width: 100%;	
	height: 100%;
	margin-bottom: 15px;	
	margin-right: 2%;		
	padding: 10px;			
	position: relative;
	overflow: hidden;
	transition: 0.3s;		
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);	
	background: #fff;	
}
.list_ {
	width: 30%;	
	margin-bottom: 10px;	
	margin-right: 2%;		
	padding: 10px;			
	position: relative;
	overflow: hidden;
	transition: 0.3s;		
	box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	background: #fff;	
}

.list:nth-of-type(even) {
	margin-right: 0;
}

.list:hover {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
}

.list a {
	text-decoration: none;
	color: #333;	
}

.list h4 {
	line-height: 1.5;	
	color: #0A3701;		
	margin: 5px 0;	
}


.list p {
	margin: 0!important;	
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;	
	font-size: 0.7rem;		
    line-height: 1.5em;		
    max-height: 4.5em;		
}
/*-------list関連------*/

.newicon, .upicon {
	display: inline-block;
	text-align: center;
	padding: 0 5px;
	border-radius: 3px;
	transform: scale(0.7);
}


.newicon {
	background: #f00;		
	color: #fff;			
}

.upicon {
	background: #257dce;	
	color: #fff;			
}


.option1, .option2 {
	font-size: 0.7rem;	
	display: inline-block;
	width: 200px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	transform: translate(-60px, 20px) rotate(-30deg);	
	box-shadow: 0px 3px 2px rgba(0,0,0,0.2);			
}

h2 .option1, h2 .option2 {
	width: auto;
	position: relative;
	transform: translate(0px, -4px) rotate(0deg);
	padding: 5px 20px;
	margin-left: 10px;
}

.option1 {
	background: #ff0000;	
	color: #fff;			
}

.option2 {
	background: #ccc;		
	color: #888;			
}

#footermenu {
	background: #333;	
	color: #999;		
	font-size: 0.7em;	
	padding: 20px;		
	display: flex;		
	justify-content: space-between;	
	align-items: flex-start;		
}


#footermenu a {
	text-decoration: none;
	color: #999;	
}


#footermenu a:hover {
	color: #ccc;	
}

#footermenu ul {
	margin: 0;
	padding: 0 2px;
	flex: 1;
	list-style: none;
}


#footermenu .title {
	font-weight: bold;		
	color: #ccc;			
	padding-bottom: 5px;	
}


#footermenu .kazari {
	display: none;	
}


footer small {font-size: 100%;}

footer {
	font-size: 0.6rem;		
	background: #0A3701;	
	color: #fff;			
	text-align: center;		
	padding: 20px;			
}

/*--#0A3701--*/

footer a {color: #fff;text-decoration: none;}


footer a:hover {color: #fff;}


footer .pr {display: block;}


.ta1 caption {
	border-top: 1px solid #ccc;	
	font-weight: bold;			
	padding: 10px 5px;			
	background: #fafafa;		
}


.ta1 {
	border-top: 1px solid #ccc;	
	table-layout: fixed;
	width: calc(100% - 10px);	
	margin: 0 auto 30px;		
}


.ta1 tr {
	border-bottom: 1px solid #ccc;	
}


.ta1 th, .ta1 td {
	padding: 10px 5px;		
	word-break: break-all;	
}

.ta1 th {
	width: 30%;			
	text-align: left;	
}


.faq {
	padding: 0 5px;	
}

.faq dt {
	border-radius: 10px;	
	margin-bottom: 20px;	
	background: linear-gradient(#fff, #f7f7f7);	
	box-shadow: 0px 0px 5px rgba(0,0,0,0.2);	
	text-indent: -54px;				
	padding: 20px 20px 20px 54px;	
}

.faq dt::before {
	font-family: "Font Awesome 5 Free";	
	content: "\f059";	
	color: #0A3701;		
	padding: 0 20px;	
}


.faq dd {
	padding: 0 40px 30px;	
}


.openclose {
	cursor: pointer;	
}


.pagetop-show {display: block;}

.pagetop a {
	display: block;text-decoration: none;text-align: center;
	width: 50px;		
	line-height: 50px;	
	position: fixed;
	right: 30px;		
	bottom: 30px;		
	color: #fff;		
	background: rgba(0,0,0,0.6);	
}

.pagetop a:hover {
	background: rgba(0,0,0,0.2);	
}

.btn {
	text-align: center;	
	font-size: 1.2rem;	
}

.btn a,
.btn input {
	display: inline-block;text-decoration: none;border: none;
	background: #0A3701;	
	color: #fff;			
	border-radius: 5px;		
	padding: 5px 10px;		
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);	
}

.btn i {
	padding-left: 10px;		
	transform: scale(1.5);	
}

.btn a:hover,
.btn input:hover {
	opacity: 0.9;	
}

#item-image {
	position: relative;
	margin: 0 auto 20px;
	text-align: center;
	width: 100%;
}

#item-image #item_image1 {
	z-index: 2;
	position: relative;
	overflow: hidden;
}

#item-image #item_image2 {
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#item-image img {
	width: 100%;
}

.thumbnail {
	width: 60px;	
	border: 1px solid #dcdcdc;
	margin-bottom: 5px;
}

.thumbnail:hover {
	border: 1px solid #999;	
}

.specialbox {
	display: inline-block;
}
.specialbox img {
	padding: 2px 0;;
}

.panorama-img {
	width: 100% !important;
	height: 200px !important;
}

.bg1 {
	background: #0A3701;	
	padding: 12px;			
	border-radius: 5px;		
	color: #fff;			
}

.bg1 > a {
	color: #fff;			
}

.bg1 h2 {
	text-align: center;		
	margin: 0 !important;
}

.bg1 h2::before {
	background: transparent;		
}

.bg1 h2::after {
	background: #fff;				
	transform-origin: center top;	
}

.pickup {
	position: relative;
	display: flex;			
}

.pickup .list:hover figure {
	opacity: 0.8;	
}

.pickup .slick-slide {
	margin: 5px !important;
	width: auto;
}

.pickup .list h4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;	
    line-height: 1.5em;		
    height: 1.5em;			
}

.pickup .list p {
    height: 4.4em;
}


.pickup .list img {
	object-fit: cover;	
	height: 70px;		
	width: 100%;		
	font-family: 'object-fit: cover;';	
}

.slick-arrow {
	position: absolute;
	bottom: 45%;	
}

.slick-arrow:hover {
	cursor: pointer;
	opacity: 0.8;
}

.slick-prev::after,
.slick-next::after {
	display: block;
	content: "▼";		
	color: #fff;		
	font-size: 0.8rem;	
}

.slick-prev {
	left: 5px;	
}

.slick-prev::after {
	transform: rotate(90deg);
}

.slick-next {
	right: 5px;	
}

.slick-next::after {
	transform: rotate(-90deg);
}

.mainimg {
	position: relative;
	padding: 0 !important;
}

.mainimg:hover {
	opacity: 0.8;	
}

.slick-dots {
	text-align: center;
	width: 100%;
	margin:0;
	line-height: 1;
	position: absolute;
	bottom: 10px;	
}

.slick-dots li {
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

.slick-dots li button {
	display: block;
	text-indent: -9999px;	
	width: 12px;			
	height: 12px;			
	border-radius: 50%;		
	cursor: pointer;		
	background: #fff;		
}

.slick-dots li.slick-active button {
	background: #0A3701;	
}

#new {
	display: flex;		
	flex-wrap: wrap;	
	padding: 0 5px;		
}

#new dt,
#new dd {
	border-bottom: 1px solid #ccc;	
	padding: 5px 0;					
}

#new dt {
	width: 8em;	
}

#new dt span {
	display: none;	
}

#new dt span.icon-bg1 {
	background: #386091;	
}

#new dt span.icon-bg2 {
	background: #91384d;	
}

#new dd {
	width: calc(100% - 8em);
}

.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #0A3701 !important;}
.color-check, .color-check a {color: #f00 !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.large {font-size: 2rem;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;border: 1px solid #ccc;padding: 5px 20px;background: rgba(0,0,0,0.03);border-radius: 5px;margin: 5px 0;}
.ofx {overflow-x: hidden;}



@media screen and (min-width:480px) {

.pickup .list img {
	height: 120px;		
}


}


@media screen and (min-width:600px) {

.pickup .list img {
	height: 160px;		
}


}



@media screen and (min-width:800px) {


html, body {
	font-size: 18px;
}

section + section {
	padding-top: 50px;	
}

header{
	flex-direction: row;			
	justify-content: space-between;	
	align-items: center;			
	padding: 20px;					
}

header #logo {
	width: 250px;	
	margin: 0;		
}

#menubar {
	font-size: 0.85em;	
}
#menubar ul {
	display: flex;	
}

#menubar a {
	padding: 10px 15px;	
}


#menubar_hdr {display: none;}

main {
	padding: 50px;	
}

#footermenu {
	font-size: 0.8rem;	
	padding: 20px 55px;	
}

#footermenu .kazari {
	display: block;		
	max-width: 200px;	
}

.ta1 caption {
	padding: 20px 15px;		
}

.ta1 th, .ta1 td {
	padding: 20px 15px;		
}

.ta1 th {
	width: 20%;		
}

.faq dt {
	text-indent: -58px;				
	padding: 20px 20px 20px 58px;	
}
	
/*-------list関連------*/
.list {
    width: 44%;
    margin-bottom: 25px;
    margin-right: 2.66%;
}
	
.list:nth-of-type(even) {
	margin-right: 2.66%;	
}

.list:nth-of-type(4n) {
	margin-right: 0;
}
/*-------list関連------*/
	
#new dt {
	width: 14em;	
	display: flex;	
	justify-content: space-between;	
}

#new dt span {
	display: inline-block;	
	width: 6em;				
	background: #999;		
	color: #fff;			
	font-size: 0.9rem;		
	text-align: center;		
	border-radius: 3px;		
	margin-right: 1.2em;	
	align-self: flex-start;	
	line-height: 1.5;		
	position: relative;top: 0.4em;	
}

#new dd {
	width: calc(100% - 14em);	
}


.btn a {
	padding: 15px 40px;		
	letter-spacing: 0.1em;	
}

.btn i {
	padding-left: 20px;		
}


#item-image {
	width: 80%;
}


.panorama-img {
	height: 500px !important;
}

.pickup {
	padding: 20px;		
}


.pickup .slick-slide {
	margin: 10px !important;
}


.pickup .list img {
	height: 100px;		
}

.ws {width: 45%;display: inline-block;}


}



@media screen and (min-width:1000px) {

.pickup .list img {
	height: 150px;		
}


}

.box4{
    padding: 8px 19px;
    margin: 2em 0;
    color: #2c2c2f;
    background: #f0e68c;
    border: solid 3px #2e8b57;
}
.box4 p {
    margin: 0; 
    padding: 0;
}
/* スマホレイアウト */
@media (max-width: 768px) {
  .flow-item {
    flex-direction: column;
    gap: 6px;
    margin-bottom: 50px;
  }
  .number {
    font-size: 50px;
  }
  .title-box {
    font-size: 17px;
  }
  .title-box::after {
    width: 100%;
  }
  .text {
    font-size: 15px;
  }
}
	
	/* ----------------------------------------------------
   PC：ヘッダー固定
---------------------------------------------------- */
@media screen and (min-width: 769px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }

  /* 固定ヘッダーがあるので下のコンテンツが隠れないよう余白追加 */
  body {
    padding-top: 50px;
  }

  /* PC では通常のメニューバーを表示 */
  #menubar {
    display: block !important;
  }

  /* PC ではハンバーガーを消す */
  #menubar_hdr {
    display: none !important;
  }
}

/* ----------------------------------------------------
   スマホ：ハンバーガーを常に右上表示
---------------------------------------------------- */
@media screen and (max-width: 768px) {

  /* スマホは固定のまま常に表示状態 */
  #menubar_hdr {
    display: flex !important;
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 2000;
  }

  /* スマホはメニュー本体は非表示 */
  #menubar {
    display: none;
  }
}
.greeting {
  overflow: hidden;
}

.greeting-photo {
  float: right;
  width: 40%; /* 大きめに */
  max-width: 350px; /* PC時にしっかり大きく表示 */
  margin-left: 20px;
  margin-bottom: 10px;
  height: auto;
}

.greeting-text {
  font-size: 1rem;
  line-height: 1.6;
}

/* スマホでは画像が下に来るように回り込み解除 */
@media screen and (max-width: 768px) {
  .greeting-photo {
    float: none;
    width: 100%;
    max-width: none;
    margin: 0 0 15px 0;
    display: block;
  }
}

