@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*-------------------------------------------------------------*/
.hover a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9; }

#wrapper.inverse-blue #container {
  background: #3a00ff; }

#wrapper.inverse-yellow #container {
  background: #faff00; }

#wrapper.inverse-black #container {
  background: #000; }

#wrapper.inverse-blue #container,
#wrapper.inverse-black #container {
  color: #fff; }
  #wrapper.inverse-blue #container .section a,
  #wrapper.inverse-black #container .section a {
    color: #fff; }
  #wrapper.inverse-blue #container #secondary a,
  #wrapper.inverse-black #container #secondary a {
    color: #fff; }

/*-------------------------------------------------------------*/
/*=0 global
-------------------------------------------------------------*/
* {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  font-family: "游明朝","YuMincho","Hiragino Mincho ProN","Hiragino Mincho Pro","ＭＳ 明朝",serif;
  line-height: 1.7;
  color: #000; }

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

video {
  vertical-align: bottom; }

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

input,
textarea {
  font-size: 1.6rem;
  padding: 0;
  border: 0;
  margin: 0;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  border: 1px solid #cccccc;
  padding: 0.5rem; }

header,
#fNav,
input[type="text"],
input[type="email"],
textarea {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/*=1 heading
-------------------------------------------------------------*/
#under h1, #under h2, #under h3 {
  font-weight: bold; }
#under h1.title {
  font-size: 2.6rem;
  background: #e6e6e6;
  padding: 3rem 0; }
  #under h1.title .inner {
    display: block; }
#under .section h1, #under .section h2 {
  font-size: 2.2rem;
  border-left: 3px solid #d20b1d;
  padding: 1rem 0 1rem 1.5rem; }
#under .section h3 {
  font-size: 2rem;
  color: #d20b1d; }

/*=2 basic structure
-------------------------------------------------------------*/
header {
  padding: 2rem 1.5625% !important;
  position: relative;
  overflow: hidden;
  *zoom: 1; }
  header .logo {
    width: 239px;
    position: absolute;
    top: 50%;
    left: 1.5625%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  header .header_inner {
    float: right;
    display: table;
    width: 48.4%;
    padding: 3rem 0; }
    header .header_inner #cse-search-box input[type="text"] {
      padding: 0 2px !important; }
    header .header_inner div {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      header .header_inner div span {
        margin-left: 0.5rem; }
      header .header_inner div input {
        padding: 0.5rem 2.5rem 0.5rem 0.5rem;
        background-image: url(../img/common/icon_search.png);
        background-repeat: no-repeat;
        background-position: 98% center;
        background-size: 8%;
        max-width: 183px; }
      header .header_inner div.font_size span, header .header_inner div.bg_color span {
        cursor: pointer; }
      header .header_inner div.bg_color span {
        display: inline-block;
        width: 1.2rem;
        height: 1.2rem;
        margin-top: 0.2rem; }
      header .header_inner div.bg_color .white {
        border: 1px solid #000;
        background: #fff; }
      header .header_inner div.bg_color .blue {
        border: 1px solid #fff;
        background: #3a00ff; }
      header .header_inner div.bg_color .yellow {
        border: 1px solid #fff;
        background: #faff00; }
      header .header_inner div.bg_color .black {
        border: 1px solid #fff;
        background: #000; }
      header .header_inner div.logo_bunkacho {
        width: 7.6%;
        padding-left: 2%; }

#container {
  padding: 5rem 0; }

footer #share {
  background: #e6e6e6;
  padding: 1rem 0; }
  footer #share ul {
    text-align: right; }
    footer #share ul li {
      display: inline-block; }
footer #banner_area {
  background: #d20b1d; }
  footer #banner_area .head {
    padding-top: 3rem;
    text-align: center;
    font-size: 2rem;
    color: #fff; }
  footer #banner_area ul {
    padding: 2rem 1.5625% 1rem;
    max-width: 1280px;
    margin: 0 auto; }
    footer #banner_area ul li {
      display: inline-block;
      width: 23.5%;
      margin: 0 2% 2rem 0; }
      footer #banner_area ul li:nth-child(4n) {
        margin-right: 0; }
footer #fNav_box {
  background: #000;
  padding: 4rem 0; }
  footer #fNav_box .inner_box {
    overflow: hidden;
    *zoom: 1;
    max-width: 1280px;
    margin: 0 auto; }
    footer #fNav_box .inner_box .logo {
      float: left;
      width: 20%; }
footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  padding: 4rem 0; }
  footer .copyright .logo_bunkacho {
    display: none; }

/*=3 navigation
-------------------------------------------------------------*/
.drawer-nav {
  background: #d20b1d; }
  .drawer-nav ul li a {
    position: relative;
    display: block;
    color: #fff;
    padding: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .drawer-nav ul li a:after {
      content: '\f105';
      font-family: 'FontAwesome';
      position: absolute;
      top: 50%;
      right: 1rem;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

#gNav {
  font-size: 1.6rem; }
  #gNav ul {
    display: table;
    width: 100%;
    table-layout: fixed; }
    #gNav ul li {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      background: #d20b1d;
      border-left: 2px solid #fff; }
      #gNav ul li:first-child {
        border-left: 0; }
      #gNav ul li:hover {
        background: #f3182c; }
      #gNav ul li a {
        display: block;
        color: #fff;
        padding: 1.3rem 0;
        line-height: 1.3; }
      #gNav ul li.myPage {
        background: #e7a200; }
        #gNav ul li.myPage:hover {
          background: #ffb916; }

#fNav {
  display: table;
  width: 80%;
  padding-left: 5%;
  font-size: 1.2rem; }
  #fNav ul {
    display: table-cell; }
    #fNav ul li a {
      color: #fff;
      line-height: 2; }
      #fNav ul li a:hover {
        text-decoration: underline; }

#lNav ul li a {
  display: block;
  position: relative;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  border-bottom: 1px solid #cccccc; }
  #lNav ul li a:hover {
    color: #d20b1d; }
  #lNav ul li a:before {
    content: '\f0da';
    font-family: 'FontAwesome';
    color: #969696;
    margin-right: 1rem;
    position: absolute;
    top: 50%;
    left: 1.5rem;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

/*=4 commonClass,commonID
-------------------------------------------------------------*/
.inner {
  padding: 0 1.5625%; }

.topicPath {
  font-size: 1.2rem;
  padding: 0.5rem 0; }
  .topicPath a span {
    text-decoration: underline; }
    .topicPath a span:hover {
      text-decoration: none; }
  .topicPath a:after {
    content: '＞';
    margin: 0 1rem; }

.icon {
  color: #d20b1d; }

.button:first-child a, .button:first-child input {
  margin-top: 0; }
.button a, .button input {
  padding: 0;
  position: relative;
  display: block;
  width: 230px;
  margin: 2rem auto 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 1rem;
  cursor: pointer;
  text-decoration: none !important; }
  .button a:before, .button input:before {
    font-family: 'FontAwesome';
    margin-right: 1rem; }
.button.button_a a, .button.button_a input {
  background: #d20b1d;
  border: 2px solid #d20b1d; }
  .button.button_a a:hover, .button.button_a input:hover {
    background: #fff;
    color: #d20b1d !important; }
.button#test a:before {
  content: '\f112'; }
.button.button_b a, .button.button_b input {
  background: #000;
  border: 2px solid #000; }
  .button.button_b a:hover, .button.button_b input:hover {
    background: #fff;
    color: #000; }

.buttons {
  text-align: center; }
  .buttons li {
    display: inline-block;
    margin-left: 2rem; }
    .buttons li:first-child {
      margin-left: 0; }

.pc_none {
  display: none !important; }

.pager {
  text-align: center;
  margin-top: 4rem; }
  .pager p span {
    display: inline-block;
    margin: 0 0 1rem 1rem; }
    .pager p span a {
      display: block;
      text-decoration: none !important; }
      .pager p span a:hover {
        background: #d20b1d;
        color: #fff; }
  .pager p span a {
    border: 1px solid #d20b1d;
    color: #d20b1d;
    padding: 0.3rem 1rem; }
  .pager p .current {
    background: #d20b1d; }
    .pager p .current a {
      color: #fff; }

#under .inner {
  width: 980px;
  margin: 0 auto;
  padding: 0; }
#under #container .inner {
  overflow: hidden;
  *zoom: 1;
  position: relative; }
  #under #container .inner #primary {
    width: 74.4%;
    min-height: 600px;
    float: left; }
  #under #container .inner #secondary {
    width: 22.4%;
    position: absolute;
    top: 0;
    right: 0; }
    #under #container .inner #secondary .scd_box .head {
      background: #d20b1d;
      color: #fff;
      font-size: 1.8rem;
      padding: 1rem;
      line-height: 1.4; }
  #under #container .inner .section {
    overflow: hidden;
    *zoom: 1;
    margin-top: 3rem; }
    #under #container .inner .section:first-child {
      margin-top: 0; }
    #under #container .inner .section h1, #under #container .inner .section h2, #under #container .inner .section h3, #under #container .inner .section p {
      margin-bottom: 2rem; }
      #under #container .inner .section h1:last-child, #under #container .inner .section h2:last-child, #under #container .inner .section h3:last-child, #under #container .inner .section p:last-child {
        margin-bottom: 0; }
    #under #container .inner .section a {
      text-decoration: underline; }
      #under #container .inner .section a:hover {
        text-decoration: none; }
    #under #container .inner .section .inner_box {
      overflow: hidden;
      *zoom: 1; }
      #under #container .inner .section .inner_box .image {
        width: 36%;
        float: right; }
      #under #container .inner .section .inner_box .text {
        width: 60%;
        float: left; }
    #under #container .inner .section .table_wrap table {
      min-width: 100%; }
      #under #container .inner .section .table_wrap table tr {
        border-top: 1px solid #cccccc;
        border-bottom: 1px solid #cccccc; }
        #under #container .inner .section .table_wrap table tr:nth-child(even) {
          background: #eee; }
        #under #container .inner .section .table_wrap table tr th, #under #container .inner .section .table_wrap table tr td {
          padding: 1rem; }
        #under #container .inner .section .table_wrap table tr.inverse-black th, #under #container .inner .section .table_wrap table tr.inverse-black td {
          background: #000; }
        #under #container .inner .section .table_wrap table tr.inverse-blue th, #under #container .inner .section .table_wrap table tr.inverse-blue td {
          background: #3a00ff; }
    #under #container .inner .section .box {
      border: 2px solid #ddd;
      padding: 3rem; }
    #under #container .inner .section .message p {
      text-align: center; }
    #under #container .inner .section .input_form {
      width: 70%;
      margin: 0 auto; }
      #under #container .inner .section .input_form dl {
        display: table;
        width: 100%;
        padding-top: 2rem; }
        #under #container .inner .section .input_form dl:first-child {
          padding-top: 0; }
        #under #container .inner .section .input_form dl dt, #under #container .inner .section .input_form dl dd {
          display: table-cell; }
        #under #container .inner .section .input_form dl dt {
          width: 25%; }
        #under #container .inner .section .input_form dl dd {
          width: 75%;
          padding-left: 2%; }
          #under #container .inner .section .input_form dl dd input {
            width: 100%; }

#map_box {
  overflow: hidden;
  *zoom: 1; }
  #map_box #map {
    position: relative;
    width: 100%;
    padding-top: 75%; }
    #map_box #map iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  #map_box ul {
    margin-top: 1rem; }
    #map_box ul li {
      display: inline-block;
      background-size: contain;
      background-position: center left;
      background-repeat: no-repeat;
      padding: 0.3rem 0 0.3rem 3.5rem;
      margin-left: 1.5rem; }
      #map_box ul li:first-child {
        color: #d20b1d;
        padding-left: 0;
        margin-left: 0; }
      #map_box ul li.cycle {
        background-image: url(../img/map/icon_cycle.png); }
      #map_box ul li.bench {
        background-image: url(../img/map/icon_bench.png); }

.map_side .head {
  font-size: 1.8rem;
  color: #fff;
  background: #000;
  padding: 1rem;
  margin-bottom: 0 !important; }
.map_side dl dt {
  font-size: 1.8rem;
  padding: 1rem 0; }
.map_side dl dd input {
  width: 100%; }
.map_side dl dd ul li {
  border-bottom: 1px solid #cccccc; }
  .map_side dl dd ul li:first-child {
    border-top: 1px solid #cccccc; }
  .map_side dl dd ul li a {
    display: block;
    text-decoration: none !important;
    padding: 1rem 0; }
    .map_side dl dd ul li a:hover {
      color: #d20b1d; }
    .map_side dl dd ul li a:before {
      content: '\f041';
      font-family: 'FontAwesome';
      margin-right: 0.5rem; }

.comingsoon {
  min-height: 60rem;
  background-image: url(../img/common/comingsoon.png);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center; }

/*------------------------------------------------------------*/
/*top
-------------------------------------------------------------*/
#top #movie {
  position: relative;
  background-image: url(../img/top/mainimg.jpg);
  background-size: cover;
  background-position: center; }
  #top #movie .logo {
    width: 36%;
    margin: 0 32%;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3; }
  #top #movie .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../img/common/patt_dot.png);
    z-index: 2; }
  #top #movie video {
    width: 100%;
    height: auto; }
#top #container .inner section {
  margin-top: 5rem; }
  #top #container .inner section:first-child {
    margin-top: 0; }
  #top #container .inner section h2 {
    text-align: center;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 3rem;
    font-weight: bold; }
    #top #container .inner section h2 i, #top #container .inner section h2 span {
      color: #d20b1d; }
    #top #container .inner section h2 span {
      font-size: 1.8rem; }
      #top #container .inner section h2 span:before {
        content: '';
        display: block;
        width: 160px;
        height: 2px;
        background: #d20b1d;
        margin: 2rem auto 1rem; }
#top #container .inner #map .inner_box {
  overflow: hidden;
  *zoom: 1; }
  #top #container .inner #map .inner_box #tokushima,
  #top #container .inner #map .inner_box #kochi,
  #top #container .inner #map .inner_box #ehime,
  #top #container .inner #map .inner_box #kagawa {
    width: 24.625%; }
  #top #container .inner #map .inner_box div {
    float: left;
    position: relative;
    background: #ccc;
    font-weight: bold;
    margin-left: .5%; }
    #top #container .inner #map .inner_box div:first-child {
      margin-left: 0; }
    #top #container .inner #map .inner_box div:after {
      content: '';
      display: block;
      padding-top: 100%; }
    #top #container .inner #map .inner_box div div {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
#top #container .inner #contents .inner_box {
  overflow: hidden;
  *zoom: 1; }
  #top #container .inner #contents .inner_box .block {
    width: 49.75%;
    overflow: hidden;
    *zoom: 1;
    float: right; }
    #top #container .inner #contents .inner_box .block .bnr {
      float: left;
      width: 49.49%;
      margin: 0 1.02% 1.02% 0; }
      #top #container .inner #contents .inner_box .block .bnr:nth-child(2n) {
        margin-right: 0; }
  #top #container .inner #contents .inner_box .block02 {
    margin-right: .5%; }
    #top #container .inner #contents .inner_box .block02 #news {
      position: relative;
      background: #eff0b0;
      margin-bottom: 1%;
      color: #000 !important; }
      #top #container .inner #contents .inner_box .block02 #news:after {
        content: '';
        display: block;
        padding-top: 49.4%; }
      #top #container .inner #contents .inner_box .block02 #news div {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: 3%; }
        #top #container .inner #contents .inner_box .block02 #news div p {
          font-size: 2.4rem;
          font-weight: bold;
          margin-bottom: 1rem; }
        #top #container .inner #contents .inner_box .block02 #news div ul {
          height: 80%;
          overflow-y: auto; }
          #top #container .inner #contents .inner_box .block02 #news div ul li {
            margin-bottom: 1rem; }
            #top #container .inner #contents .inner_box .block02 #news div ul li dl {
              display: table;
              width: 100%; }
              #top #container .inner #contents .inner_box .block02 #news div ul li dl dt,
              #top #container .inner #contents .inner_box .block02 #news div ul li dl dd {
                display: table-cell;
                vertical-align: top; }
              #top #container .inner #contents .inner_box .block02 #news div ul li dl dt {
                width: 30%; }
              #top #container .inner #contents .inner_box .block02 #news div ul li dl dd {
                width: 75%;
                padding-left: 2%; }
                #top #container .inner #contents .inner_box .block02 #news div ul li dl dd a:hover {
                  text-decoration: underline; }
              #top #container .inner #contents .inner_box .block02 #news div ul li dl dt span {
                margin-left: 1rem;
                font-size: 1.1rem;
                padding: 0.2rem 1.5rem;
                color: #fff !important; }
                #top #container .inner #contents .inner_box .block02 #news div ul li dl dt span.icon_tokushima {
                  background: #601986; }
                #top #container .inner #contents .inner_box .block02 #news div ul li dl dt span.icon_kochi {
                  background: #0068b7; }
                #top #container .inner #contents .inner_box .block02 #news div ul li dl dt span.icon_ehime {
                  background: #ff9900; }
                #top #container .inner #contents .inner_box .block02 #news div ul li dl dt span.icon_kagawa {
                  background: #66a700; }
                #top #container .inner #contents .inner_box .block02 #news div ul li dl dt span.icon_all {
                  background: #d20b1d; }
      #top #container .inner #contents .inner_box .block02 #news + .bnr {
        margin-right: 1.02%; }
        #top #container .inner #contents .inner_box .block02 #news + .bnr + .bnr {
          margin-right: 0; }
  #top #container .inner #contents .inner_box .block03 div:first-child {
    float: left; }
  #top #container .inner #contents .inner_box .block03 div:last-child {
    float: right; }
#top .bnr-walking {
  text-align: center; }
  #top .bnr-walking img {
    margin-top: 5rem;
    width: 710px;
    max-width: 100%; }
    #top .bnr-walking img.sp {
      display: none; }

/*japan_heritage
-------------------------------------------------------------*/
#japan_heritage #about .image {
  text-align: center; }
  #japan_heritage #about .image img {
    max-width: 40%; }

/*shikoku_henro
-------------------------------------------------------------*/
#shikoku_henro #pagenav {
  overflow: hidden;
  *zoom: 1; }
  #shikoku_henro #pagenav li {
    width: 49%;
    float: left;
    margin-left: 2%; }
    #shikoku_henro #pagenav li:first-child {
      margin-left: 0; }
#shikoku_henro .konjaku .inner_box {
  overflow: hidden;
  *zoom: 1; }
  #shikoku_henro .konjaku .inner_box .block {
    position: relative;
    width: 31%;
    float: left;
    margin: 0 3.5% 3.5% 0;
    text-align: center; }
    #shikoku_henro .konjaku .inner_box .block:nth-child(3n) {
      margin-right: 0; }
    #shikoku_henro .konjaku .inner_box .block .off,
    #shikoku_henro .konjaku .inner_box .block .on {
      cursor: pointer; }
    #shikoku_henro .konjaku .inner_box .block .off {
      position: absolute;
      border: 2px solid #ccc; }
      #shikoku_henro .konjaku .inner_box .block .off:hover:after {
        content: 'CLICK';
        position: absolute;
        top: 5px;
        left: 5px;
        background: #000;
        color: #fff;
        padding: 0.5rem; }

/*council
-------------------------------------------------------------*/
#council .section ol li {
  margin-bottom: 2rem; }
  #council .section ol li:last-child {
    margin-bottom: 0; }
  #council .section ol li dl dt {
    font-weight: bold; }
  #council .section ol li dl dd ol {
    counter-reset: number; }
    #council .section ol li dl dd ol li {
      padding-left: 3rem;
      position: relative;
      margin-bottom: 0; }
      #council .section ol li dl dd ol li:before {
        counter-increment: number;
        content: counter(number);
        position: absolute;
        top: 0;
        left: 0; }

/*map
-------------------------------------------------------------*/
#map .map_shikoku {
  padding: 0; }
  #map .map_shikoku #map_shikoku {
    background-image: url(../img/common/patt_dot.png), url(../img/map/map_background.jpg);
    background-size: auto, cover;
    background-position: left top, center;
    background-repeat: repeat, no-repeat; }
    #map .map_shikoku #map_shikoku #map_shikoku_inner {
      padding: 8rem 0;
      text-align: center;
      color: #fff; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner h1, #map .map_shikoku #map_shikoku #map_shikoku_inner p {
        text-shadow: 0 0 7px #000; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner h1 {
        font-size: 3.4rem;
        margin-bottom: 1rem; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner p {
        font-size: 1.6rem; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image {
        position: relative;
        width: 527px;
        height: 423px;
        margin: 6rem auto 0; }
        #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image .nav img {
          width: auto; }
        #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image .nav li {
          position: absolute; }
          #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image .nav li#ehime {
            width: 203px;
            height: 105px;
            top: 4rem;
            left: -5rem; }
          #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image .nav li#kagawa {
            width: 197px;
            height: 105px;
            top: -6rem;
            right: -5rem; }
          #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image .nav li#tokushima {
            width: 197px;
            height: 126px;
            top: 12rem;
            right: -9rem; }
          #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image .nav li#kochi {
            width: 197px;
            height: 126px;
            bottom: 9rem;
            right: 9rem; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner #nav_sp {
        display: none; }
    #map .map_shikoku #map_shikoku video {
      width: 100%;
      height: auto; }
#map #list ul li {
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc; }
  #map #list ul li:first-child {
    border-top: 1px solid #cccccc; }
  #map #list ul li dl {
    display: table;
    width: 100%; }
    #map #list ul li dl dt, #map #list ul li dl dd {
      display: table-cell;
      vertical-align: middle; }
    #map #list ul li dl dt {
      width: 4%;
      background: #d20b1d;
      color: #fff;
      font-size: 1.8rem;
      text-align: center; }
    #map #list ul li dl dd {
      padding-left: 2rem; }
      #map #list ul li dl dd.hover {
        width: 20%; }
      #map #list ul li dl dd.detail span {
        font-size: 1.8rem;
        font-weight: bold; }
      #map #list ul li dl dd.save {
        width: 13em;
        vertical-align: top;
        text-align: right; }
        #map #list ul li dl dd.save a {
          background: #d20b1d;
          color: #fff;
          padding: 0.5rem 1rem;
          text-decoration: none !important; }
          #map #list ul li dl dd.save a:hover {
            background: #f31d30; }
#map #detail #info {
  position: relative; }
  #map #detail #info .save {
    position: absolute;
    top: 0.5rem;
    right: 0;
    text-align: center; }
    #map #detail #info .save a {
      width: 13em;
      background: #d20b1d;
      color: #fff;
      padding: 0.5rem 1rem;
      text-decoration: none; }
      #map #detail #info .save a:hover {
        background: #f31d30; }
#map #detail .button a:before {
  content: '\f112'; }
#map #mymaps {
  position: relative;
  background: #fff;
  padding: 2rem;
  max-width: 50%;
  margin: 0 auto; }
  #map #mymaps p {
    margin-bottom: 1rem; }
    #map #mymaps p:first-child {
      font-size: 1.8rem;
      font-weight: bold;
      color: #d20b1d; }
    #map #mymaps p a {
      text-decoration: underline; }
      #map #mymaps p a:hover {
        text-decoration: none; }
  #map #mymaps ul li a {
    display: block;
    border-top: 1px dotted #cccccc;
    padding: 1rem 0;
    text-decoration: underline; }
    #map #mymaps ul li a:hover {
      text-decoration: none;
      color: #d20b1d; }
#map .inputmymapname {
  text-align: center;
  border: 1px solid #ccc;
  padding: 2rem; }
  #map .inputmymapname a {
    text-decoration: underline;
    margin-left: 1.5rem; }
    #map .inputmymapname a:hover {
      text-decoration: none; }

/*movie
-------------------------------------------------------------*/
#movie .inner video {
  display: block;
  width: 720px;
  height: 480px;
  margin: 0 auto; }

/*access
-------------------------------------------------------------*/
#access .section section .access_box {
  border: 2px solid #cccccc;
  margin-top: 3rem; }
  #access .section section .access_box .head {
    background: #d20b1d;
    color: #fff;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0 !important;
    font-size: 1.6rem;
    font-weight: bold; }
  #access .section section .access_box .inner_box {
    padding: 1.5rem; }
    #access .section section .access_box .inner_box dl {
      display: table;
      position: relative;
      width: 100%;
      margin-top: 3rem; }
      #access .section section .access_box .inner_box dl:after {
        content: '';
        display: block;
        position: absolute;
        top: -2.2rem;
        left: 1.2rem;
        width: 0;
        height: 0;
        border: 1.5rem solid transparent;
        border-top: 1.5rem solid #cccccc; }
      #access .section section .access_box .inner_box dl:first-child {
        margin-top: 0; }
        #access .section section .access_box .inner_box dl:first-child:after {
          display: none; }
      #access .section section .access_box .inner_box dl dt, #access .section section .access_box .inner_box dl dd {
        display: table-cell;
        vertical-align: middle; }
      #access .section section .access_box .inner_box dl dt {
        width: 4em;
        text-align: center;
        padding: 0.5rem 0; }
      #access .section section .access_box .inner_box dl dd {
        padding-left: 1rem; }
    #access .section section .access_box .inner_box .departure dt {
      background: #e7a200; }
    #access .section section .access_box .inner_box .via dt {
      background: #32b16c; }
    #access .section section .access_box .inner_box .destination dt {
      background: #00acc5; }
    #access .section section .access_box .inner_box p:last-child {
      margin-top: 1rem; }
#access .section section h3 + .access_box {
  margin-top: 0; }

/*news
-------------------------------------------------------------*/
#news article .info {
  margin-top: 2rem;
  padding: 1rem 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  text-align: right; }
#news #news_list article .inner_box {
  display: table;
  width: 100%; }
  #news #news_list article .inner_box .thumbnail,
  #news #news_list article .inner_box .text {
    display: table-cell;
    vertical-align: top; }
  #news #news_list article .inner_box .thumbnail {
    width: 20%; }
  #news #news_list article .inner_box .text {
    padding-left: 4.1%;
    width: auto !important; }
    #news #news_list article .inner_box .text .button a {
      margin: 2rem 0 0 auto; }
#news #news_detail .content img {
  width: auto;
  max-width: 100%; }
#news #news_detail .content .contest table {
  table-layout: fixed; }
  #news #news_detail .content .contest table td p {
    padding: 1rem; }
#news #news_detail .button a:before {
  content: '\f112'; }

/*kids
-------------------------------------------------------------*/
#kids #container .inner .kids_top .section .inner_box {
  padding-top: 1px; }
  #kids #container .inner .kids_top .section .inner_box .image {
    float: left;
    width: 46%; }
  #kids #container .inner .kids_top .section .inner_box .text {
    float: right;
    width: 50%; }
#kids #quiz .lead h1 {
  margin-bottom: 2rem; }
#kids #quiz .lead p {
  font-size: 2rem;
  text-align: center;
  font-weight: bold; }
#kids #quiz [data-wrapper="question"] .button {
  display: block;
  font-size: 2.7rem;
  font-weight: bold;
  padding: 1.5rem;
  text-decoration: none !important; }
#kids #quiz [data-wrapper="question"] [data-init="choicequiz"] {
  text-align: center; }
  #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] p {
    margin-bottom: 1rem;
    font-size: 1.7rem;
    color: #00a0e9;
    margin-top: 4rem; }
    #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] p:first-child {
      color: #856700;
      margin-top: 0; }
  #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] [data-btn="beginner"] {
    background: #edc343;
    color: #856700; }
    #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] [data-btn="beginner"]:hover {
      background: #f6e1a0; }
  #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] [data-btn="master"] {
    background: #00a0e9;
    color: #fff; }
    #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] [data-btn="master"]:hover {
      background: #50c8ff; }
#kids #quiz [data-wrapper="question"] .qBox .head {
  font-size: 2.7rem;
  font-weight: bold;
  text-align: center;
  padding: 1.5rem;
  margin-bottom: 0; }
#kids #quiz [data-wrapper="question"] .qBox .inner {
  padding: 3rem;
  width: 100%; }
  #kids #quiz [data-wrapper="question"] .qBox .inner h5 {
    font-size: 2rem;
    font-weight: bold;
    position: relative;
    padding-left: 6rem;
    margin-bottom: 4rem; }
    #kids #quiz [data-wrapper="question"] .qBox .inner h5:before {
      @import url(https://fonts.googleapis.com/css?family=Palanquin:700);
      font-family: 'Palanquin', sans-serif;
      font-size: 6rem;
      line-height: 1;
      position: absolute;
      top: 50%;
      left: 0;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
  #kids #quiz [data-wrapper="question"] .qBox .inner .answerBtn {
    font-size: 2rem;
    cursor: pointer;
    margin-bottom: 0; }
    #kids #quiz [data-wrapper="question"] .qBox .inner .answerBtn:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    #kids #quiz [data-wrapper="question"] .qBox .inner .answerBtn:before {
      margin-right: 3rem; }
  #kids #quiz [data-wrapper="question"] .qBox .inner [data-youranswer="1"]:before {
    content: '1.'; }
  #kids #quiz [data-wrapper="question"] .qBox .inner [data-youranswer="2"]:before {
    content: '2.'; }
  #kids #quiz [data-wrapper="question"] .qBox .inner [data-youranswer="3"]:before {
    content: '3.'; }
  #kids #quiz [data-wrapper="question"] .qBox .inner [data-youranswer="4"]:before {
    content: '4.'; }
  #kids #quiz [data-wrapper="question"] .qBox .inner .button {
    font-size: 2rem; }
#kids #quiz [data-wrapper="question"] .answerBox .button,
#kids #quiz [data-wrapper="question"] .resultBox .button {
  width: 50%;
  margin: 0 auto;
  text-align: center; }
#kids #quiz div.beginner .qBox {
  border: 5px solid #edc343; }
  #kids #quiz div.beginner .qBox .head {
    color: #856700;
    background: #edc343; }
#kids #quiz div.beginner .answerBox .button,
#kids #quiz div.beginner .resultBox .button {
  background: #edc343;
  color: #856700; }
  #kids #quiz div.beginner .answerBox .button:hover,
  #kids #quiz div.beginner .resultBox .button:hover {
    background: #f6e1a0; }
#kids #quiz div.master .qBox {
  border: 5px solid #00a0e9; }
  #kids #quiz div.master .qBox .head {
    color: #fff;
    background: #00a0e9; }
#kids #quiz div.master .answerBox .button,
#kids #quiz div.master .resultBox .button {
  background: #00a0e9;
  color: #fff; }
  #kids #quiz div.master .answerBox .button:hover,
  #kids #quiz div.master .resultBox .button:hover {
    background: #50c8ff; }
#kids #quiz .questionBox h5:before {
  content: 'Q';
  color: #d20b1d; }
#kids #quiz .answerBox .inner {
  min-height: 400px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center; }
  #kids #quiz .answerBox .inner h5:before {
    content: 'A';
    color: #019435; }
#kids #quiz .true .inner {
  background-image: url(../img/kids/true.png); }
#kids #quiz .false .inner {
  background-image: url(../img/kids/false.png); }
#kids #quiz .resultBox .inner {
  background-image: url(../img/kids/bg_fin.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }
  #kids #quiz .resultBox .inner p {
    font-size: 2rem;
    line-height: 1.2;
    text-align: center; }
    #kids #quiz .resultBox .inner p span {
      color: #b3a16a;
      font-size: 12rem; }

/*henro_joshi
-------------------------------------------------------------*/
#henro_joshi #primary {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  font-size: 1.6rem; }
  #henro_joshi #primary h1 {
    border: 0;
    padding: 0; }
  #henro_joshi #primary h2 {
    font-size: 2rem;
    color: #fff;
    border: 0;
    background: #f46aa6 url(../img/henro_joshi/bg_title.png); }
  #henro_joshi #primary h3 {
    font-size: 2rem;
    color: #fcff00;
    background: #f46aa6;
    padding: 1rem 0;
    width: 53%;
    margin: 0 auto 4rem;
    text-align: center;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  #henro_joshi #primary .detail {
    margin-top: 6rem !important; }
    #henro_joshi #primary .detail .heading_box {
      text-align: center; }
      #henro_joshi #primary .detail .heading_box .heading {
        font-size: 2rem;
        color: #f46aa6; }
        #henro_joshi #primary .detail .heading_box .heading span {
          position: relative; }
          #henro_joshi #primary .detail .heading_box .heading span:after {
            content: '';
            display: block;
            width: 12px;
            height: 11px;
            position: absolute;
            top: -5px;
            right: -13px;
            background-image: url(../img/henro_joshi/icon_point.png);
            background-size: cover;
            background-position: center; }
  #henro_joshi #primary #lead {
    text-align: center;
    padding-bottom: 200px;
    background-image: url(../img/henro_joshi/illust01.png);
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat; }
  #henro_joshi #primary #style .illust {
    width: 70%;
    margin: 0 auto 4rem; }
  #henro_joshi #primary #style dl {
    overflow: hidden;
    *zoom: 1;
    margin-top: 2rem; }
    #henro_joshi #primary #style dl dt {
      position: relative;
      float: left;
      width: 20%;
      color: #fcff00;
      padding: 0.5rem 0;
      text-align: center;
      -moz-border-radius: 100px;
      -webkit-border-radius: 100px;
      border-radius: 100px; }
      #henro_joshi #primary #style dl dt span {
        position: absolute;
        top: 50%;
        left: 1rem;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #fff;
        font-size: 1.2rem;
        width: 2rem;
        height: 2rem;
        -moz-border-radius: 1rem;
        -webkit-border-radius: 1rem;
        border-radius: 1rem; }
    #henro_joshi #primary #style dl .item01 {
      background: #93bb3e; }
      #henro_joshi #primary #style dl .item01 span {
        color: #93bb3e; }
    #henro_joshi #primary #style dl .item02 {
      background: #00b7ee; }
      #henro_joshi #primary #style dl .item02 span {
        color: #00b7ee; }
    #henro_joshi #primary #style dl .item03 {
      background: #ff5a29; }
      #henro_joshi #primary #style dl .item03 span {
        color: #ff5a29; }
    #henro_joshi #primary #style dl dd {
      float: right;
      width: 78%;
      font-size: 1.4rem; }
  #henro_joshi #primary #mustitem #items ol {
    overflow: hidden;
    *zoom: 1; }
    #henro_joshi #primary #mustitem #items ol li {
      float: left;
      width: 33%;
      margin-bottom: 2rem; }
      #henro_joshi #primary #mustitem #items ol li:nth-child(4) {
        clear: both; }
      #henro_joshi #primary #mustitem #items ol li img {
        display: block;
        width: 80%;
        margin: 0 auto; }
  #henro_joshi #primary .box_wrap {
    overflow: hidden;
    *zoom: 1; }
    #henro_joshi #primary .box_wrap div {
      float: left;
      vertical-align: top;
      width: 49%;
      margin: 0 2% 2rem 0;
      background: #fef6fa;
      border: 3px solid #f46aa6;
      padding: 1.5rem;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px; }
      #henro_joshi #primary .box_wrap div:nth-child(2n) {
        margin-right: 0; }
      #henro_joshi #primary .box_wrap div p:first-child {
        text-align: center;
        color: #f46aa6;
        font-size: 1.8rem;
        margin-bottom: 1rem; }
        #henro_joshi #primary .box_wrap div p:first-child span {
          display: inline-block;
          width: 2.3rem;
          height: 2.3rem;
          color: #fff;
          background: #f46aa6;
          font-size: 1.4rem;
          -moz-border-radius: 1.125rem;
          -webkit-border-radius: 1.125rem;
          border-radius: 1.125rem;
          margin-right: 0.5rem; }
      #henro_joshi #primary .box_wrap div p:last-child {
        font-size: 1.4rem; }
  #henro_joshi #primary #step dl,
  #henro_joshi #primary #sankajo dl {
    display: table;
    width: 100%;
    margin-top: 2rem; }
    #henro_joshi #primary #step dl:first-child,
    #henro_joshi #primary #sankajo dl:first-child {
      margin-top: 0; }
    #henro_joshi #primary #step dl dt, #henro_joshi #primary #step dl dd,
    #henro_joshi #primary #sankajo dl dt,
    #henro_joshi #primary #sankajo dl dd {
      display: table-cell; }
    #henro_joshi #primary #step dl dd,
    #henro_joshi #primary #sankajo dl dd {
      padding-left: 2%;
      font-size: 1.8rem; }
  #henro_joshi #primary #step dl dt {
    width: 6%; }
  #henro_joshi #primary #sankajo dl dt, #henro_joshi #primary #sankajo dl dd {
    vertical-align: middle; }
  #henro_joshi #primary #sankajo dl dt {
    width: 7%; }

/*walking
-------------------------------------------------------------*/
#walking {
  /*   walking下層   */
  /*   愛媛編   */
  /*   香川編   */
  /*   高知編   */
  /*   徳島編   */ }
  #walking #primary .bg-main {
    background: url(../img/walking/bg-main.jpg) no-repeat center bottom/contain;
    background-size: 100%;
    height: 40rem; }
    #walking #primary .bg-main p {
      width: 45%;
      font-size: 1.8rem;
      line-height: 1.77; }
  #walking #primary .box_wrap a {
    float: left;
    vertical-align: top;
    width: 48%;
    margin: 0 4% 2rem 0;
    text-align: center; }
    #walking #primary .box_wrap a:nth-of-type(2n) {
      margin-right: 0; }
  #walking #primary .download a {
    text-align: center;
    background: #d20b1d;
    display: block;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    padding: 1.4rem 1em; }
    #walking #primary .download a .fa {
      margin-right: 1.7rem; }
    #walking #primary .download a:hover {
      background: #f31d30; }
  #walking #primary .adobereader {
    margin-top: 4rem; }
    #walking #primary .adobereader img {
      width: auto; }
  #walking .walking-ehime h2,
  #walking .walking-kagawa h2,
  #walking .walking-kochi h2,
  #walking .walking-tokushima h2 {
    border: none;
    padding: 0; }
    #walking .walking-ehime h2 .pc,
    #walking .walking-kagawa h2 .pc,
    #walking .walking-kochi h2 .pc,
    #walking .walking-tokushima h2 .pc {
      display: block; }
    #walking .walking-ehime h2 .sp,
    #walking .walking-kagawa h2 .sp,
    #walking .walking-kochi h2 .sp,
    #walking .walking-tokushima h2 .sp {
      display: none; }
  #walking .walking-ehime .inner_box .block,
  #walking .walking-kagawa .inner_box .block,
  #walking .walking-kochi .inner_box .block,
  #walking .walking-tokushima .inner_box .block {
    background: #ededed;
    position: relative;
    width: 31%;
    float: left;
    margin: 0 3.5% 3.5% 0;
    text-align: center;
    padding: 1.9rem 1.7rem 1.8rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none !important; }
    #walking .walking-ehime .inner_box .block:nth-of-type(3n),
    #walking .walking-kagawa .inner_box .block:nth-of-type(3n),
    #walking .walking-kochi .inner_box .block:nth-of-type(3n),
    #walking .walking-tokushima .inner_box .block:nth-of-type(3n) {
      margin-right: 0; }
    #walking .walking-ehime .inner_box .block .number,
    #walking .walking-kagawa .inner_box .block .number,
    #walking .walking-kochi .inner_box .block .number,
    #walking .walking-tokushima .inner_box .block .number {
      font-size: 1.4rem;
      color: #fff;
      padding: 0.2rem 1rem 0.1rem; }
    #walking .walking-ehime .inner_box .block .name,
    #walking .walking-kagawa .inner_box .block .name,
    #walking .walking-kochi .inner_box .block .name,
    #walking .walking-tokushima .inner_box .block .name {
      font-size: 2rem;
      margin-left: 1.4rem; }
  #walking .walking-ehime #primary .number {
    background: #F57A1A; }
  #walking .walking-ehime #primary .download a {
    background: #F57A1A; }
    #walking .walking-ehime #primary .download a:hover {
      background: rgba(245, 122, 26, 0.9); }
  #walking .walking-kagawa #primary .number {
    background: #8CC43B; }
  #walking .walking-kagawa #primary .download a {
    background: #8CC43B; }
    #walking .walking-kagawa #primary .download a:hover {
      background: rgba(140, 196, 59, 0.9); }
  #walking .walking-kochi #primary .number {
    background: #2E86B8; }
  #walking .walking-kochi #primary .download a {
    background: #2E86B8; }
    #walking .walking-kochi #primary .download a:hover {
      background: rgba(46, 134, 184, 0.9); }
  #walking .walking-tokushima #primary .number {
    background: #B468A6; }
  #walking .walking-tokushima #primary .download a {
    background: #B468A6; }
    #walking .walking-tokushima #primary .download a:hover {
      background: rgba(180, 104, 166, 0.9); }

/*contact
-------------------------------------------------------------*/
#contact .section table {
  width: 100%; }
  #contact .section table tr {
    border-bottom: 1px dotted #cccccc; }
    #contact .section table tr th, #contact .section table tr td {
      padding: 1rem; }
    #contact .section table tr th {
      width: 20%;
      font-weight: bold; }
    #contact .section table tr td input[type="text"] {
      width: 30%; }
    #contact .section table tr td input[type="email"] {
      width: 50%; }
    #contact .section table tr td textarea {
      width: 60%; }
    #contact .section table tr:first-child th, #contact .section table tr:first-child td {
      padding-top: 0; }

/*link
-------------------------------------------------------------*/
#link .section ul li {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding-right: 3%;
  margin-bottom: 2rem; }
  #link .section ul li dl dt {
    font-weight: bold; }

/*sitemap
-------------------------------------------------------------*/
#sitemap #container .inner ul li {
  font-size: 2.2rem;
  font-weight: bold; }
  #sitemap #container .inner ul li a {
    display: block;
    border-bottom: 1px solid #cccccc;
    margin-top: 4rem;
    padding-bottom: 1rem; }
    #sitemap #container .inner ul li a:hover {
      color: #d20b1d; }
  #sitemap #container .inner ul li ul {
    overflow: hidden;
    *zoom: 1; }
    #sitemap #container .inner ul li ul li {
      font-size: 1.6rem;
      float: left;
      width: 23.5%;
      padding-right: 2rem; }
      #sitemap #container .inner ul li ul li:last-child {
        padding-right: 0; }
      #sitemap #container .inner ul li ul li a {
        border-bottom: 0;
        margin-top: 2rem;
        padding-bottom: 0; }
      #sitemap #container .inner ul li ul li ul li {
        font-size: 1.4rem;
        font-weight: normal;
        display: block;
        float: none;
        width: 100%;
        padding-right: 0; }
        #sitemap #container .inner ul li ul li ul li:first-child a {
          border-top: 1px dotted #cccccc;
          padding-top: 1rem; }
        #sitemap #container .inner ul li ul li ul li a {
          margin-top: 1rem; }

/*-------------------------------------------------------------
/*mypage
-------------------------------------------------------------*/
/*mymap
-------------------------------------------------------------*/
#mymap table th, #mymap table td {
  text-align: center; }
#mymap ul.button {
  margin-top: 4rem; }
#mymap #mymaps {
  position: relative;
  background: #fff;
  padding: 2rem;
  max-width: 50%;
  margin: 0 auto; }
  #mymap #mymaps p {
    margin-bottom: 1rem; }
    #mymap #mymaps p:first-child {
      font-size: 1.8rem;
      font-weight: bold;
      color: #d20b1d; }
  #mymap #mymaps .inputmymapname {
    text-align: center;
    border: 1px solid #ccc;
    padding: 2rem; }
    #mymap #mymaps .inputmymapname a {
      text-decoration: underline;
      margin-left: 1.5rem; }

#mymap-detail #list .head {
  font-size: 2.6rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1.4rem; }
#mymap-detail #list dl {
  overflow: hidden;
  *zoom: 1;
  position: relative;
  border-bottom: 1px dotted #ccc;
  padding-right: 5rem;
  margin-bottom: 2rem; }
  #mymap-detail #list dl .cursor {
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ccc;
    font-size: 1.6rem; }
  #mymap-detail #list dl dt {
    float: left;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background: #d20b1d;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center; }
  #mymap-detail #list dl dd {
    padding-left: 3rem; }
    #mymap-detail #list dl dd span {
      font-size: 1.8rem;
      font-weight: bold; }
    #mymap-detail #list dl dd.memo {
      margin-top: 1.4rem; }
      #mymap-detail #list dl dd.memo textarea {
        font-size: inherit;
        width: 100%;
        background: #f2eeb6;
        border: 0; }
      #mymap-detail #list dl dd.memo ul {
        font-size: 1.6rem;
        text-align: right;
        margin-bottom: 2rem; }
        #mymap-detail #list dl dd.memo ul li {
          display: inline;
          margin-left: 0.8rem; }
          #mymap-detail #list dl dd.memo ul li:first-child {
            margin-left: 0; }
#mymap-detail .buttons .button a {
  width: 190px; }

/*-------------------------------------------------------------
/*auth
-------------------------------------------------------------*/
/*login
-------------------------------------------------------------*/
#auth-login .forgot {
  text-align: center;
  margin-top: 1rem; }

/*------------------------------------------------------------*/
/*=1 heading
-------------------------------------------------------------*/
/*=2 basic structure
-------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  header .logo {
    width: 20%; }
  header .header_inner {
    width: 30%; }
    header .header_inner div.logo_bunkacho {
      width: 12%; } }
@media screen and (max-width: 800px) {
  header {
    padding: 0 1.5625% !important; }
    header .logo {
      width: 25%; }
    header .header_inner {
      width: 60%; }
      header .header_inner div.open_nav, header .header_inner div.myPage {
        display: table-cell !important;
        font-size: 3rem;
        line-height: 1.2; }
        header .header_inner div.open_nav span, header .header_inner div.myPage span {
          font-size: 1rem;
          display: block;
          margin: 0; }
      header .header_inner div.open_nav {
        color: #d20b1d; }
      header .header_inner div.myPage a {
        color: #e7a200; }
      header .header_inner div.logo_bunkacho {
        display: none; }

  footer #share ul {
    text-align: center; }
  footer #fNav_box {
    background: #000;
    padding: 4rem 0; }
    footer #fNav_box .inner_box {
      overflow: hidden;
      *zoom: 1; }
      footer #fNav_box .inner_box .logo {
        float: left;
        width: 20%; }
  footer .copyright {
    text-align: center;
    font-size: 1.2rem;
    padding: 4rem 0; }
    footer .copyright .logo_bunkacho {
      display: block;
      width: 8%;
      margin: 1rem auto 0; } }
@media screen and (max-width: 414px) {
  header {
    border-top: 4px solid #d20b1d; }
    header .logo {
      width: 40%; }
    header .header_inner {
      width: 50%; }

  footer .search {
    display: block !important;
    border-top: 1px solid #cccccc;
    padding-top: 1rem;
    padding-bottom: 1rem; }
    footer .search input {
      width: 100%;
      background-image: url(../img/common/icon_search.png);
      background-repeat: no-repeat;
      background-position: 98% center;
      background-size: 5%; }
  footer #banner_area ul li {
    width: 49%;
    margin-bottom: 1rem; }
    footer #banner_area ul li:nth-child(2n) {
      margin-right: 0; }
  footer #fNav_box {
    display: none; } }
/*=3 navigation
-------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  #gNav {
    display: none; } }

/*=4 commonClass,commonID
-------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  .pc_none {
    display: block; } }

@media screen and (max-width: 1200px) {
  .mb_none {
    display: none !important; } }

@media screen and (max-width: 414px) {
  .sp_none {
    display: none !important; } }

@media screen and (max-width: 800px) {
  .topicPath {
    border-top: 1px solid #cccccc; } }

@media screen and (max-width: 414px) {
  .button a, .button input {
    width: 100%; } }

@media screen and (max-width: 414px) {
  .buttons li {
    display: block;
    margin-left: 0; } }

@media screen and (max-width: 980px) {
  #under .inner {
    width: 100%;
    padding: 0 4%; }
  #under #container .inner #primary {
    width: 100%;
    min-height: auto;
    float: none;
    margin-bottom: 5rem; }
  #under #container .inner #secondary {
    width: 100%;
    position: static; } }
@media screen and (max-width: 800px) {
  #under #container .inner .section .input_form {
    width: 100%; }
    #under #container .inner .section .input_form dl {
      display: block; }
      #under #container .inner .section .input_form dl dt, #under #container .inner .section .input_form dl dd {
        display: block; }
      #under #container .inner .section .input_form dl dt {
        width: 100%; }
      #under #container .inner .section .input_form dl dd {
        width: 100%;
        padding-left: 0%; } }
@media screen and (max-width: 600px) {
  #under #container .inner .section .inner_box .image {
    width: 100%;
    float: none;
    margin-bottom: 2rem; }
  #under #container .inner .section .inner_box .text {
    width: 100%;
    float: none; }
  #under #container .inner .section .table_wrap {
    overflow: scroll; } }

@media screen and (max-width: 414px) {
  #map_box ul li:first-child {
    display: block; }
  #map_box ul li:nth-child(2) {
    margin-left: 0; } }

@media screen and (max-width: 414px) {
  .comingsoon {
    background-size: 80%; } }

/*-------------------------------------------------------------
/*section.scss
-------------------------------------------------------------*/
/*=1 top
-------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  #top #movie {
    height: 500px; }
    #top #movie video {
      display: none; } }
@media screen and (max-width: 800px) {
  #top #movie .logo {
    width: 60%;
    margin: 0 20%; }
  #top #container .inner #contents .inner_box .block {
    width: 100%;
    float: none; }
    #top #container .inner #contents .inner_box .block .bnr {
      width: 24.625%;
      margin: 0 .5% .5% 0; }
  #top #container .inner #contents .inner_box .block01 .bnr:nth-child(2n) {
    margin-right: .5%; }
  #top #container .inner #contents .inner_box .block01 .bnr:last-child {
    margin-right: 0; }
  #top #container .inner #contents .inner_box .block02 #news {
    margin-bottom: .5%; }
    #top #container .inner #contents .inner_box .block02 #news:after {
      display: none; }
    #top #container .inner #contents .inner_box .block02 #news div {
      position: static; }
      #top #container .inner #contents .inner_box .block02 #news div ul li dl dt {
        width: 20%; }
      #top #container .inner #contents .inner_box .block02 #news div ul li dl dd {
        width: 80%; }
    #top #container .inner #contents .inner_box .block02 #news + .bnr {
      margin-right: .5%; }
      #top #container .inner #contents .inner_box .block02 #news + .bnr + .bnr {
        margin-right: .5%; }
        #top #container .inner #contents .inner_box .block02 #news + .bnr + .bnr + div {
          width: 49.75%;
          float: left; }
  #top #container .inner #contents .inner_box .block03 div {
    width: 49.75%; } }
@media screen and (max-width: 414px) {
  #top #movie {
    height: 300px; }
  #top #container .inner #map .inner_box {
    overflow: hidden;
    *zoom: 1; }
    #top #container .inner #map .inner_box #tokushima,
    #top #container .inner #map .inner_box #kochi,
    #top #container .inner #map .inner_box #ehime,
    #top #container .inner #map .inner_box #kagawa {
      width: 49.5%; }
    #top #container .inner #map .inner_box div {
      float: left;
      position: relative;
      background: #ccc;
      font-weight: bold;
      margin: 0 0 .5% 1%; }
      #top #container .inner #map .inner_box div:first-child, #top #container .inner #map .inner_box div:nth-child(3) {
        margin-left: 0; }
  #top #container .inner #contents .inner_box .block01 .bnr {
    width: 49.5%;
    margin: 0 0 .5% 1%; }
    #top #container .inner #contents .inner_box .block01 .bnr:nth-child(2n) {
      margin-right: 0; }
    #top #container .inner #contents .inner_box .block01 .bnr:nth-child(odd) {
      margin-left: 0; }
  #top #container .inner #contents .inner_box .block02 {
    margin-bottom: 0.5% !important; }
    #top #container .inner #contents .inner_box .block02 .bnr {
      width: 100%;
      margin-right: 0; }
    #top #container .inner #contents .inner_box .block02 #news div {
      padding: 5% 4%; }
      #top #container .inner #contents .inner_box .block02 #news div p {
        text-align: center; }
      #top #container .inner #contents .inner_box .block02 #news div ul li dl {
        display: block; }
        #top #container .inner #contents .inner_box .block02 #news div ul li dl dt,
        #top #container .inner #contents .inner_box .block02 #news div ul li dl dd {
          display: block;
          width: 100%; }
        #top #container .inner #contents .inner_box .block02 #news div ul li dl dd {
          padding-left: 0; }
    #top #container .inner #contents .inner_box .block02 #news + .bnr + .bnr + div {
      width: 100%;
      float: none; }
  #top #container .inner #contents .inner_box .block,
  #top #container .inner #contents .inner_box .block02 #news {
    margin-bottom: 3rem; }
  #top #container .inner #contents .inner_box .block03 div {
    width: 100%; }
    #top #container .inner #contents .inner_box .block03 div:first-child {
      margin-bottom: 0.5% !important; }
  #top .bnr-walking img {
    margin-top: 2rem; }
    #top .bnr-walking img.pc {
      display: none; }
    #top .bnr-walking img.sp {
      display: block;
      width: 100%; } }

/*shikoku_henro
-------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  #shikoku_henro #pagenav li {
    width: 100%;
    float: none;
    margin-left: 0; }
    #shikoku_henro #pagenav li:first-child {
      margin-bottom: 1rem; }
  #shikoku_henro .konjaku .inner_box {
    overflow: hidden;
    *zoom: 1; }
    #shikoku_henro .konjaku .inner_box .block {
      position: relative;
      width: 49%;
      float: left;
      margin: 0 2% 6% 0; }
      #shikoku_henro .konjaku .inner_box .block:nth-child(3n) {
        margin-right: 2%; }
      #shikoku_henro .konjaku .inner_box .block:nth-child(2n) {
        margin-right: 0; } }

/*map
-------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #map .map_shikoku #map_shikoku #map_shikoku_inner {
    position: static;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
    margin: 0;
    padding: 10% 4%; }
    #map .map_shikoku #map_shikoku #map_shikoku_inner h1 {
      font-size: 3rem; }
    #map .map_shikoku #map_shikoku #map_shikoku_inner #map_image {
      display: none; }
    #map .map_shikoku #map_shikoku #map_shikoku_inner #nav_sp {
      display: block;
      margin-top: 3rem; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner #nav_sp li a {
        display: block;
        color: #fff;
        border: 0 !important; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner #nav_sp li.tokushima a {
        background: #601986; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner #nav_sp li.kochi a {
        background: #0068b7; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner #nav_sp li.ehime a {
        background: #ff9900; }
      #map .map_shikoku #map_shikoku #map_shikoku_inner #nav_sp li.kagawa a {
        background: #66a700; }
  #map .map_shikoku #map_shikoku video {
    display: none; }
  #map #detail #info {
    position: static; }
    #map #detail #info .save {
      width: 100%;
      margin-top: 2rem;
      position: static;
      padding: 1rem; } }
@media screen and (max-width: 600px) {
  #map #list ul li dl {
    display: block; }
    #map #list ul li dl dt, #map #list ul li dl dd {
      display: block;
      margin-bottom: 1rem; }
    #map #list ul li dl dt {
      width: 100%; }
    #map #list ul li dl dd {
      padding-left: 0; }
      #map #list ul li dl dd.hover {
        width: 100%; }
      #map #list ul li dl dd.save {
        width: 100%; }
  #map #mymaps {
    max-width: 80%; } }

/*movie
-------------------------------------------------------------*/
@media screen and (max-width: 800px) {
  #movie .inner video {
    width: 100%;
    height: auto; } }

/*news
-------------------------------------------------------------*/
@media screen and (max-width: 414px) {
  #news article .info {
    text-align: center; }
  #news #news_list article .inner_box {
    display: block; }
    #news #news_list article .inner_box .thumbnail,
    #news #news_list article .inner_box .text {
      display: block; }
    #news #news_list article .inner_box .thumbnail {
      width: 100%;
      margin-bottom: 1rem; }
    #news #news_list article .inner_box .text {
      padding-left: 0; } }

/*kids
-------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  #kids #container .inner .kids_top .section .inner_box .image {
    float: none;
    width: 100%; }
  #kids #container .inner .kids_top .section .inner_box .text {
    float: none;
    width: 100%; }
  #kids #quiz [data-wrapper="question"] .button {
    font-size: 2.3rem; }
  #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] {
    text-align: center; }
    #kids #quiz [data-wrapper="question"] [data-init="choicequiz"] p {
      font-size: 1.4rem; }
  #kids #quiz [data-wrapper="question"] .qBox .head {
    font-size: 2.3rem; }
  #kids #quiz [data-wrapper="question"] .qBox .inner h5 {
    font-size: 1.8rem;
    padding-left: 4rem; }
    #kids #quiz [data-wrapper="question"] .qBox .inner h5:before {
      font-size: 4rem; }
  #kids #quiz [data-wrapper="question"] .qBox .inner .answerBtn {
    font-size: 1.8rem; }
    #kids #quiz [data-wrapper="question"] .qBox .inner .answerBtn:before {
      margin-right: 1rem; }
  #kids #quiz [data-wrapper="question"] .qBox .inner .button {
    font-size: 1.8rem; }
  #kids #quiz [data-wrapper="question"] .answerBox .button,
  #kids #quiz [data-wrapper="question"] .resultBox .button {
    width: 100%; }
  #kids #quiz .resultBox .inner p {
    font-size: 1.8rem; }
    #kids #quiz .resultBox .inner p span {
      font-size: 9rem; } }

/*henro_joshi
-------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  #henro_joshi #primary {
    font-size: 1.4rem; }
    #henro_joshi #primary h2 {
      font-size: 1.8rem; }
    #henro_joshi #primary h3 {
      width: 100%; }
    #henro_joshi #primary .detail .heading_box .heading {
      font-size: 1.8rem; }
    #henro_joshi #primary #lead {
      padding-bottom: 150px; }
    #henro_joshi #primary #style .illust {
      width: 100%; }
    #henro_joshi #primary #style dl dt {
      float: none;
      width: 50%; }
    #henro_joshi #primary #style dl dd {
      float: none;
      width: 100%;
      font-size: 1.2rem;
      margin-top: 2rem; }
    #henro_joshi #primary #mustitem #items ol li {
      width: 49%; }
      #henro_joshi #primary #mustitem #items ol li:nth-child(4) {
        clear: none; }
      #henro_joshi #primary #mustitem #items ol li img {
        width: 100%; }
    #henro_joshi #primary .box_wrap div {
      display: block;
      width: 100%;
      margin: 0 0 2rem 0; }
    #henro_joshi #primary #step dl dd,
    #henro_joshi #primary #sankajo dl dd {
      font-size: 1.6rem; }
    #henro_joshi #primary #step dl dt {
      width: 12%; }
    #henro_joshi #primary #sankajo dl dt {
      width: 12%; } }

/*walking
-------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #walking .walking-ehime .inner_box .block,
  #walking .walking-kagawa .inner_box .block,
  #walking .walking-kochi .inner_box .block,
  #walking .walking-tokushima .inner_box .block {
    width: 48.2%; }
    #walking .walking-ehime .inner_box .block:nth-of-type(3n),
    #walking .walking-kagawa .inner_box .block:nth-of-type(3n),
    #walking .walking-kochi .inner_box .block:nth-of-type(3n),
    #walking .walking-tokushima .inner_box .block:nth-of-type(3n) {
      margin-right: 3.5%; }
    #walking .walking-ehime .inner_box .block:nth-of-type(2n),
    #walking .walking-kagawa .inner_box .block:nth-of-type(2n),
    #walking .walking-kochi .inner_box .block:nth-of-type(2n),
    #walking .walking-tokushima .inner_box .block:nth-of-type(2n) {
      margin-right: 0; } }
@media screen and (max-width: 600px) {
  #walking #primary .bg-main {
    background: url(../img/walking/bg-main-sp.jpg) no-repeat center bottom/contain;
    height: 45rem; }
    #walking #primary .bg-main p {
      width: 100%; }
  #walking #primary .box_wrap a {
    width: 100%;
    margin: 0 0 2rem 0; }
  #walking .walking-ehime h2 .pc,
  #walking .walking-kagawa h2 .pc,
  #walking .walking-kochi h2 .pc,
  #walking .walking-tokushima h2 .pc {
    display: none; }
  #walking .walking-ehime h2 .sp,
  #walking .walking-kagawa h2 .sp,
  #walking .walking-kochi h2 .sp,
  #walking .walking-tokushima h2 .sp {
    display: block; }
  #walking .walking-ehime .inner_box .block,
  #walking .walking-kagawa .inner_box .block,
  #walking .walking-kochi .inner_box .block,
  #walking .walking-tokushima .inner_box .block {
    padding: 1.5rem 1rem 1.4rem; }
    #walking .walking-ehime .inner_box .block .number,
    #walking .walking-kagawa .inner_box .block .number,
    #walking .walking-kochi .inner_box .block .number,
    #walking .walking-tokushima .inner_box .block .number {
      padding: 0.1rem 0.4rem 0; }
    #walking .walking-ehime .inner_box .block .name,
    #walking .walking-kagawa .inner_box .block .name,
    #walking .walking-kochi .inner_box .block .name,
    #walking .walking-tokushima .inner_box .block .name {
      font-size: 1.9rem;
      margin-left: 0.5rem; } }

/*contact
-------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  #contact .section table tr td input[type="text"] {
    width: 60%; }
  #contact .section table tr td input[type="email"] {
    width: 80%; }
  #contact .section table tr td textarea {
    width: 100%; } }
@media screen and (max-width: 414px) {
  #contact .section table tr th, #contact .section table tr td {
    display: block;
    width: 100%;
    padding: 1rem 0; }
  #contact .section table tr th {
    padding-bottom: 0; }
  #contact .section table tr td input[type="text"] {
    width: 100%; }
  #contact .section table tr td input[type="email"] {
    width: 100%; }
  #contact .section table tr td textarea {
    width: 100%; }
  #contact .section table tr:first-child td {
    padding-top: 1rem; } }

/*link
-------------------------------------------------------------*/
@media screen and (max-width: 414px) {
  #link .section ul li {
    width: 100%;
    display: block;
    vertical-align: top;
    padding-right: 0; } }

/*sitemap
-------------------------------------------------------------*/
@media screen and (max-width: 600px) {
  #sitemap #container .inner ul li ul li {
    float: none;
    width: 100%;
    padding-right: 0; } }
