@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;
	line-height: 1.6em;
}
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: 1100px;
  margin-bottom: 0;
}
.inner+.inner {
margin-top: 40px;
}
@media screen and (max-width: 800px) {
.inner+.inner {
margin-top: 30px;
}
	}
@media screen and (max-width: 600px) {
.inner+.inner {
margin-top: 25px;
}
	}
@media screen and (max-width: 480px) {
.inner+.inner {
margin-top: 20px;
}
	}
.inner_wide {
  margin: 0 auto;
  max-width: 1400px;
  width: 95%;
}
.float_wrap {
  overflow: hidden;
	
}
@media screen and (max-width: 600px) {
.float_wrap {
	padding: 0px 0;
}	
}
.float_wrap .image {
overflow: hidden;
  position: relative;
  height: auto;
}
#wrapper img {
width: 100%;
	height: auto;
}
.float_wrap a {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 600;
}
.float_wrap a:hover img {
	transform: scale(1.1, 1.1);
}
.left_clm {
width: 100%;
}
.right_clm {
}
.right_clm img {
	width: 100%;
	height: auto;
}
.story_wrap {
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	
}
@media screen and (max-width: 600px) {
.story_wrap {
 display: block;
}	
}
.story_wrap>.talk_image {
 width: 48%;
	
}
.story_wrap>.container {
 width: 48%;
	
}
@media screen and (max-width: 600px) {
.story_wrap>.talk_image {
 width: 100%;
	
}
.story_wrap>.container {
 width: 100%;
}	
}
.eng {
  font-family: 'Anton', sans-serif;
}
.bgYlw {
}
.bgLYlw {
  background-color: #F2F2F2;
	padding: 20px 20px 20px;
}
@media screen and (max-width: 600px) {
.bgLYlw {
	padding: 15 15px 15px;
}
	}
@media screen and (max-width: 480px) {
.bgLYlw {
	padding: 10px 10px 10px;
}
	}

.txt {
	line-height: 1.8em;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 1.7rem;
}
@media screen and (max-width: 1000px) {
.txt {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 800px) {
.txt {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
.txt {
	font-size: 1.4rem;
}
	}
	.txt_s {
	line-height: 1.6em;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
.txt_s {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 600px) {
.txt_s {
	font-size: 1.3rem;
}
	}
.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;
	<p class="access_time_txt">
}
.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: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
	  	line-height: 1.5em;

}
.border_sc {
  padding-top: 0px;
  margin-bottom: 0px;
}
.border_sc+.border_sc {
  padding-top: 30px;
  margin-bottom: 30px;
}
.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;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
.post_list > li {
  width: 31.2631%;
  margin-top: 25px;
  margin-right: 3.10535%;
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 15px;
}
.post_list > li:nth-child(3n) {
  margin-right: 0;
}
.post_list > li:nth-child(1),.post_list > li:nth-child(2),.post_list > li:nth-child(3) {
  margin-top: 0;
}
.post_list:after {
	content: "";
	  margin-right: 0;
	 width: 31.2631%;
}
@media screen and (max-width: 800px) {
.post_list > li {
  margin-right: 0;
	width: 48%;
}
	}
@media screen and (max-width: 800px) {
.post_list > li:nth-child(3) {
  margin-top: 25px;
}
	}
@media screen and (max-width: 600px) {
.post_list > li:nth-child(2),.post_list > li:nth-child(3) {
  margin-top: 0px;
}
	}
.post_list > li dt {
  position: relative;
	overflow: hidden;
}
.post_list .tl {
  font-size: 20px;
  margin: 10px 0;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
	  	line-height: 1.5em;
}
.post_list .txt {
	line-height: 1.6em;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
	font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
.post_list .txt {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
.post_list .txt {
	font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
.post_list .txt {
	font-size: 1.3rem;
}
	}
.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;
	line-height: 1.3em;
}
.post_list .tl .sub {
  font-size: 16px;
}
.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;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
header .inner {
  box-sizing: border-box;
  padding-top: 10px;
  position: relative;
}
header .inner h1 {
  width: 220px;
	height: 91px;
	background-image: url("../img/common/head_logo.png");
	background-size: cover;
	display: block;
	}
header .inner h1 a {
  font-size: 12px;
  line-height: 12px;
  padding: 0px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
}
.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 {
	
}

/*==========================
　　　　　　 Top
==========================*/

/*.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;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
.top_news_box {
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
.top_news_list {
  width: 100%;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
		font-size: 1.7rem;
	line-height: 1.4em;
}
@media screen and (max-width: 1000px) {
.top_news_list {
		font-size: 1.6rem;
}
	}
@media screen and (max-width: 800px) {
.top_news_list {
		font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
.top_news_list {
		font-size: 1.4rem;
	display: block;
}
	}
.top_news_list+.top_news_list {
  background-image: linear-gradient(to right, rgb(0, 0, 0, 0.25), rgb(0, 0, 0, 0.25) 3px, transparent 3px, transparent 8px);
  background-size: 7px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  margin-top: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 800px) {
.top_news_list+.top_news_list {
  margin-top: 15px;
  padding-top: 15px;
}
	}
@media screen and (max-width: 480px) {
.top_news_list+.top_news_list {
  margin-top: 12px;
  padding-top: 12px;
}
	}
.news_tl {
  background: #ffe100;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 3px;
  padding-top: 20px;
  position: absolute;
  top: 15px;
  left: 45px;
  text-align: center;
  height: 62px;
  width: 62px;
}
.news_tl span {
  display: inline-block;
  padding-left: 4px;
}
.top_news_list dt {
	color: #D00A1D;
	margin-right: 1.5em;
	font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
font-style: normal;
	font-size: 1.2em;
	line-height: 1.3em;
}
@media screen and (max-width: 600px) {
.top_news_list dt {
  margin-bottom: 5px;
}
	}
.top_news_list dd {
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	 align-items: center;
}
.top_news_list dd a {
	color: #000;
}
.top_news_list dd a:hover {
	color: #D00A1D;
}
.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(http://yuzuroad.jp//img/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;
}
@media screen and (max-width: 600px) {
.lw_tl_wrap {
  font-size: 30px;
  margin: 45px auto -20px;
  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;
}
#course .flower .lw_tl_wrap:before {
  background: url(../common/lw_tl_flower.png) no-repeat center center;
  background-size: 75px;
  width: 75px;
  height: 70px;
}
#guide .lw_tl_wrap:before {
  background: url(../common/lw_tl_scope.png) no-repeat center center;
  background-size: 90px;
  width: 90px;
  height: 60px;
}
#spot .lw_tl_wrap {
  padding-top: 95px;
}
#course .lw_tl_wrap {
  padding-top: 120px;
}
#course .flower .lw_tl_wrap {
  padding-top: 90px;
}
#relax .lw_tl_wrap {
  padding-top: 95px;
}
#GUIDE .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;
}

.access_dtl {
		display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 600px) {
.access_dtl {
		display: block;
}
	}
.lw_sctl {
}
.sc_wrap .left_clm {
	width: 40%;
	margin-right: 40px;
}
@media screen and (max-width: 600px) {
.sc_wrap .left_clm {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
	}
.sc_wrap .right_clm {
	-webkit-flex: 1;  flex: 1;
}
@media screen and (max-width: 600px) {
.sc_wrap .right_clm {
	  font-size: 30px;
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
}
	}
.sc_wrap {
	padding-bottom: 20px;
	background-color: #FFF;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
.bg01 .sc_wrap {
	background-color: #FFF;
	padding: 20px 20px 20px;
}
@media screen and (max-width: 600px) {
.bg01 .sc_wrap {
	padding: 15px 15px 15px;
}
	}
@media screen and (max-width: 480px) {
.bg01 .sc_wrap {
	padding: 10px 10px 10px;
}
	}
.sc_wrap+.sc_wrap {
	margin-top: 40px;
}
.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: 2.2rem;
  margin-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 800px) {
.dtl_txt_box .head {
  font-size: 1.8rem;
}
	}
@media screen and (max-width: 600px) {
.dtl_txt_box .head {
  font-size: 1.6rem;
}
	}
.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: 0px;
}
#story .sc_wrap {
  padding: 30px 0;
}
.story_wrap .dtl_txt_box {
  border-left: 2px solid #fff;
  box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin: 0;
}
/* 中芸地域の案内 */
.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;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#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: 40px;
}
.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: 2.0rem;
	line-height: 1.4em;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 0px;
	padding-left: 0.6em;
	border-left: 5px solid #D0081D;
}
@media screen and (max-width: 600px) {
.nahari_point_list .tl {
  font-size: 1.6rem;
}
	}
.movie_wrap .nahari_point_list .tl {
  font-size: 22px;
	line-height: 1.4em;
  font-weight: bold;
  box-sizing: border-box;
  margin-bottom: 0px;
	padding-left: 0.6em;
	border-left: 5px solid #D0081D;
}
.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: 30px;
  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 {
	text-align: center;
}
.see_catch_box p {
  margin: 0;
  padding: 0;
	line-height: 2em;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
	font-size: 1.7rem;
}
@media screen and (max-width: 1000px) {
.see_catch_box p {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 800px) {
.see_catch_box p {
	font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
.see_catch_box p {
	font-size: 1.4rem;
	text-align: justify;
}
	}
@media screen and (max-width: 480px) {
.see_catch_box p {
	font-size: 1.3rem;
}
	}

/* 日本遺産をめぐる */
.course .post_list {
}
.course .post_list li {
  border-bottom: none;
	margin-bottom: 0;
	padding: 0;
}
.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 {
	color: #000;
  padding: 8px 10px 7px;
  line-height: 1;
  margin: 10px 0;
	text-align: center;
	background-color: #F8E300;
	line-height: 1.4em;
}
/* 日本遺産を語る */
#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 {
  width: 50%;
}
#isan_talk .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: center;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 600;
		font-size: 1.6rem;
	margin-top: 1.0em;
}
@media screen and (max-width: 600px) {
.newspage_wrap .date {
		font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
.newspage_wrap .date {
		font-size: 1.4rem;
}
	}
.newspage_wrap .date>span {
	box-sizing: border-box;
	background-color: #F8E300;
	padding: 0.5em 1.0em;
	display: inline-block;
	margin: auto;
	border-radius: 30px;-webkit-border-radius: 30px;-moz-border-radius: 30px;
}
#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_chugei .main_map {
		margin: auto;
  margin-top: 30px;
	width: 80%;
}
@media screen and (max-width: 800px) {
	#access_chugei .main_map {
		margin: auto;
  margin-top: 30px;
	width: 90%;
}
	}
@media screen and (max-width: 600px) {
	#access_chugei .main_map {
		margin: auto;
  margin-top: 30px;
	width: 100%;
}
	}
#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 p.access_txt {
  font-size: 14px;
	padding-bottom: 0;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 600;
}
.access_box {
  margin: 0 auto;
  width: 100%;
}
.access_tl {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 50px;
  margin-bottom: 25px;
  border-top: 1px solid #221814;
  border-bottom: 1px solid #221814;
  position: relative;
}

.orange_tl {
  font-size: 1.8rem;
  padding: 10px 10px 10px;
  box-sizing: border-box;
  color: #000;
	background-color: #F8E300;
  line-height: 1;
	margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
.orange_tl {
	font-size: 1.7rem;
}
	}
@media screen and (max-width: 600px) {
.orange_tl {
	font-size: 1.6rem;
}
	}
@media screen and (max-width: 480px) {
.orange_tl {
	font-size: 1.5rem;
}
	}
p+.orange_tl,dl+.orange_tl  {
	margin-top: 20px;
}
.orange_tl:not(:first-child) {
}
.access_car_wrap .left_clm, .access_car_wrap .right_clm {
  width: 48.7%;
}
.access_time_txt {
  font-size: 1.7rem;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.8em;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 600;
}
@media screen and (max-width: 600px) {
.access_time_txt {
  font-size: 1.6rem;
}
	}
@media screen and (max-width: 480px) {
.access_time_txt {
  font-size: 1.3rem;
}
	}
.car_map_image {
	margin-top: 50px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 800px) {
.car_map_image {
	margin-top: 40px;
	width: 90%;
}
	}
@media screen and (max-width: 600px) {
.car_map_image {
	margin-top: 30px;
	width: 100%;
}
	}
.car_map_image>img {
	width: 100%;
	height: auto;
}
.train_access_image {
  margin-top: 10px;
  margin-bottom: 30px;
	padding: 0;
}
.train_dtl dt {
  font-size: 1.8rem;;
  font-weight: bold;
  margin-bottom: 10px;
	padding: 8px 12px;
	background-color: rgba(0,0,0,0.10);
	display: inline-block;
}
@media screen and (max-width: 800px) {
.train_dtl dt {
  font-size: 1.6rem;;
}
	}
@media screen and (max-width: 600px) {
.train_dtl dt {
  font-size: 1.5rem;;
}
	}
.train_dtl dd {
  line-height: 1.6em;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 400;
	font-size: 1.6rem;;
}
@media screen and (max-width: 800px) {
.train_dtl dd {
	font-size: 1.5rem;;
}
	}
@media screen and (max-width: 600px) {
.train_dtl dd {
	font-size: 1.4rem;;
}
	}
.access_time {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 600;
}
.txtlink {
  color: #46AF35;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 600;
}
.txtlink:hover {
	 color: #D00A1D;
  text-decoration: underline;
}
.traffic_list dl {
  float: left;
  width: 48%;
	margin-top: 20px;
}
.traffic_list dl:nth-child(1) {
	margin-top: 0px;
}
.traffic_list dl:nth-child(2) {
	margin-top: 0px;
}
@media screen and (max-width: 600px) {
.traffic_list dl:nth-child(2) {
	margin-top: 20px;
}
	}
.traffic_list dl:nth-child(odd) {
  margin-right: 4%;
}
.traffic_list dt {
  background: #F8E300;
  padding: 10px 10px 10px;
  box-sizing: border-box;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
}
.traffic_list dd {
	
}
.traffic_list dd span {
  font-weight: normal;
  font-size: 14px;
}
.traffic_list dd p {
  font-size: 15px;
  font-weight: bold;
	font-family: hiragino-kaku-gothic-pron, sans-serif;
font-style: normal;
font-weight: 600;
}
.traffic_btn {
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden;
}
.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 rgba(0,0,0,0.2);
  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 rgba(0,0,0,0.2);
}
.gmap {
  margin-top: 40px;
}
.under_line {
  border-bottom: 1px solid rgba(0,0,0,0.2);
  padding-bottom: 15px;
}
/*==========================
　　　　　　Footer
==========================*/
footer {
}
@media screen and (max-width: 600px) {
footer {
}
	}
.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 {
	margin: auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	justify-content: center;
}
@media screen and (max-width: 600px) {
.foot_menu_list {
	display: block;
}
	}
.foot_menu_list li {
  box-sizing: border-box;
  border-right: 1px solid #221814;
  padding: 0 20px;
	font-size: 14px;
}
.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;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	justify-content: center;
	margin: auto;
}
.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 {
  box-sizing: border-box;
  padding: 35px 0px 0px;
  text-align: center;
  line-height: 18px;
}
@media screen and (max-width: 800px) {
.footer_info_wrap {
  padding: 30px 0px 0px;
}
	}
@media screen and (max-width: 600px) {
.footer_info_wrap {
  padding: 25px 0px 0px;
}
	}
@media screen and (max-width: 480px) {
.footer_info_wrap {
  padding: 23px 0px 0px;
}
	}
.footer_info_wrap .title {
  margin: 0 auto 13px;
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 800px) {
.footer_info_wrap .title {
  margin: 0 auto 0;
  max-width: 140px;
  width: 100%;
}
	}
@media screen and (max-width: 480px) {
.footer_info_wrap .title {
  max-width: 140px;
  width: 100%;
}
	}
@media screen and (max-width: 380px) {
.footer_info_wrap .title {
  max-width: 110px;
  width: 100%;
}
	}
.footer_info_wrap .title>img {
  width: 100%;
	height: auto;
}
.footer_info_wrap .address {
}
.footer_info_wrap .address p {
	font-size: 1.5rem;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width: 600px) {
.footer_info_wrap .address p {
	font-size: 1.4rem;
}
}	
.footer_info_wrap .address h3 {
  margin: 1.5em auto 0.8em;
	font-size: 1.8rem;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
	display: block;
}
@media screen and (max-width: 800px) {
.footer_info_wrap .address h3 {
  margin: 1.0em auto 0.8em;
	font-size: 1.6rem;
}
}
.footer_info_wrap .address h3>span {
  display: inline-block;
	margin: 0 0;
}
.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;
  padding: 0.3em 1.0em;
  font-size: 14px;
  line-height: 100%;
  background: #D00A1D;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
	font-family: "brandon-grotesque", sans-serif;
font-weight: 700;
font-style: normal;
	position: relative;
	top: -2px;
	margin-left: 10px;
}
@media screen and (max-width: 600px) {
.newMark {
  display: inline-block;
  font-size: 12px;
	 padding: 0.3em 0.7em;
}
	}
@media screen and (max-width: 480px) {
.newMark {
  display: inline-block;
  font-size: 10px;
	 padding: 0.3em 0.5em;
}
	}
/* ダウンロード */
#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: 40px;
  margin-bottom: 18px;
  border-top: 2px solid rgba(0,0,0,0.2);
   border-bottom: 2px solid rgba(0,0,0,0.2);
  position: relative;
  padding-top: 13px;
  padding-right: 15px;
  padding-bottom: 13px;
  padding-left: 10px;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
dl+.dl_tl {
  margin-top: 30px;
}
#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: 0;
}
/* みんなの中芸 */
#select .lw_tl_wrap {
  padding-top: 120px;
}
.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: 18px;
  line-height: 24px;
  margin: 15px 0 10px;;
  font-weight: bold;
	text-align: center;
}
.ippin .item_name > span {
  display: inline-block;
}
.ippin .item_shop {
  font-size: 15px;
  line-height: 20px;
  margin: 10px 0;
  font-weight: 400;
	text-align: center;
}
.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;
}
.ippin .post_list .item_image {
  overflow: hidden;
  position: relative;
  height: auto;
}
.ippin .post_list .item_image li a {
  display: block;
}
.ippin .post_list .item_image 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: auto;
  overflow: hidden;
  left: 0px;
	width: 100%;
}
.item_btn a {
 font-size: 1.5rem;
	padding: 0.2em 0;
	border: solid 1px rgba(0,0,0,0.18);
	background-color: #FFF;
	width: 10em;
	display: inline-block;
	margin: auto;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
.item_btn a {
}
	}
@media screen and (max-width: 600px) {
.item_btn a {
 font-size: 1.4rem;
}
	}
.item_btn a:hover {
  background: #ffe100;
	 transform: scale(1.0, 1.0);
}
.item_btn a:hover {
	background-color: #F8E300;
}
.item_btn a:after {
font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: 800;
  margin-left: 0.5em;
  color:#D0081D;
	}
.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);
  padding: 0.2em 1.3em;
  color: #FFF;
  z-index: 1;
		font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
.town_yasuda {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background-color: rgba(50, 175, 200, 0.9);
   padding: 0.2em 1.3em;
  color: #FFF;
  z-index: 1;
		font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
.town_tano {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background-color: rgba(88, 188, 74, 0.9);
   padding: 0.2em 1.3em;
  color: #FFF;
  z-index: 1;
		font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
.town_nahari {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background-color: rgba(166, 136, 200, 0.9);
  padding: 0.2em 1.3em;
  color: #FFF;
  z-index: 1;
		font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
.town_kitagawa {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background-color: rgba(255, 200, 0, 0.9);
  padding: 0.2em 1.3em;
  color: #000;
  z-index: 1;
		font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
.select_data > h1 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 1.0em;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.select_data > h2 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 30px;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.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: #F2F2F2;
  margin-top: 20px;
  padding: 0 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.shop_data{
	background-color: #F2F2F2;
	margin-top: 30px;
	padding: 0 10px 10px;
	-webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}
	@media screen and (max-width: 800px) {
	.shop_data{
	margin-top: 30px;
}
		}
		@media screen and (max-width: 600px) {
	.shop_data{
	margin-top: 30px;
}
		}

.shop_data > dt {
  font-size: 1.8rem;
  background-color: #46AF35;
  padding: 0.3em 1.0em;
  color: #FFF;
  display: inline-block;
  font-weight: 900;
  transform: translateY(-50%);
  margin-bottom: 5px;
}
@media screen and (max-width: 600px) {
.shop_data > dt {
  font-size: 1.6rem;
}
	}
.shop_data > dd ul li {
  font-size: 1.5rem;
	line-height: 1.5em;
  text-indent: -1.0em;
  padding-left: 1.0em;
}
@media screen and (max-width: 800px) {
.shop_data > dd ul li {
  font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
.shop_data > dd ul li {
  font-size: 1.3rem;
}
	}
.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-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
  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-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
  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-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
  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-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
  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-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
  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;
	font-size: 1.6rem;
}
@media screen and (max-width: 800px) {
.author > dd {
  font-size: 1.5rem;
}
	}
@media screen and (max-width: 600px) {
.author > dd {
 font-size: 1.4rem;
}
	}
@media screen and (max-width: 480px) {
.author > dd {
 font-size: 1.3rem;
}
	}
.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: 15px;
}
.comic_button a {
 font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
  background-color: #fee122;
  padding: 0.6em 1.5em;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
	display: inline-block;
}
.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;
  }
}

.comic_list>ul {
  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;
	width: 90%;
	margin: auto;
}
@media screen and (max-width: 600px) {
  .comic_list>ul {
    display: block;
  }
}
  .comic_list>ul>li {
    width: 48%;
  }
@media screen and (max-width: 600px) {
  .comic_list>ul>li {
    width: 100%;
  }
	}
@media screen and (max-width: 600px) {
  .comic_list>ul>li+li {
    margin-top: 50px;
  }
	 }
  .comic_list>ul>li>dl dt {
    width: 70%;
	  margin: auto;
	  height: auto;
	  margin-bottom: 30px;
  }
  .comic_list 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_list h2 {
  text-align: center;
  font-size: 1.8rem;
	  line-height: 1.4em;
  margin-bottom: 0.3em;
	 font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
  .comic_list h2 {
    text-align: center;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
  .comic_list h2 {
    text-align: center;
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 380px) {
  .comic_list h2 {
    text-align: center;
    font-size: 1.6rem;
  }
}
  .comic_list h2>span {
  display: inline-block;
}
  .comic_list h3 {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2.0em;
}
@media screen and (max-width: 800px) {
  .comic_list h3 {
    text-align: center;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 600px) {
  .comic_list h3 {
    text-align: center;
    font-size: 1.0rem;
  }
}

/* モデルコース */
.course_list + .course_list {
  margin: 0 auto;
  margin-top: -120px;
}
@media screen and (max-width: 600px) {
  .course_list + .course_list {
    margin: 0 auto;
    margin-top: 0;
  }
}
.course_list p.center {
  line-height: 1.8em;
}
@media screen and (max-width: 600px) {
  .course_list p.center {
    margin-bottom: 1.0em;
  }
}
.course_list p.center > span {
  display: inline-block;
}
#guide .model_course_list ul li {}
#guide .model_course_list,#other_guide .model_course_list {
  padding: 0;
  padding-bottom: 0;
}
#guide .model_course_list dt,#other_guide .model_course_list dt {
  overflow: hidden;
  position: relative;
	position: relative;
	margin-bottom: 15px;
}
#guide .model_course_list dd .tl,#other_guide .model_course_list dd .tl {
  font-size: 1.8rem;
  line-height: 1.5em;
  margin: 10px 0;
font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 800px) {
#guide .model_course_list dd .tl,#other_guide .model_course_list dd .tl {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 600px) {
#guide .model_course_list dd .tl,#other_guide .model_course_list dd .tl {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
#guide .model_course_list dd .tl,#other_guide .model_course_list dd .tl {
    font-size: 1.5rem;
  }
}
#guide .model_course_list dd p,#other_guide .model_course_list dd p {
  font-size: 1.5rem;
  line-height: 1.6em;
  text-align: justify;
  padding-bottom: 0;
  padding: 0;
  margin-bottom: 0;
  margin: 0;
}
@media screen and (max-width: 600px) {
#guide .model_course_list dd p,#other_guide .model_course_list dd p {
    font-size: 1.4rem;
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
#guide .model_course_list dd p,#other_guide .model_course_list dd p {
    font-size: 1.3rem;
    text-align: justify;
  }
}
#guide .model_course_data > h1 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.0em;
	font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 1000px) {
#guide .model_course_data > h1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 800px) {
#guide .model_course_data > h1 {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 600px) {
#guide .model_course_data > h1 {
    font-size: 1.8rem;
  }
}
#guide .model_course_data > h1>span {
    display: inline-block
  }
#guide .model_course_data > p.catch {
  font-size: 2.0rem;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
#guide .model_course_data > p.catch {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
#guide .model_course_data > p.catch {
    font-size: 1.6rem;
  }
}
#guide .model_course_data > h2 > span,#guide .model_course_data >  p.catch > span {
  display: inline-block;
}
#guide .model_course_data .item_img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#guide.model_course_data .item_img > img {
  width: 100%;
  height: auto;
}
#guide .model_course_data p+.item_img {
 margin-top: 30px;
}
#guide .model_course_data p+p {
 margin-top: 1.0em;
}
#guide .model_course_data .item_img ul{
 display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
@media screen and (max-width: 700px) {
#guide .model_course_data .item_img ul{
display: block;
}
	}
#guide .model_course_data .item_img ul+ul{
margin-top: 15px
}
#guide .model_course_data .item_img ul>li{
width: 50%;
}
@media screen and (max-width: 700px) {
#guide .model_course_data .item_img ul>li{
width: 100%;
}
	}
#guide .model_course_data .item_img p{
font-size: 16px;
	margin-top: 8px;
	text-align: center;
}
@media screen and (max-width: 800px) {
#guide .model_course_data .item_img p{
font-size: 15px;
	margin-top: 10px;
	text-align: center;
}
	}
@media screen and (max-width: 600px) {
#guide .model_course_data .item_img p{
font-size: 14px;
	margin-top: 8px;
	text-align: center;
}
	}
#guide.model_course_data .item_img ul>li+li{
margin-left: 10px
}
@media screen and (max-width: 700px) {
#guide .model_course_data .item_img ul>li+li{
margin-left: auto;
margin-top: 15px
}
	}
#guide .model_course_data .item_img ul>li>img {
width: 100%;
	height: auto;
}
#guide.model_course_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;
}
#guide .model_course_data .item_data > dt {
  width: 30%;
  height: auto;
  margin-left: 7%;
}
#guide .model_course_data .item_data > dt > img {
  width: 100%;
  height: auto;
}
#guide .model_course_data .item_data > dd {
  -webkit-flex: 1;
  flex: 1;
}
#guide .model_course_data .txt {
  line-height: 1.8em;
}
#guide .course_schedule {
	margin-top:60px;
	line-height: 1.5em;
	margin-bottom: 40px;
}
@media screen and (max-width: 800px) {
#guide .course_schedule {
	margin-top:50px;
	margin-bottom: 30px;
}
	}
@media screen and (max-width: 600px) {
#guide .course_schedule {
	margin-top:40px;
	margin-bottom: 20px;
}
	}
#guide .course_schedule > dt {
  font-size: 1.6rem;
  background-color: #F8E300;
  padding: 0.5em 0.5em;
  color: #000;
  display: inline-block;
  font-weight: 900;
  transform: translateY(-50%);
  margin-bottom: -5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
	display: block;
}
@media screen and (max-width: 600px) {
#guide .course_schedule > dt {
  font-size: 1.5rem;
	margin-bottom: -1.0em;
}
}
#guide .course_schedule > dt>span {
  display: inline-block
}
#guide .course_schedule > dd {
  font-size: 16px;
	line-height: 1.8em;
}
@media screen and (max-width: 800px) {
#guide .course_schedule > dd {
  font-size: 16px;
}
}
@media screen and (max-width: 600px) {
#guide .course_schedule > dd {
  font-size: 14px;
}
}
@media screen and (max-width: 480px) {
#guide .course_schedule > dd {
  font-size: 13px;
}
}
#guide .course_schedule > dd+dd {
  margin-top: 14px;
	padding-top: 14px;
	border-top: solid 1px rgba(0,0,0,0.2);
}
#guide .course_schedule > dd b {
  display: block;
	font-size: 1.05em;
	margin-bottom: 4px;
}
#guide .course_schedule > dd span {
 display: inline-block;
}
#guide .course_schedule table  {
  font-size: 16px;
}
@media screen and (max-width: 800px) {
#guide .course_schedule table  {
  font-size: 15px;
	line-height: 1.5em;
}
	}
@media screen and (max-width: 600px) {
#guide .course_schedule table  {
  font-size: 14px;
}
	}
@media screen and (max-width: 480px) {
#guide .course_schedule table  {
  font-size: 13px;
}
	}
#guide .course_schedule table th {
	padding-right: 2.0em;
	vertical-align: top
	}
#guide .course_schedule table td,.course_schedule table th {
	padding-bottom: 5px;
	vertical-align: top
}
@media screen and (max-width: 800px) {
#guide .course_schedule table td,.course_schedule table th {
	padding-bottom: 4px;
}
	}
@media screen and (max-width: 600px) {
#guide .course_schedule table td,.course_schedule table th {
	padding-bottom: 3px;
}
	}
#guide .course_schedule dd a {
color: #D00A1D;
	text-decoration: underline;
}
#guide .course_schedule dd a:hover {
color: #46AF35;
}
dl.course_spot {
margin-top: 30px;
	padding: 20px;
	border: solid rgba(0,0,0,0.15) 3px;
	box-sizing: border-box; -webkit-box-sizing: border-box;       -moz-box-sizing: border-box;         -o-box-sizing: border-box;
}

dl.course_spot dt {
text-align: center;
	font-size:20px;
	font-weight: 800;
	margin-bottom: 15px;
	color: #bca475;
}
@media screen and (max-width: 800px) {
dl.course_spot dt {
	font-size:18px;
}
}
@media screen and (max-width: 600px) {
dl.course_spot dt {
	font-size:16px;
}
}
dl.course_spot dd>ul {
display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
dl.course_spot dd>ul>li {
width: 31.5%;
	text-align: center;
	font-size: 14px;
}
@media screen and (max-width: 800px) {
dl.course_spot dd>ul>li {
	font-size: 13px;
}
}
@media screen and (max-width: 600px) {
dl.course_spot dd>ul>li {
	font-size: 12px;
}
}
@media screen and (max-width: 480px) {
dl.course_spot dd>ul>li {
	font-size: 11px;
}
}
dl.course_spot dd>ul>li img {
width: 100%;
	height: auto;
	margin-bottom: 10px;
}
dl.course_spot dd+dt{
margin-top: 2.0em;
}
@media screen and (max-width: 600px) {
dl.course_spot dd+dt{
margin-top: 1.5em;
}
	}
.course .course_num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background-color: rgba(70, 175, 53, 0.9);
  font-weight: 900;
  padding: 0.4em 1.3em;
  color: #FFF;
  z-index: 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
@media screen and (max-width: 600px) {
.course .course_num {
  font-size: 13px;
}
	}
.course .course_num2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
   background-color: rgba(70, 175, 53, 0.9);
  font-weight: 900;
  padding: 0.4em 1.3em;
  color: #FFF;
  z-index: 1;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
@media screen and (max-width: 600px) {
.course .course_num2 {
  font-size: 13px;
}
	}
.guide_h2 {
	background-color: #F8E300;
	margin-top: 2.0em;
	padding: 0.5em;
	text-align: center;
	margin-bottom: 1.5em;;
	font-size: 1.2em;
	line-height: 1.3em;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
font-weight: 600;
font-style: normal;
}
@media screen and (max-width: 800px) {
.guide_h2 {
	font-size: 1.1em;
}
}
@media screen and (max-width: 600px) {
.guide_h2 {
	margin-bottom: 1.0em;
	font-size: 1.0em;
}
}
.guide_h2>span {
	display: inline-block;
}

/* 魅力100選一覧 */
.charm_list {
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
	-ms-flex-wrap: wrap;      flex-wrap: wrap;
	margin-top: 20px;
}
@media screen and (max-width: 480px) {
.charm_list {
	display: block;
}
	}
.charm_list>li {
	width: 48%;
	margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
.charm_list>li {
	width: 100%;
	margin-bottom: 0;
}
	}
@media screen and (max-width: 480px) {
.charm_list>li+li {
	margin-top: 20px;
}
	}
.charm_list>li h2 {
	font-size: 24px;
	margin-bottom: 0;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
}
@media screen and (max-width: 800px) {
.charm_list>li h2 {
	font-size: 18px;
}
	}
@media screen and (max-width: 600px) {
.charm_list>li h2 {
	font-size: 17px;
}
	}
@media screen and (max-width: 480px) {
.charm_list>li h2 {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
	}
.charm_list>li h2>span {
	font-size: 19px;
	margin-bottom: 0.8em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	margin-top: 14px;
	margin-right: 0.7em;
}
@media screen and (max-width: 800px) {
.charm_list>li h2>span {
	font-size: 16px;
}
	}
@media screen and (max-width: 600px) {
.charm_list>li h2>span {
	font-size: 14px;
}
	}
@media screen and (max-width: 600px) {
.charm_list>li h2>span {
	font-size: 14px;
}
	}
@media screen and (max-width: 480px) {
.charm_list>li h2>span {
	width: 100%;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
	}
.charm_list>li h2>span:before {
	content: "";
	width: 0.4em;
	border-top: 2px solid #FFC900;
	border-left: 2px solid #FFC900;
		border-bottom: 2px solid #FFC900; 
	padding: 3px;
	display: inline-block;
	line-height: 2.0em;
	height:1.1em;
}
.charm_list>li h2>span:after {
	content: "";
	width: 0.4em;
	border-top: 2px solid #FFC900;
	border-right: 2px solid #FFC900;
		border-bottom: 2px solid #FFC900; 
	padding: 3px;
	display: inline-block;
	line-height: 2.0em;
	height:1.1em;
}
@media screen and (max-width: 480px) {
.charm_list>li h2>span:before {
	content: "";
	width: 3em;
}
.charm_list>li h2>span:after {
	content: "";
	width: 3em;
}
	}
.charm_list>li dl dt {
	overflow: hidden;
}
.charm_list>li dl dt a {
  display: block;
}
.charm_list>li dl dt a:hover {
  transform: scale(1.1, 1.1);
}
.charm_list>li dl dd {
	padding: 0.7em;
	background-color: #FFEC94;
}
.charm_list>li dl dd p {
	font-size: 1.0em;
	line-height: 1.6em;
}
@media screen and (max-width: 800px) {
.charm_list>li dl dd p {
	font-size: 14px;
}
	}
@media screen and (max-width: 600px) {
.charm_list>li dl dd p {
	font-size: 13px;
}
	}
@media screen and (max-width: 480px) {
.charm_list>li dl dd p {
	font-size: 12px;
}
	}
.charm_list>li dl dd p+p {
	margin-top: 1.0em;
}
.charm_list>li dl dd p>span {
	margin-top: 1.0em;
	font-family: "Osaka-mono", "MS Gothic", "monospace";
	color: #FFC900;
}

/* 魅力100選詳細 */
.charm_data {
}
.charm_data h2 {
	font-size: 32px;
	margin-bottom: 10px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-bottom: 0.7em;
	position: relative;
}
@media screen and (max-width: 1200px) {
.charm_data h2 {
	font-size: 26px;
}
	}
@media screen and (max-width: 1000px) {
.charm_data h2 {
	font-size: 23px;
}
	}
@media screen and (max-width: 800px) {
.charm_data h2 {
	font-size: 20px;
}
	}
@media screen and (max-width: 600px) {
.charm_data h2 {
	font-size: 18px;
}
	}
@media screen and (max-width: 480px) {
.charm_data h2 {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
	}
.charm_data h2>span {
	font-size: 24px;
	margin-bottom: 0.8em;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	margin-top: 14px;
	margin-right: 0.7em;
}
@media screen and (max-width: 1000px) {
.charm_data h2>span {
	font-size: 20px;
}
	}
@media screen and (max-width: 800px) {
.charm_data h2>span {
	font-size: 18px;
}
	}
@media screen and (max-width: 600px) {
.charm_data h2>span {
	font-size: 16px;
}
	}
@media screen and (max-width: 600px) {
.charm_data h2>span {
	font-size: 15px;
}
	}
@media screen and (max-width: 480px) {
.charm_data h2>span {
	width: 100%;
	-webkit-box-pack: justify;     -ms-flex-pack: justify;   justify-content: space-between;
}
	}
.charm_data h2>span:before {
	content: "";
	width: 0.4em;
	border-top: 2px solid #FFC900;
	border-left: 2px solid #FFC900;
		border-bottom: 2px solid #FFC900; 
	padding: 3px;
	display: inline-block;
	line-height: 2.0em;
	height:1.1em;
}
.charm_data h2>span:after {
	content: "";
	width: 0.4em;
	border-top: 2px solid #FFC900;
	border-right: 2px solid #FFC900;
		border-bottom: 2px solid #FFC900; 
	padding: 3px;
	display: inline-block;
	line-height: 2.0em;
	height:1.1em;
}
@media screen and (max-width: 480px) {
.charm_data h2>span:before {
	content: "";
	width: 3em;
}
.charm_data h2>span:after {
	content: "";
	width: 3em;
}
	}
.charm_data>dt {
}
.charm_data>dt img {
	width: 100%;
	height: auto;
}
.charm_data>dd {
	padding: 25px;
	background-color: #F4F4EE;
	font-size: 18px;
}
@media screen and (max-width: 800px) {
.charm_data>dd {
	padding: 10px 20px;
	background-color: #F4F4EE;
	font-size: 16px;
}
	}
@media screen and (max-width: 600px) {
.charm_data>dd {
	padding: 8px 15px;
	font-size: 14px;
}
	}
@media screen and (max-width: 480px) {
.charm_data>dd {
	padding:  5px 10px;
	font-size: 12px;
}
	}
.charm_data>dd table {
	width: 100%;
	line-height: 1.5em;
}
.charm_data>dd p+table {
	margin-top: 30px;
}
.charm_data>dd table th {
text-align: left;
	width: 7.0em;
		padding-top: 1.0em;
	padding-bottom: 1.0em;
	vertical-align: top;
	padding-right: 2.0em;
	white-space: nowrap;
}
.charm_data>dd table td {
		padding-top: 1.0em;
	padding-bottom: 1.0em;
}
@media screen and (max-width: 600px) {
.charm_data>dd table th {
display: block;
	padding-bottom: 0;
}
.charm_data>dd table td {
display: block;
	padding-top: 0;
}
	}
.charm_data>dd table td a {
		text-decoration: underline;
}
.charm_data>dd table td a:hover {
		color: #f7931e;
}
.charm_data>dd table tr {
}
.charm_data>dd table tr+tr {
	background-image : linear-gradient(to right, rgba(0,0,0,0.25) 2px, transparent 2px);
 background-size: 10px 2px;
 background-repeat: repeat-x;
	padding-top: 14px;
}
.charm_data>dd table td span.spring {
		background-color: #FF8AA1;
	margin-right: 5px;
	padding: 5px;
	font-weight: 800;
	color: #FFF;
	line-height: 1.0em;
}
.charm_data>dd table td span.summer {
		background-color: #00C3AA;
	margin-right: 5px;
	padding: 5px;
	font-weight: 800;
	color: #FFF;
	line-height: 1.0em;
}
.charm_data>dd table td span.autumn {
		background-color: #CB7B3A;
	margin-right: 5px;
	padding: 5px;
	font-weight: 800;
	color: #FFF;
	line-height: 1.0em;
}
.charm_data>dd table td span.winter {
		background-color: #74B3DF;
	margin-right: 5px;
	padding: 5px;
	font-weight: 800;
	color: #FFF;
	line-height: 1.0em;
}
.charm_access {
}
.charm_access h3 {
	font-size: 32px;
	margin-bottom: 10px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display:flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 1200px) {
.charm_access h3 {
	font-size: 26px;
}
	}
@media screen and (max-width: 1000px) {
.charm_access h3 {
	font-size: 23px;
}
	}
@media screen and (max-width: 800px) {
.charm_access h3 {
	font-size: 20px;
}
	}
@media screen and (max-width: 600px) {
.charm_access h3 {
	font-size: 18px;
}
	}
@media screen and (max-width: 480px) {
.charm_access h3 {
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
	text-align: center;
}
	}
.charm_access .map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.charm_access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wrapper .list01 {
	 margin-left: 1.0em;
}
#wrapper .list01>li {
	  list-style-type: disc;
	padding-left:0;
}
#wrapper .list01>li+li {
	  margin-top: 0.4em;
}