@charset "UTF-8";

/* ----------ヘッダー構築----------*/
#top-head {
  position: absolute;
  width: 100%;
  height: 57px;
  padding: 0px;
}

#top-head2 a {
    line-height: 1.4;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.flame_top{
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.sp_head{
height: 48px;
padding: 0px;
z-index: 99;
background: rgba(255, 255, 255, 0.80);
}   

/* ---1280以上---*/
@media screen and (min-width: 1280px) {
  #top-head {
    max-width: 100%;
    padding: 0px 0 0px;
    top:0;
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    z-index: 2000;
  }
    
/*PC版ヘッダーのアイコン*/
.fa-envelope:before,
.fa-mobile-screen:before,
.fa-location-dot:before
{
    color: #FFF;
}   
}
/* -----------------PCメニュー----------------- */
.menu_pc {
	position: relative;
	width: 100%;
/*	max-width: 950px;*/
	margin: -20px 0 0 170px;
}

.menu_pc > li {
	float: left;
	width: 180px;
	height: 50px;
	line-height: 50px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
/*    border-left: 1px solid #CCC;*/
}

.menu_pc > li a {
	display: block;
	color: #FFF;
    padding: 0 0 0 10px;
}

.menu_pc > li:fast-child {
	width: 250px;
}

.menu_pc > li a:hover {
	color: #999;
}


.menu_pc a {
　width: 90%;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.menu_pc a::after {
  position: absolute;
  bottom: 2px;
  left: 8px;
  content: '';
  width: 90%;
  height: 2px;
  background: #9489e5;
  opacity: 0;
/*
  visibility: hidden;
  transition: .3s;
*/
    text-align: center;
}
.menu_pc a:hover::after {
  bottom: -4px;
  opacity: 1;
  visibility: visible;
}

/* ----------logo---------- */
  .mini_logo {
      position: absolute;
      width: 140px;
      top:10px;
      left: 10px;
  }

  .mini_logo2 {
      width: 150px;
      margin: 0 auto;
  }

@media screen and (min-width: 769px) {
  .mini_logo {
      position: absolute;
      top:10;
      left: 250;
  }
}

/* ----------グローバルメニューの文字------------ */

.text_en {
    font-size: 18px;
    line-height: 1.0;
    font-family: 'Cinzel', serif;
    margin: 0px auto 0px;
    padding-top: 0px;
    text-align: center;
    font-weight: 300;
}

.text_ja {
    font-size: 12px;
    line-height: 0.6;
    margin: 0px auto 0px;
    padding-top: 0px;
   font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}



/* ----------ハンバーガー三/SP版のみ------------ */
.fix-menu_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 16.6%;
  height: 50px;
  z-index: 999;
}

.fix-menu_sp2 {
  position:absolute;
　top: 0;
  right: 7%;
  height: 50px;
  z-index: 99;
  background: #d98295;
}

.menu01 {
  display: block;
}
/*=====1240以上=====*/
@media screen and (min-width: 1280px) {
  .fix-menu_sp {
    position: fixed;
    top: 0;
    left: 0;
    width: 80px;
    height: 56px;
  }
}
.menu01 {
  height: 20px;
  position: absolute;
  top: 15px;
  left: 10%;
  transform: translateX(-50%);
  width: 22px;
  z-index: 9;
}
.han_text {
  position: absolute;
  top: 20px;
  font-size: 9.5px;
  font-family: sans-serif;
  left: 50%;;
  transform: translateX(-50%);
  color: #ffffff;
}
.menu__line {
  background: #ffffff;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line2 {
  background: #333;
  display: block;
  height: 2px;
  position: absolute;
  transition: transform 0.3s;
  width: 100%;
}

.menu__line--center {
  top: 7px;
}
.menu__line--bottom {
  bottom: 4px;
}
.menu__line--top.active {
  top: 8px;
  transform: rotate(45deg);
}
.menu__line--center.active {
  transform: scaleX(0);
}
.menu__line--bottom.active {
  bottom: 10px;
  transform: rotate(135deg);
}

/* ----------ハンバーガー内のメニューナビ---------- */
.nav02 {
  width: 85%;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0px 0;
}
.nav02 ul {
  display: block;
  list-style-type: none;
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
  letter-spacing: -0.1em;
  font-size: 95%;
  margin: 10px;
}
.nav02 ul li {
  text-align: center;
  line-height: 2;
}
.nav02 ul a:after {
  content: '';
  display: block;
  clear: both;
}

/* ----------ハンバーガーの中/SP版のみ---------- */
.gnav {
 background: rgba(255, 255, 255, 1);
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: -1;
  top: 0px;
  right: 0px;
  margin: 0px auto;
  overflow: auto;
}
.gnav__wrap p {
  font-size: 13px;
}
.gnav .logo {
  width: 150px;
  margin: 0 auto 10px;
}
.gnav .logo_big {
  margin: 0 0px 10px;
}

@media(min-width:1023px){
.gnav .logo_big {
  margin: 10px 10px 15px;
}
}

/*=====320以下=====*/
@media (max-width: 320px) {
  .gnav__wrap {
    margin: 20px 20px;
    font-family: serif;
  }
}
/*=====768以下=====*/
@media (max-width: 768px) {
  .gnav__wrap {
    margin: 20px 20px;
  }
}
/*=====769以上=====*/
@media (min-width: 769px) {
  .gnav__wrap {
    width: 45%;
    margin: 20px auto;
  }
}

/* ----------ハンバー中の二つ並べる/SP版のみ---------- */
.koumoku {
  float: left;
  width: 48%;
  height: 32px;
  padding: 2px 0px 0;
  border-bottom: 1px solid #999;
  letter-spacing: -0.05em;
}
.text_ko {
  float: none;
  width: auto;
  height: 32px;
  margin-left: 52%;
  padding: 2px 0px 0;
  border-bottom: 1px solid #999;
  letter-spacing: -0.05em;
}
nav ul .koumoku a,
nav ul .text_ko a {
  color: #fff;
  display: block;
  font-size: 13px;
  text-shadow: 1px 2px 3px #666;
}
/* ----------ハンバーガー内メニュー/SP版のみ---------- */
.innder_sp ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px;
}

.innder_sp li {
  flex: 30%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0px;
  font-size: 14px;
  line-height: 2em;
  background: #D98295;
}
.innder_sp li a {
  display: block;
  padding: 7px 10px;
}
.innder_sp li a:hover {
  opacity: 0.7;
}

.black_i{
color: #333;
}

.innder_sp li.highlight {
  flex: 00%;
  margin-bottom: 2%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 3px;
  font-size: 14px;
  line-height: 2em;
  text-align: center;
  background: #fff;
  letter-spacing: -0.1em;
  border: 1px solid #EEE;
}

.innder_sp li.highlight a {
  font-weight: bold;
  color: #333;
}

.innder_sp .add {
  text-align: center;
}

.innder_sp span {
  font-size: 20px;
}

.innder_sp span a {
  color: #333;
}

@media(min-width:1280px){
  .innder_sp li {
    flex: 100%;
  }
}

/* ----------footer_spボタン---------- */

  .bottom_01 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 50px;
  }

  .bottom_01 li {
    width: 16.6%;
    padding: 10px 0 0;
    line-height: 1.05;
  }
  .bottom_01 li a {
    color: #fff;
  }
  .bottom_01 span,
  .foot_sns span{
    display: block;
    font-size: 10px;
    font-family: sans-serif;
    color: #fff;
    padding-top: 2px;
  }

  .inner_sp {
    max-width: 1240px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #d98295;
  }

.header_03{
      background:none; 
}

.innder_sp li {
    flex: 30%;
    margin-bottom: 2%;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 13.5px;
    line-height: 2em;
}
}

/*-------headボタン●---------*/
.head_Circle {
    margin: 5px auto;
    overflow:hidden;
    width: 70px;
    z-index: 9999;
}
.head_Circle ul {
    float: left;
    margin: 0;
    padding: 3px;
    list-style: none;
}
.head_Circle li {
    float: left;
}
.head_Circle a {
    display: block;
    margin-right: 8px;
    padding: 8px 5px;
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    border: solid 0px #999;
    width: 3.5em;
    height: 3.5em;
    line-height: 1.5em;
    border-radius: 50%;
    text-align: center;
    background: #d98295;
}


.head_Circle span {
    display: block;
    font-size: 6px;
    line-height: 1;
    font-family: sans-serif;
    color: #fff;
    padding-top: -15px;
}


/* ----------sp版追従フッター---------- */
@media(max-width:1279px){
.bottom_01 {
position: fixed;
bottom: -100px;
left: 50%;
transform: translateX(-50%);
width: 90%;
z-index: 99;
transition: all ease .4s;
background: rgba(148, 137, 229, 0.85);
width: 100%;
padding-bottom: calc(env(safe-area-inset-bottom) * .5);
border-top: 1px solid #FFF;
  }

.bottom_01.is-show {
    bottom: 0px;
  }
}

@media(min-width:1280px){
  .bottom_01 ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #fff;
    font-size: 18px;
      background: #d98295;
  }

  .bottom_01 li {
    width: 28%;
    margin: 2%;
    padding: 8px 0 0;
    line-height: 1.05;
  }
  .bottom_01 li a {
    color: #fff;
  }
  .bottom_01 span {
    display: block;
    font-size: 10px;
    font-family: sans-serif;
    color: #fff;
    padding-top: 1px;
  }

  .inner_sp {
    top: 0; 
    right: 0;
    width: 100%;
    max-width: 200px;
    height: 56px;
    background: rgba(217, 130, 149, 0);
}
}
/* -----------------ページトップへ----------------- */
.pagetop {
  position: fixed;
  bottom: 80px;
  right: 0px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  background: #be85be;
  border-radius: 5%;
  padding-top: 7px;
  border: 1px solid #fff;
  opacity: 80%;
}
.pagetop img {
  vertical-align: top;
}

/* -----------------sns----------------- */
.h_sns {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100px;
  margin: 10px auto;
}

.h_sns a {
  display: block;
  margin-right: 8px;
  padding: 0;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  border: solid 0px #999;
  width: 2em;
  line-height: 2em;
  border-radius: 50%;
  text-align: center;
  background: #d98295;
}

/* -----------------アコーディオン----------------- */
.accordion {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}

.accordion-title {
  padding: 8px;
  font-size: 14px;
  color: #FFF;
}
.accordion-content{
  display: none;
  padding: 5px;
  background: #DDD;
  color: #333!important;
}

.accordion-content a:hover{
  text-decoration: underline;
}

/* 矢印 */
.accordion-title {
  position: relative;
}
.accordion-title::after {
  border-right: solid 2px #FFF;
  border-top: solid 2px #FFF;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: 170px;
  top: 35%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}


.accordion_one {
  max-width: 1024px;
  margin: 5px auto;
}

.accordion_one a{
display: block;
    line-height: 2;
}

.accordion_one .add_left{
padding-left: 1em;
    
}


.accordion_one .accordion_header {
  background-color: #9489e5;
  color: #fff;
  font-size: 14px;
  padding: 7px 2%;
  text-align: center;
  position: relative;
  z-index: +1;
  transition-duration: 0.2s;
margin: 10px 0;
}
.accordion_one:nth-of-type(1) .accordion_inner .accordion_header {
  background-color: #D98295;
}
.accordion_one:nth-of-type(1) .accordion_inner .accordion_inner  .accordion_header {
  background-color: #999;
}

.accordion_one .accordion_header:hover {
  opacity: .6;
}
.accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-0deg);
  transform: rotate(-0deg);
}
.accordion_one .accordion_header .i_box .one_i:before, .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 6px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 16px;
  top: 0;
  left: 6px;
}
.accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.accordion_one .accordion_inner .box_one {
  height: 300px;
}
.accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}


.accordion_one:nth-of-type(1) .accordion_inner .accordion_inner .accordion_header {
    background-color: #CCC;
}

@media screen and (max-width: 1024px) {
  .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .accordion_one .accordion_header {
    font-size: 14px;
    text-align: left;
  }
}
