@charset "UTF-8";
/*
* Snug City Nagoya
* scn_strategy.css
*
*/
@media only screen and (min-width: 768px) {
	.sp {
		display: none;
	}
}

.article a {
	transition: opacity 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.no-touch .article a:hover {
	opacity: 0.75;
}

@media only screen and (max-width: 767px) {
	.hide-pc {
		display: none;
	}
}

.hide-sp {
	display: none;
}
@media only screen and (max-width: 767px) {
	.hide-sp {
		display: block;
	}
}

/* --------------------------------
	記事
-------------------------------- */
/* 記事メイン見出し ---------------- */
.articleHeading {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.articleHeading .inner {
		padding-right: 15px;
		padding-left: 15px;
	}
}

.articleHeading_date {
	padding: 33px 0 12px;
	text-align: left; 
	letter-spacing: 2.6px;
	font-size: 14px;
}

.articleHeading_ttl {
	padding-bottom: 10px; 
	font-size: 36px;
	line-height: 1.33333;
}
@media only screen and (max-width: 767px) {
	.articleHeading_ttl {
		padding-top: 12px;
		padding-bottom: 2px; 
		font-size: 22px;
		line-height: 1.45455;
	}
}
.articleHeading_ttl span {
	display: inline-block;
}

.articleHeading_name {
	bottom: 30px;
	letter-spacing: 1px; 
	font-size: 18px;
	font-weight: bold;
}
.articleHeading_name .job {
	font-size: 14px;
}

.articleHeading_copy {
	padding: 30px 160px 25px; 
	color: #777;
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.articleHeading_copy {
		padding: 16px 60px;
		color: #777; 
		font-size: 9px;
	}
}
@media only screen and (max-width: 375px) {
	.articleHeading_copy {
		margin-right: auto;
		margin-left: auto;
		padding-right: 0;
		padding-left: 0; 
		max-width: 250px;
	}
}

@media only screen and (max-width: 767px) {
	.articleHeading_date {
		padding: 13px 0 0;
		letter-spacing: 0.8px;
		font-size: 9px;
		font-weight: bold;
		line-height: 1;
	}
	.articleHeading_name {
		padding-top: 4px;
		letter-spacing: 1px; 
		font-size: 12px;
	}
	.articleHeading_name .job {
		font-size: 9px;
	}
}

/* メインカバー ---------------- */
.mainCover {
	margin-bottom: 54px;
	width: 100%;
	height: 590px;
	background-repeat: no-repeat;
	background-position: top center; 
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.mainCover {
		margin-bottom: 26px; 
		padding-bottom: 53.14%;
		height: auto;
		background-size: cover;
	}
}

.mainCover_time {
	position: relative;
	margin: auto;
	width: 90%;
	height: 92px;
}
@media only screen and (max-width: 767px) {
	.mainCover_time {
		width: 100%; 
		height: 45px;
	}
}
.mainCover_time .timeObj {
	display: block;
	position: absolute;
	top: -45px;
	right: 0;
	width: 92px;
	height: auto;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.mainCover_time .timeObj {
		top: -50%;
		right: 12px;
		width: 15%;
		height: 100%;
		background-position: right; 
		background-size: contain;
	}
}
.mainCover_time .timeObj.timeObj-1h_harf {
	background-image: url(/img/common/mv_time_1h_harf.png);
}
.mainCover_time .timeObj.timeObj-2h {
	background-image: url(/img/common/mv_time_2h.png);
}
.mainCover_time .timeObj.timeObj-2h_harf {
	background-image: url(/img/common/mv_time_2h_harf.png);
}
.mainCover_time .timeObj.timeObj-3h {
	background-image: url(/img/common/mv_time_3h.png);
}
.mainCover_time .timeObj.timeObj-3h_harf {
	background-image: url(/img/common/mv_time_3h_harf.png);
}
.mainCover_time .timeObj.timeObj-4h {
	background-image: url(/img/common/mv_time_4h.png);
}
.mainCover_time .timeObj.timeObj-4h_harf {
	background-image: url(/img/common/mv_time_4h_harf.png);
}
.mainCover_time .timeObj.timeObj-5h {
	background-image: url(/img/common/mv_time_5h.png);
}
.mainCover_time .timeObj.timeObj-5h_harf {
	background-image: url(/img/common/mv_time_5h_harf.png);
}
.mainCover_time .timeObj.timeObj-6h {
	background-image: url(/img/common/mv_time_6h.png);
}
.mainCover_time .timeObj.timeObj-7h {
	background-image: url(/img/common/mv_time_7h.png);
}

.mainCoverCaption {
	margin: -39px auto 40px;
	padding: 0 20px;
	max-width: 1220px;
	letter-spacing: 1.3px;
	font-size: 13px;
	line-height: 1.53846;
}
@media only screen and (max-width: 767px) {
	.mainCoverCaption {
		margin: -14px auto 24px;
		padding: 0 30px;
		width: 100%;
		font-size: 11px;
	}
}

.article_section {
	margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
	.article_section {
		margin-bottom: 0;
	}
}

.article_intro.article_intro-topics {
	padding-bottom: 38px;
}

.article_intro.article_intro-features {
	padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
	.article_intro.article_intro-features {
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 767px) {
	.myfavoriterouteDetail .article_intro {
		padding-bottom: 20px;
	}
}

.article_txt {
	padding-bottom: 27px; 
	font-size: 16px;
	line-height: 1.75;
}
.article_intro-myfavoriteroute .article_txt:last-child {
	padding-bottom: 2px;
}
@media only screen and (max-width: 767px) {
	.article_txt {
		padding-bottom: 25px;
		letter-spacing: 1px; 
		font-size: 13px;
		line-height: 1.77;
	}
}

.article_img {
	text-align: center;
}
.article_img .caption {
	margin: 0 auto;
	padding: 15px 0 0;
	max-width: 1000px;
	text-align: left; 
	letter-spacing: 1.3px;
	font-size: 13px;
	line-height: 1.53846;
}
@media only screen and (max-width: 767px) {
	.article_img .caption {
		padding-top: 12px;
		font-size: 11px;
		line-height: 1.36;
	}
}
.article_img + .interview_question {
	padding-top: 40px;
}
@media only screen and (max-width: 767px) {
	.article_img + .interview_question {
		padding-top: 30px;
	}
}
.article_img + .shopGuide_img {
	padding-top: 50px;
}
@media only screen and (max-width: 767px) {
	.article_img + .shopGuide_img {
		padding-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.article_img + .media-col2 {
		padding-top: 30px;
	}
}

/* Googleマップ ---------------- */
.routemap {
	margin-top: 120px;
}
@media only screen and (max-width: 767px) {
	.routemap {
		margin-top: 60px;
	}
}

/* --------------------------------
	Features記事共通
-------------------------------- */
.interview {
	margin-top: 72px;
	margin-bottom: 58px;
}
.interview .interview_lead {
	padding-bottom: 34px; 
	font-size: 30px;
	line-height: 1.66667;
}
@media only screen and (max-width: 767px) {
	.interview .interview_lead {
		font-size: 19px;
	}
}
.interview .interview_question {
	padding-bottom: 11px;
	font-size: 16px;
	font-weight: bold; 
	line-height: 1.5;
}
@media only screen and (max-width: 767px) {
	.interview .interview_question {
		font-size: 13px;
	}
}
.interview .interview_answer {
	margin-bottom: 38px;
	font-size: 16px;
	line-height: 1.75;
}
@media only screen and (max-width: 767px) {
	.interview .interview_answer {
		margin-bottom: 30px;
		font-size: 13px;
	}
}

.media_right.interview {
	margin-top: 0;
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.media_right.interview {
		margin-top: 36px;
	}
	.featuresDetail .media_right.interview {
		margin-top: 36px;
	}
}

.additional {
	padding: 0 90px;
}
@media only screen and (max-width: 767px) {
	.additional {
		padding: 0;
	}
}
.additional.additional-photoLeft .additional_photo {
	float: left;
	margin-right: 39px;
}
@media only screen and (max-width: 767px) {
	.additional.additional-photoLeft .additional_photo {
		margin-right: 0;
	}
}
.additional .additional_body {
	padding-top: 88px;
	letter-spacing: 1px; 
	font-size: 13px;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.additional .additional_body {
		font-size: 10px;
	}
}
.additional .additional_body .additional_lead {
	padding-bottom: 27px;
}

.article_cover {
	margin-bottom: 54px;
	width: 100%;
	height: 490px;
	background: 50% 50% no-repeat;
	background-size: cover;
}
@media only screen and (max-width: 767px) {
	.article_cover {
		margin-top: 47px;
		margin-bottom: 0;
		height: 51.4vw;
	}
}

/* 白枠 Tips ---------------- */
.routeTips {
	position: relative;
	margin: 80px auto 60px;
	padding: 70px 0 78px;
	width: 100%;
	max-width: 1006px;
	background: url(/img/common/routeTips_top.png) center top no-repeat, url(/img/common/routeTips_bottom.png) center bottom no-repeat, url(/img/common/routeTips_middle.png) center repeat-y;
	background-size: contain;
}
.routeTips-small {
	max-width: 806px;
}
.routeTips.extraEdition {
	margin-top: 96px;
}
.routeTips + .routeTips {
	margin-top: 60px;
}
@media only screen and (max-width: 767px) {
	.routeTips {
		margin: 38px 0 38px -30px;
		padding: 50px 0;
		width: calc( 100% + 60px);
		background: url(/img/common/routeTips_leftSlanting_sp.png) left bottom no-repeat, url(/img/common/routeTips_leftSlanting_sp.png) right top no-repeat, url(/img/common/routeTips_rightSlanting_sp.png) left top no-repeat, url(/img/common/routeTips_rightSlanting_sp.png) right bottom no-repeat, url(/img/common/routeTips_line_sp.png) top repeat-x, url(/img/common/routeTips_line_sp.png) bottom repeat-x;
		background-size: 14px 17px,
		14px 17px,
		14px 17px,
		14px 17px,
		1px 3px,
		1px 3px;
	}
	.routeTips.extraEdition {
		margin-top: 51px;
	}
	.routeTips + .routeTips {
		margin: 38px 0 38px -30px;
	}
}
.routeTips .shopGuide_txt {
	margin-right: auto;
	margin-left: auto;
	width: 84.5%;
	line-height: 1.75;
}
.routeTips .shopGuide_txt:last-child {
	margin-bottom: 0;
}
.routeTips .shopGuide_btn {
	margin: 30px auto 0;
	width: calc(100% - 60px);
}
.routeTips .shopGuide_img {
	margin-right: auto;
	margin-left: auto; 
	width: 84.5%;
}
.routeTips .shopGuide_img-col2 {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.routeTips .shopGuide_img-col2.w414 {
		padding: 0 30px;
	}
}
.routeTips .shopGuide_img-col2.w414 li {
	width: 41%;
	max-width: 414px;
}
@media only screen and (max-width: 767px) {
	.routeTips .shopGuide_img-col2.w414 li {
		width: 100%;
		max-width: none;
	}
}
.routeTips .shopGuide_img-col2.single li {
	float: left;
}
.routeTips .shopGuide_img-col2 + .shopGuide_txt {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.routeTips .shopGuide_img-col2 + .shopGuide_txt {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.routeTips .shopGuide_img-col2 + .shopGuide_img-col2 {
		margin-top: 15px;
	}
}
.routeTips-connect {
	padding: 102px 0 110px;
}
@media only screen and (max-width: 767px) {
	.routeTips-connect {
		margin: 40px 0 40px -30px; 
		padding: 57px 0 57px;
	}
	.routeTips-connect + .routeTips {
		margin: 40px 0 40px -30px;
	}
	.routeTips-connect + .routeTips-connect-last {
		margin-bottom: 70px;
	}
}
.routeTips-connect-first {
	margin-top: 100px;
}
@media only screen and (max-width: 767px) {
	.routeTips-connect-first {
		margin-top: 70px;
	}
}
.routeTips-connect-last {
	margin-bottom: 100px;
}
.routeTips-connect:before,
.routeTips-connect:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	width: 4px;
	height: 80px;
	background-color: #fff100;
}
@media only screen and (max-width: 767px) {
	.routeTips-connect:before,
	.routeTips-connect:after {
		height: 60px;
	}
}
.routeTips-connect:before {
	top: -40px;
}
@media only screen and (max-width: 767px) {
	.routeTips-connect:before {
		top: -30px;
	}
}
.routeTips-connect:after {
	bottom: -40px;
}
@media only screen and (max-width: 767px) {
	.routeTips-connect:after {
		bottom: -30px;
	}
}

.shopGuide_img-col2.shopGuide_profile li {
	vertical-align: middle;
}

.media_body {
	text-align: left; 
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.media_body {
		font-size: 13px;
	}
}
.media_body .job {
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.media_body .job {
		font-size: 12px;
	}
}
.media_body .media_txt {
	display: block;
	margin-top: 12px;
}
@media only screen and (max-width: 767px) {
	.media_body .media_txt {
		margin-top: 8px;
	}
}

.routeTips_ttl {
	padding-bottom: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.routeTips_ttl span {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.routeTips_ttl {
		margin: 0 auto;
		padding-bottom: 27px; 
		width: 84.5%;
		font-size: 17px;
	}
}
@media only screen and (min-width: 768px) {
	.routeTips_ttl + .shopGuide_img-col2 {
		margin-top: -18px;
	}
}

.routeTips_sttl {
	position: absolute;
	left: 0;
	width: 100%;
	background: no-repeat center top;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 1;
}
@media only screen and (max-width: 767px) {
	.routeTips_sttl {
		top: -15px;
		padding-top: 9px;
		height: 33px;
		background-image: url(/img/common/routeTips_ribon_sp.png);
		background-size: auto 100%; 
		font-size: 15px;
	}
}
@media only screen and (min-width: 768px) {
	.routeTips_sttl {
		top: -16px;
		padding-top: 13px;
		height: 42px;
		background-image: url(/img/common/routeTips_ribon.png); 
		font-size: 18px;
	}
}

.routeTips_col2 {
	width: 100%;
}

.routeTips_col2_left,
.routeTips_col2_right {
	display: inline-block;
}

.routeTips_col2_left {
	width: 50%;
}
@media only screen and (min-width: 768px) {
	.routeTips_col2_left .shopGuide_img {
		margin-right: auto;
		margin-left: auto;
		width: 65.5%;
	}
}
@media only screen and (max-width: 767px) {
	.routeTips_col2_left {
		width: 100%;
	}
}

.routeTips_col2_right {
	width: 49%;
}
@media only screen and (min-width: 768px) {
	.routeTips_col2_right .shopGuide_txt {
		margin-left: -8%;
		width: 84%;
		line-height: 1.75;
	}
}
@media only screen and (max-width: 767px) {
	.routeTips_col2_right {
		margin-top: 21px; 
		width: 100%;
	}
}

/* --------------------------------
	ポイント一覧記事共通
-------------------------------- */
.shopGuide_point {
	margin: 0 auto 27px; 
	width: 100%;
	max-width: 1000px;
}
.shopGuide_point:before,
.shopGuide_point:after {
	content: "";
	display: block;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff; 
	width: 100%;
	height: 8px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_point:before,
	.shopGuide_point:after {
		border-top: 3px solid #fff;
		border-bottom: none; 
		height: 3px;
	}
}

.shopGuide_point_list {
	margin: 0 auto;
	padding: 3em 0; 
	width: 100%;
	max-width: 950px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_point_list {
		padding: 2.8em 0;
	}
}

.shopGuide_point_list_item {
	margin-left: 2.2em;
	text-indent: -2.2em;
	letter-spacing: 1.8px;
	line-height: 1.75;
}
.shopGuide_point_list_item + .shopGuide_point_list_item {
	margin-top: 1.7em;
}
@media only screen and (max-width: 767px) {
	.shopGuide_point_list_item {
		letter-spacing: 0.9px;
		font-size: 13px;
		line-height: 1.769230769;
	}
	.shopGuide_point_list_item + .shopGuide_point_list_item {
		margin-top: 1.8em;
	}
}

/* --------------------------------
	Topics記事共通
-------------------------------- */
.shopGuide {
	margin-top: 41px;
}
.shopGuide + .shopGuide {
	margin-top: 70px;
}
@media only screen and (max-width: 767px) {
	.shopGuide {
		margin-top: 13px;
	}
	.shopGuide + .shopGuide {
		margin-top: 56px;
	}
}

.shopGuide_intro {
	margin-bottom: 44px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_intro {
		margin-bottom: 24px;
	}
	.flex .shopGuide_intro {
		margin-bottom: 0;
	}
}

.shopGuide_ttl {
	margin-bottom: 21px; 
	font-size: 18px;
	line-height: 29px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_ttl {
		margin-bottom: 5px; 
		padding: 0;
		font-size: 14px;
	}
}
.shopGuide_ttl span {
	display: inline-block;
	opacity: 0.6; 
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_ttl span {
		font-size: 11px;
	}
}
.shopGuide_ttl:before {
	content: "";
	display: inline-block;
	margin-right: 8px;
	width: 22px;
	height: 29px;
	background: url(/img/common/icon_pin.png) 0 0 no-repeat; 
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.shopGuide_ttl:before {
		margin-right: 5px;
		width: 17px;
		height: 22px;
		background: url(/img/common/icon_pin_sp.png) 0 0 no-repeat;
		background-size: 100% auto; 
		vertical-align: middle;
	}
}

.shopGuide_lead {
	margin-bottom: 20px;
	letter-spacing: 1px; 
	font-size: 30px;
	font-weight: bold;
	line-height: 1.66667;
}
@media only screen and (max-width: 767px) {
	.shopGuide_lead {
		padding: 0;
		letter-spacing: 0; 
		font-size: 19px;
		line-height: 1.47;
	}
	.shopGuide_lead br {
		display: none;
	}
}

.shopGuide_txt {
	margin-bottom: 27px; 
	font-size: 16px;
	line-height: 1.75;
}
@media only screen and (max-width: 767px) {
	.shopGuide_txt {
		margin-bottom: 24px; 
		font-size: 13px;
		line-height: 1.8;
	}
	.shopGuide_txt:last-child {
		margin-bottom: 0;
	}
	.shopGuide_txt + .shopGuide_img {
		margin-top: 30px;
	}
	.shopGuide_intro .shopGuide_txt + .shopGuide_txt {
		margin-top: -10px;
	}
}
.shopGuide_intro .shopGuide_txt + .shopGuide_txt {
	margin-top: -15px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_intro .shopGuide_txt + .shopGuide_txt {
		margin-top: -10px;
	}
}
@media only screen and (min-width: 768px) {
	.shopGuide_txt + .shopGuide_btn {
		margin-top: 70px;
	}
}

.shopGuide_notes {
	opacity: 0.75;
	margin-bottom: 27px; 
	font-size: 13px;
	line-height: 2;
}
@media only screen and (max-width: 767px) {
	.shopGuide_notes {
		padding: 0;
		font-size: 11px; 
		line-height: 1.5;
	}
}

.media {
	text-align: center;
}
.media .media_right {
	overflow: hidden;
	margin-top: 10px;
	text-align: left; 
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.media .media_right {
		margin-top: 21px; 
		margin-bottom: 24px;
		width: 100%;
	}
}
.media.media-full {
	max-width: 1220px;
}

.media-col2 {
	margin: 50px auto 30px; 
	max-width: 1000px;
}
@media only screen and (max-width: 767px) {
	.media-col2 {
		margin: 24px auto 0;
	}
	.media-col2:before,
	.media-col2:after {
		display: none;
	}
}
.media-col2.media-col2-nomargin {
	margin: 8px auto 30px;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-col2-nomargin {
		margin: 24px auto 0;
	}
}
.media-col2.flex {
	max-width: 1220px;
}
.media-col2.media-leftW590 .media_left {
	margin-left: 0;
	width: 50%;
	max-width: 590px;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-leftW590 .media_left {
		width: 100%;
		max-width: none;
	}
}
.media-col2.media-leftW650 .media_left {
	width: 50.78%;
	max-width: 650px;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-leftW650 .media_left {
		width: 100%;
		max-width: none;
	}
}
.media-col2.media-leftW450 .media_left {
	width: 35.1%;
	max-width: 450px;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-leftW450 .media_left {
		width: 100%;
		max-width: none;
	}
}
.media-col2.media-rightW450 .media_right {
	float: right;
	width: 38.2%;
	max-width: 450px;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-rightW450 .media_right {
		float: none; 
		width: 100%;
		max-width: none;
	}
}
.media-col2.media-rightW450 .media_left {
	margin-right: 0; 
	width: 59.2%;
	max-width: 680px;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-rightW450 .media_left {
		width: 100%;
		max-width: none;
	}
}
.media-col2.media-rightW510 .media_right {
	width: 46.8%;
	max-width: 510px;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-rightW510 .media_right {
		width: 100%;
		max-width: none;
	}
	.myfavoriterouteDetail .media-col2.media-rightW510 .media_right {
		margin-top: 15px;
	}
}
.media-col2.media-rightW510 .media_left {
	margin-right: 3.9%;
}
@media only screen and (max-width: 767px) {
	.media-col2.media-rightW510 .media_left {
		margin-right: 0; 
		margin-left: 0;
	}
}
.media-col2 .media_left {
	float: left;
	margin-top: 10px;
	margin-right: 3.5%; 
	width: 49%;
	max-width: 490px;
	text-align: left;
	vertical-align: top;
}
@media only screen and (max-width: 767px) {
	.media-col2 .media_left {
		float: none;
		margin-top: 0;
		margin-right: 0; 
		margin-left: 0;
		width: 100%;
		max-width: none;
	}
}
.media-col2 .media_left .shopGuide_img-middle .caption {
	padding-right: 0; 
	padding-left: 0;
}
.shopGuide_comment .media-col2 {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 24px;
	max-width: 870px;

	-webkit-align-items: center;

	    -ms-flex-align: center;

	        align-items: center;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .media-col2 {
		display: block;
	}
}
.shopGuide_comment .media-col2 .media_left {
	float: none;
	margin-top: 0;
	margin-left: 2.4%;
	width: 50.502%;

	-webkit-align-self: flex-start;

	    -ms-flex-item-align: start;

	        align-self: flex-start;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .media-col2 .media_left {
		margin-left: 0; 
		width: 100%;
	}
}
.shopGuide_comment .media-col2 .media_right {
	margin-top: 0;
	width: 49.5%;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .media-col2 .media_right {
		margin-top: 24px;
		margin-bottom: 0; 
		width: 100%;
	}
}
.shopGuide_comment .media-col2 .media_right p {
	margin: 0;
}
.shopGuide_comment .media-col2 .media_right p + p {
	margin-top: 15px;
}
.shopGuide_comment .media-col2 + .shopGuide_img {
	margin-top: 70px;
	padding-right: 3%; 
	padding-left: 3%;
}

.media-col3 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
}
@media only screen and (max-width: 767px) {
	.media-col3 {
		margin-bottom: 0;
	}
}
.media-col3 .media_item {
	display: inline-block;
	margin: 11px 11px 0;
	width: 30%;
	max-width: 318px;
	text-align: left; 
	vertical-align: top;
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.media-col3 .media_item {
		margin: 0 auto 23px;
		width: 100%;
		max-width: none;
		text-align: center;
	}
	.media-col3 .media_item:last-child {
		margin-bottom: 0;
	}
}
.media-col3 .caption {
	margin: 14px auto 0;
	max-width: 1000px;
	text-align: left; 
	font-size: 13px;
}
@media only screen and (max-width: 767px) {
	.media-col3 .caption {
		margin-top: 11px;
		text-align: left;
		letter-spacing: 1.3px;
		font-size: 11px;
		line-height: 1.36;
	}
}
@media only screen and (max-width: 767px) {
	.media-col3 + .shopGuide_txt,
	.media-col3 + .shopGuide_img {
		margin-top: 24px;
	}
}

.shopGuide_txt + .media-col3 {
	margin-top: 36px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_txt + .media-col3 {
		margin-top: 23px;
	}
}

.shopGuide_img {
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img img {
		width: 100%;
	}
}
.shopGuide_img .caption {
	padding-top: 15px;
	text-align: left;
	letter-spacing: 1.3px; 
	font-size: 13px;
	line-height: 1.53846;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img .caption {
		padding-top: 12px;
		font-size: 11px;
	}
}
.shopGuide_img.shopGuide_img-large {
	margin-bottom: 28px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-large {
		margin-bottom: 21px;
	}
}
.shopGuide_img.shopGuide_img-large .caption {
	margin: 0 auto; 
	padding: 15px 0 0;
	width: 100%;
	max-width: 1000px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-large .caption {
		padding-top: 12px;
	}
}
.shopGuide_img.shopGuide_img-large + .shopGuide_txt {
	margin-top: 40px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-large + .shopGuide_txt {
		margin-top: 21px;
	}
}
.shopGuide_img.shopGuide_img-middle {
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-middle {
		margin-top: 24px;
		margin-bottom: 24px;
	}
}
.shopGuide_img.shopGuide_img-middle .caption {
	margin-right: auto;
	margin-left: auto;
	padding: 24px 0 0; 
	max-width: 828px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-middle .caption {
		padding: 12px 0 0; 
		width: 100%;
	}
}
.shopGuide_img.shopGuide_img-small {
	margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-small {
		margin-bottom: 24px;
	}
}
.shopGuide_img.shopGuide_img-small .caption {
	margin: 0 auto;
	padding: 14px 0 0; 
	width: 100%;
	max-width: 483px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-small .caption {
		max-width: none;
	}
}
.shopGuide_img.shopGuide_img-twoImgsSingleCaption figure {
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
	font-size: 0;
}
.shopGuide_img.shopGuide_img-twoImgsSingleCaption img {
	display: inline-block;
	width: 49%;
}
.shopGuide_img.shopGuide_img-twoImgsSingleCaption img + img {
	margin-left: 2%;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img.shopGuide_img-twoImgsSingleCaption img {
		width: 100%;
	}
	.shopGuide_img.shopGuide_img-twoImgsSingleCaption img + img {
		margin-top: 23px;
		margin-left: 0;
	}
}
@media only screen and (max-width: 767px) {
	.flex_item02 .shopGuide_img {
		margin-top: 0;
	}
}

.shopGuide_txt + .shopGuide_img {
	margin-top: 24px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_txt + .shopGuide_img {
		margin-top: 0;
	}
}

.shopGuide_img-col2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 0;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img-col2 {
		margin-bottom: 23px;
	}
}
.shopGuide_img-col2.shopGuide_img-nomagin {
	margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img-col2.shopGuide_img-nomagin {
		margin-bottom: 24px;
	}
}
.shopGuide_img-col2 li {
	display: inline-block;
	margin: 18px 9px 0;
	width: 47.3%;
	max-width: 490px;
	vertical-align: top;
}
.shopGuide_img-col2 li.col2 figure {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-align-content: space-between;

	    -ms-flex-line-pack: justify;

	        align-content: space-between;
}
.shopGuide_img-col2 li.col2 figure img {
	height: 328px;
}
.shopGuide_img-col2 li.col2 figure .caption {
	padding-top: 0;
	padding-left: 24px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_img-col2 li.col2 figure {
		display: block;
	}
	.shopGuide_img-col2 li.col2 figure img {
		width: 100%;
		height: 473px;
	}
	.shopGuide_img-col2 li.col2 figure .caption {
		padding-top: 12px;
		padding-left: 0; 
		font-size: 11px;
	}
}
@media only screen and (max-width: 767px) {
	.shopGuide_img-col2 li {
		margin: 0 auto; 
		width: 100%;
		max-width: none;
	}
	.shopGuide_img-col2 li + li {
		padding-top: 24px;
	}
}

.shopGuide_btn {
	margin: 60px auto; 
	width: 100%;
	max-width: 600px;
	text-align: center;
}
.shopGuide_btn + .shopGuide_txt {
	margin-top: 73px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_btn + .shopGuide_txt {
		margin-top: 36px;
	}
}
.shopGuide_btn + .shopGuide_comment {
	margin-top: 130px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_btn + .shopGuide_comment {
		margin-top: 83px;
	}
}
@media only screen and (max-width: 767px) {
	.shopGuide_btn {
		margin: 38px auto 0;
		width: 100%; 
		max-width: none;
		text-align: center;
	}
}
.shopGuide_btn + .shopGuide_btn {
	margin-top: -20px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_btn + .shopGuide_btn {
		margin-top: 18px;
	}
}
.shopGuide_btn + .shopGuide_img {
	padding-top: 70px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_btn + .shopGuide_img {
		padding-top: 35px;
	}
}
@media only screen and (max-width: 767px) {
	.shopGuide_btn + .media {
		margin-top: 38px;
	}
}

.media-col2 + .shopGuide_btn,
.media-col3 + .shopGuide_btn,
.shopGuide_notes + .shopGuide_btn {
	margin-top: 80px;
}
@media only screen and (max-width: 767px) {
	.media-col2 + .shopGuide_btn,
	.media-col3 + .shopGuide_btn,
	.shopGuide_notes + .shopGuide_btn {
		margin-top: 38px;
	}
}

.shopGuide_comment {
	position: relative;
	margin: auto;
	margin-top: 80px;
	margin-bottom: 74px;
	padding: 40px 60px 52px;
	width: 100%;
	max-width: 1000px;
	background: url(/img/common/shopGuide_comment_bg_l_t.png) no-repeat left top, url(/img/common/shopGuide_comment_bg_r_t.png) no-repeat right top, url(/img/common/shopGuide_comment_bg_l_b.png) no-repeat left bottom, url(/img/common/shopGuide_comment_bg_r_b.png) no-repeat #eaf2f4 right bottom;
	background-size: 15px auto;
	font-size: 16px;
	line-height: 1.77;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment {
		margin-bottom: 66px;
		margin-bottom: 0;
		margin-left: -30px;
		padding: 60px 30px 52px; 
		width: calc(100% + 60px);
		max-width: none;
		font-size: 13px;
	}
	.shopGuide_comment + .shopGuide_comment {
		margin-top: 60px;
	}
}
.shopGuide_comment:last-child {
	margin-bottom: 113px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment:last-child {
		margin-bottom: 66px;
	}
}
.shopGuide_comment .shopGuide_comment_ttl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .shopGuide_comment_ttl {
		margin-top: -5px;
		font-size: 14px;
	}
	.shopGuide_comment .shopGuide_comment_ttl span {
		display: inline-block;
	}
}
.shopGuide_comment .shopGuide_comment_ttl + img {
	margin-top: 25px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .shopGuide_comment_ttl + img {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .shopGuide_comment_ttl + .media-col2 {
		margin-top: 15px;
	}
}
.shopGuide_comment p {
	margin: 26px auto 0;
	max-width: 747px;
	letter-spacing: 1px;
}
.shopGuide_comment p + img {
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment p + img {
		margin-top: 26px;
	}
}
.shopGuide_comment p:not(.shopGuide_comment_ttl) + .media {
	margin-top: 40px;
}
.shopGuide_comment .media_left {
	margin-left: 0;
}
.shopGuide_comment .media_right {
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .media_right {
		margin-top: 0;
	}
}
.shopGuide_comment .media_right.media_right-noSpace {
	margin-top: 0;
}
.shopGuide_comment .media_right.media_right-noSpace p {
	margin-top: 0;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .media_right.media_right-noSpace p {
		margin-top: 24px;
	}
}
.shopGuide_comment .media {
	margin-top: 26px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment .media:first-child {
		margin-top: 0;
	}
}
.shopGuide_comment img {
	width: 100%;
}
.shopGuide_comment:before,
.shopGuide_comment:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -2px;
	width: 4px;
	height: 80px;
	background: rgba(255, 241, 0, 0.7);
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment:before,
	.shopGuide_comment:after {
		height: 60px;
	}
}
.shopGuide_comment:before {
	top: -40px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment:before {
		top: -30px;
	}
}
.shopGuide_comment:after {
	bottom: -40px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment:after {
		bottom: -30px;
	}
}
.shopGuide_comment.shopGuide_comment-imgDouble {
	text-align: center;
}
.shopGuide_comment.shopGuide_comment-imgDouble img {
	display: inline-block;
	max-width: 828px;
}
.shopGuide_comment.shopGuide_comment-imgDouble img:first-child {
	margin-top: 30px;
}
.shopGuide_comment.shopGuide_comment-imgDouble .shopGuide_comment_ttl {
	text-align: center;
}
.shopGuide_comment.shopGuide_comment-imgDouble p {
	text-align: left;
}
.shopGuide_comment > img:first-child {
	display: inline-block;
	margin-top: 30px;
}
@media only screen and (max-width: 767px) {
	.shopGuide_comment > img:first-child {
		margin-top: 0;
	}
}

.shopGuide_box img {
	display: inline-block;
	float: left; 
	margin-top: 4px;
	margin-right: 40px;
	margin-bottom: 20px;
	max-width: 49.75%;
}

.shopGuide_box p {
	margin: 4px 0 0;
	padding-top: 36px;
	max-width: 100%;
}
@media only screen and (max-width: 767px) {
	.shopGuide_box p {
		margin-top: 26px; 
		padding-top: 0;
	}
}

/* --------------------------------
	プロフィール
-------------------------------- */
.profile {
	margin: auto;
	padding: 43px 0 60px;
	border-bottom: 1px solid #b9b9b7; 
	width: 100%;
	max-width: 1000px;
}
.photodocumentary001 .profile {
	border: none;
}
@media only screen and (max-width: 767px) {
	.profile {
		margin-top: 74px; 
		padding: 0 0 33px;
		width: auto;
		max-width: none;
	}
}

.profile_ttl {
	position: relative;
	margin-bottom: 37px;
	text-align: center;
	letter-spacing: 3px; 
	font-family: "Teko", sans-serif;
	font-weight: 400;
}
@media only screen and (max-width: 767px) {
	.profile_ttl {
		margin-bottom: 27px;
	}
}
.profile_ttl span {
	display: inline-block;
	position: relative;
	z-index: 10;
	padding: 0 30px;
	background-color: #dfeaed; 
	font-size: 28px;
}
@media only screen and (max-width: 767px) {
	.profile_ttl span {
		padding: 0 8px 0 12px; 
		line-height: 1;
	}
}
.profile_ttl:after {
	content: "";
	position: absolute;
	z-index: 9;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 1px;
	background-color: #b9b9b7;
}
@media only screen and (max-width: 767px) {
	.profile_ttl:after {
		top: -5px;
	}
}

@media only screen and (max-width: 767px) {
	.profile_ttl + .profile_body {
		padding-top: 0;
	}
}

.profile_item {
	position: relative;
}
.profile_item + .profile_item {
	margin-top: 50px;
	padding-top: 50px;
}
@media only screen and (max-width: 767px) {
	.profile_item + .profile_item {
		margin-top: 30px;
		padding-top: 30px;
	}
}
.profile_item + .profile_item:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	width: 952px;
	height: 1px;
	background-color: #b2bbbe;
}
@media only screen and (min-width: 768px) {
	.profile_item + .profile_item:before {
		margin-right: 24px; 
		margin-left: 24px;
	}
}
@media only screen and (max-width: 767px) {
	.profile_item + .profile_item:before {
		width: 100%;
	}
}

.profile_photo {
	float: left;
	margin-right: 44px;
	margin-left: 24px;
	width: 170px;
}
@media only screen and (max-width: 767px) {
	.profile_photo {
		float: none; 
		margin: 0 auto;
		width: 130px;
	}
}

.profile_body {
	overflow: hidden;
	padding-top: 11px;
}
@media only screen and (max-width: 767px) {
	.profile_body {
		padding-top: 15px;
	}
}
.profile_body .profile_name {
	padding-bottom: 3px; 
	letter-spacing: 2.5px;
}
@media only screen and (max-width: 767px) {
	.profile_body .profile_name {
		padding-bottom: 24px;
		text-align: center; 
		line-height: 1;
	}
}
.profile_body .profile_name .role {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.92;
}
@media only screen and (max-width: 767px) {
	.profile_body .profile_name .role {
		margin-bottom: 7px; 
		line-height: 1.67;
	}
}
.profile_body .profile_name .jp {
	margin-right: 13px; 
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.profile_body .profile_name .jp {
		display: block;
		margin-right: 0; 
		font-size: 18px;
	}
}
.profile_body .profile_name .en {
	opacity: 0.6; 
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.profile_body .profile_name .en {
		display: block;
		padding-top: 8px;
		font-size: 11px;
	}
}
.profile_body .profile_txt {
	letter-spacing: 1.7px; 
	font-size: 13px;
	line-height: 1.9;
}
@media only screen and (max-width: 767px) {
	.profile_body .profile_txt {
		font-size: 12px;
		line-height: 1.75;
	}
}
.profile_body .profile_txt a {
	text-decoration: underline; 
	color: #000;
	font-size: 13px;
}
.profile_body .profile_link {
	padding-top: 26px;
}
@media only screen and (max-width: 767px) {
	.profile_body .profile_link {
		padding-top: 17px;
	}
}
.profile_body .profile_link.profile_link-blank {
	position: relative;
}
.profile_body .profile_link.profile_link-blank:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	right: -3px;
	width: 10px;
	height: 9px;
	background: url(/img/common/icon_blank_gray.png) 0 0 no-repeat;
}
.profile_body .profile_link a {
	text-decoration: underline; 
	color: #000;
	font-size: 13px;
}

/* --------------------------------
	モーダル
-------------------------------- */
.modal {
	display: none; 
	position: fixed;
	z-index: 1200;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.modal {
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0);
	}
}

.modal_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 767px) {
	.modal_mask {
		position: fixed;
		-webkit-transform: translate3d(0, 0, 0);
		        transform: translate3d(0, 0, 0); 
		background-color: #dfeaed;
	}
}

.modal_main {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	margin: auto;
	width: 84.74%;
	max-width: 1000px;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
@media only screen and (max-width: 767px) {
	.modal_main {
		overflow-y: auto;
		position: relative;
		right: auto;
		left: auto;
		width: auto;
		max-width: none;
		height: 100%;

		-webkit-overflow-scrolling: touch;
	}
}
.modal_main:before,
.modal_main:after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 20px;
}
@media only screen and (max-width: 767px) {
	.modal_main:before,
	.modal_main:after {
		display: none;
	}
}
.modal_main:before {
	top: -19px;
	background: url(/img/common/modal_body_bg_top.png) bottom center no-repeat;
	background-size: contain;
}
.modal_main:after {
	bottom: -19px;
	background: url(/img/common/modal_body_bg_bottom.png) top center no-repeat;
	background-size: contain;
}

.modal_close {
	position: absolute;
	top: -20px;
	right: -56px;
	width: 34px;
	height: 58px;
	transition: opacity 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
	background: url(/img/common/modal_btn_close.png) 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
	.modal_close {
		opacity: 1; 
		top: 30px;
		right: 30px;
		width: 45px;
		height: 45px;
		background: url(/img/common/modal_btn_close_sp.png) 0 0 no-repeat;
	}
}
.modal_close:hover {
	opacity: 0.5;
}
@media only screen and (max-width: 767px) {
	.modal_close:hover {
		opacity: 1;
	}
	.modal_close:hover a {
		opacity: 1;
	}
}
.modal_close:hover .modal_main {
	-webkit-transform-style: preserve-3d;
}

.modal_body {
	display: none; 
	padding: 30px 50px;
	background-color: #fff;
}
@media only screen and (max-width: 767px) {
	.modal_body {
		margin: 10px;
		padding: 38px 30px;
		background: url(/img/common/modal_bg_l_t_sp.png) no-repeat left top, url(/img/common/modal_bg_r_t_sp.png) no-repeat right top, url(/img/common/modal_bg_l_b_sp.png) no-repeat left bottom, url(/img/common/modal_bg_r_b_sp.png) no-repeat #fff right bottom;
		background-size: 15px auto;
	}
}
.modal_body.is-current {
	display: block;
}

.modal_thumb {
	float: left;
	width: 45%; 
	max-width: 400px;
}
@media only screen and (max-width: 767px) {
	.modal_thumb {
		float: none;
		margin-right: 0;
		margin-bottom: 23px; 
		width: auto;
		max-width: none;
	}
	.modal_thumb img {
		width: 100%;
	}
}

.modal_content {
	float: right; 
	margin-top: -4px;
	width: 50%;
	max-width: 460px;
}
@media only screen and (max-width: 767px) {
	.modal_content {
		margin-top: 0; 
		width: auto;
		max-width: none;
	}
}

.modal_name {
	margin-bottom: 10px; 
	font-size: 26px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.modal_name {
		margin-bottom: 4px; 
		padding-right: 34px;
		font-size: 19px;
	}
}

.modal_lead {
	margin-bottom: 8px;
	font-weight: bold;
}
@media only screen and (max-width: 767px) {
	.modal_lead {
		margin-bottom: 22px;
		font-size: 13px;
		font-weight: bold;
	}
}

.modal_desc {
	letter-spacing: 0.5px; 
	font-size: 14px;
	line-height: 1.9;
}
@media only screen and (max-width: 767px) {
	.modal_desc {
		font-size: 13px;
		line-height: 1.76;
	}
}

.modal_info {
	margin-top: 37px;
	padding-left: 22px;
	border-left: 3px solid #e5e5e5; 
	font-size: 14px;
}
@media only screen and (max-width: 767px) {
	.modal_info {
		margin-top: 21px;
		padding-left: 18px;
		font-size: 13px;
	}
}
.modal_info li {
	padding-bottom: 2px;
	line-height: 1.8;
}
@media only screen and (max-width: 767px) {
	.modal_info li {
		padding-bottom: 19px;
		line-height: 1.54;
	}
	.modal_info li:last-child {
		padding-bottom: 0;
	}
}
.modal_info a {
	color: #000;
}
.modal_info a.icon_blank {
	display: inline-block; 
	position: relative;
}
.modal_info a.icon_blank:after {
	content: "";
	display: inline-block;
	position: relative;
	top: -1px;
	right: -3px;
	width: 10px;
	height: 9px;
	background: url(/img/common/icon_blank_gray.png) 0 0 no-repeat;
}
@media only screen and (max-width: 767px) {
	.modal_info a.icon_blank:after {
		right: -7px;
	}
}
.modal_info .notes {
	display: block;
	color: #666; 
	font-size: 12px;
}
@media only screen and (max-width: 767px) {
	.modal_info .notes {
		font-size: 11px;
	}
}

/* --------------------------------
	scn_strategy
-------------------------------- */
.scnStrategy .inner {
	padding-top: 65px;
}
@media only screen and (max-width: 767px) {
	.scnStrategy .inner {
		padding-top: 20px;
	}
}

.strategyHeding_ttl {
	padding-bottom: 10px; 
	text-align: center;
	font-size: 36px;
	line-height: 1.33333;
}
@media only screen and (max-width: 767px) {
	.strategyHeding_ttl {
		padding-bottom: 19px; 
		font-size: 22px;
	}
}

.strategyHeding_txt {
	padding-top: 35px;
	text-align: left;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	.strategyHeding_txt {
		letter-spacing: 1px; 
		font-size: 13px;
		line-height: 1.8;
	}
}

.strategy_img {
	padding-top: 76px;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.strategy_img {
		padding-top: 25px;
	}
}
.strategy_img li + li {
	margin-top: 50px;
}
@media only screen and (max-width: 767px) {
	.strategy_img li + li {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.strategy_img li img {
		width: 100%;
	}
}

.strategy_banner {
	margin: 100px auto 0;
	text-align: center;
}
@media only screen and (max-width: 767px) {
	.strategy_banner {
		margin: 60px auto 80px;
	}
}
.strategy_banner a {
	display: block;
}