@charset "UTF-8";
@import url(base.css);
@import url(fontello.css);
@import url(color.css?202301271027);
@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  src: url("../../font/NotoSansCJKjp-Regular.woff"), url("../../font/NotoSansCJKjp-Regular.eot");
}
/*==========================================*/
/*	init									*/
/*==========================================*/
/*==========================================*/
/*	base									*/
/*==========================================*/
body {
  font-size: 1em;
  font-family: Avenir, "NotoSansCJKjp-Regular","Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ" , Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  left: 0;
  overflow-x: hidden;
  background-color: #f4f4f4;
}

p {
  line-height: 1.6;
}

a {
  color: #333;
}
a:before {
  color: #333;
}
a:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*==========================================*/
/*	common									*/
/*==========================================*/
.container .btn {
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  background-clip: padding-box;
  border: none;
  padding: 8px;
}

.button {
  border: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-color: #004f9a;
  text-decoration: none;
  display: block;
  padding: 12px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.pc-none {
  display: none !important;
}

.mt20 {
  margin-top: 20px;
}

.fontS {
  font-size: 80%;
}

.fontM {
  font-size: 100%;
}

.fontL {
  font-size: 120%;
}

.kerning-start {
  text-indent: -0.4em;
  display: inline-block;
}

.kerning-end {
  letter-spacing: -0.4em;
}

/*==========================================*/
/* header									*/
/*==========================================*/
#move {
  position: absolute;
  left: -9999px;
}

.white #top {
  background-color: #1a61a4;
}

/*==========================================*/
/*	emergensy								*/
/*==========================================*/
#emergency {
  background-color: #fff;
  border: 4px solid #D90102;
}

#emergency-title-wrap {
  background-color: #D90102;
}

#emergency-title {
  color: #fff;
  padding: 4px;
  font-size: 1.2em;
}

#emergency-text {
  padding: 4px;
  font-size: 1.1em;
}

/*======================================*/
/*======================================*/
#site-link {
  color: #fff;
  display: inline-block;
  background: url("../image/logo-akkeshi-town1.png") no-repeat left center;
  text-decoration: none;
  padding-left: 64px;
}

#site-title {
  letter-spacing: 0.05em;
  font-size: 1.75em;
}

#site-sub-title {
  font-size: 0.85em;
}

/*==========================================*/
/*	translate_box							*/
/*==========================================*/
#translate_box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#translate_note {
  color: #fff;
  font-size: 90%;
  padding: 4px;
  display: inline-block;
  border: 1px solid #fff;
}

.goog-te-gadget {
  font-family: inherit !important;
  font-size: 1em !important;
  color: #333 !important;
}

.goog-te-gadget-simple {
  font-size: 1em !important;
  border: none !important;
  padding: 4px !important;
}

.goog-te-menu-value {
  display: inline-block;
  margin: 0px !important;
}

.goog-te-menu-value img {
  margin: 0px !important;
  vertical-align: middle;
}

.goog-te-gadget-simple .goog-te-menu-value span {
  border: none !important;
}

.goog-te-gadget-simple .goog-te-menu-value span:first-child {
  padding-left: 8px;
}

.goog-te-gadget-simple .goog-te-menu-value span:last-child {
  display: inline-block;
  text-align: center;
  padding: 4px;
  color: #333 !important;
}

/*==========================================*/
/*	change_box								*/
/*==========================================*/
#change_box {
  display: inline-block;
  vertical-align: top;
}

/*==========================================*/
/*==========================================*/
.search {
  display: inline-block;
}

#search-title {
  position: absolute;
  left: -9999px;
}

.search-input {
  border: none;
  padding: 4px;
  line-height: 1.6;
  width: 169px;
  vertical-align: top;
}

.search-button {
  width: 40px;
}
.search-button:after {
  font-family: "fontello";
  content: '\e802';
}

.search-button-text {
  position: absolute;
  left: -9999px;
}

/*==========================================*/
/*==========================================*/
#tool {
  font-size: 0.95em;
}

.tool-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 8px;
  line-height: 1;
}

.tool-item-title {
  display: inline-block;
  line-height: 1.6;
  vertical-align: top;
  padding: 4px 0px;
}
.white .tool-item-title {
  color: #fff;
}

.tool-item-cont {
  display: inline-block;
}

.tool-item-txt {
  display: inline-block;
  margin-left: 6px;
  text-align: center;
}

#furigana .tool-item-txt {
  min-width: 2.5em;
}

.tool-item-link {
  display: block;
  padding: 8px;
  line-height: 1em;
  text-decoration: none;
}

.white .tool-item-link {
  background-color: #fff;
}

.tool-item-link.white {
  background-color: #fff !important;
  color: #000;
}

.tool-item-link.black {
  background-color: #000;
  color: #fff !important;
}

.tool-item-link.yellow {
  color: #0005ff;
}

.tool-item-link.blue {
  color: #fff !important;
}

.white #size .tool-item-active,
.white #furigana .tool-item-active {
  color: #fff;
  background-color: #004f9a;
}

#size .tool-item-active,
#color .tool-item-active,
#furigana .tool-item-active {
  cursor: not-allowed;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

/*==========================================*/
/*==========================================*/
.white #contents {
  background-color: #fff;
}

/*==========================================*/
/*==========================================*/
#photo {
  width: 100%;
  margin: 0px auto;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

/*==========================================*/
/*==========================================*/
.archive {
  position: relative;
}

.archive-head {
  padding: 8px 0px;
  background-repeat: no-repeat;
  background-position: left 50%;
  border-bottom-width: 2px;
  border-bottom-style: solid;
}

.archive-title {
  font-size: 1.1em;
  display: inline-block;
}

.archive-link {
  font-size: 0.8em;
  text-decoration: none;
  padding: 4px 12px;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  top: 4px;
  right: 0px;
}
.archive-link:after {
  font-family: "fontello";
  content: '\e807';
  margin-left: 8px;
}

.archive-item {
  background-color: #fff;
  border-bottom: 1px dashed #b3b3b3;
}
.black .archive-item {
  background-color: #000;
}
.yellow .archive-item {
  background-color: #fff700;
}
.blue .archive-item {
  background-color: #0005ff;
}

.archive-item-date {
  font-weight: bold;
  margin-right: 4px;
}

.archive-item-link {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 16px 0px;
}
.archive-item-link:after {
  color: #999;
  font-size: 1.4em;
  font-family: "fontello";
  content: '\e807';
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: calc( (1em * 1 / 2) * -1);
}

.archive-item-title {
  margin-top: 4px;
  font-weight: normal;
  line-height: 1.6;
}

/*==========================================*/
/*==========================================*/
#topics-head {
  padding-left: 38px;
}

/*==========================================*/
/*==========================================*/
.cat {
  color: #fff;
  background-color: #189c11;
  text-align: center;
  padding: 2px 8px;
  font-size: 0.8em;
  vertical-align: bottom;
  display: inline-block;
}

.cat.color1 {
  background-color: #a2d065 !important;
}

.cat.color2 {
  background-color: #db635d !important;
}

.cat.color3 {
  background-color: #4592cc !important;
}

.cat.color4 {
  background-color: #e3739c !important;
}

.cat.color5 {
  background-color: #e9754b !important;
}

.cat.color6 {
  background-color: #e99a40 !important;
}

.cat.color7 {
  background-color: #65c3bd !important;
}

.cat.color8 {
  background-color: #b06cb0 !important;
}

.cat.color9 {
  background-color: #b7a060 !important;
}

.cat.color10 {
  background-color: #7b7b7b !important;
}

/*==========================================*/
/*	sns										*/
/*==========================================*/
.sns_btn {
  padding: 0px 0px 0px 4px !important;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
}

.sns_b_line {
  margin-left: -33px;
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/
.white #contact {
  background-color: #e7eff6;
}

#contact-wrap {
  padding: 20px 28px;
}

#contact-title {
  margin-bottom: 8px;
  display: inline-block;
}

.contact-item {
  margin-left: 1em;
}
.contact-item:first-child {
  margin-left: 0em;
}

/*----------------------------------------------------
	side
----------------------------------------------------*/
.side-title {
  line-height: 1.6;
  font-size: 115%;
  font-weight: normal;
  font-weight: bold;
}

.side-title-link {
  display: block;
  padding: 16px;
  text-decoration: none;
}
.side-title-link:hover {
  text-decoration: underline;
}

.side-child li {
  margin-right: 12px;
}

.side-list {
  padding: 0 16px;
}
.white .side-list {
  background-color: #fff;
}

.side-list li {
  text-indent: -1em;
  padding-left: 1em;
}

.side-item {
  border-top: 1px dashed #818181;
}
.side-item:first-child {
  border-top: none;
}
.side-item ul {
  border: 0 none;
}

.side-link {
  display: block;
  color: #333;
  padding: 8px 0px;
  text-decoration: none;
  word-break: break-all;
}
.side-link:hover {
  text-decoration: underline;
}
.side-link:before {
  color: #004f9a;
  font-family: "fontello";
  content: '\e806';
  margin-right: 8px;
}

.side-link_active {
  font-weight: bold;
}

.side-item ul li {
  border-top: 1px dashed #AEAEAE;
}
.side-item ul li:first-child {
  border-top: 1px dashed #818181;
}

.side-bnr_item {
  margin-top: 10px;
}

.side-bnr_item:first-child {
  margin-top: 0px;
}

/*==========================================*/
/*==========================================*/
#footer {
  position: relative;
}
#footer-wrap {
  padding-top: 44px;
}
.white #footer {
  background-color: #004f9a;
}

/*==========================================*/
/*==========================================*/
.directory-group-link {
  color: #fff;
  text-decoration: underline;
}

/*==========================================*/
/*==========================================*/
#summary {
  padding: 28px;
  margin-bottom: 36px;
}
.white #summary {
  background-color: #fff;
}

.summary-list {
  font-size: 0.95em;
  margin-top: 12px;
}
.summary-list:first-child {
  margin-top: 0px;
}

/*==========================================*/
/*==========================================*/
#address {
  background: url("../../image/logo2.png") no-repeat;
}

#address-wrap {
  padding-left: 54px;
}

#address-title {
  margin-bottom: 12px;
}

#address-title-number {
  font-size: 0.95em;
  margin-left: 4px;
}

#address-text {
  margin-top: 12px;
  font-size: 0.95em;
  line-height: 1.6;
}

/*==========================================*/
/*==========================================*/
.shortcut-item-link {
  display: block;
  text-decoration: none;
}

.shortcut-item-sns {
  position: relative;
  width: 3em;
  height: 3em;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
  display: block;
  text-decoration: none;
}
.shortcut-item-sns:before {
  font-family: "fontello";
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  margin-top: calc( (1em * 1 / 2) * -1);
}

.shortcut-item-sns-text {
  text-indent: 9999px;
  display: inline-block;
}

#shortcut-item-facebook {
  background-color: #3b5999;
}
#shortcut-item-facebook:before {
  left: calc(1.5em * 1 / 2);
  content: "\e80d";
}

#shortcut-item-twitter {
  background-color: #000000;
}
#shortcut-item-twitter:before {
  left: calc(1.2em * 1 / 2);
  /* content: "\e80e"; */
  content: '𝕏';
  font-family: unset;
  font-weight: bold;
}

/*==========================================*/
/*==========================================*/
#copyright {
  text-align: center;
  margin-bottom: 28px;
  font-size: 0.9em;
}
.white #copyright {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  /*==========================================*/
  /*	common									*/
  /*==========================================*/
  .container {
    max-width: 980px;
    margin: 0px auto;
  }

  .pc_none {
    display: none;
  }

  .left {
    float: left !important;
  }

  .right {
    float: right !important;
  }

  /*==========================================*/
  /*	header									*/
  /*==========================================*/
  /*======================================*/
  /*======================================*/
  #top {
    padding: 8px 0px;
  }

  /*======================================*/
  /*======================================*/
  #tool {
    padding: 8px 0px;
  }

  #tool-list {
    display: inline-block;
    text-align: right;
  }

  .tool-item:first-child {
    margin-left: 0px !important;
  }

  .tool-item .s-ele {
    width: 16.6em;
    width: 12.6em;
  }

  /*======================================*/
  /*======================================*/
  #grobal {
    text-align: center;
  }
  .white #grobal {
    color: #fff;
    background-color: #004f9a;
  }

  .grobal-list {
    text-align: center;
  }

  .grobal-item {
    display: inline-block;
    text-align: center;
    width: 25%;
  }
  .grobal-item:first-child {
    margin-left: 0;
  }

  .grobal-link {
    display: block;
    padding: 20px 0px;
    color: #fff;
    text-decoration: none;
  }
  .grobal-link:hover {
    opacity: 1;
  }

  .grobal-item:first-child .grobal-text {
    border-left: none;
  }

  .grobal-icon {
    background-image: url(../../image/grobal-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
  }

  #grobal-icon1 {
    width: 26px;
    height: 18px;
    background-position: 0 0;
  }

  #grobal-icon2 {
    width: 22px;
    height: 17px;
    background-position: 0 -18px;
  }

  #grobal-icon3 {
    width: 16px;
    height: 20px;
    background-position: 0 -35px;
  }

  #grobal-icon4 {
    width: 26px;
    height: 20px;
    background-position: 0 -55px;
  }

  /*==========================================*/
  /*==========================================*/
  #contents {
    padding: 40px 0px 160px;
    margin-left: auto;
    margin-right: auto;
    min-width: 768px;
    /*		max-width: 1180px; */
    max-width: 1200px;
    position: relative;
  }

  /*==========================================*/
  /*	footer									*/
  /*==========================================*/
  #footer {
/*  padding-top: 44px; */
  }
  #footer-wrap {
    position:relative;
  }
  #footer #pagetop {
    position: absolute;
    right: -90px;
    top: -30px;
  }
  .f_br {
    display: none;
  }

  #footer a:before {
    text-decoration: none;
  }
  #footer a:before:hover {
    text-decoration: underline;
  }

  /*==========================================*/
  /*==========================================*/
  #directory-wrap {
    margin-bottom: 44px;
  }

  .directory-group {
    display: inline-block;
    width: 25%;
    vertical-align: top;
  }

  .directory-group-title {
    color: #fff;
    margin-bottom: 36px;
  }

  .directory-group-item {
    margin-top: 8px;
  }
  .directory-group-item:first-child {
    margin-top: 0px;
  }

  /*==========================================*/
  /*==========================================*/
  #shortcut {
    width: 60%;
    float: right;
    text-align: right;
    margin: 72px 28px 0px 0px;
  }

  .shortcut-item {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 0.95em;
    overflow: hidden;
  }

  .shortcut-item-link:before {
    font-family: "fontello";
    content: '\e807';
    margin-right: 4px;
    font-size: 1.1em;
  }

  /*==========================================*/
  /*==========================================*/
  #address {
    width: 40%;
  }

  /*==========================================*/
  /*	scrollup								*/
  /*==========================================*/
  #scrollUp {
    bottom: 20px;
    right: 20px;
    padding: 10px 20px;
    background: url("../image/pagetop.png") no-repeat;
    width: 90px;
    height: 90px;
  }

  /*==========================================*/
  /*	grid									*/
  /*==========================================*/
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid-13,
  .grid-14,
  .grid-15 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }

  .grid-1 {
    width: 60px;
  }

  .grid-2 {
    width: 140px;
  }

  .grid-3 {
    width: 220px;
  }

  .grid-4 {
    width: 300px;
  }

  .grid-5 {
    width: 380px;
  }

  .grid-6 {
    width: 460px;
  }

  .grid-7 {
    width: 540px;
  }

  .grid-8 {
    width: 620px;
  }

  .grid-9 {
    width: 700px;
  }

  .grid-10 {
    width: 780px;
  }

  .grid-11 {
    width: 860px;
  }

  .grid-12 {
    width: 940px;
  }

  .grid-13 {
    width: 1020px;
  }

  .grid-14 {
    width: 1100px;
  }

  .grid-15 {
    width: 1180px;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15 {
    display: inline;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }

  .col-1 {
    width: 4.667%;
  }

  .col-2 {
    width: 11.333%;
  }

  .col-3 {
    width: 18.0%;
  }

  .col-4 {
    width: 24.667%;
  }

  .col-5 {
    width: 31.333%;
  }

  .col-6 {
    width: 38.0%;
  }

  .col-7 {
    width: 44.667%;
  }

  .col-8 {
    width: 51.333%;
  }

  .col-9 {
    width: 58.0%;
  }

  .col-10 {
    width: 64.667%;
  }

  .col-11 {
    width: 71.333%;
  }

  .col-12 {
    width: 78.0%;
  }

  .col-13 {
    width: 84.667%;
  }

  .col-14 {
    width: 91.333%;
  }

  .col-15 {
    width: 98.0%;
  }

  .grid-1.first,
  .grid-2.first,
  .grid-3.first,
  .grid-4.first,
  .grid-5.first,
  .grid-6.first,
  .grid-7.first,
  .grid-8.first,
  .grid-9.first,
  .grid-10.first,
  .grid-11.first,
  .grid-12.first,
  .grid-13.first,
  .grid-14.first,
  .grid-15.first {
    margin-left: 0;
  }

  .grid-1.first,
  .grid-2.first,
  .grid-3.first,
  .grid-4.first,
  .grid-5.first,
  .grid-6.first,
  .grid-7.first,
  .grid-8.first,
  .grid-9.first,
  .grid-10.first,
  .grid-11.first,
  .grid-12.first,
  .grid-13.first,
  .grid-14.first,
  .grid-15.first,
  .col-1.first,
  .col-2.first,
  .col-3.first,
  .col-4.first,
  .col-5.first,
  .col-6.first,
  .col-7.first,
  .col-8.first,
  .col-9.first,
  .col-10.first,
  .col-11.first,
  .col-12.first,
  .col-13.first,
  .col-14.first,
  .col-15.first {
    margin-left: 0;
  }

  .grid-1.last,
  .grid-2.last,
  .grid-3.last,
  .grid-4.last,
  .grid-5.last,
  .grid-6.last,
  .grid-7.last,
  .grid-8.last,
  .grid-9.last,
  .grid-10.last,
  .grid-11.last,
  .grid-12.last,
  .grid-13.last,
  .grid-14.last,
  .grid-15.last {
    margin-right: 0;
  }

  .col-1.last,
  .col-2.last,
  .col-3.last,
  .col-4.last,
  .col-5.last,
  .col-6.last,
  .col-7.last,
  .col-8.last,
  .col-9.last,
  .col-10.last,
  .col-11.last,
  .col-12.last,
  .col-13.last,
  .col-14.last,
  .col-15.last {
    margin-right: 0px;
  }

  .col-5.first {
    width: calc(31.333% + 1% + 0%);
  }

  .col-5.last {
    width: calc(31.333% + 0% + 1%);
  }

  .col-5.first.last {
    width: calc(31.333% + 1% + 1%);
  }

  .col-10.first {
    width: calc(64.667% + 1% + 0%);
  }

  .col-10.last {
    width: calc(64.667% + 0% + 1%);
  }

  .col-10.first.last {
    width: calc(64.667% + 1% + 1%);
  }
  .col-10.first.last iframe{
  	width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .col-10.first.last iframe{
  	width: 100%;
  	height:300px;
  }
  /*----------------------------------------------------
  	base
  ----------------------------------------------------*/
  img {
    height: initial;
  }

  /*----------------------------------------------------
  	common
  ----------------------------------------------------*/
  .pc-none {
    display: block !important;
  }

  .sp-none {
    display: none;
  }

  #size, #color, #furigana {
    display: none;
  }

  .container {
    margin: 0px 16px;
  }

  /*==========================================*/
  /*==========================================*/
  #top {
    padding: 16px 0px;
  }

  /*==========================================*/
  /*==========================================*/
  #site {
    position: absolute;
    width: 180px;
    margin-top: -12px;
  }

  /*==========================================*/
  /*==========================================*/
  #tool {
    text-align: right;
    margin-top: 16px;
  }

  .tool-item {
    margin-bottom: 16px;
  }

  /*==========================================*/
  /*==========================================*/
  #translate-box {
    margin-left: 120px;
  }

  /*==========================================*/
  /*==========================================*/
  #grobal {
    display: none;
  }

  /*==========================================*/
  /*==========================================*/
  .sp-menu-button {
    border: 1px solid #fff;
  }

  .sp-menu-active {
    display: block !important;
  }

  .sp-menu {
    display: block;
    left: -100%;
    position: fixed;
    top: 0;
    -webkit-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    left: -85%;
    width: 85%;
    height: 100%;
    overflow-y: scroll;
    z-index: 1;
  }
  .open .sp-menu {
    left: 0%;
    -webkit-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 0 5px rgba(0, 0, 0, 0.15);
    color: #fff;
    background-color: #004f9a;
    z-index: 9999;
  }

  .sp-menu-button {
    clear: both;
  }

  .sp-menu-wrap {
    margin: 0px 16px 16px;
  }

  .sp-menu-list {
    width: 100%;
    text-align: left;
  }

  .sp-menu-item {
    display: block;
    float: left\9;
    clear: both\9;
    width: 100% \9;
    margin-top: 16px;
    border: 1px solid #fff;
  }

  .sp-menu-link {
    display: block;
    font-weight: bold;
    line-height: 48px;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }

  /*------------------------------------------------
  	search
  ------------------------------------------------*/
  .search-input {
    width: 234px;
  }

  /*==========================================*/
  /*==========================================*/
  #contents {
    padding: 40px 0px;
  }

  /*------------------------------------------------
  	footer
  ------------------------------------------------*/
  #footer {
    text-align: center;
  }

  /*------------------------------------------------
  	direcroty
  ------------------------------------------------*/
  .directory-group-item {
    border-top: 1px dotted #fff;
  }

  .directory-group-cont {
    display: none;
  }

  /*----------------------------------------------------
  	 grid
  ----------------------------------------------------*/
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-13,
  .col-14,
  .col-15,
  .grid-1,
  .grid-2,
  .grid-3,
  .grid-4,
  .grid-5,
  .grid-6,
  .grid-7,
  .grid-8,
  .grid-9,
  .grid-10,
  .grid-11,
  .grid-12,
  .grid-13,
  .grid-14,
  .grid-15 {
    clear: both;
    width: 98%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
@font-face {
  font-family: 'NotoSansJP-Black';
  src: url("../../font/NotoSansJP-Black.woff"), url("../../font/NotoSansJP-Black.eot");
}
/*==========================================*/
/* base										*/
/*==========================================*/
a {
  display: block;
  text-decoration: none;
}
a:before, a:after {
  text-decoration: none;
}

/*==========================================*/
/* common									*/
/*==========================================*/
.group {
  margin-bottom: 40px;
}

.sub-group {
  margin-bottom: 28px;
}

.title {
  font-size: 1.1em;
}

.banner-item {
  margin-top: 4px;
}

#photo {
  position: relative;
  overflow: hidden;
}

#photo-title {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: auto;
  width: 268px;
  height: 258px;
  background: url("../image/logo-akkeshi-town.png") no-repeat;
  z-index: 1;
  text-indent: -9999px;
}

#photo-list {
  height: 100%;
  padding-top: 34.65%;
}

.photo-item {
  height: 100%;
  top: 0px;
}

#topics-head {
  background-image: url("../image/topics-icon.png");
}

#history .cat {
  visibility: hidden;
}

#history-head {
  background-image: url("../image/history-icon.png");
  padding-left: 27px;
}

#intro {
  clear: both;
}

.intro-item-head {
  text-align: center;
}

#intro-title {
  margin-bottom: 32px;
  font-size: 1.2em;
}
.white #intro-title {
  color: #00058d;
}

#intro-title-icon {
  margin-right: 12px;
}

.intro-item-title {
  margin-top: 20px;
  line-height: 1.6;
}
.white .intro-item-title {
  color: #00058d;
}

.info-title {
  padding-bottom: 8px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

#info-list {
  padding: 20px;
}

.info-item {
  border-bottom: 1px dotted #676767;
}

.info-link {
  padding: 16px 8px;
}
.info-link:before {
  font-family: "fontello";
  content: '\e806';
  margin-right: 8px;
}

.white #safely-title {
  color: #f05656;
  border-bottom-color: #f05656;
}

.safely-link:before {
  color: #f05656;
}

.white #relation-title {
  color: #00058d;
  border-bottom-color: #00058d;
}

.relation-link:before {
  color: #00058d;
}

#hospital {
  border: 1px solid #145da2;
}

#hospital-head {
  background: url("../../image/hospitai-icon.png") #daecfd no-repeat right bottom;
  padding: 20px 0px 16px 12px;
}

#hospital-title {
  font-size: 1.3em;
  color: #004f9a;
  margin-bottom: 8px;
}

#hospital-link {
  font-size: 0.8em;
}
#hospital-link:before {
  color: #145da2;
  font-family: "fontello";
  content: '\e800';
  margin-right: 8px;
}

#hospital-item-link {
  padding: 16px;
}
#hospital-item-link:before {
  color: #145da2;
}

#population {
  border-width: 1px;
  border-style: solid;
}
.white #population {
  border-color: #0f1493;
}

#population-title {
  padding: 16px;
  text-align: center;
}
.white #population-title {
  color: #00058d;
  background-color: #e5e6f3;
}

#population-wrap {
  padding: 20px;
}

.population-item-title {
  display: inline-block;
  margin-right: 12px;
}
.population-item-title:before {
  display: inline-block;
  font-size: 0.6em;
  font-family: fontello;
  content: "\e818";
  margin-right: 8px;
  vertical-align: middle;
}
.white .population-item-title:before {
  color: #004f9a;
}

.population-item-cont {
  display: inline-block;
}

.population-item-cont-word {
  font-size: 1.2em;
}

#population-date {
  margin-top: 20px;
  padding: 8px 0px;
  font-size: 0.8em;
  text-align: center;
}
.white #population-date {
  background-color: #eee;
}

#population-footer {
  margin-top: 8px;
  text-align: center;
}
.white #population-footer {
  background-color: #cbcbcb;
}

#population-f-wrapper {
  padding: 8px 16px;
}

#population-f-link {
  color: #1397ce;
}

#tour {
  background-size: cover;
  padding-top: 32px;
}
.white #tour {
  background-image: url("../../image/tour-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
}

#tour-head {
  text-align: center;
  padding-top: 12px;
}
.white #tour-head {
  color: #fff;
}

#tour-head-title {
  letter-spacing: 0.1em;
  margin-bottom: 28px;
}

#tour-head-title-link {
  color: #fff;
}
#tour-head-title-link:after {
  font-size: 1.5em;
  font-family: "fontello";
  content: '\e807';
  width: 1.5em;
  height: 1.5em;
  -webkit-border-radius: 1.5em;
  -moz-border-radius: 1.5em;
  border-radius: 1.5em;
  border-width: 2px;
  border-style: solid;
  display: inline-block;
  text-indent: 0.2em;
  line-height: 1.5;
}
.white #tour-head-title-link:after {
  color: #fff;
  border-color: #fff;
}

#tour-head-title-icon {
  position: relative;
  top: -18px;
}

.tour-head-titleL {
  font-size: 1.6em;
}

.tour-head-titleM {
  font-size: 1.5em;
}

#tour-head-txt {
  letter-spacing: 0.1em;
  margin-bottom: calc(36px - (((1em * 1.6) - 1em) / 2));
}

.tour-cont {
  position: relative;
}
.white .tour-cont:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 20px solid transparent;
  border-top-width: 20px;
  border-top-style: solid;
  content: "";
}

.white #tour-cont1:before {
  border-top-color: #ff4a37;
}

.white #tour-cont2:before {
  border-top-color: #ffcc00;
}

.white #tour-cont3:before {
  border-top-color: #9fca1b;
}

.tour-cont-head {
  padding: 28px 12px;
}
.white .tour-cont-head {
  color: #000;
  background: #fff;
}

.tour-cont-head-txt {
  font-size: 0.95em;
}

.tour-cont-head-link {
  position: relative;
  height: 273px;
  color: #fff !important;
  background-repeat: no-repeat;
}

#tour-cont-head-link1 {
  background-image: url("../../image/tour-natsu-matsuri.jpg");
}

#tour-cont-head-link2 {
  background-image: url("../../image/tour-canoe-taiken.jpg");
}

#tour-cont-head-link3 {
  background-image: url("../../image/tour-hatsu-hinode.jpg");
}

.tour-cont-head-link-txt {
  position: absolute;
  bottom: 16px;
  right: 20px;
  font-size: 0.9em;
}

.tour-cont-head-info {
  text-align: center;
  margin-bottom: 12px;
}

.tour-cont-head-title {
  text-align: center;
  margin-bottom: 20px;
}

.tour-cont-head-titleL {
  font-size: 1.4em;
}

.white #tour-cont-head-title-word1 {
  color: #ff4a37;
}

.white #tour-cont-head-title-word2 {
  color: #ffcc00;
}

.white #tour-cont-head-title-word3 {
  color: #9fca1b;
}

.tour-cont-txt {
  font-size: 0.95em;
}

.tour-cont-head-line {
  border-bottom: 2px solid #000;
  width: 4rem;
  margin: 0 auto 24px;
}

#tour-foot {
  margin-top: 16px;
  clear: both;
  margin-bottom: 54px;
}

#tour-foot-outline {
  padding: 32px 28px;
  box-sizing: border-box;
}
.white #tour-foot-outline {
  background-color: #fff;
}

#tour-foot-outline-title {
  font-size: 1.2em;
  margin-bottom: 16px;
}
.white #tour-foot-outline-title {
  color: #004f9a;
}

.tour-foot-outline-title {
  padding: 8px 16px;
}
.white .tour-foot-outline-title {
  background-color: #e5e5e5;
}

.tour-foot-outline-txt {
  padding: 12px 16px;
}

#tour-foot-outline-link {
  margin-top: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  text-align: center;
  box-sizing: border-box;
}
#tour-foot-outline-link:after {
  font-family: "fontello";
  content: '\e807';
  margin-left: 24px;
  width: 1.2em;
  height: 1.2em;
  -webkit-border-radius: 1.2em;
  -moz-border-radius: 1.2em;
  border-radius: 1.2em;
  border: 1px solid #fff;
  display: inline-block;
}
.white #tour-foot-outline-link {
  color: #fff;
  background-color: #004f9a;
}
.black #tour-foot-outline-link {
  border: 1px solid #fff;
}

#sns {
  text-align: center;
}

#sns-facebook {
  background-color: #3b5999;
}

#sns-twitter {
  background-color: #000000;
}

#sns-youtube {
  background-color: #cc181e;
}

.sns-link {
  padding: 20px;
  color: #fff !important;
}

.sns-icon {
  background-image: url("../../image/sns-icon.png");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}

#sns-icon-facebook {
  width: 29px;
  height: 29px;
  background-position: 0 0;
}

#sns-icon-twitter {
  width: 34px;
  height: 28px;
  background-position: 0 -29px;
}

#sns-icon-youtube {
  width: 60px;
  height: 25px;
  background-position: 0 -57px;
}

#other-title {
  text-indent: -9999px;
}

@media print, screen and (min-width: 768px) {
  #site {
    display: none;
  }

  #guide {
    padding-top: 20px;
    position: relative;
    text-align: center;
    padding-left: 17%;
    padding-bottom: 8px;
  }
  .white #guide {
    background-color: #f1f1f1;
  }

  #guide-head {
    position: absolute;
    top: 50%;
    margin-top: calc( (1.4em * 2 / 2 + 12px + 16px) * -1);
    left: 4%;
  }

  #guide-head-icon {
    text-align: center;
  }

  #guide-title {
    line-height: 1.4;
    margin-top: 16px;
  }
  .white #guide-title {
    color: #004f9a;
  }

  .guide-list {
    text-align: center;
    padding-right: 2%;
  }

  .guide-item {
    font-size: 0.9em;
    display: inline-block;
    vertical-align: top;
    width: 24%;
    margin: 0% 1% 12px 0%;
  }
  .black .guide-item {
    color: #fff;
  }

  .guide-link {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    position: relative;
    margin: 0px auto;
    text-align: center;
    font-weight: bold;
    padding: 24px 0px 16px;
  }
  .guide-link:before {
    speak: none;
    font-size: 0.9em;
    font-family: "fontello";
    content: '\e807';
    color: #a1a1a1;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #a1a1a1;
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .white .guide-link {
    background-color: #fff;
  }
  .black .guide-link, .yellow .guide-link, .blue .guide-link {
    border-width: 1px;
    border-style: solid;
  }

  .guide-txt {
    padding-top: 24px;
  }

  .guide-icon {
    background-image: url(../../image/guide-icon.png);
    background-repeat: no-repeat;
    margin: 0px auto;
  }

  #guide-icon01 {
    width: 44px;
    height: 44px;
    background-position: 0 0;
  }

  #guide-icon02 {
    width: 34px;
    height: 38px;
    background-position: 0 -44px;
    margin-bottom: 6px;
  }

  #guide-icon03 {
    width: 42px;
    height: 34px;
    background-position: 0 -82px;
    margin-bottom: 10px;
  }

  #guide-icon04 {
    width: 47px;
    height: 42px;
    background-position: 0 -116px;
    margin-top: 2px;
  }

  #guide-icon05 {
    width: 44px;
    height: 32px;
    background-position: 0 -158px;
    margin-top: 12px;
  }

  #guide-icon06 {
    width: 44px;
    height: 38px;
    background-position: 0 -190px;
    margin-top: 6px;
  }

  #guide-icon07 {
    width: 28px;
    height: 44px;
    background-position: 0 -228px;
  }

  #guide-icon08 {
    width: 44px;
    height: 44px;
    background-position: 0 -272px;
  }

  .archive {
    width: 48%;
    margin: 0px 1%;
    float: left;
    margin-bottom: 40px;
  }

  .white .archive-head {
    border-bottom-color: #2baad1;
  }

  .white .archive-title {
    color: #2baad1;
  }

  .white .archive-link {
    color: #2baad1;
    border-color: #2baad1;
  }

  #side-wrap {
    margin-left: 9%;
  }

  #other-list {
    position: relative;
    padding: 0px 16px 16px 210px;
  }

  .tour-cont-head-link {
    width: 307px;
  }
  .tour-cont-head-link:after {
    margin-left: 32px;
  }

  #other-wrap {
    border: 3px solid #cce78a;
  }

  .other-item {
    margin-top: 16px;
  }

  #other-title {
    position: absolute;
    background: url("../../image/other-map.png") no-repeat;
    margin: -12px 0px 0px -20px;
    height: 211px;
    width: 359px;
  }
}
@media print, screen and (max-width: 959px) {
  #cont {
    width: 98%;
  }

  #side {
    width: 98%;
  }

  #side-wrap {
    margin-left: 0%;
  }

  .banner-item {
    width: 48%;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    text-align: center;
  }
}
@media print, screen and (max-width: 767px) {
  #photo {
    display: none;
  }

  #guide {
    display: none;
  }

  .tour-cont-head-link {
    background-size: cover;
    background-position: left center;
  }

  #other-title {
    display: none;
  }
}
@media print, screen and (max-width: 1023px) {
.col-10.first.last iframe{
  	width: 100%;
  	height:412px;
  }
}

#gmap img{max-width:none;}
div[id^="map_area"] img{
	max-width:none;
}

/*# sourceMappingURL=top.css.map */
