@charset "utf-8";
/* 全体・共通
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;600&display=swap');
body {
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  position: relative;
  font-weight: 400;
}
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
table {
  color: #6F6B6A;
}
a {
  transition: 0.5s;
}
a:hover {
  opacity: 0.5;
}
li {
  list-style: none;
}
footer a {
}
/*!
 * ress.css ? v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}
*, ::before, ::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}
::before, ::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden], template {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}
a:active, a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code, kbd, pre, samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
b, strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}
dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}
/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}
/* https://gist.github.com/unruthless/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
/* Apply cursor pointer to button elements */
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto; /* Firefox 36+ */
}
[type="search"] {
  -webkit-appearance: textfield; /* Safari 8+ */
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button, input, optgroup, select, textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button, html [type="button"], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */ [type="reset"], [type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
button, select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Remove the default button styling in all browsers */
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}
audio, canvas, progress, video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden ~ ="screen"] {
    display: inherit;
  }
  [hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}
/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */ ::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
.cf:before, .cf:after {
  content: "";
  display: block;
  overflow: hidden;
}
.cf:after {
  clear: both;
}

.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-top: 20px;
    margin-bottom: 20px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.heitai {
  transform: scale(1.5, 1);
}

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -240%;
    width: 100%;
    height: 100vh;/*ナビの高さ*/
    /*動き*/
    transition: all 0.7s;
    padding-bottom: 28%;
    box-sizing: border-box;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    top:0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
/* # =================================================================
   # ライトボックス
   # ================================================================= */
body:after {
  content: url(images/close.png) url(images/loading.gif) url(images/prev.png) url(images/next.png);
  display: none;
}
body.lb-disable-scrolling {
  overflow: hidden;
}
.lightboxOverlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
	display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #fff;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}







/**************************************************ここからPC**************************************************/
@media screen and (min-width: 1021px) {
  /*========= PC ボタンのためのCSS ===============*/
#g-nav{
    background: #fff;
}
.openbtn{
    position: fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 120px;
    height: 120px;
    background-color: #800000;
    color: #fff;
    border-bottom-left-radius: 40px;
}
.openbtn p {
    margin-top: 60px;
    text-align: center;
}
	
/*×に変化*/	
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 36px;
	height: 3px;
	border-radius: 2px;
	background-color: #fff;
	width: 42px;
  }
.openbtn span:nth-of-type(1) {
	top:32px;	
}
.openbtn span:nth-of-type(2) {
	top:44px;
}
.openbtn span:nth-of-type(3) {
	top:55px;
}
.openbtn.active span:nth-of-type(1) {
    top:32px;
    right: 36px;
    transform: translateY(6px) rotate(-45deg);
    width: 42px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top:44px;
    right: 36px;
    transform: translateY(-6px) rotate(45deg);
    width: 42px;
}

/*========= PC アルファベットのためのCSS ===============*/
#g-nav{
    background-image: url(images/alphabet.png);
    background-size: 65px auto;
    background-position: right center;
    background-repeat: no-repeat;
}

/*========= PC ヘッダーのためのCSS ===============*/
#g-nav-list .header {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 26px;
    transition: 0.5s;
    top: 18px;
    left: 30px;
    position: absolute;
  }
#g-nav-list .header:hover {
  opacity: 0.3;
}
#g-nav-list .header a {
    color: #800000;
    text-decoration: none;
  }
#g-nav-list .header a span {
    font-size: 13px;
    color: #4d4d4d;
    display: block;
  }
  
  /*========= PC メニューのためのCSS ===============*/
#g-nav .d_wrap{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25vh;
    padding-left: 40px;
  }
#g-nav .d_wrap ul{
    float: left;    
  }
.icon1, .icon2, .icon4, .icon5 {
    margin-bottom: 80px;
  }
.icon1, .icon2,.icon3, .icon4, .icon5 {
    font-size: 30px;
    line-height: 56px;
  }
#g-nav .d_wrap ul li a{
    float: left;
    text-decoration: none;
    color: #050505;
  }
#g-nav .icon1 {
    background-image: url(images/icon_n01.png);
    background-size: 30px auto;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon2 {
    background-image: url(images/icon_n02.png);
    background-size: 35px auto;
    background-position: 7px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon3 {
    background-image: url(images/icon_n03.png);
    background-size: 41px auto;
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon4 {
    background-image: url(images/icon_n04.png);
    background-size: 31px auto;
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 44px;
    margin-left: 200px;
  }
#g-nav .icon5 {
    background-image: url(images/icon_n05.png);
    background-size: 21px auto;
    background-position: 7px center;
    background-repeat: no-repeat;
    padding-left: 44px;
    margin-left: 200px;
  }
#g-nav .ac_btn_d {
    width: 290px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #800000;
    display: block;
    color: #050505;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/icon01.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 40px;
    font-size: 16px;
    margin-left: 200px;
}

  /*========= PCフッターのためのCSS ===============*/
#g-nav .footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-image: url(images/fotter_bg.png);
    background-position: right bottom;
    background-size: 700px auto;
}

#g-nav .footer #f_nav3 {
    background-position: left bottom;
}
#g-nav .footer #f_nav3 ul {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 130px;
}
#g-nav .footer #f_nav3 ul li {
    float: right;
    background-image: url(images/icon02.png);
    background-size: 16px auto;
    background-position: left center;
    padding-left: 25px;
    margin-left: 40px;
}
#g-nav .footer #f_nav3 a {
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
    color: #050505;
}
#g-nav .footer .d_copy{
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.pc {}
.no_pc {
    display: none;
  }
body {
    font-size: 16px;
    line-height: 30px;
    color: #050505;
    background-color: #f2f2f2;
  }
.kakudai_btn {
    width: 260px;
    height: 56px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    background-color: #800000;
    border-radius: 28px;
    margin-top: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
  }
#top {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }
#underlayer {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }
.wrap990 {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
  }
.pagetop {
    position: fixed;
    bottom: 125px;
    right: 20px;
}
.underlayer_h2{
    width: 100%;
    height: 86px;
    color: #fff;
    line-height: 86px;
    font-size: 26px;
    font-weight: normal;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #800000;
    text-align: center;
    margin-top: 0px;
}

#breadcrumb {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    text-decoration: none;
    color: #050505;
}

.number1,.number2,.number3,.number4,.number5 {
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 30px;
    padding-left: 65px;
    margin-top: 80px;
    padding-top: 10px;
    margin-bottom: 0px;
    min-height: 43px;
}
.number1 {
    background-image: url(images/su_01.png);
    background-size: 41px auto;
}
.number2 {
    background-image: url(images/su_02.png);
    background-size: 50px auto;
}
.number3 {
    background-image: url(images/su_03.png);
    background-size: 51px auto;
}
.number4 {
    background-image: url(images/su_04.png);
    background-size: 56px auto;
}
.number5 {
    background-image: url(images/su_05.png);
    background-size: 51px auto;
}
.yaji {
    width: 17px;
}
.su01 {
    width: 16px;
    vertical-align: middle;
}
.su02 {
    width: 20px;
    vertical-align: middle;
}
.su03 {
    width: 21px;
    vertical-align: middle;
}
.su04 {
    width: 22px;
    vertical-align: middle;
}
/**************************************************PC header**************************************************/
header {
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-size: 36px;
    background-color: #fff;
    padding-bottom: 10px;
  }
header .h_wrap {
   width: 990px;
    margin-left: auto;
    margin-right: auto;
   }
header h1 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 24px;
    line-height: 26px;
    transition: 0.5s;
    top: 18px;
    left: 30px;
    position: absolute;
  }
header h1:hover {
  opacity: 0.3;
}
header h1 a {
    color: #800000;
    text-decoration: none;
  }
header h1 a span {
    font-size: 13px;
    color: #4d4d4d;
    display: block;
  }
header .ac_btn {
    width: 290px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #800000;
    display: block;
    float: right;
    color: #050505;
    font-weight: bold;
    margin-top: 10px;
    text-decoration: none;
    background-image: url(images/icon01.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 40px;
}

  /**************************************************PC nav**************************************************/
#nav {
    width: 100%;
    background-color: #fff;
}
#nav ul {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 65px;
}
#nav ul li {
    float: left;
    background-image: url(images/nav_line.png);
    background-repeat: no-repeat;
    background-position: right top;
}
#nav ul li a {
    text-align: center;
    font-size: 14px;
    color: #050505;
    text-decoration: none;
    display: block;
    width: 196px;
    height: 56px;
 }
#nav ul .no_line {
    border-right-style: none;
}
#nav .icon01,.icon02,.icon03,.icon04,.icon05 {
    background-position: center top;
    padding-top: 35px;
}
#nav .icon01 {
    background-image: url(images/icon_n01.png);
    background-size: 30px auto;
}
#nav .icon02 {
    background-image: url(images/icon_n02.png);
    background-size: 35px auto;
}
#nav .icon03 {
    background-image: url(images/icon_n03.png);
    background-size: 41px auto;
}
#nav .icon04 {
    background-image: url(images/icon_n04.png);
    background-size: 31px auto;
}
#nav .icon05 {
    background-image: url(images/icon_n05.png);
    background-size: 21px auto;
}


  /**************************************************PC footer**************************************************/
  footer {
    
  }
#footer .ac_btn {
    width: 290px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #800000;
    display: block;
    color: #050505;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/icon01.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 40px;
    background-color: #fff;
}
#footer .f_logo {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 26px;
    transition: 0.5s;
    color: #800000;
    float: left;
    margin-top: 120px;
  }
#footer .f_wrap {
    padding-bottom: 40px;
    width: 990px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}
#footer .f_logo span {
    font-size: 13px;
    color: #4d4d4d;
    display: block;
  }
#footer .f_wrap .cf ul {
    width: 625px;
    float: right;
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
}
#footer .f_wrap .cf ul li {
    width: 197px;
    float: left;
}
#footer .f_wrap .cf ul .m35 {
    margin-left: 35px;
}
#footer #f_nav1 {
    background-image: url(images/fotter_bg.png);
    background-size: 700px auto;
    background-position: left bottom;
    height: 70px;
    background-color: #fff;
}
#footer #f_nav1 ul {
    width: 990px;
    margin-right: auto;
    margin-left: auto;
}
#f_nav1 ul li {
    float: right;
    background-image: url(images/icon02.png);
    background-size: 16px auto;
    background-position: left center;
    padding-left: 25px;
    line-height: 70px;
    margin-left: 40px;
}
#f_nav1 a {
    font-size: 15px;
    line-height: normal;
    text-decoration: none;
    color: #050505;
}
#footer #f_nav2 {
    height: 96px;
    background-color: #800000;
}
#footer #f_nav2 ul {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
}
#footer #f_nav2 li {
    width: 198px;
    border-right: 1px solid #fff;
    float: left;
    text-align: center;
    height: 16px;
    line-height: 16px;
    margin-top: 42px;
}
#footer #f_nav2 li a {
    color: #fff;
    text-decoration: none;
}
#footer .copy {
    border-top: 1px solid #fff;
    background-color: #800000;
    line-height: 28px;
    font-size: 12px;
    height: 28px;
    text-align: center;
    color: #fff;
 }
#footer li a img {
    border: 1px solid #000;
}
a.footer_banner_group {
    background-color: #fff;
    display: flex;
    height: 85px;
    width: 198px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    color: #3e3e3e;
    border: #3e3e3e solid 1px;
    font-weight: 700;
    box-sizing: border-box;
}





/**************************************************PC トップページ メイン画像**************************************************/
#toppage #main_img {
    background-image: url(images/top/main_img.jpg);
    height: 625px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 0%;
    overflow: hidden;
    position: relative;
    background-size: 1339px auto;
  }
#toppage #main_img p {
    font-size: 40px;
    line-height: 50px;
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin-top: 400px;
  }
  /**************************************************PC トップページ ナビ**************************************************/
#t_nav  {
    background-color: #fff;
    bottom: 0px;
    width: 100%;
    background-color: rgba(255,255,255,.7);
    color: #fff;
    position: absolute;
    }
    
#t_nav ul {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    }
#t_nav ul li {
    float: left;
    background-image: url(images/line.png);
    background-repeat: no-repeat;
    background-position: right center;
}
 #t_nav ul li a {
    text-align: center;
    font-size: 14px;
    color: #050505;
    text-decoration: none;
    display: block;
    width: 196px;
    height: 80px;
 }
#t_nav ul .no_line {
    border-right-style: none;
}
#t_nav .t_icon01,.t_icon02,.t_icon03,.t_icon04,.t_icon05 {
    background-position: center 15px;
    padding-top: 45px;
}
#t_nav .t_icon01 {
    background-image: url(images/icon_n01.png);
    background-size: 30px auto;
    border-bottom: 2px solid #800000;
}
 #t_nav .t_icon02 {
    background-image: url(images/icon_n02.png);
    background-size: 35px auto;
}
 #t_nav .t_icon03 {
    background-image: url(images/icon_n03.png);
    background-size: 41px auto;
}
 #t_nav .t_icon04 {
    background-image: url(images/icon_n04.png);
    background-size: 31px auto;
}
 #t_nav .t_icon05 {
    background-image: url(images/icon_n05.png);
    background-size: 21px auto;
}

  /**************************************************PC トップページ news**************************************************/
#toppage  #top h2 {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 40px;
    font-weight: normal;
    display: inline-block;
    color: #800000;
}
#toppage #top h2 span {
    font-size: 30px;
    color: #050505;
}
#toppage #top .block01 h2 {
    background-image: url(images/icon_n02.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    padding-right: 55px;
}
#toppage #top .block01 ul {
    border-top: 2px solid #800000;
    margin-bottom: 40px;
}
#toppage #top .block01 ul li {
    border-bottom: 1px solid #8e8e8e;
}
#toppage #top .block01 ul li a {
    height: 56px;
    width: 100%;
    color: #050505;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    padding-top: 0px;
    line-height: 56px;
    transition: 0.5s;
}
#toppage #top .block01 ul li a:hover {
    background-color: #f3f3f3;
    
}
#toppage #top .block01 ul li a span {
    background-color: #800000;
    width: 90px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}
#toppage #top .block01 ul li a {
  transition: 0.5s;
}
#toppage #top .block01 ul li a:hover {
    opacity: 1;
}
#toppage .news_btn {
    display: block;
    width: 290px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #800000;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
#toppage #top .block01 ul li a p{
    display: inline-block;
}

#toppage #top .block02 {
margin-top: 100px;
}
#toppage #top .block02 h2 {
    background-image: url(images/icon_n06.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    padding-right: 55px;
}

#toppage #top .block03 {
    margin-top: 100px;
    }
#toppage #top .block03 h2 {
    background-image: url(images/icon_n05.png);
    background-position: right 75%;
    background-repeat: no-repeat;
    background-size: 28px auto;
    padding-right: 55px;
}
#toppage #top .block03 ul li .title {
    width: 180px;
    height: 54px;
    padding-left: 40px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
}
#toppage #top .block03 ul li .txt {
    width: 718px;
    height: 54px;
    padding-left: 80px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
}
#toppage #top .block03 ul li .line {
    border-top: 2px solid #800000;
}



 /**************************************************PC ニュース一覧 ナビ**************************************************/
#news_list .active {
    /*border-bottom: 2px solid #800000;*/
    padding-bottom: 7px;
    background-image: url(images/active.png);
    background-position: 194px bottom;
}

  /**************************************************PC ニュース一覧**************************************************/
#news_list .underlayer_h2 {
    width: 100%;
    height: 86px;
    color: #fff;
    line-height: 86px;
    font-size: 26px;
    font-weight: normal;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #800000;
    text-align: center;
    margin-top: 0px;
}
#news_list h2 {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 40px;
    font-weight: normal;
    display: inline-block;
    color: #800000;
}
#news_list h2 span {
    font-size: 30px;
    color: #050505;
}
#news_list .block01 {
    width: 730px;
    float: left;
}
#news_list .block01 h2 {
    background-image: url(images/icon_n02.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 35px auto;
    padding-right: 55px;
}
#news_list .block01 ul {
    border-top: 2px solid #800000;
    margin-bottom: 40px;
}
#news_list .block01 ul li {
    border-bottom: 1px solid #8e8e8e;
}
#news_list .block01 ul li a {
    height: 56px;
    width: 100%;
    color: #050505;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    padding-top: 0px;
    line-height: 56px;
    transition: 0.5s;
}
#news_list .block01 ul li a:hover {
    background-color: #f3f3f3;
    
}
#news_list .block01 ul li a span {
    background-color: #800000;
    width: 90px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
}
#news_list .block01 ul li a {
  transition: 0.5s;
}
#news_list .block01 ul li a:hover {
    opacity: 1;
}
#news_list .block01 ul li a p{
    display: inline-block;
}

#news_list #pager {
    text-align: center;
    margin-top: 80px;
}
#news_list #pager a {
    width: 34px;
    height: 34px;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    line-height: 34px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #050505;
}
#news_list #pager .activ {
    background-color: #800000;
    color: #fff;
}


#news_list .block02 {
    width: 150px;
    float: right;
    margin-top: 5px;
}


#news_list .accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
    color: #464646;
}
#news_list .accordion-title {
    color: #464646;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 400;
}
#news_list .accordion-content {
    display: none;
    text-align: right;
    border-left: 1px solid #800000;
}
#news_list .accordion-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing:1px;
}
/* タイトルの背景色 */
#news_list .accordion-item:nth-of-type(1) .accordion-title {
  background-color: #fff;
}
/* コンテンツボックスの枠線 */
#news_list .accordion-item:nth-of-type(1) .accordion-content {
  border-left: 1px solid #800000;
}
/* 矢印 */
#news_list .accordion-title {
  position: relative;
}
#news_list .accordion-title::after {
  border-right: solid 1px #282828;
  border-top: solid 1px #282828;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 60px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
#news_list .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

 /**************************************************PC ニュース ナビ**************************************************/
#news .active {
    /*border-bottom: 2px solid #800000;*/
    padding-bottom: 7px;
    background-image: url(images/active.png);
    background-position: 194px bottom;
}

  /**************************************************PC ニュース**************************************************/

#news .underlayer_h2 {
    width: 100%;
    height: 86px;
    color: #fff;
    line-height: 86px;
    font-size: 26px;
    font-weight: normal;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #800000;
    text-align: center;
    margin-top: 0px;
}

#news #underlayer3 {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-right: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
  }  
#news h2 {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 40px;
    font-weight: normal;
    display: inline-block;
    color: #800000;
}
#news h2 span {
    font-size: 30px;
    color: #050505;
}
#news .block01 {
    width: 730px;
    float: left;
}
#news .block01 h3 {
    height: fit-content;
    border-top: 2px solid #800000;
    border-bottom: 2px solid #800000;
    font-weight: normal;
    font-size: 26px;
    line-height: 58px;
    text-align: center;
    margin-top: 40px;
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
}
#news .block01 p{
    margin-top: 20px;
}
#news #date {
    text-align: right;
}
#news #pager {
    text-align: center;
    margin-top: 80px;
    position: relative;
    height: 46px;
}
#news #pager a{
    cursor: pointer;
}
#news #pager .back {
    width: 150px;
    height: 44px;
    border: 1px solid #3b3b3b;
    border-radius: 6px;
    display: block;
    line-height: 42px;
    position: absolute;
    left: 0px;
    top: 0px;
}
#news #pager span {
    opacity: 0.5;
}
#news #pager .next {
    width: 150px;
    height: 44px;
    border: 1px solid #3b3b3b;
    border-radius: 6px;
    display: block;
    line-height: 42px;
    position: absolute;
    top: 0px;
    right: 0px;
}
#news #pager a {
    width: 34px;
    height: 34px;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    line-height: 34px;
    text-decoration: none;
    color: #050505;
}
#news #pager .news_btn {
    display: block;
    width: 230px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #800000;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
#news .block02 {
    width: 150px;
    float: right;
    margin-top: 25px;
}
#news .accordion {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100%;
    color: #464646;
}
#news .accordion-title {
    color: #464646;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    font-weight: 400;
}
#news .padding0 {
    padding-top: 0px;
}
#news .accordion-content {
    display: none;
    text-align: right;
    border-left: 1px solid #800000;
}
#news .accordion-content p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing:1px;
}
/* タイトルの背景色 */
#news .accordion-item:nth-of-type(1) .accordion-title {
  background-color: #fff;
}
/* コンテンツボックスの枠線 */
#news .accordion-item:nth-of-type(1) .accordion-content {
  border-left: 1px solid #800000;
}
/* 矢印 */
#news .accordion-title {
  position: relative;
}
#news .accordion-title::after {
  border-right: solid 1px #282828;
  border-top: solid 1px #282828;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 60px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
#news .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}

 /**************************************************PC 施設情報**************************************************/
#outline .active {
    /*border-bottom: 2px solid #800000;*/
    padding-bottom: 7px;
    background-image: url(images/active.png);
    background-position: 390px bottom;
}
#outline #underlayer2 p {
    margin-top: 20px;
}

#outline #underlayer2 {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
  }
#outline #underlayer2 .wrap {
    margin-left: 40px;
    margin-right: 40px;
    overflow: hidden;
 } 
#outline #p_link{

}
#outline #p_link .p_link1,.p_link2,.p_link3{
    width: 264px;
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
} 
#outline #p_link .p_link1 {
    float: left;
    margin-right: 60px;
} 
#outline #p_link .p_link2 {
    float: left;
} 
#outline #p_link .p_link3 {
    float: right;
}
#outline .block1 h4 {
    margin-top: 40px;
    font-size: 30px;
    line-height: 34px;
    padding-left: 35px;
    background-image: url(images/outline/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-weight: normal;
}
#outline .top80 {
    margin-top: 80px;
}
#outline .block1 ul {
    margin-top: 20px;
}
#outline .block1 ul li .title {
    width: 180px;
    height: 54px;
    padding-left: 40px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
    color: #800000;
}
#outline .block1 ul li .line {
    border-top: 2px solid #800000;
}
#outline .block1 ul li .txt {
    width: 718px;
    height: 54px;
    padding-left: 80px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
}
#outline .block2 {
    padding-top: 20px;

}
#outline .block2 h4 {
    margin-top: 40px;
    font-size: 30px;
}
#outline .block2 .box1 h5 {
    color: #800000;
    font-variant: normal;
    font-size: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#outline .block2 .txt1 {
    color: #800000;
    margin-top: 40px;
    font-weight: bold;
}
#outline .block2 .box1,.box2 {
    margin:0 0 10px;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}

#outline .block2 .box1 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 80px;
 }
#outline .block2 box1 li {
    list-style: none;
    
    }
#outline .block2 .box1 .left {
    width: 410px;
    float: left;
    margin-top: 40px;
}
#outline .block2 .box1 .right {
    width: 410px;
    float: left;
    margin-left: 90px;
    margin-top: 40px;
}
#outline .block2 .box2 h5 {
    color: #800000;
    font-variant: normal;
    font-size: 17px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#outline .block2 .box2 {
    width: 100%;
 }
#outline .block2 .box2 li {
    list-style: none;
    }
#outline .block2 .box2 .left,.right {
    margin-top: 40px;
    width: 218px;
    float: right;
}
#outline .block2 .box2 .left {
    margin-right: 12px;
}
#outline .block2 .box2 .txt2{
    height: 20px;
    display: block;
    border-left: 3px solid #800000;
    line-height: 20px;
    padding-left: 6px;
    margin-bottom: 8px;
}
#outline .block2 .box2 .space{
    height: 20px;
    display: block;
    line-height: 20px;
    margin-bottom: 8px;
}
#outline .block2 .box2 img{
     width: 100%
}
#outline .block3 {
    padding-top: 20px;

}
#outline .block3 {
    margin-left: 40px;
    margin-right: 40px;
}
#outline .block3 ul {
    margin-top: 40px;
}
#outline .block3 a {
    color: #003399;
}

  /**************************************************PC 施設見学**************************************************/
#visit .active {
    padding-bottom: 7px;
    background-image: url(images/active.png);
    background-position: 586px bottom;
}
#visit #underlayer2 p {
    margin-top: 20px;
}
#visit #underlayer2 h1 a{
    color: #800000;
}
#visit #underlayer2 {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
    font-weight: bold;
  }
#visit #underlayer2 .wrap {
    margin-left: 40px;
    margin-right: 40px;
 }
#visit #p_link .p_link1 {
    width: 264px;
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
} 
#visit #p_link .p_link2 {
    width: 264px;
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
}
	#visit #p_link .p_link3 {
    width: 264px;
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
}
#visit #p_link .p_link1 {
    float: left;
    margin-right: 60px;
} 
#visit #p_link .p_link2 {
    float: left;
} 
#visit #p_link .p_link3 {
    float: right;
}
#visit .block1 p {
    margin-top: 20px;
}
#visit #underlayer a {
    color: #003399;
}
#visit .block1 .box1 {
    background-color: #f2f2f2;
    margin-top: 40px;
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
}
#visit .block1 ul li {
    list-style-type: disc;
    margin-left: 18px;
}
#visit ::marker{
    font-size: 70%;
}
#visit .block2 {
    padding-top: 50px;

}
#visit .block2 p {
    margin-top: 20px;
}

/**************************************************PC ごみの持ち込み・分別**************************************************/
#rubbish .active {
    /*border-bottom: 2px solid #800000;*/
    padding-bottom: 7px;
    background-image: url(images/active.png);
    background-position: 782px bottom;
}
#rubbish #underlayer2 p {
    margin-top: 20px;
}
#rubbish #underlayer2 {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
  }
#rubbish #underlayer2 .wrap {
    margin-left: 40px;
    margin-right: 40px;
 } 
#rubbish #p_link{

}
#rubbish #p_link .p_link1,.p_link2,.p_link3,.p_link4{
    width: 264px;
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
} 
#rubbish #p_link .p_link1 {
    float: left;
    margin-right: 60px;
} 
#rubbish #p_link .p_link2 {
    float: left;
} 
#rubbish #p_link .p_link3 {
    float: right;
}
#rubbish #p_link .p_link4 {
    margin-top: 20px;
    float: left;
}
#rubbish .txt1 {
    margin-top: 40px;
}
#rubbish .txt2 {
    margin-top: 40px;
    font-size: 24px;
    color: #800000;
}
#rubbish .txt3 {
    color: #ff1d25;
    font-size: 30px;
    margin-top: 40px;
}
#rubbish .txt4 {
    margin-top: 20px;
}
#rubbish .txt5 {
    margin-top: 80px;
    font-size: 24px;
    color: #800000;
    font-weight: bold
}
#rubbish .btn {
    width: 260px;
    height: 56px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-weight: bold;
    background-image: url(images/rubbish/icon.png);
    background-size: 22px auto;
    background-position: 210px center;
    background-repeat: no-repeat;
    background-color: #800000;
    border-radius: 28px;
    text-decoration: none;
    padding-right: 30px;
}
#rubbish .block1 ul {
    margin-top: 40px;
}
#rubbish .block1 ul li {
    float: left;
    margin-right: 40px;
}

#rubbish .block2 {
	padding-top: 40px;
}

#rubbish .block3 {
	padding-top: 40px;
}
#rubbish .block4 {
	padding-top: 40px;
}

#rubbish .block2 ul {
    margin-top: 40px;
}
#rubbish .block2 ul li .title {
    width: 180px;
    height: 54px;
    padding-left: 40px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
}
#rubbish .block2 ul li .line {
    border-top: 2px solid #800000;
}
#rubbish .block2 ul li .txt {
    width: 718px;
    height: 54px;
    padding-left: 80px;
    display: block;
    line-height: 54px;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
}
#rubbish .block3 p span{
    color: #ff1d25;
    font-weight: bold;
}
/*
#rubbish .block3 .box {
   margin-top: 70px;
}
*/
#rubbish .block3 .block4 .box{margin-top:0px}
#rubbish .block3 .box .left {
   width: 480px;
   float: left;
}
#rubbish .block3 .box .right {
   width: 390px;
   float: right;
}
#rubbish .block3 .box .right .txt1 {
    font-size: 24px;
    color: #800000;
    margin-top: 0px;
}
#rubbish .block3 .box .right .txt2 {
    font-size: 24px;
    color: #800000;
    margin-top: 40px;
}
#rubbish .block3 .box .left .youtube iframe {
  width: 100%;
  height: 100%;
}
#rubbish #link3 .box.cf .youtube {
    width: 480px;
    aspect-ratio: 16 / 9;
    margin-top: 0px;
    margin-bottom: 0px;
}
#rubbish #link3 .box.cf .youtube iframe {
  width: 100%;
  height: 100%;
}
#rubbish #link4  .youtube {
    margin-top: 40px;
}
#rubbish .block4 .box {
    background-color: #f2f2f2;
    padding: 40px;
    margin-top: 50px;
}
#rubbish .block4 ul li {
    list-style-type: disc; 
    margin-left: 20px;
}
#rubbish .block4 ul li::marker {
    font-size: 70%;
}

/**************************************************PC アクセス・お問い合わせ**************************************************/
#access #underlayer2 p {
    margin-top: 20px;
}
#access #underlayer2 {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
  }
#access #underlayer2 .wrap {
    margin-left: 40px;
    margin-right: 40px;
 } 
#access #p_link{

}
#access #p_link .p_link1{
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
} 
#access #p_link .p_link2{
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
} 
#access #p_link .p_link3{
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
} 
#access #p_link .p_link1 {
    float: left;
    margin-right: 60px;
    width: 450px;
} 
#access #p_link .p_link2 {
    float: left;
    width: 316px;
} 
#access #p_link .p_link3 {
    float: left;
    margin-top: 20px;
    width: 265px;
}
#access .block1 ul {
    margin-top: 40px;
}
#access ul li .title {
    padding-left: 40px;
    display: block;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#access ul li .line {
    border-top: 2px solid #800000;
}
#access .block1 ul li .title {
    width: 260px;
    color: #800000;
    font-weight: bold;
}
#access .block1 ul li .txt {
    width: 638px;
    padding-left: 80px;
    display: block;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#access .block1 p {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 40px;
}

#access .block2 {
    margin-top: 80px;
}


#access .block2 ul {
    margin-top: 40px;
}
#access .block2 ul li .title {
    width: 180px;
    color: #800000;
    font-weight: bold;
}
#access .block2 ul li .txt {
    width: 718px;
    padding-left: 80px;
    display: block;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#access .block3 {
    margin-top: 80px;
border: 0px solid #FF0000;
}

#access .block3 ul {
    margin-top: 40px;
}
#access .block3 ul li .title {
    width: 439px;
}
#access .block3 ul li .txt {
    width: 439px;
    padding-left: 80px;
    display: block;
    border-bottom: 1px solid #a0a0a0;
    float: left;
    margin-right: 6px;
    padding-top: 12px;
    padding-bottom: 12px;
}
#access #underlayer a {
    color: #003399;
}

/**************************************************PC サイトポリシー・プライバシーポリシー**************************************************/
#privacy #underlayer {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 80px;
  }
#privacy #underlayer .wrap {
    margin-left: 40px;
    margin-right: 40px;
 } 
#privacy #p_link{

}
#privacy #p_link .p_link1,.p_link2,.p_link3{
    width: 264px;
    border: 1px solid #800000;
    height: 56px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 53px;
    font-weight: bold;
    vertical-align: middle;
    padding-bottom: 3px;
} 
#privacy #p_link .p_link1 {
    float: left;
    margin-right: 60px;
} 
#privacy #p_link .p_link2 {
    float: left;
} 
#privacy #p_link .p_link3 {
    float: right;
}
#privacy h3 {
    font-size: 40px;
    line-height: 42px;
    color: #800000;
    margin-top: 80px;
    font-weight: 600;
}
#privacy .block1 h3 {
    margin-top: 40px;
}
#privacy .txt1 {
    font-size: 30px;
    line-height: 32px;
    margin-top: 40px;
}
#privacy .txt2 {
margin-top: 40px;
}
#privacy .txt3 {
margin-top: 20px;
}
#privacy .block1 ol {
    margin-top: 20px;
}
#privacy .block1 ol li {
    list-style-type: decimal;
    margin-left: 35px;
}
#privacy .block1 ol li ol {
    margin-top: 0px;
}
#privacy .block1 ol li ol li {
    list-style-type: lower-latin;
    margin-left: 35px;
}
#privacy .block1 ol li ol li ul li {
    list-style-type: disc;
    margin-left: 20px;
}
#privacy .block1 ol li ol li ul li::marker{
    font-size: 70%;
}
#privacy .block2 ul li {
    list-style-type: disc;
    margin-left: 20px;
}
#privacy .block2 ul li::marker {
    font-size: 70%;
}
#privacy .block2 ul li ol li {
    list-style-type: decimal;
    margin-left: 30px;
}
#privacy .block2 ul li ol li::marker {
    font-size: 100%;
}
#privacy #underlayer .number1,.number2,.number3,.number4,.number5 {
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 30px;
    padding-left: 65px;
    margin-top: 40px;
    padding-top: 10px;
    margin-bottom: 0px;
    min-height: 43px;
}
#privacy .block3 ul {
    margin-top: 20px;
}
#privacy .block3 ul li {
    list-style-type: disc;
    margin-left: 20px;
}
#privacy .block3 ul li::marker {
    font-size: 70%;
}
#privacy .block3 a {
    color: #003399;
}
.PC_END {}
}







/**************************************************ここからSP **************************************************/

@media screen and (max-width:1020px) {
#g-nav{
    background: #800000;
}
.openbtn{
    position: fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 56px;
    height: 56px;
    background-color: #800000;
    color: #fff;
    border-bottom-left-radius: 16px;
}
.openbtn p {
    margin-top: 28px;
    text-align: center;
    font-size: 10px;
}
/*×に変化*/	
.openbtn span{
	display: inline-block;
	transition: all .4s;
	position: absolute;
	right: 10px;
	height: 2px;
	border-radius: 2px;
	background-color: #fff;
	width: 34px;
  }
.openbtn span:nth-of-type(1) {
	top:10px;	
}
.openbtn span:nth-of-type(2) {
	top:19px;
}
.openbtn span:nth-of-type(3) {
	top:28px;
}
.openbtn.active span:nth-of-type(1) {
    top:14px;
    right: 7px;
    transform: translateY(6px) rotate(-45deg);
    width: 42px;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top:26px;
    right: 7px;
    transform: translateY(-6px) rotate(45deg);
    width: 42px;
}

/*========= sp ヘッダーのためのCSS ===============*/

#g-nav-list .header {
    margin-right: 50px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 16px;
    line-height: 20px;
    transition: 0.5s;
    top: 8px;
    left: 7%;
    position: absolute;
  }
.w_wrap {
      background-color: #fff;
  }
#g-nav-list .header:hover {
  opacity: 0.3;
}
#g-nav-list .header a {
    color: #800000;
    text-decoration: none;
  }
#g-nav-list .header a span {
    font-size: 13px;
    color: #4d4d4d;
    display: block;
  }
  
     /*========= sp メニューのためのCSS ===============*/
#g-nav .d_wrap{
    margin-left: auto;
    margin-right: auto;
    margin-top: 12vh;
    padding-left: 40px;
        background-color: #fff;
  }
#g-nav .d_wrap ul{
   
  }
.icon1, .icon2, .icon4, .icon5 {
 margin-bottom: 80px;
  }
.icon1, .icon2,.icon3, .icon4, .icon5 {
    font-size: 20px;
    line-height: 7vh;
  }
#g-nav .d_wrap ul li a{
    text-decoration: none;
    color: #050505;
  }
#g-nav .icon1 {
    background-image: url(images/icon_n01.png);
    background-size: 30px auto;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon2 {
    background-image: url(images/icon_n02.png);
    background-size: 35px auto;
    background-position: 7px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon3 {
    background-image: url(images/icon_n03.png);
    background-size: 41px auto;
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon4 {
    background-image: url(images/icon_n04.png);
    background-size: 31px auto;
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon5 {
    background-image: url(images/icon_n05.png);
    background-size: 21px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .ac_btn_d {
    width: 290px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #800000;
    display: block;
    color: #050505;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/icon01.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 40px;
    font-size: 16px;
} 
  
/*========= sp メニューのためのCSS ===============*/
#g-nav .d_wrap{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10vh;
    padding-left: 40px;
  }
#g-nav .d_wrap ul{
   
  }
.icon1, .icon2, .icon4, .icon5 {
    margin-bottom: 80px;
  }
.icon1, .icon2,.icon3, .icon4, .icon5 {
    font-size: 20px;
    line-height: 7vh;
  }
#g-nav .d_wrap ul li a{
    text-decoration: none;
    color: #050505;
  }
#g-nav .icon1 {
    background-image: url(images/icon_n01.png);
    background-size: 30px auto;
    background-position: 5px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon2 {
    background-image: url(images/icon_n02.png);
    background-size: 35px auto;
    background-position: 7px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon3 {
    background-image: url(images/icon_n03.png);
    background-size: 41px auto;
    background-position: 0px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon4 {
    background-image: url(images/icon_n04.png);
    background-size: 31px auto;
    background-position: 4px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .icon5 {
    background-image: url(images/icon_n05.png);
    background-size: 21px auto;
    background-position: 10px center;
    background-repeat: no-repeat;
    padding-left: 58px;
  }
#g-nav .ac_btn_d {
    width: 290px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #800000;
    display: block;
    color: #050505;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/icon01.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 30px center;
    padding-left: 40px;
    font-size: 16px;
}
/*========= SPフッターのためのCSS ===============*/
#g-nav .footer {
    text-align: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

#f_nav4 {
    background-color: #fff;
    text-align: center;
}
#f_nav4 ul {
    text-align: center;
}
#f_nav4 ul li {
    background-image: url(images/icon02.png);
    background-size: 16px auto;
    background-position: left center;
    padding-left: 25px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}
#f_nav4 a {
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #050505;
}

#g-nav .d_copy{
    border-top: 1px solid #fff;
    background-color: #800000;
    line-height: 28px;
    font-size: 12px;
    height: 28px;
    text-align: center;
    color: #fff;
    padding-top: 10px;
}

#g-nav .center {
    text-align: center;
}
.sp_d_footer {
    background-color: #e9e9e7;
    padding-top: 20px;
    margin-top: 0px;
}
.sp_d_footer .ac_btn {
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #800000;
    display: block;
    color: #050505;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/icon01.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 16% center;
    padding-left: 40px;
    background-color: #fff;
}
.sp_d_footer .f_wrap {
    padding-bottom: 20px;
    margin-left: 7%;
    margin-right: 7%;
}
.sp_d_footer .f_wrap .cf ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sp_d_footer .f_wrap .cf ul li {
    width: 46%;
    max-width: 350px;
    float: left;
    margin-top: 15px;
}
.sp_d_footer .f_wrap .cf ul li :nth-child(1){
    margin-top: 0px;
}
.sp_d_footer .f_wrap .cf ul li img {
    width: 100%;
    border: 1px solid #000;
}
.sp_d_footer .f_wrap .cf ul .m35 {
    margin-left: 8%;
}
#f_nav5 .no_pc li {
    background-image: url(images/icon02.png);
    background-size: 16px auto;
    background-position: left center;
    padding-left: 25px;
    line-height: 50px;
    display: inline-block;
}
#f_nav5 a {
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #050505;
}
#f_nav5 .no_pc li {
background-image: url(images/icon02.png);
    background-size: 16px auto;
    background-position: left center;
    padding-left: 25px;
    line-height: 50px;
    display: inline-block;
}
#f_nav5 .no_pc li a {
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #050505;
}
.SP {}
.no_sp {
    display: none;
  }
body {
    font-size: 15px;
    line-height: 29px;
    background-color: #f2f2f2;
  }
header h1 img {
    width: 155px;
    margin-top: 15px;
    margin-bottom: 14px;
  }
.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#breadcrumb {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 7%;
    margin-right: 7%;
    font-size: 11px;
    line-height: 14px;
}
#breadcrumb li {
    float: left;
}
#breadcrumb li a {
    text-decoration: none;
    color: #050505;
}

.kakudai_btn {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background-color: #800000;
    border-radius: 28px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    display: block;
}
a.kakudai_btn {color: #fff;}

.number1,.number2,.number3,.number4,.number5 {
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 24px;
    min-height: 33px;
    padding-left: 50px;
    margin-top: 40px;
    padding-top: 3px;
    margin-bottom: 0px;
}
.number1 {
    background-image: url(images/su_01.png);
    background-size: 32px auto;
    background-position: left bottom;
}
.number2 {
    background-image: url(images/su_02.png);
    background-size: 39px auto;
    background-position: left bottom;
}
.number3 {
    background-image: url(images/su_03.png);
    background-size: 40px auto;
}
.number4 {
    background-image: url(images/su_04.png);
    background-size: 42px auto;
    background-position: left bottom;
}
.number5 {
    background-image: url(images/su_05.png);
    background-size: 39px auto;
    background-position: left bottom;
}
 .yaji {
    width: 13px;
    
} 
.su01 {
    width: 13px;
    vertical-align: middle;
}
.su02 {
    width: 17px;
    vertical-align: middle;
}
.su03 {
    width: 17px;
    vertical-align: middle;
}
.su04 {
    width: 18px;
    vertical-align: middle;
}
/**************************************************SP header**************************************************/
header {
    width: 100%;
    background-color: #fff;
  }
.bg {
    width: 100%;
    background-color: #fff;    
  }
header h1 {
    margin-right: 50px;
    margin-bottom: 5px;
    margin-left: 7%;
    font-size: 16px;
    line-height: 20px;
    transition: 0.5s;
    top: 8px;
    left: 7%;
    font-weight: normal;
  1;         margin-top: 5px;
}
 header h1:hover {
  opacity: 0.3;
}
header h1 a {
    color: #800000;
    text-decoration: none;
  }
header h1 a span {
    font-size: 13px;
    color: #4d4d4d;
    display: block;
  }
#top {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 7%;
    padding-bottom: 20px;
    padding-left: 7%;
  }
#underlayer {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 7%;
    padding-bottom: 20px;
    padding-left: 7%;
  }
  /**************************************************SP footer**************************************************/
footer {
    text-align: center;
    width: 100%;
    background-image: url(images/sp/do_bg.png);
    background-repeat: repeat;
    background-position: left;
    margin-top: 20px;
  }
#footer .ac_btn {
    height: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 6px;
    border: 1px solid #800000;
    display: block;
    color: #050505;
    font-weight: bold;
    text-decoration: none;
    background-image: url(images/icon01.png);
    background-size: 24px auto;
    background-repeat: no-repeat;
    background-position: 16% center;
    padding-left: 40px;
    background-color: #fff;
}
#footer .f_wrap {
    padding-bottom: 20px;
    margin-left: 7%;
    margin-right: 7%;
}
#footer .f_wrap .cf ul {
    margin-top: 20px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer .f_wrap .cf ul li {
    width: 46%;
    float: left;
    margin-top: 35px;
}
#footer .f_wrap .cf ul li :nth-child(1){
    margin-top: 0px;
}
#footer .f_wrap .cf ul li img {
    width: 100%;
}
#footer .f_wrap .cf ul .m35 {
    margin-left: 8%;
}
#footer #f_nav1 {
    background-color: #fff;
}
#footer #f_nav1 ul {

}
#f_nav1 ul li {
    background-image: url(images/icon02.png);
    background-size: 16px auto;
    background-position: left center;
    padding-left: 25px;
    line-height: 50px;
    display: inline-block;
}
#f_nav1 a {
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #050505;
} 
  #footer .copy {
    border-top: 1px solid #fff;
    background-color: #800000;
    line-height: 28px;
    font-size: 12px;
    height: 28px;
    text-align: center;
    color: #fff;
 }
 #footer li a img {
    border: 1px solid #000;
}
a.footer_banner_group {
    background-color: #fff;
    display: flex;
    height: 85px;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    color: #3e3e3e;
    border: #3e3e3e solid 1px;
    font-weight: 700;
    box-sizing: border-box;
}

/**************************************************SP トップページ　メイン画像**************************************************/
#toppage #main_img {
    position: relative;  
  }
#toppage #main_img p {
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    position: absolute;
    margin-left: 7%;
    margin-right: 7%;
    bottom: 20px;
  }
  
#toppage img{
	vertical-align:top;
}
/**************************************************SP トップページ news**************************************************/
#toppage #top h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: normal;
    display: inline-block;
    padding-left: 45px;
    color: #800000;
}
#toppage #top .block01 h2 {
    background-image: url(images/icon_n02.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
#toppage #top h2 span {
    font-size: 20px;
    display: block;
    line-height: 30px;
    color: #050505;
}
#toppage #top .block01 ul {
    border-top: 2px solid #800000;
    margin-bottom: 20px;
}
#toppage #top .block01 ul li {
    border-bottom: 1px solid #8e8e8e;
}
#toppage #top .block01 ul li a {
    width: 100%;
    color: #050505;
    text-decoration: none;
    display: block;

    padding-top: 10px;
    transition: 0.5s;
    padding-bottom: 10px;
}
#toppage #top .block01 ul li a:hover {
    background-color: #FCFFFD;
}
#toppage #top .block01 ul li a span {
    background-color: #800000;
    width: 80px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
#toppage #top .block01 ul li a {
  transition: 0.5s;
}
#toppage #top .block01 ul li a:hover {
    opacity: 1;
}
#toppage .news_btn {
    display: block;
    width: 290px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    background-color: #800000;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
#toppage #top .block01 ul li a p{
    display: block;
    margin-top: 8px;
}

#toppage #top .block02 {
    margin-top: 60px;
}
#toppage #top .block02 h2 {
    background-image: url(images/icon_n06.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
#toppage #top .block03 {
    margin-top: 60px;
    }
#toppage #top .block03 h2 {
    background-image: url(images/icon_n05.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 25px auto;
}
#toppage #top .block03 ul {
    border-top: 2px solid #800000;
}
#toppage #top .block03 ul li {
    display: block;
    border-bottom: 1px solid #a0a0a0;
    margin-right: 6px;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#toppage #top .block03 ul li span {
    display: block;
}

/**************************************************SP ニュース一覧 **************************************************/
#news_list .underlayer_h2 {
    display: none;
}
#news_list h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: normal;
    display: inline-block;
    padding-left: 45px;
    color: #800000;
}
#news_list h2 {
    background-image: url(images/icon_n02.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
#news_list h2 span {
    font-size: 20px;
    display: block;
    line-height: 30px;
    color: #050505;
}
#news_list .block01 ul {
    border-top: 2px solid #800000;
    margin-bottom: 20px;
}
#news_list .block01 ul li {
    border-bottom: 1px solid #8e8e8e;
}
#news_list .block01 ul li a {
    width: 100%;
    color: #050505;
    text-decoration: none;
    display: block;

    padding-top: 10px;
    transition: 0.5s;
    padding-bottom: 10px;
}
#news_list .block01 ul li a:hover {
    background-color: #FCFFFD;
}
#news_list .block01 ul li a span {
    background-color: #800000;
    width: 80px;
    height: 20px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
#news_list .block01 ul li a {
  transition: 0.5s;
}
#news_list .block01 ul li a:hover {
    opacity: 1;
}
#news_list .block01 ul li a p{
    display: block;
    margin-top: 8px;
}
#news_list #pager {
    text-align: center;
    margin-top: 40px;
}
#news_list #pager a {
    width: 34px;
    height: 34px;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    line-height: 34px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #050505;
}
#news_list #pager .activ {
    background-color: #800000;
    color: #fff;
}
#news_list .block02 {
    margin-top: 5px;
}
#news_list .accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #8e8e8e;
    color: #464646;
}
#news_list .accordion-title {
    color: #050505;
    cursor: pointer;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 100;
    border-top: 1px solid #8e8e8e;
    font-weight: 400;
}
#news_list .accordion-content {
    display: none;
    border-top: 1px solid #8e8e8e;
}
#news_list .accordion-content p {
    font-size: 15px;
    line-height: 50px;
    border-top: 1px solid #8e8e8e;
    height: 50px;
    margin-left: 20px;
}
/* タイトルの背景色 */
#news_list .accordion-item:nth-of-type(1) .accordion-title {
  background-color: #fff;
}
/* 矢印 */
#news_list .accordion-title {
  position: relative;
}
#news_list .accordion-title::after {
  border-right: solid 1px #282828;
  border-top: solid 1px #282828;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 65px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
#news_list .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
#news_list .accordion-item .accordion-content .no_line {
    border-top-style: none;
}

/**************************************************SP ニュース **************************************************/
#news #underlayer3 {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 7%;
    padding-bottom: 20px;
    padding-left: 7%;
  }
#news .underlayer_h2 {
    display: none;
}
#news h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: normal;
    display: inline-block;
    padding-left: 45px;
    color: #800000;
}
#news h2 {
    background-image: url(images/icon_n02.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 35px auto;
}
#news h2 span {
    font-size: 20px;
    display: block;
    line-height: 30px;
    color: #050505;
}
#news .block01 {

}
#news .block01 h3 {
    border-bottom: 2px solid #800000;
    font-weight: normal;
    font-size: 16px;
}
#news .block01 p{
    margin-top: 20px;
}
#news .block01 img {
    width: 100%;
}
#news #date {
    text-align: right;
}
#news #pager {
    text-align: center;
    margin-top: 80px;
}
#news #pager a{
    cursor: pointer;
}
#news #pager .back {
    width: 150px;
    height: 44px;
    border: 1px solid #3b3b3b;
    border-radius: 6px;
    display: block;
    line-height: 42px;
    float: left;
}
#news #pager span {
    opacity: 0.5;
}
#news #pager .next {
    width: 150px;
    height: 44px;
    border: 1px solid #3b3b3b;
    border-radius: 6px;
    display: block;
    line-height: 42px;
    float: right;
}
#news #pager a {
    width: 34px;
    height: 34px;
    margin-left: 1px;
    margin-right: 1px;
    display: inline-block;
    line-height: 34px;
    text-decoration: none;
    color: #050505;
}
#news #pager .news_btn {
    display: block;
    width: 230px;
    height: 46px;
    margin-left: auto;
    margin-right: auto;	
    margin-top: 80px;
    color: #fff;
    background-color: #800000;
    line-height: 46px;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}
#news .block02 {
    margin-top: 5px;
}
#news .accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #8e8e8e;
    color: #464646;
}
#news .accordion-title {
    color: #050505;
    cursor: pointer;
    font-size: 15px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    font-weight: 100;
    border-top: 1px solid #8e8e8e;
    font-weight: 400;
}
#news .accordion-content {
    display: none;
    border-top: 1px solid #8e8e8e;
}
#news .accordion-content p {
    font-size: 15px;
    line-height: 50px;
    border-top: 1px solid #8e8e8e;
    height: 50px;
    margin-left: 20px;
}
/* タイトルの背景色 */
#news .accordion-item:nth-of-type(1) .accordion-title {
  background-color: #fff;
}
/* 矢印 */
#news .accordion-title {
  position: relative;
}
#news .accordion-title::after {
  border-right: solid 1px #282828;
  border-top: solid 1px #282828;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 65px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
#news .accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
#news .accordion-item .accordion-content .no_line {
    border-top-style: none;
}

/**************************************************SP 施設情報 **************************************************/
#outline #underlayer2 .img {
    margin-top: 20px;
}

#outline #underlayer2 {
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
  }
#outline #underlayer2 .wrap {
    margin-left: 7%;
    margin-right: 7%;
 } 
#outline #p_link{

}
#outline #p_link .p_link1,.p_link2,.p_link3{
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#outline #p_link .p_link1 {
} 
#outline #p_link .p_link2,#p_link .p_link3 {
    margin-top: 10px;
} 
 #outline .block1 h4 {
    margin-top: 40px;
    font-size: 30px;
    line-height: 34px;
    padding-left: 35px;
    background-image: url(images/outline/icon.png);
    background-repeat: no-repeat;
    background-position: left center;
}
#outline .top80 {
    margin-top: 80px;
}
#outline .block1 ul {
    margin-top: 20px;
    border-top: 2px solid #800000;
}
#outline .block1 ul li  {
    display: block;
    border-bottom: 1px solid #a0a0a0;
    margin-right: 6px;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#outline .block1 ul li span {
    display: block;
}
#outline .block1 ul li .title {
    color: #800000;
    font-weight: bold;
}
#outline .block1 .no_pc .kakudai_btn {
    color: #fff;
}

#outline .block2 {
	padding-top: 20px;
}
#outline .block2 h4 {
    margin-top: 20px;
    font-size: 24px;
}
#outline .block2 .box1 h5 {
    color: #800000;
    font-size: 16px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#outline .block2 .txt1 {
    color: #800000;
    margin-top: 20px;
    font-weight: bold;
}
#outline .block2 .box1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
}
#outline .block2 .box1 li {
    width: 100%;
    list-style: none;
    
    }
#outline .block2 .box1 .left {
    margin-top: 40px;
}
#outline .block2 .box1 .right {
    margin-top: 40px;
}
#outline .block2 .box2 h5 {
    color: #800000;
    font-variant: normal;
    font-size: 17px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
#outline .block2 .box2 {
    width: 100%;
}
#outline .block2 .box2 li {
    list-style: none;
    width: 100%x;
    }
#outline .block2 .box2 .left {
    margin-top: 40px;
}
#outline .block2 .box2 .right {
    margin-top: 40px;
}
#outline .block2 .box2 .txt2{
    height: 20px;
    display: block;
    border-left: 3px solid #800000;
    line-height: 20px;
    padding-left: 6px;
    margin-bottom: 8px;
}
#outline .block2 .box2 .space{

}
#outline .block2 .box2 img{
     width: 100%
}
#outline .block2 .wrap .kakudai_btn {
    color: #fff;
}
#outline .block3 {
	padding-top: 20px;
	margin-left: 7%;
	margin-right: 7%;
}
#outline .block3 ul {
    margin-top: 20px;
}
#outline .block3 a {
    color: #003399;
}
#outline #link1 {
    margin-bottom: 20px;
}
#outline .block3 .txt4 {
    margin-top: 20px;
}

/**************************************************SP 施設見学 **************************************************/
#visit #p_link .p_link1 {
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#visit #p_link .p_link2{
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
}
#visit #p_link .p_link3{
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#visit #p_link .p_link2 {
    margin-top: 10px;
} 
#visit #p_link .p_link3 {
    margin-top: 10px;
} 
#visit .block1 p {
    margin-top: 20px;
}
#visit #underlayer a {
    color: #003399;
}
#visit .block1 .box1 {
    background-color: #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
#visit .block1 ul li {
    list-style-type: disc;
    margin-left: 18px;
}
#visit ::marker{
    font-size: 70%;
}

#visit .block2 {
	padding-top: 20px;
}


/**************************************************SP ごみの持ち込み・分別 **************************************************/
#rubbish #p_link .p_link1,.p_link2,.p_link3,.p_link4 {
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#rubbish #p_link .p_link2,#p_link .p_link3,#p_link .p_link4 {
    margin-top: 10px;
} 
#rubbish .txt1 {
    margin-top: 20px;
}
#rubbish .txt2 {
    margin-top: 20px;
    color: #800000;
    font-weight: bold;
}
#rubbish .txt3 {
    color: #ff1d25;
    font-size: 30px;
    margin-top: 20px;
}
#rubbish .txt4 {
    margin-top: 20px;
}
#rubbish .txt4 span{
    color: #ff1d25;
}
#rubbish .txt5 {
    margin-top: 40px;
    color: #800000;
    font-weight: 600;
}
#rubbish .btn {
    width: 100%;
    height: 56px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-weight: bold;
    background-image: url(images/rubbish/icon.png);
    background-size: 22px auto;
    background-position: right 8% center;
    background-repeat: no-repeat;
    background-color: #800000;
    border-radius: 28px;
    text-decoration: none;
    padding-right: 30px;
}
#rubbish .block1 ul li {
width: 100%;
margin-top: 20px;
}
#rubbish .block2 {
    padding-top: 20px;
}
#rubbish .block2 ul {
    margin-top: 40px;
    border-top: 2px solid #800000;
}
#rubbish .block2 ul li  {
    display: block;
    border-bottom: 1px solid #a0a0a0;
    margin-right: 6px;
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#rubbish .block2 ul li span {
    display: block;
}

#rubbish .block3 {
    padding-top: 20px;
}
#rubbish .block3 p span{
    color: #ff1d25;
    font-weight: bold;
}
#rubbish .block3 .box {
   margin-top: 20px;
}
#rubbish .block3 .box .left {

}
#rubbish .block3 .box .right {

}
#rubbish .block3 .box .right .txt1 {
    font-size: 16px;
    color: #800000;
    margin-top: 0px;
}
#rubbish .block3 .box .right .txt2 {
    font-size: 16px;
    color: #800000;
    margin-top: 20px;
}
#rubbish .block3 .box .right .txt4 {
    margin-top: 0px;
}
#rubbish .block3 .no_pc .kakudai_btn {
    color: #fff;
}
#rubbish #link4  .youtube {
    margin-top: 40px;
}

#rubbish .block4 {
    padding-top: 20px;
}
#rubbish .block4 .box {
    background-color: #f2f2f2;
    padding: 20px;
    margin-top: 20px;
}
#rubbish .block4 ul li {
    list-style-type: disc; 
    margin-left: 20px;
}
#rubbish .block4 ul li::marker {
    font-size: 70%;
}

/**************************************************SP アクセス・お問い合わせ **************************************************/
#access #p_link .p_link1{
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#access #p_link .p_link2{
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#access #p_link .p_link3{
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#access #p_link .p_link2,#p_link .p_link3 {
    margin-top: 10px;
} 
#access .block1 ul  {
    margin-top: 20px;
    border-top: 2px solid #800000;
}
#access .block1 ul li  {
    border-bottom: 1px solid #a0a0a0;
    margin-right: 6px;
    padding-right: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#access .block1 ul li span {
    display: block;
}
#access .block1 ul li .title {
    color: #800000;
    font-weight: bold;
    padding-left: 7%;
}
#access .block1 p {
    margin-top: 20px;
}

#access .block2 {
    padding-top: 20px;
}

#access .block2 ul  {
    margin-top: 20px;
    border-top: 2px solid #800000;
}
#access .block2 ul li span {
    display: block;
}
#access .block2 ul li  {
    border-bottom: 1px solid #a0a0a0;
    margin-right: 6px;
    padding-right: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#access .block2 ul li .title {
    color: #800000;
    font-weight: bold;
    padding-left: 7%;
}

#access .block3 {
    padding-top: 20px;
}
#access .block3 ul  {
    margin-top: 20px;
    border-top: 2px solid #800000;
}
#access .block3 ul li span {
    display: block;
}
#access .block3 ul li  {
    border-bottom: 1px solid #a0a0a0;
    margin-right: 6px;
    padding-right: 7%;
    padding-top: 10px;
    padding-bottom: 10px;
}
#access .block3 ul li .title {
    border-bottom: 1px solid #a0a0a0;
    padding-left: 7%;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#access ul li .txt {
    padding-left: 7%;
}

#access .kakudai_btn {
    color: #fff;
}

/*
#access #underlayer a {
    color: #003399;
}
*/

#access #underlayer .link_color a {
    color: #003399;
}

/**************************************************SP サイトポリシー・プライバシーポリシー **************************************************/
#privacy #p_link .p_link1,.p_link2,.p_link3{
    border: 1px solid #800000;
    height: 38px;
    border-radius: 28px;
    color: #800000;
    text-decoration: none;
    text-align: center;
    display: block;
    line-height: 38px;
    font-size: 13px;
    font-weight: bold;
} 
#privacy #p_link .p_link2,#p_link .p_link3 {
    margin-top: 10px;
} 
#privacy h3 {
    font-size: 24px;
    line-height: 26px;
    color: #800000;
    margin-top: 20px;
    font-weight: 600;
}
#privacy .block1 h3 {
    margin-top: 20px;
}
#privacy .txt1 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 20px;
}
#privacy .txt2 {
margin-top: 20px;
}
#privacy .txt3 {
margin-top: 20px;
}
#privacy .block1 ol {
    margin-top: 20px;
}
#privacy .block1 ol li {
    list-style-type: decimal;
    margin-left: 8%;
}
#privacy .block1 ol li ol {
    margin-top: 0px;
}
#privacy .block1 ol li ol li {
    list-style-type: lower-latin;
    margin-left: 8%;;
}
#privacy .block1 ol li ol li ul li {
    list-style-type: disc;
    margin-left: 20px;
}
#privacy .block1 ol li ol li ul li::marker{
    font-size: 70%;
}
#privacy .block2 ul li {
    list-style-type: disc;
    margin-left: 20px;
}
#privacy .block2 ul li::marker {
    font-size: 70%;
}
#privacy .block2 ul li ol li {
    list-style-type: decimal;
    margin-left: 30px;
}
#privacy .block2 ul li ol li::marker {
    font-size: 100%;
}
#privacy .block3 ul {
    margin-top: 20px;
}
#privacy .block3 ul li {
    list-style-type: disc;
    margin-left: 20px;
}
#privacy .block3 ul li::marker {
    font-size: 70%;
}
#privacy .block3 a {
    color: #003399;
}
.SP_END {}
}

/*===============================================================

	お知らせ一覧のナビゲーション
  https://memo.backon69.com/archives/5871

===============================================================*/

.wp-pagenavi {
	margin: 0px auto;
	font-size: 15px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-pagenavi a, .wp-pagenavi span {/*全体に関連する指定*/
	color: #000000;/*ページ番号のフォントの色*/
	background-color: #f2f2f2;/*ページ番号の背景色*/
	border: solid 1px #f2f2f2;/*ボーダ色*/
	padding: 3px 16px;/*枠内間隔指定する*/
	margin: 0 2px;/*ページ表示同士の間隔*/
	white-space: nowrap;/*ホワイトスペースを詰め行の折り返しは行わず*/
	-moz-border-radius: 3px;/*枠の丸み同じ数値を*/
	-webkit-border-radius: 3px;/*枠の丸み同じ数値を*/
	border-radius: 3px;/*枠の丸み同じ数値を*/
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;/*ホーバー時の変化ゆっくり始まりゆっくり終わる*/
	-o-transition: 0.2s ease-in-out;/*ホーバー時の変化ゆっくり始まりゆっくり終わる*/
	transition: 0.2s ease-in-out;/*ホーバー時の変化ゆっくり始まりゆっくり終わる*/
	text-align: center;/*ページ番号の文字位置*/
	text-decoration:none;/*リンク下線なし*/
}

.wp-pagenavi a:hover{/*ホバー時の指定*/
	color: #666664;/*ページ番号のフォントの色*/
	background-color: #F2F2ED;/*ページ番号の背景色*/
	border: solid 1px #F2F2ED;/*ボーダ色*/
}

.wp-pagenavi span.current{/*現在ページの指定*/
	color: #ffffff;/*ページ番号のフォントの色*/
	background-color: #800000;/*ページ番号の背景色*/
	font-weight: bold;/*文字太さ*/
}