@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
html, body {
  height: 100%;
  margin: 0;
}
* {
  box-sizing: border-box;
}
body *{
  box-sizing: inherit;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  font-size: 1.13rem;
  font-weight: 500;
  color: #333;
  width: 100%;
  overflow-x: auto;
  overflow-y: scroll;
  position: relative;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  font-feature-settings:"palt"
}
body a {
  text-decoration: none;
  word-break: break-all;
}
@media screen and (max-width: 1079px) {
html {
font-size: calc((100vw - 960px) / 180 + 16px)!important;
}
}
@media screen and (max-width: 599px) {
html {
font-size: calc((100vw - 599px) / 100 + 16px)!important;
}
}
section{
  width:100%;
  margin: 0 auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
}
p{
  margin:0 0 1rem;
}
img {
  width: 100%;
  vertical-align: middle;
}
button{
  border:none;
}
.link-adjust{
    display: block;
}
.link-adjust:before{
  display: block;
  height: 130px;
  margin-top: -130px;
  content: "";
  visibility: hidden;
}
a.anchor{
  display: block;
  padding-top:130px;
  margin-top:-130px;
}
.clear {
  display: block;
}
.clear:after{
  display: block;
  content: "";
  clear: both;
  visibility: hidden;
}
.no-wrap{
  white-space: nowrap;
}
.marker{
  background:linear-gradient(transparent 50%, #bbe3f0 50%, #bbe3f0 90%, transparent 90%);
}
.caution{
  display: block;
  position: relative;
  padding:0 0 0 15px;
  font-size: .75rem;
}
.caution::before{
  display: block;
  position: absolute;
  content: "※";
  top:0;
  left: 0;
}
.mail:before{
  content:"@";
}
.button-backto-main{
  position:relative; 
  padding-left:30px; 
  width:fit-content; 
  color:#000;
}
.button-backto-main::before{
  position:absolute; 
  content:""; 
  top:4px; 
  left:0; 
  width:20px; 
  height:20px; 
  background-color:#3e3a39; 
  border-radius:12px;
}
.button-backto-main::after{
  position:absolute; 
  content:""; 
  top:10px; 
  left:7px; 
  width:6px; 
  height:6px; 
  border-bottom:2px solid #fff; 
  border-left:2px solid #fff; 
  transform:rotate(45deg);
}
.button-backto-main:hover{color:#005b9c; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}
.button-backto-main:hover::before{background-color:#005b9c; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all  0.3s ease;}
/*HEADER*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding:10px 40px;
  background-color: #fff;
  z-index: 1000;
}
header .header-inner{
  display: flex;
  justify-content:left;
  align-items: center;
  max-width: 1600px;
  width: 100%;
  height: 40px;
  margin: 0 auto;
  padding:0;
}
h1, header .logo{
  display: flex;
  position: relative;
  justify-content: left;
  align-items: center;
  margin:0;
  padding:0;
  width:50%;
  height: 40px;
}
header .logo img{
  vertical-align: top;
}
header .logo-rooms{
  margin: 0;
  padding:0;
  height: 40px;
  max-width: 229px;
  vertical-align: top;
}
header h1 .local-government{
  display: flex;
  align-items: center;
  margin:2px 0 0 20px;
  padding:2px 20px;
  width: fit-content;
  height: 36px;
  color: #fff;
  font-size: 1.25rem;
  background-color: #1a15a2;
}
header .link{
  display: flex;
  justify-content: right;
  width: 50%;
  height: 40px;
}
header .contact{
  display: flex;
  margin:0 0 0 10px;
  padding:2px 20px;
  width:fit-content;
  font-weight: 500;
  align-items: center;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background-color: #1949b3;
  border:2px solid #1949b3;
  border-radius: 20px;
  line-height: 1.2;
  transition:0.8s;
}
header .contact:hover{
  color: #1949b3;
  background-color: #fff;
  border:2px solid #1949b3;
}
header .rooms-site{
  display: flex;
  width:fit-content;
  margin:0 0 0 10px;
  align-items: center;
  padding:2px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1949b3;
  line-height: 1.2;
  background-color: #fff;
  border:2px solid #1949b3;
  border-radius: 20px;
  transition:0.8s;
}
header .rooms-site:hover{
  color: #fff;
  background-color: #1949b3;
  border:2px solid #1949b3;
}
.container{
  width:100%;
  min-height: 750px;
  margin: 0 auto;
  padding: 60px 0 3rem;
}
/* トップに戻る */
#page-top {
  position: fixed;
  bottom: 80px;
  right: 3rem;
  z-index:800;
  background: linear-gradient(45deg, #1a15a2, #00acde);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 -2px 5px rgba(0,0,0,.2);
}
#page-top a {
  display: block;
  padding: 10px 10px;
  width: 80px;
  height: 44px;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  text-align: center;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#page-top a:hover {
  text-decoration: none;
  background-color: #333333;
}
#page-top a figure{
  margin:4px auto 0;
  width: 34px;
}
/* footer*/
footer{
  position: relative;
  margin:0;
  padding:0;
  color: #3c3c3c;
  background-color: #f2f2f2;
}
footer:before{
  position: absolute;
  content: "";
  bottom:0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(45deg, #1a15a2, #00acde);
}
footer .inner{
  padding: 50px 20px 30px;
}
footer .copylight{
  margin:20px auto 0;
  width: 100%;
  text-align: center;
  font-size: 10px;
}
footer .footer-links{
  display: flex;
  margin:2rem auto 0;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-links .footer-link{
  padding:0 20px;
  width: fit-content;
  font-size: 12px;
  border-right: 1px solid #3c3c3c;
}
footer .footer-links .footer-link a{
  color: #3c3c3c;
}
footer .footer-links .footer-link:last-child{
  border-right: none;
}
footer .footer-logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-logo .footer-left{
  width: 30%;
}
footer .footer-logo .go-rooms{
  margin:0 auto;
  max-width: 360px;
  width: 100%;
}
footer .footer-logo .footer-right{
  display: flex;
  align-items: center;
  justify-content: right;
  --wp-column-gap:1rem;
  gap:1rem;
  width: 70%;
}
.link-logo {
  margin:0;
  padding:10px;
  width: 200px;
  height: 60px;
  text-align: center;
  padding: 10px;
  background-color: #fff;
}
.footer-right .link-logo:nth-child(2n) {
  padding:10px 20px;
}
footer .copyright{
  margin: 0;
  padding: .6rem;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #232628;
}
.inner{
  max-width: 1280px;
  width: 100%;
}
@media screen and (max-width: 1299px){
  .inner {
    width: 100%;
    margin: 0 auto;
    padding:0 20px;
  }
  footer .inner{
    width:100%;
    margin:0 auto;
  }
}
@media screen and (max-width:959px){
  header{
    padding:10px 20px;
  }
  header .logo-rooms{
    max-width: 180px;
    }
  header h1 .local-government{
    margin:2px 0 0 20px;
    padding:2px 20px;
    height: 30px;
    font-size: 1rem;
  }
  .container{
    padding:60px 0 0;
  }
  h2 {
      font-size: 26px;
  }
  footer .footer-links .footer-link{
    margin-bottom:1rem;
    width: 33%;
    text-align: center;
  }
  footer .footer-links .footer-link:nth-child(3n){
    border:none;
  }
  footer .footer-logo .footer-left, footer .footer-logo .footer-right{
    margin-bottom:1rem;
    width: 100%;
    justify-content:center;
    }
  footer .inner{
    padding: 20px;
  }
  footer .footer-logo .go-rooms{
    margin:20px auto;
  }
}
@media screen and (max-width: 767px){
  .break-pc{
    display: none;
  }
  header{
    padding:10px;
    height: 110px;
  }
  header .header-inner{
    display: block;
    height: 90px;
  }
  header .logo{
    margin:0 auto 10px;
    justify-content: center;
    width: 100%;
  }
  header .link{
    margin:0 auto;
    justify-content: center;
    width: 100%;
  }
  header .rooms-site{
    margin: 0;
  }
  .container{
    padding:110px 0 0;
  }
  .inner{
    padding: 0 16px;
  }
  .break{
    display: block;
  }
  #page-top {
    right: 0;
  }
  #page-top a {
    font-size: 12px;
    padding: 10px 10px 18px;
    background-size: 20px;
  }
  footer .footer-links .footer-link{
    width: 100%;
    border:none;
    }
  .footer-right .link-logo:nth-child(2n) {
    padding:10px;
  }
  .footer-right .link-logo img{
    height: 30px;
  }
  .footer-right .link-logo{
    height: 50px;
  }
  .footer_bottom .copyright, .footer_bottom ul{
      display: block;
      float: none;
      width: 100%;
      text-align: center;
    }
  footer .footer-logo .go-rooms{
    max-width: 280px;
  }
}
