/* Default ---------------------------------------------------------------- */
html {
  height: 100%;
}
/* Global */

body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  color: #1A1A1A;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  height: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

/*title*/

h2 {
  font-size: 33px;
  font-weight: 500;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  color: #AC87C5;
  text-align: center;
  white-space: nowrap;

}


/* Global ----------------------------------------------------------------- */

body {
  color: #333;  
  background-color: #ece4f1; 
}
body.home,
body.post-type-archive,
body.search,
body.single,
body.post-template-default,
body.cusutom_post_type_02-template-default,
body.page-template-default,
body.error404 {
}

a {
  transition: 0.3s;
  color: #1A1A1A;
}

a:hover {
  text-decoration: none;
}

a img {
  transition: 0.5s;
}

a:hover img {
  opacity: 0.7;
}

a.btn {
  display: block;
  width: 230px;
  color: #ffffff!important;
  padding: 8px 0;
  background: #AC87C5;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 0 auto;
}

a.btn img {
  margin-right: 10px;
}

a.btn:hover {
  opacity: 0.7;
}

.more_btn {
  display: inline-block;
  font-weight:normal;
  white-space: nowrap;
  font-size: 16px;
  line-height: 48px;
  padding: 0px 12px;
  border: 1px solid #AC87C5;
  border-radius: 50px;
}

.more_btn:before {
  content:"→";
  background: #AC87C5;
  color: #fff;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
}

.more_btn:hover:before  {
transform: translate(5px,0px);
}

hr {
    display: block;
    unicode-bidi: isolate;
    margin-block-start: 0.5em;
    margin-block-end: 0.5em;
    margin-inline-start: auto;
    margin-inline-end: auto;
    overflow: hidden;
    border-style: inset;
    border-width: 1px;
}

/* main ---------------------------------------------------------------- */
main {
  width: 100%;
  margin: 0 auto;
  z-index: 10;
}

/* #container ---------------------------------------------------------------- */
#container {
  width: 100%;
  max-width: 1278px;
  min-width: 1000px;
  min-height: 500px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;    
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

/* Header ----------------------------------------------------------------- */
header {
  width: 286px;
  /*padding-bottom: 10000px;
  margin-bottom: -10000px;*/
  border-right: 1px solid #AC87C5;
}

header h1 {
  margin: 21px 20px 25px 27px;
}

header .catch_copy {
  text-align: center;
  color: #AC87C5;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  margin-bottom: 10px;
}

header #header-inner {
  margin: 0 auto;
  position: relative;
  padding: 0 29px 50px 27px;
}

/* nav(PC) */
header #header-inner nav {
  width: 100%;
  margin-bottom: 78px;
}

header #header-inner nav .gnav {
  width: 100%;
  margin: 0 auto 30px;
}

header #header-inner nav .gnav li.option {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid #AC87C5;
  padding: 10px 15px;
}

header #header-inner nav .gnav li.option span {
  display: block;
  font-size: 12px;
}

header #header-inner nav .gnav li.option a.label,header #header-inner nav .gnav li.option label {
  display: block;
  padding: 12px 0;
}

header #header-inner nav .gnav li.option a:hover {
  color: #AC87C5;
}

/*side_banner*/

header .side_banner {
  margin-bottom: 50px;
}
header .side_banner li {
  margin-bottom: 20px;
}

header .side_banner li img {
  width: 100%;
  height: auto;
}

/*accordion*/
header #header-inner nav.accordion {
}
header #header-inner nav.accordion .toggle {
display: none;
}
header #header-inner nav.accordion .option {
position: relative;
}
header #header-inner nav.accordion .gnav label {
  padding: 12px 0;
}
header #header-inner nav.accordion .gnav label:hover {
  color: #AC87C5
}
header #header-inner nav.accordion .title,
header #header-inner nav.accordion .content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.5s;
}
header #header-inner nav.accordion .title {
display: block;
}
header #header-inner nav.accordion .title::after,
header #header-inner nav.accordion .title::before {
content: "";
position: absolute;
right: 10px;
top: 1.5em;
width: 1px;
height: 0.75em;
background-color: #AC87C5;
transition: all 0.5s;
}
header #header-inner nav.accordion .title::after {
transform: rotate(90deg);
}
header #header-inner nav.accordion .content {
max-height: 0;
overflow: hidden;
font-size: 14px;
}
header #header-inner nav.accordion .content ul li {
  list-style-type: disc;/* リストの左側に黒丸 */
  margin: 5px 0 5px 24px;/* リストの左側に余白 */
}
header #header-inner nav.accordion .toggle:checked + .title + .content {
max-height: 500px;
transition: all 2.5s;
}
header #header-inner nav.accordion .toggle:checked + .title::before {
transform: rotate(90deg) !important;
}


nav.globalMenuSp {
  display: none;
  right: -120%;
}

header #header-inner .img_box {
  text-align: center;
  margin: 0 auto 30px;
}

header #header-inner .form {
  border:1px solid #000;
  display: flex;
  width: 92%;
  margin: 0 auto;
  height: 30px;
  border-radius: 50px;
}

header #header-inner input.keyword {
  line-height: 30px;
  width: 100%;
  outline: none;
  padding-left: 3px;
  border-radius: 0 50px 50px 0;
}

header #header-inner input.submit {
  display: block;
    width: 16px;
    height: 28px;
    border-radius: 50px 0 0 50px;
    border-color: transparent;
    background-color: #fff;
    background-image: url(../img/icon_search.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 10px 0 15px;
}

header #header-inner .header_btn li {
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 40px;
}

header #header-inner .header_btn li a {
  color: #fff;
  padding: 3px 22px;
  background: #8ADAB2;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
}

header #header-inner .header_btn li a img {
  margin-right: 10px;
}

header #header-inner .header_btn li a:hover {
  opacity: 0.7;
}

header #header-inner .header_link {
  margin-bottom: 50px;
}
header #header-inner .header_link li {
  font-size: 16px;
  margin-bottom: 28px;
  line-height: 40px;
}

header #header-inner .header_link li a {
  padding: 3px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  border: 1px solid #AC87C5;
}

header #header-inner .header_link li a img {
  margin-right: 5px;
}

header #header-inner .header_link li a:hover {
  opacity: 0.7;
}

/* #contents ---------------------------------------------------------------- */
#contents {
  width: 100%;
  max-width: 992px;
}

/* Footer ----------------------------------------------------------------- */

footer { 
  width: 100%;
  max-width: 1278px;
  min-width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "Arial", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  position: sticky;
  top: 100vh;
  background: #AC87C5;
}
footer #footer-inner {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content:space-between;
  align-items: center;
  font-size: 12px;
  color:#fff;
  padding: 10px 2%;
}

footer #footer-inner .footer-link {
  display: flex;
}

footer #footer-inner .footer-link li {
  font-size: 12px;
  padding-right: 10px;
}

footer #footer-inner .footer-link li a {
  color: #fff;
}

footer #footer-inner .footer-link li:after {
  content: "|";
  color: #fff;
  padding-left: 10px;
}
footer #footer-inner .footer-link li:last-child:after {
  content: none;
}

footer #footer-inner .footer-link li a:hover {
  text-decoration: underline;
}

footer #footer-inner .footer-text {
  display: flex;
}
footer #footer-inner .text01 {
  padding: 0 10px;
}
footer #footer-inner .text02 {
  padding: 0 10px;
}
footer #footer-inner .text03 {
  padding: 0 10px;
}

.copyright {
  background: #333;
  color: #fff;
  font-family: "Arial", "メイリオ";
  font-size: 11px;
  line-height: 24px;
  text-align: center;
}
/* PageTop ----------------------------------------------------------------- */

#page-top a{
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #AC87C5;
    border: solid 2px #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（スマホ用） */
  /* Global */

    body  {
      font-size: 14px;
      font-weight: 400;
      line-height: 1.7;
    }

    /*title*/
    h2 {
      font-size: min(5vw,33px);
      line-height: calc(24/25);
    }


    /* Global ----------------------------------------------------------------- */
    .pc {
      display: none;
    }
    .sp {
      display: block;
    }
    .br:after {
      content: '\A';
      white-space: pre;
    }
    
      /* main ---------------------------------------------------------------- */
    main {
    }

    /* #container ---------------------------------------------------------------- */
    #container {
      max-width: 100%;
      min-width: 100%;
      min-height: calc(100vh - 145px);
    }
  
    /* Header ----------------------------------------------------------------- */
    header {    
      width: 100%;
      background: #fff;
      box-sizing: content-box;
      height: 50px;
      z-index: 30;
      padding: 2px 0;
      position: fixed;
      top: 0;
	    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    }
  
    header a {
      color: #fff;
    }

    header #header-inner {
      width: 96%;
      max-width: 900px;
      height: 50px;
      margin: 0 auto;
      padding: 5px 0 0;
      position: relative;
    }

    header #header-inner h1 {
        margin: 0;
      font-size: 0;
    }
    header #header-inner h1 img {
      width: auto;
      height: 40px;
    }
  
    header #header-inner .header_link {
      display: none;
    }
  
    header #header-inner .side_banner {
      display: none;
    }
   
    /*　ハンバーガーメニューボタン　*/
    .hamburger {
      display : block;
      position: absolute;
      z-index : 50;
      right : 0;
      top   : 4px;
      width : 42px;
      height: 42px;
      cursor: pointer;
      text-align: center;
    }
    .hamburger span {
      display : block;
      position: absolute;
      width   : 30px;
      height  : 2px ;
      left    : 6px;
      background : #AC87C5;
      -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: 20px;
    }
    .hamburger span:nth-child(3) {
      top: 30px;
    }

    /* スマホメニューを開いてる時のボタン */
    .hamburger.active span:nth-child(1) {
      top : 20px;
      left: 6px;
      background :#AC87C5;
      -webkit-transform: rotate(-45deg);
      -moz-transform   : rotate(-45deg);
      transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
      top: 20px;
      top: 20px;
      background :#AC87C5;
      -webkit-transform: rotate(45deg);
      -moz-transform   : rotate(45deg);
      transform        : rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
      display: block;
      min-width: inherit;
      position: fixed;
      z-index : 2;
      top  : 54px;
      right : -120%;
      color: #fff;
      background:#AC87C5;
      text-align: center;
      width: 92%;
      transition: all 0.6s;
      height: 100vh;/*表示する高さ*/
      overflow: auto;
      -webkit-overflow-scrolling: touch;
    }

    nav.globalMenuSp ul {
      margin: 0 auto;
      padding: 0;
      width: 100%;
      text-align: left;
    }

    nav.globalMenuSp ul li {
      width: 100%;
      margin: 0 auto;
      transition: .4s all;
    }
    nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
      border-bottom: none;
    }

    nav.globalMenuSp ul li a {
      display: block;
      color: #fff;
      padding: 1em 25px;
      text-decoration :none;
      background: #AC87C5;
      font-weight: bold;
      position: relative;
      border-bottom: 1px solid #fff;
    }

    nav.globalMenuSp ul li a:after {
      content: "▶";
      position: absolute;
      left: 8px;
      font-size: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
    }
  

    nav.globalMenuSp ul li .search {
      display: block;
      color: #fff;
      padding: 1em 0;
      text-decoration :none;
      background: #AC87C5;
      font-weight: bold;
      position: relative;
      border-bottom: 1px solid #fff;
    }
  

    nav.globalMenuSp ul li .search input {
      background: #fff;
      color: #333;
    }
  
  
    nav.globalMenuSp ul li .toggle_title {
      position: relative;
      padding: 15px 25px;
      cursor: pointer;
      text-align: left;
      line-height: 1.4;
      border-bottom: 1px solid #fff;
    }
    nav.globalMenuSp ul li .toggle_btn {
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translateY(-50%);
      display: block;
      width: 24px;
      height: 24px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
      border-radius: 50%;
    }
    nav.globalMenuSp ul li .toggle_btn:before, .toggle_btn:after {
      display: block;
      content: '';
      background-color: #fff;
      position: absolute;
      width: 10px;
      height: 2px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
    nav.globalMenuSp ul li .toggle_btn:before {
      width: 2px;
      height: 10px;
    }
    nav.globalMenuSp ul li .toggle_title.selected .toggle_btn:before {
      content: normal;
    }
    nav.globalMenuSp ul li .toggle_contents dd {
      display: none;
    }
    nav.globalMenuSp ul li .toggle_contents ul li:last-child {
      border-bottom: 1px solid #fff;
    }
    nav.globalMenuSp ul li .toggle_contents ul li a {
      padding:0.5rem 45px;
      border-bottom: 0;
    }
    nav.globalMenuSp ul li .toggle_contents ul li a:after {
      left: 25px;
    }

    #header a {
      color: #fff;
    }

    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
      opacity: 100;
      display: block;
      top:54px;
      right: 0;
    }

    /* #contents ---------------------------------------------------------------- */
    #contents {
      width: 100%;
      max-width: 100%;
      padding: 54px 0 0;
    }

    /* Footer ----------------------------------------------------------------- */
    footer { 
      width: 100%;
      max-width: 100%;
      min-width: 100%;
      margin: 0 auto;
    }
    footer #footer-inner {
      padding: 20px 2%;
      display: block;
      white-space: nowrap;
    }

    footer #footer-inner .footer-link {
      display: flex;
      justify-content: center;
      margin-bottom: 20px;
    }

    footer #footer-inner .footer-text {
      display: block;
      justify-content: center;
    }
  
    .copyright {
      font-size: min(2.66vw,10px);
    }


    /* PageTop ----------------------------------------------------------------- */

    #page-top a{
        height: 35px;
        width: 35px;
        position: fixed;
        right: 4%;
        bottom: 30px;
        background: #AC87C5;
        border: solid 1px #fff;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    .pagetop__arrow {
        height: 10px;
        width: 10px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        transform: translateY(20%) rotate(-45deg);
    }
}
