@charset "UTF-8";

body {
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
color: #000;
overflow-x: hidden;
}

section:nth-of-type(odd){background-color:#F7F2EB;}
section:nth-of-type(even){background-color:#FFF;}

@media screen and (max-width: 280px) { /*Galaxy Fold*/
  body {
  font-size: 14px;
  }
}

article{
width: 100%;
}
section{
  position: relative;
}
.active{
  opacity: 1;
}
a{
  transition: .3s;
}
a:link,
a:visited{
  color: #0952a4;
}
a:hover{
  opacity: 0.7;
}

.textLeft {
	text-align: left;
    line-height: 1.4;
}

.textCenter {
	text-align: center;
    line-height: 1.4;
}

.textRight {
	text-align: right;
    line-height: 1.4;
}

.red {
	color: #ff0000;
}

.large {
	font-size: 120%;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

.line {
    width: 100%;
    border-top: 2px dotted #666;
    padding-bottom: 5%;
}

.cautionBox {
    width: 90%;
    margin: 0 auto;
    border: 2px solid #ff0000;
    background: #fff;
    padding: .5em;
    margin-top: .5em;
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#dirPathBlock,#anchorLinkBlock { background: #FFF;}
#dirPathBlock p,#anchorLinkBlock a{
	font-size: 10px;
	padding: 0 5px 5px 5px;
}

#container{
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 5% 1%;
}

/*title*/
.title {
	width: 100%;
	text-align: center;
}

.title img {
    width: 100%;
}

  /*news*/
	#newsImportant {
		margin: 5px;
		display: flex;
		font-size: 11px;
	}
	#newsImportant dt {
		width: 72px;
		height: fit-content;
		background: #e62d2d;
		color: #FFF;
		text-align: center;
		border-radius: 3px;
		margin-top: 2px;
		padding: 3px 0;
	}
	#newsImportant dd {
		width: 100%;
		padding: 0 10px;
	}
	#newsImportant li {
		padding: 5px 3px 5px 12px;
		position: relative;
		font-size: 1.1em;
		font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	}
	#newsImportant li:nth-of-type(n+2) {
		border-top: 1px dotted #ccc;
	}
	#newsImportant li:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 5px solid transparent;
		border-bottom: 5px solid transparent;
		border-left: 6px solid #555555;
		border-right: 0;
		position: absolute;
		top: 7px;
		left: 0;
	}

/*見出し*/
h2 {
  font-size: 20px;
  background: #ff9900;
  color: #fff;
  padding: .4em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}

h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ff6600 #ff6600 transparent transparent;
  transform: rotate(270deg); /* 回転させる */
}

/*tab*/
.tabs ul {
  display: flex;
  flex-wrap: wrap;
  width: 98%;
  margin-inline: auto; /* 自動マージンで中央に配置 */
  gap: 5px;
  padding: 1em 0 .5em;
}

.tabs ul li {
  padding: .5em .6em;
  background:#eee;
  cursor: pointer;
  order: -1; /* 上に表示 */
  text-align: center;
  flex: 1; /* 均等幅 */
  min-width: 60px;
  position: relative;
}

.tabs li:hover,
.tabs li.active {
  background: #0066CC;
}

.tabs li:hover a,
.tabs li.active a {
    color: #fff;
}

.tabs a {
    color: black; /* 通常時のフォントの色を設定（必要に応じて変更） */
}

.tabs li.active::before { /* 吹き出し */
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background: #0066CC;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

/*pageNavi*/
.pageNavi {
	width: 98%;
	text-align: center;
    margin: 0 auto .8em;
}

.pageNavi ul {
	width: 100%;
	padding: 10px 0;
    text-align: center;
    overflow: hidden;
}

.pageNavi ul li {
    display: inline-block;
    padding-right: .4em;
    margin-right: .4em;
    border-right: 1px solid #000;
    line-height: 1.4;
}

.pageNavi ul li:last-child {
    border-right: none;
}

.pageNavi ul li a {
    color: #000;
}

/*日帰りTRIPとは*/
.aboutpic {
    width: 90%;
    text-align: center;
    margin: 0 auto 1em;
    padding: 1em;
    border: 2px solid #ff3366;
    border-radius: 10px;
}

.aboutpic img {
    width: 100%;
    margin-bottom: .5em;
}

/*プラン*/
ul.block-plan {
    margin-top: .5em;
}

ul.block-plan li {
	line-height: 1.2;
	padding: 1em;
    margin-bottom: .5em;
    text-align: left;
    border: 1px solid #ccc;
    background: #fff;
}

ul.block-plan li dl {
}

ul.block-plan li dl .large {
    font-size: 120%;
}

ul.block-plan li dl .small {
    font-size: 90%;
}

ul.block-plan li dl dt,
ul.block-plan li dl dd {
    width: 100%;
}

ul.block-plan li dl dt.price {
    margin-top: .5em;
}

/*予約方法*/
dl.block-about {
    width: 100%;
    margin: 0 auto;
    line-height: 1.4;
}

dl.block-about dt {
    width: 100%;
    font-weight: bold;
    margin-top: .5em;
}

dl.block-about dd {
    width: 100%;
}

/*ポチッとギフトとは*/
.giftpic {
    width: 100%;
    text-align: center;
    margin-bottom: .3em
}

.giftpic img {
    width: 90%;
}

/*カルーセル*/
.slide-wrap {
  width: 100%;
  margin: .5em 0 1em;
  display: flex;
  overflow-x: auto; /* スクロールを自動に変更 */
}

.slide-box,
.slide-box3row {
  flex: 0 0 45%;
  margin-right: 3%;
  padding-bottom: .5rem;
}

/*tabiwaチケット*/
.ticketBox {
    border: 1px solid #CCC;
    background: #FFF;
    line-height: 1.4;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketPhoto img {
    width: 100%
}

.ticketBox .ticketName {
    font-weight: bold;
    margin: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dashed #ccc;
}

.ticketBox .ticketPoint {
    padding: 0 .5em .5em .5em;
}

/*よくある質問*/
  .accordion {
    margin: 1.5rem auto 1rem;
    max-width: 100%;
  }
  .toggle {
    display: none;
  }
  .faq {
    position: relative;
    margin-bottom: 1rem;
  }
  .question, .anser {
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .question {
    padding: 1rem 2.2rem 1rem 1rem;
    display: block;
    color: #FFF;
    background-color: #0066CC;
    border-radius: 5px;
    line-height: 1.5;
  }
  .question span {
    font-size: 160%;
    padding-right: 0.6rem;
    line-height: 0;
  }
  .anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #FF0000;
    line-height: 0;
  }
  .question:after, .question:before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 0.75rem;
    background-color: #FFF;
    transition: all 0.3s;
  }
  .question:after {
    transform: rotate(90deg);
  }
  .anser {
    max-height: 0;
    overflow: hidden;
  }
  .anser div {
    margin: 0;
    padding: 1rem;
    line-height: 1.5;
  }
  .toggle:checked + .question + .anser {
    max-height: 500px;
    transition: all 1.5s;
  }
  .toggle:checked + .question:before {
    transform: rotate(90deg) !important;
  }

/*注意事項*/
.subttl {
    margin: 0 auto .5em;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dashed #000;
    padding-bottom: .4em;
}

ul.guideList {
	margin: 0 auto 1em;
}

ul.guideList li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6,
ul.guideList li.no7 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

ul.guideList li.no1:before {
	content: '1．';
}

ul.guideList li.no2:before {
	content: '2．';
}

ul.guideList li.no3:before {
	content: '3．';
}

ul.guideList li.no4:before {
	content: '4．';
}

ul.guideList li.no5:before {
	content: '5．';
}

ul.guideList li.no6:before {
	content: '6．';
}

ul.guideList li.no7:before {
	content: '7．';
}

ul.guideList li.kome {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4,
.itemList2btn,
.stepitemList3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: left;
}

.itemList2btn > div {
  width: 100%;
  height: auto;
  padding: 0 5px;
}

.stepitemList3 > div {
  width: 100%;
  height: auto;
  padding: 0 5px;
  margin-top: 2em;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

.itemList4 > div p strong {
  display: block; 
  margin-top: .3em;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin-top: .5em;
  text-align: center;
  background: #003399;
  border-radius: 30px;
  padding: .6em 1em;
  position: relative; /* 追記 */
}

.Btn a {
	color: #fff;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
}

.Btn_white {
  color: #003399;
  width: 90%;
  margin: .5em auto 0;
  text-align: center;
  background: #FFF;
  border: 2px solid #003399;
  border-radius: 30px;
  padding: .5em 1em;
  position: relative; /* 追記 */
  font-weight: bold;
}

.Btn_white a {
	color: #003399;
}

.Btn_white::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

ul.block-plan li dl dd .Btn_white {
    width: 100%;
}

.Btn_gray {
  color: #fff;
  width: 100%;
  margin: 1em auto;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 2%;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 96%;
	margin: 0 auto;
	padding: 2% 2%;
}

#footer .inner ul {
	font-size: 11px;
	line-height: 1.4;
    text-align: left;
}

#footer .inner ul li {
    display: inline-block;
    width: 46%;
	padding: 2% 0;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    padding: 2% 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 3em;
  height: 3em;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}


}




/*
PC
==================================================== */
@media screen and (min-width: 760px),print {
.pcnone{
	display:none;
}

#dirPathBlock,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: 0 auto;
    padding-bottom: 10px;
	font-size: 12px;
}

#container{
  position: relative;
  z-index:1;
}

.inner {
	width: 1080px;
	margin: 0 auto;
	padding: 30px 0;
}

/*title*/
.title {
    width: 100% !important;
    background: url(../images/bg_title.jpg) no-repeat center 0;
    text-align: center;
}

.title img {
    width: 100%;
    max-width: 970px;
}

/*news*/
  #newsImportant{
	width: 100%;
	max-width: 970px;
	margin: 5px auto;
	display: flex;
	font-size: 12px;
	padding:8px;
}
#newsImportant dt{
	width: 72px;
    height: fit-content;
	background: #e62d2d;
	color: #FFF;
	text-align: center;
	border-radius: 3px;
	margin-top: 1px;
	padding: 3px 0;
}
#newsImportant dd{
	width: 100%;
	padding: 0 10px;
}
#newsImportant li{
	padding: 3px 3px 3px 12px;
	position: relative;
	font-size:13px;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}
#newsImportant li:nth-of-type(n+2){border-top: 1px dotted #ccc;}
#newsImportant li:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #555555;
	border-right: 0;
    position: absolute;
	top: 7px;
	left: 0;
}

/*見出し*/
h2 {
  font-size: 24px;
  background: #ff9900;
  color: #fff;
  padding: .5em;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}
h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-width: 10px;
  border-style: solid;
  border-color: #ff6600 #ff6600 transparent transparent;
  transform: rotate(270deg); /* 回転させる */
}

/*tab*/
.tabs ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 970px;
  margin-inline: auto; /* 自動マージンで中央に配置 */
  gap: 5px;
  padding: 1em 0;
}

.tabs ul li {
  padding: 0.7em 1em;
  background:#eee;
  cursor: pointer;
  order: -1; /* 上に表示 */
  text-align: center;
  flex: 1; /* 均等幅 */
  min-width: 60px;
  position: relative;
}

.tabs li:hover,
.tabs li.active {
  background: #0066CC;
}

.tabs li:hover a,
.tabs li.active a {
    color: #fff;
}

.tabs a {
    color: black; /* 通常時のフォントの色を設定（必要に応じて変更） */
}

.tabs li.active::before { /* 吹き出し */
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 9px;
  background: #0066CC;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}

/*pageNavi*/
.pageNavi {
	width: 100%;
	text-align: center;
}

.pageNavi ul {
	width: 970px;
	margin: 0 auto 1em;
    text-align: center;
}

.pageNavi ul li {
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
    border-right: 1px solid #000;
}

.pageNavi ul li:last-child {
    border-right: none;
}

.pageNavi ul li a {
    color: #000;
}

/*日帰りTRIPとは*/
.aboutpic {
    width: 600px;
    text-align: center;
    margin: 0 auto 2em;
    padding: 1em;
    border: 2px solid #ff3366;
    border-radius: 10px;
}

.aboutpic img {
    width: 480px;
    margin-bottom: .5em;
}

/*プラン*/
ul.block-plan {
    margin: .5em auto 0;
    width: 970px;
}

ul.block-plan li {
	line-height: 1.2;
	padding: 1em;
    margin-bottom: .5em;
    text-align: left;
    border: 1px solid #ccc;
    background: #fff;
}

ul.block-plan li dl {
    display: flex;
    flex-wrap: wrap;
}

ul.block-plan li dl .large {
    font-size: 120%;
}

ul.block-plan li dl .small {
    font-size: 90%;
}

ul.block-plan li dl dt.dep {
    width: 25%;
}

ul.block-plan li dl dt.price {
    width: 55%;
}

ul.block-plan li dl dd {
    width: 20%;
}

/*予約方法*/
dl.block-about {
    display: flex;
    flex-wrap: wrap;
    width: 970px;
    margin: .5em auto 0;
    line-height: 1.4;
}

dl.block-about dt {
    width: 10%;
    font-weight: bold;
}

dl.block-about dd {
    width: 90%;
}

/*ポチッとギフトとは*/
.giftpic {
    width: 100%;
    text-align: center;
    margin-bottom: .3em
}

.giftpic img {
    width: 90%;
    max-width: 970px;
}

/*カルーセル*/
.slide-wrap {
  width: 100%;
  padding: 0;
  margin: .5em 0 1em;
  display: flex;
  flex-wrap: wrap;
}

.slide-box {
  width: 25%;
  padding-right: 1rem;
}

.slide-box:nth-child(4n) {
  padding-right: 0;
}

.slide-box:nth-child(-n+4) {
  margin-top: 0;
}

.slide-box3row {
  width: 33.33%;
  padding-right: 1rem;
}

.slide-box3row:nth-child(4n) {
  padding-right: 0;
}

.slide-box3row:nth-child(-n+4) {
  margin-top: 0;
}

/*tabiwaチケット*/
.ticketBox {
    border: 2px solid #CCC;
    background: #FFF;
    line-height: 1.4;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketPhoto img {
    width: 100%
}

.ticketBox .ticketName {
    font-weight: bold;
    margin: .5em;
    padding-bottom: .5em;
    border-bottom: 1px dashed #ccc;
    /*height: 56px;*/
}

.ticketBox .ticketPoint {
    padding: 0 .5em .5em .5em;
}

  /*よくある質問*/
  .accordion {
    margin: 1.5rem auto 1rem;
    max-width: 970px;
  }
  .toggle {
    display: none;
  }
  .faq {
    position: relative;
    margin-bottom: 1rem;
  }
  .question, .anser {
    transform: translateZ(0);
    transition: all 0.3s;
  }
  .question {
    padding: 1rem 2.2rem 1rem 1rem;
    display: block;
    color: #FFF;
    background-color: #0066CC;
    border-radius: 5px;
  }
  .question span {
    font-size: 160%;
    padding-right: 0.6rem;
    line-height: 0;
  }
  .anser span {
    font-size: 160%;
    padding-right: 0.6rem;
    color: #FF0000;
    line-height: 0;
  }
  .question:after, .question:before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2px;
    height: 0.75rem;
    background-color: #FFF;
    transition: all 0.3s;
  }
  .question:after {
    transform: rotate(90deg);
  }
  .anser {
    max-height: 0;
    overflow: hidden;
  }
  .anser div {
    margin: 0;
    padding: 1rem;
    line-height: 1.5;
  }
  .toggle:checked + .question + .anser {
    max-height: 500px;
    transition: all 1.5s;
  }
  .toggle:checked + .question:before {
    transform: rotate(90deg) !important;
  }

/*注意事項*/
.subttl {
    margin: 0 auto .5em;
    width: 970px;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px dashed #000;
    padding-bottom: .4em;
}

ul.guideList {
	margin: 0 auto 1em;
    width: 970px;
}

ul.guideList li {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

ul.guideList li:last-child {
	padding-bottom: 0;
}

ul.guideList li:before {
	content: '●';
}

ul.guideList li.no1,
ul.guideList li.no2,
ul.guideList li.no3,
ul.guideList li.no4,
ul.guideList li.no5,
ul.guideList li.no6,
ul.guideList li.no7 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1.5em;
    margin-left: 1.5em;
}

ul.guideList li.no1:before {
	content: '1．';
}

ul.guideList li.no2:before {
	content: '2．';
}

ul.guideList li.no3:before {
	content: '3．';
}

ul.guideList li.no4:before {
	content: '4．';
}

ul.guideList li.no5:before {
	content: '5．';
}

ul.guideList li.no6:before {
	content: '6．';
}

ul.guideList li.no7:before {
	content: '7．';
}

ul.guideList li.kome {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

ul.guideList li.kome:before {
	content: '※';
}

ul.guideList li.kome1 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome1:before {
	content: '（※1）';
}

ul.guideList li.kome2 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome2:before {
	content: '（※2）';
}

ul.guideList li.kome3 {
	list-style: none;
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -3.6em;
    margin-left: 3.6em;
}

ul.guideList li.kome3:before {
	content: '（※3）';
}

ul.guideList li span {
	color: #F00;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4,
.itemList2btn,
.stepitemList3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
  text-align: center;
}

.itemList2btn > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 0 5px;
  text-align: center;
}

.itemList3 > div,
.stepitemList3 > div {
  width: 33.33333%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList4 > div {
  width: 25%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

.itemList4 > div p {
  line-height: 1.4;
}

.itemList4 > div p strong {
  display: block; 
  margin-top: .3em;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #003399;
  border-radius: 30px;
  padding: .6em 1em;
  position: relative; /* 追記 */
}

.Btn a {
	color: #fff;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

.Btn_white {
  color: #003399;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  background: #FFF;
  border: 2px solid #003399;
  border-radius: 30px;
  padding: .5em 1em;
  position: relative; /* 追記 */
  font-weight: bold;
}

.Btn_white a {
	color: #003399;
}

.Btn_white::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  font-weight: bold;
}

ul.block-plan li dl dd .Btn_white {
    width: 100%;
}

.Btn_gray {
  color: #fff;
  width: 80%;
  margin: 1em auto;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 20px 30px;
  position: relative; /* 追記 */
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

/*footer*/
#footer {
	background-color: #F0F5FA;
}

#footer .inner {
	width: 990px;
	margin: 0 auto;
	padding: 20px 0;
}

#footer .inner ul {
	font-size: 13px;
	line-height: 1.4;
    text-align: center;
}

#footer .inner ul li {
    display: inline-block;
	padding: 0 6px;
	border-right: 1px solid #CCC;
}

#footer .inner ul li:last-child {
    border-right: none;
}

#footer .copy {
	background-color: #0952a4;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    padding: 10px 0;
}

/*pagetop*/
#pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  z-index: 100;
}
#pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: rgba(255,255,255,.5);
  border:solid 1px #152a8c;
  border-radius: 50vh;
}
#pagetop a::after {
  content: '';
  width: 7px;
  height: 7px;
  border-style: solid;
  border-width: 0 6px 9px 6px;
  border-color: transparent transparent #152a8c transparent;
}
#pagetop a:hover {
  background-color: #152a8c;
}
#pagetop a:hover::after {
border-width: 0 6px 9px 6px;
border-color: transparent transparent #fff transparent;
}


}