@charset "UTF-8";
/* ===================================================================
CSS information

file name  : story.css
author     : Abilive
style info : 西の都について
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.wrp_town .con_town, .con_story_lnk {
	width: 95%;
	max-width: 1400px;
	margin: auto;
}

@media only screen and (max-width: 1024px) {
	.wrp_town .con_town, .con_story_lnk {
		width: 91.66667%;
	}
}

.wrp_intro {
	position: relative;
}

@media only screen and (min-width: 768px) {
	.wrp_intro {
		margin-top: 120px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro {
		margin-top: 5em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_intro {
		padding-bottom: 150px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro {
		padding-bottom: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro {
		padding-bottom: 4em;
	}
}

.wrp_intro::before {
	background: url(../images/common/bg_paper.jpg) repeat top;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: -1;
}

.mode_yellow .wrp_intro::before {
	background: yellow;
}

.mode_blue .wrp_intro::before {
	background: blue;
}

.mode_black .wrp_intro::before {
	background: #000;
}

@media only screen and (min-width: 1441px) {
	.wrp_intro::before {
		height: 80%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_intro::before {
		height: 90%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro::before {
		height: 90%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro::before {
		height: 80%;
	}
}

.wrp_intro .con_intro {
	max-width: 1400px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.wrp_intro .con_intro {
		width: 92%;
	}
}

.wrp_intro .inner_intro {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .inner_intro {
		margin-top: 110px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .inner_intro {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .inner_intro {
		margin-top: 2em;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_intro .inner_intro {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .box_img {
		width: 50%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .box_img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .box_img {
		width: 100%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .box_text {
		width: 44.57143%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .box_text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .box_text {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_intro .box_text {
		margin-top: 3em;
	}
}

.wrp_intro .box_text .tmp_st {
	line-height: 1;
}

@media only screen and (min-width: 1025px) {
	.wrp_intro .box_text .tmp_st {
		font-size: 234%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .box_text .tmp_st {
		font-size: 195%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .box_text .tmp_st {
		font-size: 195%;
	}
}

@media only screen and (min-width: 768px) {
	.wrp_intro .box_text .tmp_text {
		margin-top: 27px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .box_text .tmp_text {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 1550px) {
	.wrp_intro .box_text .tmp_text {
		padding-right: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_intro .box_text .tmp_text {
		padding-right: 0;
	}
}

.wrp_intro .tmp_pdf_btn {
	background: #231f20 url(../images/common/bg_black_moyou.png) repeat center top;
}

.mode_yellow .wrp_intro .tmp_pdf_btn {
	background: yellow;
}

.mode_blue .wrp_intro .tmp_pdf_btn {
	background: blue;
}

.mode_black .wrp_intro .tmp_pdf_btn {
	background: #000;
}

@media only screen and (min-width: 1441px) {
	.wrp_intro .tmp_pdf_btn {
		margin-top: 75px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_intro .tmp_pdf_btn {
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .tmp_pdf_btn {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .tmp_pdf_btn {
		margin-top: 2em;
	}
}

.wrp_intro .tmp_pdf_btn a {
	font-family: "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
	padding: 1em;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0;
	line-height: 1.5;
}

@media only screen and (min-width: 1441px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 134%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 100%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_intro .tmp_pdf_btn a {
		font-size: 112%;
	}
}

.wrp_intro .tmp_pdf_btn a i {
	margin-left: 1em;
}

@media only screen and (min-width: 768px) {
	.wrp_town {
		margin-top: 130px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_town {
		margin-top: 4em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_town .con_town {
		width: 85%;
	}
}

.wrp_town .con_town .tmp_text {
	text-align: center;
}

@media only screen and (min-width: 768px) {
	.wrp_town .con_town .tmp_text {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_town .con_town .tmp_text {
		margin-top: 2em;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_town .con_town .tmp_text {
		text-align: left;
	}
}

@media only screen and (min-width: 768px) {
	.wrp_town .box_map {
		margin-top: 75px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_town .box_map {
		margin-top: 2em;
	}
}

.con_story_lnk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (min-width: 768px) {
	.con_story_lnk {
		margin-top: 85px;
	}
}

@media only screen and (max-width: 767px) {
	.con_story_lnk {
		margin-top: 2em;
	}
}

@media only screen and (min-width: 1441px) {
	.con_story_lnk {
		width: 85%;
	}
}

@media only screen and (max-width: 767px) {
	.con_story_lnk {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

@media only screen and (min-width: 1025px) {
	.con_story_lnk li {
		width: 25%;
	}
	.con_story_lnk li:nth-child(n+5) {
		margin-top: 1em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_story_lnk li {
		width: 33.33333%;
	}
	.con_story_lnk li:nth-child(n+4) {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.con_story_lnk li {
		width: 50%;
	}
	.con_story_lnk li:nth-child(n+3) {
		margin-top: 1em;
	}
}

.con_story_lnk li:not(:last-child) {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #b4b4b4;
}

.con_story_lnk a {
	text-decoration: none;
	line-height: 0;
	padding: 0 1.6em;
	font-family: "Times New Roman", Times, Garamond, Georgia, serif;
	font-weight: 500;
}

@media only screen and (min-width: 1441px) {
	.con_story_lnk a {
		font-size: 123%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.con_story_lnk a {
		font-size: 123%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.con_story_lnk a {
		font-size: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.con_story_lnk a {
		font-size: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.con_story_lnk a {
		padding: 0 1em;
	}
}

.con_story_lnk a:hover {
	color: #801e24;
}

.wrp_story {
	position: relative;
}

@media only screen and (min-width: 1441px) {
	.wrp_story {
		margin-top: 190px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story {
		margin-top: 120px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story {
		margin-top: 4em;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_story {
		padding-top: 125px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story {
		padding-top: 100px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story {
		padding-top: 4em;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_story:last-child {
		margin-bottom: 134px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story:last-child {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story:last-child {
		margin-bottom: 5em;
	}
}

.wrp_story::before {
	background: #801e24 url(../images/common/bg_red_myou.png) repeat center top;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: -1;
}

.mode_yellow .wrp_story::before {
	background: yellow;
}

.mode_blue .wrp_story::before {
	background: blue;
}

.mode_black .wrp_story::before {
	background: #000;
}

@media only screen and (min-width: 1441px) {
	.wrp_story::before {
		height: 584px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story::before {
		height: 510px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story::before {
		height: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story::before {
		height: 45%;
	}
}

.wrp_story .con_story {
	max-width: 1546px;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

@media only screen and (max-width: 767px) {
	.wrp_story .con_story {
		width: 92%;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_story .con_story {
		margin-right: 104px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .con_story {
		margin-right: auto;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .con_story {
		margin-right: auto;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .con_story {
		margin-right: auto;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_story .con_story {
		width: 85%;
	}
}

.wrp_story .inner_story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
	.wrp_story .inner_story {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_story .inner_story .box_img {
		width: 71.92755%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .inner_story .box_img {
		width: 55%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .inner_story .box_img {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_img {
		width: 100%;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_story .inner_story .box_img {
		margin-top: 2em;
	}
}

.wrp_story .inner_story .box_img .con_slide {
	overflow: hidden;
}

@media only screen and (min-width: 1441px) {
	.wrp_story .inner_story .box_img .con_slide {
		padding-top: 3.5em;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .inner_story .box_img .con_slide {
		padding-top: 2em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .inner_story .box_img .con_slide {
		padding-top: 2em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_img .con_slide {
		padding-top: 1em;
	}
}

.wrp_story .inner_story .box_img .con_slide .thum_krkr_slide {
	width: auto;
	position: relative;
}

@media only screen and (min-width: 1025px) {
	.wrp_story .inner_story .box_img .con_slide .thum_krkr_slide {
		padding: 0 3em;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .inner_story .box_img .con_slide .thum_krkr_slide {
		padding: 0 2.5em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_img .con_slide .thum_krkr_slide {
		padding: 0.7em 0;
	}
}

.wrp_story .inner_story .box_img .con_slide .thum_krkr_slide li {
	padding: 0 .5em;
}

.wrp_story .inner_story .box_img .con_slide .thum_krkr_slide li .cap_text {
	line-height: 1.5;
}

.wrp_story .inner_story .box_img .con_slide .thum_krkr_slide li .img {
	margin-bottom: .5em;
}

.wrp_story .inner_story .box_img .con_slide .slick_option {
	position: static;
	background-color: transparent;
}

.wrp_story .inner_story .box_img .con_slide .js-pseudo {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}

@media only screen and (min-width: 1441px) {
	.wrp_story .inner_story .box_text {
		width: 22.31565%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .inner_story .box_text {
		width: 40%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .inner_story .box_text {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_text {
		width: 100%;
	}
}

.wrp_story .inner_story .box_text .box_st {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: auto;
}

.wrp_story .inner_story .box_text .tmp_st {
	display: block;
}

@media only screen and (min-width: 768px) {
	.wrp_story .inner_story .box_text .tmp_st {
		padding: 100px 0;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_text .tmp_st {
		padding: 2em 0;
	}
}

.wrp_story .inner_story .box_text .tmp_st span {
	display: block;
	color: #fff;
	line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
	.wrp_story .inner_story .box_text .tmp_st .sub {
		font-size: 134%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .inner_story .box_text .tmp_st .sub {
		font-size: 112%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_text .tmp_st .sub {
		font-size: 112%;
	}
}

@media only screen and (min-width: 1025px) {
	.wrp_story .inner_story .box_text .tmp_st .jp {
		font-size: 389%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .inner_story .box_text .tmp_st .jp {
		font-size: 334%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_text .tmp_st .jp {
		font-size: 334%;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_story .inner_story .box_text .tmp_text {
		margin-top: 130px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .inner_story .box_text .tmp_text {
		margin-top: 35px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .inner_story .box_text .tmp_text {
		margin-top: 35px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .inner_story .box_text .tmp_text {
		margin-top: 2em;
	}
}

@media only screen and (max-width: 1024px) {
	.wrp_story .inner_story .box_text .tmp_text {
		color: #fff;
	}
}

.wrp_story .sub_story {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (min-width: 1441px) {
	.wrp_story .sub_story {
		margin-top: 100px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .sub_story {
		margin-top: 80px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .sub_story {
		margin-top: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story {
		margin-top: 3em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_story .sub_story .box_movie {
		width: 45.27814%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .sub_story .box_movie {
		width: 48%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .sub_story .box_movie {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .box_movie {
		width: 100%;
	}
}

@media only screen and (min-width: 768px) {
	.wrp_story .sub_story .box_movie {
		margin-right: 5.17464%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .box_movie {
		margin-right: 2%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .box_movie {
		margin-bottom: 3em;
	}
}

@media only screen and (min-width: 1441px) {
	.wrp_story .sub_story .box_list {
		width: 40.10349%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .sub_story .box_list {
		width: 48%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .sub_story .box_list {
		width: 48%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .box_list {
		width: 100%;
	}
}

.wrp_story .sub_story .box_list li {
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.5;
}

@media only screen and (min-width: 768px) {
	.wrp_story .sub_story .box_list li:not(:first-child) {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .box_list li:nth-child(n+3) {
		margin-top: 1em;
	}
}

.wrp_story .sub_story .box_list li a {
	color: #801e24;
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .box_list ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.wrp_story .sub_story .box_list ul li {
		width: 45%;
	}
}

.wrp_story .sub_story .box_inner_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wrp_story .sub_story .box_inner_list ul {
	width: 48%;
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .box_inner_list ul li {
		width: 100%;
	}
}

.wrp_story .sub_story .tmp_st {
	margin-bottom: 1em;
}

.wrp_story .sub_story .tmp_st span {
	line-height: 1.5;
}

@media only screen and (min-width: 1441px) {
	.wrp_story .sub_story .tmp_st span {
		font-size: 200%;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
	.wrp_story .sub_story .tmp_st span {
		font-size: 167%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.wrp_story .sub_story .tmp_st span {
		font-size: 139%;
	}
}

@media only screen and (max-width: 767px) {
	.wrp_story .sub_story .tmp_st span {
		font-size: 156%;
	}
}

.box_popup_iflame iframe {
	border: none;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	z-index: 2;
}

.box_popup_iflame a {
	display: block;
	width: 100%;
	position: relative;
	height: 0;
}

@media only screen and (min-width: 1025px) {
	.box_popup_iflame a {
		padding-top: 56%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.box_popup_iflame a {
		padding-top: 50%;
	}
}

@media only screen and (max-width: 767px) {
	.box_popup_iflame a {
		padding-top: 60%;
	}
}
