@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@400;500;700;900&display=swap');

  /*======= common style =======*/
@charset "utf-8";

/* import font */

/* import font */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    overflow-x: hidden;
}


body {
    font-weight: 500;
    color: #595757;
    line-height: 1.6;
    overflow-x: hidden;
    font-size: 16px;
    font-family: 'Zen Kaku Gothic Antique', "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

@media only screen and (max-width: 360px) {
    body {
        min-width: 320px;
    }
}

a {
    text-decoration: none;
    color: unset;
    transition: 0.2s;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

ul,
li {
    list-style-type: none;
    margin: 0px;
}

img {
    display: block;
    max-width: 100%;
    transition: .2s;
				image-rendering: -webkit-optimize-contrast;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    max-width: 1084px;
    padding: 0 25px;
    margin: 0 auto;
    transition: 0.2s;
}

.container-1200 {
    max-width: 1300px;
    padding: 0px 50px;
}

.l-container {
    max-width: 1350px;
}

.single-container {
    max-width: 1450px;
}

@media (max-width: 1024px) {
    .container {
        max-width: 960px;
    }
    section.section {
        padding: 60px 0 !important;
    }
}

.cl-white {
    color: #ffffff !important;
}

.cl-pink {
    color: #f55a98 !important;
}

.cl-blue {
    color: #009ec6;
}

.d-flex {
    display: flex;
}

.justify-between {
    justify-content: space-between;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.img-center {
    margin: 0 auto;
    width: auto;
}

.sp,
.sp-1024 {
    display: none !important;
}

.pc,
.pc-1024 {
    display: block !important;
}

.alignleft {
float: left;
margin: 0 30px 30px 0;
}

.alignright {
float: right;
margin: 0 0 30px 30px;
}

.aligncenter {
display: block;
margin: 0 auto 30px;
}

/* =====start - header===== */
header {
    position: fixed;
    width: 100%;
    background-color: #fff;
				z-index: 1000;
}

.burger {
    display: none;
    position: relative;
}



.header__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 124px;
    gap: 254px;
    position: relative;
}

.header__inner::after {
    position: absolute;
    content: "";
    width: 372px;
    height: 372px;
    background-color: #fff;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: -112px;
    z-index: 1;
}

.header__logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 22px;
    z-index: 4;
}

.logo-sp {
    display: none;
}

.wrap__menu-mobile {
    display: none;
}

.header__nav {
    display: flex;
    align-items: center;
    align-self: stretch;
    position: relative;
    z-index: 2;
}

.header__nav.--left {
    transform: translateX(40px)
}

.header__nav.--right {
    transform: translateX(20px)
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 36px;
}

.header__menu li a {
    display: block;
    padding: 6px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #009dc5;
    position: relative;
    white-space: nowrap;
}

.header__menu li a::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background-color: #009dc5;
    bottom: 0px;
    left: 0px;
    transition: 0.3s;
}

.header__menu li a:hover::after {
    width: 100%;
}

.wrap-header__bt {
    gap: 12px;
    padding-left: 30px;
}

.header__bt {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 2px 33px;
    border-radius: 20px;
    box-shadow: 2px 6px 7px 0px rgba(0,0,0,0.35);
    white-space: nowrap;
}

.header__bt.--bg-pink {
    background-color: #f6bec8;
}

.header__bt.--bg-blue {
    background-color: #00a1c7;
}

.header-social__link img {
    max-width: 42px;
}
/* =====end - header===== */


/* =========start - footer========= */
footer {
    position: relative;
    background-color: #fff7e5;
}

footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;

    width: 100%;
    top: -66px;
    left: 0;
    height: 305px;
    z-index: 1;
}

.footer__content {
    padding: 0px 11%;
    position: relative;
    z-index: 2;
}

.wrap-footer__menu  {
    align-items: center;
    padding: 30px 0px;  
    gap: 30px;
    justify-content: space-between;
}

.wrap-footer__menu .header__menu li a {
    color: #fff;
    font-size: 26px;
}

.wrap-footer__menu .wrap-header__bt {
    gap: 24px;
}

.footer__content-inner {
    padding: 140px 0px 44px;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.footer__logo {
    max-width: 715px;
    width: 47%;
}

.logo-footer {
    display: block;
    margin-bottom: 48px;
} 

.footer__logo h4 {
    font-size: 26px;
    color: #ee86a1;
    line-height: 1.5;
				font-weight: 900;
}

.footer__logo  p {
    font-size: 24px;
    font-weight: bold;
    color: #727171;
    line-height: 1.4;
    margin-bottom: 20px;
}

.footer__img-sp {
    display: none;
}

.footer__logo .__link {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    background-color: #fcd6bf;
    padding: 6px 16px;
				letter-spacing: 0.2em;
    box-shadow: 4px 6px 7px 0px rgba(0,0,0,0.35);
}

.footer__location {
    flex: 1;
}

.footer__location iframe {
    display: block;
    width: 100%;
    max-width: 654px;
    height: 320px;border-radius: 10px;
    box-shadow: 4px 6px 7px 0px rgba(0,0,0,0.35);
    margin-bottom: 28px;
}

.footer__location a {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    border-radius: 20px;
    background-color: #f6bec8;
    padding: 4px 16px;
    box-shadow: 4px 6px 7px 0px rgba(0,0,0,0.35);
    line-height: 1.2;
				letter-spacing: 0.2em;
}

.footer-copyright {
    color: #fff;
    padding: 16px 20px;
    text-align: center;
    background-color:#ecd37e;
    font-size: 26px;
    font-weight: bold;
				letter-spacing: 0.1em;
}

/* =========end - footer========= */

/* css button back to top */
#back-to-top {
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 70px;
    height: 70px;
    background-color: #174f9f;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: #fff;
    font-size: 14px;
    
}

#back-to-top img {
    margin-bottom: 5px;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
  }

#btncont {
	opacity: 0;
}

#btncont.show {
    opacity: 1;
    visibility: visible;
  }
		
#back-to-top:hover {
    opacity: 0.7;
}
/* css button back to top */

.section-title {
    margin: 0 auto;
    position: relative;
}

.section-title img {
    width: auto;
    margin: 0 auto 14px;
}

.section-title img.wata {
	padding-top: 60px;
}

.section-title img.bird {
    position: absolute;
    top: -72px;
    right: -121px;
    margin: 0px;
}

.section-title h2 {
    font-size: 50px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
}

.section-title h2.title-page {
    font-size: 30px;
    margin-bottom: 45px;
}

.section-title h2.topTopix {
	padding-top: 60px;
}

.title-page {
    font-size: 30px;
				position: relative;
				z-index: 2;
}

.section-title h2 span.small {
    font-size: 57px;
    padding-left: 0px;
    display: inline-block;
    transform: rotate(-10deg) translateY(3px);
}

.section-title p {
    margin-top: 10px;
    text-align: center;
    font-size: 24px;
}

.section-title p.orange {
    color: #d69a65;
    font-size: 20px;
}

.section-title p small {
    font-size: 16px;
}

.section-title.--small h2 {
    font-size: 30px;
				padding-top: 60px;
}

.pd-header {
    padding-top: 330px !important;
}

.position-ab {
    position: absolute;
}

.position-static {
    position: static !important;
}

.no-box-shadow {
    box-shadow: unset !important;
}

.clear:after {
 content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clear {
 display: inline-table;
 overflow: hidden;
}

/* mac \*/
* html .clear {
 height: 1%;
}
.clear {
 display: block;
}
/* macend */

.ptop {
position: fixed;
bottom: 5px;
right: 5px;
z-index: 100;
opacity: 0;
}

.ptop.show {
opacity: 1;
}
