@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:#FFF;}
section:nth-of-type(even){background-color:#FFFECE;}

@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;
}

.fixed { /*ナビゲーション 固定*/
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}

.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;
}

dt {
  font-weight: normal;
}

strong {
    font-weight: bold;
}

/*ふわっとアニメーション*/
.item {
  opacity: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 15s 0s infinite;
  animation: anime 15s 0s infinite;
}

.item:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.item:nth-of-type(3) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

/*
SP
==================================================== */
@media screen and (max-width: 759.9px) {
.spnone{
	display:none;
}

#container{
  position: relative;
  width: 100%;
}

.inner {
	width: 98%;
	margin: 0 auto;
	padding: 10% 1%;
}

/*title*/
.titlePc {
	display: none !important;
}

.titleSp {
	width: 100%!important;
    text-align: center;
}

.titleSp img{
    width: 100%;
    vertical-align: bottom;
}

/*navigation*/
#topNavi {
  width: 100%;
}

#topNavi.m_fixed {
    left: 0;
	position: fixed;
	top: 0;
    z-index: 1000;
}

#topNavi ul.departure {
    width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    text-align: center;
}

#topNavi ul.departure li {
    display: inline;
    background: #fff;
    color: #0066cc;
    font-size: 16px;
	font-weight: bold;
    line-height: 1.4;
    padding: 5px;
    margin-right: 3px;
    border-radius: 10px 10px 0 0;
    width: 24.2%;
    border-top: 2px solid  #0066cc;
    border-right: 2px solid  #0066cc;
    border-left: 2px solid  #0066cc;
}

#topNavi ul.departure li.select {
    background: #0066cc;
    color: #FFF;
}

#topNavi ul.departure li:nth-child(4) {
    margin-right: 0;
}

#topNavi ul.departure li a {
    color: #0066cc;
}

 #topNavi ul.departure li i {
    margin-right: 2%;
}

/*◆エリア*/
 #topNavi ul.areaNavi {
	width: 100%!important;
	text-align: center;
    padding: 1% 0;
    background: #0066cc;
}

#topNavi ul.areaNavi li {
    display: inline-block;
    background: #fff;
    font-size: 15px;
	font-weight: bold;
    line-height: 1.4;
    padding: 5px 15px;
    margin: 5px 10px 5px 0;
    letter-spacing: 0.1em;
    border-radius: 30px;
}

#topNavi ul.areaNavi li a {
    color: #000;
}

/*ナビゲーション高さ相殺*/
#hokuriku,#nanki,#kitakinki,#sanin,#sanyo,#shikoku,#kyushu,#keihanshin {
    padding-top: 120px;
    margin-top: -120px;
}

/*見出し*/
h2 {
    width: 100%;
    padding: .5em .7em;
    background-color: #004a9e;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

h3 {
  position: relative;
  padding: 1.5rem 1.5rem 0.5rem;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #0066cc;
}

/*プラン*/
.planBox {
    border: 2px solid #004a9e;
    background: #FFF;
    width: 100%;
    padding: 3%;
}

.planBox .img-frame {
  height: 260px;
  overflow: hidden;
  position: relative;
}

.planBox .img-frame img {
	width: 100%;
	height: auto;
}

.planBox .detail {
	width: 100%;
    margin-top: 2%;
}

.planBox .detail .note {
    border-bottom: 1px dashed #000;
    margin-bottom: 3%;
    padding-bottom: 3%;
    line-height: 1.4;
}

.planBox .detail .wrap {
}

.planBox .detail .wrap .priceBox {
    width: 100%;
    text-align: center;
}

.planBox .detail .wrap .priceBox .planName {
    font-size: 110%;
	font-weight: bold;
    line-height: 1.2;
}

.planBox .detail .wrap .priceBox .price {
    font-size: 200%;
	font-weight: bold;
    color: #FF0000;
    line-height: 1.2;
}

.planBox .detail .wrap .priceBox .price .small {
    font-size: 60%;
}

.planBox .detail .wrap .priceBox .date {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 1.0;
}

.planBox .detail .wrap .oneway {
    width: 100%;
    margin-top: 2%;
}

.planBox .detail .wrap .oneway img {
    width: 100%;
}

/*tabiwaチケット*/
.ticketBox {
    border: 2px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketName {
    font-size: 1.0em;
    font-weight: bold;
    background: #FFDFEF;
    padding: 15px;
}

.ticketBox .ticketPoint {
    padding: 10px 15px 15px;
    line-height: 1.4;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div,
.itemList3 > div,
.itemList4 > div {
  width: 100%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList2,
.itemList3,
.itemList4 > div img {
  width: 100%;
  height: auto;
}

/*アコーディオン*/
.accordion {
    max-width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
}

.accordion:not([open]) {
    margin-bottom: 7px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    border-radius: 5px;
    background-color: #0099ff;
    color: #fff;
    font-size: 1.0em;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    line-height: 1.4;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 1.5em;;
}

.accordion summary::before {
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion .accordionInner {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0.5em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .accordionInner {
    transform: none;
    opacity: 1;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 5% 0 2%;
}

ul.guideList {
	line-height: 1.4;
	margin-top: 2%;
}

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.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;
}

/*◆ボタン*/
.Btn {
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 5%;
}

.Btn a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 30px;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_All {
  color: #fff;
  width: 90%;
  font-size: 18px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.Btn_All a {
	color: #fff;
	display: block;
	padding: 5%;
	background: #6699ff;
	border-radius: 10px;
}

.Btn_All::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 100%;
  font-size: 18px;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin-top: 5%;
  padding: 5%;
  background: #666;
  border-radius: 30px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn span {
  font-size: 80%;
}

/*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;
}
#container{
  position: relative;
  z-index:1;
}

.inner {
	width: 970px;
	margin: 0 auto;
	padding: 50px 0;
}

/*title*/
.titlePc {
	width: 100%!important;
	text-align: center;
	background: url(../images/bg_title.jpg) repeat center 0;
	position: relative;
    height: 340px;
}

.titleSp {
	display: none !important;
}

/*navigation*/
#topNavi {
  /*width: 970px;
  margin: 0 auto;*/
  width: 100%;
}

#topNavi.m_fixed {
    left: 0;
	position: fixed;
	top: 0;
    z-index: 1000;
}

#topNavi ul.departure {
	width: 970px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    text-align: center;
}

#topNavi ul.departure li {
	display: inline;
    background: #fff;
    color: #0066cc;
    font-size: 24px;
	font-weight: bold;
    line-height: 1.4;
    padding: 5px 5px;
    margin-right: 2px;
    letter-spacing: 0.1em;
    border-radius: 10px 10px 0 0;
    width: 24.8%;
    border-top: 3px solid  #0066cc;
    border-right: 3px solid  #0066cc;
    border-left: 3px solid  #0066cc;
}

#topNavi ul.departure li.select {
    background: #0066cc;
    color: #FFF;
}

#topNavi ul.departure li:nth-child(4) {
    margin-right: 0;
}

#topNavi ul.departure li a {
    color: #0066cc;
}

#topNavi ul.departure li i {
    margin-right: 2%;
}

/*◆エリア*/
#topNavi ul.areaNavi {
	/*width: 970px!important;
    margin: 0 auto;*/
    width: 100%;
	text-align: center;
    padding: 5px 0;
    background: #0066cc;
}

#topNavi ul.areaNavi li {
    display: inline-block;
    background: #fff;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.4;
    padding: 5px 10px;
    margin: 5px 10px 5px 0;
    letter-spacing: 0.1em;
    border-radius: 30px;
    width: 120px;
}

#topNavi ul.areaNavi li a {
    color: #000;
}

/*ナビゲーション高さ相殺*/
#hokuriku,#nanki,#kitakinki,#sanin,#sanyo,#shikoku,#kyushu,#keihanshin {
    padding-top: 100px;
    margin-top: -100px;
}

/*見出し*/
h2 {
    width: 100%;
    padding: .5em .7em;
    background-color: #004a9e;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}

h3 {
  position: relative;
  padding: 4rem 1.5rem 0.5rem;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 4px;
  content: '';
  border-radius: 3px;
  background: #0066cc;
}    

/*プラン*/
.planBox {
    border: 2px solid #004a9e;
    background: #FFF;
    width: 100%;
    padding: 20px;
}

.planBox .img-frame {
  position: relative;
  /*width: 300px;
  margin-right: 10px;*/
}

.planBox .img-frame img {
	width: 300px;
	height: auto;
}

.planBox .detail {
	width: 620px;
    margin-left: 310px;
    margin-bottom: 20px;
}

.planBox .detail .note {
    border-bottom: 1px dashed #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
}

.planBox .detail .wrap {
    display: flex;
}

.planBox .detail .wrap .priceBox {
    width: 70%;
    /*border: 1px solid #000000;*/
}

.planBox .detail .wrap .priceBox .planName {
    font-size: 130%;
	font-weight: bold;
    line-height: 1.2;
}

.planBox .detail .wrap .priceBox .price {
    font-size: 280%;
	font-weight: bold;
    color: #FF0000;
    line-height: 1.2;
}

.planBox .detail .wrap .priceBox .price .small {
    font-size: 60%;
}

.planBox .detail .wrap .priceBox .date {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    line-height: 1.0;
}

.planBox .detail .wrap .oneway {
    width: 30%;
}

.planBox .detail .wrap .oneway img {
    width: 100%;
}

/*tabiwaチケット*/
.ticketBox {
    border: 2px solid #CCC;
    /*padding: 15px;*/
    background: #FFF;
}

.ticketBox .ticketPhoto {
}

.ticketBox .ticketName {
    font-size: 18px;
    font-weight: bold;
    background: #FFDFEF;
    padding: 15px;
    height: 70px;
}

.ticketBox .ticketPoint {
    padding: 10px 15px 15px;
    line-height: 1.4;
}

/*list横並び*/
.itemList2,
.itemList3,
.itemList4 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.itemList2 > div {
  width: 50%;
  height: auto;
  align-self: stretch;  
  padding: 10px;
}

.itemList3 > 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;
}

/*アコーディオン*/
.accordion {
    max-width: 100%;
    background-color: #ffffff;
    margin-top: 20px;
}

.accordion:not([open]) {
    margin-bottom: 7px;
}

.accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 1em 1em 3em;
    border-radius: 5px;
    background-color: #0099ff;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    line-height: 1.4;
}

.accordion summary::-webkit-details-marker {
    display: none;
}

.accordion summary::before,
.accordion summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: #fff;
    content: '';
    position: absolute;
    left: 1.5em;
}

.accordion summary::before {
    rotate: 90deg;
}

.accordion summary::after {
    transition: rotate .3s;
}

.accordion[open] summary::after {
    rotate: 90deg;
}

.accordion .accordionInner {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 1em 2em 2em 2em;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion[open] .accordionInner {
    transform: none;
    opacity: 1;
}

/*注意事項*/
.subttl {
    border-left: 6px solid #000;
    font-weight: bold;
    padding-left: 6px;
    margin: 14px 0 6px;
}

ul.guideList {
	padding: 0;
    margin-top: 8px;
	line-height: 1.4;
}

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.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;
}

/*条件から探す*/
.search_kokunaiBar{
    width: 100%;
        margin: 20px auto 0;
}
.search_kokunaiBar .serchBox{
/*
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 5px 5px 0 0;
*/
}
.search_kokunaiBar .serchBox > ul{
    font-size: 0;
}
.search_kokunaiBar .serchBox li{
    width: 100%; /* 32 */
    margin: 0;
    margin-right: 1%;
    padding: 15px 0 10px 0;
    background: #fff !important;
    color: #0952a4 !important;
    border-left:none;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:last-child {
    margin-right: 0;
}
.search_kokunaiBar .serchBox li.select {
    background: #0952a4 !important;
    color: #fff !important;
    font-size: 16px;
    border-radius: 5px 5px 0 0;
}
.search_kokunaiBar .serchBox li:hover {
    background: #0952a4 !important;
    color: #fff !important;
}
.tab_airset{display:none;}

.search_kokunaiBar .serchBox .content_wrap{
    border-top:solid 6px #0952a4;
    box-shadow: 0px 0px 15px -8px rgba(0,0,0,0.6);
    border-radius: 0px 0px 0 0;
}
.search_kokunaiBar .serchBox .date dd{
    padding-top: 2px;
    width: 100%;
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach{
    position: relative !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    background: #0952a4 !important;
    padding: 10px !important;
    -webkit-border-radius: 5px !important;
    border-radius: 5px !important;
    border: solid 1px #0952a4 !important;
    width: 60% !important;
    margin: 20px auto 0 !important;
    transition: 0.2s !important;
  	color: #fff !important;	
}
.search_kokunaiBar #doAirSearch:hover,.search_kokunaiBar .btnSeach:hover {
    background: #0952a4 !important;
    color: #fff !important;
    border: solid 1px #0952a4 !important;
    transform: translate(0,2px);
}
.search_kokunaiBar .btnSeach::after{
    position: absolute;
    right: 15px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.search_kokunaiBar #doAirSearch, .search_kokunaiBar .btnSeach:hover{
    background-color: #fff!important;
    border: solid 1px #0952a4 !important;
    color: #0952a4!important;
}
.search_kokunaiBar .btnSeach:hover::after{
    border-top: 2px solid #0952a4;
    border-right: 2px solid #0952a4;
}

.search_kokunaiBar #pax_wrap {
    width: 600px !important;
}

.search_kokunaiBar .NTA_air_popup_calendar_contents .title_air {
    padding: 5px 0;
    margin-bottom: 10px;
}

/*ボタン*/
.Btn {
  color: #fff;
  width: 80%;
  font-size: 130%;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
}

.Btn a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 20px;
	background: #6699ff;
	border-radius: 30px;
}

.Btn::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_All{
  color: #fff;
  width: 80%;
  font-size: 130%;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 0 auto 20px;
}

.Btn_All a {
	color: #fff;
	display: block;
	width: 100%;
	padding: 20px;
	background: #6699ff;
	border-radius: 10px;
}

.Btn_All::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn_gray {
  color: #fff;
  width: 80%;
  font-size: 130%;
  text-align: center;
  position: relative; /* 追記 */
  font-weight: bold;
  box-sizing: border-box;
  margin: 10px auto 0;
  padding: 20px;
  background: #666;
  border-radius: 30px;
}

.Btn_gray::after {
  content: "＞";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.Btn span {
  font-size: 80%;
}

/*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;
}


}