@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* line 11, ../sass/screen.scss */
body {
  font: 18px/1.8 Helvetica, 'Noto Sans JP',"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
  color: #000;
  min-width: 980px;
  background: #FFF0E1; }

/* line 18, ../sass/screen.scss */
img {
  max-width: 100%; }

/* line 22, ../sass/screen.scss */
.mb20 {
  margin-bottom: 20px; }

/* line 23, ../sass/screen.scss */
.mb30 {
  margin-bottom: 30px; }

/* line 24, ../sass/screen.scss */
.mb50 {
  margin-bottom: 50px; }

/* line 25, ../sass/screen.scss */
.mt30 {
  margin-top: 30px; }

/* line 26, ../sass/screen.scss */
.mt50 {
  margin-top: 50px; }

/* section
---------------------------------------*/
/* line 31, ../sass/screen.scss */
.section {
  width: 980px;
  margin: 0 auto;
  margin-bottom: 50px; }
  /* line 34, ../sass/screen.scss */
  .section_title {
    background: #ff0066;
    color: #fff;
    padding: 20px 30px;
    font-size: 32px;
    -webkit-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0 / 6px 6px 0 0;
    border-radius: 6px 6px 0 0 / 6px 6px 0 0; }
  /* line 43, ../sass/screen.scss */
  .section_body {
    overflow: hidden;
    padding: 30px;
    background: #fff; }

/*　title
---------------------------------------*/
/* line 53, ../sass/screen.scss */
.catch {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: #ff0066 3px solid;
  display: inline-block; }

/* line 61, ../sass/screen.scss */
h3.title {
  border-left: 3px solid #ff0066;
  padding-left: 20px; }

/* profile
---------------------------------------*/
/* line 69, ../sass/screen.scss */
.profile_box {
  overflow: hidden;
  margin-bottom: 30px; }
  /* line 72, ../sass/screen.scss */
  .profile_box > div:first-child {
    float: left; }
  /* line 75, ../sass/screen.scss */
  .profile_box_pic {
    float: left;
    width: 40%;
    text-align: center; }
    /* line 79, ../sass/screen.scss */
    .profile_box_pic img {
      width: 80%; }
  /* line 83, ../sass/screen.scss */
  .profile_box_text {
    float: left;
    width: 60%; }

/*　maruhi
---------------------------------------*/
/* line 93, ../sass/screen.scss */
#maruhi .section_body {
  background: #333;
  color: #f5f5f5; }
  /* line 96, ../sass/screen.scss */
  #maruhi .section_body strong {
    color: #ff0066; }

/*　spot
---------------------------------------*/
/* line 106, ../sass/screen.scss */
#spot .spot_body {
  overflow: hidden;
  margin-right: -20px; }
  /* line 109, ../sass/screen.scss */
  #spot .spot_body .spot_col {
    width: 480px;
    float: left;
    margin-right: 20px; }
    /* line 113, ../sass/screen.scss */
    #spot .spot_body .spot_col .spot_list {
      overflow: hidden;
      margin-right: -20px; }
      /* line 116, ../sass/screen.scss */
      #spot .spot_body .spot_col .spot_list li {
        width: 230px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
        position: relative; }
      /* line 123, ../sass/screen.scss */
      #spot .spot_body .spot_col .spot_list h4 {
        position: absolute;
        font-size: 16px;
        margin-bottom: 10px;
        background: #fff;
        padding: 5px 10px; }
      /* line 130, ../sass/screen.scss */
      #spot .spot_body .spot_col .spot_list_pic img {
        width: 100%;
        height: auto; }
      /* line 134, ../sass/screen.scss */
      #spot .spot_body .spot_col .spot_list_cat {
        position: absolute;
        right: 0;
        top: 0;
        background: #ff0066;
        color: #fff;
        font-size: 12px;
        padding: 0 5px; }
      /* line 143, ../sass/screen.scss */
      #spot .spot_body .spot_col .spot_list_profile {
        background: #fff;
        padding: 10px;
        font-size: 14px; }
        /* line 147, ../sass/screen.scss */
        #spot .spot_body .spot_col .spot_list_profile .moreText {
          text-decoration: underline; }

/* plan
---------------------------------------*/
/* line 159, ../sass/screen.scss */
iframe {
  width: 920px;
  height: 620px;
  padding: 30px;
  background: #fff; }

/* map
---------------------------------------*/
/* line 170, ../sass/screen.scss */
#map img {
  width: 160px; }
/* line 173, ../sass/screen.scss */
#map .name {
  font-size: 16px;
  margin-bottom: 5px; }
