@charset "utf-8";
/**
 * ***************************************
 * ページ全体に関わるCSSの設定
 * ***************************************
 */
html *, ::before, ::after {
  box-sizing: border-box;
}
/* フォント */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
body {
  background-image: url("../images/back-image.jpg");
}
/* ベースのリンクカラー */
a {
  text-decoration: none;
}
/* レスポンシブイメージと画像下スペース防止 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* 画像下のスペースを消す */
}
li {
  list-style: none;
}

@media (max-width: 769px) {
  .pop-icon {
    display: none;
  }
}
@media (min-width: 768px) {
  .pop-icon {
    position: fixed;
    display: flex;
    flex-flow: column;
    right: 0;
    bottom: 50px;
  }
  .pop-img {
    width: 100px;
    margin: 5px 0 5px 0;
  }
  .pop-img:hover {
    opacity: .5;
  }
}

@media (max-width: 769px){
    main {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
    .main-logo {
    width: 60%;
    margin: 45px auto 30px auto;
  }
    .br-sp{
        display: block;
    }
}
@media (min-width: 768px) {
  main {
    text-align: center;
  }
  .main-logo {
    width: 300px;
    margin: 90px auto;
  }
    .br-sp{
        display: none;
    }
}
/* モバイル向けボタン */
.navbtn {
  position: fixed;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-image: url("../images/nav-open-60px.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.navbtn.close {
  background-image: url("../images/nav-close-60px.jpg");
}
@media (min-width: 768px) {
  .navbtn {
    display: none;
  }
}
/* ヘッダーナビゲーション */
@media (max-width: 769px) {
  #pc-navi {
    display: none;
  }
  #global-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    width: 100%;
  }
  .header-nav {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-nav.collapse {
    display: none;
  }
  .menu {
    max-width: 100%;
    text-align: center;
  }
  .menu a {
    display: block;
    padding: 20px 0 20px 0;
    text-decoration: none;
    color: #2e2e2e;
    font-size: 17px;
    background: #fbeff6;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  }
    .single-menu a{
        display: block;
    padding: 30px;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    background: #e9a4b7;
    cursor: pointer;
    }
    .single-menu a:hover{
        background: #f3c0ce;
    }
  label {
    display: block;
    padding: 30px;
    line-height: 1;
    color: #fff;
    font-size: 18px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    background: #e9a4b7;
    cursor: pointer;
  }
  label:hover {
    background: #f3c0ce;
  }
  input {
    display: none;
  }
  .menu ul {
    margin: 0;
    padding: 0;
    background: #fbeff6;
    list-style: none;
  }
  .menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #menu_bar00:checked ~ #links00 li, #menu_bar01:checked ~ #links01 li, #menu_bar02:checked ~ #links02 li, #menu_bar03:checked ~ #links03 li, #menu_bar04:checked ~ #links04 li {
    height: 54px;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  #global-nav {
    display: none;
  }

  nav {
    z-index: 9999;
    width: 100%;
    height: 100px;
    position: fixed;
    top: -16px;
    left: 0px;
  }
  ul.ddmenu {
    text-align: center; /* メニューバー外側の余白(ゼロ) */
    background-color: #fff; /* バーの背景色(濃い赤色) */
    box-shadow: 0 2px 10px 0 #a8a8a8;
  }
  /* -------------------------- */
  /* ▼メインメニュー項目の装飾 */
  /* -------------------------- */
  ul.ddmenu li {
    width: 180px; /* メニュー項目の横幅(125px) */
    display: inline-block; /* ★1:横並びに配置する */
    list-style-type: none; /* ★2:リストの先頭記号を消す */
    position: relative; /* ★3:サブメニュー表示の基準位置にする */
  }
  ul.ddmenu a {
    background-color: #fff; /* メニュー項目の背景色(濃い赤色) */
    color: #3a3a3a; /* メニュー項目の文字色(白色) */
    line-height: 50px; /* メニュー項目のリンクの高さ(40px) */
    text-align: center; /* メインメニューの文字列の配置(中央寄せ) */
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-size: 15px;
    text-decoration: none; /* メニュー項目の装飾(下線を消す) */
    display: block; /* ★4:項目内全域をリンク可能にする */
  }
  ul.ddmenu a:hover {
    background-color: #d60079; /* メニュー項目にマウスが載ったときの背景色(淡いピンク) */
    color: #fff; /* メニュー項目にマウスが載ったときの文字色(濃い赤色) */
  }
  /* ▼サブメニューは、とりあえず非表示にしておく */
  ul.ddmenu ul {
    display: none; /* ★5:非表示にする */
  }
  /* -------------------- */
  /* ▼サブメニューの装飾 */
  /* -------------------- */
  ul.ddmenu ul {
    display: none; /* ★1:標準では非表示にする */
    margin: 0px; /* ★2:サブメニュー外側の余白(ゼロ) */
    padding: 0px; /* ★3:サブメニュー内側の余白(ゼロ) */
    position: absolute; /* ★4:絶対配置にする */
  }
  ul.ddmenu ul a {
    display: block;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    background: #fbe9f3;
    color: #3a3a3a;
  }
  ul.ddmenu ul a:hover {
    background: #f8cfe6;
    color: #3a3a3a;
  }
  /* ---------------------------------- */
  /* ▼サブメニューがある場合に開く処理 */ /* ※サブメニューが1階層しか存在しない場合の記述 */
  /* ---------------------------------- */
  ul.ddmenu li:hover ul {
    display: block; /* ★5:マウスポインタが載っている項目の内部にあるリストを表示する */
  }
  .contact {
    display: inline-block;
    background-color: #d60079;
    color: #fff;
  }
}
/* ヘッダーナビゲーションここまで */


/* 見出し */
@media (max-width: 769px) {
    h1{
        width: 80%;
        margin: 70px auto 85px auto;
    }
}
@media (min-width: 768px) {
    h1{
    width: 300px;
        margin: 100px auto 130px auto;
    }
}


@media (max-width: 769px){
    .website-container{
        width: 90%;
        margin: 0 auto;
    }
    .website-cap{
        display: inline-block;
	    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        line-height: 1.6rem;
        letter-spacing: 0.5px;
	    text-align: justify;
	    width: 100%;
    }
    .link-btn a{
        color: #fff;
        background: #d60079;
        display: inline-block;
	    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        letter-spacing: 0.5px;
        font-size: 18px;
        padding: 15px 25px;
        border-radius: 50px;
        margin-top: -5px;
    }
    .link-btn a:hover{
        opacity: .6;
    }
    .kadai-page{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
        line-height: 1.5rem;
    }
    .kadai-link{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
        border-bottom: 1px solid #2e2e2e;
    }
    .kadai-link:hover{
        opacity: .6;
    }
    .logo-title{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
	    font-size: 16px;
	    font-weight: Bold;
    }
    .logo-sum{
        width: 90%;
    }
    .aqbanner-container{
        width: 90%;
        margin: -5px auto 30px auto;
        display: flex;
    }
    .aqbanner-box1{
        width: 25%;
        margin-right: 10px;     
    }
    .aqbanner-box2{
        width: 75%;
        margin-left: 10px;
    }
    .aqbanner-yoko{
        margin-bottom: 10px;
    }
    .attention-container{
        width: 100%;
        margin: 5px auto 30px auto;
        padding: 5px 10px;
        border: 1px solid #2e2e2e;
    }
    .attention-title{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
	    font-size: 15px;
	    font-weight: Bold;
        margin-bottom: -5px;
    }
    .attention-text{
        display: inline-block;
	    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        line-height: 1.5rem;
        letter-spacing: 0.5px;
	    text-align: justify;
        width: 90%;
        font-size: 14px;
    }
}
@media (min-width: 768px){
    .kadai-page{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
        line-height: 1.5rem;
        font-size: 14px;
    }
    .kadai-link{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
        border-bottom: 1px solid #2e2e2e;
        font-size: 14px;
    }
    .kadai-link:hover{
        opacity: .6;
    }
    .website-box{
        width: 950px;
        max-width: 100%;
        display: flex;
        margin: 20px auto;
    }
    .website-img{
        width: 450px;
        padding-right: 7px;
    }
    .website-cap{
        display: inline-block;
        width: 500px;
        padding-left: 7px;
	    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        line-height: 1.6rem;
        letter-spacing: 0.5px;
	    text-align: justify;
        font-size: 15px;
    }
    .logo-title{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
	    font-size: 16px;
	    font-weight: Bold;
        margin-top: 10px;
        display: inline-block;
        border-bottom: 1px solid #2e2e2e;
}
    .logo-box{
        width: 850px;
        display: flex;
        margin: -10px auto 40px auto;
    }
    .logo-sum{
        width: 400px;
        padding-right: 7px;
    }
    .website-cap{
        display: inline-block;
        width: 450px;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        line-height: 1.6rem;
        letter-spacing: 0.5px;
	    text-align: justify;
        font-size: 15px;
    }
    .link-btn a{
        color: #fff;
        background: #d60079;
        display: inline-block;
	    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        letter-spacing: 0.5px;
        font-size: 15px;
        padding: 15px 25px;
        border-radius: 50px;
        margin-top: -5px;
        margin-bottom: 20px;
    }
    .link-btn a:hover{
        opacity: .6;
    }
    .aqbanner-container{
        width: 460px;
        display: flex;
        margin: 0 auto;
    }
    .aqbanner-box1{
        width: 110px;
        padding-right: 7px;
    }
    .aqbanner-box2{
        width: 350px;
        padding: 5px;
    }
    .aqbanner-yoko{
        padding-left: 7px;
        padding-bottom: 10px;
    }
    .attention-container{
        width: 580px;
        margin: 5px auto 30px auto;
        padding: 5px 5px;
        border: 1px solid #2e2e2e;
    }
    .attention-title{
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        letter-spacing: 1px;
	    font-size: 15px;
	    font-weight: Bold;
        margin-bottom: -5px;
    }
    .attention-text{
        display: inline-block;
	    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
        color: #2e2e2e;
        line-height: 1.5rem;
        letter-spacing: 0.5px;
	    text-align: justify;
        width: 90%;
        font-size: 14px;
    }
}


@media (max-width: 769px){
h3{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #2e2e2e;
    line-height: 1.75rem;
    letter-spacing: 1px;
	font-size: 16px;
	font-weight: medium;
	margin-top: 60px;
	margin-bottom: 5px;
}
}

@media (min-width: 768px){

h3{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #2e2e2e;
    line-height: 1.65rem;
    letter-spacing: 1px;
	font-size: 18px;
	font-weight: medium;
	margin-top: 60px;
	margin-bottom: -7px;
}
}



/* 全ページ共通フッター */
@media (max-width: 769px) {
  .page-footer {
    background: #d60079;
    margin-top: 70px;
  }
  .footer-container {
    padding: 2px 5%;
    text-align: center;
  }
  .copyright {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #ffffff;
    font-size: 13px;
  }
}

@media (max-width: 769px){
    .footer-container {
    max-width: 100%;
    padding: 3px 20px;
    background: #d60079;
    margin-top: 70px;
  }
    .copyright {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #ffffff;
    font-size: 12px;
  }
    .footer-logo {
    width: 50%;
    margin: 40px auto 30px auto;
  }
}

@media (min-width: 768px) {
  .footer-container {
    max-width: 100%;
    padding: 3px 20px;
    background: #d60079;
    margin-top: 70px;
  }
  .footer-container {
    padding: 2px 5%;
    text-align: center;
  }
  .copyright {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    color: #ffffff;
    font-size: 13px;
  }
  .footer-logo {
    width: 200px;
    margin: 40px auto 30px auto;
  }
}