body {
  margin: 0;
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}


header .logo img{
    width: 70px;
    height: 70px;
    margin-left: 5%;
  }

header {
  box-shadow:0 3px 8px rgba(0,0,0,0.35);
  height: 20%;
  width: 100%;
  padding: 10px 0 20px 0;
  margin: 0;
}

header a {
  text-decoration: none;
  color: black;
}

.manerite {
  font-family: "Courier New";
  display: inline-block;
  padding-top: 23px;
  margin: 0 5% 0 0;
}

.mapm a{
  text-decoration: none;
  color: #696969;
}
.mapm1 a{
  text-decoration: none;
  color: #696969;
  margin-top: 10px;
}

.mapm1 li{
  margin-top: 10px;
}

.mapm {
  margin:0 29%;
}
.mapm1 {
  margin:0 10%;
}

.c {
  text-align: center;
}

.mainimg img {
  width: 100%;
  filter: drop-shadow(3px 3px 8px rgb(0, 0, 0));
  border-radius: 30px;
}

main .heading {
  font-family :"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 5% 0 2% 0;
  padding: 0.4em 0.5em;
  color: #494949;
  background:blanchedalmond;
  border-left: solid 5px sandybrown;
  border-bottom: solid 3px #d7d7d7;
}
main .heading2 {
  font-family :"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin: 5% 0 2% 0;
  padding: 0.4em 0.5em;
  color: #494949;
  background:rgb(222, 236, 251);
  border-left: solid 5px #6bb6ff;
  border-bottom: solid 3px #d7d7d7;
}


main .childheading {
  font-family :"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-top: 3%;
  padding: 0.4em 0.5em;
  color: #494949;
  border-left:solid 6px #ff8b5f;
}

main .sentence {
  margin: 0 3%;
  color:#494949;
}

.pen {
  background:linear-gradient(transparent 90%, #ffba52 0); 
}

footer {
  margin-top: 10px;
  padding-bottom: 20px;
  width: 100%;
  background-color: black;
  text-align: center;
  box-shadow:-10px -2px 20px rgba(0,0,0,0.35);
}

.chapter_title {
  margin: 5% 0 5% 0;
  text-align: center;
  color: #494949;
}

.gakusyuu_content p{
  text-align: center;
}

.gakusyuu_content a {
  text-decoration: none;
  color: black;
}

.emp {
  padding: 0.5em 1em;
  margin: 2em 0;
  background: #fffaf0;
  border: dashed 2px #ffa07a;
}
.emp p {
  margin: 0; 
  padding: 0;
}

.footer_logo {
  color: aliceblue;
  margin: 0;
}

/*カード型_01*/
.l-wrapper_01 {
  margin: 1rem 2%;
  width: 28%;
  max-width: 28%;
  min-width: 28%;
  display: inline-block;
}

.l-wrapper_01:hover {
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
  transition: all .5s;
}

.card_01 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
  border-radius: 10px;
}

.card__header_01 {
  width: 100%;
  height: 100%;
  display: block;
  flex-wrap: wrap;
}

.card__title_01 {
  padding: 1rem 1.5rem 0;
  font-size: 1.45rem;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
  margin: 0 0 5% 0;
}

.card__text_01 {
  font-size: .8rem;
  text-align:center;
  text-decoration: none;
	padding-bottom: 0;
}

.card__footer_01 {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #4f96f6;
  color: #fff;
  font-weight: bold;
	text-decoration: none;
  width: 100px;
}

.button_01.-compact:hover,
.button_01.-compact:focus {
  background-color: #6bb6ff;
}

.next {
 margin: 60px 0px;
 text-align: center;
 font-size: 1.5em;
}

.next a{
  text-decoration: none;
}

/* comment */
.comment {
  position: relative;
  margin: 2em 0 2em 40px;
  padding: 15px;
  background: #fffaf0;
  border-radius: 30px;
  border: solid 2px #ffa07a;
  box-shadow: 0 3px 5px rgb(0, 0, 0, 0.22)

}

.commetn:before {  
  content: "";
  position: absolute;
  left: -38px;
  width: 13px;
  height: 12px;
  bottom: 0;
  background: #fffaf0;
  border-radius: 50%;
  border: solid 2px #ffa07a;
  box-shadow: 0 3px 5px rgb(0, 0, 0, 0.22)

}

.comment:after {
  content: "";
  position: absolute;
  left: -24px;
  width: 20px;
  height: 18px;
  bottom: 3px;
  background: #fffaf0;
  border-radius: 50%;
  border: solid 2px #ffa07a;
  box-shadow: 0 3px 5px rgb(0, 0, 0, 0.22)

}

.comment p {
  margin: 0; 
  padding: 0;
}

main ul {
  font-size: 20px;
}

main .tousyou {
  width: 85%;
}

h3 {
  padding: 0.5em;
  color: #010101;
  border-bottom: solid 3px black;
}

.quote {
  font-size: 0.75rem;
}

.box {
  border-top: solid 5px #ffa07a;
  box-shadow: 0 3px 5px rgb(0, 0, 0, 0.22)
}

.box a {
  text-decoration: none;
  color: #696969;
}

.boxt {
  border-top: solid 5px #6bb6ff;
  box-shadow: 0 3px 5px rgb(0, 0, 0, 0.22)
}

.red {
  color:red;
}

.notline {
  text-decoration: none;
  color: #4f96f6;
}

.notline:hover {
  text-decoration: none;
  color: #6bb6ff;
}

.footer_logo {
  padding: 0;
  margin-bottom: 8px;
}

.fc a{
  text-decoration: none; 
  color: #6bb6ff;
}

.fc {
  color: white;
  margin: 5px 0 15px 0;
}

.fim {
  margin-top: 30px;
}


#test label{
  cursor: pointer;
}

#test input{
  display: none;
  margin: 0;
}

#test {
  background:linear-gradient(transparent 90%, #6bb6ff 0);
  font-size: 18px;
  font-weight: bold;
  color: red;
}

#test input+label{
  opacity: 0;
}

#test input:checked+label{
  opacity: 1;
}

.menb {
  border-bottom: solid 3px #6bb6ff;
}

.f {
  text-align: center;
}

.moto {
  text-decoration: none;
  color: #696969;
}
.moto:hover{
  text-decoration: none;
  color: #000000;
}

/* PCサイズのCSS */
@media screen and (min-width:1325px){
  
 header img {
    float: left;
    margin: 15px 0 0 70px;
  }

.tablet_area {
  display: none;
}

.phone_area {
  display: none;
}

.item {
  margin-bottom: 5px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 33%;
  width: 100%;
}

.item li {
  display: inline;
  margin-right: 1vw;
}

nav {
  display: inline-block;
}

.menu a {
  text-decoration: none;
  color: #696969;
  display: block;
  line-height: 60px;
  padding: 0 20px; 
}

.item li a{
  position: relative;
  width: 100%;
  text-align: center;
}

.item li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background:#696969;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.item li.a::after,
.item li a:hover::after {
    transform: scale(1, 1);
}

.f_image {
  width: 45%;
  height: 100%;
  filter: drop-shadow(3px 3px 8px rgb(0, 0, 0));
  border-radius: 20px;
}

.english {
  margin:  1vw  3% 0 2vw;
  display: block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
  float: right;
}

.english:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

main {
  margin: 0 10%;
}

main .sentence {
  line-height: 2em;
  letter-spacing: 0.5px;
}

.sentence p {
  font-size: 20px;
}

main p {
  font-size: 20px;
  margin: 3% 0;
}

/* 矢印　前へ */
.btn1{
  margin: 0 4% 0 4%;
  position: absolute;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}


.btn1::before{
  content: '';
  position: absolute;
  bottom: -8px;
  right: 15%;
  width: 85%;
  height: 1px;
  background:#333;
  transition: all .3s;
}

.btn1::after{
  content: '';
  position: absolute;
  bottom:-3px;
  left:0;
  width: 15px;
  height:1px;
  background:#333;
  transform: rotate(-35deg);
  transition: all .3s;
}

.btn1:hover::before{
  right: 20%;
}

.btn1:hover::after{
  left: -5%;
}

/* 矢印　次へ */
.btn2{
  margin-left: 70%;
  text-align: right;
  position: absolute;
  display: inline-block;
  padding: 0 20px;
  color: #333;
  text-decoration: none;
  outline: none;
}


.btn2::before{
  content: '';
  position: absolute;
  bottom:-8px;
  left:15%;
  width: 85%;
  height: 1px;
  background:#333;
  transition: all .3s;
}

.btn2::after{
  content: '';
  position: absolute;
  bottom:-3px;
  right:0;
  width: 15px;
  height:1px;
  background:#333;
  transform: rotate(35deg);
  transition: all .3s;
}

.btn2:hover::before{
  left:20%;
}

.btn2:hover::after{
  right:-5%;
}

.nextmessage {
  color: cornflowerblue;
  font-size: 20px;
}
.box li {
  padding-bottom: 0.8em;
  font-size: 20px;
}
.boxt li {
  padding-bottom: 0.8em;
  font-size: 20px;
}
.backd {
  text-align: center;
}

.back {
  display: inline-block;
  margin-bottom: 50px;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.back:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

/* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
.balloon{
  display: flex;
  margin: 0 0 1.5em 0;
}
.balloonR{
  flex-direction: row-reverse;
}
.balloon-img{
  width: 80px;
  height: 80px;
}
.balloon-img1{
  width: 120px;
  height: 120px;
}
.balloon-text{
  padding: 1em;
  border-radius: 6px;
  position: relative;
  display: flex;
}
.balloon-text-inner{
  margin: auto;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .balloon-text{
  margin: 0 0 0 15px;
  background: #FFEFD5;
}
.balloonR .balloon-text{
  margin: 0 15px 0;
  background: #FFE4B5;
}
.balloonL .balloon-text::before{
  left: -16px;
  border-right: 16px solid #FFEFD5;
}
.balloonR .balloon-text::before{
  right: -16px;
  border-left: 16px solid #FFE4B5;
}
.imre {
  color: #696969;
  font-size: 1rem;
}
.imre1 {
  color: #696969;
  font-size: 1rem;
}
h3 {
  font-size: 22px;
}
}








/* タブレットサイズのCSS */
@media screen and (max-width: 1324px) and (min-width: 1111px) {

  header img {
    float: left;
    margin: 15px 0 0 4vw;
  }

.pc_area {
  display: none;
}

.phone_area {
  display: none;
}

.item {
  margin-bottom: 5px;
  list-style: none;
  text-align: right;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 11vw;
}

.item li {
  display: inline;
  margin-right: 1vw;
}

nav {
  display: inline-block;
}

.menu a {
  text-decoration: none;
  color: #696969;
  display: block;
  line-height: 60px;
  padding: 0 20px; 
}

.item li a{
  position: relative;
}

.item li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 2px;
  background:#696969;
  transition: all .3s;
  transform: scale(0, 1);
  transform-origin: center top;
}

.item li.a::after,
.item li a:hover::after {
    transform: scale(1, 1);
}

.f_image {
  width: 60%;
  height: 100%;
  filter: drop-shadow(3px 3px 8px rgb(0, 0, 0));
  border-radius: 20px;
}

.english {
  margin:  2vw 2vw 1vw 1vw;
  display: inline-block;
  position: absolute;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}

.english:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}

main {
  margin: 0 10%;
}

.btn1{
  text-decoration: none;
  margin: 8px 5% 8px 1%;
  position: absolute;
  display: inline-block;
  padding: 5px 35px;
  outline: none;
  height: 35px;
  width: 120px;
  background: #FAA55C;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #d4842c;
  font-size: 20px;
}


.btn1:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}


.btn2{
  margin-left: 60%;
  margin-top: 6px;
  text-align: right;
  position: absolute;
  display: inline-block;
  padding: 5px 35px;
  outline: none;
  height: 35px;
  width: 120px;
  text-decoration: none;
  background: #FAA55C;
  color: #fff;
  line-height: 37px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 1px 2px 4px #d4842c;
  font-size: 20px;
}

.btn2:active{
  -ms-transform: translateY(2px);
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  box-shadow:none;
}

.nextmessage {
  text-decoration: none;
  color: cornflowerblue;
  font-size: 18px;
}

main p {
  margin: 3% 0;
  font-size: 20px;
}
.box li {
  padding-bottom: 0.8em;
  font-size: 20px;
}
.backd {
  text-align: center;
}
.back {
  display: inline-block;
  margin-bottom: 50px;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
  transition: .4s;
}
.back:hover {
  background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
}
/* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
.balloon{
  display: flex;
  margin: 0 0 1.5em 0;
}
.balloonR{
  flex-direction: row-reverse;
}
.balloon-img{
  width: 80px;
  height: 80px;
}
.balloon-img1{
  width: 120px;
  height: 120px;
}
.balloon-text{
  padding: 1em;
  border-radius: 6px;
  position: relative;
  display: flex;
}
.balloon-text-inner{
  margin: auto;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .balloon-text{
  margin: 0 0 0 15px;
  background: #FFEFD5;
}
.balloonR .balloon-text{
  margin: 0 15px 0;
  background: #FFE4B5;
}
.balloonL .balloon-text::before{
  left: -16px;
  border-right: 16px solid #FFEFD5;
}
.balloonR .balloon-text::before{
  right: -16px;
  border-left: 16px solid #FFE4B5;
}
.imre {
  color: #696969;
  font-size: 1rem;
  margin-top: 80px;
}
.imre1 {
  color: #696969;
  font-size: 1rem;
}


.box li {
  padding-bottom: 0.8em;
  font-size: 20px;
}

.boxt li {
  padding-bottom: 0.8em;
  font-size: 20px;
}
h3{
  font-size: 25px;
}
}








/* スマホサイズのCSS */
@media screen and (max-width:1111px){

header .logo img {
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 0 0 50px;
}

.manerite {
  font-family: "Courier New";
  display: inline-block;
  padding-top: 10px;
  margin: 0;
  font-size: 54px;
}

.tablet_area {
  display: none;
}

.pc_area {
  display: none;
}

 header {
   padding: 60px 0 70px 1%;
 }

 header li {
   list-style: none;
  }

  .f_image {
    width: 80%;
    height: 100%;
    filter: drop-shadow(3px 3px 8px rgb(0, 0, 0));
    border-radius: 20px;
  }

  .english {
    vertical-align: top;
    margin: 10px 3vw 0 3vw;
    display: inline-block;
    padding: 13px 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 40px;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
  }
  
  .english:hover {
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  }

  .hamburger {
    margin-top: 60px;
    margin-right: 50px;
    display : block;
    position: absolute;
    z-index : 3;
    right : 30px;
    top   : 20px;
    width : 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
  }

  .hamburger span {
    display : block;
    position: absolute;
    width: 40px;
    height: 2px;
    left: 6px;
    background-color:black;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition   : 0.3s ease-in-out;
    transition        : 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 25px;
  }
  .hamburger span:nth-child(3) {
    top: 40px;
  }

    /* スマホメニューを開いてる時のボタン */

  .hamburger.active {
    position: fixed;
  }

  .hamburger.active span:nth-child(1) {
    top : 16px;
    left: 6px;
    background :#fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform   : rotate(-45deg); 
     transform        : rotate(-45deg);
  }
  
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    background :#fff;
    -webkit-transform: rotate(45deg);
    -moz-transform   : rotate(45deg);
    transform        : rotate(45deg);
  }
  
  /* メニュー背景　*/
.top_ch h1{
  font-family: 'Vollkorn', serif;
  margin:50px 0;
  font-size: 50px;
}

  nav.menu {
    position: fixed;
    z-index : 2;
    top  : 0;
    left : 0;
    color: #fff;
    background-color: #FAA55C;
    text-align: center;
    width: 50%;
    height: 100%;
    transform: translateX(200%);
    transition: all 0.6s;
  }
  
  nav.menu ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }
  
  nav.menu ul li {
    list-style-type: none;
    padding: 3% 0;
    width: 100%;
    transition: .4s all;
    font-size: 38px;
  }
  nav.menu ul li:last-child {
    padding-bottom: 0;
  }
  nav.menu ul li:hover{
    background :black;
  }
  
  nav.menu ul li a {
    display: block;
    color: #fff;
    padding: 1em 0;
    text-decoration : none;
  }
  
  /* クリックでjQueryで追加・削除 */
  nav.menu.active {
    opacity: 100;
    display: block;
     transform: translateX(100%);
  }

  main .heading {
    font-size: 50px;
  }

  main .childheading {
    font-size: 45px;
    font-family :"游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    margin-top: 3%;
    padding: 0.4em 0.5em;
    color: #494949;
    border-left:solid 6px #ff8b5f;
  }
  
  main {
    margin: 0 2% 10% 2%;
  }

  main .sentence {
    font-size: 50px;
    color:#494949;
  }

  main p {
    margin: 3% 0;
    font-size: 40px;
  }

  .btn1{
    text-decoration: none;
    margin: 50px 5% 8px 4%;
    position: absolute;
    display: inline-block;
    padding: 30px 50px;
    outline: none;
    height: 36px;
    width: 120px;
    background: #FAA55C;
    color: #fff;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 2px 4px #d4842c;
    font-size: 50px;
    border-radius: 50px;
  }
  
  .btn1:active{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow:none;
  }


  .btn2{
    margin-left: 69%;
    margin-top: 50px;
    text-align: right;
    position: absolute;
    display: inline-block;
    padding: 30px 50px;
    outline: none;
    height: 36px;
    width: 120px;
    text-decoration: none;
    background: #FAA55C;
    color: #fff;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 1px 2px 4px #d4842c;
    font-size: 50px;
    border-radius: 50px;
  }

  .btn2:active{
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow:none;
  }

  .nextmessage {
    text-decoration: none;
    color: cornflowerblue;
    font-size: 30px;
  }
  
  .box li {
    padding-bottom: 0.8em;
    font-size: 25px;
  }

  .boxt li {
    padding-bottom: 0.8em;
    font-size: 25px;
  }
  #test {
    background:linear-gradient(transparent 90%, #6bb6ff 0);
    font-size: 22px;
    font-weight: bold;
    color: red;
  }
  .backd {
    text-align: center;
  }
  .back {
    display: inline-block;
    margin-bottom: 50px;
    padding: 20px 80px;
    border-radius: 60px;
    text-decoration: none;
    color: #FFF;
    background-image: linear-gradient(45deg, #FFC107 0%, #ff8b5f 100%);
    transition: .4s;
    font-size: 40px;
  }
  .back:hover {
    background-image: linear-gradient(45deg, #FFC107 0%, #f76a35 100%);
  }
  /* ------------------------- */
/* -------- 吹き出し -------- */
/* ------------------------- */
.balloon{
  display: flex;
  margin: 0 0 1.5em 0;
}
.balloonR{
  flex-direction: row-reverse;
}
.balloon-img{
  width: 80px;
  height: 80px;
}
.balloon-img1{
  width: 120px;
  height: 120px;
}
.balloon-text{
  padding: 1em;
  border-radius: 6px;
  position: relative;
  display: flex;
}
.balloon-text-inner{
  margin: auto;
  font-size: 35px;
}
.balloon-text::before,.balloon-text::after{
  content: '';
  position: absolute;
  top: 19px;
  font-size: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.balloonL .balloon-text{
  margin: 0 0 0 15px;
  background: #FFEFD5;
}
.balloonR .balloon-text{
  margin: 0 15px 0;
  background: #FFE4B5;
}
.balloonL .balloon-text::before{
  left: -16px;
  border-right: 16px solid #FFEFD5;
}
.balloonR .balloon-text::before{
  right: -16px;
  border-left: 16px solid #FFE4B5;
}
.imre {
  color: #696969;
  font-size: 1rem;
  margin-top: 160px;
}
.imre1 {
  color: #696969;
  font-size: 1rem;
}
.chapter_title {
  margin: 5% 0 5% 0;
  text-align: center;
  color: #494949;
  font-size: 60px;
}
/*カード型_01*/
.l-wrapper_01 {
  margin: 1rem 2%;
  width: 45%;
  max-width: 45%;
  min-width: 45%;
  display: inline-block;
  filter: drop-shadow(3px 3px 10px rgb(182, 180, 180));
}

.card_01 {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, .16);
  color: #212121;
  text-decoration: none;
  border-radius: 35px;
}

.card__header_01 {
  width: 100%;
  height: 100%;
  display: block;
  flex-wrap: wrap;
}

.card__title_01 {
  padding: 1rem 1.5rem 0;
  font-size: 30px;
  order: 1;
  margin-bottom: 0.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.card__thumbnail_01 {
  margin: 0;
  order: 0;
}

.card__image_01 {
  width: 100%;
  margin: 0 0 5% 0;
}

.card__footer_01 {
  padding: 1rem;
  border-top: 1px solid #ddd;
}

.button_01 {
  display: inline-block;
  text-decoration: none;
  transition: background-color .3s ease-in-out;
  text-align: center;
}

.button_01 a {
  text-decoration: none;
}

.button_01.-compact {
  padding: 20px 100px;
  border-radius: 50px;
  background-color: #4f96f6;
  color: #fff;
  font-weight: bold;
	text-decoration: none;
  font-size: 20px;
  width: 35%;
}
/* カードここまで */

h3 {
  font-size: 30px;
}

.mapm li{
  font-size: 40px;
}

.mapm{
  margin: 0 10% 0 20%;
}

.footer_logo {
  padding: 0;
  margin-bottom: 8px;
}

.fc a{
  text-decoration: none; 
  color: #6bb6ff;
}

.fc {
  color: white;
  margin: 5px 0 15px 0;
}

.fim {
  margin-top: 30px;
}
}
