@charset 'UTF-8';



/*==========================
　　　　　  Reset
==========================*/

body {
	color: #221814;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', meiryo, 'メイリオ', 'ms pgothic', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	vertical-align: bottom;
}

ul {
	margin:0;
	padding:0;
}

li {
	list-style-type: none;
}

p {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	color: #221814;
}

a, img, article, input, textarea {
  text-decoration:none;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;  
  transition: .2s;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	margin:0;
	padding:0;
}

dl, dt, dd {
	margin:0;
	padding:0;
}
small {
	font-size: 1em;
}

:focus {
  outline:none;
}


/*==========================
　　　　　　Common
==========================*/
#wrapper {
	width: 100%;
	overflow: hidden;
}

.inner {
	margin: 0 auto;
	max-width: 950px;
	width: 95%;
}
.inner_wide {
	margin: 0 auto;
	max-width: 1400px;
	width: 95%;
}
.float_wrap {
	overflow: hidden;

}
.left_clm {
	float: left;
}
.right_clm {
	float: right;
}
.eng {
	font-family: 'Anton', sans-serif;
}
.bgYlw {
	background: #efeac1;
}
.bgLYlw {
	background: #ffec94;
}
.txt {
	line-height: 1.6;
}
.txt_red {
	color:#F00;
}

.txt_green {
	color:#69AF80;
}

.fw_bold {
	font-weight:bold;
}

.txt_20 {
	font-weight:bold;
	font-size:20px;
}

.txt_28 {
	font-weight:bold;
	font-size:28px;
}

.disc li {
	list-style-type: disc;
	margin-left:15px;
}

.btn {
	max-width: 300px;
	border: 1px solid #251e1c;
	box-sizing: border-box;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin: 30px auto 0;
	position: relative;
}
.btn a {
	display: block;
	padding: 22px 20px 20px;
	line-height: 1;
}
.btn a:hover {
	background: #dcdcdd;
}
.btn.gaibu:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: url(../common/gaibu_ico.png) no-repeat center center;
	background-size: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}
.read_more {
	display: none;
}
.read_more_btn {
	width: 100%;
	border: 1px solid #221814;
	background: #fff;
	padding: 10px 15px;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 15px;
	cursor: pointer;
}
.read_more_btn span {
	padding-left: 30px;
	position: relative;
	display: inline-block;
}
.read_more_btn span:before {
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border-right: 1px solid #221814;
	border-bottom: 1px solid #221814;
	position: absolute;
	top: -3px;
	left: 0;
	transform: rotate(45deg);
}
.read_more_btn.open span:before {
	top: 7px;
	transform: rotate(-135deg);
}
.read_more_btn span:before,
.read_more_btn.open span:before {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.mincho {
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
.border_sc {
	border-top: 4px solid #221814;
	padding-top: 40px;
	margin-bottom: 40px;
}
.post_list {
	width: 100%;
	padding-bottom: 25px;
	-js-display: flex;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}


.post_list > li {
	width: 31.2631%;
	float: left;
	margin-top: 25px;
	margin-right: 3.10535%;
	border-bottom: 1px solid #221814;
	padding-bottom: 15px;
}
.post_list > li:nth-child(3n) {
	margin-right: 0;
}
.post_list .tl {
	font-size: 22px;
	margin: 10px 0;
	font-weight: bold;
}
.post_dtl_inr {
	box-sizing: border-box;
	position: relative;
	padding: 60px 20px 20px;
}
#cboxClose {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
#cboxClose:before,
#cboxClose:after {
	content: "";
	display: block;
	width: 25px;
	height: 1px;
	background: #221814;
	position: absolute;
	top: 13px;
    right: 2px;
}
#cboxClose:before {
	transform: rotate(45deg);
}
#cboxClose:after {
	transform: rotate(-45deg);
}
.post_tl {
	font-size: 26px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #221814;
	margin-bottom: 15px;
}
.post_tl .ruby {
	font-size: 18px;
	font-weight: bold;
}
.post_dtl_inr .image {
	overflow: hidden;
}
.post_dtl_inr .left_clm {
	width: 58.2010582%;
}
.post_dtl_inr .right_clm {
	width: 38.2380952%;
}
.post_dtl_inr .image li:nth-child(n+2) {
	width: 49%;
	float: left;
	margin-top: 20px;
}
.post_dtl_inr .image li:nth-child(even) {
	margin-right: 2%;
}
.info_tl {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}

.info_subtl {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 10px;
}
.dtl_info_tb {
	font-size: 14px;
	border-collapse: collapse;
}
.dtl_info_tb th,
.dtl_info_tb td {
	padding: 5px 0;
}
.dtl_info_tb th {
	text-align: left;
	vertical-align:top;
	width: 25%;
}
.dtl_info_tb td {
	box-sizing: border-box;
	padding-left: 15px;
	line-height: 1.3;
	width: 75%;
}
.gmap_btn {
	display: inline-block;
	border: 1px solid #221814;
	margin-top:10px;
}
.gmap_btn a {
	display: block;
	padding: 7px 10px;
	box-sizing: border-box;
	text-align: center;
	background: #ffe100;
}
.gmap_btn a:hover {
	background: #fff;
}
.ruby {
	font-size: 13px;
	font-weight: normal;
}
.post_list .tl .sub {
	font-size: 18px;
}

.center {
	text-align: center;
}
.model_course {
	font-size: 18px;
	letter-spacing: 1.5px;
	display: inline-block;
	padding: 4px 15px;
	border:1px solid #221814;
	border-radius: 20px;
	margin-left: 25px;
	transform: translateY(-3px);
}

/* スペース */
.spacer_top20 {margin-top:20px;}
.spacer_top25 {margin-top:25px;}
.spacer_top40 {margin-top:40px;}
.spacer_top50 {margin-top:50px;}


/*==========================
　　　　　　Header
==========================*/
header {
	box-sizing: border-box;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
}
header .inner {
	box-sizing: border-box;
	padding-top: 10px;
	position: relative;
}
.head_logo_wrap {
	float: right;
	max-width: 169px;
}
.head_logo {
	width: 100%;
}
.head_logo_wrap .japan {
	float: left;
	max-width: 62px;
	margin-right: 5.9171%;
	width: 36.6863%;
}
.head_logo_wrap .yuzu {
	float: right;
	max-width: 97px;
	width: 57.3964%;
}

/* Burger Button */
#burger {
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	padding-top: 6px;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 9999;
}
#burger span {
	display: block;
	height: 1px;
	width: 24px;
	background-color: #000;
	margin: 6px auto;
	transition: .3s;
}
#burger.open span:first-child {
	transform: translateY(7px) rotate(45deg);
	transition: .3s;
}
#burger.open span:nth-child(2n) {
	opacity: 0;
	transition: .3s;
}
#burger.open span:last-child {
	transform: translateY(-7px) rotate(-45deg);
	transition: .3s;
}

/* english Button */
#english {
	background: #fff;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	float: left;
	padding-top: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 9999;
	margin-left: 8px;
}
#english a {
	background-color: #fff;
	background-image: url(../common/en_b.png);
	background-size:cover;
	width: 40px;
	height: 40px;
	display:block;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
#english a:hover {
	opacity:0.6;
}

/* Gnav */
#gnav {
	background: transparent;
	max-width: 300px;
	position: absolute;
	top: 10px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	z-index: 1;
}
#gnav.open {
	visibility: visible;
	opacity: 1;
}
#gnav,
#gnav.open {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#gnav > ul {
	border-bottom: 1px solid #221814;
	background: #e5e6e6;
	padding-top: 60px;
}
#gnav li {
	font-size: 15px;
	font-weight: bold;
	border-top: 1px solid #221814;
}
#gnav li a,
#gnav li.child span {
	box-sizing: border-box;
	display: block;
	padding: 20px;
	position: relative;
	cursor: pointer;
}
#gnav li.child > span:before,
#gnav li.child > span:after {
	display: block;
	content: "";
	width: 15px;
	height: 2px;
	background:#221814;
	position: absolute;
	top: 50%;
	right: 20px;
}
#gnav li.child > span:after {
	transform: rotate(90deg);
}
#gnav li.child > span.open:before {
	transform: rotate(135deg);
}
#gnav li.child > span.open:after {
	transform: rotate(225deg);
}
#gnav li.child > span:before,
#gnav li.child > span:after,
#gnav li.child > span.open:before,
#gnav li.child > span.open:after {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
#gnav li ul {
	display: none;
}
#gnav li li {
	background: #fff;
}


/*==========================
　　　　　　 Top
==========================*/
#top_mv {
	width: 100%;
	height: 100vh;
	position: relative;
}
.slider_wrap,
#top_mv .bxslider {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.logo {
	max-width: 217px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50%;
	z-index: 1;
}
.train_svg {
	position: absolute;
	bottom: 20%;
	right: 0;
	width: 100%;
	z-index: 1;
}
.scroll {
	position: absolute;
	left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}
.scroll a span:before,
.scroll a:hover span:before {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.scroll a:hover span:before {
	top: 5px;
}
.scroll span {
	color: #fff;
	font-size: 18px;
	letter-spacing: 2.6px;
	padding-top: 30px;
	position: relative;
}
.scroll span:before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 50%;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: translateX(-50%) rotate(45deg);
}
#top_menu {
	margin: 60px 0;
}
.top_menu_list {
	margin: 0 auto;
	max-width: 845px;
	width: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top_menu_list li {
	margin-top: 50px;
	margin-right: 12.725%;
	width: 24.85%;
}
.top_menu_list div {
	float: none;
	margin-top: 30px;
	margin-right: auto;
	width: 30%;
	margin-left: auto;
	margin-bottom: 0px;
}
.top_menu_list li:nth-child(3n) {
	margin-right: 0;
}
.top_menu_list li:nth-child(-n+3) {
	margin-top: 0;
}
.top_menu_list li a {
	display: block;
}
.top_menu_list div a {
	display: block;
}
.top_menu_list .image {

}
.top_menu_list a .image img,
.top_menu_list a:hover .image img,
.top_menu_list a .menu_txt,
.top_menu_list a:hover .menu_txt {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.top_menu_list a:hover .image img {
	transform: scale(1.1,1.1);
}
.top_menu_list .menu_txt {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	min-height: 44px;
}
.top_menu_list a:hover .menu_txt {
	color: #009139;
}
#top_news {
	position: relative;
}
.top_news_box {
	box-sizing: border-box;
	border: 1px dashed #221814;
	margin: 0 auto;
	max-width: 890px;
	padding: 15px 15px 15px 100px;
	height: 180px;
	width: 100%;
}
.top_news_list {
	width: 100%;
}
.news_tl {
	background: #ffe100;
	border-radius: 50%;
	box-sizing: border-box;
	font-size: 14px;
	letter-spacing: 3px;
	padding-top: 24px;
	position: absolute;
	top: 15px;
	left: 30px;
	text-align: center;
	height: 62px;
	width: 62px;
}
.news_tl span {
	display: inline-block;
	padding-left: 4px;
}
.top_news_list dt {
	margin-bottom: 5px;
}
.top_news_list dd {
	box-sizing: border-box;
	border-bottom: 1px solid #221814;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 1.3;
}
.top_news_list dd:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.top_banner_list {
	margin-top: 30px;
	width: 100%;
}
.top_banner_list li {
	box-sizing: border-box;
	border: 1px solid #c8c9ca;
	float: left;
	margin-top: 15px;
	margin-right: 0.8%;
	width: 16%;
}
.top_banner_list li:nth-child(-n+6) {
	margin-top: 0;
}
.top_banner_list li:nth-child(6n) {
	margin-right: 0;
}

/* bxslider reset */
.bx-wrapper,
.bx-wrapper .bx-viewport,
.bxslider li {
	height: 100vh!important;
}
.bx-wrapper .bx-viewport {
	box-shadow: none;
	border: none;
	left: 0;
	background: transparent;
}


/*==========================
　　　　　　 Lower
==========================*/
/* Common */
header.lower {
	background: url(../common/lw_head_bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
header.lower .logo {
	max-width: 121px;
	width: 23%;
}
.lw_tl_wrap {
	font-size: 30px;
	margin: 45px auto 10px;
	padding: 85px 0 65px;
	position: relative;
	text-align: center;
}
.lw_tl_wrap:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lw_tl_wrap:after {
	background: url(../common/senro.png) no-repeat center center;
	background-size: 100%;
	content: "";
	display: block;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#nippon_tuite .lw_tl_wrap:before {
	background: url(../common/lw_tl_train.png) no-repeat center center;
	background-size: 90px;
	width: 90px;
	height: 60px;
}
#spot .lw_tl_wrap:before {
	background: url(../common/lw_tl_spot.png) no-repeat center center;
	background-size: 117px;
	width: 117px;
	height: 76px;
}
#course .lw_tl_wrap:before {
	background: url(../common/lw_tl_course.png) no-repeat center center;
	background-size: 48px;
	width: 48px;
	height: 96px;
}
#relax .lw_tl_wrap:before {
	background: url(../common/lw_tl_onsen.png) no-repeat center center;
	background-size: 80px;
	width: 80px;
	height: 80px;
}
#comic .lw_tl_wrap:before {
	background: url(../common/lw_tl_comic.png) no-repeat center center;
	background-size: 60px;
	width: 60px;
	height: 100px;
background-position: top;
}
#spot .lw_tl_wrap {
	padding-top: 95px;
}
#course .lw_tl_wrap {
	padding-top: 120px;
}
#relax .lw_tl_wrap {
	padding-top: 95px;
}
.lw_top_nav_list {
	display: -webkit-flex;
	-webkit-justify-content: space-between;
	display: flex;
	justify-content: space-between;
	padding-bottom: 55px;
	margin-bottom: 40px;
}
.lw_top_nav_list li {
	float: left;
	max-width: 120px;
	width: 100%;
	text-align: center;
}
.lw_top_nav_list li a {
	display: block;
	position: relative;
}
.lw_top_nav_list li a:after {
	content: "";
	display: block;
	width: 35px;
	height: 35px;
	border-right: 2px solid #251e1c;
	border-bottom: 2px solid #251e1c;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	opacity: 0;
}
.lw_top_nav_list li a:hover:after {
	opacity: 1;
	transform: translate(-50%,7px) rotate(45deg);
}
.lw_top_nav_list li a:after,
.lw_top_nav_list li a:hover:after {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.lw_top_nav_list .image {
	overflow: hidden;
}
.lw_top_nav_list .image img {
	vertical-align: bottom;
	max-width: 120px;
	width: 100%;
}
.lw_top_nav_list .menu_txt {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
	min-height: 42px;
}
.lw_sctl {
	font-size: 30px;
	border-left: 10px solid #251e1c;
	padding: 4px 0;
	padding-left: 20px;
}
.sc_wrap .left_clm {
	width: 25.2631%;
}
.sc_wrap .right_clm {
	width: 74.7369%;
}
.sc_wrap {
	padding: 60px 0;
}
.dtl_txt_box {
	padding:0 0 15px 25px;
	box-sizing: border-box;
}
.dtl_txt_box .catch {
	margin-top: 30px;
	line-height: 1.6;
	font-weight: bold;
	font-size: 18px;
}
.dtl_txt_box .catch span {
	font-weight: normal;
	font-size: 15px;
	padding: 0 15px;
	display: inline-block;
}
.lw_scinr_tl {
	text-align: center;
}
.lw_scinr_tl span {
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.dtl_txt_box .head {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: bold;
}
.dtl_txt_box .head.mincho {
	font-weight: normal;
}


/* ゆずと森林鉄道日本遺産について */
.nippon_tuite .lw_top_nav_list {
	max-width: 750px;
	margin: 0 auto 40px;
	box-sizing: border-box;
}
#nippon_tuite .main_image {
	margin: 0 auto 40px;
	padding: 0 15px;
	box-sizing: border-box;
	max-width: 950px;
}

#story {
	margin-top:40px;
}

#story .sc_wrap {
	padding: 30px 0;
}
.story_wrap .dtl_txt_box {
	border-left: 2px solid #fff;
	box-sizing: border-box;
}


/* 中芸地域の案内 */
.chugei_annai .left_clm,
.chugei_annai .right_clm {
	width: 50%;
}
.chugei_annai .right_clm {
	text-align: center;
}
.chugei_annai .right_clm img {
	max-width: 353px;
	width: 100%;
}
.about_chugei {
	margin-top: 20px;
}
.about_chugei dt {
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 10px;
}
#chugei_point .lw_sctl,
#history .lw_sctl {
	margin-bottom: 40px;
}
#chugei_point .sc_wrap .left_clm {
	width: 37.47368%;
	text-align: center;
	padding: 0 15px;
	box-sizing: border-box;
}
#chugei_point .sc_wrap .right_clm {
	width: 62.52631%;
}
#chugei_point .sc_wrap .left_clm img {
	max-width: 300px;
	width: 100%;
}
.nahari_btn {
	display: inline-block;
	text-align: center;
	border: 1px solid #000;
	margin-top: 15px;
}
.nahari_btn a {
	background: #009139;
	display: block;
	padding: 8px 10px 7px;
	box-sizing: border-box;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	line-height: 1;
}
.nahari_btn a:hover {
	background: #006834;
}
.nahari_point_list {
	margin-top: 20px;
}
.nahari_point_list li {
	float: left;
	width: 48.42105%;
}
.nahari_point_list li:first-child {
	margin-right: 3.1579%;
}
.nahari_point_list .tl {
	font-size: 22px;
	font-weight: bold;
	padding: 7px 10px;
	box-sizing: border-box;
	border: 1px solid #221814;
	margin-bottom: 10px;
}
.nahari_point_list .image {
	margin-bottom: 10px;
}
.dtl_btn {
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #221814;
	text-align: center;
	margin-top: 10px;
}
.dtl_btn a {
	display: block;
	padding: 8px 10px 7px;
	line-height: 1;
	background: #fff;
}
.dtl_btn a:hover {
	background: #ffe100;
}
.history_image_list {
	margin-top: 40px;
	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;	  
}
.history_image_list::after{
  content:"";
  display: block;
  width:31%;
}
.history_image_list li {
	width: 31%;
	margin-bottom: 20px;
}
.history_image_list li:last-child {
	margin-right: 0;
}

/* 日本遺産スポット */
.spot .lw_top_nav_list {
	max-width: 870px;
	margin: 0 auto 40px;
    box-sizing: border-box;
}
.spot .lw_top_nav_list li {
	max-width: 157px;
}
.spot .lw_top_nav_list .image img {
	max-width: 157px;
}
.see_catch_box {
	margin: 40px auto 0px;
	padding-top:40px;
	max-width: 730px;
	font-size: 18px;
	line-height: 1.6;
}

/* 日本遺産をめぐる */
.course .post_list {
	margin-bottom: 120px;
}
.course .post_list li {
	border-bottom: none;
}
.course .post_list .image {
	overflow: hidden;
	position: relative;
}
.course .post_list .image:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	border-right: 6px solid #fff;
	border-bottom: 6px solid #fff;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
}
.course .post_list li a {
	display: block;
}
.course .post_list li a:hover {
	transform: scale(1.1,1.1);
}
.course_menu li {
	display: inline-block;
	border-radius: 20px;
	border: 1px solid #221814;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 15px;
}
.course_menu li a {
	display: block;
	padding: 7px 15px 6px;
	padding-right: 60px;
	background: #fff;
	line-height: 1;
}
.course_menu li a:hover {
	background: #ffe100;
}
.course_menu li:after {
	background: url(../course/arrow.png) no-repeat center center;
	background-size: 28px;
	content: "";
	display: block;
	width: 28px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-52%);
}
.course_menu li.noarrow a {
	padding-right: 15px;
}
.course_menu li.noarrow:after {
	display: none;
}
.course_tl {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0 0;
}
.course_image {
	margin: 0 auto;
	max-width: 950px;
	padding: 25px 0 0;
}
.kuni_bunka {
	border: 1px solid #221814;
	padding: 8px 10px 7px;
	line-height: 1;
	margin:10px 0;
}


/* 日本遺産を語る */
#talk .lw_tl_wrap {
	padding-top: 115px;
}
#talk .lw_tl_wrap:before {
	background: url(../common/lw_tl_talk.png) no-repeat center center;
	background-size: 119px;
	width: 119px;
	height: 102px;
}
#talk .lw_top_nav_list li {
	max-width: 180px;
}
#talk .lw_top_nav_list .image img {
	max-width: 172px;
}
.sctl_under_txt {
	margin: 30px auto 60px;
	max-width: 730px;
	width: 100%;
	line-height: 1.6;
}
#isan_talk .sc_wrap .left_clm,
#isan_talk .sc_wrap .right_clm,
#news_wrap .sc_wrap .left_clm,
#news_wrap .sc_wrap .right_clm {
	width: 50%;
}
#isan_talk .sc_wrap .left_clm,
#news_wrap .sc_wrap .left_clm {
	padding-right: 45px;
	box-sizing: border-box;
}
.isan_img{
	max-width: 950px;
	width: 95%;
	margin:40px auto 0;
	display:block;
}

.isan_img img{
	width:100%;
}

/* 日本遺産構成文化財の紹介 */
.isan_catch_box {
	margin: 40px auto 0px;
	max-width: 730px;
	font-size: 18px;
	line-height: 1.6;
}

.isan_subtl {
	font-size: 20px;
	font-weight:bold;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


/* 日本遺産構成文化財のマップ */

.isanmap_wrap {
	width:650px;
	margin:0 auto 40px;
	display:block;
}

.isanmap_wrap img{
	width:100%;
}

/* 季節行事 */
#season .lw_tl_wrap {
	padding-top: 100px;
}
#season .lw_tl_wrap:before {
	background: url(../common/lw_tl_season.png) no-repeat center center;
	background-size: 86px;
	width: 86px;
	height: 83px;
}
.spring_event {
	margin: 0 auto 30px;
	max-width: 319px;
	width: 100%;
}

/* NEWS */
#news .lw_tl_wrap:before {
	background: url(../common/lw_tl_news.png) no-repeat center center;
    background-size: 63px;
    width: 63px;
    height: 74px;
}
.newspage_wrap .date {
	text-align: right;
	margin: 50px 0;
	padding-right: 15px;
	box-sizing: border-box;
}
#news_wrap {
	margin-bottom: 40px;
}
.newspage_tl {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
.news_tb {
	font-size: 18px;
	width: 100%;
	margin-bottom: 15px;
}
.news_tb th,
.news_tb td {
	text-align: left;
	font-weight: bold;
}
.news_tb th {
	width: 30%;
}
.read_more_btn.news {
	max-width: none;
	width: 100%;
	background: #f7f7f7;
}
.sctl_under_txt.news {
	margin-bottom: 10px;
}
.history_image_list li .txt {
	margin-top: 15px;
}


/* アクセス */
#access .lw_tl_wrap {
	padding-bottom: 0;
}
#access .lw_tl_wrap:after {
	display: none;
}
#access .lw_tl_wrap:before {
	background: url(../common/lw_tl_access.png) no-repeat center center;
    background-size: 84px;
    width: 84px;
    height: 45px;
}
.access_txt {
	margin: 50px auto;
	max-width: 730px;
	font-size: 14px;
}
.access_box {
	max-width: 780px;
	margin: 0 auto;
	width: 100%;
}
.access_tl {
	font-size: 20px;
	font-weight: bold;
	padding: 10px 15px;
	box-sizing: border-box;
	padding-left: 90px;
	margin-top: 70px;
	margin-bottom: 25px;
	border-top: 1px solid #221814;
	border-bottom: 1px solid #221814;
	position: relative;
}
.access_tl:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
.access_tl.car:before {
	width: 78px;
	height: 32px;
	background: url(../access/car_ico.png) no-repeat center center;
	background-size: 78px;
}
.access_tl.train:before {
	width: 55px;
	height: 38px;
	background: url(../access/train_ico.png) no-repeat center center;
	background-size:55px;
}
.access_tl.taxi:before {
	width: 62px;
	height: 31px;
	background: url(../access/taxi_ico.png) no-repeat center center;
	background-size: 62px;
}
.access_tl.cycle:before {
	width: 57px;
	height: 35px;
	background: url(../access/cycle_ico.png) no-repeat center center;
	background-size: 57px;
}

.orange_tl {
	font-size: 20px;
	font-weight: bold;
	padding: 9px 7px 7px;
	box-sizing: border-box;
	border: 1px solid #ec6c00;
	color: #ec6c00;
	line-height: 1;
}
.orange_tl:not(:first-child) {
	margin-top: 30px;
}
.access_car_wrap .left_clm,
.access_car_wrap .right_clm {
	width: 48.7%;
}
.access_time_txt {
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	line-height: 1.3;
}
.car_map_image {
	margin-top: 50px;
}
.train_access_image {
	margin-top: 10px;
	margin-bottom: 30px;
}
.train_dtl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}
.train_dtl dd {
	line-height: 1.3;
}
.access_time {
	margin-top: 10px;
}
.txtlink {
	color: #009139;
}
.txtlink:hover {
	text-decoration: underline;
}
.traffic_list dl {
	float: left;
	width: 48%;
}
.traffic_list dl:nth-child(odd) {
	margin-right: 4%;
}
.traffic_list dt {
	background: #fff000;
	padding: 11px 15px 10px;
	box-sizing: border-box;
	border: 1px solid #000;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 1;
}
.traffic_list dd {
	font-size: 17px;
	font-weight: bold;
}
.traffic_list dd span {
	font-weight: normal;
	font-size: 14px;
}
.traffic_btn {
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 10px;
}
.traffic_btn a {
	display: block;
	color: #fff;
	background: #009139;
	padding: 8px 15px 7px;
	line-height: 1;
}
.traffic_btn a:hover {
	background: #006834;
}
.traffic_list dd .image {
	margin-top: 15px;
}
.cycle_tb {
	border-collapse: collapse;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	margin-top: 20px;
}
.cycle_tb th,
.cycle_tb td {
	padding: 10px 0;
	box-sizing: border-box;
	border-bottom: 1px solid #000;
	text-align: left;
}
.cycle_tb th {
	font-weight: normal;
	padding-left: 10px;
	width: 25%;
}
.cycle_tb tr:first-child th,
.cycle_tb tr:first-child td {
	border-top: 1px solid #000;
}
.gmap {
	margin-top: 40px;
}

.under_line{
	border-bottom: 1px solid #221814;
	padding-bottom: 15px;
}

/*==========================
　　　　　　Footer
==========================*/
footer {
	margin-top: 95px;
}
.pagetop {
	float: right;
	max-width: 84px;
	width: 100%;
	position: fixed;
	bottom:40px;
	right: 5%;
}
#foot_menu {
	background: #f7f7f7;
	border-top: 1px solid #b4b5b5;
	border-bottom: 1px solid #b4b5b5;
	padding: 8px 0;
	margin-bottom: 10px;
}
.foot_menu_list {
	float: right;
}
.foot_menu_list li {
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #221814;
	padding: 0 20px;
}
.foot_menu_list li:first-child {
	border-left: 1px solid #221814;
}
.foot_menu_list li a:hover {
	opacity: .4;
}
.foot_menu_list li.access a {
	display: block;
}
.foot_menu_list li span {
	display: inline-block;
	padding-left: 7px;
}
.foot_menu_list li.access span {
	padding-bottom: 10px;
}
.foot_menu_list li.sns {
	padding: 2px 20px;
}
.foot_menu_list li.sns span {
	padding-bottom: 8px;
}
.fb_link {
	margin-right: 20px;
}
.sitemaps_tl {
	background: #d2d3d3;
	box-sizing: border-box;
	font-size: 18px;
	letter-spacing: 3px;
	padding: 5px 15px;
	text-align: center;
	cursor: pointer;
}
.sitemaps_tl span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}
.sitemaps_tl span:before {
	content: "";
	display: block;
	border-bottom: 1px solid #221814;
	border-right: 1px solid #221814;
	position: absolute;
	left: 0;
	top: 0;
	transform: rotate(45deg);
	height: 12px;
	width: 12px;
}
.sitemaps_tl.open span:before {
	top: 13px;
	transform: translateY(-50%) rotate(-135deg);
}
.sitemaps_list_wrap {
	box-sizing: border-box;
	display: none;
	padding: 20px;
}
.sitemaps_list {
	float: left;
}
.sitemaps_list:first-child,
.sitemaps_list:last-child {
	width: 28%;
}
.sitemaps_list:nth-child(2) {
	width: 44%;
}
.sitemaps_list li {
	padding-left: 15px;
	position: relative;
	margin-bottom: 10px;
}
.sitemaps_list li:last-child {
	margin-bottom: 0;
}
.sitemaps_list li:before {
	content: "";
	display: block;
	height: 0;
	width: 0;
	border: 6px solid transparent;
	border-left: 8px solid #221814;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.sitemaps_list li a:hover {
	color: #009139;
}
.sitemaps_list li:hover:before,
.sitemaps_list li:before,
.sitemaps_tl span:before,
.sitemaps_tl.open span:before {
	-webkit-transition: .2s;
	-moz-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.sitemaps_list li:hover:before {
	border-left: 8px solid #009139;
}
.footer_info_wrap {
	background: #ffe100;
	box-sizing: border-box;
	font-size: 13px;
	padding: 20px 15px;
	text-align: center;
	line-height: 18px;
}
.footer_info_wrap .title {
	margin: 0 auto 13px;
	max-width: 209px;
	width: 100%;
}
.footer_info_wrap .address {
	margin-bottom: 5px;
}
.footer_info_wrap .txtlink {
	color: #221814;
}

.footer_info_wrap p+p {
	margin-top: 12px;
}

.footer_info_wrap span  {
	display:inline-block;
	margin-right:0.5em;
	margin-left:0.5em;
}





#news .top_news_list {
	width:95%;
	max-width:950px;
	margin: auto;
}
#news .top_news_list dt {
	font-weight: bold;
}
.new:after{
	content:"New";
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	border-radius:8px;
	font-style:italic;
	font-weight:bold;
}
.container .dtl_txt_box.txt p b {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: rgba(0,0,0,0.2);
}
.newMark {
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	border-radius:8px;
	font-style:italic;
	font-weight:bold;
}

/* ダウンロード */
#dl .lw_tl_wrap {
	padding-bottom: 0;
}
#dl .lw_tl_wrap:after {
	display: none;
}
#dl .lw_tl_wrap:before {
	background: url(../common/lw_tl_dl.png) no-repeat center center;
    background-size: 63px;
    width: 63px;
    height: 56px;
}
.dl_tl {
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	margin-top: 70px;
	margin-bottom: 25px;
	border-top: 1px solid #221814;
	border-bottom: 1px solid #221814;
	position: relative;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#dl .logo_mark {
	-js-display: flex;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#dl .logo_mark+.logo_mark {
	margin-top: 25px;
	padding-top: 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#dl .logo_mark dd h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 13px;
}
#dl .logo_mark dd p:before {
	content:"●";
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #ffe134;
}
#dl .logo_mark dd p+p {
	margin-top:6px;
}
#dl .logo_mark dt {
	position:relative;
	margin-right: 20px;
}
#dl .logo_mark dd {
	position:relative
}
#dl .logo_mark dd div {
	position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}
#dl  .logo_mark dd div p a:hover {
	color: #999;
}
.inner.banner {
	margin-top: 40px;
	margin-bottom: 20px;
}
.inner.banner ul {
	-js-display: flex;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-ms-flex-wrap: wrap;
      flex-wrap: wrap;
	   -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
@media screen and (max-width:980px){
.inner.banner ul {
	width:95%;
	margin:auto;
}
}
.inner.banner ul li {
	width:19%;
	margin-bottom:20px;
	height:auto;
}
@media screen and (max-width:600px){
.inner.banner ul li {
	width:32%;
	margin-bottom:20px;
	height:auto;
}
}

.inner.banner ul li img {
	width:100%;
	height:auto;
}


/* 動画 */
#mv .lw_tl_wrap {
	padding-top: 110px;
	padding-bottom: 0px;
}
#mv .lw_tl_wrap:after {
	display: none;
}
#mv .lw_tl_wrap:before {
	background: url(../common/lw_tl_mv.png) no-repeat center center;
	background-size: 80px;
	width: 80px;
	height: 89px;
}
.movie-wrap {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap2 {
	position: relative;
	padding-bottom: 45%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movie-wrap iframe,.movie-wrap2 iframe,.movie-wrap video,.movie-wrap2 video {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}


/* 魅力 */
#charm .lw_tl_wrap {
	padding-top: 120px;
}

#charm .lw_tl_wrap:before {
	background: url(../common/lw_tl_charm.png) no-repeat center center;
	background-size: cover;
	width: 70px;
	height: 96px;
}

/* みんなの中芸 */
#select .lw_tl_wrap {
	padding-top: 120px;
}

#select .lw_tl_wrap:before {
	background: url(../common/lw_tl_select.png) no-repeat center center;
	background-size: cover;
	width: 75px;
	height: 96px;
}
.inner.banner .pikuup_b {
	width: 300px;
	margin: 20px auto 30px;
}
@media screen and (max-width: 600px) {
.inner.banner .pikuup_b {
	width: 50%;
	margin: 20px auto 30px;
}
	}
.inner.banner .pikuup_b img {
	width: 100%;
	height: auto;
}
.ippin li {
	
}
.ippin .item_name {
	font-size: 17px;
	line-height: 24px;
	margin: 15px 0;
	font-weight: bold;
	margin-left: 10px;
}
.ippin .item_name>span {
	display: inline-block;
}
.ippin .item_shop {
	font-size: 15px;
	line-height: 20px;
	margin: 10px 0;
	font-weight:400;
	margin-left: 10px;
}
.ippin .post_list li.item_line {
	border: solid 1px #cccccc;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	position: relative;
	padding-bottom: 40px;
}
.ippin .post_list .item_image {
	overflow: hidden;
	position: relative;
	height: auto;
}
.ippin .post_list li a {
	display: block;
}
.ippin .post_list li a:hover {
	transform: scale(1.1,1.1);
}

.item_btn {
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0px;
}
.item_btn  a {
	display: block;
	padding: 8px 10px 7px;
	line-height: 1;
		background-color: #ff931e;
	font-weight: 900;
}
.item_btn  a:hover {
	background: #ffe100;
}
.course .post_list .item_image {
	overflow: hidden;
	position: relative;
}
.item_btn  i {
	margin-left: 5px;
}
.ippin .post_list .image {
	overflow: hidden;
	position: relative;
}
.town_umaji {
	position: absolute;
	top:0;
	left: 0;
	font-size: 14px;
	background-color: rgba(204,165,125,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}
.town_yasuda {
	position: absolute;
	top:0;
	left: 0;
	font-size: 14px;
	background-color: rgba(50,175,200,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}
.town_tano {
	position: absolute;
	top:0;
	left: 0;
	font-size: 14px;
	background-color: rgba(88,188,74,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}
.town_nahari {
	position: absolute;
	top:0;
	left: 0;
	font-size: 14px;
	background-color: rgba(166,136,200,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}
.town_kitagawa {
	position: absolute;
	top:0;
	left: 0;
	font-size: 14px;
	background-color: rgba(255,200,0,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #000;
	z-index: 1;
	
}
.select_data>h1 {
	font-size: 22px;
	text-align: center;
	margin-bottom: 1.0em;
}

.select_data>h2 {
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 30px;
}
.select_data>h2>span {
	display: inline-block;
}

.select_data .item_img {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.select_data .item_img>img {
	width: 100%;
	height: auto;
}
.select_data .item_data {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	 -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
}
.select_data .item_data>dt {
	width: 30%;
	height: auto;
	margin-left: 7%;
}
.select_data .item_data>dt>img {
	width: 100%;
	height: auto;
}
.select_data .item_data>dd {
	-webkit-flex: 1;  flex: 1;
}
.select_data .item_data>dd .catch {
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 1.0em;
	color: #ff931e;
	font-weight: 900;
}
.select_data .item_data>dd p {
	line-height: 1.8em;
}
.shop_data{
	background-color: #f5f4f0;
	margin-top: 50px;
	padding: 0 20px 20px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
.shop_data>dt {
	font-size: 15px;
	background-color: #bca475;
	padding: 0.3em 1.0em;
	color: #FFF;
	display: inline-block;
	font-weight: 900;
	transform:translateY(-50%);
	margin-bottom: 5px;
}
.shop_data>dd ul li {
	font-size: 16px;
	text-indent: -1.0em;
	padding-left: 1.0em;
}
.shop_data>dd ul li a  {
	text-decoration: underline;
}
.shop_data>dd ul li a:hover  {
	opacity: 0.4;
}
.shop_data>dd ul li+li {
	margin-top: 8px;
}
.shop_data>dd ul li:before {
	content: "●";
	color: #d9d6c7;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
}


.town_umaji02 {
	position: relative;
	top:-4px;
	margin-right: 10px;
	font-size: 14px;
	background-color: rgba(204,165,125,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}
.town_yasuda02 {
	position: relative;
	top:-4px;
	margin-right: 10px;
	left: 0;
	font-size: 14px;
	background-color: rgba(50,175,200,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}
.town_nahari02 {
	position: relative;
	top:-4px;
	margin-right: 10px;
	font-size: 14px;
	background-color: rgba(166,136,200,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}
.town_kitagawa02 {
	position: relative;
	top:-4px;
	margin-right: 10px;
	font-size: 14px;
	background-color: rgba(255,200,0,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #000;
	z-index: 1;
	
}

.town_tano02 {
	position: relative;
	top:-4px;
	margin-right: 10px;
	font-size: 14px;
	background-color: rgba(88,188,74,0.9);
	font-weight: 900;
	padding: 0.4em 1.3em;
	color: #FFF;
	z-index: 1;
	
}

/* コミック */
.author {
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border: solid 3px rgba(0,0,0,0.12);
	padding: 20px;
	background-color: rgba(0,0,0,0.04);
	max-width: 950px;
	margin: 40px auto 0;
}
.author>dt {
	font-weight: 900;
	margin-bottom: 0.9em;
	padding-bottom: 0.8em;
	border-bottom: solid 1px rgba(0,0,0,0.15);
}
.author>dd {
	line-height: 1.6em;
}
.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comic_button {
	text-align: center;
	margin-top: 30px;
}
.comic_button a {
	font-weight: 800;
	background-color: #fee122;
	padding: 0.6em 1.5em;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
.comic_button a:hover {
	opacity: 0.5;
}
.comic {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 600px) {
.comic {
	display: block;
}
	}
.comic>li {
	width: 68%;
	margin-bottom: 15px;
}
.comic>li:first-child {
	width: 28%;
}
@media screen and (max-width: 600px) {
.comic>li {
	width: 100%;
}
.comic>li:first-child {
	width: 100%;
	margin-bottom: 20px;
}
	}
.comic>li img {
	width: 100%;
	height: auto;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
	border: solid 1px rgba(0,0,0,0.2);}
.comic>li h2 {
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 0.6em;
}
@media screen and (max-width: 800px) {
.comic>li h2 {
	text-align: center;
	font-size: 1.3rem;
}
	}
@media screen and (max-width: 600px) {
.comic>li h2 {
	text-align: center;
	font-size: 1.2rem;
}
	}
.comic>li h3 {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 2.0em;
}
@media screen and (max-width: 800px) {
.comic>li h3 {
	text-align: center;
	font-size: 1.1rem;
}
	}
@media screen and (max-width: 600px) {
.comic>li h3 {
	text-align: center;
	font-size: 1.0rem;
}
	}