@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
/* CSS Document */

body {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", Helvetica, Arial, sans-serif;
}

/*body {font-family: "Yu Gothic","YuGothic","Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;} */

a:hover {
	color: #fb4551;
}

section {
	width: 100%;
	height: auto;
	padding: 25px 0;
	position: relative;
	display: block;
}

.inner {
	width: 960px;
	height: auto;
	margin: 0 auto;
	display: block;
	position: relative;
	padding: 30px 0;
	border-radius: 5px;
}

.bg {
	background: #009147;
}

h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 50px;
	text-align: center;
	font-family: 新ゴ M;
}

h2 span {
	display: block;
	font-size: 20px;
	line-height: 1.7em;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 0.4em;
	color: #009147;
	margin-top: 10px;
}

h2 span .red {
	color: #cd2b36;
	display: inline;
}

@media screen and (max-width:1180px) {
	section {
		padding: 0;
	}

	.inner {
		width: 96%;
		overflow: hidden;
	}
}

@media screen and (max-width:640px) {
	h2 {
		font-size: 22px;
	}

	h2 span {
		font-size: 14px;
	}
}

/* メインビジュアル */
.main {
	background: url(../images/main.jpg) no-repeat;
	height: 300px;
	box-sizing: border-box;
  padding: 20px 0 0;
	top: 0px;
	left: 0px;
	width: 100%;
	background-position: center center;
	background-size: cover;
}

.main .col_box {
	position: absolute;
	top: 57%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0 auto;
	width: 640px;
	background: rgba(0, 0, 0, 0.6);
	padding: 30px 30px 20px;
	text-align: center;
	color: #ffffff;
}

.main p {
	font-size: 16px;
	margin-top: 18px;
}

h1 {
	font-size: 40px;
	background: url(../../images/flag_italy.png) no-repeat;
	padding-left: 38px;
	background-position: 0 center;
	font-family: 新ゴ M;
}

.main .col_box a {
	color: #fff;
	background-color: #F9423A;
	padding: 10px 40px 10px 20px;
	display: inline-block;
	margin-top: 18px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
}

.main .col_box a:hover {
	background-color: #fc7c85;
	opacity: 1;
}

.main .col_box a::after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-image: url(../../images/search_white.svg);
	background-size: 100%;
	width: 18px;
	height: 18px;
}

@media screen and (max-width:769px) {
	.main {
    height: 247px;
		background: url(../images/main_sp.jpg) no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.main .col_box {
	width: 84%;
		padding: 5%;
    top: 55%;
	}

	h1 {
		font-size: 27px;
	}
}

@media screen and (max-width:640px) {
	h1 {
	font-size:16px;
	padding: 7px 0 7px 26px;
	}

	.main p {
		font-size: 13px;
		margin-top: 10px;
	}
}

/* 【てすと】ナビゲーション */
.navi {
	background: #000000;
}

ul.tab {
	background: #000000;
}

ul.tab {
	margin: 0 auto;
	width: 960px;
	padding-bottom: 57px;
}

ul.tab li {
	width: 25%;
	float: left;
	text-align: center;
}

.navi ul li.tabLink {
	display: none;
}

ul.tab li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 20px;
	display: block;
}

ul.tab li a:hover {
	text-decoration: none;
	color: #cccccc;
}

@media screen and (max-width:960px) {
	ul.tab {
		width: 100%;

	}
}

@media screen and (max-width:769px) {
	.navi {
		position: fixed;
		bottom: 0;
		z-index: 2;
		width: 100%;
	}

	.navi ul {
		width: 100%;
		padding-bottom: 0px;
	}

	.navi ul li {
		width: 49.8%;
		float: left;
		background: #000000;
		border-top: 0;
		border-bottom: 1px solid #ffffff;
		border-right: 1px solid #ffffff;
	}

	.navi ul li:nth-child(odd) {
		border-right: none;
	}

	ul.tab li a {
		font-size: 0.9em;
		padding: 15px;
	}

	.navi ul li.tabLink {
		display: block;
		width: 100%;
		background: #ff3102;
	}

	.navi ul li.tabLink a {
		position: relative;
		font-size: 1.3em;
	padding: 10px 20px 10px 60px;
		letter-spacing: .082em;
	}

	.navi ul li.tabLink a span {
		position: relative;
	}

	.navi ul li.tabLink a span::before {
		position: absolute;
		content: "";
		background: url("../images/ico_mail.png");
		background-size: 100%;
		top: 50%;
		left: 0;
		width: 19px;
		height: 15px;
		margin-left: -35px;
		margin-top: -8px;
	}

}

@media screen and (max-width:640px) {}

/* ナビゲーション */
/*.navi {
	background:#000000;
}

.navi ul {
	margin: 0 auto;
    width: 960px;
    padding-bottom: 57px;
}

.navi ul li {
	width:25%;
	float: left;
	text-align: center;
}

.navi ul li a{
	color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px;
    display: block;
}

.navi ul li a:hover{
	text-decoration:none;
	color:#cccccc;
}

@media screen and (max-width:960px){
.navi ul {
	width:100%;
	
}
}

@media screen and (max-width:769px){
.navi ul {
	width:100%;
	padding-bottom: 0px;
	
}

.navi ul li {
    width: 100%;
	float:none;
	border-top: 1px solid #ffffff;
}

.navi ul li:first-child {
	border-top: none;
}

}



/* ランキング */
.ranking .left,
.ranking .center {
	float: left;
	width: 32%;
	margin-right: 14px;
}

.ranking .right {
	float: left;
	width: 32%;
}

.ranking img.number01,
.ranking img.number02,
.ranking img.number03 {
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
}

.ranking .pic {
	position: relative;
}

.ranking .pic img {
	width: 100%;
}

.ranking .pic a p {
	text-align: center;
	color: #FFF;
	font-size: 15px;
	margin-top: -31px;
	position: absolute;
	letter-spacing: 0.1em;
	width: 100%;
}

.ranking .pic a .small {
	font-size: 12px;
	margin-top: -31px;
}

.ranking .pic .txBg {
	background-color: #000000;
	height: 45px;
	margin-top: -45px;
	opacity: 0.7;
}

.ranking .theme {
	border: solid 1px #ccc;
	overflow: hidden;
}

.ranking .theme p {
	text-align: center;
	margin: 12px 0;
}

.ranking .theme ul li {
	width: 47.5%;
	background: #fb4551;
	text-align: center;
	border-radius: 4px;
	float: left;
	margin-bottom: 5px;
}

.ranking .theme ul li:nth-child(odd) {
	margin: 0 5px;
	margin-bottom: 5px;
}

.ranking .theme ul li a {
	color: #ffffff;
	padding: 15px;
	display: block;
}

.ranking .theme ul li.small {
	font-size: 11px;
}

.ranking .theme ul li:hover {
	opacity: 0.7;
}

.ranking .theme ul li a:hover {
	text-decoration: none;
}

@media screen and (max-width:769px) {

	.ranking .left,
	.ranking .center,
	.ranking .right {
		float: none;
		width: 100%;
	}

	.ranking .pic a p4 {
		margin-top: -31px;
	}

	.ranking {
		margin-bottom: 30px;
	}

	.ranking img.number02,
	.ranking img.number03 {
		padding-top: 30px;
	}
}

@media screen and (max-width:640px) {
	.ranking .theme h5 {
		font-weight: normal;
	}
}

/* イタリア国内周遊ツアー */
.italy_area {
	overflow: hidden;
	margin-bottom: 30px;
}

.italy_area .left {
	float: left;
	width: 32%;
	margin-right: 14px;
	position: relative;
}

.italy_area .right {
	float: left;
	width: 62%;
	margin-left: 4%;
}

.italy_area .left img {
	width: 100%;
}

.italy_area .left img.plus {
	position: absolute;
	top: 37%;
	right: -12%;
	width: auto;
}

.italy_area h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.italy_area h3 img {
	width: 35px;
	padding-right: 10px;
	vertical-align: top;
}

/*最初の
.italy_area ul li {
	float:left;
	width:auto;
	margin: 5px 0;
}

.italy_area ul li a{
	background:url(../images/arrow_black.png) no-repeat;
	font-size: 15px;
	background-position: 0 center;
	padding: 15px;
} */

/*線ありここから*/
.italy_area ul li {
	float: left;
	width: auto;
	margin: 5px 0;
	border: solid 1px #cccccc;
	margin-right: 10px;
	padding: 3px;
}

.italy_area ul li a {
	background: url(../../images/arrow_black.png) no-repeat;
	font-size: 15px;
	padding: 0 19px;
	background-position: left 5px center;
}

.italy_area ul li:hover {
	background: #cccccc;
}

.italy_area ul li a:hover {
	background: url(../../images/arrow_white.png) no-repeat;
	background-position: left 5px center;
	color: #ffffff;
	text-decoration: none;
}

/*線ありここまで*/

@media screen and (max-width:769px) {

	.italy_area .left,
	.italy_area .right {
		float: none;
		width: 100%;
	}

	.italy_area .left img.plus {
		display: none;
	}

	.italy_area .right {
		margin-top: 20px;
		margin-left: 0;
	}

	.italy_area ul li {
		background: #18814a;
		text-align: center;
		border-radius: 4px;
		float: left;
		margin-bottom: 5px;
		float: none;
		border: none;
	}

	.italy_area ul li a {
		background: none;
		color: #ffffff;
		padding: 15px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	.italy_area ul li {
		margin: 10px 0;
	}

	.italy_area h3 {
		font-size: 17px;
		font-weight: normal;
	}
}


/* 2ヵ国周遊ツアー */
.country01_area {
	overflow: hidden;
	margin-bottom: 40px;
}

.country01_area .left {
	float: left;
	width: 32%;
	margin-right: 14px;
}

.country01_area .right {
	float: left;
	width: 64%;
	margin-left: 1%;
}

.country01_area .left img {
	width: 100%;
}

.country01_area .left img.small {
	width: 50%;
	float: left
}

.country01_area h3,
.country02_area h3 {
	font-size: 20px;
	margin-bottom: 10px;
}

.country01_area h3 img,
.country02_area h3 img {
	width: 35px;
	padding-right: 10px;
	vertical-align: top;
}

/*.country01_area ul li {
	float:left;
	width:auto;
	margin: 5px 0;
}

.country01_area ul li a{
	background:url(../images/arrow_black.png) no-repeat;
	font-size: 15px;
	background-position: 0 center;
	padding: 15px;
} */

/*線ありここから*/
.country01_area ul li {
	float: left;
	width: auto;
	margin: 5px 0;
	border: solid 1px #cccccc;
	margin-right: 10px;
	padding: 3px;
}

.country01_area ul li a {
	background: url(../../images/arrow_black.png) no-repeat;
	font-size: 15px;
	padding: 0 19px;
	background-position: left 5px center;
}

.country01_area ul li:hover {
	background: #cccccc;
}

.country01_area ul li a:hover {
	background: url(../../images/arrow_white.png) no-repeat;
	background-position: left 5px center;
	color: #ffffff;
	text-decoration: none;
}

/*線ありここまで*/

.country01_area h5 {
	clear: both;
	background: #000000;
	padding: 5px;
	color: #ffffff;
	width: 182px;
	text-align: center;
	margin-bottom: 10px;
}

.country01_area .box {
	margin-bottom: 18px;
	overflow: hidden;
}

.country02_area .pic {
	position: relative;
}

.country02_area .pic img {
	width: 100%;
}

.country02_area .pic a p {
	text-align: center;
	color: #FFF;
	font-size: 15px;
	margin-top: -31px;
	position: absolute;
	letter-spacing: 0.1em;
	width: 100%;
}

.country02_area .pic a .small {
	font-size: 12px;
	margin-top: -31px;
}

.country02_area .pic .txBg {
	background-color: #000000;
	height: 45px;
	margin-top: -45px;
	opacity: 0.7;
}


@media screen and (max-width:769px) {
	.country01_area .left {
		float: none;
		width: 100%;
	}

	.country01_area .right {
		width: 100%;
		margin-left: 0;
	}

	.country01_area .right {
		margin-top: 20px;
	}

	.country01_area h5 {
		background: none;
		color: #000000;
		font-weight: normal;
		border-bottom: solid 2px #000000;
		width: 35%;
		margin: 0 auto;
	}

	.country01_area ul li {
		background: #18814a;
		text-align: center;
		border-radius: 4px;
		float: left;
		margin-bottom: 5px;
		float: none;
		border: none;
	}

	.country01_area ul li a {
		background: url(../../images/arrow_white.png) no-repeat;
		background-position: left 5px center;
		color: #ffffff;
		padding: 15px;
		display: block;
	}
}

@media screen and (max-width:640px) {
	.country01_area ul li {
		margin: 10px 0;
	}

	.country01_area h3,
	.country02_area h3 {
		font-size: 17px;
		font-weight: normal;
	}
}


/* 3ヵ国以上周遊 */
.country02_area .left,
.country02_area .center {
	float: left;
	width: 32%;
	margin-right: 14px;
	margin-bottom: 20px;
}

.country02_area .right {
	float: left;
	width: 32%;
}

.country02_area .box img {
	width: 100%;
}

.country02_area .box a p {
	background: url(../../images/arrow_black.png) no-repeat;
	font-size: 15px;
	background-position: 0 center;
	padding: 8px 0;
	letter-spacing: 0.1em;
	width: 95.5%;
	padding-left: 15px;
	font-weight: bold;
}

.country02_area .box a .small {
	font-size: 12px;
}

@media screen and (max-width:769px) {

	.country02_area .left,
	.country02_area .center,
	.country02_area .right {
		float: none;
		width: 100%;
	}

	.country02_area .right {
		margin-bottom: 20px;
	}

	.country02_area .box a .small {
		font-size: 15px;
	}
}


/* オーダーメイド */
.order {
	overflow: hidden;
	margin-bottom: 40px;
	padding: 20px;
	border-radius: 5px;
}

.order .right {
	float: right;
	width: 35%;
}

.order .left {
	float: left;
	width: 64%;
	margin-left: 1%;
	margin-top: 10px;
	color: #ffffff;
}

.order .right img {
	width: 100%;
}

.order .right img {
	width: 100%;
}

.order h2 {
	font-size: 25px;
	margin-bottom: 30px;
}

.order h2 img {
	width: 40px;
	vertical-align: middle;
	padding-right: 10px;
}

.order ul {
	margin-bottom: 30px;
	overflow: hidden;
}

.order ul li {
	font-size: 18px;
	float: left;
	width: 100%;
	text-align: center;
	line-height: 2.5;
}

.order p {
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	margin-bottom: 30px;
}

.order .btn {
	background: #F1AA0F;
	margin: 0 auto;
	border-radius: 4px;
	margin-top: 20px;
	width: 65%;
}

.order .btn a {
	color: #ffffff;
	padding: 14px;
	display: block;
	font-size: 21px;
	font-weight: bold;
}

.order .btn:hover {
	background: #FB6D77;
}

.order .btn a:hover {
	text-decoration: none;
}

.order .br_sp {
	display: none;
}

@media screen and (max-width:769px) {
	.order {
		border-radius: 0px;
		margin-bottom: 0px;
		padding: 10px;
	}

	.order h2 {
		text-align: center;
	}

	.order h2 img {
		display: block;
		width: auto;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.order .left {
		float: none;
		width: 100%;
	}

	.order .right {
		width: 100%;
	}

	.order .right {
		margin-top: 20px;
	}

	.order h2 {
		font-size: 20px;
	}

	.order .br_sp {
		display: inline;
	}

	.order ul li {
		font-size: 16px;
	}

	.order p {
		font-size: 14px;
		text-align: left;
	}

	.order .btn {
		margin-bottom: 20px;
		width: 75%;
	}

	.order .btn a {
		text-align: center;
	}

}

/* PC 追従 */
.followButtonWrap {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgb(130 130 130 / .3);
	padding: 12px 0;
	z-index: 1;
}

.followButtonWrap>.followButton {
	margin: 0 auto;
	text-align: center;
	width: 960px;
	max-width: 100%;
}

.followButtonWrap>.followButton>a {
	position: relative;
	padding: 26px 20px 18px 85px;
	display: block;
	background: #ff3102;
	border-radius: 10px;
}

.followButtonWrap>.followButton>a:hover {
	opacity: 1;
	background: #ff532c;
}

.followButtonWrap>.followButton>a>span {
	position: relative;
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: .32em;
}

.followButtonWrap>.followButton>a>span::before {
	position: absolute;
	content: "";
	background: url("../images/ico_mail.png");
	background-size: 100%;
	top: 50%;
	left: 0;
	width: 30.4px;
	height: 24px;
	margin-left: -55px;
	margin-top: -15px;
}

@media screen and (max-width:769px) {
	.followButtonWrap {
		display: none;
	}
}

/* ページ切り替えボタン */
.radio-button__list {
	display: flex;
	gap: 12px;
	width: 560px;
	margin: 0 auto;
}

.radio-button__list .radio-button__link {
	position: relative;
  display: flex;
	align-items: center;
	width: calc(25% - 9px);
	margin-top: 0;
	padding: 9px 0 9px 43px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	text-align: center;
	border: 2px solid #f9423a;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	color: #f9423a;
  line-height: 1;
}

.radio-button__link:hover {
	text-decoration: none;
	cursor: pointer;
	opacity: 1;
}

.radio-button__link.osaka {
	background-color: #f9423a;
	color: #fff;
	pointer-events: none;
}

.radio-button__mark {
  position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	display: inline-block;
  margin: auto;
  width: 20px;
	height: 20px;
	background-image: url(../images/img_radiobtn2.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

.radio-button__link.osaka .radio-button__mark {
	display: inline-block;
  width: 20px;
	height: 20px;
	background-image: url(../images/img_radiobtn1.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
}

@media screen and (max-width:769px){
  .radio-button__list {
    gap: 6px;
    width: initial;
    padding: 0 25px;
  }
  
  .radio-button__list .radio-button__link {
    width: calc(25% - 4.5px);
    padding: 7px 0 7px 26px;
    font-size: 12px;
    border: 1px solid #f9423a;
    border-radius: 4px;
  }
  
  .radio-button__mark {
    width: 14px;
    height: 14px;
    left: 5px;
    background-size: 14px 14px;
  }
  
  .radio-button__link.osaka .radio-button__mark {
    width: 14px;
    height: 14px;
    background-size: 14px 14px;
  }
}