@charset "UTF-8";

@media screen{
/*画面表示用body*/

body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 13px;
	background-image: url(../_image/common/all_bk.gif);
	background-repeat: repeat;
	background-position: left top;
}

}

@media print{
/*プリント用body（背景画像削除）*/
body {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: small;
	background-repeat: repeat;
	background-position: left top;
}
}


html {
	height: 100%;
}
img {
	margin: 0px;
	border: none;
	
}

.clear { clear:both; }  
.clear_r { clear:right; }   
.clear_l { clear:left; }  
.clear hr, .clear_r hr, .clear_l hr { display:none; } 

/* リンクカラー */
a:link, a:visited, a:active {
	color: #141414;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: underline;
}
/* 画像ロールオーバー透過 */
a img {
	opacity: 1.0;
	filter: alpha(opacity=100);
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#pagetop {
	margin: 0px;
	padding: 0px;
}

#areaAll {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 40px;
	padding-left: 40px;
	background-color: #FFF;
	padding-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
}
#header {
	padding: 0px;
	width: 850px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#header .contents01 {
	margin: 0px;
	width: 850px;
}
#header .contents01 h1 {
	font-size: 95%;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header .contents01 p {
	margin: 0px;
}
#header .contents01 .box01 {
	float: left;
	height: 70px;
	padding-top: 30px;
	padding-right: 10px;
}
#header .contents01 .box02 {
	float: left;
	padding-top: 30px;
}
#header .contents01 .box03 {
	background-image: url(../_image/header/bk_img01.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 22px;
	width: 332px;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	line-height: 1.5em;
	vertical-align: middle;
	font-size: 1em;
	padding-top: 5px;
}
#header .contents02 {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 850px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1CA63B;
}
#mainArea {
	width: 850px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	height: 100%;
	background-color: #FFF;
}
#bottomArea {
	width: 850px;
	margin-top: 30px;
	margin-bottom: 10px;
	clear: both;
	float: none;
}
#bottomArea .box01 {
	width: 850px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: right;
}
#footer {
	width: 850px;
	margin-top: 10px;
	clear: both;
	float: none;
}
#footer .contents01 {
	width: 850px;
	position: relative;
}
#footer .contents01 .catalogBtn {
	position: absolute;
	width: 118px;
	top: 0px;
	right: 0px;
}
#footer .contents01 .box01 {
	float: left;
	margin-right: 10px;
}
#footer .contents01 .box02 {
	float: left;
	line-height: 1.2em;
	margin-top: 3px;
}
#footer .contents01 .box02 p {
	font-size: 85%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer .contents01 .box02 table {
	margin-top: 5px;
	width: 750px !important;
}

#footer .contents01 .box02 table td{
	font-size: 11.05px;
	line-height:17px;
}



#footer .contents02 {
	width: auto;
	clear: both;
	padding-top: 20px;
}
#footer .contents02 ul {
	margin: 0px;
	padding: 0px;
	font-size: 11.05px;
}
#footer .contents02 .navi_txt  {
	margin-bottom: 5px;
}

#footer .contents02 .navi_txt li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #BF3F3F;
}
#footer .contents02 .navi_txt .end {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BF3F3F;
}
#areaAll #footer .contents01 .box02 p .add01 {
	width: 6em;
}

/*動画用バナー*/
.banner01{
	padding-bottom: 0px;
	margin-bottom: 1.5em;
}

.banner02{
	margin-top: 10px !important;
}

.banner03{
	margin-bottom: 30px;
	text-align: center;
}

.banner04{
	margin-bottom: 30px;
	text-align: center;
	margin-top: 20px;
}
.banner05{
	margin-bottom: 0px;
	text-align: center;
	margin-top: 50px;
}


/*新着情報（ページ）*/

#news .news-archive{
    width: 790px;
    margin-left: auto;
    margin-right: auto;
}

ul.news-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

 .news-list > li > a {
    display: flex;
    align-items: baseline;
  }
.news-list > li {
    padding: 20px 0;
    border-bottom: 1px dashed rgba(188,188,188,1.00);
}


.news-list > li:first-of-type {
  border-top: dashed 1px rgba(188,188,188,1.00);
}



.news-list .date {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100px;
}

.news-list .date time{
  font-size: 14px;
  letter-spacing: 0.1em;
}

 .news-list > li {
    padding: 25px 20px;
  }

  .news-list > li > a {
    display: flex;
    align-items: baseline;
  }

  .news-list .title {
    margin-top: 0;
    padding-left: 2.2em;
    font-size: 14px;
  }

span.new {
    flex-shrink: 0;
    width: fit-content;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    background-color: #ff7114;
    padding: 0.1em 0.4em;
    border-radius: 3px;
    margin-right: 0.7em;
}


.pagenation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin-inline: auto;
  font-size: 15px;
  color: #b9c6be;
  margin-top: 40px;
}

.pagenation:empty {
  margin-top: 0;
}

.pagenation a,
.pagenation span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: solid 1px #b9c6be;
  background-color: #fff;
    color: #8a9f92;
}

.pagenation a:hover{
    background-color: #b9c6be;
    color: #fff;
    text-decoration: none;
    border: solid 1px #b9c6be;
}

.pagenation .page-numbers.current {
  color: #fff;
  background-color: #b9c6be;
}

.pagenation .dots {
  width: fit-content;
  border: none;
}

.pagenation .prev {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../_image/news/button_pagenation_prev.svg) no-repeat center / cover;
  margin-right: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pagenation .next {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../_image/news/button_pagenation_next.svg) no-repeat center / cover;
  margin-left: 10px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}


/* お知らせ_詳細 */

#news .news-single{
    width: 790px;
    margin-left: auto;
    margin-right: auto;
}


.news-single-date-wrap time.news-single-date {
  font-size: 14px;
  letter-spacing: 0.1em;
}

.news-single span.new{
    margin-left: 0.5em;
}

h2.news-single-title{
    margin-top: 15px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    font-size: 24px;
    display: block;
    border-bottom: 1px solid rgba(170,170,170,1.00);
    padding-bottom: 0.3em;
    line-height: 1.75em;
}

.news-single-content{
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.pagination {
        margin-top: 60px;
    }

a.news-single-return-button{
    color: #8a9f92;
    
}
a:hover.news-single-return-button{
    color: #FFFFFF;
    background-color: #8a9f92;
    text-decoration: none;
}

.news-single-return-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 34px;
    border-radius: 9999px;
    color: #376ab3;
    border-left: 1px solid #8a9f92;
    border-right: 1px solid #8a9f92;
    border-bottom: 1px solid #8a9f92;
    border-top: 1px solid #8a9f92;
    background-color: #fff;
    font-size: 14px;
    font-weight: 100;
    margin: 50px auto 0;
}
 

/*問い合わせフォーム*/

.Form {
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.Form-Item {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  align-items: center;
}

.Form-Item:nth-child(11) {
  border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 16px;
    margin-right: 20px;
}

.Form-Item-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}
.Form-Item-Label-Required {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  background: #5bc8ac;
  color: #fff;
  font-size: 14px;
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 0px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Form-Item-Zip {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 2;
  width: 120px;
  background: #eaedf2;
  font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.Form-Item-City {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 2;
  width: 120px;
  background: #eaedf2;
  font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.Form-Item-Add {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 248px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    background: #eaedf2;
    font-size: 17px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.Form-Item-contaner{
    width: 100%;
    margin-right: 3em;
    
}



.Form-Item-Textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 0px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  background: #eaedf2;
  font-size: 17px;
}
.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background-color: #3DB697;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-style: none;
    cursor: pointer
}

.Form-Btn:hover{
    background-color: #2AA787;
}

.Form-Item-Check{
    /* [disabled]width: 100%; */
    margin-left: 20px;
}

.checkbox01 {
    line-height: 1em;
    padding-top: 0;
    padding-right: 10px;
    padding-left: 5px;
    padding-bottom: 0;
    font-size: 15px;
}

.form-comment{
    display: block
    width: 100%;
    margin-left: 20px;
    margin-bottom: 0px;
    margin-top: 10px;
}