@charset "UTF-8";

html {
  font-size: 62.5%;
}

body {
  font-size: 14px;
  font-size: 1.4em;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック",
    YuGothic, "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
  background-color: #ece3dc;
  color: #343434;
  -webkit-text-size-adjust: 100%;
}

h1 {
  font-family: serif;
  font-weight: normal;
  font-size: 34px;
}

h1 span {
  font-size: 50%;
  margin-left: 0.5em;
  position: relative;
  top: -0.3em;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

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

img {
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: underline;
}

address {
  font-style: normal;
}
.switch {
  visibility: hidden;
}

.attention {
  color: #c7161e;
}

.fsS {
  font-size: 12px;
}

.fs2s {
  font-size: 10px;
}

.em {
  font-size: 16px;
  font-weight: bold;
  color: #c7161e;
}

#modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.75);
  top: 0;
  left: 0;
  z-index: 100;
}

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

  .inner,
  .sp_inner {
    margin: 0 auto;
    padding-left: 1em;
    padding-right: 1em;
  }
}

@media screen and (min-width: 751px) {
  .pc_none {
    display: none;
  }

  .inner,
  .pc_inner {
    width: 960px;
    margin: 0 auto;
  }
}

/*----------------------------------------------
	
	詳細はこちらボタン

----------------------------------------------*/

.btn_detail a {
  display: inline-block;
  color: #fff;
  background-image: url(../images/common/icon_arw.gif);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 10px;
  padding: 6px 10px 6px 30px;
  background-color: #c7161e;
  border-radius: 4px;
}

.btn_detail a:hover {
  text-decoration: none;
}

/*----------------------------------------------
	
	ul

----------------------------------------------*/

ul.mark {
  list-style: disc;
  list-style-position: inside;
}

/*----------------------------------------------
	
	区切り線

----------------------------------------------*/

.line {
  background: url(../images/common/line.gif) repeat-x bottom;
  background-size: 375px 5px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.line_dot {
  border-bottom: 1px dotted #999;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

/*----------------------------------------------
	
	slide 共通

----------------------------------------------*/

#slide_area {
  position: relative;
}

#slide_img {
  text-align: center;
}

ol#controls {
  text-align: center;
}

ol#controls li {
  display: inline-block;
}

ol#controls li a {
  display: block;
  width: 10px;
  height: 10px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #d7d7d7;
  opacity: 0.7;
  text-indent: -9999px;
}

ol#controls li a.active {
  cursor: default;
  background: #231815;
}

@media screen and (max-width: 750px) {
  ol#controls {
    margin-top: 5px;
  }

  ol#controls li a {
    margin: 0 3px;
  }
}

@media screen and (min-width: 751px) {
  ol#controls {
    margin-top: 10px;
  }

  ol#controls li a {
    margin: 0 5px;
  }

  ul#thumb {
    margin-top: 5px;
    margin-bottom: 20px;
  }

  ul#thumb li {
    float: left;
    width: 151px;
    margin-right: 12px;
  }

  ul#thumb li:last-child {
    margin-right: 0 !important;
  }
}

/*----------------------------------------------
	
	見出し

----------------------------------------------*/

.hl_2 {
  border-bottom: 3px solid #c7161e;
  background-image: url(../images/common/icon_maru.png);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: left 5px;
  padding-left: 18px;
  margin-bottom: 1em;
}

@media screen and (max-width: 750px) {
  .hl_2 {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 751px) {
  .hl_2 {
    font-size: 20px;
    font-weight: normal;
    background-position: left 10px;
    padding-bottom: 0.3em;
  }

  #secondary .hl_2 {
    border: none;
    font-size: 18px;
    margin-bottom: 0;
  }
}

/*----------------------------------------------
	
	gaiyo
	
----------------------------------------------*/

table.tenpogaiyo {
  width: 100%;
}

table.tenpogaiyo th {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border-bottom: 1px solid #b2b2b2;
  width: 7em;
}

table.tenpogaiyo td {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
  border-bottom: 1px solid #b2b2b2;
}

/*----------------------------------------------
	
	breadcrumbs
	
----------------------------------------------*/

.breadcrumbs {
  margin-bottom: 20px;
}

/*----------------------------------------------
	
	calender
	
----------------------------------------------*/

#calendar {
  background-color: #fff;
  position: relative;
}

#calendar table {
  width: 100%;
  margin-bottom: 2em;
}

#calendar td,
#calendar th {
  border: 1px solid #b2b2b2;
}

#calendar th {
  text-align: center;
  font-weight: normal;
  padding: 0.5em 0;
}

#calendar td {
  font-size: 18px;
  width: 14%;
  height: 110px;
  text-align: center;
  padding: 0.3em 0;
}

#calendar .holiday {
  color: #ff0000 !important;
}

#calendar th:nth-of-type(6),
#calendar td:nth-of-type(6) {
  color: #004eff;
}

#calendar th:last-child,
#calendar td:last-child {
  color: #ff0000;
}

#calendar .honten {
  background-color: #adfab7;
  font-size: 11px;
  padding: 0.3em 0.5em;
  display: block;
  color: #000;
}

#calendar .higashi {
  background-color: #fac6ad;
  font-size: 11px;
  padding: 0.3em 0.5em;
  display: block;
  color: #000;
}

#calendar .haihaitown {
  background-color: #9cbdf9;
  font-size: 11px;
  padding: 0.3em 0.5em;
  display: block;
  color: #000;
}

#calendar .sakaihigashi {
  background-color: #f0adfa;
  font-size: 11px;
  padding: 0.3em 0.5em;
  display: block;
  color: #000;
}

#calendar .month {
  font-size: 18px;
  text-align: center;
  margin-bottom: 1em;
}

#calendar .month span {
  font-size: 28px;
}

#calendar #icon_close {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

#calendar {
  max-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  #calendar {
    padding: 1em;
    margin: 0 auto;
  }

  #calendar #icon_close img {
    width: 24px;
    height: auto;
  }
}

@media screen and (min-width: 751px) {
  #modal {
    padding: 50px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #calendar {
    width: 960px;
    margin: 0 auto;
    padding: 30px;
  }

  #calendar #icon_close img {
    width: 24px;
    height: auto;
  }
}

.maru {
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
}


/*----------------------------------------------
	
	投稿画面用
	
----------------------------------------------*/

main.single h2 {
  font-size: 125%;
  margin-bottom: 1em;
}

main.single p {
  line-height: 1.6;
}

main.single p + p {
  margin-top: 1.6em;
}
