@charset "utf-8";

/** 共通
---------------------------------------- */
li{
  list-style-type: none;
}
a{
  color: #333;
}
img{
  display: block;
}
#pagetop a{
  background-color:#e9546b;
}

.txtcolor-blue{
  color: #004287;
}
.txtcolor-green{
  color: #01452b;
}
.txtcolor-pink{
  color: #eb6ea5;
}
.txtcolor-red{
  color: #cc0000;
}
.txtcolor-orange{
  color: #de561a;
}

@media print,screen and (min-width : 501px){

  /** ページ全体
  ---------------------------------------- */
  .base{
    width:100%;
    min-width:1240px;
  }
  .wrap{
    width:1200px;
    margin:0 auto;
  }
  body{
    font-family:"MPLUSRounded1c-3";
    font-size:16px;font-size:1.6rem;
    color:#323232;
    line-height:1.6;
    background:
      url(../common/images/bird.png) no-repeat center 400px / contain,
      url(../common/images/sun.png) no-repeat left top,
      url(../common/images/clud.png) repeat-x center top,
      url(../common/images/grassy.png) no-repeat center bottom,
      #bbe2f6;
  }
  strong{
    font-family:"MPLUSRounded1c-5";
  }
  .headersp{ 
    display:none; 
  }
  .drawermenu{ 
    display:none; 
  }


  /** Header
  ---------------------------------------- */
  #header{
    margin-top: 20px;
  }
  #headerpc_area .wrap{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content :space-between;justify-content: space-between;-ms-flex-pack: justify;
    -webkit-box-align: center;-ms-flex-align: center;align-items: center;
  }
  #headerpc_area .logo{
    width: 340px;
  }
  #headerpc_area .info{
    text-align: center;
    font-size:14px;font-size:1.4rem;
  }
  #headerpc_area .info .info_tel{
    font-size:28px;font-size:2.8rem;
    line-height: 1.4;
  }

  /** Globalmenu
  ---------------------------------------- */
  #globalmenu_area{
    background-color: #fff;
    padding: 10px 0;
    border-bottom:solid 4px #ff6600;
  }
  #globalmenu_area .menulist{
    width: 100%;
    display:-webkit-box;display:-ms-flexbox;display:flex;
    line-height: 1.2;
    position: relative;
    z-index: 20;
  }
  #globalmenu_area .menulist li{
    width: 100%;
  }
  #globalmenu_area .menulist .parent > a{
    color: #555;
    display: block;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    border-right:dotted 2px #8c8c8c;
    width: 100%;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
  
    font-family:"MPLUSRounded1c-5";
    color: #e9546b;
    font-size:2.0rem;
  }
  #globalmenu_area .menulist .parent > a small{
    font-size:1.6rem;
    color: #8c8c8c;
    display: block;
    font-family:"MPLUSRounded1c-3";
    margin-top: 4px;
  }
  #globalmenu_area .menulist .parent:first-child > a{
    border-left:dotted 2px #8c8c8c;
  }
  #globalmenu_area .menulist li{
    position: relative;
    z-index: 21;
  }
  #globalmenu_area .menulist li ul{
    position: absolute;
    z-index: 22;
    width:300px;
    background: rgba(255,255,255,0.9);
    margin-left:-150px;
    left:50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.3);
    border:solid 1px #b4b4b4;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;
    padding: 10px;
    border-radius:10px;
  }
  #globalmenu_area .menulist li ul li{
    border-top:solid 1px #dfdfdf;
  }
  #globalmenu_area .menulist li ul li:nth-child(1){
    border:none;
  }
  #globalmenu_area .menulist li ul li a{
    display: block;
    font-size:14px;font-size:1.4rem;
    text-decoration: none;
    padding: 16px 0;
  }
  #globalmenu_area .menulist li:hover ul{
    visibility: visible;
    opacity: 1;
  }



  /** キャラ
  ---------------------------------------- */
.globalmenu .menulist > li {
  position: relative;
}
.globalmenu .menulist > li > a {
  position: relative;
  background-color: #fff;
}
.globalmenu .menulist > li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  transform: translate(-50%, 30px);
  opacity: 0;
  z-index: -1;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  pointer-events: none;
}
.globalmenu .menulist > li:hover::before {
  transform: translate(-50%, 0);
  opacity: 1;
}
.globalmenu .menulist > li:nth-child(1)::before {
  background-image: url(../common/images/menu01.png);
}
.globalmenu .menulist > li:nth-child(2)::before {
  background-image: url(../common/images/menu02.png);
}
.globalmenu .menulist > li:nth-child(3)::before {
  background-image: url(../common/images/menu03.png);
}
.globalmenu .menulist > li:nth-child(4)::before {
  background-image: url(../common/images/menu04.png);
}
.globalmenu .menulist > li:nth-child(5)::before {
  background-image: url(../common/images/menu05.png);
}
.globalmenu .menulist > li:nth-child(6)::before {
  background-image: url(../common/images/menu06.png);
}


  /** Main
  ---------------------------------------- */
  .two-column{
    margin-top: 20px;
    display:flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .two-column .side-content{
    width: 230px;
  }
  .two-column .main-content{
    flex: 1;
    margin-left: 20px;
  }

  .title {
    position: relative;
    padding: 10px 20px 10px 100px;
    background-color: #6e101d;
    color: #fff;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.4;
    border-radius: 5px;
    margin-top: 16px;
    font-family:"MPLUSRounded1c-4";
  }
  .title::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 1px dashed #fff;
    border-radius: 3px;
    pointer-events: none;
  }
  .title::before {
    content: "";
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 70px;
    height: 80px;
    background: url(images/title.png) no-repeat center bottom / contain;
    z-index: 1;
  }

  .subtitle {
    position: relative;
    padding: 10px 20px;
    background-color: #cc4d4d;
    color: #fff;
    font-size: 2.2rem;
    line-height: 1.4;
    border-radius: 5px;
    font-family:"MPLUSRounded1c-4";
  }
  .subtitle::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px dashed #fff;
    border-radius: 3px;
    pointer-events: none;
  }




  .innerbox{
    padding: 40px;
    background-color: #fffff7;
  }

  /** side-content
  ---------------------------------------- */
  .side-content .news-content{
    border:solid 4px #004a8e;
    background-color: #fff;
    width: 230px;
    padding: 10px;
    line-height: 1.4;
    font-size:1.4rem;
  }
  .side-content .news-content li{
    padding: 10px 0;
    border-bottom:dotted 2px #c8c8c8;
  }
  .side-content .news-content .date{
    font-size:1.2rem;
    display: block;
  }
  .side-content .news-content a {
    color: #004287;
    font-family:"MPLUSRounded1c-4";
  }
  .side-content .news-content .ichiran a{
    background-color: #004287;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px;
    border-radius:5px;
  }






  .side-content .banners a{
    display: block;
    margin-top: 20px;
  }


  /** Footer
  ---------------------------------------- */
  #footer{
    background-color: rgba(255,255,255,0.8);
    margin-top: 80px;
  }
  #footer a{
    text-decoration: none;
  }
  #footer #footer-contents{
    font-size:16px;font-size:1.6rem;
    text-align: center;
    padding: 40px 0 20px 0;
  }
  #footer #footer-link{
    display:-webkit-box;display:-moz-box;display:-webkit-flexbox;display:-moz-flexbox;display:-ms-flexbox;display:-webkit-flex;display:-moz-flex;display:flex;
    -webkit-justify-content: center;justify-content: center;-ms-flex-pack: center;
  }
  #footer #footer-link li{
    border-right:dotted 2px #8c8c8c;
    padding: 0 20px;
  }
  #footer #footer-link li:first-child{
    border-left:dotted 2px #8c8c8c;
  }
  #footer #copyright{
    text-align: center;
    padding: 20px 0;
    font-size:14px;font-size:1.4rem;
  }


}
@media screen and (max-width : 500px){

  /** ページ全体
  ---------------------------------------- */
  .wrap{
    margin: 0 20px;
  }
  body{
    font-family:"MPLUSRounded1c-3";
    font-size:14px;font-size:1.4rem;
    color:#323232;
    line-height:1.4;

    background:
      url(../common/images/bird.png) no-repeat center 240px / contain,
      url(../common/images/sun.png) no-repeat left top / 40px auto,
      url(../common/images/clud.png) repeat-x center top,
      url(../common/images/grassy.png) no-repeat center bottom / contain,
      #bbe2f6;
  }
  strong{
    font-family:"MPLUSRounded1c-5";
  }
  .headerpc{ 
    display:none; 
  }
  .globalmenu{ 
    display: none; 
  }
  .menu-toggle-line {
    background-color: #555;
  }

  /** ヘッダー
  ---------------------------------------- */
  .header-sp-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
  }
  .header-sp-inner .header-sp-logo {
    width: 200px;
  }

  /** メニューボタン
  ---------------------------------------- */
  .menu-button {
    line-height: 1;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    color: #555;
    padding: 6px 0;
  }
  .menu-toggle {
    margin-bottom: 6px;
  }



  /** ドロワーメニュー
  ---------------------------------------- */
  .drawermenu {
    background-color: #fff;
  }
  .drawermenu-header {
    background-color: #bbe2f6;
  }
  .drawer-nav{
    padding: 20px;
  }
  .drawer-nav li a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    text-decoration: none;
    border-bottom:dotted 2px #8c8c8c;
    font-family:"MPLUSRounded1c-5";
    color: #e9546b;
    font-size:1.6rem;
  }
  .drawer-nav li:first-child a {
    border-top:dotted 2px #8c8c8c;
  }
  .drawer-nav li a small {
    font-size:1.4rem;
    color: #8c8c8c;
    display: block;
    font-family:"MPLUSRounded1c-3";
  }




  /** Main
  ---------------------------------------- */
  .two-column{
    margin-top: 20px;
  }
  .two-column .side-content{
    margin-top: 40px;
  }

  .title {
    position: relative;
    padding: 10px 20px 10px 60px;
    background-color: #6e101d;
    color: #fff;
    font-size: 2.0rem;
    font-weight: normal;
    line-height: 1.2;
    border-radius: 5px;
  }
  .title::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    bottom: 6px;
    left: 6px;
    border: 1px dashed #fff;
    border-radius: 3px;
    pointer-events: none;
  }
  .title::before {
    content: "";
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 50px;
    height: 60px;
    background: url(images/title.png) no-repeat center bottom / contain;
    z-index: 1;
  }

  .subtitle {
    position: relative;
    padding: 10px 20px;
    background-color: #cc4d4d;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    border-radius: 5px;
    font-family:"MPLUSRounded1c-4";
  }
  .subtitle::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    bottom: 4px;
    left: 4px;
    border: 1px dashed #fff;
    border-radius: 3px;
    pointer-events: none;
  }


  .innerbox{
    padding: 20px 10px;
    background-color: #fffff7;
  }



  /** side-content
  ---------------------------------------- */
  .side-content{
    padding: 20px;
    border:solid 4px #fff;
    border-radius:10px;
  }
  .side-content .news{
    background-color: #004a8e;
  }
  .side-content .news img{
    margin: 0 auto;
    padding: 10px 0;
  }
  .side-content .news-content{
    border:solid 4px #004a8e;
    background-color: #fff;
    width: 100%;
    padding: 10px;
  }

  .side-content .news-content li{
    padding: 10px 0;
    border-bottom:dotted 2px #c8c8c8;
  }
  .side-content .news-content .date{
    font-size:1.2rem;
    display: block;
  }
  .side-content .news-content a {
    color: #004287;
    font-family:"MPLUSRounded1c-4";
  }
  .side-content .news-content .ichiran a{
    background-color: #004287;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 6px;
    border-radius:5px;
  }




  .side-content .banners img{
    display: block;
    margin: 0 auto;
    padding: 10px 0;
  }

  .side-content .banners p{
    margin-top: 20px;
    border-radius:10px;
  }

  .side-content .banners .lunch{
    background-color: #a87c36;
  }
  .side-content .banners .bosyu{
    background-color: #faf0e6;
  }
  .side-content .banners .minamikasuga{
    background-color: #ac3a3f;
  }





  /** Footer
  ---------------------------------------- */
  #footer{
    background-color: rgba(255,255,255,0.8);
    margin-top: 60px;
  }
  #footer a{
    text-decoration: none;
  }
  #footer #footer-contents{
    text-align: center;
    padding: 40px 0 20px 0;
  }
  #footer #footer-link li{
    border-bottom:dotted 2px #8c8c8c;
    padding: 10px;
  }
  #footer #footer-link li:first-child{
    border-top:dotted 2px #8c8c8c;
  }
  #footer #copyright{
    text-align: center;
    padding: 20px 0;
    font-size:12px;font-size:1.2rem;
  }


}

