@charset "utf-8";

/*PCSP共通設定*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#wrapper{
	font-family:'Noto Sans JP', sans-serif;
}

section:nth-of-type(odd){background-color:#FFF;}
section:nth-of-type(even){background-color:#E9F2FF;}

img {
    image-rendering: -webkit-optimize-contrast;
}

a:hover img {
	opacity: 0.8;
	filter: progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}

.textLeft {
	text-align: left;
}

.textCenter {
	text-align: center;
}

.textRight {
	text-align: right;
}

.red {
    color: #FF0000;
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none !important;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 94%;
	margin: 0 auto;
	padding: 3%;
}

.titlePc {
    display: none !important;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

h1 {
	font-size: 12px;
	margin: 0 1%;
}

h2 {
  padding: 0.5rem 1rem;
  margin: 4% 0 3%;
  color: #fff;
  font-size: 153.9%;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#3399ff), to(#0066ff));
  background-image: -webkit-linear-gradient(left, #3399ff 0%, #0066ff 100%);
  background-image: linear-gradient(to right, #3399ff 0%, #0066ff 100%);
  -webkit-box-shadow: 4px 4px 0 #006;
  box-shadow: 4px 4px 0 #006;
}

h3 {
  text-align: center;
  font-size: 153.9%;
  font-weight: bold;
  margin-bottom: 3%;
}

h3 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

.search {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 123.1%;
	text-align: center;
    font-weight: bold;
}

.search::before,
.search::after {
	content: '';
	width: 2px;
	height: 24px;
	background-color: #000;
}

.search::before {
	margin-right: 3%;
	transform: rotate(-35deg)
}
.search::after {
	margin-left: 3%;
	transform: rotate(35deg)
}

.info {
    margin: 5% 3% 4%;
    background: #FFF;
    padding: 5%;
    font-size: 123.1%;
    line-height: 1.7;
    text-align: center;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
    border-radius: 10px;
}

.attention {
	font-size: 123.1%;
	width: 96%;
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
}

 .attention strong {
    font-weight: bold;
}

/*◆navigation*/
.line {
    border-bottom: 1px dashed #000000;
    margin: 4% 0 6% 0;
}

.topNavi {
	width: 100%!important;
	background: #006;
	text-align: center;
}

.topNavi ul {
	text-align: center;
	margin: 0;
	overflow: hidden;
	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;
}

.topNavi ul li {
	font-size: 123.1%;
	font-weight: bold;
	display: block;
	width: 33%;
	float: left;
	margin: 0;
    padding: 2% 0;
	border-left: 1px dashed rgba(255,255,255,0.5);
	border-bottom: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li:nth-child(n+4) { /*4番目以降*/
	border-bottom: none;
}

.topNavi ul li:nth-child(1),
.topNavi ul li:nth-child(4) {
	border-left: none;
}

/*.topNavi ul li:nth-child(odd) {
	border-left: none;
}*/

/*.topNavi ul li:nth-child(7) {
	width: 99.7%;
}*/

.topNavi ul li a {
    color: #fff;
}

.topNavi ul li span {
    font-size: 80%;
	font-weight: normal;
	line-height: 1.5;
}

.pageNavi {
    width: 100%!important;
	background:#FFF;
    text-align: center;
    margin-top: 3%;
}

.pageNavi li {
    display: inline-block;
    font-size: 123.1%;
	line-height: 1.4;
    padding: 2%;
    margin: 2% 1% 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.pageNavi li {border: 2px solid #003399;}

.pageNavi li a {color: #003399;}

.pageNavi li a:hover {
	text-decoration:none!important;
    opacity:0.5;
}

.line01 {
	padding-top: 2%;
    margin-bottom:5%;
	border-bottom: 1px dashed #333;
}    
    
/*◆施設*/
.unitBox {
	border-bottom: 1px dashed #000000;
    margin-bottom: 4%;
    padding-bottom: 1%;
}

.unitBox .photo img {
	text-align: center;
	width: 80%!important;
    margin: 0 10% 2%;
}

.unitBox .detail {
	width: 100%;
    font-size: 123.1%;
    line-height: 1.4;
}

.unitBox .detail .hotelName {
    font-weight: bold;
}

.unitBox .yoyaku {
	width: 100%;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
	width: 100%;
    margin: 2% 0 4%;
}

.itemList2 > div .Btn,
.itemList3 > div .Btn,
.itemList4 > div .Btn {
  color: #fff;
  width: 94%;
  margin: 0 3%;
  text-align: center;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.itemList2 > div .Btn a,
.itemList3 > div .Btn a,
.itemList4 > div .Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 3%;
	background: #3366cc;
}

.itemList2 > div .Btn::after,
.itemList3 > div .Btn::after,
.itemList4 > div .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.itemList4 {
	float: left;
	width: 100%;
	padding: 2% 0;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 4%;
	background: #FFF;
}

/*photoswipe*/
figure {
	position: relative;
	margin: 2% 0 4%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/*slide*/
.slide-wrap {
	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 img {
    width: 100%;
	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 span img {
    max-width: 36px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}

.slide-box p.point {
	background: #FFEDED;
	padding: 2%;
	margin-top: 2%;
}

.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;
}

/*観光列車*/
.radioBox {
	border-bottom: 1px dashed #000000;
    margin: 4% 0;
    padding-bottom: 3%;
}

.radioBox .photo {
	text-align: center;
	width: 80%!important;
    margin: 0 auto 2%;
}

.radioBox .photo img {
	width: 100%;
}

.radioBox .detail {
	width: 100%;
    font-size: 123.1%;
    line-height: 1.4;
}

.radioBox .detail .hotelName {
    font-size: 110%;
    font-weight: bold;
}

.radioBox .yoyaku {
	width: 100%;
}

/*アコーディオン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 0.5em auto 1em;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
	padding: 3%;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #000066;
	border-radius: 4px;
	font-size: 123.1%;
	font-weight: bold;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #000099;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

.radioBox .detail .list dl {
	padding: 2% 0;
	border-bottom: 1px dotted #333;
	text-align: left;
}

.radioBox .detail .list dl span {
	font-size: 80%;
}

.radioBox .detail .list dt {
	clear: left;
	float: left;
	width: 28%;
	font-weight: bold;
}

.radioBox .detail .list dd {
	margin-left: 28%;
}

.radioBox .detail .list dl:last-child {
	border-bottom: none;
}

.radioBox .detail .note {
	font-size: 100%;
    margin-top: 2%;
}

.radioBox .detail .note strong {
    font-weight: bold;
    color: #FF0000;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 94%;
  margin: 2% 3% 4%;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
    display: block;
    padding: 3%;
    background: #FF4354;
    border-radius: 5px;
}

.Btn span {
  font-size: 80%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 94%;
  margin: 2% 3%;
  text-align: center;
  background: #666    ;
  border-radius: 5px;
  padding: 6% 3%;
  position: relative; /* 追記 */
  font-size: 123.1%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
	
}





/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}
	
.pcnone{
    display: none !important;
	}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 10px auto;
	display: block;
	font-size: 12px;
}

#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}

.inner {
	width: 950px;
	margin: 0 auto;
	padding: 40px 0;
}

.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 260px;
}

.titleSp {
	display: none !important;
}

h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}

h2 {
  padding: 1rem 2rem;
  color: #fff;
  font-size: 182%;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#3399ff), to(#0066ff));
  background-image: -webkit-linear-gradient(left, #3399ff 0%, #0066ff 100%);
  background-image: linear-gradient(to right, #3399ff 0%, #0066ff 100%);
  -webkit-box-shadow: 5px 5px 0 #006;
  box-shadow: 5px 5px 0 #006;
}

h3 {
  text-align: center;
  font-size: 182%;
  font-weight: bold;
  margin: 20px 0;
}

h3 span {
  background: linear-gradient(transparent 60%, #FAFF8A 0%);
}

.search {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 153.9%;
	text-align: center;
    font-weight: bold;
}

.search::before,
.search::after {
	content: '';
	width: 2px;
	height: 24px;
	background-color: #000;
}

.search::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.search::after {
	margin-left: 30px;
	transform: rotate(35deg)
}

.info {
    width: 850px;
	margin: 30px 50px 10px;
    background: #FFF;
    padding: 30px;
    font-size: 123.1%;
    line-height: 1.7;
    text-align: center;
    filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.2));
    border-radius: 10px;
}

.info span {
    font-size: 120%;
}

.attention {
	font-size: 123.1%;
	line-height: 1.5;
	margin-bottom: 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

 .attention strong {
    font-weight: bold;
}

.line {
     border-top: 1px dashed #000000;
    margin: 20px 0 30px 0;
}

/*◆navigation*/
.topNavi {
	width: 100%!important;
	background: #006;
	text-align: center;
}

.topNavi ul {
	width: 950px;
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.topNavi ul li {
	list-style: none;
	vertical-align: middle;
	border-left: 1px dashed rgba(255,255,255,0.5);
    font-size: 153.9%;
	font-weight: bold;
    margin: 0;
    padding: 10px;
    text-align: center;
	width: 16.6666%;
}

.topNavi ul li:last-child { /*最後*/
	border-right: 1px dashed rgba(255,255,255,0.5);
}

.topNavi ul li a {
    color: #fff;
}

.pageNavi {
    width: 950px;
	margin: 10px auto 0;
	padding: 10px 0;
	background:#FFF;
    text-align: center;
}

.pageNavi li {
    display: inline-block;
    font-size: 153.9%;
	line-height: 1.4;
    padding: 6px 10px;
    margin: 0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: bold;
}

.pageNavi li {border: 2px solid #003399;}

.pageNavi li a {color: #003399;}

.pageNavi li a:hover {
	text-decoration:none!important;
    opacity:0.5;
}

.line01 {
	padding: 6px 0;
	border-bottom: 1px dashed #333;
}

/*◆施設*/
.unitBox {
    border-bottom: 1px dashed #000000;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.unitBox .photo {
	float: left;
	margin-right: 10px;
}

.unitBox .photo img {
	width: 310px;
	height: auto;
}

.unitBox .detail {
	float: left;
	width: 630px;
    height: 120px;
    font-size: 123.1%;
	line-height: 1.4;
}

.unitBox .detail .hotelName {
    font-size: 120%;
    font-weight: bold;
}

.unitBox .yoyaku {
	float: left;
	width: 630px;
}

/*◆list横並び*/
*, *:before, *:after {
	box-sizing: border-box;
}

.itemList2,
.itemList3,
.itemList4 {
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}

.itemList2 > div {
	width: 50%;
	padding: 0 5px;
    margin: 0;
}

.itemList2 > div .Btn,
.itemList3 > div .Btn,
.itemList4 > div .Btn {
  color: #fff;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  position: relative; /* 追記 */
  font-size: 138.5%;
  font-weight: bold;
  margin-top: 10px;
}

.itemList2 > div .Btn a,
.itemList3 > div .Btn a,
.itemList4 > div .Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 10px 0;
	background: #3366cc;
	border-radius: 5px;
}

.itemList2 > div .Btn::after,
.itemList3 > div .Btn::after,
.itemList4 > div .Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.itemList3 > div {
	width: 33.33333%;
	padding: 0 5px;
    margin: 0;
}

.itemList4 > div {
	width: 25%;
	padding: 10px;
}

.itemList4 > div img {
	width: 100%;
}

.itemList4 > div dd {
	font-size: 123.1%;
	text-align: left;
	padding: 10px;
	background: #FFF;
}

/*photoswipe*/
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

/*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: 50%;
  padding: 0 10px 10px;
}

.slide-box:nth-child(3n){
  margin-right: 0;
}

.slide-box:nth-child(-n+3){
  margin-top: 0;
}

.slide-box img {
  display: block;
  height: auto;
  width: 100%;
}

.slide-box p {
  font-size: 123.1%;
  margin-top: 10px;
}

.slide-box p span {
	font-weight: bold;
}

.slide-box p span img {
    width: 40px;
    height: auto;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.slide-box p.point {
	background: #FFEDED;
	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: 6px 0;
	border-bottom: 1px dotted #333;
}

.slide-box .detail dl span {
	font-size: 80%;
}

.slide-box .detail dt {
	clear: left;
	float: left;
	width:20%;
	font-weight: bold;
}

.slide-box .detail dd {
	margin-left: 20%;
}

.slide-box .detail dl:last-child {
	border-bottom: none;
}

.slide-box p.heed {
	font-size: 123.1%;
	background: #FFF;
	margin: 5px 0;
}

/*観光列車*/
.radioBox {
    border-bottom: 1px dashed #000000;
    margin: 20px 0;
    padding-bottom: 15px;
}

.radioBox .photo {
	float: left;
	margin-right: 10px;
}

.radioBox .photo img {
	width: 310px;
	height: auto;
}

.radioBox .detail {
	float: left;
	width: 630px;
    font-size: 123.1%;
	line-height: 1.4;
}

.radioBox .detail .hotelName {
    font-size: 120%;
    font-weight: bold;
}

.radioBox .yoyaku {
	float: left;
	width: 630px;
}

/*アコーディオン*/
.cp_box *, .cp_box *:before, .cp_box *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.cp_box {
	width: auto;
	margin: 0.5em auto 2em;
}

.cp_box label {
	position: relative;
	display: block;
	width: 100%;
    padding: 10px;
	cursor: pointer;
	transition: all 0.3s;
	text-align: center;
	color: #FFF;
	background: #000066;
	border-radius: 0.2em;
	font-size: 123.1%;
}

.cp_box label span {
	font-size: 70%;
}

.cp_box label:hover {
	transition: all 0.3s;
	color: #ffffff;
	background: #000099;
}

.cp_box label::after {
	font-family: 'FontAwesome';
	content: ' \f067';
	color: #FFF;
}

.cp_box label:hover::after {
	color: #FFF;
}

.cp_box input:checked ~ label::after {
	font-family: 'FontAwesome';
	content: ' \f068';
	color: #FFF;
}

.cp_box input:checked ~ label:hover::after {
	color: #FFF;
}

.cp_box input {
	display: none;
}

.cp_box .cp_container {
	position: relative;
	z-index: 10;
	overflow: hidden;
	height: 0;
	margin-top: -1px;
	transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.cp_box input:checked ~ div {
	transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
}

/* 続きを読むを押すと表示されるテキストの高さ */
.cp_box input:checked ~ div.cp_container {
	height: auto;
}

.radioBox .detail .list dl {
	padding: 6px 0;
	border-bottom: 1px dashed #333;
}

.radioBox .detail .list dl span {
	font-size: 80%;
}

.radioBox .detail .list dt {
	clear: left;
	float: left;
	width: 110px;
	font-weight: bold;
}

.radioBox .detail .list dd {
	margin-left: 110px;
}

.radioBox .detail .list dl:last-child {
	border-bottom: none;
}

.radioBox .detail .note {
	font-size: 100%;
    margin-top: 5px;
}

.radioBox .detail .note strong {
    font-weight: bold;
    color: #FF0000;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  position: relative; /* 追記 */
  font-size: 138.5%;
  font-weight: bold;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 20px 0;
    background: #FF4354;
	border-radius: 5px;
}

.Btn a:hover {
	opacity: 0.8;
}

.Btn span {
  font-size: 75%;
  font-weight: normal;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 70%;
  margin: 20px auto 0;
  text-align: center;
  background: #666;
  border-radius: 5px;
  padding: 10px 0;
  position: relative; /* 追記 */
  font-size: 138.5%;
  font-weight: bold;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

}