@charset "utf-8";

body {
  background-image: url(../images/haikei2.png);
  font-size: 19px;
  font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
  color: #333333;
}
header {
  width: 100%;
  margin: 0 auto 44px;
}
h1 {
  text-align:center;
  padding: 15px 0px 16px;
}
header h1 img,
.msgSec p.illust img,
.dateSec .layoutWrap > p img {
  width: 40%;
}
header nav ul {
  color: #000000;
  font-size: 19px;
  display: flex;
  justify-content: center;
  border-top: 2px solid #7c5d48;
  border-bottom: 2px solid #7c5d48;
  background-color: rgba(255,255,255,0.42);
  padding: 12px 0px 10px;
}
header nav ul li {
  margin: 0 14px;
}
header nav ul li a {
  font-size: 15px;
  font-weight: bold;
}
header nav ul li a:hover {
  text-decoration: underline double;
}

main {
  display: flex;
  width: 100%;
  background-image: url(../images/haikei.png);
  border-radius: 16px;
  padding: 31px 36px 16px 36px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
  margin-bottom: 22px;
}
.sample_box12 {
  width: 260px;/* 紙の横幅 100%にすると全幅表示に */
  padding: 15px;
  margin: 2em auto;
  background: #fbc7f5;/* 紙の色 */
  color: #000;/* 文字色 */
  box-shadow: 4px 4px 4px rgba(0,0,0,0.03);transform:rotate(2deg);
  word-break: break-all;
}
.sample_box12 p {
   margin: 0; 
   padding: 0;
   font-size: 0.9em;
}
.sample_box12_tape {
   width: 50%;
   height: 35px;
   margin: -25px auto 0;
   background: rgba(251, 234, 144, 0.5);/* テープの色 */
   transform: rotate(-3deg);
   opacity: 0.9;
}
.sample_box12_title {
   text-align: center;
   font-size: 1.3em!important;
   margin-top: 10px!important;
}
.sample_box12_subtitle {
   text-align: center;
   font-size: 0.7em!important;
   margin-bottom: 1em!important;
}
footer {
  width: 100%;
  background-color: #523f2e;
  color: #ffffff;
  text-align: center;
  padding: 14px 10px 14px;
}
@media screen and (min-width: 640px) {
  body {
    background-image: url(../images/haikei2.png);
    font-size: 16px;
    font-family: 'arial','Hiragino Sans','Meiryo',sans-serif;
    color: #333333;
  }
  header {
    width: 100%;
    margin: 0 auto 44px;
  }
  h1 {
    text-align:center;
    padding: 15px 0px 16px;
  }
  header h1 img,
  .msgSec p.illust img,
  .dateSec .layoutWrap > p img {
    width: 40%;
  }
  header nav ul {
    display: flex;
    justify-content: center;
    border-top: 2px solid #7c5d48;
    border-bottom: 2px solid #7c5d48;
    background-color: rgba(255,255,255,0.42);
    padding: 12px 0px 10px;
  }
  header nav ul li {
    margin: 0 20px;
  }
  header nav ul li a {
    font-size: 15px;
    font-weight: bold;
  }
  header nav ul li a:hover {
    text-decoration: underline double;
  }
  main {
    width: 100%;
    background-image: url(../images/haikei.png);
    border-radius: 16px;
    padding: 31px 36px 16px 36px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.16);
    margin-bottom: 22px;
  }
}