@charset "utf-8";
/*------------------------------------------------------------------
--------------------------------------------------------------------
イベントページ専用css
--------------------------------------------------------------------
------------------------------------------------------------------*/
#contents {
	max-width: inherit;
}
.main-img {
	margin: 10px auto;
	text-align: center;
}
.bg {
	background: #e7e3ce;
	position: relative;
	padding: 20px 15px;
}
.bg + .bg {
	margin-top: 50px;
}
.section h2 {
	text-align: center;
    font-weight: bold;
	margin: 0 0 30px;
	padding-left: 110px;
	font-size: 2.8rem;
}
.br-599,
.br-320 {
	display: none;
}
.lead_txt {
	text-align: center;
    font-weight: bold;
    font-size: 2.0rem;
    margin: 20px 0 30px;
}
/*----------------------------------------
アンカーリンク
----------------------------------------*/
.anc_link {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin: 0 auto 50px;
}
.anc_link li {
	width: calc((100% - 130px) / 2);
	display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
}
.anc_link li a {
	width: 80%;
	display: block;
    text-align: center;
    font-size: 1.8rem;
	color: #fff;
	padding: 10px;
	border: dashed 2px #c9c7a9;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	transition: .25s ease;
}
.anc_link li a:hover {
	transform: translateY(5px);
}
.anc_link li.ank01 a {
	background: #ea7e09;
	box-shadow: 0px 0px 0px 8px #ea7e09;
}
.anc_link li.ank02 a {
	background: #0a4d2c;
	box-shadow: 0px 0px 0px 8px #0a4d2c;
}
.anc_link li a:after {
	position: absolute;
	display: inline-block;
    content: '\e902';
    font-family: 'jttweb' !important;
    right: 10px;
    font-size: 0.8em;
    top: 13px;
    transform: rotate(90deg);
}
/*----------------------------------------
復刻ツアー＆撮影会　共通
----------------------------------------*/
.section h3 {
	text-align: center;
    font-size: 2.2rem;
    margin: 40px 10px 15px;
}
.section h3 span {
	display: inline-block;
	position: relative;
	padding-left: 70px;
}
.info {
	background: #f4f3e3;
    color: #ff8500;
    font-size: 1.5rem;
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px;
}
.day_txt {
	position: relative;
	text-align: center;
	margin: 0 auto 10px;
    width: 350px;
}
.day_txt:before {
	position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #333;
}
.day_txt span {
	position: relative;
    padding: 0 1em;
    background: #e7e3ce;
	font-size: 1.8rem;
	font-weight: bold;
}
/*タグ*/
.tag {
	display: inline-block;
    position: absolute;
    top: 0;
    left: 180px;
    margin: 0;
    padding: 20px 5px;
    z-index: 2;
    width: 130px;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
	font-weight: bold;
}
.tag:after {
	content: "";
    position: absolute;
    left: 0;
    top: 100%;
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
}
.tag:before {
	position: absolute;
    border-top: 2px dashed #c9c7a9;
    top: 4px;
    left: 0;
    content: "";
    width: 100%;
}
/*プランポイント*/
.ribbon {
	text-align: center;
}
.point {
	display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 60px 0 60px;
    font-size: 1.5rem;
    background: #4a3b2a;
    color: #fff;
    box-sizing: border-box;
	font-weight: bold;
	margin-bottom: 10px;
}
.point:after {
	position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
	top: 0;
    right: 0;
    border-width: 20px 15px 20px 0px;
    border-color: transparent #e7e3ce transparent transparent;
    border-style: solid;
}
.point:before {
	position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
	top: 0;
    left: 0;
    border-width: 20px 0 20px 15px;
    border-color: transparent transparent transparent #e7e3ce;
    border-style: solid;
}
.point_box ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
}
.point_box ul li {
	width: calc((100% - 20px) / 3);
	background: #fff;
	margin-right: 10px;
	padding: 15px 20px;
	position: relative;
	border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.point_box ul li:before,
.point_box ul li:after {
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 10px;
    top: 8px;
}
.point_box .num {
    font-weight: bold;
	margin-bottom: 5px;
    font-size: 2.5rem;
	line-height: 1.1;
}
.point_box .num .sup {
	font-size: 1.1rem;
    display: inline-block;
    margin-right: 2px;
}
.point_box .point_title {
	font-size: 1.8rem;
    font-weight: bold;
	display: inline;
	background: linear-gradient(transparent 60%, #f5e8b8 60%);
}
.point_box .pont_txt {
	margin-top: 5px;
}
.point_box .pont_txt .sup {
	font-size: 1.3rem;
}
/*申し込みボタン*/
.app_title {
	position: absolute;
	font-size: 2.2rem;
    font-weight: bold;
	top: -20px;
    transform: translateX(-50%);
    left: 50%;
	color: #4a3b2a;
	width: 100%;
}
.app_title span {
	position: relative;
	display: inline-block;
    padding: 0 15px;
}
.app_title span:before,
.app_title span:after {
	position: absolute;
    content: "";
    width: 2px;
    height: 25px;
    top: 3px;
    background: #4a3b2a;
}
.app_title span:before {
	transform: rotate(-30deg);
    left: 0;
}
.app_title span:after {
	transform: rotate(30deg);
    right: 0;
}
.app_box {
	text-align: center;
	font-weight: bold;
}
.app_btn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
}
.app_btn li {
	width: 30%;
}
.app_btn li a {
	position: relative;
	display: block;
    text-align: center;
    font-size: 1.6rem;
    color: #fff;
    border-radius: 50px;
    padding: 8px 10px;
    font-weight: bold;
	margin-right: 10px;
	transition: 0.2s;
}
.app_btn li a:after {
	position: absolute;
    display: inline-block;
    content: '\e903';
    font-family: 'jttweb' !important;
    right: 10px;
    font-size: 0.8em;
    top: 10px;
    transform: rotate(90deg);
}
.soon {
	position: relative;
	margin-top: 10px;
}
.soon .soon_txt {
	position: absolute;
    display: flex;
	display: -webkit-flex;
    justify-content: center;
	-webkit-justify-content: center;
    background: #333333ba;
    width: 70%;
    height: 60px;
    top: -8px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1.8rem;
    align-items: center;
}
/*----------------------------------------
復刻ツアー
----------------------------------------*/
.section .fukkoku h2 {
	color: #ea7e09;
    text-shadow: 2px 2px #fff7e9;
}
.section .fukkoku h2 span {
	font-size: 2.0rem;
    display: block;
}
.fukkoku .info {
    color: #ff8500;
	text-align: center;
}
.fukkoku .tag {
    background: #ea7e09;
}
.fukkoku .tag:after {
    border-left: 65px solid #ea7e09;
    border-right: 65px solid #ea7e09;
}
.section .fukkoku h3 {
	margin: 50px 10px 25px;
}
.section .fukkoku h3 span:before {
	content: "";
	position: absolute;
	background-image: url(/plan/area/gifu/213series/images/ic01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	top: -19px;
    left: 0px;
    width: 60px;
    height: 60px;
}
.fukkoku .point_box ul {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap: wrap;
}
.fukkoku .point_box ul li:before {
	background: #ca9254;
    left: 8px;
}
.fukkoku .point_box ul li:after {
	background: #ca9254;
    right: 8px;
}
.fukkoku .point_box ul li:nth-of-type(3),
.fukkoku .point_box ul li:nth-of-type(5) {
	margin-right: 0;
}
.fukkoku .point_box ul li:nth-of-type(n + 4) {
	margin-top: 10px;
}
.fukkoku .num {
    color: #ea7e09;
	border-bottom: 1px dotted #b66814;
}
.app_box {
	background: #f4f3e3;
	position: relative;
	padding: 1px 20px 25px;
	margin-top: 60px;
}
.plan_title {
	position: relative;
	margin: 30px 0 10px;
}
.plan_title span {
	position: relative;
	padding: 0 1em;
    background: #f4f3e3;
	font-size: 2.0rem;
}
.plan_title:before {
	position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #333;
}
.app_btn li.genti a {
	border: 2px solid #e00202;
	background: #e00202;
	margin-right: 0;
}
.app_btn li.genti a:hover {
	background: #fff;
	color: #e00202;
}
.fukkoku .genti_plan {
	margin-top: 30px;
}
.fukkoku .mony {
	margin-bottom: 5px;
    font-size: 1.5rem;
}
.attention_title {
	position: relative;
    padding: 8px 5px 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: repeating-linear-gradient(125deg, #fa5f11, #fa5f11 20px, #fa6a20 20px, #fa6a20 40px);
    font-size: 1.6rem;
}
.attention {
	margin-top: 40px;
    border: 2px solid #fa5f11;
}
.attention ul {
	padding: 15px 20px 20px;
    background: #fff;
}
.attention ul li {
	position: relative;
    padding-left: 21px;
}
.attention ul li:before {
    position: absolute;
    top: 3px;
    left: 0;
    content: "";
    width: 14px;
    height: 14px;
    background-image: url(/common/images/common_ic_check01.webp);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.attention .attention_title span {
	position: relative;
    display: inline-block;
    padding-left: 20px;
}
.attention .attention_title span:before {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    content: "";
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 45%;
    width: 20px;
    height: 19px;
    background-image: url(/plan/area/gifu/213series/images/ic_attention.webp);
}
/*----------------------------------------
撮影会
----------------------------------------*/
.section .photo h2 {
	color: #0a4d2c;
    text-shadow: 2px 2px #fff7e9;
}
.photo .info {
    color: #0a4d2c;
	text-align: center;
}
.photo .tag {
    background: #0a4d2c;
}
.photo .tag:after {
    border-left: 65px solid #0a4d2c;
    border-right: 65px solid #0a4d2c;
}
.section .photo h3 span:before {
	content: "";
	position: absolute;
	background-image: url(/plan/area/gifu/213series/images/ic02.webp);
	background-repeat: no-repeat;
	background-size: contain;
	top: -8px;
    left: -5px;
    width: 65px;
    height: 65px;
}
.photo .num {
	color: #0a4d2c;
    border-bottom: 1px dotted #0d673b;
}
.photo .app_btn {
	margin-top: 30px;
}
.photo .app_btn li a {
	border: 2px solid #e00202;
	background: #e00202;
}
.photo .app_btn li a:hover {
	background: #fff;
	color: #e00202;
}
.photo .app_btn li.yoru a {
	margin-right: 0;
}
.point_box + .point_box {
	margin-top: 30px;
}
.photo .point_box ul li:before {
    background: #639b96;
    left: 8px;
}
.photo .point_box ul li:after {
    background: #639b96;
    right: 8px;
}
.photo .point_box ul li:nth-of-type(2) {
	margin-right: 0;
}
/*------------------------------------------------------------------
--------------------------------------------------------------------
スマホ用 (999px以下)
--------------------------------------------------------------------
------------------------------------------------------------------*/
@media screen and (max-width: 999px) {
#contents {
	font-size: 1.4rem;
}
.inner {
	padding: 0 14px;
}
.bg {
	padding: 20px 8px;
}
.br-pc {
	display: block;
}
.lead_txt {
	font-size: 1.8rem;
    margin: 10px 0 20px;
}
/*----------------------------------------
アンカーリンク
----------------------------------------*/
.anc_link {
	margin: 15px auto 30px;
}
.anc_link li {
	width: calc((100% - 80px) / 2);
}
.anc_link li a {
	font-size: 1.5rem;
	padding: 6px;
}
.anc_link li a:after {
	top: 9px
}
/*----------------------------------------
復刻ツアー＆撮影会　共通
----------------------------------------*/
.info {
	font-size: 1.4rem;
}
.tag {
	width: 100px;
	font-size: 1.4rem;
	left: calc(50% - 240px);
}
.section h2 {
	padding-left: 100px;
	font-size: 2.2rem;
}
.section h3 {
	font-size: 2.0rem;
}
.day_txt span {
	font-size: 1.8rem;
}
.point_box .num {
	font-size: 2.2rem;
}
.point_box .point_title {
	font-size: 1.6rem;
}
.point_box ul li {
	padding: 15px 13px;
}
.app_title {
	font-size: 2.0rem;
	top: -18px;
}
.shinkansen_plan .htl, .shinkansen_plan .day {
	font-size: 1.6rem;
	margin-bottom: 15px;
}
.app_btn li a {
	font-size: 1.5rem;
}
/*----------------------------------------
復刻ツアー
----------------------------------------*/
.fukkoku .tag:after {
	border-left: 50px solid #ea7e09;
    border-right: 50px solid #ea7e09;
}
.section .fukkoku h3 span:before {
	width: 55px;
    height: 55px;
}
/*----------------------------------------
撮影会
----------------------------------------*/
.photo .tag:after {
    border-left: 50px solid #0a4d2c;
    border-right: 50px solid #0a4d2c;
}
}
@media screen and (max-width: 599px) {
.br-pc {
	display: none;
}
.br-599 {
	display: block;
}
.bg + .bg {
    margin-top: 40px;
}
.lead_txt {
	font-size: 1.6rem;
}
/*----------------------------------------
アンカーリンク
----------------------------------------*/
.anc_link li {
	width: calc((100% - 0px) / 2);
}
.anc_link li a {
	width: 90%;
	font-size: 1.4rem;
}
.anc_link li.ank01 a {
	box-shadow: 0px 0px 0px 5px #ea7e09;
}
.anc_link li.ank02 a {
	box-shadow: 0px 0px 0px 5px #0a4d2c;
}
.anc_link li a:after {
	font-size: 0.7em;
	top: 9px;
	right: 5px;
}
/*----------------------------------------
復刻ツアー＆撮影会　共通
----------------------------------------*/
.info {
	font-size: 1.3rem;
}
.tag {
	width: 86px;
	font-size: 1.3rem;
	left: 8px;
}
.section h2 {
	font-size: 2.0rem;
	margin: 0 0 20px;
	padding-left: 95px;
	text-align: left;
}
.section h3 {
	font-size: 1.8rem;
	margin: 40px 10px 10px;
}
.section h3 span {
	padding-left: 55px;
}
.day_txt span {
	font-size: 1.6rem;
}
.day_txt {
	width: 90%;
}
.point {
	width: 100%;
	padding: 0 40px 0 40px;
}
.point_box ul {
	display: block;
}
.point_box ul li {
	width: 100%;
	margin-right: 0;
}
.point_box ul li:nth-of-type(n + 2) {
	margin-top: 10px;
}
.app_box {
	margin-top: 50px;
	padding: 1px 8px 25px;
}
.app_title {
    font-size: 1.8rem;
    top: -16px;
}
.plan_title span {
	font-size: 1.8rem;
}
.app_btn li {
    width: 60%;
}
.app_btn li a {
	margin-right: 5px;
}
.soon .soon_txt {
	width: 100%;
	font-size: 1.6rem;
	height: 56px;
}
.attention {
	margin-top: 25px;
}
.attention_title {
	font-size: 1.5rem;
	padding: 8px 3px 10px;
}
.attention ul {
    padding: 12px 10px;
}
.attention ul li:before {
    top: 4px;
}
.attention .attention_title span:before {
	top: 50%;
}
/*----------------------------------------
復刻ツアー
----------------------------------------*/
.section .fukkoku h2 span {
	display: inline;
	font-size: 1.3rem;
}
.fukkoku .tag:after {
    border-left: 43px solid #ea7e09;
    border-right: 43px solid #ea7e09;
}
.section .fukkoku h3 {
    margin: 50px 10px 17px;
}
.section .fukkoku h3 span:before {
    width: 45px;
    height: 45px;
	top: -14px;
}
.fukkoku .info {
	text-align: left;
}
.shinkansen_plan .htl:before, .shinkansen_plan .day:before {
	height: 3px;
	bottom: -3px;
    width: 60px;
}
.app_btn li a {
	font-size: 1.3rem;
	padding: 8px 5px;
}
.shinkansen_plan .day {
    margin-top: 20px;
}
.fukkoku .mony {
	margin-bottom: 3px;
	font-size: 1.4rem;
}
/*----------------------------------------
撮影会
----------------------------------------*/
.photo .info {
	text-align: left;
}
.photo .tag:after {
    border-left: 43px solid #0a4d2c;
    border-right: 43px solid #0a4d2c;
}
.section .photo h3 span:before {
	top: -8px;
    width: 55px;
    height: 55px;
    left: -8px;
}
.point_box + .point_box {
    margin-top: 40px;
}
}
@media screen and (max-width: 360px) {
.br-320 {
	display: block;
}
.anc_link li a {
    width: 91%;
    font-size: 1.3rem;
	padding: 6px 2px;
}
.anc_link li a:after {
	right: 3px;
}
.section h3 {
    font-size: 1.6rem;
}
.section h3 span {
    padding-left: 45px;
}
.section .fukkoku h3 span:before {
	width: 40px;
	height: 40px;
}
.app_title {
	font-size: 1.7rem;
	top: -13px;
}
.app_title span {
	padding: 0 10px;
}
.app_btn li a {
	margin-right: 3px;
	font-size: 1.2rem;
}
.section .photo h3 span {
    padding-left: 50px;
}
.section .photo h3 span:before {
	top: -5px;
    width: 45px;
    height: 45px;
	left: -1px;
}
.fukkoku .mony {
	font-size: 1.2rem;
}
.attention .attention_title span:before {
	top: 11px;
	left: 13px;
}
}
