@charset "utf-8";
*{
    font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
/* CSS レイアウト共通 */
#tx-page h1 {
	border-left: 10px solid #8dc4e0;
	padding: 0px 20px 0;
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#webtyoku {
	width: 100%;
	background-color: #eff14b;
	padding-bottom: 30px;
}
/*#webtyoku * {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	line-height: 1.6;
}*/
#webtyoku img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
	-webkit-backface-visibility: hidden;
}
#webtyoku h1,#webtyoku h2,#webtyoku h3,#webtyoku h4,#webtyoku h5 {
	font-size: 100%;
	font-weight: normal;
}
#webtyoku .above {
	position: relative;
}
#webtyoku .above .ttl_main {
	text-align: center;
}
#webtyoku .above .bt_tour {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 30px;
}
#webtyoku .bt_tour a {
	display: block;
	font-size: 35px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	background: url("../img/webtyoku/icon_arrow.png") no-repeat 96% center;
	background-color: #f21970;
	border-radius: 10px;
	padding: 10px 0px 6px;
	box-shadow: 5px 5px #262222;
}
#webtyoku .point {
	padding-bottom: 20px;
}
#webtyoku .point .ttl_point {
	font-size: 30px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	letter-spacing: 3px;
	background-color: #ed0200;
	margin-bottom: 50px;
	padding: 10px 0px;
	position: relative;
    letter-spacing: 0;
}
#webtyoku .point .ttl_point:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 0px;
	right: 0px;
	border: 60px solid transparent;
	border-top: 35px solid #ed0200;
	width: 0;
	height: 0;
	margin: 0px auto;
}
#webtyoku .point .ttl_point span {
	display: inline-block;
	font-size: 40px;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	padding-right: 4px;
}
#webtyoku .point ul {
	padding: 30px 30px 0px;
}
#webtyoku .point ul li {
	border-radius: 15px;
	margin-bottom: 20px;
    background: #FFF;
    position: relative;
    padding: 20px;
}
#webtyoku .point ul li:nth-child(1) {
	border: 5px solid #c91426;
}
#webtyoku .point ul li:nth-child(2) {
	border: 5px solid #004097;
}
#webtyoku .point ul li:nth-child(3) {
	border: 5px solid #009705;
}
#webtyoku .point ul li h2 {
    position: relative;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 1rem;
    color: #FFF;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
#webtyoku .point ul li:nth-child(1) h2 {
    background: url(../img/webtyoku-kaigai/jtb_logo.jpg) #c91426 no-repeat 18% 45%;
}
#webtyoku .point ul li:nth-child(2) h2 {
	background: url(../img/webtyoku-kaigai/arc_logo_new.jpg) #004097 no-repeat 5% 45%;
}
#webtyoku .point ul li:nth-child(3) h2 {
	background: url(../img/webtyoku-kaigai/nta_logo.jpg) #009705 no-repeat 10% 45%;
}
#webtyoku .point ul li h2::before,
#webtyoku .point ul li h2::after {
    position: absolute;
    top: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    content: '';
}
#webtyoku .point ul li:nth-child(1) h2::before,
#webtyoku .point ul li:nth-child(1) h2::after {
    border-color: #c91426 transparent;
}
#webtyoku .point ul li:nth-child(2) h2::before,
#webtyoku .point ul li:nth-child(2) h2::after {
    border-color: #004097 transparent;
}
#webtyoku .point ul li:nth-child(3) h2::before,
#webtyoku .point ul li:nth-child(3) h2::after {
    border-color: #009705 transparent;
}
#webtyoku .point ul li h2::before {
    left: -15px;
    border-width: 25px 0px 25px 15px;
}
#webtyoku .point ul li h2::after {
    right: -15px;
    border-width: 25px 15px 25px 0px;
}
#webtyoku .point ul li .text{
    
}
#webtyoku .point ul li .text span.yb{
    background:linear-gradient(transparent 60%, #fff600 60%);
    font-weight: bold;
}
#webtyoku .point ul li .bn{
    /*margin-top: 15px;*/
    border: solid 4px #f9e504;
}
#webtyoku .attention {
	background-color: #FFF;
	border: 3px solid #ed2554;
	margin: 0px 30px;
}
#webtyoku .attention .ttl_attention {
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	background-color: #ed2554;
	padding-top: 2px;
}
#webtyoku .attention ul {
	padding: 20px 25px;
}
#webtyoku .attention ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.9;
	letter-spacing: 1px;
	text-indent: -1em;
	margin-left: 1em;
}
/* PCレイアウト */
@media (min-width: 768px) {
.pc_none {
	display: none !important;
}
#webtyoku .point ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#webtyoku .point ul li {
    width: 49%;
    padding-top: 40px;
}
#webtyoku .point ul li:nth-child(odd){
    margin-right: 15px;
}
#webtyoku .point ul li:nth-child(-n+2){
    margin-bottom: 60px;
}
#webtyoku .point ul li h2{
    width: 350px;
    position: absolute;
    left: 49px;
    top: -28px;
    padding-left: 56px;
}
#webtyoku .point ul li .text{
    font-size: 16px;
    min-height: 185px;
}
#webtyoku .point ul li .text span.sl{
    font-size: 13px;
}
#webtyoku .others.two {
    margin: 0 25px 40px;
    padding: 0;
    display: flex;
}
#webtyoku .others.two div{
    padding: 10px;
    background: #fff;
    margin: 10px;
}
}
/* 768px～960pxまで */
@media screen and (min-width: 768px) and (max-width: 960px) {
#webtyoku .bt_tour a {
	font-size: 3.57vw;
}
#webtyoku .point .ttl_point {
	font-size: 3.57vw;
}
#webtyoku .point .ttl_point span {
	font-size: 4.8vw;
}
#webtyoku .point ul li {
    width: 48%;
}
#webtyoku .point ul li:nth-child(1) .desc {
height: 28vw;
}
#webtyoku .point ul li:nth-child(2) .desc {
height: 28vw;
background-position: center 105px;
}
#webtyoku .point ul li:nth-child(3) .desc {
height: 31vw;
background-position: center 102px;
}
#webtyoku .attention .ttl_attention {
	font-size: 2.24vw;
}
#webtyoku .attention ul li {
	font-size: 1.63vw;
}
#webtyoku .point ul li .point-m{
    left: 18%;
}
}

/* スマホレイアウト */
@media screen and (max-width: 767px) {
.sp_none {
	display: none !important;
}
#tx-page h1 {
	padding: 10px;
	font-size: 1.2rem;
	margin-bottom: 0;
}
#webtyoku {
	padding-bottom: 16vw;
	margin-top: 2vw;
}
#webtyoku .above .bt_tour {
	left: 8.67vw;
	right: 8.67vw;
	bottom: 5.33vw;
}
#webtyoku .bt_tour a {
	font-size: 5.33vw;
	letter-spacing: 2px;
	background-size: 2.67vw auto;
	border-radius: 7px;
	padding: 2vw 0px 1vw;
}
#webtyoku .point {
	padding-bottom: 2.67vw;
}
#webtyoku .point .ttl_point {
	font-size: 4.67vw;
	line-height: 1.3;
	letter-spacing: 2px;
	margin-bottom: 9vw;
	padding: 4vw 0px 2vw;
}
#webtyoku .point .ttl_point:after {
	border: 10.67vw solid transparent;
	border-top: 6.67vw solid #ed0200;
}
#webtyoku .point .ttl_point span {
	font-size: 6.27vw;
	line-height: 1.3;
}
#webtyoku .point ul {
	padding: 40px 2.67vw 0;
}
#webtyoku .point ul li {
	/*height: 17.33vw;*/
	border-radius: 10px;
	margin-bottom: 55px;
}
#webtyoku .point ul li:last-child{
    margin-bottom: 20px;
}
#webtyoku .point ul li:nth-child(1) .desc {
	background-position: center 24vw;
    height: 54vw;
}
#webtyoku .point ul li:nth-child(2) .desc {
	background-position: center 26vw;
    height: 54vw;
}
#webtyoku .point ul li:nth-child(3) .desc {
	background-position: center 26vw;
    height: 62vw;
}
#webtyoku .attention {
	background-color: #FFF;
	border: 3px solid #ed2554;
	margin: 0px 2.67vw;
}
#webtyoku .attention .ttl_attention {
	font-size: 4vw;
	padding: 1vw 0;
}
#webtyoku .attention ul {
	padding: 2.67vw 3.33vw;
}
#webtyoku .attention ul li {
	font-size: 2.67vw;
	line-height: 1.8;
	letter-spacing: 0px;
}
#webtyoku .point ul li h2{
    font-size: 4.5vw;
}
#webtyoku .point ul li h2{
    position: absolute;
    top: -6%;
    left: 10%;
    width: 80%;
    padding-left: 18%;
}
#webtyoku .point ul li{
    padding-top: 10%;
}
#webtyoku .point ul li .text{
    font-size: 3.5vw;
}
#webtyoku .point ul li .text span.sl{
    font-size: 3vw;
}
.others.two {
    margin: 10px;
}
    .others.two div{
        margin: 10px;
        background: #fff;
        padding: 10px;
    }
}
