@charset "UTF-8";
/*!
 * 軽米町コンテンツページCSS
 * (update: 2017.02.10)
 */
/*------------------------------------------------------------
共通-初期化
------------------------------------------------------------*/
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  color: #333;
  font-size: 16px;
  line-height: 1.8;
  background-color: #F7EFDC;
  border-top: solid 5px #19af50;
  font-family: "Noto Sans Japanese", "メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }
}

a {
  color: #333;
  text-decoration: underline;
}


a[href$=".pdf"] {
    background: rgba(0, 0, 0, 0) url("https://www.town.karumai.iwate.jp/article/images/common/linkicon_pdf.png") no-repeat scroll 100% 50%;
    padding: 4px 20px 4px 0;
}

a[href$=".doc"] {
    background: rgba(0, 0, 0, 0) url("https://www.town.karumai.iwate.jp/article/images/common/linkicon_word.png") no-repeat scroll 100% 50%;
    padding: 4px 20px 4px 0;
}

a[href$=".docx"] {
    background: rgba(0, 0, 0, 0) url("https://www.town.karumai.iwate.jp/article/images/common/linkicon_word.png") no-repeat scroll 100% 50%;
    padding: 4px 20px 4px 0;
}

a[href$=".xls"] {
    background: rgba(0, 0, 0, 0) url("https://www.town.karumai.iwate.jp/article/images/common/linkicon_excel.png") no-repeat scroll 100% 50%;
    padding: 4px 20px 4px 0;
}

a[href$=".xlsx"] {
    background: rgba(0, 0, 0, 0) url("https://www.town.karumai.iwate.jp/article/images/common/linkicon_excel.png") no-repeat scroll 100% 50%;
    padding: 4px 20px 4px 0;
}



a[href^="tel"] {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:hover > img {
  opacity: 0.8;
}


/* MISC
============================================================ */
.text-s {
  font-size: 87.5%;
}

.arrow:before {
  content: url(https://www.town.karumai.iwate.jp/article/images/list-arrow.png);
  padding-right: 0.5em;
}

/*------------------------------------------------------------
共通-レイアウト
------------------------------------------------------------*/
#body {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #body {
    padding-bottom: 10px;
  }
}
.home #body {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .home #body {
    padding-bottom: 0;
  }
}

#main section.col-sm-9:nth-child(odd) {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  #main section.col-sm-9:nth-child(odd) {
    padding-right: 10px;
  }
}
#main section.col-sm-9:nth-child(even) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  #main section.col-sm-9:nth-child(even) {
    padding-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  #main {
    margin-bottom: 30px;
    overflow: hidden;
  }
  #main section {
    margin-bottom: 40px;
  }
  .home #main {
    padding-left: 0;
    padding-right: 0;
  }
}

/*------------------------------------------------------------
共通-ヘッダ
------------------------------------------------------------*/
#google_translate_element_sp img,
#google_translate_element_sp .goog-te-gadget-icon {
	display: none;
}
#google_translate_element_sp .goog-te-gadget-simple {
	display: block;
	max-width: 130px;
}
#google_translate_element_sp .goog-te-menu-value span:not(:first-child) {
	display: none;
}
#header {
  height: 140px;
  background-color: #FFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #header {
    height: auto;
    margin-bottom: 20px;
  }
  #header .container {
    padding: 0;
  }
}
#header .site-id {
  margin-top: 18px;
  width: 28%;
  float: left;
}
@media screen and (max-width: 767px) {
  #header .site-id {
    margin-top: 8px;
    margin-left: 10px;
    width: 50%;
  }
  #header .site-id img {
    height: 50px;
  }
}
#header .header-side {
  width: 70%;
  float: right;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #header .header-side {
    width: 100%;
    float: none;
    text-align: left;
    overflow: auto;
    background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav-bg.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #F7F0DB;
  }
}
#header .header-side dl, #header .header-side ul, #header .header-side form {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5em;
}
#header .header-side dt, #header .header-side dd, #header .header-side li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
#header .header-side .header-top {
  margin-top: 15px;
  margin-bottom: 5px;
  display: table;
  float: right;
}
@media screen and (max-width: 767px) {
  #header .header-side .header-top {
    margin: 0;
  }
}
#header .header-side .utility-container {
  display: table-cell;
  padding-right: 6px;
  padding-top: 1px;
}
@media screen and (max-width: 767px) {
  #header .header-side .utility-container {
    display: none;
  }
}
#header .header-side .utility-container dl, #header .header-side .utility-container ul {
  margin: 6px 8px 0;
  padding: 0;
}
#header .utility {
  font-size: 77.5%;
  height: 55px;
  display: inline-block;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/utility-l-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  #header .utility {
    background-image: none;
  }
}
#header .utility .utility-container {
  height: 55px;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/utility-r-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#header .utility .utility-container-sp {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #header .utility .utility-container-sp {
    display: none;
  }
}
#header .utility .utility-container-sp li {
  display: block;
  margin-bottom: 6px;
}
#header .utility .utility-container-sp img {
  height: 30px;
  width: auto;
}
#header .header-side #font-size a {
  color: #501e0a;
  line-height: 1;
  text-decoration: none;
  padding: 0 3px;
  margin-left: 8px;
  border-radius: 5px;
  border: 1px solid #501e0a;
  background-color: #e2dccd;
}
#header .header-side #font-size a:hover, #header .header-side #font-size a.selected {
  background-color: #FFF;
}
#header .header-side #color-change ul {
  margin: 0;
}
#header .header-side #color-change li {
  color: #501e0a;
  line-height: 1;
  text-decoration: none;
  padding: 3px 4px;
  margin-left: 8px;
  border-radius: 5px;
  border: 1px solid #501e0a;
  background-color: #e2dccd;
  cursor: pointer;
}
#header .header-side #color-change li#color-blue {
  color: #FEFF00;
  background-color: #1900FF;
}
#header .header-side #color-change li#color-yellow {
  color: #000;
  background-color: #FEFF00;
}
#header .header-side #color-change li#color-black {
  color: #FFF;
  background-color: #000;
}
#header .header-side .header-bottom {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #header .header-side .header-bottom {
    height: 70px;
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header .header-side .header-bottom ul {
  margin-top: 0;
  margin-bottom: 0;
}
#header .utility {
  font-size: 77.5%;
  height: 35px;
  display: inline-block;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/utility-l-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 767px) {
  #header .utility {
    background-image: none;
  }
}
#header .utility .utility-container {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/utility-r-bg.jpg);
  background-repeat: no-repeat;
  background-position: top right;
}
#header .utility .utility-container-sp {
  float: right;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #header .utility .utility-container-sp {
    display: none;
  }
}
#header .utility .utility-container-sp li {
  display: block;
  margin-bottom: 6px;
}
#header .utility .utility-container-sp img {
  height: 30px;
  width: auto;
}
#header .g-search {
  margin-right: -5px;
}
#header .assistance {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin: 20px 0 15px;
}
@media screen and (max-width: 767px) {
  #header .assistance {
    display: none !important;
  }
}
#header .assistance li {
  display: inline-block;
  width: 120px;
  height: 35px;
  margin-left: 15px;
}
#header .assistance .btn {
  display: block;
  color: #FFF;
  font-size: 87.5%;
  line-height: 33px;
  text-align: center;
  background-color: #19af50;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  text-decoration: none;
}
#header .assistance .btn:hover {
  background-color: #9B8B81;
}

/*------------------------------------------------------------
スマートフォンメニュー
------------------------------------------------------------*/
#sp-menu-btn {
  display: block;
  width: 44px;
  height: 50px;
  padding: 0;
  margin: 10px 0;
  float: right;
  cursor: pointer;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/menu-sp-btn.png);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
#sp-menu-btn.active {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/menu-close-sp-btn.png);
}
@media screen and (min-width: 390px) {
  #sp-menu-btn {
    display: none;
  }
}

#sp-menu {
  background-color: #501E0A;
  width: 100%;
  display: none;
  position: absolute;
  z-index: 99999;
  margin-left: -10px;
}
@media screen and (min-width: 390px) {
  #sp-menu {
    display: none;
  }
}
#sp-menu ul {
  display: block !important;
  padding-left: 0;
}
#sp-menu li {
  display: block !important;
  color: #fff7ee;
  border-bottom: solid 1px #fff7ee;
}
#sp-menu a {
  display: block;
  color: #fff7ee;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.3;
  padding: 15px;
  position: relative;
}
#sp-menu a:after {
  content: '';
  margin-top: -4px;
  top: 45%;
  right: 15px;
  width: 10px;
  height: 10px;
  font-size: 1em;
  display: block;
  position: absolute;
  border-top: 2px solid #fff7ee;
  border-right: 2px solid #fff7ee;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*------------------------------------------------------------
Googleカスタム検索調整用
------------------------------------------------------------*/
.g-search {
  display: inline-block;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .g-search {
    max-width: 80%;
    padding-top: 8px;
  }
}

.gsc-input-box {
  height: 30px !important;
  vertical-align: bottom;
}

.gsc-input {
  padding-top: 7px;
}

.gsc-input-box input {
  height: 20px !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}

.gsc-search-button {
  padding-top: 11px;
}

input.gsc-search-button.gsc-search-button-v2,
input.gsc-search-button.gsc-search-button-v2:hover,
input.gsc-search-button.gsc-search-button-v2:active {
  height: 30px;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/search_box_icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: 0 !important;
}

/*------------------------------------------------------------
INDEX/CONTENTS-パンくずリスト
------------------------------------------------------------*/
.topic-path {
  padding-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .topic-path {
    display: none;
  }
}
.topic-path ul {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  margin: 0;
}
.topic-path li {
  display: block;
  float: left;
  font-size: 87.5%;
  line-height: 21px;
}
.topic-path li:after {
  content: ">";
  padding: 0 0.5em;
}
.topic-path li:last-child:after {
  content: none;
}
.topic-path a {
  color: #333;
  text-decoration: underline;
}
.topic-path a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------
共通-グローバルナビ
------------------------------------------------------------*/
#gl-nav {
  height: 70px;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav-bg.png);
  background-repeat: repeat-x;
  background-position: top center;
  background-color: transparent;
  font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}
@media screen and (max-width: 767px) {
  #gl-nav {
    display: none;
  }
}
#gl-nav ul {
  display: table;
  width: 100%;
}
#gl-nav li {
  font-size: 125%;
  line-height: 20px;
  display: table-cell;
  height: 70px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 991px) {
  #gl-nav li {
    font-size: 100%;
  }
}
#gl-nav a {
  color: #501e0a;
  text-decoration: none;
  display: block;
  padding-bottom: 17px;
  background-repeat: no-repeat;
  background-position: bottom center;
}
#gl-nav a:hover {
  color: #19AF50;
}

#gl-nav li:nth-child(1) a {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav1-en.png);
}
#gl-nav li:nth-child(2) a {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav2-en.png);
}
#gl-nav li:nth-child(3) a {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav3-en.png);
}
#gl-nav li:nth-child(4) a {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav4-en.png);
}
#gl-nav li:nth-child(5) a {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav5-en.png);
  padding-left: 10px;
  padding-right: 10px;
}
#gl-nav li:nth-child(6) a {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/gl-nav6-en.png);
}

/*------------------------------------------------------------
INDEX-新着情報
------------------------------------------------------------*/
.unit {
  margin-bottom: 85px;
}
.unit .unit-header {
  color: #FFF !important;
  font-size: 112.5%;
  font-weight: bold;
  padding: 20px 28px;
  margin: 0;
  border-radius: 3px 3px 0 0;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/unit-header-bg.png);
  background-repeat: repeat;
  background-position: top left;
  background-color: #EF8504;
}
.unit .unit-body {
  background-color: #fff7ee;
  padding: 25px 40px 10px;
}
@media screen and (max-width: 767px) {
  .unit .unit-body {
    padding: 20px 15px 10px;
  }
}
.unit .unit-body li {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .unit .unit-body li {
    margin-bottom: 15px;
  }
}

/*------------------------------------------------------------
CONTENTS-基本セット（ HOME / INDEX / CATEGORY）
------------------------------------------------------------*/
h1.hd {
  color: #501e0a;
  font-size: 150%;
  font-weight: bold;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}
@media screen and (max-width: 767px) {
  h1.hd {
    margin-bottom: 10px;
  }
}
h1.hd span.sub {
  color: #19af50;
  font-size: 58.3333333333%;
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  font-family: "Noto Sans Japanese", "メイリオ",Meiryo, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro", sans-serif;
}
@media screen and (max-width: 767px) {
  h1.hd span.sub {
    display: none;
  }
}
h1.hd:before {
  content: url(https://www.town.karumai.iwate.jp/article/images/h1-hd-bg.png);
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

h1.sub-hd {
  color: #501e0a;
  font-size: 150%;
  font-weight: bold;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}
@media screen and (max-width: 767px) {
  h1.sub-hd {
    margin-bottom: 10px;
  }
}
h1.sub-hd:before {
  content: url(https://www.town.karumai.iwate.jp/article/images/h1-sub-hd-bg.png);
  padding-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
}

h2.hd {
  color: #501e0a;
  font-size: 112.5%;
  line-height: 50px;
  height: 50px;
  padding: 0 10px;
  margin-top: 0;
  margin-bottom: 18px;
  background-color: #fff7ee;
  border-left: solid 10px #f39800;
}

/*
h4 {
	clear:both;
	background:url(https://www.town.karumai.iwate.jp/article/images/common/ico_arrow03.gif) left center no-repeat;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:15px;
	font-weight:bold;
	font-size:110%;
	color:#501e0a;
}
*/

h3 {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #dff0e5;
	padding:10px 0 10px 10px;
	font-weight:bold;
	font-size:120%;
	line-height: 140%;
	border-left: 6px solid #107936;
}


h4 {
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	padding-left:10px;
	font-weight:bold;
	font-size:110%;
	line-height: 110%;
	color:#501e0a;
	border-left: 6px solid #501e0a;
}


.list {
  list-style: none;
  padding-left: 0.5em;
}
.list li {
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .list li {
    margin-bottom: 10px;
  }
}
.list li:before {
  content: url(https://www.town.karumai.iwate.jp/article/images/list-arrow.png);
  padding-right: 0.5em;
}

.news-list {
  list-style: none;
  padding-left: 0.5em;
}
.news-list li {
  line-height: 1.6;
  padding-bottom: 5px;
  display: table;
}
@media screen and (max-width: 767px) {
  .news-list li {
    font-size: 112.5%;
    display: block;
  }
}
.news-list a {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .news-list a {
    display: block;
  }
}
.news-list span.new + a {
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .news-list span.new + a {
    padding-left: 0;
  }
}
.news-list span.date {
  width: 6.5em;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .news-list span.date {
    display: inline-block;
    width: 5.5em;
  }
}
.news-list span.new {
  color: #fefefe;
  font-size: 81.25%;
  padding: 2px 4px;
  border-radius: 3px;
  background-color: #e83828;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/new-bg.png);
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .news-list span.new {
    padding: 0px 3px;
    text-align: center;
    display: inline-block;
    clear: both;
    width: 3em;
  }
}

/*------------------------------------------------------------
CONTENTS-基本セット（CONTENTS）
------------------------------------------------------------*/
#main h1.title {
  font-size: 125%;
  line-height: 1.5;
  font-weight: bold;
  padding: 18px 20px;
  margin-top: 0;
  background-color: #F3DFB2;
  border-bottom: solid 1px #FFF;
}
#main .publish-meta {
  font-size: 87.5%;
  text-align: right;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #main .publish-meta {
    font-size: 81.25%;
  }
}
#main .sns-btn {
  list-style: none;
  padding-left: 0;
  margin-bottom: 25px;
  text-align: right;
}
#main .sns-btn li {
  display: inline-block;
  margin-left: 10px;
}
#main .sns-btn li#sns_facebook {
	position: relative;
	top: 0;
}
#main .sns-btn li#sns_twitter {
	position: relative;
	top: 8px;
}
#main .sns-btn li#sns_line {
	position: relative;
	top: 2px;
}
#main .contact {
  padding: 17px 15px 24px;
  background-color: #fff7ee;
  margin-top: 50px;
}
#main .contact h2 {
  font-size: 112.5%;
  font-weight: bold;
  padding: 0 15px 10px;
  margin: 0 -15px 15px;
  border-bottom: 1px dotted #e2dccd;
}
#main .contact dl {
  margin-bottom: 0;
}
#main .contact dt {
  font-size: 112.5%;
  font-weight: bold;
  margin-bottom: 15px;
}

ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}

ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}

ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ")";
}


/*------------------------------------------------------------
共通-サイド
------------------------------------------------------------*/
#side {
  margin-top: -20px;
}
@media screen and (max-width: 767px) {
  #side {
    margin-top: 0;
  }
}
.home #side {
  margin-top: 0;
}
#side .go-category-top {
  border: 3px solid #f39800;
  color: #f39800;
  font-size: 112.5%;
  line-height: 65px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
#side .go-category-top a {
  color: #f39800 !important;
  background-color: #fff7ee;
  display: block;
  text-decoration: none;
}
#side .go-category-top a:after {
  content: ">";
  margin-left: 0.5em;
}
#side .go-category-top a:hover {
  background-color: #FFF;
}
#side .side-container {
  background-color: #fff7ee;
  border-radius: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #side .side-container {
    margin-bottom: 30px;
  }
}
#side .side-container dt {
  color: #f3f3eb;
  font-size: 125%;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  background-color: #f39800;
  height: 50px;
  padding: 0 10px;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/unit-header-bg.png);
  background-repeat: repeat;
  background-position: top left;
  border-radius: 3px 3px 0 0;
}

#side .side-container dd dl dt{
	height: auto;
	line-height: 1.5em;
	padding:10px 0;
}


#side .side-container dd {
  padding: 10px;
}
#side .side-container ul {
  list-style: none;
  padding-left: 0;
}
#side .side-container li {
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  #side .side-container li {
    margin-bottom: 10px;
  }
}
#side .side-container a {
  color: #333;
  text-decoration: underline;
}
#side .side-container a:before {
  content: url(https://www.town.karumai.iwate.jp/article/images/list-arrow.png);
  padding-right: 0.5em;
}
#side .side-container a:hover {
  color: #333;
  text-decoration: none;
}
#side .side-container.magazine {
  font-size: 87.5%;
}
@media screen and (max-width: 767px) {
  #side .side-container.magazine {
    margin-bottom: 40px;
  }
  #side .side-container.magazine dd {
    overflow: hidden;
  }
}
#side .side-container.magazine a:before {
  content: none;
}
#side .side-container.magazine .cover {
  font-size: 112.5%;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #side .side-container.magazine .cover {
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #side .side-container.magazine .cover img {
    width: 35%;
    float: left;
    display: block;
    margin-right: 3%;
  }
  #side .side-container.magazine .cover br {
    display: none;
  }
  #side .side-container.magazine .cover .vol {
    display: block;
    padding: 0;
    margin-left: 40%;
  }
}
@media screen and (max-width: 767px) {
  #side .side-container.magazine .summary {
    margin-left: 40%;
  }
}
#side .side-container.magazine .title {
  font-size: 100%;
}
#side .side-container.emergency dt {
  background-color: #e83828;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/unit-header-emergency-bg.png);
}
#side .banner {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}
#side .banner li {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  #side .banner li {
    width: 48.5%;
    float: left;
  }
  #side .banner li:nth-child(even) {
    float: right;
  }
}
#side .banner li.text {
  color: #FFF;
  font-size: 150%;
  font-weight: bold;
  line-height: 98px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #side .banner li.text {
    font-size: 112.5%;
    line-height: 4.5em;
  }
}
#side .banner li.text a {
  color: #FFF !important;
  text-decoration: none;
  background-color: #F39800;
  display: block;
  border: solid 1px #F3F3EB;
}
#side .banner li.text a:hover {
  opacity: 1;
  background-color: rgba(243, 152, 0, 0.8);
}
#side .banner li.text.mayor {
  float: none;
  clear: both;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #side .banner li.text.mayor {
    font-size: 150%;
    line-height: 4em;
  }
}
#side .banner.ad {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  #side .banner.ad {
    margin-top: 0;
  }
}
#side .banner.ad li {
  margin: 0 0 30px;
}
#side .sns {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
  text-align: center;
  margin: 25px 0 35px;
}
#side .sns li {
  display: inline-block;
  margin: 0 10px;
}
#side hr.separate {
  margin-top: -5px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #E0DDCD;
  border-bottom: 1px solid #FFF;
}



.pc_view {
    display: none;
}


@media screen and (max-width: 767px) {
.pc_view {
    display: inherit !important;
}
}

@media screen and (max-width: 767px) {
.sp_view {
    display: none;
}
}





/*------------------------------------------------------------
共通-関連情報
------------------------------------------------------------*/
#relation {
  background-image: url(https://www.town.karumai.iwate.jp/article/images/relation-bg.png);
  background-repeat: repeat;
  background-position: top left;
  background-color: #e2dccd;
  padding: 37px 0 28px;
}
@media screen and (max-width: 767px) {
  #relation {
    padding: 25px 0 10px;
  }
  #relation .container {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
}
#relation .statistics {
  font-family: “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
}
#relation .statistics dl {
  display: table;
  width: 100%;
}
#relation .statistics dt {
  display: table-cell;
  font-size: 112.5%;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0 8px;
  background-color: #542411;
  height: 110px;
  min-width: 160px;
}
@media screen and (max-width: 767px) {
  #relation .statistics dt {
    display: block;
    height: auto;
    padding: 20px 0;
  }
}
#relation .statistics dd {
  display: table-cell;
  font-size: 112.5% px;
  color: #542411;
  padding: 0 8px;
  vertical-align: middle;
  background-color: #fff7ee;
}
#relation .statistics dd .note {
  font-size: 87.5%;
}
@media screen and (max-width: 767px) {
  #relation .statistics dd {
    display: block;
    padding: 10px 18px;
  }
}
@media screen and (max-width: 767px) {
  #relation .banner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#relation .banner ul {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}
#relation .banner li {
  font-size: 87.5%;
  line-height: 46px;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #relation .banner li {
    font-size: 75%;
  }
  #relation .banner li:nth-child(odd) {
    padding-right: 7px;
  }
  #relation .banner li:nth-child(even) {
    padding-left: 7px;
  }
}
#relation .banner a {
  color: #542411;
  display: block;
  background-color: #fff7ee;
  text-decoration: none;
  border: solid 2px #fff7ee;
}
#relation .banner a:hover {
  background-color: transparent;
}

/*------------------------------------------------------------
共通-フッタ
------------------------------------------------------------*/
#footer {
  color: #fff7ee;
  background-image: url(https://www.town.karumai.iwate.jp/article/images/footer-bg.png);
  background-repeat: repeat;
  background-position: top left;
  background-color: #501e0a;
}
#footer .col-address,
#footer .col-btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #footer .col-address,
  #footer .col-btn {
    margin-top: 0;
  }
}
#footer .col-btn {
  padding-left: 0;
  padding-right: 0;
}
#footer .col-btn ul {
  list-style: none;
  padding-left: 0;
  overflow: hidden;
}
#footer .col-btn li.btn {
  line-height: 35px;
  width: 100%;
  height: 35px;
  margin-top: 10px;
  margin-bottom: 27px;
}
@media screen and (max-width: 767px) {
  #footer .col-btn li.btn {
    line-height: 50px;
    width: 50%;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
#footer .col-btn li.btn a {
  display: block;
  color: #501e0a;
  border-radius: 3px;
  background-color: #fff7ee;
  text-decoration: none;
}
#footer .col-btn li.btn a:before {
  content: url(https://www.town.karumai.iwate.jp/article/images/list-arrow.png);
  padding-left: 4px;
  padding-right: 4px;
}
@media screen and (max-width: 767px) {
  #footer .col-btn li.btn a {
    margin-right: auto;
    text-align: center;
  }
}
#footer .col-btn li.btn a:hover {
  background-color: #DFCDB5;
}
@media screen and (max-width: 767px) {
  #footer .col-btn li.sns {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .col-btn li.sns a {
  display: block;
  float: left;
}
#footer .col-btn li.sns a:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  #footer .col-btn li.sns a {
    display: inline-block;
    margin: 0 10px;
    float: none;
  }
  #footer .col-btn li.sns a:nth-child(even) {
    float: none;
  }
}
#footer address {
  /*font-size: 14px;*/
  font-size: 87.5%;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #footer address {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer address img {
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #footer address img {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer .copyright {
  /*font-size: 14px;*/
  font-size: 87.5%;
  line-height: 1.2;
  text-align: center;
  margin: 35px 0 40px;
}
@media screen and (max-width: 767px) {
  #footer .copyright {
    margin: 15px 0 25px;
  }
}
#footer a {
  color: #FFF;
}
#footer .back-sp {
  font-size: 48px;
  line-height: 4;
  text-align: center;
}
#footer .back-sp a:before {
  content: "\f2c8";
  font-family: 'Material-Design-Iconic-Font';
  font-size: 50px;
  padding-right: 0.3em;
}

/*# sourceMappingURL=style.css.map */



.backtotop {
    bottom: 20px;
    display: none;
    position: fixed;
    right: 20px;
    z-index: 100;
}
.backtotop img {
    height: 123px;
    width: 80px;
}
.backtotop a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    opacity: 1;
    padding: 0;
    text-decoration: none;
}





/* 印刷用 */
@media print{
	#header,
	#gl-nav,
	#side,
	#relation,
	#footer,
	.sns-btn,
	.backtotop
	{
		display: none;
	}
}
