@charset "UTF-8";
/* =============================== common =============================== */

body, div, ul, li, h1, h2, p, th, td {
	margin: 0;
	padding: 0;
}
body {
	font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	/*font-size:62.5%;*/
	/*font-size: 1em!important; line-height: 1em!important; text-align:center;*/
	-webkit-text-size-adjust: 100%;
	color: #000;
	overflow: hidden!important;
}
table, img {
	border: 0;
}
h1, h2, th {
	font-weight: normal;
}
ul {
	list-style: none;
}
.text_min {
	font-family: 'Noto Serif JP', serif;
}
a:hover {
	cursor: pointer;
}
section {
	border-bottom: none!important;
}
img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
/* =============================== header =============================== */
.breadcrumbs {
	box-sizing: border-box;
	padding: 10px;
}
/* =============================== page =============================== */

.wrapper {
	text-align: center;
}
section {
	background: none!important;
	position: static!important;
}
/*-------------------メインビジュアル-------------------*/
.main_pic {
	width: 100%;
	position: relative;
}
.main_pic .slider {
	width: 100%;
	overflow: hidden;
}
.main_pic .slider .inner {
	max-width: 1200px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: auto;
	margin: auto;
}
.main_pic .slider .inner .search_logo {
	max-width: 1200px;
	width: 100%;
	height: 100%;
	position: relative;
}

.scroll-wrap {
    width: 95%!important;
}

.talc {
    width: 80%!important;
}
@media only screen and (max-width: 767px) {
	.more_btn {
		text-align: center;
	}
	.more_btn .pdf:before {
		left: 230px!important;
	}
	.more_btn .pdf {
		padding: 0!important;
	}
}
/*.main_pic .slider .inner .search_logo h1{ position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%);}
.main_pic .slider .inner .search_logo h1 img{ width: 100%; height: auto;}*/
.search_logo_place {
	width: 600px;
	height: 370px;
	background-image: url(../img/plan_title_flame.png);
	background-repeat: no-repeat;
	background-size: 435px 370px;
	background-position: right;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}
.search_logo_backcolor {
	position: absolute;
	top: 70px;
	right: 110px;
	content: '';
	width: 340px;
	height: 340px;
	border-radius: 50%;
	z-index: 0;
}
.search_logo_backcolor.orange {
	background-color: rgba(230, 180, 90, 0.75);
}
.search_logo_place h1 {
	width: 100%;
	height: 370px;
	position: relative;
	color: #fff;
	text-align: left;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.75);
}
.search_logo_place h1 span.title01 {
	font-size: 9rem;
	line-height: 1.3em;
	position: absolute;
	top: 70px;
	right: 310px;
	text-align: center;
}
.search_logo_place h1 span.title02 {
	font-size: 6.2rem;
	line-height: 1.5em;
	position: absolute;
	top: 75px;
	right: 90px;
}
.search_logo_place h1 span.title03 {
	font-size: 6.2rem;
	line-height: 1.2em;
	position: absolute;
	top: 155px;
	right: 90px;
}
.search_logo_place h1 span.title04 {
	font-size: 3.5rem;
	line-height: 1.2em;
	position: absolute;
	top: 230px;
	right: 80px;
}
@media only screen and (max-width: 1200px) {
	.main_pic .slider {
		height: 360px;
	}
	.main_pic .slider .inner {
		height: 360px;
	}
	/*.main_pic .slider .inner .search_logo h1{ position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}*/
	.search_logo_place {
		width: 500px;
		height: 320px;
		background-image: url(../img/plan_title_flame.png);
		background-repeat: no-repeat;
		background-size: 376px 320px;
		background-position: right;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.search_logo_backcolor {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
		padding: auto;
		content: '';
		width: 300px;
		height: 300px;
		border-radius: 50%;
		z-index: 0;
	}
	.search_logo_place h1 {
		width: 100%;
		height: 320px;
		position: relative;
		color: #fff;
		text-align: left;
		text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.75);
	}
	.search_logo_place h1 span.title01 {
		font-size: 5rem;
		line-height: 1.5em;
		position: absolute;
		top: 70px;
		right: 270px;
		text-align: center;
	}
	.search_logo_place h1 span.title02 {
		font-size: 5rem;
		line-height: 1.5em;
		position: absolute;
		top: 65px;
		right: 70px;
	}
	.search_logo_place h1 span.title03 {
		font-size: 5rem;
		line-height: 1.2em;
		position: absolute;
		top: 135px;
		right: 70px;
	}
	.search_logo_place h1 span.title04 {
		font-size: 3rem;
		line-height: 1.2em;
		position: absolute;
		top: 205px;
		right: 70px;
	}
}
@media only screen and (max-width: 767px) {
	.main_pic {}
	.main_pic .slider {
		height: 170px;
	}
	.main_pic .slider .inner {
		height: 170px;
	}
	/*.main_pic .slider .inner .search_logo h1 img{ width: 100%; height: auto;}*/
	.search_logo_place {
		width: 80%;
		height: auto;
		background-image: none;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	.search_logo_backcolor {
		display: none;
	}
	.search_logo_place h1 {
		width: 100%;
		height: auto;
		position: relative;
		text-align: center;
		padding-bottom: 10px;
		border-bottom: double 4px #fff;
	}
	.search_logo_place h1 span.title01 {
		display: block;
		font-size: 4.2rem;
		line-height: 1em;
		margin-bottom: 10px;
		position: relative;
		top: 0;
		left: 0;
	}
	.search_logo_place h1 span.title02 {
		font-size: 2.3rem;
		line-height: 1em;
		position: relative;
		top: 0;
		left: 0;
	}
	.search_logo_place h1 span.title03 {
		font-size: 2.3rem;
		line-height: 1em;
		position: relative;
		top: 0;
		left: 0;
	}
	.search_logo_place h1 span.title04 {
		font-size: 2.3rem;
		line-height: 1em;
		position: relative;
		top: 0;
		left: 0;
	}
}
/*-------------------検索タブ-------------------*/
/*#vertical_tab_nav .tab-area{ display: block; float: left; width: 100px;}
#vertical_tab_nav .search_tab{ border-bottom: 1px solid #354c64;}
#vertical_tab_nav .search_tab:last-child{ margin-bottom: 0px; border-bottom: 0px;}
#vertical_tab_nav .search_tab:hover{ cursor: pointer;}
#vertical_tab_nav .search_tab p{ display: block; text-align: center; font-size: 1.4rem; line-height: 1.5em; color: #fff; text-decoration: none; width: 100%; padding: 30px 0; background-color: #011e3c; font-weight: 700; position: relative;}
#vertical_tab_nav .search_tab p.selected{ background: #fff; color: #354c64;}
#vertical_tab_nav .popular_tab{ display: block; float: right; background: #fff; width: calc(100% - 100px); padding: 25px 15px 25px 25px; box-sizing: border-box; text-align: left; min-height: 348px;}
#vertical_tab_nav .popular_tab .search_tab_content{ display: none; margin: 0px; color: #000;}*/
/* =====================
- form select radio checkbox button textarea
===================== */
/*-------------------form-------------------*/
/*.CustomSelect  > :last-child{ margin-bottom: 5px;}*/
/*.AddBtn { display: block; width: 100%; text-align: center; padding: 10px; border: 1px solid; background-color: #fff; color: #011e3c; cursor: pointer; position: relative;}*/
/*.SearchArea .SubmitBox .SearchBtn { display: block; text-align: center; padding: 10px 0; background-color: #6e5032; width: 100%; color: #fff; font-weight: 600; font-size: 16px; border-radius: 7px; width: 200px; height: 50px; margin: 20px auto 0; border: none; cursor: pointer; transition: .3s;}
.SearchArea .SubmitBox .SearchBtn span{ display: inline-block; padding-left: 26px; background-image: url(../img/search_icon.png); background-size: 20px 20px; background-repeat: no-repeat; background-position: left center;}
@media only screen and (min-width: 1201px) {
.SearchArea .SubmitBox .SearchBtn:hover{ background-color: #926d45;}
}*/
/*-------------------共通h2タイトル-------------------*/

.block h2 {
	font-size: 2.8rem;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 50px;
}
.block h2 span {
	position: relative;
	display: inline-block;
	padding: 0 65px;
	text-align: center;
}
.block h2 span:before, .block h2 span:after {
	position: absolute;
	top: calc(50% - 0px);
	width: 50px;
	height: 1px;
	background-color: #000;
	content: '';
}
.block h2 span:before {
	left: 0;
}
.block h2 span:after {
	right: 0;
}
@media only screen and (max-width: 1200px) {
	.block h2 {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.block h2 {
		font-size: 2rem;
		margin-bottom: 20px;
	}
	.block h2 span {
		padding: 0 40px;
	}
	.block h2 span:before, .block h2 span:after {
		width: 30px;
	}
}
/*-------------------出発地と目的地-------------------*/
/*.danda_list .inner dl dd ul li:nth-child(3){ margin-right: 0;}*/
/*.danda_list .inner dl dd ul li a span{ background-image: url(../img/arrow_white.png); background-size: 27px 27px; background-repeat: no-repeat; background-position: center;}*/
@media only screen and (max-width: 767px) {
	/*.danda_list .inner dl dd ul li{ float:left; margin-right: 10px; width: 50%; width: calc((100% - 10px) / 2); width: -webkit-calc((100% - 10px) / 2); width: -moz-calc((100% - 10px) / 2); box-sizing:border-box; margin-bottom: 10px;}
.danda_list .inner dl dd ul li:nth-child(3){ margin-right: 10px;}
.danda_list .inner dl dd ul li:nth-child(2n){ margin-right: 0;}*/
	/*追加*/
	/*追加*/
	/*追加*/
}
/*-------------------出発地と目的地タブ-------------------*/
/*.area_tab_inner .inner dl dd ul li:nth-child(3){ margin-right: 0;}*/
/*.area_tab_inner .area_tab_content dl dd ul li a span{ background-image: url(../img/arrow_white.png); background-size: 27px 27px; background-repeat: no-repeat; background-position: center;}*/
@media only screen and (max-width: 767px) {
	/*.area_tab_inner .area_tab_content dl dd ul li{ float:left; margin-right: 10px; width: 50%; width: calc((100% - 10px) / 2); width: -webkit-calc((100% - 10px) / 2); width: -moz-calc((100% - 10px) / 2); box-sizing:border-box; margin-bottom: 10px;}
.area_tab_inner .area_tab_content dl dd ul li:nth-child(3){ margin-right: 10px;}
.area_tab_inner .area_tab_content dl dd ul li:nth-child(2n){ margin-right: 0;}*/
	/*追加*/
}
/*-------------------おすすめ特集-------------------*/
/*-------------------ホテル一覧タブ-------------------*/

.hotel_tab_box {}
.hotel_tab_box .hotel_tab_inner {
	display: block;
	/* background: #fff; width: 100%; padding: 25px 15px 25px 25px; box-sizing: border-box;*/
}
.hotel_tab_box .hotel_tab_inner .hotel_tab_content {
	display: none;
	/*margin: 0px; color: #000;*/
	border-left: 1px solid #011e3c;
	border-right: 1px solid #011e3c;
	border-bottom: 1px solid #011e3c;
	padding: 30px;
	box-sizing: border-box;
}
.hotel_tab_box .hotel_tab_inner .hotel_tab_content .ritch_hotel {
	padding: 20px 0 40px;
}
/*ホテル一覧*/

.hotel_list {
	padding: 0;
	box-sizing: border-box;
}
.hotel_list .inner {
	max-width: 1100px;
	margin: 0 auto;
}
.hotel_list .inner .plan_slideshow {
	z-index: 0;
}
@media only screen and (max-width: 1200px) {
	.hotel_tab_box .hotel_tab_inner .hotel_tab_content {
		padding: 30px 20px;
	}
	.hotel_list {
		padding: 0 30px 0;
	}
}
@media only screen and (max-width: 767px) {
	.hotel_list {
		padding: 0;
	}
	.hotel_list .inner {
		padding: 0;
		box-sizing: border-box;
	}
	.hotel_tab_box .hotel_tab_inner .hotel_tab_content {
		padding: 10px;
		border: none;
	}
	.hotel_tab_box .hotel_tab_inner .hotel_tab_content .ritch_hotel {
		padding: 20px 0 40px;
	}
}
/*ホテル一覧_共通デザイン部分*/
.point-box{
    display: flex;
    margin-bottom: 10px;
    border-bottom: solid 1px red;
    padding: 0 0 5px 0;
}
.point-text{
	padding: 5px;
	margin: 0 auto;
	width: 210px;
}
.point-box__title{
	color: #fff;
    background-color: red;
    padding: 5px;
    font-size: 9px;
    font-weight: 900;
	display: flex;
    align-items: center;
}
.point-text__title{
	font-size: 10px;
	text-align: center;
}
.point-text__text{
	color: red;
    font-weight: 900;
    font-size: 13px;
	/*text-align: center;*/
}

.plan_box {
	/*margin-bottom: 30px;*/
	padding: 0 20px;
}
.plan_box .plan_box_inner {
	/*padding: 0 25px;*/
	margin-bottom: 50px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.plan_box .plan_box_inner .plan_img {
	width: 100%;
	height: 210px;
	position: relative;
	border-top: 5px solid #011E3C;
	overflow: hidden;
}
.plan_box .plan_box_inner .plan_img img {
	position: absolute;
	top: 52%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
	transition: .3s;
}
.plan_box .plan_box_inner ul {
	text-align: left;
	padding: 15px;
	box-sizing: border-box;
}
.plan_box .plan_box_inner ul li {
	color: #000;
}
.plan_box .plan_box_inner ul li.title {
	font-size: 1.6rem;
	line-height: 1.4em;
	font-weight: 700;
	color: #6E5032;
	margin-bottom: 5px;
	height: 46px;
	overflow: hidden;
}
.plan_box .plan_box_inner ul li.tag {
	margin-bottom: 10px;
	width: 100%;
	height: 26px;
	overflow: hidden;
}
.plan_box .plan_box_inner ul li.tag p {
	font-size: 1.3rem;
	background-color: #E8EBE8;
	display: inline;
	padding: 7px 5px 7px;
	margin-right: 5px;
}
.plan_box .plan_box_inner ul li.com {
	font-size: 1.1rem;
	line-height: 1.5em;
	margin-bottom: 15px;
	height: 100px;
	overflow: hidden;
}
.plan_box .plan_box_inner ul li.price {
	font-size: 2.2rem;
	line-height: 1rem;
	color: #F13C3D;
	margin-bottom: 15px;
	font-weight: 700;
}
.plan_box .plan_box_inner ul li.stay {
	font-size: 1.3rem;
	color: #787878;
}
.more_btn {
	margin: 20px 0;
}
.more_btn a {
	display: inline-block;
	background-color: #011E3C;
	padding: 25px 50px;
	border-radius: 5px;
	transition: .3s;
}
.more_btn a span {
	position: relative;
	display: inline-block;
	padding: 0 0 0 26px;
	color: #fff;
	vertical-align: middle;
	text-decoration: none;
	font-size: 1.8rem;
}
.more_btn a span:before, .more_btn a span:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.more_btn .book:before {
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
}

.more_btn .pdf:before {
    width: 40px;
    height: 40px;
    background: url(../img/pdffile2.png)no-repeat;
    background-size: 100%;
    left: 265px;
    border-radius: inherit;
}

.more_btn .pdf {
    padding: 0 30px 0 0;
}


.more_btn .pdf:after {
	display: none;
}


.more_btn .book:after {
	left: 5px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #011E3C;
	border-right: 2px solid #011E3C;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (min-width: 1201px) {
	.more_btn a:hover {
		background-color: #175893;
	}
	/* .more_btn a:hover span {
		color: #fff;
	}
	.more_btn a:hover span:before {
		background: #fff;
	} */
	.more_btn a:hover span:after {
		border-top: 2px solid #011E3C;
		border-right: 2px solid #011E3C;
	}
}
@media only screen and (max-width: 1200px) {
	.plan_box {
		padding: 0 15px;
	}
	.plan_box .plan_box_inner {
		/*padding: 0 15px;*/
		margin-bottom: 30px;
	}
	.plan_box .plan_box_inner .plan_img {
		height: 140px;
	}
	.plan_box .plan_box_inner ul li.title {
		font-size: 1.5rem;
	}
	.plan_box .plan_box_inner ul li.tag {
		height: 24px;
	}
	.plan_box .plan_box_inner ul li.tag p {
		font-size: 1.2rem;
	}
	.plan_box .plan_box_inner ul li.com {
		font-size: 1.3rem;
		height: 40px;
	}
	.plan_box .plan_box_inner ul li.price {
		font-size: 1.6rem;
	}
}
@media only screen and (max-width: 767px) {
	.plan_box {
		/*margin-bottom: 20px;*/
		padding: 0 35px;
	}
	.plan_box .plan_box_inner {
		/*padding: 0 35px;*/
		margin-bottom: 20px;
	}
	.more_btn a {
		display: block;
		padding: 20px 10px;
		margin-bottom: 10px;
	}
	.more_btn a span {
		font-size: 1.5rem;
	}
	.plan_box .plan_box_inner .plan_img {
		height: 200px;
	}
	.plan_box .plan_box_inner ul {
		padding: 10px;
	}
	.plan_box .plan_box_inner ul li.title {
		line-height: 1.3em;
		margin-bottom: 10px;
		height: 39px;
	}
	.plan_box .plan_box_inner ul li.tag {
		margin-bottom: 10px;
		width: 100%;
		height: 21px;
	}
	.plan_box .plan_box_inner ul li.tag p {
		font-size: 1.2rem;
		padding: 5px;
	}
	.plan_box .plan_box_inner ul li.com {
		line-height: 1.5em;
		margin-bottom: 10px;
		height: 39px;
	}
	.plan_box .plan_box_inner ul li.price {
		margin-bottom: 10px;
	}
	.plan_box .plan_box_inner ul li.stay {
		font-size: 1.2rem;
	}
}


/*-------------------人気のツアー-------------------*/
/*人気のツアータブ*/
/*-------------------トピックス-------------------*/
/*-------------------faq-------------------*/
/*-------------------その他のおすすめ一覧-------------------*/
/*-------------------観光地紹介-------------------*/
/*===================ページ別css====================*/
#special_feature .main_pic .slider {
	height: 480px;
}
#special_feature .main_pic .slider .inner {
	height: 480px;
}
/*#jr_top .main_pic .slider .inner .search_logo h1{ width: 435px; height: 370px;}
#each_place .main_pic .slider .inner .search_logo h1{ width: 480px; height: 360px;}
#special_feature .main_pic .slider .inner .search_logo h1{ width: 480px; height: 360px;}*/
.oneday_mainpic {
	background-image: url("../img/isawaonsen_top_bg.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#special_feature .top_com {
	max-width: 1060px;
	margin: 40px auto 0;
	padding: 0 30px 60px;
	box-sizing: border-box;
	text-align: left;
}
#special_feature .top_com .main_com {
	font-size: 2.3rem;
	line-height: 1.5em;
	margin-bottom: 15px;
}
#special_feature .top_com p {
	font-size: 1.4rem;
	line-height: 1.7em;
	margin-bottom: 10px;
}
#special_feature .hotel_list {
	margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
	#special_feature .main_pic .slider {
		height: 360px;
	}
	#special_feature .main_pic .slider .inner {
		height: 360px;
	}
	/*#jr_top .main_pic .slider .inner .search_logo h1{ width: 390px; height: 332px;}
#each_place .main_pic .slider .inner .search_logo h1{ width: 380px; height: 279px;}
#special_feature .main_pic .slider .inner .search_logo h1{ width: 380px; height: 279px;}*/
	#special_feature .top_com {
		margin: 30px auto 0;
	}
	#special_feature .top_com .main_com {
		font-size: 2rem;
	}
	#special_feature .top_com p {
		font-size: 1.3rem;
		line-height: 1.7em;
	}
	#special_feature .hotel_list {
		margin-bottom: 60px;
	}
}
@media only screen and (max-width: 767px) {
	#special_feature .main_pic .slider {
		height: 170px;
	}
	#special_feature .main_pic .slider .inner {
		height: 170px;
	}
	/*#jr_top .main_pic .slider .inner .search_logo h1{ width: 290px; height: 86px;}
#each_place .main_pic .slider .inner .search_logo h1{ width: 204px; height: 150px;}
#special_feature .main_pic .slider .inner .search_logo h1{ width: 204px; height: 150px;}*/
	.oneday_mainpic {
		background-image: url(../img/isawaonsen_top_bg_sph.jpg);
	}
	#special_feature .top_com {
		margin: 15px auto 0;
		padding: 0 15px;
	}
	#special_feature .top_com .main_com {
		font-size: 1.7rem;
		margin-bottom: 10px;
	}
	#special_feature .top_com p {
		font-size: 1.3rem;
		line-height: 1.7em;
	}
	#special_feature .hotel_list {
		margin-bottom: 20px;
	}
}
/*-------------------インジケーター-------------------*/
/* Slick ドット全体 */
.slick-dots {
  text-align: center;
  margin-bottom: 20px; /* 下余白を追加 */
}
/* Slick ドット全体 */
.slick-dots li button {
  font-size: 20px;
  line-height: 1;
  background: none;
  border: none;
  padding: 0 5px;
  
  /* フォーカス時のハイライトを無効化 */
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent; /* Safari / Chrome */
  -webkit-focus-ring-color: transparent;   /* Chrome */
}

/* Firefox 内部ボタンの余白消去 */
.slick-dots li button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* 通常は〇 */
.slick-dots li button:before {
  content: '〇';
  color: #ccc;
  font-size: 20px;
}

/* 現在のスライドだけ● */
.slick-dots li.slick-active button:before {
  content: '●';
  color: #333;
  font-size: 20px;
}

/* フォーカス時も枠を消す */
.slick-dots li button:focus,
.slick-dots li button:focus-visible {
  outline: none;
  box-shadow: none;
}
/*-------------------お品書きリンク-------------------*/

/* ボタン風リンク共通 */
.menu-link > a,
.com.abridgement_text > a {
  display: block;        /* ブロック要素にして横幅いっぱいに */
  width: 100%;           /* 横幅100% */
  padding: 10px 16px;    
  font-size: 14px;       
  line-height: 1;        
  border-radius: 6px;    
  text-decoration: none; 
  background: linear-gradient(180deg, #0096c7 0%, #0077b6 100%);
  border: 1px solid #006494;   
  color: #fff;           
  font-weight: bold;
  cursor: pointer;
  text-align: center;    /* 文字中央寄せ */
  white-space: nowrap;   
}

/* ホバー / フォーカス */
.menu-link > a:hover,
.com.abridgement_text > a:hover,
.menu-link > a:focus,
.com.abridgement_text > a:focus {
  background: linear-gradient(180deg, #00b4d8 0%, #0096c7 100%);
  border-color: #0077b6;
  outline: none;
}

/* アクティブ（クリック時） */
.menu-link > a:active,
.com.abridgement_text > a:active {
  /* フラットのままなのでtransformやbox-shadowなし */
}

/* フォーカス可視化 */
.menu-link > a:focus-visible,
.com.abridgement_text > a:focus-visible {
  box-shadow: none;
}

/* 小さい画面でも横幅いっぱい */
@media (max-width: 640px) {
  .menu-link > a,
  .com.abridgement_text > a {
    padding: 12px 14px;
  }
}