@charset "utf-8";
/* CSS Document */

html{
  overflow-y : scroll;
}
body {
  color: #545454;
  background: #ffffff;
  font-size-adjust: 100%;
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 2;
}
a {
  color: #545454;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.8;
}
.sp {
  display: none;
}

/*------------------
  ボタン
-------------------*/
.button a {
    padding: 0.8rem 0;
    max-width: 600px;
    width: 100%;
    display: block;
    text-align: center;
    margin: 4rem auto 0;
    font-size: 1.2rem;
    border: 1px solid #545454;
}
.button a:hover {
  opacity: 0.8;
}

/*------------------
  ヘッダー
-------------------*/
.out_header .pc {
    width: 100%;
    border-top: 7px solid;
    border-image: linear-gradient(to right, #e882ff 0%, #fffa8e 50%, #946300 100%);
    border-image-slice: 1;
    position: fixed;
    z-index: 100;
    height: 80px;
    background-color:rgba(255,255,255,0.6);
}
.out_header .pc .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.out_header .pc h1 img {
    display: inline-block;
}
.out_header .pc h1 img {
    max-width: 150px;
    width: 100%;
    height: auto;
}
.out_header .pc ul {
   display: flex;
   justify-content: center;
   margin: 0rem 0 -3rem;
}
.out_header .pc ul li {
   text-align: center;
    margin-left: 4rem;
    margin-top: 1.1rem;
}
.out_header .pc ul li a {
   display: inline-block;
    color: #545454;
   font-size: 1.2rem;
}
.out_header .pc ul li a:hover {
    border-bottom: 1px #545454 dotted;
}


/*------------------
  ページタイトル
-------------------*/
.page_title {
  top: 87px;
  text-align: center;
  position: relative;
  min-height: 220px;
  margin: 0 auto;
  background-image: url(../img/common/title_img.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 80px;
}
.page_title h1 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  font-size: 180%;
  line-height: 1.5;
}
.page_title h1 span {
  font-size: 60%;
}

/*------------------
  h2
-------------------*/
.main_contents h2 {
    position: relative;
    text-align: center;
    font-weight: bold;
    font-size: 2.4rem;
    margin: 0rem 0px 5rem;
    line-height: 1.5;
}
.main_contents h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -15px;/*線の上下位置*/
    display: inline-block;
    width: 160px;/*線の長さ*/
    height: 2px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background: linear-gradient(to right, #e882ff 0%, #fffa8e 50%, #946300 100%);/*線の色*/
}
/*------------------
  h3
-------------------*/
.main_contents h3 {
    text-align: left;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 0rem 0px 1rem;
    line-height: 1.5;
}
.main_contents h3:before {
    content: "";
    padding-right: 10px;
    border-left: 4px solid #c8c8c8;
    margin: 10px 0px;
}
/*------------------
  スタイル
-------------------*/
.bgc_gray {
  background-color: #f3f3f3;
}



/*------------------
  メイン
-------------------*/
.main_contents {

}
.main_contents section .inner {
  max-width: 1000px;
  width: 100%;
  padding: 6rem 1rem;
  margin: 0 auto;

}
/*------------------
  フッター
-------------------*/
footer {
  margin-top: 6rem;
   background-color: #a6a6a7;
   color: #fff;
}
.footer_inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 4rem 0 4rem;
}
footer a {
    color: #fff;
} 
.footer_left {
  max-width: 420px;
  width: 100%;
}
.footer_left .footer_left_title {
    font-size: 1.75rem;
}
.footer_left .footer_txt {
    max-width: 420px;
    width: 100%;
    margin: 0rem 0 1rem;
    line-height: 1.5;
}
.footer_left .mov {
   max-width: 420px;
    width: 100%; 
}
.footer_left .mov iframe {
   width: 100%;
}
.footer_left .button a {
    max-width: 420px;
    border: none;
    background: red;
    margin: 0.5rem 0;
}
.footer_right {
    width: 160px;
    list-style-type: disc;
}
.footer_right ul li {

}
.footer_right ul li a {

}
.footer_bottom {
    color: #fff;
    text-align: center;
}
.footer_bottom .sub {
    padding: 0.5rem;
    font-size: 0.8rem;
    border-bottom: 1px dotted #fff;
}
.footer_bottom .sub a {
    color: #fff;
}
.footer_bottom small {
    font-size: 0.5rem;
}



#toggle {
    display: none;
  }


/*スマホ対応*/  
@media screen and (max-width:501px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp_header {
    height: 68px;
  }
  .sp_header h1 img {
    width: 120px;
    height: auto;
    vertical-align: text-top;
    margin-top: -8px;
  }
  /*------------------
  ボタン
-------------------*/
.button a {
    padding: 0.3rem 0;
    max-width: 300px;
    margin: 1rem auto 0;
}
/*------------------
  ハンバーガーメニュー
-------------------*/
#menu-trigger,
#menu-trigger span {
  display: inline-block;
  transition: all .4s;
  z-index: 100;
}
#menu-trigger {
  position: fixed;
  width: 32px;
  height: 32px;
  top:14px;
  right:14px;
}
#menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #545454;
  border-radius: 4px;
}
#menu-trigger span:nth-of-type(1) {
  top: 0;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(2) {
  top: 10px;
  text-shadow: black 0 0 5px;
}
#menu-trigger span:nth-of-type(3) {
  top: 20px;
  text-shadow: black 0 0 5px;
}
#menu-trigger::after {
  position: absolute;
  top:30px;
  content: 'MENU';
  display: block;
  width: 100%;
  color: #545454;
  font-size: 0.6rem;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  transition: all .4s;
  font-weight: bold;
}
#menu-trigger.active::after {
  content: 'CLOSE';
  top:30px;
}
#menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
#menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
#menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
.br-pc {
  display: none;
}
.spbr {
  display: none;
}

.sp nav {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255,255,255,0.85);
    z-index: 100;
    border-top: 3px solid;
    border-image: linear-gradient(to right, #e882ff 0%, #fffa8e 50%, #946300 100%);
    border-image-slice: 1;
}
.sp nav ul {
    padding: 1rem 0 20rem;
}
.sp nav li {
    padding: 1rem 0;
}
/*------------------
  ページタイトル
-------------------*/
.page_title {
    position: relative;
    min-height: 120px;
    width: 100%;
    top: 2px;
    margin-bottom: 0px;
}
.page_title h1 {
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    text-shadow: black 0 0 5px;
  }
.main_contents h2 {
    font-size: 1.5rem;
    padding: 35px 0px 5px;
}
/*------------------
  h2
-------------------*/
.main_contents h2 {
    margin: 0rem 0px 2.5rem;
}
/*------------------
メイン
-------------------*/
.main_contents section .inner {
    box-sizing: border-box;
    padding: 1rem 1rem;
}
/*------------------
  フッター
-------------------*/
footer {
    margin-top: 3rem;
}
.footer_inner {
  display: block;
  width: 90%;
  padding: 2rem 0 2rem;
}
.footer_left .footer_left_title {
    font-size: 1.3rem;
}
.footer_left .footer_txt {
    font-size: 0.9rem;
}
.footer_left .mov iframe {
    height: 237px;
}
.footer_left .button a {
    font-size: 0.8rem;
}
.footer_right {
    margin: 1.5rem;
}

}



