@charset "utf-8";
/* CSS Document */

/*common
=======================*/
html
#main {
  box-sizing: border-box;
  font-size: 1.6rem;
  color: #323232;
  line-height: 1.7;
  margin: 0 auto;
}
#main.abSide {
	background: #d8eefe; /*--海外・国内切り替え箇所--*/
}
#main.domSide {
	background: #e0f8e4; /*--海外・国内切り替え箇所--*/
}
#main img{
	vertical-align:top;
  pointer-events: none;
  -webkit-touch-callout:none;
  -webkit-user-select:none;
  -moz-touch-callout:none;
  -moz-user-select:none;
  user-select:none;
}
#main .contents_wrap {
	max-width: 1160px;
  margin: 0 auto -60px;
	padding: 30px 30px 120px;
  background: #fff;
}
@media screen and (min-width:768px) {
	.spOnly {
		display: none;
	}
}
@media screen and (max-width:767.98px) {
	.pcOnly {
		display: none;
	}
	#main .contents_wrap {
		padding: 30px 10px 60px;
	}
}

/*---animation---*/
.anim_fadein {
  animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) 1 forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.anim_scroll {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity .8s, transform .8s;
}
.anim_scroll.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.kvTitWrap.anim_scroll {
  transform: translate(-50%, -20%) scale(.7);
}
.kvTitWrap.anim_scroll.scrollin {
  transform: translate(-50%, -75%) scale(1);
}
.readMore__button.anim_scroll {
  transform: translate(-50%, 40px);
}
.readMore__button.anim_scroll.scrollin {
  transform: translate(-50%, 0);
}
@media screen and (max-width:767.98px) {
	.anim_scroll_sp {
		opacity: 0;
		transform: translateY(40px);
		transition: opacity 1s, transform 1s;
	}
	.kvTitWrap.anim_scroll.scrollin {
		transform: translate(-50%, -65%) scale(1);
	}
}
/*=====================*/


/*kvArea
=======================*/
.kvArea {
	position: relative;
}
.kv {
	position: relative;
	height: 240px;
	margin: 0;
}
.kvTitWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 1160px;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 5;
}
.kvArea h1 {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	color: #fff;
	font-size: 6rem;
	/*border-bottom: 2px solid #fff;*/
}
.kvTitWrap p {
	margin-top: 15px;
	color: #fff;
	font-size: 1.4rem;
}
.kv img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

@media screen and (max-width:767.98px) {
	.kv, .kv .slider-item {
		height: 200px;
	}
	.kvTitWrap {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.kvArea .nationalFlag {
		max-width: 45px;
	}
	.kvArea h1 {
		max-width: 80%;
    margin: 0;
		padding: 0;
		font-size: 3.5rem;
		font-weight: normal;
		line-height: 1.4;
	}
	.kvArea h1::before {
    top: 50%;
    left: -10%;
		transform: translateY(-50%);
		width: 15px;
		height: 17px;
		background-size: contain;
	}
	.kvTitWrap p {
		font-size: 1.2rem;
	}
}

@media screen and (max-width:359px) {
	.kvArea h1 {
		font-size: 2.8rem;
	}
}
/*=====================*/



/*main-layout_tab
=======================*/
.main-layout_tab {
	display: flex;
	justify-content: center;
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
	z-index: 10;
	text-align: center;
}
.abSide .main-layout_tab {
	border-bottom: 8px solid #0058a4;
}
.domSide .main-layout_tab {
	border-bottom: 8px solid #009b63;
}
.main-layout_tab_item.type_ab {
	margin-right: 40px;
}
.main-layout_tab_item a {
	width: 540px;
	height: 57px;
	border-radius: 10px 10px 0 0;
	box-shadow: 9px 0px 6px -5px #00000078;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-layout_tab_item.type_ab a {
	background: #0058a4;
}
.main-layout_tab_item.type_dom a {
	background: #009b63;
}
.main-layout_tab_item-txt {
	position: relative;
	color: #FFF;
	font-size: 2rem;
	line-height: 1.0;
	font-weight: bold;
}
.main-layout_tab_item-txt::before {
	content: '';
	display: block;
	position: absolute;
	top: calc(50% - 13px);
	left: -35px;
}
.main-layout_tab_item-txt.type_ab::before {
	background: url(/med/app-files/img/cmn_ic45.png) no-repeat 0 0 / 100%;
	width: 25px;
	height: 25px;
	transition: all .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.main-layout_tab_item-txt.type_dom::before {
	background: url(/med/app-files/img/cmn_ic16.png) no-repeat 0 0 / 100%;
	width: 26px;
	height: 24px;
}
.main-layout_tab_item-txt.type_dom {
	color: #ffffff;
}

@media (min-width: 768px) {
	.main-layout_tab_item.current a {
		cursor: auto;
	}
	/*--海外・国内切り替え箇所--*/
	.main-layout_tab_item.type_ab:not(.current) a:hover {
    background: #2275bd;
	}
	.main-layout_tab_item.type_dom:not(.current) a:hover {
		background: #29c28b;
	}
}

@media only screen and (max-width:767.98px) {
  .main-layout_button {
    top: 185px;
    width: 250px;
    text-align: center;
  }
  .main-layout_button a {
    font-size: 1.4rem;
    padding: 10px;
    border-radius: 4px;
  }
  .main-layout_button_inner::before,
  .main-layout_button_inner::after {
    transform: rotate(60deg);
    border-top: 1px solid #FFF;
    top: calc(50% - 4px);
    right: 6px;
    width: 8px;
    height: 0px;
  }
  .main-layout_button_inner::after {
    top: calc(50% + 3px);
    transform: rotate(120deg);
  }
  .main-layout_tab {
    bottom: -5px;
  }
  .abSide .main-layout_tab {
    border-bottom: 5px solid #0058a4; /*--海外・国内切り替え箇所--*/
  }
  .domSide .main-layout_tab {
    border-bottom: 5px solid #009b63; /*--海外・国内切り替え箇所--*/
  }
  .main-layout_tab_item {
		width: 50%;
    height: 40px;
    /*padding: 12px 0 10px 16px;*/
		padding: 0;
    box-shadow: none;
  }
	.main-layout_tab_item a{
    width: 100%;
		height: 41px;
		padding-top: 3px;
		padding-left: 21px;
	}
  .main-layout_tab_item.type_ab {
    margin-right: 0;
  }
	.main-layout_tab_item-txt {
		font-size: 1.6rem;
	}
  .main-layout_tab_item-txt.nolink.type_dom::before {
    width: 20px;
    height: 18px;
  }
  .main-layout_tab_item-txt::before {
    top: calc(50% - 11px);
    left: -28px;
  }
  .main-layout_tab_item-txt.type_ab::before {
    width: 20px;
    height: 20px;
  }
  .main-layout_tab_item-txt.type_dom::before {
    left: -35px;
  }
	.main-layout_tab_item.type_ab:hover a .main-layout_tab_item-txt::before {
		width: 20px;
		height: 20px;
	}
}
/*=====================*/



/*radioBox
=======================*/
.radioBox {
	display: flex;
	justify-content: center;
	gap: 20px;
	padding: 30px 0;
	background: #fff;
}
.radioBox input[name="feature_filter"] {
	display: none;
}
.input_wrap label {
	display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
	min-height: 59px;
  padding: 8px 10px;
	color: #a0a0a0;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: -.5px;
	border-radius: 7px;
  line-height: 1.2;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: .3s;
}
.abSide .input_wrap label {
  border: 2px solid #74baea; /*--海外・国内切り替え箇所--*/
}
.domSide .input_wrap label {
  border: 2px solid #02cc83; /*--海外・国内切り替え箇所--*/
}
.input_wrap input:checked + label {
	color: #fff;
}
.abSide .input_wrap input:checked + label {
  background: #0077d9;
	border: 2px solid #0077d9; /*--海外・国内切り替え箇所--*/
}
.domSide .input_wrap input:checked + label {
  background: #009b63;
	border: 2px solid #009b63; /*--海外・国内切り替え箇所--*/
}

@media (min-width: 768px) {
	.input_wrap label:hover {
		color: #fff;
		transition: .3s;
	}
	.abSide .input_wrap label:hover {
		background: #0077d9;
		border: 2px solid #0077d9; /*--海外・国内切り替え箇所--*/
	}
	.domSide .input_wrap label:hover {
		background: #009b63;
		border: 2px solid #009b63; /*--海外・国内切り替え箇所--*/
	}
}

@media screen and (max-width:767.98px) {
	.radioBox {
		justify-content: flex-start;
		flex-wrap: wrap;
		gap: 9px;
		padding: 30px 10px 0;
	}
	.input_wrap {
		width: calc((100% - 18px)/3);
	}
	.input_wrap label {
		width: 100%;
		padding: 5px 10px 8px;
		font-size: 1.4rem;
	}
}

/*=====================*/


/*featureArea
=======================*/
/*.featureArea {
	margin-top: 90px;
}*/
.featureArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.featureArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.featureArea h2 span {
	position: relative;
}
.featureArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.featureArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.featureArea .featureBox {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	overflow: hidden;
}
.featureArea .feature_item {
	width: calc((100% - 40px) / 3);
	border-radius: 5px;
	overflow: hidden;
}
.no_items {
	margin: 0 auto;
  color: #A0A0A0;
  font-size: 1.8rem;
  font-weight: bold;
}

@media (min-width: 768px) {
	.featureArea .feature_item a:hover {
		opacity: .7;
	}
}

@media screen and (max-width:767.98px) {
	.featureArea h2 {
		overflow: hidden;
	}
	.featureArea h2 span {
		font-size: 2rem;
	}
	.featureArea h2 span::before,
	.featureArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.featureArea h2 span::before {
		left: -370%;
	}
	.featureArea h2 span::after {
		right: -370%;
	}
	.featureArea .featureBox {
		gap: 15px;
	}
	.featureArea .feature_item {
		width: calc((100% - 15px) / 2);
	}
}
/*=====================*/



/*readMoreBtn
=======================*/
.featureBox_wrap {
  position: relative;
}
.readmore-content::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 120px;
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
  z-index: 2;
}
.readMore__button {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
  display: none;
  width: 240px;
  margin: 30px auto;
	z-index: 5;
}
.readMore__button__type {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  position: relative;
  justify-content: center;
  width: 100%;
  padding: 0;
  border: 2px solid #b4b4b4;
  border-radius: 50px;
  outline: none;
  background-color: #ededed;
  box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
	color: #686868;
	font-weight: bold;
  cursor: pointer;
	transition: .2s;
}
.readMore__button__label {
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}
.label_after {
  position: relative;
}
.label_after:after, .readMore__button__label:before {
  right: 16px;
  width: 20px;
  display: block;
  position: absolute;
  top: calc(50% - 1px);
  height: 2px;
  background: #6f6f6f;
  content: "";
}
.label_after:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
 
@media screen and (min-width: 768px) {
  .readMore__button__type:hover {
    border-color: #fff;
    color: #fff;
    background: #9c9c9c;
    transition: .2s;
    box-shadow: none;
  }
  .readMore__button__type:hover .label_after:after, .readMore__button__type:hover .readMore__button__label:before {
    background: #fff;
    transition: 0.2s;
  }
}
@media screen and (max-width: 767.98px) {
  .readMore__button,
  .readMore__button__type {
    width: 95%;
  }
  .readMore__button {
		margin: 10px 0;
  }
  .readMore__button__type {
    margin: 0 auto;
  }
  .readMore__button__label {
    padding: 5px 20px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .readmore-content::before {
    height: 60px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 15%, rgba(255,255,255,0.8) 50%, #fff 60%);
  }
}
/*=======================*/



/*themeArea
=======================*/
.themeArea {
	margin-top: 80px;
}
.themeArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.themeArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.themeArea h2 span {
	position: relative;
}
.themeArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.themeArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
/*---発地別コード---*/
.themeBox {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 25px;
}
.home-tour-overseas-search__list__item,
.home-tour-domestic-search__list__item,
.chubu-tour-overseas-search__list__item,
.chubu-tour-domestic-search__list__item,
.kansai-tour-overseas-search__list__item,
.kansai-tour-domestic-search__list__item,
.kyushu-tour-overseas-search__list__item,
.kyushu-tour-domestic-search__list__item,
.hokkaido-tour-overseas-search__list__item,
.hokkaido-tour-domestic-search__list__item {
	cursor: pointer;
}
.home-tour-overseas-search__type,
.home-tour-domestic-search__type,
.chubu-tour-overseas-search__type,
.chubu-tour-domestic-search__type,
.kansai-tour-overseas-search__type,
.kansai-tour-domestic-search__type,
.kyushu-tour-overseas-search__type,
.kyushu-tour-domestic-search__type,
.hokkaido-tour-overseas-search__type,
.hokkaido-tour-domestic-search__type {
	display: block;
	border: 1px solid #ddd;
	border-radius: 50px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
	transition: border .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.home-tour-overseas-search__label,
.home-tour-domestic-search__label,
.chubu-tour-overseas-search__label,
.chubu-tour-domestic-search__label,
.kansai-tour-overseas-search__label,
.kansai-tour-domestic-search__label,
.kyushu-tour-overseas-search__label,
.kyushu-tour-domestic-search__label,
.hokkaido-tour-overseas-search__label,
.hokkaido-tour-domestic-search__label {
	color: #000;
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
@media print, screen and (min-width: 768px) {
	.home-tour-overseas-search__list__item a:hover,
	.home-tour-domestic-search__list__item a:hover,
	.chubu-tour-overseas-search__list__item a:hover,
	.chubu-tour-domestic-search__list__item a:hover,
	.kansai-tour-overseas-search__list__item a:hover,
	.kansai-tour-domestic-search__list__item a:hover,
	.kyushu-tour-overseas-search__list__item a:hover,
	.kyushu-tour-domestic-search__list__item a:hover,
	.hokkaido-tour-overseas-search__list__item a:hover,
	.hokkaido-tour-domestic-search__list__item a:hover {
		border: 1px solid #cc0d21;
	}
	.home-tour-overseas-search__list__item a:hover .home-tour-overseas-search__label,
	.home-tour-domestic-search__list__item a:hover .home-tour-domestic-search__label,
	.chubu-tour-overseas-search__list__item a:hover .chubu-tour-overseas-search__label,
	.chubu-tour-domestic-search__list__item a:hover .chubu-tour-domestic-search__label,
	.kansai-tour-overseas-search__list__item a:hover .kansai-tour-overseas-search__label,
	.kansai-tour-domestic-search__list__item a:hover .kansai-tour-domestic-search__label,
	.kyushu-tour-overseas-search__list__item a:hover .kyushu-tour-overseas-search__label,
	.kyushu-tour-domestic-search__list__item a:hover .kyushu-tour-domestic-search__label,
	.hokkaido-tour-overseas-search__list__item a:hover .hokkaido-tour-overseas-search__label,
	.hokkaido-tour-domestic-search__list__item a:hover .hokkaido-tour-domestic-search__label {
		color: #cc0d21;
	}
	.home-tour-overseas-search__type,
	.home-tour-domestic-search__type,
	.chubu-tour-overseas-search__type,
	.chubu-tour-domestic-search__type,
	.kansai-tour-overseas-search__type,
	.kansai-tour-domestic-search__type,
	.kyushu-tour-overseas-search__type,
	.kyushu-tour-domestic-search__type,
	.hokkaido-tour-overseas-search__type,
	.hokkaido-tour-domestic-search__type {
		padding: 4px 12px;
	}
	.home-tour-overseas-search__label,
	.home-tour-domestic-search__label,
	.chubu-tour-overseas-search__label,
	.chubu-tour-domestic-search__label,
	.kansai-tour-overseas-search__label,
	.kansai-tour-domestic-search__label,
	.kyushu-tour-overseas-search__label,
	.kyushu-tour-domestic-search__label,
	.hokkaido-tour-overseas-search__label,
	.hokkaido-tour-domestic-search__label {
		font-size: 1.5rem;
	}
}
/*----------------*/

@media screen and (max-width:767.98px) {
	.themeArea {
		margin-top: 50px;
	}
	.themeArea h2 {
		overflow: hidden;
	}
	.themeArea h2 span {
		font-size: 2rem;
	}
	.themeArea h2 span::before,
	.themeArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.themeArea h2 span::before {
		left: -370%;
	}
	.themeArea h2 span::after {
		right: -370%;
	}
	.home-tour-overseas-search__type,
	.home-tour-domestic-search__type,
	.chubu-tour-overseas-search__type,
	.chubu-tour-domestic-search__type,
	.kansai-tour-overseas-search__type,
	.kansai-tour-domestic-search__type,
	.kyushu-tour-overseas-search__type,
	.kyushu-tour-domestic-search__type,
	.hokkaido-tour-overseas-search__type,
	.hokkaido-tour-domestic-search__type {
		padding: 4px 16px;
	}
	.home-tour-overseas-search__label,
	.home-tour-domestic-search__label,
	.chubu-tour-overseas-search__label,
	.chubu-tour-domestic-search__label,
	.kansai-tour-overseas-search__label,
	.kansai-tour-domestic-search__label,
	.kyushu-tour-overseas-search__label,
	.kyushu-tour-domestic-search__label,
	.hokkaido-tour-overseas-search__label,
	.hokkaido-tour-domestic-search__label {
		font-size: 1.4rem;
	}
}
/*=====================*/



/*hotWordArea
=======================*/
.hotWordArea {
	margin-top: 80px;
}
.hotWordArea_inner {
	max-width: 1160px;
	margin: 0 auto;
}
.hotWordArea h2 {
	margin: 0;
	text-align: center;
	font-size: 2.4rem;
}
.hotWordArea h2 span {
	position: relative;
}
.hotWordArea h2 span::before {
	position: absolute;
	content: '';
	top: 50%;
	left: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
.hotWordArea h2 span::after {
	position: absolute;
	content: '';
	top: 50%;
	right: -110px;
	width: 80px;
	height: 2px;
	background: #929292;
	transform: translateY(-50%);
}
/*---発地別コード---*/
.hot-word__list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 25px;
}
.hot__type {
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 50px;
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .1);
	transition: border .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.hot__label {
	color: #000;
	transition: color .25s cubic-bezier(.4, 0, .2, 1) 0s;
}
.hot-word__button {
	display: none;
}
@media print, screen and (min-width: 768px) {
	.hot__type {
		padding: 4px 12px;
	}
	.hot__type:hover {
		border: 1px solid #cc0d21;
	}
	.hot__type:hover .hot__label {
		color: #cc0d21;
	}
	.hot__label {
		font-size: 1.5rem;
	}
}
/*----------------*/

@media screen and (max-width:767.98px) {
	.hotWordArea {
    margin-top: 50px;
	}
	.hotWordArea h2 {
		overflow: hidden;
	}
	.hotWordArea h2 span {
		font-size: 2rem;
	}
	.hotWordArea h2 span::before,
	.hotWordArea h2 span::after {
		height: 1px;
		width: 350%;
	}
	.hotWordArea h2 span::before {
		left: -360%;
	}
	.hotWordArea h2 span::after {
		right: -360%;
	}
	.hot__type {
    padding: 4px 16px;
	}
	.hot__label {
		font-size: 1.4rem;
	}
}
/*=====================*/



/*selectdiv(pulldown)
=======================*/
.select_label {
  padding: 28px 0 0;
  font-weight: bold;
}
.selectdiv {
	position: relative;
	top: 0;
	max-width: 250px;
	width: 100%;
  margin: 35px auto;
	transition: .2s ease all;
}
select:focus {
	outline: 0;
	border: 1px solid #cc0d21;
}
select::-ms-expand {
  display: none;
}
.selectdiv::before {
  content: '';
  position: absolute;
  display: block;
  right: 60px;
  width: 1px;
  height: 32px;
  top: 50%;
	transform: translateY(-50%);
	background: #323232;
	pointer-events: none;
	z-index: 10;
}
.selectdiv::after {
  content: '';
  display: inline-block;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  pointer-events: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 280px;
  height: 58px;
  margin: 5px auto;
  padding: 0 30px 0 20px;
	color: #232323;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
  -ms-word-break: normal;
  word-break: normal;
	border: 1px solid #fff;
	border-radius: 5px;
  cursor: pointer;
	box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .1);
}
.selectdiv .decoration {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.selectdiv .decoration::before,
.selectdiv .decoration::after {
	position: absolute;
	content: '';
  right: 30px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #323232;
  border-bottom: 2px solid #323232;
pointer-events: none;
}
.selectdiv .decoration::before {
	top: 20px;
  transform: rotate(-135deg);
}
.selectdiv .decoration::after {
	top: 28px;
  transform: rotate(45deg);
}

@media (min-width: 768px) {
	.selectdiv:hover select {
		border: 1px solid #cc0d21;
		transition: .2s ease all;
	}
}

@media screen and (max-width:767.98px) {
	.selectdiv {
		max-width: 205px;
	}
	.selectdiv select {
		height: 48px;
		padding: 4px 30px 0 20px;
		font-size: 1.5rem;
	}
	.selectdiv .decoration::before {
		top: 17px;
	}
	.selectdiv .decoration::after {
		top: 24px;
	}
	/*---iPhone only---*/
	.iPhone .selectdiv select {
		padding-top: 0;
	}
	/*-----------------*/
}
/*=====================*/



/*area_button
=======================*/
.area_button{
  text-align: center;
  margin: 40px 0;
  font-family: 游ゴシック体, YuGothic, 游ゴシック, Yu Gothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, Arial, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.area_button .contents_wrap{
  justify-content: center;
  flex-wrap: wrap;
}
.area_button__titbox__fukidashi{
  position: relative;
  display: inline-block;
  border-bottom: solid 1px #cc0d20;
  padding: 5px 0;
  color: #cc0d20;
  font-weight: bold;
  font-size: 18px;
}
.area_button__titbox__fukidashi:before,
.area_button__titbox__fukidashi:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.area_button__titbox__fukidashi:before {
  border: solid 9px transparent;
  border-top: solid 14px #cc0d20;
}
.area_button__titbox__fukidashi:after {
  border: solid 11px transparent;
  border-top: solid 17px #fff;
  margin-top: -5px;
}
.area_button__titbox__tit{
  font-size: 2.4rem;
  color: #333333;
  margin: 15px 5px;
}
.area_button__link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 760px;
}
.area_button__link li{
  width: 100%;
}
.area_button__link li a{
  text-align: center;
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: bold;
  border: 2px solid #cc0d20;
  border-radius: 5px;
  padding: 10px 36px 9px 9px;
  width: 100%;
  color: #333333;
  box-shadow: 0 1px 1px 1px rgb(0 0 0 / 10%);
}
.area_button__link li a:before{
	display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #cc0d21;
  content: "";
  width: 27px;
}
.area_button__link li a:after{
  -webkit-transform: rotate(45deg);
  display: block;
  position: absolute;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  top: calc(50% - 4px);
  right: 10px;
  width: 8px;
  height: 8px;
}
@media screen and (min-width:768px) {
	.area_button {
		margin-top: 0;
	}
	.area_button__link li{
		max-width: 138px;
	}
	.area_button__link li a:hover{
		opacity: 0.7;
	}
}
@media screen and (max-width:767.98px) {
	.area_button__link {
		margin: 0 10px 0;
	}
  .area_button__link li a {
    padding: 10px 36px 9px 9px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: bold;
  }
}
/*=====================*/



/*pageTopBtn
=======================*/
.pageTopBtn {
	display: inline-block;
  width: 52px;
	position: sticky;
	left: 85%;
	bottom: 30px;
	text-align: right;
	opacity: 0;
	z-index: 10;
}
.pageTopBtn_inner {
	margin: auto;
}
.pageTopBtn a {
  box-sizing: border-box;
  display: block;
  position: relative;
  width: 52px;
  height: 52px;
	background: #aaaaaa;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
	cursor: default;
}
.pageTopBtn a:before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 55%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 2px 0 0 2px;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color ease 0.1s;
}
.pageTopBtn.-show {
	opacity: 1;
}
.pageTopBtn.-show a {
	cursor: pointer;
}
.pageTopBtn.-transition500 {
	transition: .2s ease;
}

@media screen and (min-width:768px) {
	.pageTopBtn a:hover {
		background: #c2c2c2;
	}
}

@media screen and (max-width:767.98px) {
	.pageTopBtn a {
		width: 45px;
    height: 45px;
	}
	.pageTopBtn a:before {
		width: 16px;
    height: 16px;
	}
}
/*=====================*/
.scroll-hint-icon {
	z-index: 5;
}