<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Information========

Table of Contents:
 * info
 
========================== */

/*スマートフォン*/
@media screen and (min-width: 0px) {
  /* =======================
	　全体
========================== */
  .pc_br {
    display: none;
  }
  #container {
    width: 90%;
    margin: 10px auto 10px;
  }
  .mouseon_alpha a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #fff;
  }
  /* =======================
	　コンテンツ内
========================== */
  .ttl h2,
  h3,
  h4 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  #container .topicpath {
    margin-bottom: 60px;
  }
  .page_image .ttl_img {
    width: 30%;
    text-align: center;
  }
  #sightseeing #container .sightseeing_copy {
    text-align: center;
  }
  #container #sightseeing_map #g_map {
    width: 99%;
    height: 350px;
    margin: 0 auto;
    border: 1px solid #999;
  }
  #container .sightseeing_copy {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  #container #sightseeing_map #g_map {
    width: 99%;
    height: 350px;
    margin: 0 auto;
    display: block;
    border: 1px solid #999;
  }
  #tourist_facilities_box,
  .link {
    margin-top: -70px;
    padding-top: 70px;
    display: block;
  }
  #sightseeing #category_menu h2 {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2;
    margin: 60px 0 20px 0;
  }
  #container h2,
  h3,
  h4 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }

  #sightseeing .sightseeing_nav {
    margin: 0 0 20px 0;
  }
  #sightseeing .sightseeing_nav {
    margin: 0 0 20px 0;
    display: flex;
  }
  #sightseeing .sightseeing_nav li .btn_box.collar_01 {
    background-color: #e9d8ec;
  }
  #sightseeing .sightseeing_nav li .btn_box.collar_02 {
    background-color: #cfe3d9;
  }
  #sightseeing .sightseeing_nav li .btn_box.collar_03 {
    background-color: #e5e0c8;
  }
  #sightseeing .sightseeing_nav li .btn_box a p {
    margin: 0 auto;
    color: #000;
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: center;
  }
  #sightseeing .sightseeing_nav li .btn_box a {
    display: block;
  }
  #sightseeing .sightseeing_nav li .btn_box a:hover {
    text-decoration: none;
  }
  #sightseeing .sightseeing_nav li {
    float: left;
    width: 48%;
    margin: 0 0 0 1%;
  }
  #sightseeing #shinto_shrine_box h3,
  #tourist_facilities_box h3,
  #restaurant_box h3 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 2;
    margin: 0 0 20px 0;
  }
  #sightseeing .contents {
    position: relative;
    margin-bottom: 25px;
  }
  #sightseeing .contents .img_box_left {
    float: left;
    margin-right: 28px;
    width: 50%;
  }
  #sightseeing .contents .text_box_right h4 {
    font-size: 2rem;
    margin-bottom: 20px;
    margin: 0 auto 15px;
    text-align: center;
  }
  #sightseeing .contents .text_box_right {
    float: right;
    width: 315px;
  }
  #sightseeing .sightseeing_nav li .btn_box a p {
    font-size: 1.4rem;
    font-weight: bold;
  }
  #sightseeing .contents .img_box_left {
    float: none;
    width: 100%;
  }
  #sightseeing .contents .text_box_right {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  #sightseeing .contents .img_box_left img {
    margin-bottom: 10px;
  }
  #sightseeing .contents .text_box_right p {
    margin-bottom: 10px;
  }
  #shinto_shrine_box {
    margin-bottom: 60px;
  }
  #sightseeing .bd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #sightseeing span.hanareya {
    display: none;
  }
  #bus .bus_img {
    width: 100%;
    margin-bottom: 10px;
  }
  #bus .txt {
    margin: auto;
  }
}

/*タブレット*/
@media screen and (min-width: 768px) {
  /* =======================
	　全体
========================== */
  .pc_br {
    display: block;
  }
  .mouseon_alpha a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #fff;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container {
    width: 90%;
    margin: 0 auto 45px;
  }
  #container h2,
  h3,
  h4 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .page_image .ttl_img {
    width: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
  }
  #container .sightseeing_copy {
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
  }
  #container #sightseeing_map #g_map {
    width: 99%;
    height: 480px;
    margin: 0 auto;
    display: block;
    border: 1px solid #999;
  }
  #sightseeing #category_menu h2 {
    text-align: center;
    font-size: 2.8rem;
    line-height: 2;
  }
  #sightseeing .sightseeing_nav {
    margin: 0 0 20px 0;
  }
  #sightseeing .sightseeing_nav {
    margin: 0 0 20px 0;
    display: flex;
  }
  #sightseeing .sightseeing_nav li .btn_box.collar_01 {
    background-color: #e9d8ec;
  }
  #sightseeing .sightseeing_nav li .btn_box.collar_02 {
    background-color: #cfe3d9;
  }
  #sightseeing .sightseeing_nav li .btn_box.collar_03 {
    background-color: #e5e0c8;
  }
  #sightseeing .sightseeing_nav li .btn_box a p {
    margin: 0 auto;
    color: #000;
    font-size: 1.4rem;
    padding: 10px 0;
    text-align: center;
  }
  #sightseeing .sightseeing_nav li .btn_box a {
    display: block;
  }
  #sightseeing .sightseeing_nav li {
    float: left;
    width: 48%;
    margin: 0 0 0 1%;
  }
  #sightseeing #shinto_shrine_box h3,
  #tourist_facilities_box h3,
  #restaurant_box h3 {
    text-align: center;
    font-size: 2.6rem;
    line-height: 2;
    margin: 0 0 20px 0;
  }
  #sightseeing .contents {
    position: relative;
  }
  #sightseeing .contents .img_box_left {
    float: left;
    margin-right: 28px;
    width: 50%;
  }
  #sightseeing .contents .text_box_right h4 {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: left;
  }
  #sightseeing .contents .text_box_right {
    float: right;
    width: 315px;
  }
  #sightseeing .text_only {
    width: 50%;
    float: left;
    margin-top: 20px;
  }
  #sightseeing .contents .text_box_left {
    float: none;
  }
  #bus {
    clear: both;
  }
  #bus .bus_img {
    width: 50%;
    float: left;
  }
  #bus .txt {
    margin: auto;
    width: 46%;
    float: right;
  }
}
/* タブレット(横) */
@media screen and (min-width: 1024px) {
  .page_image p {
    width: 160%;
    right: -300px;
    position: absolute;
  }
  #sightseeing .contents .text_box_right {
    float: right;
    width: 430px;
  }
  #sightseeing .contents .text_box_left {
    float: none;
    padding-left: 10px;
  }
  #bus {
    clear: both;
  }
}
/* タブレット（横）,PCページ */
@media screen and (min-width: 1025px) {
  /* =======================
	　ヘッダー
========================== */
  .page_image p {
    width: 100%;
    right: 0;
  }
  /* =======================
	　全体
========================== */
  .pc_br {
    display: block;
  }
  .mouseon_alpha a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
    background-color: #fff;
  }
  /* =======================
	　コンテンツ内
========================== */
  #container {
    width: 1000px;
  }
  #shinto_shrine_box .contents .slide_img {
    float: left;
  }
  .page_image {
    position: relative;
  }
  .page_image .ttl_img_list {
    position: absolute;
    width: 15%;
    top: 64%;
  }
  #container .topicpath {
    margin-bottom: 70px;
  }
  .page_image .ttl_img {
    width: 12%;
  }
  #container .sightseeing_copy {
    text-align: center;
    line-height: 2;
    margin-bottom: 60px;
  }
  #restaurant_box {
    margin-bottom: 75px;
  }
  #sightseeing .contents {
    margin-bottom: 60px;
  }
  #sightseeing .sightseeing_nav li .btn_box a p {
    font-size: 1.8rem;
    font-weight: normal;
  }
  #sightseeing .sightseeing_nav {
    margin: 0 0 40px 0;
  }
  #sightseeing #category_menu .sightseeing_nav.clearfix li .btn_box.collar_01 a p:hover {
    background-color: #cfa6d6;
  }
  #sightseeing #category_menu .sightseeing_nav.clearfix li .btn_box.collar_02 a p:hover {
    background-color: #90c8ac;
    opacity: 1;
  }
  #sightseeing #category_menu .sightseeing_nav.clearfix li .btn_box.collar_03 a p:hover {
    background-color: #d1c278;
    opacity: 1;
  }
  /*
.mouseon_alpha a:hover {
	opacity:1;
}
*/
  #sightseeing .bd {
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #sightseeing #category_menu h2 {
    font-size: 3rem;
  }
  #sightseeing #shinto_shrine_box h3,
  #tourist_facilities_box h3,
  #restaurant_box h3 {
    font-size: 3rem;
    margin: 0 0 30px 0;
  }
}
</pre></body></html>