@charset "utf-8";

body {
  background: url("/images/bk.jpg");
  position: relative;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}
header {
  margin-bottom: 15px;
  text-align: center;
}
header h1 {
  width: 100%;
  text-align: center;
  background;
}
header nav {
  width: 100%;
  background: #FFF7D0;
}
header nav ul {
  display: table;
  width: 1100px;
  margin: 0 auto;
  background: #ffffff;
}
header nav li {
  width: 16.6%;
  display: table-cell;
}
header nav li a {
  display: block;
  padding: 0 0 10px;
  color: #333;
  font-size: 1.5rem;
  text-align: center;
}
header nav li a:hover {
  background: #FCD781;
}
.contents {
  width: 1100px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 15px 65px 30px ;
}
.main {
  float: left;
  width: 720px;
  font-size: 1.6rem;
}
.sub {
  float: right;
  width: 320px;
  background: #ffe9a9;
}
.pc_none{display:none;}
}
.sub h2 {
  margin-bottom: 10px;
  padding: 15px 0;
  background: #ffa500;
  color: #fff;
  font-size: 2.8rem;
  text-align: center;
}
.sub >nav >ul > li {
  margin-bottom: 0px;
}
.sub a:hover img {
  opacity: 0.65;
  filter: alpha(opacity=65);
}
.contents-img {
  text-align: center;
  margin-bottom: 60px;
}
footer {
  width: 100%;
  padding: 10px 0;
  background: #000;
  color: #ccc;
}
footer p {
  text-align: center;
}
.mt40 {
  margin-top: 40px !important;
}
p.top-visual img {width: 100%; }

.boxmi11 {
  position: relative;
  margin: 3em 0 1em 0;
  background: #fff6e6;
  box-shadow: 0 2px 3px rgba(0,0,0,.22);
  padding: 22px 8px 22px 8px;
  background-color: #fff6e6;
  background-image:
  linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff6e6 0%, #fff6e6 100%), linear-gradient(180deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 95%, #ed7780 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2;
  color: #ee8992;
  font-weight: bold;
}
.boxmi11-title {
  background: #fff6e6;
  font-size: 1.2em;
  padding: 7px 0 0 16px;
  margin: -16px -8px 16px -8px;
  color: #ee8992;
  font-weight:bold;
}
.boxmi11:after {
  position: absolute;
  content: "";
  top: 25px;
  width: 30%;
  height: 35px;
  opacity: 0.3;
  margin: -35px auto 10px 35%;
  background: #db7093;
  transform: rotate(-2deg);
  left: 10px;
  right: 10px;
}
.boxmi11 p {
  margin: 0;
  padding: 0;
}
/*　テープ　枠　4 */
.kakomi-tape4 {
 position:relative;
 padding: 35px 20px 20px;
 margin: 2.5em auto;
 width: 90%;
 color: #ffffff; /* 文字色 */
 background-color: #effff7; /*BOX背景色*/ 
 box-shadow: 0 2px 5px #999;
}
.title-tape4 {
 position: absolute;
 top: -15px;
 left: 30px;
 padding: 4px 20px;
 color: #555555; /*タイトル色*/
 font-weight: bold;
 background-color: rgba(255,255,255,.1);
 border-left: 2px dotted rgba(0,0,0,.1);
 border-right: 2px dotted rgba(0,0,0,.1);
 box-shadow: 0 0 5px rgba(0,0,0,0.2); 
 transform: rotate(-3deg);
}
.site-title {
    font-family: 'Meiryo', sans-serif;
    font-size: 2.5rem;
    text-align: center;
    margin: 20px 0;
    color: #333;
}
.top-visual {
    text-align: center;
}
.top-visual img {
    width: 100%;
    max-width: 1100px;
    height: auto;
    display: block;
    margin: 0 auto;
}
