@charset "UTF-8";

html {
    font-size: 100%;
}
body{
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
    line-height: 1.7;
    color: #432;
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}
.article img{
  max-width: 30%;
}

.logo {
    width: 100px;
    margin-top: 14px;
}
#toggle{
  display: none;
}
.main-nav {
    display: flex;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-top: 34px;
    list-style: none;
}
.main-nav li {
    margin-left: 36px;
}
.main-nav a {
    color: #432;
}
.main-nav a:hover {
    color: #0bd;
}
.page-header {
    display: flex;
    justify-content: space-between;
}
.wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
.news-contents {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
.Favicon_2_round{
  width: 300px;
  height: 300px;
  padding-top: 4px;
  margin-bottom: 20px;
}
#header{
  background-image: url("../../images/header.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#home{
  background-image: url("images/Ensembleheader.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#home .page-title{
  text-transform: none;
}
.home-content{
  text-align: center;
}
.home-content p{
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.page-title{
  color: #000;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  font-family: 'Philosppher' serif;
  text-transform: uppercase;
  font-weight: normal;
}
.page-title2{
  color: #000;
  font-size: 4vw;
  font-weight: bold;
  font-family: 'Philosppher' serif;
  text-transform: uppercase;
  text-align: center;
  background-image: url("../../images/town.jpg");
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
}
blockquote {
position: relative;
margin: 1em 0;
padding: 1em;
font-size: .9em;
background: #DFDFDF;
}
blockquote:before{
position: absolute;
top: 0px;
left: 10px;
}
blockquote a{
  color: #432;
}
#menu a{
  color: #432;
}
#menu a:hover{
  color: #0bd;
}
footer {
    background-image: url("../../images/header_3.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 26px 0;
}
footer p {
    color: #000000;
    font-size: 0.875rem;
}
footer a {
    color: #000;
}
footer a:hover {
    color: #0bd;
}
#menu a{
  padding: 0.2em;
    margin: 0.5em;
    background: #FFF;
    border: solid 3px #6091d3;
    border-radius: 10px;
}
#menu p{
  font-weight: bold;
      line-height: 3em;
}
.article h5{
  margin-left: 80%;
  display: inline-block;
  position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.article h5::after{
  position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.article h3 {
    display: inline-block;
  position: relative;
    padding: .5em .75em;
    background-color: #D9E5FF;
    border-radius: 6px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
.article h3::after{
  position: absolute;
    top: 100%;
    left: 30px;
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 15px solid #D9E5FF;
}
.article h4 {
  display: inline-block;
  position: relative;
    color: #FFF;
  background: #acd879;
  box-shadow: 0px 0px 0px 5px #acd879;
  border-style: dashed;
  padding: 0.2em 0.5em;
}

.article h2 {
  display: inline-block;
    position: relative;
    text-align: center;
    background: #33CC99;
    color: #FFF;
    box-sizing: border-box;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
    margin: 0;
  padding: 0 30px;
  border-top: dashed 2px rgba(255, 255, 255, 0.5);
  border-bottom: dashed 2px rgba(255, 255, 255, 0.5);
}

.article h2::after, .article h2::before{
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.article h2::before{
  top: -2px;
  left: -2px;
  border-width: 22px 0px 22px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.article strong{
  background:linear-gradient(transparent 75%, #9eceff 75%);
  font-weight:bold;
}
.back-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #349d1c 0%, #e2eba3 100%);
  transition: .4s;
}
.back-gradient-radius:hover {
  background-image: linear-gradient(45deg, #349d1c 0%, #349d1c 100%);
}

.next-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #e2eba3 0%, #349d1c 100%);
  transition: .4s;
}
.next-gradient-radius:hover {
  background-image: linear-gradient(45deg, #349d1c 0%, #349d1c 100%);
}

.black-gradient-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color: #CEF9DC;
}

.btn-circle-border {
  display: inline-block;
  text-decoration: none;
  background: #8cd460;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #8cd460;
  border: solid 2px rgba(255, 255, 255, 0.6);
  transition: .4s;
}

.btn-circle-border:hover {
  border-style: dashed;
}

.btn-circle-black {
  display: inline-block;
  text-decoration: none;
  background: #CEF9DC;
  color: #fff;
  font-weight: bold;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 0px 0px 5px #8cd460;
  border: solid 2px rgba(255, 255, 255, 0.6);
}

#center-btn {
  text-align: center;
  margin-top: 2.0rem;
}

.intro {
	position: relative;
 	margin: 1.5em 0;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
	background: #e0edff;
	border-radius: 15px;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.mark::before{
    width: 12px;
    height: 12px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
    background: #7a0;
}
.mark::after{
    left: 5px;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
.article ul {
  border: solid 2px skyblue;
  border-radius: 5px;
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
}

.article ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none!important;
}

.article ul li:before {
  font-family: "Font Awesome 5 Free";
  position: relative;
  color: skyblue;/*アイコン色*/
}

.article i:before {
  font-family: "Font Awesome 5 Free";
  position: relative;
  color: skyblue;/*アイコン色*/
}

.article .appreach img{
  width: 20vw;
  height: auto;
}

.article .appreach__links a img{
  max-width: initial;
  width: 150px;
  height: auto;
}
.grid {
    display: grid;
    vertical-align: middle;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.grid a{
    display: grid;
}
.grid p{
  font-weight: bold;
  margin: auto;
}
.grid img{
  margin: auto;
}
.item a{
  color: #432;
}
.item a:hover{
  box-shadow: 0 10px 15px -5px rgba(0,0,0,.15),0 0 5px rgba(0,0,0,.1);
　transform: translateY(-3px);
　transition: 0.3s;
  color: #CC6600;
}
.item p{
  display: inline-block;
  background-image: url("../../images/sub_background.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px #B1F9D0 solid;
}
#attention {
    border: 2px solid #FFCCCC;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
#attention ::before {
    background-color: #fff;
    color: #FF6633;
    content: "注意!　Attention!";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

@media (max-width: 600px) {
  #header{
    background-image: url("../../images/header_2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .main-nav {
    font-size: 0.8rem;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255,255,255,0.8);
}
.main-nav li {
    margin: 0 20px;
}
.news-contents {
  flex-direction: column;
    }
.page-header{
  align-items: center;
}
.main-nav{
    display: none;
  }
.main-nav li{
    width: 100%;
  }
  #toggle{
    display: block;
    position: relative;
    width: 100%;
    background-image: url("../../images/menu.jpg");
    color: #000;
  }
  #toggle a{
    display: block;
    position: relative;
    padding: 15px 0 15px;
    border-bottom: 1px solid #444;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;  width: 20px;
    height: 20px;
    margin-top: -10px;
  }
  #toggle a:before, #toggle a:after{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 2px;
  }
#home .page-title{
  font-size: 1.75rem;
}
.home-content p{
  font-size: 1rem;
}
.article img{
  position: relative;
  padding: 1em;
  max-width: 55%;
}
.article #image_center img{
  text-align: center;
  max-width: 80vw;
}
  #menu{
    font-size: 0.8rem;
  }
  .page-title{
      font-size: 2rem;
      font-family: 'Philosppher' serif;
      text-transform: uppercase;
      font-weight: normal;
    }
    .article h5{
      margin-left: 65%;
    }
    .article .appreach img{
      width: 50vw;
      height: auto;
    }
    .grid {
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        margin: 0 0;
        padding: 0 0;
    }
    .item img{
      width: 150px;
      height: 150pX;
      object-fit: contain;
    }
    .item p{
       font-size: 10px;
       border: 1px #B1F9D0 solid;
    }
  }
