@charset "UTF-8";
/* CSS Document */
/*🔹全ページ共通*/
/*ハンバーガーメニュー*/
.menu {
  font-size: 9.5pt;
  margin-left: 13.5px;
  margin-bottom: 5px;
  color: #041554;
  font-weight: 700;
}
/*ハンバーガー*/
.sumafo {
  line-height: 10px;
}
/*ハンバーガーここまで*/
.slider1 {
  z-index: 1;
  display: block;
}
.slider2 {
  display: none;
}
body {
  margin: 0;
}
honbun {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-repeat: repeat;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
a {
  text-decoration: none;
  color: #000000;
}
/*各ページに見出しにトップページ*/
.flex0 {
  display: block;
  position: sticky;
  top: 100px;
  background-color: #fff;
  z-index: 100;
  position: fixed;
}
/*<hr>細い線*/
hr {
  margin: 0;
}
.sen {
  border-color: #BC9192 solid 0.1px;
  width: 100%;
}
/*トップページh2見出し*/
.top {
  max-width: 170px;
  font-size: 13pt;
  letter-spacing: 4px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}
/*🔹ヘッダーここから*/
header {
  margin: 0;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  background-image: url(images/haikei.png);
}
/*ヘッターのフレックス*/
.fx {
  display: flex;
  justify-content: space-between;
  height: 60px;
  /*background-image: url(images/murasaki2.png);*/
}
.fx1 {
  display: block;
  justify-content: space-between;
  height: 60px;
  /*background-image: url(images/murasaki2.png);*/
}
.fx2 {
  display: block;
}
h1 {
  font-size: 23pt;
  font-weight: 400;
  display: flex;
  align-items: center;
  margin-top: -50px;
  margin-bottom: 0;
}
h1 img {
  margin-right: 15px;
  margin-left: 10px;
  margin-top: 6px;
}
h2 img {
  display: none;
}
/*ロゴ*/
.flex2 img {
  margin-right: -50px;
  margin-left: 50px;
  margin-top: 30px;
}
.ka {
  font-size: 15pt;
  margin-left: 30px;
  font-weight: 300;
  padding-top: 10px;
  letter-spacing: 3px;
  display: block;
}
.ka1 {
  display: none;
}
/*ヘッターのボタンのフレックス*/
.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  /*  background-color: #FBF8F8;*/
  padding-top: 5px;
  padding-bottom: 8px;
  padding-left: 650px;
  height: 30px;
  border: none;
}
/*ヘッダーボタンホバー時下線がセンターから左右へ*/
.botan {
  font-size: 13pt;
  letter-spacing: 1px;
  font-weight: 300;
}
.botan a:hover {
  color: #D55C36;
}
.botan a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.botan a::after {
  position: absolute;
  bottom: -4px;
  left: -10%;
  content: '';
  width: 120%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.botan a:hover::after {
  transform: scale(1, 1);
}
/*ヘッダーここまで*/
/*🔹トップページここから*/
h2 {
  margin-top: 3px;
  margin-left: 1px;
  margin-bottom: 0;
  font-weight: 300;
  max-width: 210px;
  font-size: 12pt;
  letter-spacing: 4px;
  border-bottom: thin solid mediumblue;
  /*border-left:#F73A3E 8px solid;*/
  padding-left: 15px;
}
.haikei {
  padding: 15px;
}
/*フッター*/
footer {
  text-align: center;
  padding: 20px;
  line-height: 50px;
  font-size: 10pt;
  background-image: url(images/haikei.png);
}
.main_image1 {
  text-align: center;
}
.kon {
  display: none;
}
.yurai {
  font-size: 13pt;
  font-weight: 300;
  background-color: #FBF8F8;
  width: 100%;
  text-align: center;
  margin: 5px auto 5px 0px;
  color: #36191A;
  letter-spacing: 5px;
  line-height: 40px;
  box-sizing: border-box;
  padding: 20px 5px;
  background-image: url(images/rabenda.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.izen {
  font-size: 12pt;
  text-align: center;
  font-weight: 200;
}
/*ようこそ*/
.youkoso {
  max-width: 740px;
  font-size: 16pt;
  margin: 50px auto 80px;
  padding-bottom: 10px;
  text-align: left;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 3px;
}
.youkoso a:hover {
  color: #D55C36;
}
.kara {
  font-size: 20pt;
  font-weight: 250;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 10px;
  letter-spacing: 3px;
  display: block;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.kara1 {
  display: none;
}
.mpa {
  display: none;
}
.flex1 {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
p {
  font-size: 16pt;
}
.naiyou {
  margin-left: 15px;
	margin-top: 20px;
  padding-left: 60px;
  padding-top: 35px;
  padding-bottom: 50px;
  font-size: 14pt;
  letter-spacing: 1.5px;
  line-height: 40px;
  font-weight: 300;
  width: 710px;
}
.naiyou li {
  width: 700px;
}
.naiyou ul{
	font-size: 18pt;
	padding-top: 10pt;
	font-weight: 200;
}
.naiyouimg {
  padding-left: 110px;
  padding-top: 45px;
  padding-bottom: 70px;
}
/*トップページここまで*/
.flex2 {
  padding-top: 0px;
  display: flex;
  align-items: flex-start;
}
h4 {
  width: 200px;
  height: 40px;
  color: #000;
  background-color: #fff;
  border-bottom: thin solid #2F2E2E;
  border-left: thin solid #2F2E2E;
  border-right: thin solid #2F2E2E;
  border-top: thin solid #2F2E2E;
  font-size: 15pt;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 10px;
  border-radius: 1px;
  margin-left: 90px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex2 h4 {
  width: 200px;
  height: 56px;
  color: #000;
  background-color: #fff;
  border: none;
  font-size: 15pt;
  font-weight: 600;
  padding: 0px;
  border-radius: 1px;
  margin-left: 50px;
  text-align: center;
}
/*ロゴ*/
.ki_1 {
  display: block;
  margin-left: 5px;
  margin-bottom: 55px;
}
.ki_2 {
  display: none;
}
.ul {
  font-size: 15pt;
  padding-left: 150px;
  line-height: 40px;
  padding-bottom: 80px;
  margin-top: 40px;
}
.flex4 {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
}
img {
  vertical-align: top;
}
/*🔹アクセスページここから*/
.map {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 50px;
}
.access {
  font-size: 15pt;
  height: 220px;
  background-color: #FBF8F8;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 150px;
  line-height: 20px;
  letter-spacing: 2px;
  margin-left: 100px;
  margin-top: 60px;
  margin-bottom: 0px;
  border-bottom: #EDECD6 10px solid;
  border-top: #EDECD6 10px solid;
}
/*Googleマップ*/
.map1 {
  max-width: 800%;
  margin-top: 100 auto 50;
  background-image: url(images/aiseru1.jpeg);
}
/*アクセスの周辺地図*/
.shuuhen {
  max-width: 1100px;
  margin-bottom: -150px;
  display: block;
}
h3 {
  width: 300px;
  height: 40px;
  color: #000;
  font-size: 16pt;
  font-weight: 400;
  border: thin solid #ECDEDE;
  border-radius: 1px;
  margin-left: 110px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-image: url(images/h6.png);  */
  background-color: #DBC3C3;
  letter-spacing: 7px;
  border-radius: 5px;
  padding: 7px 5px;
  margin: 25px 40px;
}
.aka {
  color: #D55C36;
}
.gai {
  margin-top: 3px;
  margin-left: 1px;
  margin-bottom: 0;
  max-width: 250px;
  font-size: 14pt;
  letter-spacing: 2px;
  border-bottom: thin solid mediumblue;
  /*border-left: 8px solid mediumblue;*/
  padding: 1px;
  padding-left: 5px;
}
.naiyou3 {
  width: 800px;
  display: flex;
  align-items: center;
  padding: 30px 100px;
  letter-spacing: 2px;
  text-align: left;
  font-size: 15pt;
}
.naiyou3 a {
  font-size: 15px;
}
.naiyou5 {
  width: 800px;
  align-items: center;
  padding: 30px 100px;
  letter-spacing: 2px;
  text-align: left;
  font-size: 15pt;
}
.naiyou6 {
  width: 800px;
  align-items: center;
  margin-top: 20px;
  padding: 10px 30px;
  letter-spacing: 2px;
  text-align: left;
  font-size: 12pt;
}
.flex6 {
  display: flex;
  margin-top: 0px;
  margin-bottom: 10px;
}
.grey2 {
  display: block;
}
.murasaki {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100%;
  background-image: url(images/murasaki.png);
}
.haikei2 {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  background-attachment: fixed;
  background-image: url(images/haikei.png);
  padding: 0px;
}
.green2 {
  /*background-image: url(images/green3.png);*/
  background-image: url(images/haikei.png);
  background-repeat: no-repeat;
  background-size: 100%;
  /*background-size: 100% 100vh;*/
  background-position: center;
  background-attachment: fixed;
}
/*🔹挿絵*/
.sashie {
  background-repeat: no-repeat;
  max-width: 100%;
  background-size: 100%;
  height: 400px;
  margin: auto;
  background-position: center;
  background-attachment: fixed;
}
.shousuu {
	text-align: center;
	font-size:16pt;
	font-weight: 200;
	background-color:#B7DBE3;
	background-size:auto;
	margin-bottom: 20px;
	display: block;
	
}
.sashie1 {
  background-repeat: no-repeat;
  max-width: 90%;
  background-size: 40%;
  height: 350px;
  margin: -30px auto 0px;
  background-position: center;
  background-attachment: fixed;
  display: block;
  background-image: url(images/mm36.png);
}
.sashie3 {
  background-image: url(images/rabenda-1.png);
  background-repeat: no-repeat;
  max-width: 90%;
  background-size: 60%;
  height: 570px;
  margin: auto;
  margin-bottom: 50px;
  background-position: bottom;
  background-attachment: fixed;
  background-image: url(images/m25.png);
}
.sashie2 {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 50%;
  max-width: 90%;
  height: 600px;
  background-image: url("images/m5.png");
  display: block;
}
.sashie5 {
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: 50%;
  max-width: 100%;
  height: 600px;
  background-image: url("images/mm11.png");
  display: block;
}
.kana {
  margin-left: 97px;
  font-size: 10pt;
  margin-bottom: 27px;
  display: block;
  letter-spacing: 3px;
}
.gaiyou {
  font-size: 30pt;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #241EC1;
  padding-left: 70px;
}
.sha {
	font-size: 8pt;
}
.puro {
  display: block;
}
.puro1 {
  display: none;
}
.atumare {
  color: #D55C36;
  font-size: 20pt;
	padding-left: 15px;
}
.sen2 {
  border-bottom: double;
  border-bottom-color: #4CC844;
}
.moushikomi {
  background-color:darkred;
  padding: 10px;
  padding-left: 20px;
  border-radius: 7px;
  margin-left: 30px;
  font-size: 13pt;
}
.moushikomi a {
  color: #fff;
}
.moushikomi1 a {
  color: #fff;
}
.moushikomi a:hover {
  color:darkred;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 14pt;
}
.moushikomi1 a:hover {
  color:darkred;
  background-color: #fff;
  padding: 8px;
  border-radius: 5px;
  font-size: 14pt;
}
.hi {
  font-size: 16pt;
  /*background-color: #fff;*/
  border-radius: 8px;
  font-weight: 200;
  padding: 5px;
  margin-left: 70px;
  margin-top: 5px;
  border: thin solid #ECDEDE;
}
.mail2 a:hover {
  color:#EB4649;
}
.mail2 a{
	color:#2133EF;
	font-weight: 600;
	font-size: 13pt;
}
.ime {
  display: none;
}
.tizu {
  display: none;
}
.flex0 {
	display: flex;
	justify-content: flex-start;
}
.mou01{
    display: none;
    
}

/*スマホ対応設定ここから*/
@media (max-width:430px) {
  /*全ページ共通*/
    .mou01{
        display: block;
    
}
  body {
    margin: 0;
  }
  header {
    margin: 10px 0 0;
    position: static;
    top: 0;
    z-index: 100;
    background-image: none;
  }
  /*各ページに見出しにトップページ*/
  .flex0 {
    display: none;
    position: static;
    top: 135px;
    background-color: #fff;
    z-index: 100;
    height: 0;
  }
  .hi {
    font-size: 14pt;
   /* background-color: #fff;*/
    border-radius: 8px;
    font-weight: 350;
    padding: 10px;
    margin-left: 30px;
    margin-top: 0px;
    border: thin solid #ECDEDE;
  }
  .moushikomi {
    background-color:darkred;
    padding: 15px;
    border-radius: 7px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 90px;
    font-size: 13pt;
    text-align: center;
	  
  }
  .moushikomi1 {
    background-color:darkred;
    padding: 10px;
    border-radius: 7px;
    margin-top: 55px;
    margin-left: 85px;
	  margin-right: auto;
    font-size: 13pt;
    
  }
  .moushikomi2 {
    background-color:darkred;
    padding: 10px;
    border-radius: 7px;
    margin: 100 20;
    font-size: 13pt;
  }
  .yurai {
    font-size: 9pt;
    font-weight: 200;
    background-color: #FBF8F8;
    max-width: 100%;
    text-align: center;
    margin: 15px auto 10px 0px;
    color: #36191A;
    letter-spacing: 1px;
    line-height: 20px;
    box-sizing: border-box;
    padding: 10px 2px;
    background-image: url(images/rabenda.png);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .kana {
    /*margin-left: 410px;*/
    font-size: 10pt;
    margin-bottom: 27px;
    display: none;
  }
  .ka {
    font-size: 13pt;
    margin-left: 55px;
    font-weight: 200;
    padding-top: 10px;
    padding-bottom: 5px;
    letter-spacing: 1px;
    display: none;
  }
  .ka1 {
    display: block;
    font-size: 11.5pt;
    padding-left: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
  }
  .sumafo {
    line-height: 10px;
    margin-right: 100px;
    margin-left: 100px;
  }
  .naiyou li {
    max-width: 100%;
    font-size: 13pt;
    line-height: 30px;
    margin-left: -3px;
	  box-sizing: border-box;
  }
  .sashie5 {
    display: none;
  }
  .sashie2 {
    display: none;
  }
  /*トップページh2見出し*/
  .top {
    max-width: 170px;
    font-size: 10pt;
    letter-spacing: 0.5px;
    padding: 5px;
    margin-top: 10px;
  }
  .sen2 {
    border-bottom: double;
    border-bottom-color: #4CC844;
    width: 98%;
  }
  .shuuhen {
    display: none;
  }
  .openbtn {
    position: fixed; /*ボタンを固定*/
    z-index: 1000; /*ボタンを最前面に*/
    top: 10px; /*ボタンを置く位置一番上から１０pxの位置*/
    right: -9px; /*ボタンを置く位置右から−９pxの位置*/
    left: 220px;
    cursor: pointer;
    width: 90px; /*ボタンの横幅*/
    height: 50px; /*ボタンの高さ*/
  }
  /*ヘッターとロゴ*/
  h1 {
    font-size: 16pt;
    font-weight: 300;
    margin-top: -80px;
    margin-bottom: 0px;
    padding-top: 7px;
    padding-bottom: 30px;
    flex-wrap: wrap;
    width: 100%;
    height: 210px;
    background-image: url(images/haikei.png);
	  background-size: 250px;
    line-height: 10px;
  }
  h1 img {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-left: 10px;
  }
  h2 img {
    display: block;
  }
  .flex2 img {
    margin-left: 1px;
    max-width: 100%;
  }
  .ka2 {
    font-size: 14pt;
    margin-left: 0px;
  }
  .ime {
    display: block;
    margin-top: -100px;
    margin-left: 30px;
    max-width: 100%;
  }
  .naiyou6 {
    width: 100%;
    align-items: center;
    margin-top: 0px;
	  
    padding: 0 0 20px 0;
    letter-spacing: 2px;
    text-align: left;
    font-size: 10pt;
  }
  .fx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 310px;
    max-width: 100%;
	  margin-bottom: 
	  
  }
  .fx1 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 310px;
  }
  .fx2 {
    display: none;
    align-items: center;
    flex-wrap: wrap;
    height: 310px;
  }
  /*各ページの見出し*/
  h2 {
    margin-top: 270px;
  }
  .gai {
    margin-top: 10px;
    margin-left: 1px;
    margin-bottom: 0;
    max-width: 200px;
    font-size: 11pt;
    letter-spacing: 2px;
    border-bottom: thin solid mediumblue;
    border-left: 8px solid mediumblue;
    padding: 1px;
    padding-left: 5px;
  }
  /*ヘッターのボタンのフレックス*/
  .flex {
    display: none;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #EDEAE9;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 30px;
    border: #CFC8C8 1px ridge;
  }
  /*🔹トップページここから*/
  .kara {
    font-size: 16pt;
    font-weight: 900;
    margin: 100 10;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
    display: none;
  }
  .kara1 {
    display: block;
    font-size: 20pt;
    font-family: Georgia, "Times New Roman", Times, "serif";
    font-weight: 540;
    letter-spacing: 4px;
    color: #000;
  }
  .mpa {
    display: block;
    font-size: 15pt;
    font-family: "Comic Sans MS", "cursive", Osaka;
    font-weight: 200;
  }
  .puro {
    display: none;
  }
  .puro1 {
    display: block;
  }
  /*トップのメイン画像*/
  .slider1 {
    z-index: 1;
    display: none;
  }
  .slider2 {
    display: block;
    z-index: 1
  }
  .tizu {
    display: block;
	  margin-top: 30px;
  }
  .youkoso {
    font-size: 15pt;
    margin: 30px auto 0;
    padding: 5px 10px;
    text-align: justify;
    background-image: url(images/rabenda-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    letter-spacing: 1px;
  }
  h3 {
    padding-top: 0;
    padding-left: 15px;
    font-size: 15pt;
  }
  /*お知らせの見出し*/
  .flex1 h4 {
    width: 140px;
    height: 30px;
    font-size: 10pt;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1F1919;
  }
  hr {
    margin: 0;
    width: 350px;
    display: none;
  }
  /*お知らせの見出しと内容のフレックス*/
  .flex1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
    margin-bottom: 0;
  }
  .naiyou {
    max-width: 100%;
    padding: 0 8px 20px;
    font-size: 13pt;
    letter-spacing: 1.5px;
    line-height: 30px;
    margin-top: 25px;
	  box-sizing: border-box;
  }
  .naiyou7 {
    max-width: 100%;
    margin-left: -10px;
    margin-top: 25px;
    padding: 0;
    font-size: 12pt;
    letter-spacing: 1px;
    line-height:36px;
    font-weight: 200;
  }
  .ki_2 {
    display: block;
  }
  .ki_3 {
    display: block;
    margin-top: 40px;
    max-width: 100%;
  }
  .naiyou ul {
    font-size: 12pt;
    max-width: 100%;
	  padding: 0;
  }
  .youkoso ul {
    font-size: 13pt;
    padding:10px;
    margin-top: -10px;
  }
  .naiyouimg {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .green1 {
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-image: url(images/green3_1.png);
    max-width: 100%;
  }
  .green1_1 {
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    background-image: url(images/green3_1.png);
    max-width: 100%;
  }
  .flex2 {
    padding-top: 10px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .flex2 ul {
    max-width: 100%;
  }
  .ki_1 {
    display: none;
  }
	.atumare{
		font-size: 16pt;
		font-weight: 200;
		
	}
  .ki_2 img {
    padding-bottom: 23px;
    background-position: 0% 0%;
    max-width: 100%;
  }
  /*🔹挿絵*/
  .sashie {
    height: 150px;
    background-attachment: scroll;
  }
  .flex3 {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-top: 5px;
  }
  .flex3 h4 {
    width: 150px;
    height: 20px;
    font-size: 14pt;
    font-weight: bold;
    padding: 6px;
    margin-left: 10px;
  }
  .ul {
    font-size: 12pt;
    margin-top: 30px;
    padding-left: 0px;
    line-height: 25px;
    padding-bottom: 0px;
    max-width: 380px;
  }
  .naiyou1 {
    padding: 13px;
    line-height: 20px;
    background-color: #ECE6E6;
    width: 100%;
    height: 100%;
    margin: 0px auto;
    border: #CEEAE1 3px double;
  }
  .naiyou1 p {
    font-size: 12pt;
  }
  /*背景挿絵*/
  .sashie2 {
    height: 30px;
    padding-top: 0;
    padding-bottom: 10px;
    background-image: url(images/rabenda-1.png);
    background-repeat: repeat;
    background-position: bottom;
    background-attachment: scroll;
    background-size: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  h4 {
    margin: 10px auto 10px;
    height: 20px;
    font-size: 12pt;
    padding: 6px;
    letter-spacing: 1px;
  }
  .naiyou2 {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 12pt;
  }
  .flex4 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 70px;
  }
  .honbun {
    margin: 0;
    margin-bottom: -10px;
  }
  .access {
	  font-size: 12pt;
    line-height: 20px;
    height: 220px;
    letter-spacing: 2px;
    margin-left: 8px;
    margin-top: -110px;
    margin-bottom: -60px;
    padding-left: 0px;
    border-bottom: #EDECD6 7px solid;
    border-top: #EDECD6 7px solid;
  }
  .access p {
    font-size: 13pt;
    padding: 0;
  }
  .youkoso p {
    margin: 0;
  }
  .flex4 h5 {
    width: 150px;
    height: 25px;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 0;
    line-height: 15px;
  }
  /*アクセスページ*/
  /*Googleマップ*/
  .map1 {
    margin-top: 8px;
    margin-bottom: 0;
  }
  .flex8 {
    display: block;
    display: flex;
    flex-wrap: wrap;
  }
  .panf_1 {
    display: none;
  }
  /*パンフレットの案内*/
  .panf {
    margin-bottom: 0;
  }
  .sashie1 {
   /* height: 80px;
    background-position: top;
    background-attachment: scroll;
    margin-bottom: 10px;
    width: 100%;
    margin-top: -100px;*/
	  display: none;
  }
  /*🔹ページここから*/
  .naiyou3 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 33px 20px 37px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 12.5pt;
	  box-sizing: border-box;
  }
  .naiyou5 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 33px 20px 37px;
    letter-spacing: 1px;
    text-align: left;
    font-size: 11.8pt;
	  box-sizing: border-box;
  }
  .flex6 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .haikei2 {
    background-repeat: repeat;
    background-size: 100%;
    background-position: bottom;
    background-attachment: fixed;
    /* background-image: url(images/murasaki2.png);*/
    padding: 10px;
    background-image: url(images/bara.png);
	  width: 100%;
	  box-sizing: border-box;
	  margin-top: -60px;
	  margin-bottom: 50px;
  }
  a {
    margin-right: auto;
    margin-left: auto;
  }
  footer {
    /*background-color: #fbf8f8;*/
    text-align: center;
    width: 90%;
    padding: 20px;
    line-height: 50px;
    font-size: 10pt;
    background-image: url(images/haikei.png);
  }
  .main_image1 {
    max-height: 1000px;
    max-width: 1000px;
    margin-left: -100px;
    margin-right: -100px;
	  display: none;
  }
  .kon {
    display: block;
	  margin-left: 0px;
  }
  tizu {
    display: block;
  }
  .mail2 {
    width: 100%;
	  font-size: 13pt;
  }
  .a {
    width: 380px;
  }
  .zenkoku {
    margin-left: 45px;
  }
  .ps {
    text-align: center;
    margin-left: -20px;
  }
	.shousuu {
	text-align: center;
	font-size:13pt;
	font-weight: 200;
	background-color:#B7DBE3;
	background-size:auto;
	margin-bottom: 20px;
		display: none;
	
}
	.shousuu1 {
	background-color:#E8F8FF;
	background-size:cover;
	padding-left: 20px;
	margin-left: -30px;
		margin: 10px 0;
}

.moushikomi_1 {
	
    background-color:#AFDCAF;
    padding: 15px;
    border-radius: 7px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: 90px;
    font-size: 13pt;
    text-align: center;
	color: #320A0A
  }
}
