@charset "UTF-8";

@media screen and (min-width: 1900px){
	.area-index .main-search-area{
		background-image: none;
	}
}
.area-index .main-search-area{
	background-image: none;
}
@media screen and (max-width: 599px){
	.area-index .main-search-area img{
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 399px){
	.area-index .main-search-area{
    	display: flex; 
	    justify-content: center; 
    	align-items: center; 
    	height: 460px; 
	}
}
.area-index .main-search-area .content-inner {
    display: flex; /* フレックスボックスを使用 */
    justify-content: center; /* 水平方向の中央寄せ */
    align-items: center; /* 垂直方向の中央寄せ */
    width: 100%; /* 幅を100%に設定 */
}
.inner-link > ul > li {
    width: calc(50% - 5px);
    margin-bottom: 5px;
}
.inner-link .type-hawks a {
    background-color: #Fcc800;
    border: 2px solid #Fcc800;
    color: #000;
}
@media screen and (max-width: 599px){
	.inner-link > ul {
		flex-direction: inherit;
	}
}
@media screen and (max-width: 599px){
	.main-title{
		width: 100%;
	}
}
#menu-hawks .block {
	padding: 0;
}

#menu-hawks .inner-link{
	
}
@media screen and (max-width: 599px){
	.inner-link ul {
		margin: 0 10px;;
	}
}
.text-3{
	padding: 0px 15px;
	margin-right: 10px;
}
.color-orange_text {;
    padding: 10px 10px 0px 10px;
	display: inline-block;
}
.ttl-attention{
	text-align: center;
	margin-bottom: 20px;
	font-size: 2em;
}
.ttl-attention2{
	margin-bottom: 20px;
	color: #000;
	margin-bottom: 20px;
	padding: 10px 0px 0px 100px;

	background-color: #ffff99;
	border: 2px solid #ffff99;
	color: #000;
	border-radius: 6px;
}

.add-exp{
	font-size: 14px;
	text-align: center;
	padding: 10px 10px 0px 10px;
}
@media screen and (max-width: 599px){
	.ttl-attention{
		font-size: 20px;
	}
	.text-3 {
    	display: block;
		margin: 0;
	}
	.text-11{
		padding: 10px 10px 0 10px;
	}
}
.colored-block.type-5 {
    background-image: url(/img/hawks/bg.png);
}
@media screen and (max-width: 599px){
	.colored-block.type-5 {
		background-image: none;
	}
}
.btn-discription {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 107%;
    border-radius: 4px;
    margin-top: 20px;
}
.btn-color-hawks{
	background: url(/img/sstdr-tour/stripe.png), linear-gradient(to bottom, #Fcc800, #c9a000);
	color: #000;
}
.btn-color-hawks:hover{
	background: #000;
	color: #fff;
}
.colored-block.type-5 .section-header{
	background-color: #Fcc800;
    border: 2px solid #Fcc800;
    color: #000;
	border-radius: 6px;
}
@media screen and (max-width: 599px){
	.colored-block.type-5 .section-header{
		padding-bottom: 0px;
	}
}
.colored-block.type-5 .title{
	color: #000;
	padding: 5px 0px 0px 20px;
}
@media screen and (max-width: 599px){
	.colored-block.type-5 .title{
		padding: 0 0 0 10px;
		margin-top: 0;
	}
}
	
.colored-block.type-5 .title-inner{
	color: #000;
	font-size: 19px;
	margin-bottom: 20px;
	font-weight: bold;
}
.colored-block.type-5 .title-inner2{
	color: #f82527;
	font-size: 19px;
	margin-bottom: 4px;
	font-weight: bold;
}
.disc-area .item .txt {
    padding: 0px 30px 20px 27px;
}
@media screen and (max-width: 599px){
	.disc-area .item .txt {
		padding: 0px;
	}
}
.hotel-days{
	text-align: right;
	font-weight: bold;
	color: #000;
	margin-right: 10px;
}
.hotel-price{
	text-align: right;
    font-size: 14px;
    color: #000;
    margin: 5px 0;
}
.hotel-price2{
	text-align: right;
    font-size: 20px;
    color: #f82527;
    font-weight: bold;
    margin: 10px 0;
}
.hotel-price3{
    font-size: 14px;
    color: #f82527;
    font-weight: bold;
    margin: 10px 0;
}
.hotel-price4{
	text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin: 10px 0;
}
.conversion-inner .tel-fax-link b {
    font-size: 130%;
}
.title-red{
	color: #FF0000
}
.block-inner-bn img {
	width: 1000px;
}
@media screen and (max-width: 599px){
	.block-inner-bn img {
		width: 100%;
	}
}
.climax-link{
	background-color: #000;
	color: #fff;
	font-size: 16px;
	padding: 7px 30px;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 10px 0 10px;
	
}
.climax-link:hover{
	background-color: #Fcc800;
	text-decoration:none;
	color: #000;
}
a.climax-link:after {
    font-family: icomoon;
    content: "\1f358";
    left: 0;
    top: auto;
	margin-left: 7px;
}