@charset "UTF-8";
@media screen and (min-width: 770px) {
  /*=========================
▼▼共通▼▼
===========================*/
  body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "Yu Gothic Medium", 'メイリオ', Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 16px;
    line-height: 2.2;
    font-weight: 500;
    color: #000;
    min-width: 1200px;
    overflow-x: hidden;
    background-color: #faf8ed;
  }
  img {
    display: block;
    width: 100%;
    height: auto;
  }
  a {
    width: 100%;
    display: block;
  }
  table {
    width: 100%;
  }
  .pc_none {
    display: none;
  }
  .auto {
    width: 1200px;
    margin: 0 auto;
  }
  /*追加*/
  .webfont_eg {
    font-family: 'Fredoka One', cursive;
  }
  .yellow {
    color: #fcc842;
  }
  .bg_yellow {
    background-color: #f6f2de;
  }
  /*=========================
▲▲共通▲▲
===========================*/
  #container {
    width: 100%;
  }
  #contents {
    width: 100%;
    min-width: 1200px;
    padding: 70px 0 190px;
  }
  #back-top {
    display: none;
    width: 55px;
    position: fixed;
    bottom: 30px;
    right: 5.4%;
    z-index: 99;
  }
  /*=========================
▲▲header▲▲
===========================*/
  header {
    width: 100%;
    padding: 20px 70px 0;
    border-top: 8px solid #fcc842;
    position: relative;
  }
  header .logo {
    width: 250px;
    margin: auto auto auto 0;
    position: absolute;
    top: 23px;
    left: 21px;
    z-index: 1;
  }
  header .header_block {
    display: flex;
    align-items: center;
  }
  header .pc_navi {
    margin-left: auto;
  }
  header .pc_navi .nav {
  margin-right: -24px;
  }
  header .pc_navi .navi_btn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    padding: 20px 20px 46px 20px;
  }
  header .pc_navi .navi_btn.mega::after {
    content: "";
    background-image: url("../img/share/arrow_03.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 35%;
    right: 0px;
    transition: .3s;
  }
  header .pc_navi .navi_btn:hover.mega::after {
    transform: translateY(-3px);
  }
  header .pc_navi .navi_btn p a {
    width: 100%;
    vertical-align: middle;
    position: relative;
    transition: transform .4s;
    padding: 5px 0px;
    font-weight: 600;
    border-bottom: 2px solid #000;
  }
  header .pc_navi .navi_btn .navi_01 {
  	opacity: 0;
  	position: absolute;
  	top: 102px;
  	left: 50%;
  	width: 222px;
  	font-size: 15px;
  	padding: 12px 10px 11px;
  	box-sizing: border-box;
  	transform: translateX(-50%);
  	background-color: #fcc842;
  	transition-duration: .3s;
  	z-index: 99;
  	pointer-events: none;
  }
  header .pc_navi .navi_btn:hover .navi_01 {
    opacity: 1;
    display: block;
    pointer-events: auto;
  }
  header .pc_navi .navi_btn .navi_01 li {
  	margin: 0;
  	display: inline-block;
  	width: 100%;
  	border: none;
  	height: auto;
  	font-size: 14px;
  	padding: 0;
  }
  header .pc_navi .navi_btn .navi_01 li a {
  	display: block;
  	width: 100%;
  	color: #000;
  	height: auto;
  	font-size: 20px;
  	letter-spacing: 0.06em;
  	padding: 13px 5% 12px;
  }
  header .pc_navi .navi_btn .navi_01 li a:hover {
    background-color: #fcefce;
    text-decoration: none;
    color: #000;
  }
  header .tel_box {
    margin-left: 85px;
    letter-spacing: .05em;
  }
  header .tel_box .tel-link {
    font-size: 33px;
    line-height: 1.2;
    margin-bottom: 3px;
  }
  header .tel_box .tel-link span {
    font-size: 20px;
  }
  header .tel_box .closed_day {
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
    font-weight: 600;
  }
  /*=========================
▲▲conts_fv▲▲
===========================*/
  #conts_fv {
    height: 305px;
    margin: 0 auto 68px;
    position: relative;
  }
  #conts_fv .fv_img {
    width: calc(100% - 140px);
    height: 100%;
    margin: 0 auto;
    border-radius: 30px;
    background-image: url("../img/index/fv_img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
  }
  #conts_fv .fv_img .title {
    width: 490px;
    padding: 40px 5% 25px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 205px;
    left: calc(50% - 245px);
    line-height: 1.6;
    letter-spacing: .1em;
    border-radius: 30px;
    background-color: #faf8ed;
  }
  #conts_fv .fv_img span {
    font-size: 47px;
    display: block;
    line-height: 1.4;
    letter-spacing: .1em;
    position: relative;
  }
  #conts_fv .fv_img span:before {
    content: "";
    display: block;
    width: 4px;
    height: 29px;
    background-color: #fcc842;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
  }
  /*=========================
▲▲footer▲▲
===========================*/
  footer {
    padding-right: 7%;
    position: relative;
  }
  footer .footer_block {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 90px 152px;
    border-radius: 0 60px 0 0;
    background-color: #fcc842;
    align-items: center;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  footer .footer_block .title_box {
    width: 600px;
  }
  footer .footer_block .title_box h2 {
    width: 207px;
    margin-bottom: 30px
  }
  footer .footer_block .tel_box {
    width: 310px;
    text-align: right;
    margin-right: 150px;
  }
  footer .footer_block .title_box h2 {
    width: 207px;
    margin-bottom: 25px;
  }
  footer .footer_block .title_box .address {
    margin-bottom: 45px;
  }
  footer .footer_block .title_box .address p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
  }
  footer .pc_navi {
    margin-left: auto;
  }
  footer .pc_navi .navi_btn {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
    font-size: 16px;
    line-height: 1.5;
    margin-right: 25px;
    position: relative;
  }
  footer .pc_navi .navi_btn:last-of-type {
    margin-right: 0;
  }
  footer .pc_navi .navi_btn a {
    width: 100%;
    vertical-align: middle;
    position: relative;
    transition: transform .4s;
    padding: 5px 0px;
    font-weight: 600;
    letter-spacing: 0.03em;
    border-bottom: 2px solid #000;
  }
  footer .pc_navi .navi_btn a:hover {
    opacity: 0.7;
  }
  footer .pc_navi .navi_btn .navi_01 {
    width: 170px;
    position: absolute;
    top: 48px;
    left: 0;
  }
  footer .pc_navi .navi_btn .navi_01 li {
    font-size: 14px;
    line-height: 1.0;
    margin-bottom: 3px;
  }
  footer .pc_navi .navi_btn .navi_01 li:last-of-type {
    margin-bottom: 0;
  }
  footer .pc_navi .navi_btn .navi_01 a {
    border: none;
    text-align: left;
  }
  footer .tel_box .tel-link {
    font-size: 33px;
    line-height: 1.2;
    text-align: right;
    letter-spacing: .05em;
  }
  footer .tel_box .tel-link span {
    font-size: 20px;
  }
  footer .tel_box .closed_day {
    font-size: 13px;
    line-height: 1.5;
    font-weight: 600;
  }
  footer .copyright{
    font-size: 12px;
    position: absolute;
    bottom: 20px; 
    right: 3%;
    writing-mode: vertical-rl;
    white-space: nowrap;
  }
  /*=========================
▼▼スライドイン▼▼
===========================*/
.slide_in_image {
	width: 100%;
    height: 100%;
    display: block;
	position: relative;
    overflow: hidden;
    opacity: 0;
}
.isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
    pointer-events: none;
}
.isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffd54d;
  z-index: 9;
}
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/*=========================
▲▲スライドイン▲▲
===========================*/
}