@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　　　　　家族で行く課外授業専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
/*共通部分*/
#contents{
	max-width: inherit;
}
#family-manabi {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    color: #402920;
    font-size: 1.7rem;
}
#family-manabi .main-img {
    margin: 14px auto 0;
    text-align: center;
    background: #f8d90c;
}
.br599 {
	display: none;
}
.inner {
	max-width: 1040px;
	padding: 0 14px;
	margin: 0 auto;
}
.bg01 {
    padding: 10px 0;
    background: #f7f2e3;
}
/*リード文*/
.lead p {
    font-size: 1.9rem;
    text-align: center;
}
/*------------------------------------------------------------------
プルダウン
------------------------------------------------------------------*/
.select_wrap {
    max-width: 400px;
    margin: 20px auto 0;
    position: relative;
}
.select_wrap:after {
    position: absolute;
    font-family: 'jttweb' !important;
    content: '\e900';
    padding: 0 5px 0 0;
    font-size: 0.9em;
    color: #d6bf92;
    top: 45%;
    right: 10px;
    margin-top: -0.6em;
    pointer-events: none;
}
.select_wrap select:hover {
    box-shadow: 0 0 5px 0 rgb(204 141 13 / 20%)!important;
}
.select_wrap.select select:not([multiple]) {
    border: 1px solid #d6bf92!important;
    height: 46px;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_area-wrap {
    margin: 0 auto;
    max-width: 490px;
    padding: 20px 0;
}
.anc_area-wrap .anc_area {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    gap: 13px;
    flex-wrap: wrap;
}
.anc_area-wrap .anc_area li {
    width: calc(100% / 3 - 10px);
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 6px rgb(184 170 142 / 35%);
    transition: 0.2s ease;
    max-width: 150px;
}
.anc_area-wrap .anc_area li:hover {
    transform: translateY(3px);
    box-shadow: none;
}
.anc_area-wrap .anc_area li a {
    padding-top: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    flex-direction: column;
}
.anc_area-wrap .anc_area li a .anc_img {
    width: 42%;
}
.anc_area-wrap .anc_area li a .anc_txt {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0 0 8px 8px;
    margin-top: 10px;
    padding: 5px 0;
    color: #fff;
    font-weight: bold;
    position: relative;
}
.anc_area-wrap .anc_area li a .anc_txt:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: "";
    width: 10px;
    height: 7px;
    background: #fff;
    clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
}
.anc_area-wrap .anc_area li.history a .anc_txt {
    background-color: #e43525;
}
.anc_area-wrap .anc_area li.vehicle a .anc_txt {
    background-color: #f6a801;
}
.anc_area-wrap .anc_area li.nature a .anc_txt {
    background-color: #1bb44a;
}
/*------------------------------------------------------------------
各コンテンツ
------------------------------------------------------------------*/
#plan-contents {
    border-top: 2px dashed #f7f2e3;
}
.content_wrap {
    padding: 25px 0 35px;
    background: #fffcf2;
}
.content_wrap .content_ttl {
    font-weight: 600;
    font-size: 4rem;
    color: #fff;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 80px;
    margin-bottom: 20px;
    padding-top: 10px;
}
.content_wrap.history .content_ttl {
    color: #e43525;
    background: #fee7e7;
    border-right: 10px solid;
    -webkit-text-stroke: 0.5px #fee7e7;
}
.content_wrap.vehicle .content_ttl {
    color: #f69e01;
    background: #ffeac4;
    border-right: 10px solid;
    -webkit-text-stroke: 0.5px #ffeac4;
}
.content_wrap.nature .content_ttl {
    color: #1bb44a;
    background: #d5fbe1;
    border-right: 10px solid;
    -webkit-text-stroke: 0.5px #d5fbe1;
}
.content_wrap .content_ttl span {
    position: relative;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
}
.content_wrap .content_ttl span:after {
    position: absolute;
    content: "";
    width: 53px;
    height: 53px;
    background-color: #ffffff;
    background-position: top 5px center;
    background-repeat: no-repeat;
    background-size: 75% auto;
    left: -68px;
    top: 0;
    border-radius: 5em;
    border: 3px solid transparent;
}
.content_wrap.history .content_ttl span:after {
    background-image: url(/plan/tokushu/family/manabi/images/img_anc001.webp);
}
.content_wrap.vehicle .content_ttl span:after {
    background-image: url(/plan/tokushu/family/manabi/images/img_anc002.webp);
}
.content_wrap.nature .content_ttl span:after {
    background-image: url(/plan/tokushu/family/manabi/images/img_anc003.webp);
    background-position: top 7px center;
}
.content_wrap .content_list {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    gap: 20px 15px;
    flex-wrap: wrap;
}
.content_wrap .content_list > li {
    position: relative;
    width: calc(100% / 3 - 10px);
    background: #fff;
    background-color: #fff;
    padding: 15px 15px 20px 15px;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px));
    background-size: 18px 18px;
    background-repeat: repeat;
    background-position: top center;
    box-shadow: 0 0 10px rgb(207 195 171 / 45%);
    margin-bottom: 6px;
    border: 1px solid #e8e8e8;
}
.content_wrap .content_list li .fac_ttl {
    padding: 6px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
}
.content_wrap .content_list li .fac_ttl .area_tag span {
    display: inline-block;
    padding: 0px 8px 1px;
    border: 2px solid;
    border-radius: 3px;
    font-weight: 500;
    color: #fff;
    font-size: 90%;
    line-height: 1.4;
}
.content_wrap .content_list li .fac_ttl .area_tag.area01 span {
    background: #ea5099de;
    border-color: #ea5099de;
}
.content_wrap .content_list li .fac_ttl .area_tag.area02 span {
    background: #41a3efd6;
    border-color: #41a3efd6;
}
.content_wrap .content_list li .fac_ttl .area_tag.area03 span {
    background: #fa8513d1;
    border-color: #fa8513d1
}
.content_wrap .content_list li .fac_ttl .area_tag.area04 span {
    background: #7abd29e3;
    border-color: #7abd29e3;
}
.content_wrap .content_list li .fac_ttl .fac_plan {
    font-weight: 600;
    margin-top: 3px;
}
.content_wrap .content_list li .plan_name {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-top: 5px;
}
.content_wrap .content_list li figure {
    margin-top: 5px;
}
.content_wrap .content_list li figure figcaption {
    font-size: 1.3rem;
    margin-top: 3px;
    text-align: right;
}
.content_wrap .content_list li .plan_detail {
    font-size: 1.5rem;
    margin-top: 10px;
    padding: 5px;
    background: #e5dcc387;
}
.content_wrap .content_list li .plan_schedule {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.content_wrap .content_list li .plan_schedule .schedule_tag {
    padding: 0 10px 2px;
    display: inline-block;
    background: #6c5555;
    color: #fff;
    border-radius: 2px;
    font-size: 1.5rem;
    flex-shrink: 0;
}
.content_wrap .content_list li .plan_schedule .schedule_day {
    margin-left: 10px;
    font-size: 1.5rem;
    display: block;
}
.content_wrap .content_list li .plan_schedule.txt-nowrap .schedule_day {
    white-space: nowrap;
}
.content_wrap .content_list li .plan_btn_wrap {
    text-align: center;
    margin-top: 15px;
}
.content_wrap .content_list li .plan_btn_wrap + .plan_btn_wrap {
    margin-top: 8px;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a {
    text-align: center;
    display: block;
    padding: 9px 10px 10px 7px;;
    border-radius: 50px;
    color: #fff;
    border: 3px solid;
    transition: 0.2s ease;
    font-weight: 600;
    position: relative;
    box-shadow: 0 1px 4px #3333336b;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a:after {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    content: '\e902';
    font-family: 'jttweb' !important;
    font-weight: normal;
    font-size: 82%;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn.orange a {
    background: linear-gradient(0deg, #ff8110 0 50%, #ff9700 50% 100%);
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn.blue a {
    background: linear-gradient(0deg, #0b90fe 0 50%, #13a1ff 50% 100%);
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn.green a {
    background:linear-gradient(0deg, #10ac40 0 50%, #10b743 50% 100%)
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a:hover {
    scale:1.05;
}
.content_wrap .content_list li .plan_btn_wrap .set_plan {
    font-size: 1.5rem;
    margin-bottom: 3px;
    font-weight: 500;
}
.content_wrap .content_list li .plan_btn_wrap .set_plan span {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}
.content_wrap .content_list li .plan_btn_wrap .set_plan span:before,
.content_wrap .content_list li .plan_btn_wrap .set_plan span:after {
    position: absolute;
    content: "";
    width: 0.1rem;
    height: 17px;
    background: #402920;
    top: 4px;
}
.content_wrap .content_list li .plan_btn_wrap .set_plan span:before {
    left: 0;
    transform: rotate(-30deg);
}
.content_wrap .content_list li .plan_btn_wrap .set_plan span:after {
    right: 0;
    transform: rotate(30deg);
}
.content_wrap .content_list li .plan_btn_wrap .set_block + .set_block {
    margin-top: 10px;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn_note {
    font-size: 1.3rem;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 5px;
}
/*------------------------------------------------------------------
家族旅行におすすめの観光プラン
------------------------------------------------------------------*/
#recommend-plan {
    padding: 0 0 50px;
    background: #f7f2e3;
    border-top: 2px dashed #fffcf2;
}
#recommend-plan h2 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    margin-bottom: 36px;
    font-size: 3.2rem;
    padding-top: 50px;
}
#recommend-plan h2 span {
    position: relative;
    display: inline-block;
    padding: 0 44px 0 62px;
    letter-spacing: 0.05rem;
}
#recommend-plan h2 span:before {
    position: absolute;
    content: "";
    width: 56px;
    height: 56px;
    background-image: url("/plan/tokushu/family/manabi/images/ic001.webp");
    top: -10px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transform: rotate(6.5deg);
}
#recommend-plan h2 span:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(/plan/tokushu/family/manabi/images/ic002.webp);
    top: -6px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.link_list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
}
.link_list li {
    width: calc(100% / 6 - 10px);
    position: relative;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}
.link_list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.link_list li p {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 33px;
    color: #fff;
    background: rgb(51 51 51 / 70%);
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all .3s;
    font-size: min(1.3vw, 1.4rem);
}
.all_kanko {
    padding-top: 35px;
}
.all_kanko h3 {
    text-align: center;
    font-size: 2.4rem;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    margin-bottom: 14px;
    letter-spacing: 0.05rem;
}
.all_kanko h3 span {
    position: relative;
    display: inline-block;
    padding: 0 14px;
    background: linear-gradient(transparent 70%, #ffdd2d 70%);
}
.all_kanko h3 span:before,
.all_kanko h3 span:after {
    position: absolute;
    content: "";
    width: 0.2rem;
    height: 25px;
    background: #402920;
    top: 4px;
}
.all_kanko h3 span:before {
    left: 0;
    transform: rotate(-30deg);
}
.all_kanko h3 span:after {
    right: 0;
    transform: rotate(30deg);
}
.all_kanko .bnr_link {
    width: 65%;
    max-width: 310px;
    margin: 0 auto;
}
.all_kanko .bnr_link a {
    display: block;
    transition: 0.2s ease;
}
.all_kanko .bnr_link a:hover {
    opacity: 0.8;
}
.all_kanko .all_btn {
    text-align: center;
    margin-top: 15px;
}
.all_kanko .all_btn a {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 9px 10px 10px 0;
    background: linear-gradient(0deg, #124386 0 50%, #174f9b 50% 100%);
    color: #fff;
    font-weight: 600;
    border-radius: 5em;
    border: 3px solid #fff;
    box-shadow: 0 1px 4px #3333336b;
    position: relative;
    transition: all .2s;
}
.all_kanko .all_btn a:hover {
    scale: 1.05;
}
.all_kanko .all_btn a:after {
    content: "";
    position: absolute;
    width: 33px;
    height: 10px;
    background-color: #fff;
    top: 42%;
    right: 17px;
    transition: all .2s;
    clip-path: polygon(0% 100%, 100% 100%, 75% 28%, 75% 80%, 0% 80%);
    transform: translateY(-50%);
}
/*------------------------------------------------------------------
家族旅行おすすめ記事
------------------------------------------------------------------*/
.osusume_article {
    padding: 10px 10px 24px;
    background: #fff;
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f4f4f4 calc(100% - 1px));
    background-size: 18px 18px;
    background-repeat: repeat;
    background-position: top center;
    margin-top: 25px;
}
.osusume_article .article_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    margin-top: 16px;
}
.osusume_article .article_wrap li {
    position: relative;
	width: 425px;
    background: #fff;
    box-shadow: 0 1px 5px rgb(157 157 157 / 55%);
    border: 1px solid #a89f87;
}
.osusume_article .article_wrap li + li {
	margin-left: 20px;
}
.osusume_article .article_wrap li a {
	position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    color: #333;
    padding: 14px;
    transition: 0.2s;   
}
.osusume_article .article_wrap li:hover {
	opacity: 0.8;
    box-shadow: none;
}
.osusume_article .article_wrap figure {
	width: 35%;
}
.osusume_article .article_wrap li a > div {
	width: 70%;
    margin-left: 7px;
}
.osusume_article .article_wrap .article_title {
	font-weight: bold;
    font-size: 1.5rem;
}
.osusume_article .osusume_title {
	margin-bottom: 0;
	margin-top: 7px;
    text-align: center;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05rem;
}
.osusume_article .osusume_title span {
	font-size: 2.2rem;
	position: relative;
}
.osusume_article .osusume_title span:after {
	position: absolute;
    content: "";
    width: 22px;
    height: 22px;
    background-image: url(/plan/tokushu/family/manabi/images/ic_pencil.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    right: -29px;
    top: 5px;
}
.osusume_article .article_title {
	text-align: left;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .gadget_box.tour {
	margin-top: 15px;
}
.plan_search {
	padding: 0 0 30px;
    background: #fffcf2;
    border-top: 2px dashed #f7f2e3;
}
.plan_search h2 {
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    padding-top: 50px;
    font-size: 3.2rem;
}
.plan_search h2 span {
    position: relative;
    display: inline-block;
    padding: 0 37px 0 62px;
    letter-spacing: 0.05rem;
}
.plan_search h2 span:before {
    position: absolute;
    content: "";
    width: 53px;
    height: 53px;
    background-image: url(/plan/tokushu/family/manabi/images/ic003.webp);
    top: -8px;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.plan_search h2 span:after {
    position: absolute;
    content: "";
    width: 42px;
    height: 42px;
    background-image: url(/plan/tokushu/family/manabi/images/ic002.webp);
    top: -6px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.plan_search .fukidashi,
.plan_search h3 {
	text-align: center;
}
.plan_search .fukidashi span,
.plan_search h3 span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: linear-gradient(transparent 70%, #ffd8c1 70%);
	font-size: 2.6rem;
	font-weight: bold;
}
.plan_search .fukidashi span:before,
.plan_search .fukidashi span:after,
.plan_search h3 span:before,
.plan_search h3 span:after {
	position: absolute;
	top: 3px;
	bottom: 2px;
	content: "";
	width: 2px;
	height: auto;
	background: #604c3f;
}
.plan_search .fukidashi span:before,
.plan_search h3 span:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.plan_search .fukidashi span:after,
.plan_search h3 span:after {
	right: 0;
	transform: rotateZ(30deg);
}
.plan_search .coupon_anc {
	margin-top: 6px;
	font-size: 2rem;
	text-align: center;
}
.search-app {
	margin-top: 12px;
	color: #333;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}
.search-app .tab {
	margin-top: 22px;
}
.search-app .tab .tab-btn {
	display: flex;
	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: 15px;
}
.search-app .tab .tab-btn p {
	margin-top: 5px;
}
.search_new_plan {
	margin: 12px 0 -11px;
	text-align: left;
}
.search_new_plan p span {
	margin: auto;
	background: #fff;
}
.bubble {
	display: table;
	padding: 5px 15px 2px;
	position: relative;
	border: 1px solid #055187;
	border-radius: 10px;
}
.bubble span {
	background: linear-gradient(transparent 69%, #ffe339 60%)!important;
}
.bubble:before,
.bubble:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	left: calc(50% - 20px);
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}
.bubble:before {
	bottom: -11px;
	border-top: 11px solid #055187;
}
.bubble:after {
	bottom: -10px;
	border-top: 11px solid #fff;
}
.bubble .txt-nomal {
	color: #333;
	background: none!important;
	font-weight: normal;
	font-size: 1.3rem;
}
.section .fw-modal-header h2:before,
.section .fw-modal-header h2:after {
    content: none;
}
.search-app .gadget_box.dp {
    margin-top: 15px;
}
#family-manabi .fw-search-top__item--keyword {
    display: none;
}
/*吹き出し*/
.seach_fukidashi p {
    text-align: center;
}
.seach_fukidashi span {
	font-size: 1.6rem;
	font-weight: bold;
	position: relative;
	border: 2px solid #ff8110;
	border-radius: 5px;
	padding: 8px 50px;
	background: #fdfcf1;
	color: #ff8110;
}
.seach_fukidashi p span:before {
	position: absolute;
	content: '';
	top: -9px;
	left: 15%;
	width: 23px;
	height: 12px;
	box-sizing: border-box;
	background-color: #fdfcf1;
	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: #ff8110 #ff8110 transparent transparent;
	transform: translateX(-50%) rotate(-45deg);
}
/*こだわりツアー検索窓*/
.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;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.other_plan {
	padding-top: 40px;
    border-top: 2px dashed #fffcf2;
    padding-bottom: 10px;
}
.other_plan h2 {
	text-align: center;
    font-family: "Mochiy Pop One", sans-serif;
    font-weight: 400;
    letter-spacing: 0.05rem;
    margin-bottom: 5px;
}
.other_plan h2 span {
	position: relative;
	display: inline-block;
	padding: 0 14px;
	background: linear-gradient(transparent 70%, #ffdd2d 70%);
	font-size: 2.8rem;
}
.other_plan h2 span:before,
.other_plan h2 span:after {
	position: absolute;
	top: 3px;
	bottom: 2px;
	content: "";
	width: 2px;
	height: auto;
	background: #604c3f;
}
.other_plan h2 span:before {
	left: 0;
	transform: rotateZ(-30deg);
}
.other_plan h2 span:after {
	right: 0;
	transform: rotateZ(30deg);
}
.other_plan .bnr_list {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.other_plan .bnr_list li {
	width: calc(100% / 3 - 14px);
	margin: 28px 21px 0 0;
}
.other_plan .bnr_list li:nth-of-type(3n) {
	margin-right: 0;
}
.other_plan .bnr_list li a {
	display: block;
	transition: .25s ease;
}
.other_plan .bnr_list li a:hover {
	opacity: 0.7;
}
.other_plan .bnr_list li dd {
	padding-top: 5px;
	font-size: 1.6rem;
}
/*PCのみhover*/
@media screen and (min-width: 1000px) {
.link_list li:hover p {
	height: 100%;
	transition: all .3s;
}
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
　　　　　　　     家族で行く課外授業専用css  スマホ用 
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#family-manabi {
    font-size: 1.6rem;
}
/*MV*/
#family-manabi .main-img {
	margin: 10px auto 0;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_area-wrap {
    max-width: 450px;
}
.anc_area-wrap .anc_area li a .anc_txt {
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
プルダウン
------------------------------------------------------------------*/
.select_wrap.select select:not([multiple]) {
    height: 40px;
}
/*------------------------------------------------------------------
各コンテンツ
------------------------------------------------------------------*/
.content_wrap {
    padding: 18px 0 25px;
}
.content_wrap .content_ttl {
    font-size: 3.5rem;
    padding-left: 74px;
    padding-top: 8px;
    padding-bottom: 8px;
}
.content_wrap .content_ttl span:after {
    width: 48px;
    height: 48px;
    left: -63px;
    top: -1px;
}
.content_wrap .content_list {
    gap: 15px 6px;
}
.content_wrap .content_list > li {
    width: calc(100% / 3 - 4px);
    padding: 12px 8px 15px 8px;
}
.content_wrap .content_list li .fac_ttl .area_tag span {
    font-size: 1.5rem;
}
.content_wrap .content_list li .plan_name {
    font-size: 1.5rem;
}
.content_wrap .content_list li .plan_detail {
    font-size: 1.5rem;
    margin-top: 8px;
}
.content_wrap .content_list li figure figcaption {
    font-size: 1.2rem;
}
.content_wrap .content_list li .plan_schedule .schedule_tag {
    font-size: 1.4rem;
    padding: 0 6px 1px;
}
.content_wrap .content_list li .plan_schedule .schedule_day {
    font-size: 1.5rem;
}
.content_wrap .content_list li .plan_schedule.txt-nowrap .schedule_day {
    white-space: normal;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a {
    padding: 7px 6px 8px 0px;
    font-size: 1.45rem;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a:after {
    font-size: 75%;
    right: 4px;
}
.content_wrap .content_list li .plan_btn_wrap .set_plan {
    font-size: 1.4rem;
}
.content_wrap .content_list li .plan_btn_wrap .set_plan span {
    padding: 0 8px;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn_note {
    font-size: 1.2rem;
}
/*------------------------------------------------------------------
家族旅行におすすめの観光プラン
------------------------------------------------------------------*/
#recommend-plan {
    padding: 0 0 45px;
}
#recommend-plan h2 {
    padding-top: 45px;
    font-size: 2.8rem;
}
.link_list {
    max-width: 700px;
    margin: 0 auto;
    gap: 20px;
}
.link_list li {
    width: calc(100% / 4 - 15px);
}
.link_list li p {
    font-size: 1.3rem;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.plan_search {
    padding: 0 0 25px;
}
.plan_search h2 {
    padding-top: 45px;
    font-size: 2.8rem;
}
.plan_search .fukidashi span,
.plan_search h3 span {
	font-size: 2.4rem;
}
.plan_search .coupon_anc {
	font-size: 1.9rem;
}
.search-app .tab .tab-btn {
	font-size: 1.4rem;
}
.search_new_plan .txt-nomal {
	font-size: 1.0rem;
}
.search-app .seach-box {
	padding: 18px 10px 27px;
}
/*こだわりツアー検索窓*/
.seach-box.tour {
	padding: 18px 15px 25px;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.other_plan {
    padding-top: 35px;
}
.other_plan h2 span {
    font-size: 2.6rem;
}
}
@media screen and (max-width: 767px) {
/*------------------------------------------------------------------
各コンテンツ
------------------------------------------------------------------*/
.content_wrap .content_list {
    max-width: 630px;
    margin: 0 auto;
    gap: 15px;
}
.content_wrap .content_list > li {
    width: calc(100% / 2 - 10px);
    padding: 12px 14px 18px 14px;
}
/*------------------------------------------------------------------
家族旅行におすすめの観光プラン
------------------------------------------------------------------*/
.link_list {
    max-width: 500px;
}
.link_list li {
    width: calc(100% / 3 - 14px);
}
}
@media screen and (max-width: 700px) {
.search-app .tab .tab-btn {
	-webkit-flex-direction: column;
	flex-direction: column;
	height: 70px;
}
.search-app .tab .tab-btn img {
	width: auto;
	height: 30px;
	margin-right: 0;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.other_plan {
	padding-top: 30px;
}
.other_plan h2 span {
	font-size: 2.4rem;
}
}
@media screen and (max-width: 599px) {
#family-manabi {
    font-size: 1.5rem;
}
.br599 {
    display: block;
}
/*リード文*/
.lead p {
    font-size: min(3.7vw, 1.6rem);
    text-align: left;
}
/*------------------------------------------------------------------
プルダウン
------------------------------------------------------------------*/
.select_wrap {
    margin-top: 10px;
}
/*------------------------------------------------------------------
アンカーリンク
------------------------------------------------------------------*/
.anc_area-wrap {
    padding: 15px 0;
    max-width: 400px;
}
.anc_area-wrap .anc_area {
    gap: 12px;
}
.anc_area-wrap .anc_area li {
    width: calc(100% / 3 - 8px);
}
.anc_area-wrap .anc_area li a {
    padding-top: 8px;
}
.anc_area-wrap .anc_area li a .anc_txt {
    font-size: min(3.5vw, 1.3rem);
    margin-top: 8px;
    padding: 5px 3px 6px 0;
}
.anc_area-wrap .anc_area li a .anc_txt:after {
    width: 8px;
    height: 5px;
    right: 6px;
}
.anc_area-wrap .anc_area li a .anc_img {
    width: 42%;
}
/*------------------------------------------------------------------
各コンテンツ
------------------------------------------------------------------*/
.content_wrap {
    padding: 18px 0 30px;
}
.content_wrap .content_ttl {
    font-size: 3.0rem;
    padding: 6px 0 7px 58px;
    margin-bottom: 18px;
}
.content_wrap.history .content_ttl {
    -webkit-text-stroke: 0.1px #ffe3e3;
}
.content_wrap.vehicle .content_ttl {
    -webkit-text-stroke: 0.1px #ffeac4;
}
.content_wrap.nature .content_ttl {
    -webkit-text-stroke: 0.1px #d5fbe1;
}
.content_wrap .content_ttl span:after {
    width: 38px;
    height: 38px;
    left: -50px;
    top: 1px;
    background-position: top 3px center;
    background-size: 80% auto;
}
.content_wrap.nature .content_ttl span:after {
    background-position: top 4px center;
}
.content_wrap .content_list {
    max-width: 390px;
}
.content_wrap .content_list > li {
    width: 95%;
    margin: 0 auto 6px;
    padding: 12px 16px 18px 16px;
}
.content_wrap .content_list li .fac_ttl .fac_plan {
    font-size: 1.6rem;
}
.content_wrap .content_list li .plan_btn_wrap {
    margin-top: 10px;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a {
    font-size: 1.65rem;
    padding: 9px 10px 10px 7px;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a:after {
    right: 10px;
    font-size: 82%;
}
.content_wrap .content_list li .plan_btn_wrap .set_plan {
    font-size: 1.5rem;
}
/*------------------------------------------------------------------
家族旅行におすすめの観光プラン
------------------------------------------------------------------*/
#recommend-plan h2 {
    font-size: 2.4rem;
    padding-top: 35px;
    margin-bottom: 26px;
}
#recommend-plan h2 span {
    padding: 0 40px 0 53px;
}
#recommend-plan h2 span:before {
    top: 9px;
    left: -4px;
    width: 51px;
    height: 51px;
}
#recommend-plan h2 span:after {
    width: 45px;
    height: 45px;
    top: 9px;
    right: 4px;
}
.link_list {
    gap: 10px;
}
.link_list li {
    width: calc(100% / 3 - 7px);
}
.link_list li p {
    height: 35px;
    font-size: min(3vw, 1.4rem);
    line-height: 1.25;
}
.all_kanko {
    padding-top: 28px;
}
.all_kanko h3 {
    font-size: 2.0rem;
    margin-bottom: 12px;
}
.all_kanko h3 span {
    padding: 0 12px;
}
.all_kanko h3 span:before,
.all_kanko h3 span:after {
    height: 20px;
}
.all_kanko .all_btn a {
    max-width: 292px;
    font-size: 1.6rem;
}
/*------------------------------------------------------------------
家族旅行おすすめ記事
------------------------------------------------------------------*/
.osusume_article .article_wrap {
	display: block;
}
.osusume_article .article_wrap li {
	width: 100%;
}
.osusume_article .article_wrap li + li {
	margin-left: 0;
    margin-top: 12px;
}
.osusume_article .osusume_title span {
    font-size: 1.9rem;
}
.osusume_article .osusume_title span:after {
    right: -27px;
    top: 4px;
    width: 20px;
    height: 20px;
}
.osusume_article .article_wrap .article_title {
    font-size: 1.4rem;
}
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.plan_search {
    padding-bottom: 20px;
}
.plan_search h2 {
    font-size: 2.4rem;
    padding-top: 35px;
}
.plan_search h2 span {
    padding: 0 30px 0 48px;
}
.plan_search h2 span:before {
    width: 44px;
    height: 44px;
    top: -6px;
}
.plan_search h2 span:after {
    width: 42px;
    height: 42px;
    top: -8px;
    right: -5px;
}
.plan_search .fukidashi span {
	font-size: min(4.5vw, 1.9rem);
}
.plan_search h3 span {
	font-size: min(5.5vw, 1.9rem);
}
.plan_search .coupon_anc {
	font-size: min(3.8vw, 1.6rem);
}
.search-app .tab .tab-btn p {
	font-size: 1.1rem;
}
.seach_fukidashi p span {
    font-size: 1.3rem;
    display: block;
    padding: 5px;
}
/*------------------------------------------------------------------
その他バナー
------------------------------------------------------------------*/
.other_plan h2 span {
	font-size: min(5.3vw, 2rem);
}
.other_plan .bnr_list li {
	width: calc(100% / 2 - 5px);
	margin: 18px 10px 0 0;
}
.other_plan .bnr_list li:nth-of-type(3n) {
	margin-right: 10px;
}
.other_plan .bnr_list li:nth-of-type(2n) {
	margin-right: 0;
}
.other_plan .bnr_list li dd {
	font-size: 1.4rem;
}
}
@media screen and (max-width: 370px) {
.content_wrap .content_list > li {
    width: 100%;
}
.content_wrap .content_list li .plan_btn_wrap .plan_btn a {
    font-size: 4.8vw;
}
#recommend-plan h2 {
    font-size: 5.7vw;
}
.plan_search h2 {
    font-size: 6.5vw;
}
}
@media screen and (max-width: 320px) {
/*------------------------------------------------------------------
検索窓
------------------------------------------------------------------*/
.search-app .tab .tab-btn p {
	font-size: 1.0rem;
}
}