@charset "utf-8";
body {
  font-family: YuGothic, 'Yu Gothic', 'Yu Gothic UI', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  letter-spacing: 0;
  line-height: 1;
  color: #281F1C;
  font-weight: normal
}
body img{
	width: 100%;
}
.pc-only {
  display: block;
}
.pc-only {
  display: block;
}
.tab-sp-only {
  display: none
}
.sp-only {
  display: none
}
.font-en {
  font-family: "Futura Medium", 'Modern', 'Arial', 'Arial Unicode MS', 'Avenir', sans-serif;
}
/*******************ヘッダー**********************/
.header {
  text-align: center;
  position: relative
}
.logo img {
  height: auto;
  padding: 20px 0;
}
.logo h1 {
  font-size: 33.6px;
  padding-bottom: 7px;
  color: #000;
}
.logo h2 {
  font-size: 8.8px;
  padding-bottom: 20px;
}
.header__pc-only .logo a {
  margin: 20px 0;
}
.header__pc-only .logo img {
  width: 80px;
}
.header__fixd .logo a {
  width: 160px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end
}
.header__tab-sp-only .logo a {
  width: 160px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end
}
.header__menu {
  background: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  width: 100%;
  position: absolute;
  z-index: 2
}
.header__menu ul {
  display: flex;
  justify-content: center;

/* ■■■20210423修正 */
//  padding: 16px 0 0 0;
	padding: 0;
}
.header__menu ul li a {
  color: #281F1C;
  display: block;
  line-height: 60px;
  padding: 0 30px;
}
.header__menu ul li a:hover {
  color: #DF6475;
  transition: .3s
}
.header__fixd {
  position: fixed;
  top: -50px;
  width: 100%;
  background: #FFFFFF;
  z-index: 10;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
}
.header__fixd__menu {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding: 8px 0;
  align-items: flex-end;
	font-size: 18px
}
.header__fixd .logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end
}
.header__fixd .logo img {
  padding: 0;
}
.header__fixd .logo h1 {
  padding: 0;
  margin-left: 12px;
  margin-right: 8px;
}
.header__fixd .logo h2 {
  padding: 0;
  transform: translateY(-5px)
}
.header__fixd__menu_right ul {
  display: flex
}
.header__fixd__menu_right ul li {
  margin-left: 25px;
}
.header__fixd__menu_right ul li a:hover {
  color: #DF6475;
  transition: .3s
}
.header__tab-sp-only .logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
}
.header__tab-sp__menu {
  display: flex;
  width: 100%;
}
.header__tab-sp-only .logo img {
  padding: 0;
}
.header__tab-sp-only .logo h1 {
  padding: 0;
  margin-left: 12px;
  margin-right: 8px;
  transform: translateY(5px)
}
.header__tab-sp-only .logo h2 {
  padding: 0;
}
.header__fixd-2 {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #FFFFFF;
  opacity: .7;
  z-index: 10;
  box-shadow: 0 0 5px 0 rgb(0 0 0 / 30%);
}
.header__fixd-2 .logo a {
  width: 160px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end
}
.header__fixd-2__menu {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding: 8px 0;
  align-items: flex-end;
	font-size: 18px
}
.header__fixd-2 .logo {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end
}
.header__fixd-2 .logo img {
  padding: 0;
}
.header__fixd-2 .logo h1 {
  padding: 0;
  margin-left: 12px;
  margin-right: 8px;
}
.header__fixd-2 .logo h2 {
  padding: 0;
  transform: translateY(-5px)
}
.header__fixd-2__menu_right ul {
  display: flex
}
.header__fixd-2__menu_right ul li {
  margin-left: 25px;
}
.header__fixd-2__menu_right ul li a:hover {
  color: #DF6475;
  transition: .3s
}
/*******************ハンバーガーメニュー**********************/
.header__humburger {
  height: 56px;
  width: 56px;
  border-left: 1px solid #ddd;
  cursor: pointer
}
.header__humburger:hover {
  background: #d86f7c;
  transition: .3s
}
.header__humburger_btn {
  position: relative;
  height: 12px;
  width: 17px;
  margin-top: 50%;
  margin-left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.header__humburger_btn span {
  width: 100%;
  height: 3px;
  background: #888;
  position: absolute;
  display: block;
}
.header__humburger_btn span.line1 {
  top: 0;
}
.header__humburger_btn span.line2 {
  top: 50%;
}
.header__humburger_btn span.line3 {
  top: 100%;
}
.humburger__nav {
  width: 100%;
  background: #333;
  z-index: 300;
  position: absolute;
  display: none;
}
.humburger__nav ul {
  text-align: left;
  margin: 0 auto;
}
.humburger__nav a {
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  line-height: 50px;
  font-weight: normal;
  font-size: 13px
}
.humburger__nav a:hover {
  background: #d86f7c;
  transition: .3s
}
.humburger__nav_open {
  display: block
}
.header__humburger_active {
  background: #333
}
/*******************ページトップ**********************/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
	height: 100%;
}
.arrow::before, .arrow::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
	
}
.sample5-1::before {
  left: -10px;
  width: 12px;
  height: 12px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-top {
  position: fixed;
  width: 60px;
  height: 60px;
  right: 10px;
  bottom: -70px;
  background: #D86F7C;
  z-index: 9999;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: .2s
}
.page-top.active{
	bottom: 10px;
}

.page-top .sample5-1::before {
  left: 45%;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: 1.5px solid #FFFFFF;
  border-right: 1.5px solid #FFFFFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg) translateY(-50%);
}
/*******************フッター**********************/
.footer {
  text-align: center;
  background: rgba(237, 236, 224, .77);
  width: 100%;
}
.footer .logo {
  padding-top: 30px;
  padding-bottom: 44px;
}
.footer .logo a img {
  width: 80px;
}
.footer__menu {
  padding-bottom: 100px;
}
.footer__menu ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.footer__menu ul li a {
  padding: 0 30px;
}
.footer__menu ul li a:hover {
  color: #DF6475;
  transition: .3s
}
.footer_bottom {
  background: #D26187;
  width: 100%;
/* ■■■20210423修正 */
	padding: 50px 0;
}

/* ■■■20210423修正 */
.footer_bottom ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.footer_bottom li {
	width: 130px;
}

.footer_bottom li.fb img ,
.footer_bottom li.ig img {
	width: 52px;
	height: 52px;
}

.footer_bottom li.ut img {
	width: 66px;
	height: 46px;
}

@media(min-width:768px) {
	.footer_bottom li {
		width: 150px;
	}
}





/*******************コンテンツ**********************/
.content-headding {
  font-size: 30px;
  color: #DF6475;
	padding-top: 56px;
	padding-bottom: 36px;
	font-weight: normal;
	font-family: "HiraKakuPro W3-83pv-RKSJ-H", sans-serif;
}
.content-p {
  font-size: 14px;
  line-height: 2;
	font-weight: normal;
	font-family: "HiraKakuPro W3-83pv-RKSJ-H", sans-serif;
}
@media screen and (max-width:1024px) {
  .pc-only {
    display: none;
  }
.pc-tab-only {
  display: block;
}
  .tab-sp-only {
    display: block
  }
  .sp-only {
    display: none
  }
  /*******************ページトップ**********************/
  .page-top {
    right: 0;
    border-radius: 0;
  }
  .page-top.active {
    right: 0;
    bottom: 0;
  }
  /*******************フッター**********************/
  .footer__menu ul li a {
    padding: 0 20px;
  }
  /*******************コンテンツ**********************/
  .content-headding {
    font-size: 22px;
	  padding: 25px 0;
  }
}
@media screen and (max-width:599px) {
  .pc-only {
    display: none;
  }
	.pc-tab-only {
  display: none;
}
  .tab-sp-only {
    display: block
  }
  .sp-only {
    display: block
  }
  .footer .logo {
    padding-bottom: 20px;
  }
  .footer__menu ul {
    flex-direction: column
  }
  .footer__menu ul li {
    padding: 20px 0;
  }
  .footer__menu ul li a {
    font-size: 20px;
    padding: 20px 0;
  }
}