@charset "utf-8";

/*----------------------------------------------------------------------------------------------
	page 共通
----------------------------------------------------------------------------------------------*/
#main {
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding: 60px 0 120px; 
}
.page_ttl {
    text-align: center;
}
/*----------------------------------------------------------------------------------------------
	base
----------------------------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------------------------
	top
----------------------------------------------------------------------------------------------*/
ul.top_menu {
  margin-bottom: 60px
}
ul:after {
	content: "";
	display: block;
	clear: both;
}
.top_menu li {
  float: left;
  margin-left: 80px;
}
.top_menu li:first-child {
  margin-left: 0;
}
.top_menu li a:hover {
  opacity:0.7;
}
.top_news_ttl {
  border-top: 1px solid #231815;
  padding-top: 10px;
  margin-bottom: 30px;
}
.top_news_ttl:after {
	content: "";
	display: block;
	clear: both;
}
dl.top_news {
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 40px;
  color: #e50012;
}
dl:after {
	content: "";
	display: block;
	clear: both;
}
.top_news dt {
  float: left;
}
.top_news dd {
  border-bottom: 1px dotted #231815;
  padding-left: 6.5em;
  padding-bottom: .5em;
  margin-bottom: .5em;
  color: #231815;
}
.top_news dd:last-child {
  border-bottom: none;
}
.top_news_sns_set {
  float: right;
}
ul.top_link_btn {
  text-align: center;
}
ul.top_link_btn li {
    text-align: center;
    width: 400px;
    display: inline-block;
    font-size: 16px;
}
ul.top_link_btn li:first-child {
  margin-right: 2%;
}
ul.top_link_btn li a {
    color: #fff;
    background: #9fa0a0;
    display: block;
    padding: 20px 0;
}
ul.top_link_btn li a:hover {
  background: #e60012;
}
.top_bnr{
	width:734px;
	margin:auto;
}

/*----------------------------------------------------------------------------------------------
	about
----------------------------------------------------------------------------------------------*/
.about #main {
    padding: 60px 0 20px; 
}
.about_ttl01 {
    margin-bottom: 47px;
}
.about_sec01 {
    text-align: center;
}
.about_ttl02 {
    margin-left: 60px;
}
.about_t01 {
    font-size: 18px;
    line-height: 1.9;
    margin-top: -15px;
}
.about_gaikan {
    background: url(../../img/about/about_gaikan_bg.gif) repeat-x #E50012;
    text-align: center;
}

/*----------------------------------------------------------------------------------------------
	floor
----------------------------------------------------------------------------------------------*/
.floor_ttl01 {
    margin-bottom: 35px;
}
.floor_t01 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 1em;
}
.floor_t02 {
  text-align: center;
  margin-bottom: 3em;
}
.floor_map {
    width: 865px;
    margin: 0 auto 40px;
}
.floor_map_ttl {
    text-align: center;
    margin-bottom: 20px;
}
.floor_map01 {
    position: relative;
    text-align: center;
}
.floor_map02 {
    position: relative;
    text-align: center;
}
.floor_map_img {
  margin-bottom: 60px;
}
.floor_map a {
    color: #231815;
}
.floor_map a:hover {
    color: #E50012;
}
.floor_list li span {
    color: #E50012;
}

.floor_map_icon {
    padding: 25px 0;
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    text-align: center;
    margin-bottom: 45px;
}

ul.floor_list {
    display: table;
    width:100%;
    margin-bottom: 60px;
}
ul.floor_list > li:nth-child(3n+1) {
    clear: both;
}
ul.floor_list > li {
    display: table-cell;
    box-sizing: border-box;
    vertical-align: top;
    width: 33%;
    text-align: left;
    border-left: 3px solid #888;
    padding-left: 20px;
}
ul.floor_list > li > ul >li {
  margin-bottom: .8em;
}
#fujishiro {
  padding: 25px 0;
  border-bottom: 1px solid #888;
  text-align: center;
  margin-bottom: 45px;
}
.fujishiro_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 1em;
}
.fujishiro_set {
  width:865px;
  margin: 0 auto;
}
.fujishiro_set:after {
	content: "";
	display: block;
	clear: both;
}
.fuji_img {
  float: right;
  margin-left: 30px;
}
.fuji_img div {
  display: inline-block;
}
.fuji_t {
  text-align: left;
}
.dmenu {
  display: none;
}
/*----------------------------------------------------------------------------------------------
	access
----------------------------------------------------------------------------------------------*/
.access_ttl01 {
    margin-bottom: 5px;
}
.icon_arrow {
  display: inline-block;
  background: url(../images/icon_arrow_red.svg) no-repeat;
  width: .65em;
  height: .7em;
  margin: -.2em .1em 0 0;
}
ul.access_nav {
    width: 980px;
    margin: 0 auto 75px; 
}
ul.access_nav :after {
        content: "";
        display: block;
        clear: both;
}
ul.access_nav li {
    float: left;
    margin-left: 30px;
}
ul.access_nav li:first-child {
    margin-left: 0;
}
.access_ttl02 {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-left: 50px;
}
.gmap {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 75px;
}
.gmap img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 600px;
    margin: 0 auto;
    object-fit contain;
}
.map-link {
	font-size: 16px;
	text-align: center;
}
.map-link a {
	color: #007BFF;
	text-decoration: underline;
	transition: opacity 0.3s;
}
.map-link a:hover {
	opacity: 0.7;
}
.access_pc_only {
  display: block;
}
.access_sp_only {
  display: none;
}
.access_map_box {
    margin-bottom: 75px;
}
.access_map_box :after {
        content: "";
        display: block;
        clear: both;
}
.map01 {
  text-align: center;
  margin-top: 30px;
}
.access_ttl03 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 23px;
}

table.info_tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    margin-left: 85px;
    margin-bottom: 50px;
    vertical-align: top;
}
.info_tbl th {
    padding-bottom: 14px;
    width: 5em;
}
.info_tbl td {
    padding: 0 0 14px 1em;
    border-left: solid 1px #231815;
}
.info_tbl .tmb th {
    padding-bottom: 32px;
}
.info_tbl .tmb td {
    padding: 0 0 32px 1em;
}
.access_dmenu {
  display: none;
}
.access_map_box .child {
    display: none;
}
/*----------------------------------------------------------------------------------------------
	観光マップ
----------------------------------------------------------------------------------------------*/
.scm_ttl01 {
    margin-bottom: 35px;
}
.scm_t01 {
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 85px;
}
#maps {
  width: 980px;
  height: 726px;
  margin-bottom: 120px;
}
.map_box {
  margin: 0 30px 55px;
  padding-bottom: 55px;
  border-bottom: solid 1px #888;
}
.map_box:after {
	content: "";
	display: block;
	clear: both;
}
.scm_spot_img {
  float: left;
}
.scm_spot_info {
  position: relative;
  margin-left: 338px;
}
.scm_spot_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1em;
}
.scm_spot_address {
  margin-top: 1em;
  float: left;
}
.btn_more_map {
  float: right;
  margin-top: 1.5em;
}
.btn_more_map a {
  text-align: center;
  margin-top: 10px;
  display: inline-block;
  overflow: hidden;
  font-size: 15px;
  line-height: 105%;
  text-decoration: none;
  background-color: #888;
  color: #fff;
  padding: 5px 10px;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.btn_more_map a:hover {
  color: #fff;
  background-color: #DE2D2D;
}

/*----------------------------------------------------------------------------------------------
	zatsugaku
----------------------------------------------------------------------------------------------*/
.zatsugaku_ttl01 {
    margin-bottom: 120px;
}
.icon_arrow {
  display: inline-block;
  background: url(../images/icon_arrow_red.svg) no-repeat;
  width: .65em;
  height: .7em;
  margin: -.2em .1em 0 0;
}
ul.zatsugaku_nav {
    width: 980px;
	padding: 0 0 130px 85px;
}
ul.zatsugaku_nav :after {
        content: "";
        display: block;
        clear: both;
}
ul.zatsugaku_nav li {
    float: left;
    margin-left: 155px;
}
ul.zatsugaku_nav li:first-child {
    margin-left: 0;
}
.zgk_contents{
	width:920px;
	padding :30px 0 0 37px;
	border-bottom: solid 1px #888;
	position: relative;
}
.zgk_ttl {
	display:block;
  	background: url(../../img/zatsugaku/hige_aicon.jpg) no-repeat;
    line-height:1;
	padding-left:50px;
 	font-size: 20px;
 	font-weight: bold;
 	margin-bottom: 10px;
	color:#d61518;
}
.zgk_ttl_01 {
	display:block;
    line-height:1;
 	font-size: 20px;
 	font-weight: bold;
 	margin-bottom: 20px;
	color:#d61518;
}
.zgk_ttl_s {
	display:block;
  	background: url(../../img/zatsugaku/hige_aicon.jpg) no-repeat;
    line-height:1;
	padding-left:50px;
 	font-size: 20px;
 	font-weight: bold;
 	margin-bottom: 10px;
	color:#d61518;
	width:395px;
}
.zgk_t_box01{
	width:890px;
}
.zgk_t_box02{
	width:435px;
	border-bottom: solid 1px #888;
}
.zgk_t{
	width:435px;
}
.zatsugaku_img_flot{
	float:left;
	margin-right:35px;
}
.zatsugaku_img_box{
	padding:40px 0 55px 0;
}
.zatsugaku_ttl02 {
    font-size: 36px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
}
.zatsugaku_ttl03 {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 23px;
}

table.info_tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    margin-left: 85px;
    margin-bottom: 50px;
    vertical-align: top;
}
.info_tbl th {
    padding-bottom: 14px;
    width: 5em;
}
.info_tbl td {
    padding: 0 0 14px 1em;
    border-left: solid 1px #231815;
}
.info_tbl .tmb th {
    padding-bottom: 32px;
}
.info_tbl .tmb td {
    padding: 0 0 32px 1em;
}
.zatsugaku_dmenu {
  display: none;
}
.zatsugaku_map_box .child {
    display: none;
}
.zgk_flot_left{
	float:left;
}
.zgk_flot_left_box{
	display:block;
	float:left;
	width:500px;
	height:auto;
}
.zgk_img_size{
	padding-top:30px;
	height:410px;
}
.zgk_img_01{
	margin-left:35px;
	padding-right:75px;
}
.border01{
	border-bottom:1px dashed #ccc;
}
.top_btn{
	margin-left:1000px;
}
.zgk_r_t{
	color:#F00;
	font-size:20px;
}
.zgk_ul_01{	
}
.zgk_ul_01 li{
	list-style-type: decimal;
	margin-left:40px;
}

/*----------------------------------------------------------------------------------------------
	sp
----------------------------------------------------------------------------------------------*/
/* sp */
@media screen and (max-width:768px){
html { -webkit-text-size-adjust: none;}
body {
    min-width: 320px;
}
img {
    max-width: 100%;
    height: auto;
}

/*スマホで表示させないセレクタ*/
#sp_header {display: block;}
.pc_hidden {display: block;}
.sp_hidden {display: none;}

.menu-btn {display:block;}
.sp-menu {display:block;}
/*----------------------------------------------------------------------------------------------
	page 共通 sp
----------------------------------------------------------------------------------------------*/
#sp_header {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3000;
  background: #fff;
  width: 100%;
}
.top #sp_header {
  margin: 0 0 0;
}
.site_id_sp {
  margin: 15px 0 0 15px;
}
#main {
    position: relative;
    width: 90%;
    margin: 0 auto 30px;
    padding: 0; 
}
.gnavi {
  display: none;
}
.menu-btn {
    position: fixed;
    top: 20px;
    right: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    z-index: 5000;
}
.menu-btn span:after {
    content: attr(data-txt-menu);
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu-btn span:after {
    content: attr(data-txt-close);
}
.sp-menu {
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(229, 0, 18,.9);
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: hidden;
    opacity: 0;
    z-index: 4990;
}
.sp-menu ul {
    display: table-cell;
    vertical-align: middle;
}
.sp-menu li {
    width: 90%;
    height: 70px;
    line-height: 70px;
    margin: 0 auto;
    text-align: center;
}
.sp-menu li a {
    display: block;
    font-size: 17px;
    color: #fff;
}
.sp-menu li a:hover {
    color: #999;
}
.sp_sns_set {
  text-align: center;
  margin-top: 1.5em;
}
.sp_sns_set .sns_fb {
  width: 20px;
  margin-right: 30px;
}
.sp_sns_set .sns_tw {
  width: 44px;
  padding-top: 1px;
}
/* 開閉用ボタンがクリックされた時のスタイル */
.open .sp-menu {
    -webkit-transition: all .5s;
    transition: all .5s;
    visibility: visible;
    opacity: 1;
}
.bar {
	position: absolute;
	top: 0;
	left: 5px;
	display: block;
	width: 40px;
	height: 1px;
	background: #999;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	color: #999;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.open .menu-btn__text {
  bottom: -15px;
}
.open .menu-btn .bar.top {
  background: #fff;
	width: 40px;
  left: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .menu-btn .bar.middle {
	opacity: 0;
}

.open .menu-btn .bar.bottom {
  background: #fff;
	width: 40px;
	top: 28px;
  left: 10px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.open .menu-btn__text {
	color: #fff;
}
.sp_wrap {
  margin-top: 106px;
}
/*----------------------------------------------------------------------------------------------
	top sp
----------------------------------------------------------------------------------------------*/
.top .sp_wrap {
  margin-top: 76px;
}
ul.top_menu {
  margin-top: 30px;
  margin-bottom: 20px;
}
ul:after {
	content: "";
	display: block;
	clear: both;
}
.top_menu li {
  float: left;
  width: 25%;
  margin-left: 0;
  margin-bottom: 20px;
  text-align: center;
}
.top_menu li:first-child {
  margin-left: 0;
}
.access_ttl02.top_news_ttl {
    padding-top: 15px;
    margin-bottom: 20px;
}
dl.top_news {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
  color: #e50012;
  font-size: 15px;
}
dl:after {
	content: "";
	display: block;
	clear: both;
}
.top_news dt {
  float: none;
}
.top_news dd {
  border-bottom: 1px dotted #231815;
  padding-left: 0;
  padding-bottom: .5em;
  margin-bottom: .5em;
}
.top_news dd:last-child {
  border-bottom: none;
}
.top_news_sns_set {
  margin-top: 0;
}
.top_news_sns_set .sns_fb,
.top_news_sns_set .sns_tw {
  width: 30px;
}
ul.top_link_btn li {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 16px;
}
ul.top_link_btn li:first-child {
  margin-right: 0;
  margin-bottom: 15px;
}

.top_bnr{
	width:100%;
	margin:auto;
}

/*----------------------------------------------------------------------------------------------
	about sp
----------------------------------------------------------------------------------------------*/
.about #main {
    padding: 0 0 20px;
    width: 90%;
}
.about_ttl01 {
    margin-bottom: 20px;
    padding: 0 10%;
}
.about_sec01 {
    text-align: center;
}
.about_ttl02 {
    margin-left: 3%;
    margin-right: auto;
    margin-bottom: 40px;
}
.about_t01 {
    font-size: 15px;
    line-height: 2.2;
    margin-top: -15px;
}
.about_gaikan {
    background: url(../../img/about/about_gaikan_bg.gif) repeat-x #E50012;
    text-align: center;
}
/*----------------------------------------------------------------------------------------------
	floor sp
----------------------------------------------------------------------------------------------*/
.floor_ttl01 {
    margin-bottom: 45px;
}
.floor_ttl01 img {
  height: 160px;
  width: auto;
}

.floor_t01 {
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
}
.floor_t02 {
  font-size: 12px;
  margin-bottom: 2em;
  text-align: justify;
}
.floor_map {
    width: 100%;
    margin: 0 auto 40px;
}
ul.floor_list {
    display: table;
    width:100%;
    margin-bottom: 30px;
}

ul.floor_list > li {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 100%;
    text-align: left;
    border-left: none;
    padding-left: 0;
}
ul.floor_list > li > ul >li {
  margin-bottom: .5em;
}
.floor_map_img {
  margin-bottom: 20px;
}
.clip_map {
  display: none;
}
img[usemap] {
    max-width: 100%;
    height: auto;
}
#fujishiro {
  padding: 106px 0 25px;
  border-bottom: 1px solid #888;
  text-align: center;
  margin-top: -106px;
  margin-bottom: 45px;
}
.fujishiro_ttl {
  text-align: center;
  font-size: 1.3em;
  margin-bottom: 1em;
}
.fujishiro_set {
  width:100%;
  margin: 0 auto;
}
.fujishiro_set:after {
	content: "";
	display: block;
	clear: both;
}
.fuji_img {
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
.fuji_t {
  text-align: left;
}
.toggle {
}
ul.floor_list.child {
    display: none;
}
ul.floor_list {
  margin-top: 10px;
}
.dmenu {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 1px 0 0;
    padding: 10px 15px; 
    text-align: left;
    background: #ededed;
}
.dmenu:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -11px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.dmenu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*----------------------------------------------------------------------------------------------
	access sp
----------------------------------------------------------------------------------------------*/
.access_ttl01 {
    margin-bottom: 30px;
}
.access_ttl01 img {
  height: 150px;
  width: auto;
}
.icon_arrow {
  display: inline-block;
  background: url(../images/icon_arrow_red.svg) no-repeat;
  width: .65em;
  height: .7em;
  margin: -.2em .1em 0 0;
}
ul.access_nav {
    width: 100%;
    margin: 0 auto 20px; 
}
ul.access_nav :after {
        content: "";
        display: block;
        clear: both;
}
ul.access_nav li {
	width:100%;
    float: left;
    margin-left: 30px;
}
ul.access_nav li:first-child {
    margin-left: 0;
}
.access_ttl02 {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}
.gmap {
  text-align: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.gmap img{
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
	max-height: 400px;
	object-fit: contain;
}
.access_sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
.gmap img {
	max-height: 300px;
	}
.access_ttl02 {
    margin-left: 0;
    text-align: left;
  }
.access_pc_only {
    display: none !important;
  }
.access_sp_only {
	display: block;
  }
}
.access_ttl02 {
    font-size: 1.2em;
  }
}
.access_map_box {
    margin-bottom: 50px;
}
.access_map_box :after {
        content: "";
        display: block;
        clear: both;
}
.access_map_box .child {
    display: none;
    margin-top: 20px;
}
.access_dmenu {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 1px 0 0;
    padding: 10px 15px; 
    text-align: left;
    background: #ededed;
}
.access_dmenu:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -11px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.access_dmenu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.access_ttl03 {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}

table.info_tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-left: 0;
    margin-bottom: 50px;
    vertical-align: top;
}
.info_tbl th {
    padding-bottom: .8em;
    width: 5em;
    vertical-align: top;
}
.info_tbl td {
    padding: 0 0 .8em 1em;
    border-left: solid 1px #231815;
}
.info_tbl .tmb th {
    padding-bottom: 32px;
}
.info_tbl .tmb td {
    padding: 0 0 32px 1em;
}
/*----------------------------------------------------------------------------------------------
	観光マップ sp
----------------------------------------------------------------------------------------------*/
.scm_ttl01 {
    margin-bottom: 35px;
}
.scm_ttl01 img {
  height: 160px;
  width: auto;
}
.scm_t01 {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 35px;
}
#maps {
  width: 100%;
  height: 300px;
  margin-bottom: 40px;
}
.map_box {
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: solid 1px #888;
}
.map_box:after {
	content: "";
	display: block;
	clear: both;
}
.scm_spot_img {
  float: none;
  text-align: center;
  margin-bottom: 1.5em;
}
.scm_spot_info {
  position: relative;
  margin-left: 0;
}
.scm_spot_ttl {
  font-size: 16px;
  margin-bottom: .8em;
}
.scm_spot_t {
  font-size: .85em;
}
.scm_spot_address {
  font-size: .85em;
  margin-top: 1em;
  float: none;
}
.btn_more_map {
  float: none;
  text-align: center;
  margin-top: inherit;
}
.btn_more_map a {
  text-align: center;
  margin-top: 25px;
  display: inline-block;
  overflow: hidden;
  font-size: .85em;
  line-height: 105%;
  text-decoration: none;
  background-color: #888;
  color: #fff;
  padding: 15px 40px;
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.btn_more_map a:hover {
  color: #fff;
  background-color: #DE2D2D;
}
/*----------------------------------------------------------------------------------------------
	zatsugaku sp
----------------------------------------------------------------------------------------------*/
.zgk_contents{
	width:100%;
	padding:20px 0 0 0;
	overflow: hidden;
}
ul.zatsugaku_nav {
	width:100%;
	padding:0;
}
ul.zatsugaku_nav li {
	width:45%;
	margin-left:7%;
	float:left;
	padding-bottom:40px;
	text-align:center;
}
.zgk_flot_left_box{
	width:100%;
}
.zgk_t_box01{
	width:100%;
}
.zgk_t_box02{
	width:100%;
	border-bottom: solid 1px #888;
}
.zgk_t{
	width:100%;
}
.zgk_ttl_s{
	width:85%;
}
.zatsugaku_ttl01 {
    margin-bottom: 30px;
}
.zatsugaku_ttl01 img {
  height: 150px;
  width: auto;
}
.zgk_img_size{
	padding-bottom:30px;
	height:auto;
	width:80%;
	margin:0 auto;
}
.zatsugaku_img_flot{
	width:100%;
	margin:0 auto;
}
.zatsugaku_img_box{
	width:100%;
	margin:auto;
	text-align:center;
}
.zgk_img_01{
	width:90%;
	margin-left:5%;
	padding-bottom:10px;
}
.sp_img{
	text-align:center;
}
.icon_arrow {
  display: inline-block;
  background: url(../images/icon_arrow_red.svg) no-repeat;
  width: .65em;
  height: .7em;
  margin: -.2em .1em 0 0;
}
.zatsugaku_ttl02 {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}
.zatsugaku_t01 {
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 35px;
}
.zatsugaku_dmenu {
    width: 100%;
    display: block;
    box-sizing: border-box;
    position: relative;
    margin: 1px 0 0;
    padding: 10px 15px; 
    text-align: left;
    background: #ededed;
}
.zatsugaku_dmenu:after {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -11px;
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}
 
.zatsugaku_dmenu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.zatsugaku_ttl03 {
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 1em;
}
table.info_tbl {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
    margin-left: 0;
    margin-bottom: 50px;
    vertical-align: top;
}
.info_tbl th {
    padding-bottom: .8em;
    width: 5em;
    vertical-align: top;
}
.info_tbl td {
    padding: 0 0 .8em 1em;
    border-left: solid 1px #231815;
}
.info_tbl .tmb th {
    padding-bottom: 32px;
}
.info_tbl .tmb td {
    padding: 0 0 32px 1em;
}
.top_btn{
	    position: relative;
   		width: 15%;
    	margin: 10px auto 30px;
    	padding: 0; 
}
.zgk_ul_01{	
}
.zgk_ul_01 li{
	list-style-type: decimal;
	margin-left:40px;
}
.zgk_r_t{
	width:90%;
	color:#F00;
	font-size:18px;
}
.zgk_t zgk_flot_left{
	float:none;
}
@media screen and (max-width: 480px) {
/*
	tpo sp　max-width: 480px
------------------------------------------*/
.top_menu li {
    float: left;
    width: 50%;
}
/*
	floor sp　max-width: 480px
------------------------------------------*/
.fuji_img {
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}
.fuji_img div {
  display: block;
  margin-bottom: 10px;
}
}