@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,500,700");
/* ===============================
	base
 =============================== */
html {
  font-size: 62.5%;
}
body {
	font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*font-family: "游明朝", Yu Mincho, YuMincho, Hiragino Mincho ProN, "HGS明朝E", "メイリオ", Meiryo, serif;*/
	font-size: 1.4rem;
  font-weight: 500;
	line-height: 1.8;
	color: #1a1a1a;
	-webkit-text-size-adjust: 100%;
  background-color: #f2f2f2;
}
html, body {
  position: relative;
  height: 100%;
}

img { vertical-align: bottom;}
.mo a img {
	background-color: rgba(255, 255, 255, .01); /* マウスオーバー要素のバグ対応 */
}

main {
  width: 100%;
  display: block;
  margin: 30px auto;
}
.defwrap {
  width: 1100px;
  max-width: 98%;
  margin: 0 auto 50px;
}

.note {
  background-image:
   linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #646464 100%);
  background-size: 100% 2em;
  line-height: 2em;
  padding: 2em 0.5em 1.98em;
  color: #696969;
}

@media screen and (max-width: 767px) {
  .defwrap {
    width: 95%;
    margin: 30px auto;
  }
}

/* ===============================
	header
 =============================== */
header {
  /* background: url(../imgs/common/header_bg.jpg) no-repeat left center; */
  background-size: cover;
  position: relative;
  padding: 40px 0 40px 30px;
  display: flex;
  flex-wrap: nowrap;
}

header h1 + p {
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 2.5;
  margin-left: 50px;
}
.logout {
  position: absolute;
  right: 5%;
  top: 30px;
}

@media screen and (max-width: 767px) {
  header {
    padding: 10px 10px 20px;
  }
  header h1 {
    width: 50%;
  }
  header h1 img {
    width: 100%;
  }
  header h1 + p {
    display: block;
    font-size: 5vw;
    margin-left: 5vw;
  }
  .logout {
    font-size: 12px;
    right: 5%;
    top: inherit;
    bottom: 0;
  }
}





@media screen and (max-width: 767px) {

}
/* ===============================
	footer
 =============================== */
footer {
	width: 100%;
  position: relative;
  background-color: #000;
  padding: 40px 0 20px 30px;
}
footer * {
  color: #fff;
}
footer dl dt {
  margin-bottom: 20px;
}
footer dd {
  margin-bottom: 10px;
  padding-left: 15px;
}
footer dd ul {
  letter-spacing: -1em;
  padding-left: 15px;
  list-style: none;
}
footer dd ul li {
  display: inline-block;
  letter-spacing: normal;
  padding: 0 5px 0 0;
}
footer dd ul li::after {
  content: '/';
  padding-left: 5px;
}
#copyright {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 20px 10px;
  }
  #copyright {
    position: static;
    text-align: center;
    display: block;
  }

}
/* ===============================
	listwrap
 =============================== */
 #postTitle {
  font-size: 28px;
 }
 #postDate {
  text-align: right;
  margin-bottom: 10px;
 }
 .listwrap {
  background: #fff;
  padding: 50px;
 }
 .list_item {
  list-style: none;
  border-bottom: 1px dotted #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
 }
 .list_item a {
  font-size: 20px;
  display: block;
  padding: 10px;
 }

 .listwrap_items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1%;
 }

 .listwrap_items dl {
  width: 19%;
  text-align: center;
 }
 .listwrap_items dl dt {
  font-size: 16px;
  font-weight: bold;
 }
 .listwrap_items dl dt::before {
  content: '【';
 }
 .listwrap_items dl dt::after {
  content: '】';
 }
 .listwrap_items dl dd {
 }
 #gmap {
  width: 100%;
  height: 500px;
 }
 @media screen and (max-width: 767px) {
  .list_item a {
    font-size: 4.615384615384615vw;
    line-height: 1.3;
   }
   .list_item span {
    font-size: 12px;
    width: 100%;
    text-align: right;
   }
  #postTitle {
    font-size: 5.128205128205128vw;
  }
  #postDate {
    font-size: 3.076923076923077vw;
  }
  .listwrap {
    padding: 6.41025641025641vw 5.5vw;
  }
  .listwrap_items {
    gap: 30px 1%;
   }
   .listwrap_items dl {
    width: 49%;
   }
   .listwrap_items dl dt {
    font-size: 3.58974358974359vw;
   }
 }
/* ===============================
	post
 =============================== */
/* #postWrap {
  width: 780px;
  float: left;
}
#cat-title {
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 30px;
}
#postMenu {
  width: 250px;
  float: right;
}
#postMenu section {
  margin-bottom: 50px;
}
#postMenu section:last-child {
  margin: 0;
}
#postMenu h4 {
  font-size: 1.8rem;
}
#postMenu dl,
#postMenu ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  list-style: none;
}
#postMenu ul li {
  list-style-position: inside;
}
#postMenu dl dt {
  font-size: 1.2rem;
}
#post {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
#post img {
  max-width: 100%;
  height: auto;
}
#postNav li:nth-of-type(2) {
  margin: 0 120px;
}
#date {
  font-size: 1.2rem;
}
#postTitle {
  font-size: 2.4rem;
}
.post-categories {
  margin-bottom: 40px;
}
.post-categories li {
  background-color: #000;
  margin-right: 5px;
}
.post-categories li a {
  display: inline-block;
  color: #fff;
  padding: 1px 7px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #postWrap,
  #postMenu {
    width: 100%;
    float: none;
  }
  #postMenu {
    padding: 0 10px;
  }
  #cat-title {
    text-align: center;
    font-size: 2.0rem;
    margin-bottom: 30px;
  }
  #post {
    padding: 10px;
  }
  #postTitle {
    font-size: 2.0rem;
    line-height: 1.5;
  }
} */
/* ===============================
	ページャー
 =============================== */
/* .cms-pagination {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.cms-pagination ul {
    position: relative;
    float: left;
    left: 50%;
    margin-bottom: 12px;
}

.cms-pagination ul li {
    position: relative;
    float: left;
    left: -50%;
    width: 34px;
    height: 38px;
    display: table;
    margin: 0 2px;
    display: none;
}

.cms-pagination ul li.pagination-no-num {
    width: 50px;
    display: table;
}

.cms-pagination ul li.pagination-no-num span {
    background: #eee;
    border: 1px solid #ddd;
    color: #ccc;
}

.cms-pagination ul li.pagination-sp {
    display: table;
}

.cms-pagination ul li a,
.cms-pagination ul li span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    border: 1px solid #999;
    background: #fff;
}

.cms-pagination ul li a:before,
.cms-pagination ul li span:before {
    position: absolute;
    display: block;
    content: '';
    width: 96%;
    height: 2px;
    background: #ccc;
    bottom: -3px;
    left: 2%;
}

.cms-pagination ul li span {
    background: #555;
    border: 1px solid #555;
    color: #fff;
}

.pagination-txt {
    clear: both;
    text-align: center;
    margin-bottom: 40px;
}

.pagination-txt span {
    color: #999;
}

@media print,screen and (min-width: 1024px) {
    .cms-pagination ul li {
        width: 40px;
        height: 44px;
        margin: 0 3px;
        display: table;
    }
    .cms-pagination ul li a {
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li a:hover {
        background: #ccc;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .cms-pagination ul li.pagination-no-num {
        width: 60px;
    }

    .pagination-txt {
        margin-bottom: 60px;
    }
} */
/* ===============================
	page top
 =============================== */
.page-top {
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
.page-top p {
	margin: 0 ;
	padding: 0 ;
	position: fixed ;
	right: 30px ;
	bottom: 20px ;
}
.move-page-top {
	display: block ;
	background:rgba(0,0,0,0.5);
	width: 50px ;
	height: 50px ;
	cursor: pointer ;
	color: #fff ;
	line-height: 48px ;
	font-size: 24px;
	text-decoration: none ;
	text-align: center ;
	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}
.move-page-top:hover {
	background:rgba(0,0,0,0.3);
}
@media screen and (max-width:599px) {
	.page-top p {
		right: 15px ;
		bottom: 80px ;
	}
}
/* ===============================
	utility
 =============================== */
 .w100 {
  width: 100% !important;
}
.align_center {
  text-align: center !important;
}
.align_left {
  text-align: left !important;
}
.align_right {
  text-align: right !important;
}

h2#pagetitle {
  font-size: 1.5rem;
  font-weight: 700;
}
h2#pagetitle span {
  display: block;
  font-size: 1.2rem;
}
.shadow {
  box-shadow: 4px 4px 13px -2px rgba(0,20,13,0.07);
}
.btn-normal {
  width: 180px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.btn-normal.nolink,
.btn-normal a {
  padding: 15px;
  color: #fff;
  display: block;
  background-color: #000;
  position: relative;
}
.btn-normal.nolink {
  display: inline-block;
  color: #525252;
}
.btn-normal a:hover {
  background-color: #FFD600;
  transition: 0.3s;
  color: #000;
}
.btn-pre a::before,
.btn-next a::after {
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform : translateY(-50%);
  transform : translateY(-50%);
}
.btn-pre a::before {
  content: '<';
  left: 20px;
}
.btn-next a::after {
  content: '>';
  right: 20px;
}
.btn-gmap {
  width: 270px;
  text-align: center;
  display: block;
  margin: 20px auto 0;
  position: relative;
}
.btn-gmap a {
  display: block;
  padding: 10px;
  border: 2px solid #555;
  border-radius: 30px;
  font-weight: 700;
}
.btn-gmap a::after {
  content: '';
  background: url(../imgs/common/icon_tab.svg) no-repeat;
  background-size: cover;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
}
.new_icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 1.0rem;
  font-family: Arial, Helvetica, "sans-serif";
  background-color: #ed1c24;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.pdf::after,
.tab::after {
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  vertical-align: text-top;
  margin-left: 10px;
}
.pdf::after {
  background: url(../imgs/common/icon_pdf.svg) no-repeat;
}
.tab::after {
  background: url(../imgs/common/icon_tab.svg) no-repeat;
}

.horizon {/* 水平並びリスト 親　*/
  letter-spacing: -1rem;
  list-style: none;
}
.horizon > li,
.horizon > dt,
.horizon > dd,
.horizon_child {/* 水平並びリスト 子 */
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.caption { /* テキストサイズ注釈 */
	font-size: 0.88em;
	line-height: 1.4em;
}

/* margin */
.pcmat {margin: auto;}
/* ----- TOP ----- */
.pcmt5 {margin-top: 5px !important;}
.pcmt10 {margin-top: 10px !important;}
.pcmt15 {margin-top: 15px !important;}
.pcmt20 {margin-top: 20px !important;}
.pcmt25 {margin-top: 25px !important;}
.pcmt30 {margin-top: 30px !important;}
.pcmt35 {margin-top: 35px !important;}
.pcmt40 {margin-top: 40px !important;}
.pcmt45 {margin-top: 45px !important;}
.pcmt50 {margin-top: 50px !important;}
.pcmt55 {margin-top: 55px !important;}
.pcmt60 {margin-top: 60px !important;}
.pcmt65 {margin-top: 65px !important;}
.pcmt70 {margin-top: 70px !important;}
.pcmt75 {margin-top: 75px !important;}
.pcmt80 {margin-top: 80px!important;}
.pcmt85 {margin-top: 85px !important;}
.pcmt90 {margin-top: 90px !important;}
.pcmt95 {margin-top: 95px !important;}
.pcmt100 {margin-top: 100px !important;}
.pcmt105 {margin-top: 105px !important;}
.pcmt110 {margin-top: 110px !important;}
.pcmt115 {margin-top: 115px !important;}
.pcmt120 {margin-top: 120px !important;}
.pcmt125 {margin-top: 125px !important;}
.pcmt130 {margin-top: 130px !important;}
.pcmt135 {margin-top: 135px !important;}
.pcmt140 {margin-top: 140px !important;}
/* -----BOTTOM ----- */
.pcmb5 {margin-bottom: 5px !important;}
.pcmb10 {margin-bottom: 10px !important;}
.pcmb15 {margin-bottom: 15px !important;}
.pcmb20 {margin-bottom: 20px !important;}
.pcmb25 {margin-bottom: 25px !important;}
.pcmb30 {margin-bottom: 30px !important;}
.pcmb35 {margin-bottom: 35px !important;}
.pcmb40 {margin-bottom: 40px !important;}
.pcmb45 {margin-bottom: 45px !important;}
.pcmb50 {margin-bottom: 50px !important;}
.pcmb55 {margin-bottom: 55px !important;}
.pcmb60 {margin-bottom: 60px !important;}
.pcmb65 {margin-bottom: 65px !important;}
.pcmb70 {margin-bottom: 70px !important;}
.pcmb75 {margin-bottom: 75px !important;}
.pcmb80 {margin-bottom: 80px !important;}
.pcmb85 {margin-bottom: 85px !important;}
.pcmb90 {margin-bottom: 90px !important;}
.pcmb95 {margin-bottom: 95px !important;}
.pcmb100 {margin-bottom: 100px !important;}
.pcmb105 {margin-bottom: 105px !important;}
.pcmb110 {margin-bottom: 110px !important;}
.pcmb115 {margin-bottom: 115px !important;}
.pcmb120 {margin-bottom: 120px !important;}
.pcmb125 {margin-bottom: 125px !important;}
.pcmb130 {margin-bottom: 130px !important;}
.pcmb135 {margin-bottom: 135px !important;}
.pcmb140 {margin-bottom: 140px !important;}
/* ----- LEFT ----- */
.pcml5 {margin-left: 5px !important;}
.pcml10 {margin-left: 10px !important;}
.pcml15 {margin-left: 15px !important;}
.pcml20 {margin-left: 20px !important;}
.pcml25 {margin-left: 25px !important;}
.pcml30 {margin-left: 30px !important;}
.pcml35 {margin-left: 35px !important;}
.pcml40 {margin-left: 40px !important;}
.pcml45 {margin-left: 45px !important;}
.pcml50 {margin-left: 50px !important;}
/* ----- RIGHT ----- */
.pcmr5 {margin-right: 5px !important;}
.pcmr10 {margin-right: 10px !important;}
.pcmr15 {margin-right: 15px !important;}
.pcmr20 {margin-right: 20px !important;}
.pcmr25 {margin-right: 25px !important;}
.pcmr30 {margin-right: 30px !important;}
.pcmr35 {margin-right: 35px !important;}
.pcmr40 {margin-right: 40px !important;}
.pcmr45 {margin-left: 45px !important;}
.pcmr50 {margin-left: 50px !important;}
@media screen and (max-width: 767px) {
  .spmat {margin: auto;}
  /* ----- TOP ----- */
	.spmt0 {margin-top: 0 !important;}
  .spmt5 {margin-top: 5px !important;}
  .spmt10 {margin-top: 10px !important;}
  .spmt15 {margin-top: 15px !important;}
  .spmt20 {margin-top: 20px !important;}
  .spmt25 {margin-top: 25px !important;}
  .spmt30 {margin-top: 30px !important;}
  .spmt35 {margin-top: 35px !important;}
  .spmt40 {margin-top: 40px !important;}
  .spmt45 {margin-top: 45px !important;}
  .spmt50 {margin-top: 50px !important;}
  .spmt55 {margin-top: 55px !important;}
  .spmt60 {margin-top: 60px !important;}
  .spmt65 {margin-top: 65px !important;}
  .spmt70 {margin-top: 70px !important;}
  .spmt75 {margin-top: 75px !important;}
  .spmt80 {margin-top: 80px!important;}
  .spmt85 {margin-top: 85px !important;}
  .spmt90 {margin-top: 90px !important;}
  .spmt95 {margin-top: 95px !important;}
  .spmt100 {margin-top: 100px !important;}
  .spmt105 {margin-top: 105px !important;}
  .spmt110 {margin-top: 110px !important;}
  .spmt115 {margin-top: 115px !important;}
  .spmt120 {margin-top: 120px !important;}
  .spmt125 {margin-top: 125px !important;}
  .spmt130 {margin-top: 130px !important;}
  .spmt135 {margin-top: 135px !important;}
  .spmt140 {margin-top: 140px !important;}
  /* -----BOTTOM ----- */
	.spmb0 {margin-bottom: 0 !important;}
  .spmb5 {margin-bottom: 5px !important;}
  .spmb10 {margin-bottom: 10px !important;}
  .spmb15 {margin-bottom: 15px !important;}
  .spmb20 {margin-bottom: 20px !important;}
  .spmb25 {margin-bottom: 25px !important;}
  .spmb30 {margin-bottom: 30px !important;}
  .spmb35 {margin-bottom: 35px !important;}
  .spmb40 {margin-bottom: 40px !important;}
  .spmb45 {margin-bottom: 45px !important;}
  .spmb50 {margin-bottom: 50px !important;}
  .spmb55 {margin-bottom: 55px !important;}
  .spmb60 {margin-bottom: 60px !important;}
  .spmb65 {margin-bottom: 65px !important;}
  .spmb70 {margin-bottom: 70px !important;}
  .spmb75 {margin-bottom: 75px !important;}
  .spmb80 {margin-bottom: 80px !important;}
  .spmb85 {margin-bottom: 85px !important;}
  .spmb90 {margin-bottom: 90px !important;}
  .spmb95 {margin-bottom: 95px !important;}
  .spmb100 {margin-bottom: 100px !important;}
  .spmb105 {margin-bottom: 105px !important;}
  .spmb110 {margin-bottom: 110px !important;}
  .spmb115 {margin-bottom: 115px !important;}
  .spmb120 {margin-bottom: 120px !important;}
  .spmb125 {margin-bottom: 125px !important;}
  .spmb130 {margin-bottom: 130px !important;}
  .spmb135 {margin-bottom: 135px !important;}
  .spmb140 {margin-bottom: 140px !important;}
  /* ----- LEFT ----- */
	.spml0 {margin-left: 0 !important;}
  .spml5 {margin-left: 5px !important;}
  .spml10 {margin-left: 10px !important;}
  .spml15 {margin-left: 15px !important;}
  .spml20 {margin-left: 20px !important;}
  .spml25 {margin-left: 25px !important;}
  .spml30 {margin-left: 30px !important;}
  .spml35 {margin-left: 35px !important;}
  .spml40 {margin-left: 40px !important;}
  .spml45 {margin-left: 45px !important;}
  .spml50 {margin-left: 50px !important;}
  /* ----- RIGHT ----- */
	.spmr0 {margin-right: 0 !important;}
  .spmr5 {margin-right: 5px !important;}
  .spmr10 {margin-right: 10px !important;}
  .spmr15 {margin-right: 15px !important;}
  .spmr20 {margin-right: 20px !important;}
  .spmr25 {margin-right: 25px !important;}
  .spmr30 {margin-right: 30px !important;}
  .spmr35 {margin-right: 35px !important;}
  .spmr40 {margin-right: 40px !important;}
  .spmr45 {margin-left: 45px !important;}
  .spmr50 {margin-left: 50px !important;}
}
@media screen and (max-width: 767px) {
  .btn-normal {
    width: 30%;
  }
  #postNav {
/*     text-align: center; */
    margin-bottom: 30px;
  }
  #postNav li:nth-of-type(2) {
    margin: 0 1.5%;
  }
  .btn-normal.nolink, .btn-normal a {
    padding: 7px;
  }
}


/* ===============================
	clearfix
 =============================== */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* メディアクエリサンプル */
/* ===============================
	device setting
 =============================== */
@media screen and (min-width: 1281px) {
  // 画面幅が1281px以上（PC専用スタイル）
}
@media screen and (max-width: 1280px) {
  // 画面幅が1280px以下（タブレット・スマホ共通スタイル）
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  // 画面幅が768px～1280px（タブレット専用スタイル）
}
@media screen and (max-width: 767px) {
  // 画面幅が767px以下（スマートフォン専用スタイル）
}
@media screen and (max-width: 414px) {
  // 画面幅が414px以下（スマートフォン縦向き専用スタイル）
}

/* 印刷用スタイル */
/* ===============================
	print setting
 =============================== */
@media print {
	.printNl {
		page-break-before: always;
	}
}