@charset "utf-8";

html, body {
    font-family: "Noto Sans JP";
}

body, text {
    word-break: break-all;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 1.6;
    font-size: 15px;
    color: #131a3c;
    min-height: 100vh;
    margin: 0;
    background-color: #d7f4fb;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed; /* 背景を固定 */
}

a {
    text-decoration: none;
    color: #131a3c;
    transition: 0.2s ease-in-out;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

label, button {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

a:hover {
    color: #131a3c;
}

::-moz-focus-inner {
    border: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: bottom;
    width: 100%;
}

h1, h2, h3, h4, p {
    margin: 0;
    font-size: 100%;
    font-weight: 500;
}

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

input, input [type="text"], textarea {
    font-size: 16px;
}

button {
    display: block;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

address {
    font-style: normal;
}

th {font-weight: 500;}


/* common
-----------------------------------------------------*/
.container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.contents_wrap {
    padding: 40px 0;
    overflow: hidden;
}

.contents_wrap2 {
    padding: 0 0 40px;
    overflow: hidden;
}

.contents_wrap3 {
    padding: 40px 0 0;
    overflow: hidden;
}

.contents_inner {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}


/* sp navi
-----------------------------------------------------*/
.gloval_menu {
    position: fixed;
    z-index: 9500;
    cursor: pointer;
    width: 60px;
    height: 60px;
    right: 0;
    top: 0;
    background-color: #fea100;
}

.menu_line {
    background-color: #fff;
    display: block;
    height: 2px;
    left: 15px;
    position: absolute;
    transition: transform .5s;
    width: 50%;
}

.menu_line_top {
    top: 18px;
}

.menu_line_center {
    top: 28px;
}

.menu_line_bottom {
    top: 38px;
}

.menu_line_top.active {
    top: 28px;
    transform: rotate(45deg);
}

.menu_line_center.active {
    top: 28px;
    transform: scaleX(0);
}

.menu_line_bottom.active {
    top: 28px;
    transform: rotate(135deg);
}

.gloval_nav {
    background-color: #fff;
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    z-index: 9400;
}

.gloval_nav_wrap {
    height: 100%;
    width: 100%;
    margin: 60px 0 20px;
}

.gloval_nav_menu li a {
    margin: 5px auto;
    padding: 13px 0;
    width: 80%;
    text-decoration: none;
    text-align: center;
    display: block;
    letter-spacing: 4px;
    border-radius: 5px;
    font-weight: 700;
}

@keyframes fade {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

.sp_tel img {
    display: block;
    width: 64px;
    margin: 30px auto 10px;
}

.tel_denwa a {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
    font-size: 18px;
    letter-spacing: 3px;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    text-align: center;
    border-radius: 100px;
    padding: 15px 0;
    background-color: #ffae00;
    color: #fff;
}


/* top page
-----------------------------------------------------*/
.area_wrap {
    background-color: #fea100;
    padding: 24px;
    color: #fff;
}

.text_large {
    font-size: 22px;
    font-weight: 900;
    text-align: center;
    margin: 0 0 10px;
}

.blue_waku {
    padding: 20px;
    background-color: #e9faff;
    border-radius: 20px;
}

.white_waku {
    padding: 50px 20px 20px;
    background-color: #fff;
    border-radius: 20px;
}

.text_small {
    font-size: 80%;
}

.mv_bg {
    background-image: url(/image/haikei.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 60px 0 0;
}

.muryo img {
    width: 75%;
    margin: 0 auto;
    display: block;
}

.fade-img {
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: 
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.25, 1.5, 0.5, 1);
}

.fade-img.is-show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.block_title img {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
}

.bg_blue {background-color: #c4f5ff;}

.bg_cam {background-image: url(/image/campaign_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.box_wrap {
    padding: 50px 0 0;
    position: relative;
    text-align: center;
}

.box_mgn {
    margin: 0 0 30px;
}

.sub_title {
    font-size: 130%;
    font-weight: 900;
    margin: 0 0 10px;
    color: #1a68b7;
}

.number {
    width: 80px;
    position: absolute;
    top: 0;
    left: 30px;
}

.accordion-content {
    display: none;
}

.accordion-header {
    background-color: #e9faff;
    position: relative;
    padding: 15px 40px 15px 25px;
    margin: 10px 0 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.question-icon {border: 1px solid #000;
    color: #1c54bc;
    display: block;
    align-items: center;
    font-weight: bold;
    margin: 0 15px 0 0;
}

.accordion-header::before,
.accordion-header::after{
    position: absolute;
    content:'';
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #1c54bc;
}

.accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
}

.accordion-header.active::after{transform:rotate(0deg);}

.accordion-content {
    background-color: #fff;
    padding: 12px 20px;
}

.accordion-header:hover {
    background-color: #bde0f2;
}

.flow .number {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.flow .box_wrap {
    padding: 30px 0 0;
    position: relative;
    text-align: center;
}


.flow .white_waku {
    padding: 50px 20px 20px;
    background-color: #fff;
    border-radius: 20px;
}

.kureka {
    margin: 20px 0 0;
}

.contact_text {
    font-weight: 700;
    font-size: 120%;
}

.line {
    margin: 20px 0 30px;
}

.line a img {
    border-radius: 100px;
}

.tel {
    margin: 0 0 20px;
}

.tel a {
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-weight: 700;
    font-size: 45px;
    color: #ffa800;
}

.footer {
    position: fixed;
    bottom: 0;
}

.omakase_img {
    padding: 10px 20px;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
}

.contact_area {
    overflow: hidden;
    width: 100%;
    max-width: 600px;
}

.contact_left {
    width: 50%;
    float: left;
}

.contact_right {
    width: 50%;
    float: right;
    background-color: #ffa200;
}

.contact_left img {
    display: block;
    width: 100%;
}

.contact_right img {
    display: block;
    width: 100%;
}

.bottom_mgn {
    padding: 0 0 30vw;
}
@media (min-width: 601px) {
.bottom_mgn {
    padding: 0 0 180px;
}
}

/* other
-----------------------------------------------------*/
.center, .center2 {
    text-align: center;
}
@media (max-width: 800px) {
.center2 {
    text-align: left;
}
}

.anc {
    padding-top: 30px;
    margin-top: -30px;
}







