@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* *****************************************************************************
Global
***************************************************************************** */
html {
    font-size: 16px;
}
:root{
    --color01: #E45282;
    --color02: #54cfca;
    --color03: #e8e87c;
    --color04: #fce9d6;
    --color05: #fbaea0;
    --color06: #333333;
    --color07: #F7F5F0;
    --color08: #fff;
}
body {
    font-family: 'Noto Sans JP','Yu Gothic Medium','游ゴシック体',YuGothic,'Hiragino Kaku Gothic ProN',sans-serif;
    line-height: 1.7;
    letter-spacing: .05em;
    color: var(--color06);
}
img {
    max-width: 100%;
    height:auto;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}
a {
    color: var(--color06);
    text-decoration: none;
}

/* ===================================================================
Header
=================================================================== */
#header {
    width: 100vw;
    height: 120px;
    position: fixed;
    left: 0;
    top: 0;
    transition: 0.5s;
    z-index: 10;
}
#header.hide {
    transform:translateY(-80px);
}
#header .inner {
    width: 95%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    margin-top: 20px;
    background-color: rgb(255, 255, 255, 0.8);
}
.gnav ul {
    width: 100px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 500px;
    font-family: "Amatic SC", sans-serif;
    font-size: 30px;
}
.gnav ul li {
    margin-left: 30px;
}
/* ハンバーガーメニュー関係 */

/* =======ハンバーガーを押して出てくるメニュー画面の設定======= */
header .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgb(251, 174, 160);
    transition: .4s;
    /* ↓ここで通常時は非表示 */
    opacity: 0;
    visibility: hidden;
}
header .sp-menu ul {
    width: fit-content;
    margin: 100px auto;
}
header .sp-menu ul li a {
    margin-bottom: 24px;
    font-family: "Amatic SC", sans-serif;
    font-size: 30px;
    text-align: center;
    color: #fff;
}
/* =======jQueryで付与されるis-activeによって表示====== */
header .sp-menu.is-active {
    opacity: 1;
    visibility: visible;
}

/* =======ここからメディアクエリ======= */
@media screen and (max-width: 834px) {
/* ↓PCメニューを非表示 */
header .pc-menu {
    display: none;
}
/* ↓ハンバーガーボタンを表示かつ位置などの設定 */
.ham-btn {
    display: block;
    position: fixed;
    right: 78px;
    top: 19px;
    z-index: 100;
    width: 40px;
    height: 40px;
}
/* ham-lineの中身は触らない */
.ham-line {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #626262;
    transition: 0.4s;
}
.ham-line::before,
.ham-line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #626262;
    transition: inherit;
}
.ham-line:before {
    top: -9px;
}
.ham-line:after {
    top: 9px;
}
/* ↓jQueryで付与されるis-activeによってボタンが変形する */
.ham-btn.is-active .ham-line {
    background-color: transparent;
}
.ham-btn.is-active .ham-line::before {
    top: 0;
    transform: rotate(45deg);
}
.ham-btn.is-active .ham-line::after {
    top: 0;
    transform: rotate(-45deg);
}
.header_tel {
    width: 35%;
}
.icon02 {
    padding-top: 5%;
}
}
@media screen and (max-width: 550px) {
.ham-btn {
    right: 29px;
}
.icon02 p {
    display: none;
}
.header_tel a {
    justify-content: center;
}
.icon02 {
    padding-top: 14%;
}
.icon03 {
    padding-right: 31%;
}
}
/* ハンバーガーメニュー終わり*/

/* ===================================================================
    Main はんしんデンタルクリニック
=================================================================== */
main {
    background-color: var(--color07);
    border: 1px solid var(--color07);
}
#web:after {
    content: url(../img/head01.svg);
    position: absolute;
    width: 10%;
    top: 42%;
    right: 45%;
    z-index: -1;
}
#web {
    padding: 120px 47%;
    font-family: "Amatic SC", sans-serif;
    font-size: 72px;
    font-weight: lighter;
    z-index: 1;
    position: relative;
}
.link {
    padding: 5% 0;
    margin: 0 auto;
    display: block;
}
.table01 {
    display: grid;
    grid-template-columns: 25% 70%;
    padding-bottom: 120px;
    grid-auto-rows: 50px;
}
.title01,.title02,.text12 {
    text-align: center;
}
.text12 {
    padding-bottom: 10%;
}
.text02 {
    padding-left: 65%;
    position: relative;
    z-index: 1;
}
.text02:after {
    content: url(../img/head_up01.svg);
    width: 21%;
    position: absolute;
    left: 54%;
    top: 24%;
    z-index: -1;
}
.text01 {
    text-align: left;
    padding-left: 15%;
}
.text03 {
    font-family: "Amatic SC", sans-serif;
    font-size: 48px;
}
.plan01 {
    display: grid;
    grid-template-columns: 25% 70%;
    padding-top: 5%;
    padding-bottom: 60px;
}
.plan02 {
    display: grid;
    grid-template-columns: 25% 70%;
    padding-bottom: 120px;
}
.table03 {
    text-align: left;
    padding-left: 13%;
}
.text05 {
    padding-left: 40%;
    position: relative;
    z-index: 1;
}
.text05:after {
    content: url(../img/head_up02.svg);
    width: 21%;
    position: absolute;
    left: 31%;
    top: 1%;
    z-index: -1;
}
.table02 {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 1fr 2fr 1fr;
    padding-bottom: 120px;
}
li {
    margin-bottom: 5px;
}
.text06 {
    text-align: left;
    padding-top: 60px;
}
.text07 {
    padding-left: 40%;
    position: relative;
    z-index: 1;
    padding-top: 60px;
}
.text07:after {
    content: url(../img/head_up02.svg);
    width: 21%;
    position: absolute;
    left: 32%;
    top: 67px;
    z-index: -1;
}
.design05 {
    padding-top: 5%;
}
.img_design {
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    padding: 80px 0;
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.text08 {
    padding: 0 10% 2% 10%;
    text-align: center;
}
.text12 {
    text-align: center;
}
.text11 {
    padding-bottom: 1%;
    text-align: center;
}
.fecha {
    background-color: var(--color01);
    font-family: "Amatic SC", sans-serif;
    color: #fff;
    display: flex;
    justify-content: flex-end;
}
.coding {
    padding-bottom: 80px;
}
.text09 {
    font-size: 48px;
    padding-top: 2%;
}
.text10 {
    font-size: 88px;
    color: #fff;
    padding-right: 10%;
}
.fecha02 {
    padding: 0 2%;
}
.table03 {
    list-style: square;
}
/* ===================================================================
    FOOTER
=================================================================== */
footer small{

    display: block;
    text-align: center;
    padding: 16px;
  }
/* ===================================================================
    BEANS
=================================================================== */
main {
    background-image: url(../img/bean03.png),
                      url(../img/bean07.png),
                      url(../img/bean10.png),
                      url(../img/bean11.png),
                      url(../img/bean09.png),
                      url(../img/bean12.png);

                      
    background-position: right -12% top 6%,
                         left -22% bottom 71%,
                         right -23% bottom 51%,
                         right -18% bottom 2%,
                         left -23% top 1%,
                         left -15% bottom 30%;

    overflow: hidden;
    position: relative;
}
.fluid09 {
    width: 43vh;
    height: 67vh;
    background: rgb(228, 82, 130, 0.7);
    animation: fluidrotate2 25s ease 0s infinite;
    position: absolute;
    left: -9%;
    transform: rotate(27.96turn);
}
.fluid08 {
    width:60vh;
    height: 50vh;
    background:rgb(232, 232, 124, 0.7);
    animation: fluid-anim 25s ease 0s infinite;
    position:absolute;
    left: -16%;
    top: 20%;
    transform: rotate(95deg);
}
.fluid10 {
    width:60vh;
    height: 40vh;
    background:rgb(251, 174, 160, 0.7);
    animation: fluidrotate 25s ease 0s infinite;
    position:absolute;
    top: 35%;
    right: -11%;
    transform: rotate(100deg);
}
.fluid07 {
    width:60vh;
    height: 40vh;
    background:rgb(251, 174, 160, 0.7);
    animation: fluidrotate 25s ease 0s infinite;
    position:absolute;
    bottom: 15%;
    left: -10%;
    transform: rotate(100deg);
}
/* ANIMATION終わり */
/* ==================================================================
    ハンバーガーボタン
=================================================================== */
/* =======ハンバーガーを押して出てくるメニュー画面の設定======= */
header .sp-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    background: rgb(214, 110, 111);;
    transition: .4s;
    /* ↓ここで通常時は非表示 */
    opacity: 0;
    visibility: hidden;
}
header .sp-menu ul {
width: fit-content;
margin: 100px auto;
}
header .sp-menu ul li {
    margin-bottom: 24px;
    font-family: "游ゴシック","Yu Gothic" ,Yugothic sans-serif;
    font-size: 18px;
    text-align: center;
    color: #fff;
}
/* =======jQueryで付与されるis-activeによって表示====== */
header .sp-menu.is-active {
    opacity: 1;
    visibility: visible;
}
/* =======ここからメディアクエリ======= */
@media screen and (max-width: 834px) {
    /* ↓PCメニューを非表示 */
    header .pc-menu {
      display: none;
}
/* ↓ハンバーガーボタンを表示かつ位置などの設定 */
.ham-btn {
    display: block;
    position: fixed;
    right: 56px;
    top: 19px;
    z-index: 100;
    width: 40px;
    height: 40px;
}
/* ham-lineの中身は触らない */
.ham-line {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color03);
    transition: 0.4s;
}
.ham-line::before,
.ham-line::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color03);
    transition: inherit;
}
.ham-line:before {
    top: -9px;
}
.ham-line:after {
    top: 9px;
}
/* ↓jQueryで付与されるis-activeによってボタンが変形する */
.ham-btn.is-active .ham-line {
    background-color: transparent;
}
.ham-btn.is-active .ham-line::before {
    top: 0;
    transform: rotate(45deg);
}
.ham-btn.is-active .ham-line::after {
    top: 0;
    transform: rotate(-45deg);
}
.header_tel {
    width: 35%;
}
.icon02 {
    padding-top: 5%;
}
}
@media screen and (max-width: 480px) {
    .ham-btn {
        right: 47px;
    }
    .icon02 p {
        display: none;
    }
    .header_tel a {
        justify-content: center;
    }
    .icon02 {
        padding-top: 14%;
    }
    .icon03 {
        padding-right: 31%;
    }
}
.banner_w {
    background-position: right -140px top 3px;
}
/* ===================================================================
    レスポンシブ
=================================================================== */
@media screen and (max-width: 834px) {
.logo02 {
    width: 30%;
}
#header .inner {
    border-radius: 32px;
    margin-top: 20px;
    height: 35%;
}
.table01 {
    grid-template-columns: 33% 67%;
}
.text01 {
    padding-left: 5%;
}
.text02 {
    padding-left: 55%;
}
.text02:after {
    left: 47%;
}
#web:after {
    width: 15%;
    top: 43%;
    right: 40%;
}
.logo {
    width: 50%;
}
.link {
    width: 30%;
}
.text05:after {
    width: 26%;
    left: 30%;
    top: 2%;
}
.text12 {
    padding-left: 9%;
    text-align: left;
}
.img_design {
    width: 100%;
    margin: 0 auto;
}
main {               
    background-position: right -49% top 6%,
                         left -66% bottom 70%,
                         right -74% bottom 45%,
                         right -34% bottom 2%,
                         left -65% top -3%,
                         left -49% bottom 26%;
}
.fluid08 {
    left: -26%;
    top: 23%;
}
.fluid10 {
    top: 30%;
    right: -26%;
}
.fluid07 {
    bottom: 34%;
    left: -17%;
}
.text08 {
    padding: 0 5% 4% 5%;
}
}

@media screen and (max-width: 550px) {
.inner {
    padding: 0 10px;
}
.logo {
    width: 78%;
}
.logo02 {
    max-width: 10px;
}
.link {
    width: 55%;
    padding-bottom: 8%;
}
#web:after {
    width: 31%;
    top: 44%;
    right: 27%;
}
#web {
    padding: 110px 0 80px 155px;
}
.plan01 {
    padding-bottom: 20px;
}
.text01 {
    padding-left: 0%;
    text-align: center;
    padding-bottom: 10%;
}
.table01 {
    display: block;
    text-align: center;
}
.text02 {
    padding-bottom: 5%;
    padding-left: 0;
    text-align: center;
}
.text02:after {
    left: 42%;
}
.text02:after {
    width: 16%;
    top: 19%;
}
.plan01,.plan02,.table02 {
    display: block;
}
.text05 {
    padding-left: 0;
    text-align: center;
    padding-bottom: 5%;
}
.text05:after {
    width: 19%;
    left: 39%;
    top: 15%;
}
.plan02 {
    display: block;
}
.text07:after {
    width: 19%;
    left: 37%;
    top: 71px;
}
.text07 {
    padding-left: 0;
    text-align: center;
}
.text06 {
    text-align: center;
    padding-top: 5%; 
}
.text12 {
    padding-left: 0;
    text-align: center;
}
.text08 {
    padding: 0 0 5% 0;
}
main {               
    background-position: right -114% top 10%,
                         left -112% bottom 79%,
                         right -110% bottom 65%,
                         right -96% bottom 33%,
                         left -62% top -1%,
                         left -92% bottom 51%;
    background-size: 66%;
}
.fluid09 {
    width: 33vh;
    height: 53vh;
    left: -23%;
}
.fluid08 {
    width: 49vh;
    height: 31vh;
    left: -35%;
    top: 26%;
}
.fluid10 {
    width: 45vh;
    height: 39vh;
    top: 33%;
    right: -41%;
}
.fluid07 {
    width: 46vh;
    height: 32vh;
    bottom: 45%;
    left: 65%;
}
.fecha02 {
    padding: 0;
}
.text10 {
    font-size: 75px;
    padding-right: 12%;
}
.text09 {
    font-size: 48px;
    padding-top: 6%;
}
.img_frame {
    display: none;
}
}
/* ===================================================================
    HOVER
=================================================================== */
.c-btn {
    transition-duration: .4s;
}
.c-btn:hover {
transform: scale(1.1);
}
.zoom-box a {
    display: inline-block;
    overflow: hidden;
    transition-duration: .5s;
}
.c-bnr.zoom {
    display: block;
    transition-duration: .5s;
    overflow: hidden;
}
.c-bnr.zoom:hover {
    transform: scale(1.05);
}
img.webimg01.c-bnr.zoom.aos-init.aos-animate:hover {
    transition: 0.5s;
}
.hover_blue:hover {
    color:var(--color02);
}