@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

/*PCSP共通設定*/
html {scroll-behavior: smooth;}/*smooth scroll*/

article { 
	font-family: 'Noto Sans JP', sans-serif;
	color: #333;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock {
	overflow-x: scroll;
	overflow-y: hidden;
}
#dirPathBlock,
#anchorLinkBlock {margin: 0 1%;}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
#dirPathBlock p {width: max-content;}
h1 {
	font-size: 12px;
	margin: 0 1% 1%;
}
.inner{
	width: 96%;
	margin: 0 2%;
	padding: 24px 0;
	box-sizing: border-box;
}

.bgColorBlock {
	background-color: #DFF9FF;
}


.bgBlock {
	background-color: #FFF;
}

#greenjourney.bgBlock {
	background-color: #C6DDD1;
}
/*
.bgBlock .inner {
	width: 94%;
	margin: 0 auto;
	padding: 8% 3% 5%;
}
*/
.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
    background-size: 211%;
}
.titleSp img {
	width: 100%!important;
}

section img { width: 100%; height: auto;}

h2 {
	padding: 0.5em;/*文字周りの余白*/
    color: #FFF;/*文字色*/
    background: #56c02b;/*背景色*/
    border-bottom: solid 3px #3f7e44;/*下線*/
    border-radius: 6px 6px 0 0;
	text-align: center;
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 2%;
}

#greenjourney h2 {
    background: #007235
}

h3 {
  text-align: center;
  font-size: 138.5%;
  font-weight: bold;
  color: #003399;
  margin: 4% 0;
  padding-bottom: 1%;
  border-bottom: 2px dashed #003399;
}
h4 {
  font-size: 123.1%;
  font-weight: bold;
  margin: 0;
}
.henko {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  color: #003399;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}



a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

#anchorLinkBlock p.pageBackBlock {
	font-size: 11px !important;
	padding: 1%;
}

strong {
	font-weight: bold;
}

.unit {
	width: 90%;
	margin: 2% 1% 3%;
	font-size: 123.1%;
	text-align: left;
	background: #FFF;
	padding: 4% 3%;
	border: 2px solid #EEE;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.1), 0px 1px 0px 0px rgba(0,0,0,0.02);
}

.unit span {
	font-size: 110%;
	color: #F00;
}

.attention {
	font-size: 123.1%;
	width: 90%;
	margin: 4% 3% 0;
	padding: 2%;
	border: 2px #F00 solid;
	background: #FFF;
	line-height: 1.4;
}

.attention span {
	font-weight: bold;
	text-align: center;
	color: #F00;
}

.textLeft,
p.textLeft {
	font-size: 123.1%;
	text-align: left;
	margin: 3% 0 0;
}
p.textLeft:last-of-type {
	margin-bottom: 5%;
}

.textLeft img {
  width: 100%;
  height: auto;
}

p.textLeft span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}

.textLeft02 {
	font-size: 153.9%;
	text-align: left;
	margin: 3% 0 0;
}

.textLeft02 span {
	color: #F00;
}

.textCenter {
	font-size: 123.1%;
	text-align: center;
	margin: 1% 0 0;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #009EDB;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.topNavi ul li {
	font-size: 123.1%;
	font-weight: bold;
	display: block;
	width: 49.8%;
	margin: 0;
    padding: 10px 0;
	border-right: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
}
.topNavi ul li:nth-child(2) {
border-right: none;
}
.topNavi ul li:nth-child(3) {
border-bottom: none;
}
.topNavi ul li:nth-child(4) {
border-right: none;
border-bottom: none;
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}


.topNavi2 {
	width: 100%!important;
	background: #009EDB;
	text-align: center;
}

.topNavi2 ul {
	text-align: center;
	vertical-align: middle;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}

.topNavi2 ul li {
	font-size: 123.1%;
	font-weight: bold;
	display: block;
	width: 100%;
	margin: 0;
    padding: 10px 0;
	border-bottom: 1px dashed rgba(255,255,255,0.5);
	vertical-align: middle;
}
.topNavi2 ul li:nth-child(2) {
width: 49.8%;
border-right: 1px dashed rgba(255,255,255,0.5);
}
.topNavi2 ul li:nth-child(3) {
width: 49.8%;
}
.topNavi2 ul li:nth-child(4) {
width: 49.8%;
border-right: 1px dashed rgba(255,255,255,0.5);
border-bottom: none;
}
.topNavi2 ul li:nth-child(5) {
width: 49.8%;
border-bottom: none;
}
.topNavi2 ul li a {
    color: #fff;
}

.topNavi2 ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
	background: rgba(255,255,255,0); /*背景白を透過*/
	display: flex;
	margin: 0 auto;
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.slide-box {
	margin-right: 3%;
    flex: 0 0 80%;
	text-align: center;
}

.slide-box p {
	text-align: left;
	font-size: 123.1%;
	padding-top: 2%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 2%;
	margin-top: 1%;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box p.detail {
	line-height: 1.5;
	font-size: 123.1%;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.5;
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 3% 0;
}

.slide-box2 {
	margin: 1% 3% 0 0;
    flex: 0 0 50%;
	font-size: 110%;
}

.slide-box2 p {
	text-align: left;
	font-size: 123.1%;
	padding: 2% 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	text-decoration :none;
	padding: 8% 5%;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
    width: 98%;
	margin: 0 1%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 8% 5%;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 5px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.slide-wrap .Btn {
  margin-top: 4%;
}

/* =========================================================
◆CARBON-ZEROの内容／現在のカーボンオフセットオプションの取組状況
========================================================= */
ul.guideList {
	font-size: 123.1%;
	line-height: 1.6;
	margin-top: 3%;
}

ul.guideList li {
	line-height: 1.6;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li span {
	color: #F00;
}

.note {
    width: 92%;
	margin: 4% 2% 0;
    padding: 3% 2%;
    background:  #FFFFFF;
	text-align: center;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3), 0px 1px 0px 0px rgba(0,0,0,0.02);
}

.note .topTxt {
  font-size: 123.1%;
  font-weight: bold;
  line-height: 1.6;
  background: linear-gradient(transparent 50%, #FF6 50%);
}

.note .offsetTxt {
  font-size: 123.1%;
  font-weight: bold;
  margin-top:  4%;
}

.note .btmTxt {
  font-size: 123.1%;
  line-height: 1.6;
  margin-top:  2%;
}
.note .btmTxt span {
font-size: 80%;
}

.train img {
	text-align: center;
	width: 90%!important;
	margin: 2% auto 0;
	display: block;
}

/* =========================================================
◆オプション販売価格一覧
========================================================= */
.oplist {
  white-space: nowrap; /* セル内にあるテキストの折り返しを禁止 */
  display: block;
  overflow-y: scroll;

}

.oplist table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 123.1%;
  line-height: 1.2;
  border: solid 1px #000;
  margin: 2% 0 5%;
   background: #FFF;
}

.oplist table th,.oplist table td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border: solid 1px #000;
}

.oplist table thead th {
  background-color: #555;
  color: #FFF;
  vertical-align:  middle;
  position: sticky;
  top: 0;
  z-index: 1;
}

.oplist table th span {
  font-size: 80%;
}

.oplist table tr:nth-child(odd) {
  background-color: #eee;
}

ul.guideList {
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 3%;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome01 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
	overflow: hidden;
    width: 94%;
	margin: 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #000;
    text-decoration: none;
}

.Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #FC3;
	color: #000;
	text-decoration :none;
	padding: 5%;
}

.Btn a:hover {
	background: #FF3;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #000;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 14px;
	height: 14px;
	margin-top: -8px;
	background: #FC3;
}

.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #FF3;
}

.Btn_gray {
	overflow: hidden;
    width: 94%;
	margin: 0 3%;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 123.1%;
    font-weight: bold;
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    text-decoration: none;
	background: #666;
	padding: 5% 0;
}

.Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

/* =========================================================
◆list横並び
========================================================= */
.itemList3 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	float: left;
	width: 100%;
	padding: 1%;
}

.itemList3 > div img {
	width: 100%;
}

.itemList3 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 0 4%;
	/*background: #FFF;*/
}


.itemList4 {
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	float: left;
	width: 50%;
	padding: 1%;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 2% 0 4%;
	/*background: #FFF;*/
}


.img_map {
display: none;
}

.smp_area {
padding-bottom: 40px;
}
.smp_area a {
display: block;
color: #000;
width: 100%;
text-decoration: none;
}
nav{ display: none; }
.smp_area p {
	padding: 10px;
	font-size: 18px;
	text-align: center;
	background-color: #f2f2f2;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	cursor: pointer;
}
.smp_area p:first-child {
border-top: 1px solid #BCBCBC;
}
.nav-open{
}
.nav-open::before{/* 閉じている時 */
	content: "▼";
	position: absolute;
	right: 15px;
}
.nav-open.active::before{/* 開いている時 */
	content: "▲";
}
nav ul {
list-style: none;
padding: 0px;
margin: 0px;
}
nav li {
	padding: 10px;
	font-size: 18px;
	text-align: center;
	background-color: #ffffff;
	position: relative;
	margin: 0px 0px 0px 0px;
	border-left: 1px solid #BCBCBC;
	border-right: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	cursor: pointer;
}




.konyu table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 123.1%;
  border: solid 1px #000;
  margin-top: 2%;
   background: #FFF;
}

.konyu table th,.konyu table td {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  border: solid 1px #000;
  line-height: 1.6;
}

.konyu table th {color: #fff;
background-color: #3DAF00;
text-align: center;
}

.konyu table th.w2em {
width: 3em;
}



.col2{
margin: 0px;
padding: 0px 0px 0px 0px;
list-style: none;
}
.btlink {
margin-bottom: 10px;
}
.btlink a {
position: relative;
display: block;
align-items: center;
margin: 0px auto;
padding: 15px 15px;
width: 80%;
color: #fff;
font-size: 120%;
font-weight: 600;
text-decoration: none;
text-align: center;
background-color: #ff6600;
border-radius: 5px;
transition: 0.2s;
}
.btlink a::after {
content: '';
position: absolute;
right:15px;
top:50%;
margin-top: -2.5px;
width: 5px;
height: 5px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(45deg);
}

sub {
    margin-bottom: 5px;
    display: contents;
}
.plan_kinen {
    font-size: 123.1%;
    line-height:1.6;
}

.shosai_btn02{
    margin: 1rem auto 1rem;
    width:100%;
    border-radius: 10px;
    background: #0585b4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1.1rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.shosai_btn02:hover {
    opacity: 0.8;
}
.shosai_btn02 i {
    float: right!important;
    position: absolute;
    right: 1rem;
    top:35%;
}
/*ul.kitty_pf li a {
    text-decoration: underline!important;
}*/
.shosai_btn02 a,
.shosai_btn02 a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}


}



/*760px以上*/
@media screen and (min-width: 760px),print {
#wrapper {line-height: 1.231;}
.pcnone{display:none;}

/* CSS */
#dirPathBlock,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: auto;
}
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: 100%;
	max-width:1080px;
	min-width:760px;
    margin: 0 auto 5px;
}
.inner{
	width: 100%;
	max-width:1080px;
	min-width:760px;
	margin: 0 auto;
	padding:50px 0;
	display: block;
}

.bgColorBlock {
	background-color: #DFF9FF;
}

.bgColorBlock .inner {
	width: 1080px;
	margin: 0 auto;
	padding: 20px 0 30px;
}

.bgBlock {
	background-color: #FFF;
}

#greenjourney.bgBlock {
	background-color: #C6DDD1;
}

/*title*/
.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg.jpg?update=20241025) repeat-y center 0;
	position: relative;
	height: 500px;
}
.titleSp {
	display: none !important;
}

h2 {
	margin: 20px 0;
	padding: 0.5em;/*文字周りの余白*/
    color: #FFF;/*文字色*/
    background: #56c02b;/*背景色*/
    border-bottom: solid 5px #3f7e44;/*下線*/
    border-radius: 10px 10px 0 0;
	text-align: center;
	font-size: 220%;
	font-weight: bold;
}

#greenjourney h2 {
    background: #007235
}

h3 {
  text-align: center;
  font-size: 197%;
  font-weight: bold;
  color: #003399;
  margin: 20px 0;
  padding-bottom: 10px;
  border-bottom: 3px dashed #003399;
}

h4 {
  font-size: 150%;
  font-weight: bold;
  margin: 0;
}

.henko {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #003399;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}


a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

strong {
	font-weight: bold;
}

.unit {
	width: 1080px;
	margin: 20px auto 10px;
	font-size: 138.5%;
	text-align: left;
	background: #FFF;
	padding: 30px 20px;
	line-height: 1.6;
	border: 3px solid #EEE;
	box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.1), 0px 1px 0px 0px rgba(0,0,0,0.02);
}

.unit span {
	font-size: 120%;
	color: #F00;
}

.attention {
	font-size: 123.1%;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
	line-height: 1.4;
}

.attention span {
	font-weight: bold;
	text-align: center;
	color: #F00;
}

.textLeft,
p.textLeft {
	font-size: 123.1%;
    line-height: 1.6;
	text-align: left;
	margin: 20px 0 0;
}
p.textLeft:last-of-type {
	margin-bottom: 35px;
}

.textLeft img {
	margin-top: 10px;
}

p.textLeft span {
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}

.textLeft02 {
	font-size: 153.9%;
	text-align: left;
	margin: 20px 0 0;
}

.textLeft02 span {
	color: #F00;
}

.textCenter {
	font-size: 123.1%;
    line-height: 1.4;
	text-align: center;
	margin: 5px 0 0;
}

/* =========================================================
◆navigation
========================================================= */
.topNavi {
	width: 100%!important;
	background: #009EDB;
	text-align: center;
}

.topNavi ul {
	width: 1150px;
	margin: 0 auto;
		display:flex;
		justify-content:space-around;
		align-items:center;
	list-style: none;
}

.topNavi ul li {
width: 100%;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.topNavi ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}



.topNavi2 {
	width: 100%!important;
	background: #009EDB;
	text-align: center;
}

.topNavi2 ul {
	width: 1150px;
	margin: 0 auto;
		display:flex;
		justify-content:space-around;
		align-items:center;
	list-style: none;
}

.topNavi2 ul li {
width: 100%;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}

.topNavi2 ul li:last-child{
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi2 ul li a {
    color: #fff;
}

.topNavi2 ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}

/* =========================================================
◆slide
========================================================= */
.slide-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slide-box {
  width: 33.33333%;
  padding: 10px;
}

.slide-box:nth-child(4n){
  margin-right: 0;
}

.slide-box:nth-child(-n+4){
  margin-top: 0;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box p {
  font-size: 123.1%;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p.point {
	background: #FFFFD9;
	padding: 10px;
	margin-top: 10px;
	line-height: 1.4;
}

.slide-box p.point span {
	color: #F00;
}

.slide-box .detail dl {
	font-size: 123.1%;
	line-height: 1.4;
	padding: 0;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width: 30%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 30%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}


.slide-box2 {
  width: 25%;
  padding: 10px 14px;
    font-size: 16px;
}

.slide-box2:nth-child(5n){
  margin-right: 0;
}

.slide-box2:nth-child(-n+5){
  margin-top: 0;
}

.slide-box2 img {
  display: block;
  height: auto;
  width: 100%;
  margin-bottom: -15px;
}

.slide-box2 p {
  font-size: 153.9%;
  font-weight: bold;
  margin: 0;
  margin: 5px 0;
}

.slide-box2 p span {
	font-weight: bold;
}

.slide-box2 .Btn {
	overflow: hidden;
	width: 100%;
	height: auto;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-bottom: 10px;
}

.slide-box2 .Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #F60;
	color: #fff;
	line-height:1.4;
	text-decoration :none;
    padding: 10px 0;
}

.slide-box2 .Btn a:hover {
	background: #F30;        /* マウスオーバーカラー */  
}

.slide-box2 .Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #F60;
}

.slide-box2 .Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #F30;
}

.slide-box2 .Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 60px;
	padding-top: 12px;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 123.1%;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	text-decoration :none;
}

.slide-box2 .Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.slide-box2 .Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}

.slide-wrap .Btn {
  margin-top: 10px;
}

/* =========================================================
◆CARBON-ZEROの内容／現在のカーボンオフセットオプションの取組状況
========================================================= */
ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.6;
	margin-top: 20px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.6;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li span {
	color: #F00;
}

.note {
    width: 750px;
	margin: 20px 100px 10px;
    padding: 40px 10px;
    background:  #FFFFFF;
	text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(10,10,10,0.3), 0px 1px 0px 0px rgba(0,0,0,0.02);
}

.note .topTxt {
  font-size: 153.9%;
  font-weight: bold;
  line-height: 1.6;
  background: linear-gradient(transparent 50%, #FF6 50%);
}

.note .offsetTxt {
  font-size: 153.9%;
  font-weight: bold;
  margin-top: 15px;
}

.note .btmTxt {
  font-size: 153.9%;
  line-height: 1.6;
  margin-top:  10px;
}
.note .btmTxt span {
font-size: 80%;
}

.train img {
	width: 650px;
	height: auto;
    text-align: center;
    margin-top: 20px;
}

/* =========================================================
◆オプション販売価格一覧
========================================================= */
/*.oplist {
  white-space: nowrap;
  display: block;
  overflow-y: scroll;
  height: calc(100vh/2);
}*/
.kochi {
height: 150px !important;
overflow: auto;
}
.oplist p {
font-size: 18px;
padding: 0px;
margin: 0px 0px 10px 0px;
}
.oplist table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 123.1%;
  border: solid 1px #000;
  margin: 5px 0 30px;
  background: #FFF;
}

.oplist table th,.oplist table td {
  padding: 10px 0;
  text-align: center;
  border: solid 1px #000;
}

.oplist table thead th {
  background-color: #555;
  color: #FFF;
  vertical-align:  middle;
  position: sticky;
  top: 0;
  z-index: 1;
}

.oplist table th span {
  font-size: 80%;
}

.oplist table tr:nth-child(odd) {
  background-color: #eee
}

ul.guideList {
	padding: 0;
	font-size: 123.1%;
	line-height: 1.4;
	margin-top: 20px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li:before {
	content: '◆';
}

ul.guideList li.kome01 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome01:before {
	content: '※１）';
}

ul.guideList li.kome02 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome02:before {
	content: '※２）';
}

ul.guideList li.kome03 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3em;
    margin-left: 3em;
}

ul.guideList li.kome03:before {
	content: '※３）';
}

/* =========================================================
◆ボタン
========================================================= */
.Btn {
	overflow: hidden;
	width: 70%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	margin-top: 20px;
}

.Btn a {
	display: block;
	position: relative;
	text-align: center;
	background: #FC3;
	color: #000;
	line-height: 80px;
	text-decoration :none;
}

.Btn a:hover {
	background: #FF3;        /* マウスオーバーカラー */  
}

.Btn a:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #000;
}

.Btn a:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #FC3;
}

.Btn a:hover:after {        /*「after要素」のマウスオーバー（カラーを合わせる） */  
	background: #FF3;
}

.Btn_gray {
	overflow: hidden;
	width: 100%;
	height: 80px;
	margin:0 auto;
	border-radius: 4px;        /* CSS3草案 */  
    -webkit-border-radius: 4px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;   /* Firefox用 */
	font-size: 153.9%;
	font-weight: bold;
	display: block;
	position: relative;
	text-align: center;
	background: #666;
	color: #FFF;
	line-height: 80px;
	text-decoration :none;
}

.Btn_gray:before {        /*白いひし型 */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #fff;
}

.Btn_gray:after {        /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */  
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 10px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background: #666;
}



/* =========================================================
◆list横並び
========================================================= */
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList3 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList3 > div {
	width: 33.33333%;
	padding: 5px;
}

.itemList3 > div img {
	width: 100%;
}

.itemList3 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 10px 0;
	/*background: #FFF;*/
}

.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	margin: 0; /* これがないとずれる */
	font-size: 123.1%;
	line-height: 1.5;
	text-align: left;
	padding: 10px 0;
	/*background: #FFF;*/
}


.img_map {
text-align: center;
padding: 0px;
margin: 0px;
}

.smp_area {
display: none;
}



.konyu table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
  border: solid 1px #000;
  background: #FFF;
}

.konyu table th,.konyu table td {
  padding: 10px;
  text-align: left;
  border: solid 1px #000;
}
.konyu table th {color: #fff;
background-color: #3DAF00;
text-align: center;
}






.col2{
display: flex;
justify-content:center;
margin: 0 auto;
padding: 10px 0px 0px 0px;
gap: 0px 20px;
list-style: none;
}

.btlink {
width: 70%;
}
.btlink a {
position: relative;
display: block;
align-items: center;
padding: 20px 0px;
width: 100%;
color: #fff !important;
font-size: 24px;
font-weight: 600;
text-decoration: none;
text-align: center;
background-color: #ff6600;
border-radius: 10px;
transition: 0.2s;
}
.btlink a::after {
content: '';
position: absolute;
right:25px;
top:50%;
margin-top: -2.5px;
width: 10px;
height: 10px;
border-top: 3px solid #fff;
border-right: 3px solid #fff;
transform: rotate(45deg);
}

.btlink a:hover {
text-decoration: none !important;
background-color: #c62500;
}

sub {
    margin-bottom: 5px;
    display: contents;
}

.plan_kinen {
    font-size: 123.1%;
    line-height:1.6;
	text-align: center;
}
.plan_kinen img {
	display: block;
	margin: 0 auto 15px;
}

.shosai_btn02{
    margin: 1rem auto 1rem;
    width:200px;
    border-radius: 10px;
    background: #0585b4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1.1rem;
    display: block;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
}
.shosai_btn02:hover {
    opacity: 0.8;
}
.shosai_btn02 i {
    float: right!important;
    position: absolute;
    right: 1rem;
    top:35%;
}
.shosai_btn02 a,
.shosai_btn02 a:hover {
    text-decoration: none!important;
    display: block;
    color: #fff;
}


}