@charset "utf-8";
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　ANIMAX専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
#animax_yokohama {
	font-size: 1.6rem;
	font-weight: bold;
}
.inner {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.sp_show,
.br-599 {
	display: none;
}
.bg {
	position: relative;
	background-color: #000;
	padding-top: 40px;
}
.bg:before {
	position: absolute;
    content: "";
    background-image: url(/plan/tokushu/event/animax_yokohama/images/bg_img02.webp);
    top: 310px;
    left: 0;
    width: 120px;
    height: 100%;
    background-repeat: repeat-y;
    opacity: 0.4;
    z-index: 0;
	background-size: contain;
}
.bg:after  {
	position: absolute;
    content: "";
    background-image: url(/plan/tokushu/event/animax_yokohama/images/bg_img02.webp);
    top: 230px;
    right: 0;
    width: 120px;
    height: 100%;
    background-repeat: repeat-y;
    opacity: 0.4;
    z-index: 0;
	background-size: contain;
}
.bg02 {
	background: #0d2843;
	padding-bottom: 60px;
	position: relative;
}
.bg02:before {
	position: absolute;
    right: 0;
    left: 0;
    top: 0;
    content: "";
    width: auto;
    height: 4px;
    background: #01e4fe;
    box-shadow: 0 0 3px #3db6c4, 0 0 5px #3db6c4, 0 0 7px #35c3d3, 0 0 10px #35c3d3;
}
.bg02 .bg_img02 {
	position: relative;
}
.bg02 .bg_img02:before {
	position: absolute;
    content: "";
    background-image: url(/plan/tokushu/event/animax_yokohama/images/bg_img02.webp);
    top: 20px;
    left: 0;
    width: 120px;
    height: 100%;
    background-repeat: repeat-y;
    opacity: 0.4;
    z-index: 0;
	background-size: contain;
}

.bg02 .bg_img02:after {
	position: absolute;
    content: "";
    background-image: url(/plan/tokushu/event/animax_yokohama/images/bg_img02.webp);
    top: 20px;
    right: 0;
    width: 120px;
    height: 100%;
    background-repeat: repeat-y;
    opacity: 0.4;
    z-index: 0;
	background-size: contain;
}
.bg_img {
	position: relative;
	background: url(/plan/tokushu/event/animax_yokohama/images/bg_img01.webp) no-repeat 50% 100%;
	background-size: 100%;
	background-attachment: initial;
    background-origin: initial;
	background-clip: inherit;
	padding-bottom: 70px;
	z-index: 10;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
.main-img {
    margin: 14px auto 0;
    text-align: center;
	background: #000;
}
/*------------------------------------------------------------------
タブメニュー
------------------------------------------------------------------*/
.tab_menu {
	position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto 40px;
    z-index: 1;
}
.tab_menu:before {
	position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    content: "";
    width: auto;
    height: 3px;
    background: #01e4fe;
    box-shadow: 0 0 20px rgb(10 219 255), 0 0 20px rgb(4 230 255) inset;
    z-index: 1;
}
.tab_menu li {
	position: relative;
    width: 480px;
    padding: 13px 10px 16px;
    font-size: 2.8rem;
    font-family: "Jura", sans-serif;
    text-align: center;
    line-height: 1.34;
    letter-spacing: 1.4px;
    cursor: pointer;
}
.tab_menu li.flex02 {
	cursor: inherit;
}
.tab_menu li.flex02:after {
	position: absolute;
    top: 19px;
    left: 38%;
    transform: translate(-50%, -50%) rotate(-7deg);
    content: "coming soon";
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    opacity: 0.8;
	z-index: -1;
}
.tab_menu li.flex01.show {
	background-color: #01e4fe;
    color: #fff;
	border: solid 2px #01e4fe;
    box-shadow: 0 0 20px rgb(10 219 255), 0 0 20px rgb(4 230 255) inset;
    text-shadow: 0 0 30px rgb(10 219 255), 0 0 16px rgb(4 230 255), 0 0 0px rgb(255 255 255);
    border-bottom: none;
}
.tab_menu li.flex01 {
	margin-right: 10px;
}
.tab_menu li.flex02 {
	border: solid 2px #fe01ed;
    box-shadow: 0 0 0 rgb(239 7 230), 0 0 20px rgb(230 0 255) inset;
    text-shadow: 0 0 30px rgb(239 7 230), 0 0 16px rgb(230 0 255), 0 0 0px rgb(255 255 255);
    color: #fe01ed;
    border-bottom: none;
}
/*------------------------------------------------------------------
プラン吹き出し
------------------------------------------------------------------*/
.plan_title {
	font-size: 2.6rem;
    text-align: center;
    margin-bottom: 5px;
    color: #ffff00;
    text-shadow: 0 0 2px #ceaf37, 0 0 2px #ceaf37, 0 0 5px #ceaf37, 0 0 5px #ceaf37;
}
.title_box {
	margin-bottom: 15px;
}
.title_box figure {
	text-align: right;
	width: 1000px;
    margin: auto;
}
.title_box figure img {
	width: 300px;
}
.plan_fukidashi {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	text-align: center;
	padding-bottom: 30px;
}
.plan_fukidashi li {
	position: relative;
	width: calc((100% - 90px) /2);
	background: #fff;
    padding: 0 10px;
	border-radius: 10px;
	height: 90px;
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.plan_fukidashi li a {
	display: block;
	color: #333;
	position: relative;
}
.plan_fukidashi li.premium {
	margin-right: 10px;
}
.plan_fukidashi li:before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
}
.plan_fukidashi li.premium a:after {
	position: absolute;
	content: "";
	background: url(/plan/tokushu/event/animax_yokohama/images/img_tab01.webp) no-repeat;
	background-size: contain;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    right: calc(50% - 49px);
    opacity: 0.1;
}
.plan_fukidashi li.stage a:after {
	position: absolute;
	content: "";
	background: url(/plan/tokushu/event/animax_yokohama/images/img_tab02.webp) no-repeat;
	background-size: contain;
    width: 100px;
    height: 100px;
    top: calc(50% - 50px);
    right: calc(50% - 49px);
    opacity: 0.1;
}

/*------------------------------------------------------------------
日程
------------------------------------------------------------------*/
.day {
	text-align: center;
    padding: 18px 5px;
    color: #fff;
    border: double 6px #01e4fe;
}
.day_title {
	text-shadow: 0 0 0px rgb(10 219 255), 0 0 30px rgb(4 230 255), 0 0 5px rgb(255 255 255);
    color: #fff;
	font-size: 2.0rem;
	margin-bottom: 5px;
}
.day_txt {
	width: 210px;
    margin: auto;
    text-align: left;
}
/*------------------------------------------------------------------
プレミアムシートチケット付プラン
------------------------------------------------------------------*/
.plan_wrap {
	padding-top: 70px;
}
.section h2 {
	border-top: solid 2px #01e4fe;
    border-bottom: solid 2px #01e4fe;
    text-shadow: 0 0 0px rgb(10 219 255), 0 0 30px rgb(4 230 255), 0 0 5px rgb(255 255 255);
    color: #fff;
    margin: 0 0 35px;
    padding: 10px;
	font-weight: bold;
}
.plan_contents {
	display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin: 10px 0 20px;
}
.plan_contents li {
	width: 135px;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
}
.plan_contents li figure {
	position: relative;
    width: 70px;
    height: 70px;
    margin: 0 auto 6px;
}
.plan_contents li + li figure:before {
	position: absolute;
    top: 50%;
    left: -41px;
    transform: translateY(-50%);
    content: "+";
    font-size: 2rem;
}
.plan_box {
	background: rgb(255 255 255 / 20%);
    color: #fff;
    padding: 20px;
	margin: 0 20px;
    border-radius: 10px;
}
.plan_box .flex_box {
	display: flex;
    display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
}
.plan_box .flex_box figure {
	width: 25%;
    margin-left: 30px;
}
.plan_box .point_list {
	font-size: 1.8rem;
    margin-bottom: 5px;
}
.point_wrap .sup a {
	text-decoration: underline;
	transition: 0.2s;
}
.point_wrap .sup a:hover {
	text-decoration: none;
}
.plan_box .plan_point {
	position: relative;
    background: #fff;
    color: #333;
    padding: 30px 20px 20px;
}
.plan_wrap.premium .plan_box .plan_point {
	width: 70%;
}
.plan_box .flex_box .point_wrap.flex figure {
	width: 60%;
    margin-right: 0;
    margin-left: 10px;
}
.point_wrap.flex figure figcaption {
	font-size: 1.2rem;
    text-align: right;
    margin-top: 3px;
}
.point_wrap.flex figure figcaption .normal {
	font-weight: normal;
}
/*ポイント吹き出し*/
.plan_box .point_txt {
	position: absolute;
    top: -17px;
    left: -10px;
    display: inline-block;
    padding: 7px 30px 6px;
    border-radius: 30px;
    color: #fff;
    background: #01ace0;
    font-size: 1.4rem;
    font-weight: bold;
    transform: rotate(-2deg);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    z-index: 0;
}
.plan_box .point_txt:after {
	position: absolute;
    left: 32px;
    bottom: -8px;
    content: '';
    width: 14px;
    height: 16px;
    background: #01ace0;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transform: rotate(-45deg);
    z-index: -1;
}
.plan_box .sup {
	font-size: 1.3rem;
    font-weight: normal;
	margin-left: 1em;
    text-indent: -1em;
}
.plan_box .plan_apply .sup {
	display: block;
	font-size: 1.5rem;
}
.plan_box .plan_apply .sup:before,
.plan_box .plan_apply .sup:after {
	display: none;
}
.point_wrap.flex {
	display: flex;
	display: -webkit-flex;
}
/*------------------------------------------------------------------
開演前ステージへの登壇権
------------------------------------------------------------------*/
.plan_box .point_box .plan_txt {
	text-align: center;
    font-size: 2.0rem;
	text-shadow: 3px 3px 3px rgb(0 45 60);
}
.plan_box .point_list li + li {
	margin-top: 2px;
}
.plan_box .point_box .sup {
	text-align: right;
    margin: 5px 0 40px;
}
.plan_wrap.stage .plan_box .normal {
	font-weight: normal;
}
/*エリアボタン*/
.plan_apply {
	text-align: center;
	margin-top: 30px;
}
.plan_apply p {
	position: relative;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    padding: 0 15px;
}
.plan_apply p:before,
.plan_apply p:after {
	position: absolute;
    bottom: 5px;
    content: "";
    width: 2px;
    height: 22px;
    border-radius: 30px;
    background: #fff;
}
.plan_apply p:before {
	left: 0;
    transform: rotateZ(-30deg);
}
.plan_apply p:after {
	right: 0;
    transform: rotateZ(30deg);
}
.apply_wrap ul {
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-top: 7px;
}
.apply_wrap ul li {
	width: calc(100% / 4 - 10px);
}
.apply_wrap ul li a {
	position: relative;
    display: block;
    padding: 8px;
    border: 2px solid #ea5099;
    border-radius: 50px;
    color: #fff;
    transition: .25s ease;
	text-align: center;
}
.apply_wrap ul li.area03 a {
	border-color: #fa8513;
    background: #fa8513;
}
.apply_wrap ul li.area03 a:hover {
	color: #fa8513;
	background: #fff;
}
.apply_wrap ul li.area04 a {
	border-color: #7abd29;
    background: #7abd29;
}
.apply_wrap ul li.area04 a:hover {
	color:  #7abd29;
	background: #fff;
}
.apply_wrap ul li.area05 a {
	border-color: #0023B5;
    background: #0023B5;
}
.apply_wrap ul li.area05 a:hover {
	color: #0023B5;
	background: #fff;
}
.apply_wrap ul li.area06 a {
	border-color: #7806a7;
    background: #7806a7;
}
.apply_wrap ul li.area06 a:hover {
	color: #7806a7;
	background: #fff;
}
.apply_wrap ul li.tanpin a {
	border-color: #41a3ef;
    background: #41a3ef;
}
.apply_wrap ul li.tanpin a:hover {
	color: #41a3ef;
	background: #fff;
}
.apply_wrap ul li a:after {
	position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%);
    content: '\e902';
    font-family: 'jttweb' !important;
    font-size: 1.0rem;
}
.plan_apply.one .apply_wrap ul {
	justify-content: center;
	-webkit-justify-content: center;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.all_search_box {
	position: relative;
    z-index: 1;
}
.section .all_search_box h2 {
	border-top: none;
    border-bottom: none;
	padding-top: 70px;
}
.search-app {
	margin: 0 20px;
}
.search-app .anc-wrap.search_anc_area {
	margin: 0 0 15px;
}
.search-app .tab .tab-btn {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	height: 60px;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.1;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 32px;
	margin-right: 20px;
}
.search-app .tab .tab-btn p {
	margin-top: 5px;
}
.search_sec .search-app .gadget_box.dp {
    margin-top: 15px;   
}
.search_sec .fw-top .fw-search-top__item--date {
	margin: 0;
}
.search_sec .fw-top .fw-search-top__footer {
	margin-top: 20px;
}
.search_sec .fw-top .fw-modal-overlay {
    height: 100%;
}
.search_sec .anc_area-wrap.search_anc_area {
	margin: 0 0 15px;
}
.search_sec .search-app .tab_content {
	margin-bottom: 0;
}
.search_sec .search-app .tab1 {
    border: 1px solid #dedede;
    border-top: 0;
}
/*吹き出し*/
.seach_fukidashi p {
	text-align: center;
}
.seach_fukidashi span {
	font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    border: 2px solid #1d386d;
    border-radius: 5px;
    padding: 8px 50px;
    background: #fffbe0;
    color: #1d386d;
}
.seach_fukidashi p span:before {
	position: absolute;
    content: '';
    top: -10px;
    left: 15%;
    width: 23px;
    height: 12px;
    box-sizing: border-box;
    background-color: #ffffe0;
    transform: translateX(-50%);
    z-index: 0;
    clip-path: polygon(0% 100%, 50% 0%, 100% 100%);
}
.seach_fukidashi p span:after {
	content: "";
    position: absolute;
    top: -8px;
    left: 15%;
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #1d386d #1d386d transparent transparent;
    transform: translateX(-50%) rotate(-45deg);
}
/*-----こだわりツアー検索窓-----*/
.search_sec .seach_box .form {
	padding-bottom:15px;
}
.seach-box.tour {
	width: 100%;
	padding: 27px 30px 25px;
}
.seach-box.tour .form {
	max-width: 1000px;
	width: 100%;
	background: #f8f8f8;
	border-radius: 10px;
    margin-top: 15px;
}
.seach-box .fw-top .fw-search-top__item--date ,
.modal-window .fw-top .fw-search-top__item--date {
	margin: 0;
}
.seach-box .fw-search-top__item--keyword,
.modal-window .fw-search-top__item--keyword{
	display: none !important;
}
.seach-box .fw-top .fw-search-top__footer,
.modal-window .fw-top .fw-search-top__footer{
	margin-top: 20px;
}
.fw-top .fw-modal-overlay {
	height: 100% !important;
}
.seach-box .fw-modal-header h3,
.modal-window .fw-modal-header h3{
	border-left: none !important;
}
.form_inner .select_box {
	font-weight: normal;
}
/*------------------------------------------------------------------
バナー
------------------------------------------------------------------*/
.bnr_area {
	text-align: center;
    margin-top: 60px;
}
.bnr_area a {
	transition: 0.2s;
}
.bnr_area a:hover {
	opacity: 0.8;
}
.pagetop {
	z-index: 10;
}
/*------------------------------------------------------------------
　　　　　　　　　　　　　　スマホ用(画面幅999px以下) 
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#animax_yokohama {
	font-size: 1.5rem;
}
.inner {
	padding: 0 14px;
}
.section .all_search_box h2 {
	margin: 0 0 20px;
	padding-top: 50px;
}
.bg02:before {
	height: 3px;
}
/*------------------------------------------------------------------
タブメニュー
------------------------------------------------------------------*/
.tab_menu {
	    margin: 0 auto 30px;
}
.tab_menu li {
	width: calc(100% / 2 - 20px);
	font-size: 2.4rem;
}
.tab_menu li.flex02:after {
	font-size: 1.6rem;
}
/*------------------------------------------------------------------
日程
------------------------------------------------------------------*/
.title_box {
    margin-bottom: 20px;
}
.title_box figure {
	width: 100%;
}
.title_box figure img {
	width: 250px;
}
.plan_fukidashi li {
    font-size: 1.4rem;
}
.plan_title {
	font-size: 2.2rem;
}
.day_txt {
	width: 220px;
}
/*------------------------------------------------------------------
プレミアムシートチケット付きプラン
------------------------------------------------------------------*/
.plan_contents {
	margin: 10px 0 30px;
}
.plan_box {
	padding: 20px 10px;
	margin: 0;
}
.plan_box .plan_point {
	padding: 30px 10px 20px;
}
.plan_box .flex_box figure {
	 margin-left: 15px;
}
.plan_wrap.premium .plan_box .plan_point {
    width: 72%;
}
.plan_box .point_list {
	font-size: 1.5rem;
}
.plan_box .sup {
	font-size: 1.2rem;
}
.plan_box .point_list li {
	margin-left: 1em;
    text-indent: -1em;
}
.plan_box .flex_box .point_wrap.flex figure {
	width: 70%;
}
.point_wrap.flex figure figcaption {
	font-size: 1.0rem;
}
/*------------------------------------------------------------------
開園前のステージへの登壇付プラン
------------------------------------------------------------------*/
.plan_box .point_box .plan_txt {
	font-size: 1.8rem;
}
/*エリアボタン*/
.plan_apply p {
	font-size: 1.8rem;
}
.apply_wrap ul {
	flex-wrap: wrap;
}
.apply_wrap ul li {
	width: calc(100% / 2 - 5px);
}
.apply_wrap ul li:nth-child(n + 3) {
	margin-top: 10px;
}
.apply_wrap ul li a {
	padding: 6px 10px 8px 6px;
}
/*------------------------------------------------------------------
　　　　　　　　　　　検索窓
------------------------------------------------------------------*/
.search-app {
    margin: 0;
}
.search-app .anc-wrap.search_anc_area p {
	font-size: 1.3rem;
}
.search-app .tab .tab-btn {
	font-size: 1.4rem;
}
.search-app .seach-box {
    padding: 18px 10px;
}
/*-----こだわりツアー検索窓-----*/
.seach-box.tour {
	padding: 18px 15px 25px;
}
/*------------------------------------------------------------------
バナー
------------------------------------------------------------------*/
.bnr_area {
    margin: 60px auto 0;
    width: 300px;
}
}
@media screen and (max-width: 700px) {
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 70px;
}
.earch-app .tab .tab-btn img {
	height: 30px;
	margin-right: 0;
}
.search-app .tab .tab-btn p {
	font-size: 1.1rem;
}
.seach_fukidashi p span {
	font-size: 1.3rem;
    display: block;
    padding: 5px;
}
}
@media screen and (max-width: 599px) {
.br-599 {
	display: block;
}
.bg {
	padding-top: 30px;
}
.bg:before, .bg:after, .bg02 .bg_img02:before,  .bg02 .bg_img02:after {
	width: 100px;
}
/*-----タブメニュー-----*/
.tab_menu {
	margin: 0 auto 30px;
}
.tab_menu li {
	font-size: 1.8rem;
}
.tab_menu:before {
	height: 2px;
}
.tab_menu li.flex02:after {
	top: 23%;
	left: 37%;
	transform: translate(-50%, -50%) rotate(-5deg);
    font-size: 1.5rem;
	width: 80%;
}
/*-----日程-----*/
.title_box figure img {
        width: 200px;
    }
.plan_title {
	font-size: 1.6rem;
}
.plan_fukidashi li {
	width: calc((100% - 30px) / 2);
}
.plan_fukidashi li:before {
	margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}
.day_title {
	font-size: 1.8rem;
}
.day {
	padding: 10px 5px;
}
/*-----プレミアムシートチケット付-----*/
.plan_wrap {
    padding-top: 40px;
}
.section h2 {
	margin: 0 0 25px;
	padding: 10px 0;
	font-size: 1.4rem;
}
.plan_contents {
	margin: 0 0 10px;
}
.plan_contents li {
	width: 100px;
	font-size: 1.1rem;
}
.plan_box .plan_apply .sup {
	font-size: 1.4rem;
}
.plan_contents li figure {
	width: 65px;
    height: 65px;
}
.plan_contents li + li figure:before {
	left: -24px;
	font-size: 1.8rem;
}
.plan_box {
	padding: 20px 8px;
}
.plan_box .flex_box {
	display: block;
}
.premium .plan_box .flex_box {
	background: #fff;
}
.plan_box .flex_box figure {
	width: 60%;
    margin: auto;
}
.plan_wrap.premium .plan_box .plan_point {
	width: 100%;
	margin-top: 40px;
}
.plan_box .point_txt {
	top: -13px;
	left: -5px;
	padding: 7px 15px 6px;
	font-size: 1.2rem;
}
.plan_box .point_list {
	font-size: 1.5rem;
}
.point_wrap.flex .w80 {
	width: 80%;
}
.plan_box .flex_box .point_wrap.flex figure {
	width: 40%;
	margin-top: 0;
}
.point_wrap.flex figure figcaption {
	text-align: left;
}
/*-----開演前のステージへの登壇権付プラン-----*/
.plan_box .point_box .plan_txt {
	font-size: 1.5rem;
	text-align: left;
	text-shadow: 2px 2px 2px rgb(0 22 30);
}
.plan_box .point_box .sup {
	text-align: left;
	text-indent: 0;
}
/*-----エリアボタン-----*/
.plan_apply p {
	font-size: 1.6rem;
}
.plan_apply p:before, .plan_apply p:after {
	bottom: 0px;
}
.apply_wrap ul li {
	width: calc(100% / 2 - 3px);
}
.apply_wrap ul li a {
	font-size: 1.3rem;
}
.apply_wrap ul li a:after {
	right: -1px;
	font-size: 0.9rem;
}
/*-----検索窓-----*/
.section .all_search_box h2 {
	font-size: 2.0rem;
	padding-top: 40px;
}
/*-----バナー-----*/
.bnr_area {
	margin: 40px auto 0;
}
}
@media screen and (max-width: 370px) {
.tab_menu li.flex02:after {
	font-size: 1.3rem;
}
.plan_title {
	font-size: 1.5rem;
}
.plan_fukidashi li {
	font-size: 1.3rem;
}
.plan_box .point_list {
	font-size: 1.4rem;
}
.plan_box .sup {
	font-size: 1.2rem;
}
.plan_apply p {
	font-size: 1.4rem;
}
.apply_wrap ul li a {
	font-size: 1.1rem;
}
small {
	font-size: 75%;
}
.section .all_search_box h2 {
	font-size: 1.8rem;
}
.bnr_area {
	width: 280px;
}
}
@media screen and (max-width: 320px) {
#search-app .tab .tab-btn p {
	top: 8px;
	font-size: 0.9rem;
}
.day_txt {
	width: 190px;
}
}