@charset "utf-8";
/*共通*/
*{
    min-width: 0;
    min-height: 0;
}

html{
    font-size: 100%;
}
body{
    font-family: 'Scheherazade New','Noto Serif JP','Yomogi','Playfair Display','Klee One',cursive,游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    background-color: #F8F8FF;
    line-height: 1.7;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
}
.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4%;
}
.add p{
    padding: 20px 0;
    text-align: center;
}

#service .page-title,
#profile .page-title,
#work .page-title,
#contact .page-title{
    font-size: 3rem;
    text-align: center;
    color: #000000;
    margin-top: 70px;
    text-transform: uppercase;
}


/* 大きな背景画像 ----*/
.big-bg{
    background-size: cover;
    background-position: center top;
}


/*header*/
.header-logo-menu{
    display: none;
}
.page-header{
    display: flex;
    justify-content: space-between;
    padding: 0 3% 0 4%!important;
}
.page-header h1{
    font-family: 'Klee One', cursive;;
}
.page-header a,
.main-nav a{
    color: #000000;
}
.logo{
    width: 200px;
    margin-top: 20px;
}
.page-header a:hover,
.main-nav a:hover,
#home .page-header a:hover,
#home .main-nav a:hover{
    color: #D0F2D3;
}
.main-nav a:hover,
#home .main-nav a:hover{
    font-size: 1.35rem;
}

.main-nav{
    display: flex;
    font-size: 1.23rem;
    text-transform: uppercase;
    text-align: center;
    list-style: none;
    margin-top: 2%;
}
.main-nav li{
    font-family: 'Klee One', cursive;
    height: 70px;
    margin:15px 0 10px;
    padding: 20px 30px;
    line-height: 1.2;
    text-align: center;
}

.service_top,
.profile_top,
.work_top,
.contact_top{
    background-image: url(../images/page-top.jpg);
    min-height: 50vh;
    object-fit: cover;
}

/*footer*/
footer{
    background-color: #ccc;
    text-align: center;
    padding: 15px 0px;
}
footer p{
    font-size: 1.2rem;
    color: #000;
}
.nail_fotter{
    font-family: 'Yomogi';
}
.fab{
    color: #000;
    font-size: 45px;
    margin: 10px;
}
/*topへの遷移*/
#page_top{
    width: 50px;
    height: 50px;
    position: fixed;
    right: 15px;
    bottom: 110px;
    opacity: 0.6;
}

/*home*/
.album .home-content {
	position: absolute;
	top: 0;
	left: 25%;
}

.start.is-active {
    display: block;
}

.start{ 
    display: none;
    opacity: 0;
    animation-name:toppage;
    animation-duration:5s; 
    animation-fill-mode: forwards;
}
@keyframes toppage {
    0% {
    opacity: 1;
    transform: translateY(-50px);
    }
    50%{
    opacity: 1;
    transform: translateY(0);
    }
    80% {
    opacity:0;
    transform: translateX(0);
    } 
    100% {
    opacity:0;
    transform: translateX(2000px);
    } 
}
.start {
    background: #fff;
    background-image: url(../images/theme.jpg);
    position: fixed;
    background-size: cover;
    background-position: center center;
	top: 0;
	left: 0;
    width: 100%;
	min-height: 200vh;
	z-index: 9000;
}
.theme{
    font-size: 3rem;
    text-align: center;
    margin-top: 200px;
}
.theme_e{
    font-family: 'Dancing Script', cursive;
    font-size: 2.5rem;
    text-align: center;
    margin-top: 10px;
}

#home{
    background-image: linear-gradient(35deg,rgba(255,255,255,.4), rgba(0,0,0) 61%),
    url(../images/top_bg.jpg);
    min-height: 90vh;
    margin: 1% 3%;
}
#home .page-header{
    display: flex;
    justify-content: space-between;
}
#home .page-header a,
#home .main-nav a{
    color: #fff;
}
#home .main-nav li{
    border-color: #fff;
}
.home-content{
    color: #fff;
    text-transform: none;
    font-weight: normal;
    padding-right: 1%!important;
    text-align: right;
    margin-top: 10%;
}
.home-content .seo{
    font-size: 1.7rem;
    padding-right: 13%!important;
}
#home .page-title{
    font-family: 'Klee One', cursive;
    font-size: 4rem;
    margin-top: -3%;
}
#home .page-title::first-letter{
    font-size: 6.5rem;
}
.home-content p{
    font-size: 2rem;
    padding-right: 3%!important;
}
.home-content{
	background-image: linear-gradient(
		45deg,
		#fff 45%, /* font color */
		#A8B0BF 50%,
		#fff 55% /* font color */
	);
	background-size: 500% 100%;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	animation: shine 4s infinite;
}

@keyframes shine {
	0% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.toppage{
    margin-top: 50px;
    margin-bottom: 70px;
}
.toppage h3{
    font-size: 1.7rem;
    border-bottom: #6E7346 solid 7px;
    width: 200px;
    margin-bottom: 20px;
}
.news{
    font-size: 1.3rem;
    margin-bottom: 50px;

}
.news a{
    text-decoration: underline;
}
.new::after{
    animation: flash 2s linear infinite;
    content: "New!!";
    font-size: 1.3rem;
    /*background-color: #cf5c6e;*/
    color: #9f385b;
    margin-left: 1%;
    padding: 3px 10px;
    border-radius: 10px;
}
@keyframes flash {
    0% {
      opacity: 1;
    }
  
    50% {
      opacity: 0;
    }
    
    
    100% {
      opacity: 1;
    }
  }
.top_txt{
    font-size: 1rem;
    margin-bottom: 15px;
}
.txt_arrow{
    width: 65%;
    height: 30px;
    border-bottom: #000 solid 1px;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin: -30px 0 0 -15px;
}
.top_btn{
    position: relative;
    top: -34px; left: 660px;
    background-color:#CDD977;
    padding: 2% 0;
    border-radius: 30px;
    text-align: center;
    width: 250px;
}
.top_btn a{
    font-family: sans-serif;
    display: block;
    color: #000;
}
/*service*/
.promise{
    background-color: #f5f5f5;
    padding-bottom: 1%;
}
.container{
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin: 30px auto 100px;
}
.promise_ttl{
    background-color: #CDD977;
    font-weight: bold;
    padding: 2%;
    text-align: center;
}
.promise_box{
    background-color: #B5BF6B;
    padding: 10px 20px;
    width: 470px;
    height: 200px;
}
.promise_txt{
    margin-top: 5px;
}
.promise_title{
    font-size: 1.5rem;
    text-align: center;
    padding: 50px 0 20px;
}
.txt_title{
    font-size: 1.5rem!important;
    text-align: left;
    margin: 15px 0 7px 0;
}
.service_box{
    background-color: #f9fafa;
}
.service_title{
    font-size: 1.5rem!important;
    text-align: center;
    padding: 50px 0 20px!important;
}
.service_sub{
    text-align: center;
    margin-bottom: 30px!important;
}
.service-content p{
    font-size: 1.1rem;
    color: #000000;
    padding-bottom: 10px;
    /*margin: 10px 3%;*/
}
.service-content img{
    width: 400px;
    height: 350px;
    margin: 15px 0;
    object-fit: cover;
    overflow: hidden;
}
.service_txt{
    display: flex;
    flex-direction: column;
    width: 470px;
}
.web,
.data{
    display: flex;
    justify-content: space-around;
    border-bottom: #000000 solid 2px;
    border-top: #000000 solid 2px;
}
.program{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
}
.nail{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-around;
    padding-bottom: 70px;
}
.nail-info{
    display: flex;
    flex-direction: column;
    margin: 10px 0;
}
.nail p{
    font-family: 'Yomogi', cursive;
    color: #BF0436;
    margin-bottom: 10px;
}
.btn{
    font-family: 'Yomogi', cursive;
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 60px;
    line-height: 60px;
    padding: 0 5%;
    background-color: #dc8ba7;
    color: #D9D8D7;
    text-align: center;
    text-transform: uppercase;
    margin-top: 5px;
    border-radius: 30px;
}
.btn__text1 {
    position: absolute;
    left: 0;
    display: block;
    height: 100%; 
    width: 100%; 
    color: #fff; /* 文字色 */
    font-size: 20px; /* 文字サイズ */
    font-weight: bold; /* 文字の太さ */
    text-align: center; /* テキストを中央揃え */
    transition: all 0.3s; /* アニメーション実行時間 */
}
.btn__text2 {
    position: absolute;
    left: 0;
    display: block;
    height: 100%; 
    width: 100%; 
    color: #ef3f98; /* 文字色 */
    font-size: 30px; /* 文字サイズ */
    font-weight: bold; /* 文字の太さ */
    text-align: center; /* テキストを中央揃え */
    transition: all 0.3s; /* アニメーション実行時間 */
}
  
  /* ボタンのテキスト(デフォルトのテキスト) */
.btn__text1:nth-child(1) {
top: 0;
}

/* ボタンのテキスト(隠れているテキスト) */
.btn__text2:nth-child(2) {
top: -100%;
}
.btn:hover .btn__text1:nth-child(1) {
top: 100%;
}

.btn:hover .btn__text2:nth-child(2) {
top: 0;
}

/*work--------*/
.works_title{
    font-size: 1.5rem;
    text-align: center;
    padding: 50px 0 20px;
}
.works_group{
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
.works_grid{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
    margin: 30px auto 100px;
    place-items: center;
}
.works:hover{
    opacity: 0.7;
}
.works img{
    margin-bottom: 5px;
}
.corp_name{
    color: #000;
    border-bottom: #6E7346 solid 1px;
    font-size: 0.8rem;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
    margin: auto;
    width: 250px;
}
.work-modal-window{
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 700px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}
.work-modal-window .work-modal-content{
    max-height: 100vh;
    overflow-y: auto;
}
.work-modal-content{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.35rem;
    text-align: center;
}
.work-modal-content li{
    text-transform: capitalize;
}
.work-modal-content img{
    width: 100%;
    object-fit: cover;
}



/*profile----------*/
.name-title{
    font-size: 1.75rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: 50px auto;
    border-bottom: #6E7346 solid 2px;
    width: 300px;
}
.main img{
    width: 30%; height: 30%;
    border-radius: 110px 110px 0px 110px;
}
.photo .main{
    display: flex;
    margin: 10px 0 50px;
    justify-content: space-evenly;
}
.main .box{
    display: flex;
    flex-direction: column;
}
.main p{
    font-size: 1.7rem;
    margin-left: 10px;
    color: #000000;
}
.main .name{
    font-size: 2rem;
    text-align: right;
    font-family: 'Klee One', cursive;
}
.history_wrap{
    shape-outside: circle(45%);
    float: left;
}
.history_img{
    width: 150px; height: 150px;
    margin: 30px 5px 10px 10px;
    object-fit: cover;
    clip-path: ellipse(36% 50% at 50% 50%);
}
.Work-history{
    font-size: 1rem;
    line-height: 1.9;
    color: #262425;
    padding: 10px 15px;
    margin: 25px 0px 60px;
    background-color: #B5BF6B;
    box-shadow: 10px 10px rgba(191,191,21,.22);
}
.corp-title{
    font-size: 1.75rem;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin: auto auto 40px auto;
    border-bottom: #6E7346 solid 2px;
    width: 400px;
}
table{
    width: 80%;
    margin-bottom: 30px;
}
.corp-info{
    margin-bottom: 70px;
}
.corp-info th{
    width: 25%;
    border-bottom: #B5BF6B solid 2px;
    font-size: 1.35rem;
    font-weight: normal;
    padding: 0% 3%;
    text-align-last: justify;
    color: #000000;
}
.corp-info td{
    border-bottom: #000000 dashed 2px;
    padding: 2% 0 1% 5%;
    color: #000000;
    font-size: 1.125rem;
}
.corp-info .mail{
    display: flex;
}
.far{
    font-size: 1.8rem;
    margin-left: 20px;
    color: #000000;
}
.address{
    display: flex;
    flex-direction: column;
}
.address p,
.hours p{
    font-size: 0.875rem;
}

  /*nail----------*/
#nail{
    background-image: url(../images/nail_bg4.jpg);
    /*background-color:#0bd;
    background-blend-mode: hard-light;*/
    min-height: 100vh;
    font-family: 'Yomogi', cursive;
}
#nail .page-title{
    font-size: 3rem;
    text-transform: none;
}
#nail .page-header{
    background-color:rgba(236, 146, 199, 0.3);
    margin-bottom: 10px;
}
#nail h1{
    font-family: 'Yomogi', cursive;
    font-size: 2.2rem;
    margin-top: 15px;
}
#nail .main-nav a{
    font-size: 1.2rem;
}
#nail .main-nav a:hover{
    font-size: 1.35rem;
}

#nail .main-nav li{
    margin-top: 0!important;
}
.nail_top{
    background-image: url(../images/nailtop.jpg);
    background-color:rgba(143,100,171,0.8);
    background-blend-mode:lighten;
    max-height: 50vh;
    object-fit: cover;
    padding-bottom: 10px;
}
.title_content{
    display: flex;
}
.add .span1{
    text-align: left;
    margin-left: 25%;
}
.service_content{
    display: flex;
}
.main-content{
    width: 73%;
    margin-right: 1%;
}
.side-bar{
    position: sticky;
    top: 1rem;
    order: 2;
}
.side-box{
    width: 25%; height: 330px;
    display: block;
    margin: 3rem 0 4rem 15px;
    border:#d4ba9f dashed 2px;
    outline:#bc917f solid 3px;
    outline-offset: 4px;
    border-radius: 50px 30px 10px 80px/10px 30px 50px 5px;
    padding: 2%;

}
.side-box h3{
    display: flex;
    font-size: 1.75rem;
    text-align: center;
    padding-bottom: 2%;
}
.side-box h3::before,
.side-box h3::after{
    flex: 1;
    width: 10px;
    height: 2px;
    content: "";
    background-color:#d4ba9f;
    position: relative;
    top:1.6rem;
}
.side-box h3::before{
    margin-right: 1.2rem;
    margin-left: 1rem;
}
.side-box h3::after{
    margin-left: 1.2rem;
    margin-right: 1rem;
}
.side-box ul{
    list-style-image: url(../images/kaeru.gif);
    list-style-position: inside;
}
.side-box li{
    margin-top: 7%;
    border-bottom: #bc917f dashed 2px;
}
.side-box a{
    color: #000000;
    font-size:1rem;
}
.side-box a:hover{
    font-size: 1.25rem;
}
.slider a{
    color: #000000;
}
.slider{
    position: absolute;
    top: -20px; right: -10px;
    margin: 0 auto;
    max-width: 250px!important;
    border: #fff solid 1px;
    padding: 7px 5px;
}
ul{
    list-style-type:none;
    padding-left: 0;
    margin: 0;
}
.slider img{
    width: 100%;
    height: 170px;
    object-fit:cover;
}
.slider{
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content:space-between;
    position: relative;
    box-sizing: border-box;
}
.info,
.gallery{
    font-size: 1.75rem;
    text-align: center;
    padding: 30px 0;
    text-transform: uppercase;
}
.info_txt{
    font-size: 1.15rem;
    text-align: center;
    padding-bottom: 30px;
}
.price-list,
#reserve{
    font-size: 1.75rem;
    text-align: center;
    text-transform: uppercase;
    border-top: #dc8ba7 5px double;
    padding: 30px 0;
}
.scroll{
    overflow-y: scroll;
    height: 600px;
    margin-bottom: 10px;
}
.grid{
    display: grid;
    gap:15px;
    grid-template-columns: 190px 190px 190px;
    grid-auto-rows: 280px;
    max-width: 800px;
    padding-bottom: 30px;
}
.grid img{
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.grid p{
    width: 250px;
}
.grid a{
    font-family: 'Playfair Display', serif;
    color: #000000;
    text-align: center;
}
.modal-wrapper{
    z-index: 999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center
}
.modal-wrapper:not(:target){
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}
.modal-wrapper:target{
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}
.modal-wrapper::after{
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: ""
}
.modal-wrapper .modal-window{
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 30px 30px 15px;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    vertical-align: middle
}
.modal-wrapper .modal-window .modal-content{
    max-height: 100vh;
    overflow-y: auto;
}
.modal-content{
    font-family: 'Noto Serif JP', serif;
    font-size: 1.35rem;
    text-align: center;
}
.modal-content li{
    text-transform: capitalize;
}
.modal-content img{
    width: 350px;
    height: 350px;
    object-fit: cover;
}
.modal-overlay{
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}
.modal-wrapper .modal-close{
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #95979c !important;
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0
}
.modal-wrapper .modal-close:hover{
    color: #2b2e38 !important
}
.treatment-list{
    line-height: 2.5;
    width: 90%;
    margin-left: 35px;
    margin-bottom: 40px;
    background-color: aliceblue;
}
.treatment-list th,
.treatment-list td{
    border: #000000 solid 1px;
}
.cost{
    text-align: right;
}
.nail_attention{
    margin-bottom: 70px;
}
.nail_attention p{
    text-indent: -1.2em;
}
.nail_attention li{
    list-style: circle outside;
}
.nail_attention ul{
    padding-left: 1.2em;
}
.reserve-flow ol{
    padding-left: 1.5em;
}

/*contact--------*/
.form{
    display: block;
    margin: 50px auto 70px;
    max-width: 100%;
}

@media (max-width: 769px){
    /*共通----------*/
    .none{
        display: none!important;
    }
    #service .page-title,
    #profile .page-title,
    #work .page-title,
    #contact .page-title{
        font-size: 2.5rem;
        text-align: center;
        color: #000000;
        text-transform: uppercase;
        margin-top: 30px!important;
    }
    .service_top,
    .profile_top,
    .work_top,
    .contact_top{
        min-height: 30vh;
    }

    /*ハンバーガーメニュー---------*/
    header {
        padding:5px 10px;
        background: #ccc;
    }
    #nav-drawer{
        position: relative;
    }
    /*チェックボックス等は非表示に*/
    .nav-unshown {
        display:none;
    }
      
      /*アイコンのスペース*/
    #nav-open {
        display: inline-block;
        width: 30px;
        height: 22px;
        vertical-align: middle;
        margin-top: 15px;
    }
      
      /*ハンバーガーの形をCSSで表現*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        height: 3px;/*線の太さ*/
        width: 25px;/*長さ*/
        border-radius: 3px;
        background: #555;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -8px;
    }
    #nav-open span:after {
        bottom: -16px;
    }
      
      /*閉じる用の薄黒箇所*/
    #nav-close {
        display: none;
        position: fixed;
        z-index: 99;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: black;
        opacity: 0;
        transition: .3s ease-in-out;
    }
      
      /*メニューの中身*/
    #nav-content {
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 9999;
        width: 90%;
        max-width: 300px;/*最大幅（お好みで調整を）*/
        height: 100%;
        background: #eaece7;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    #nav-content a{
        color: #000000;
        font-size: 1.3rem;
        line-height: 4;
        margin-left: 15px;
    }
      
      /*チェックがついたら表示させる*/
    #nav-input:checked ~ #nav-close {
        display: block;
        opacity: .5;
    }
      
    #nav-input:checked ~ #nav-content {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 6px 0 25px rgba(0,0,0,.15);
    }
      
    .header-logo-menu{
       display: flex;
       display: -moz-flex;
       display: -o-flex;
       display: -webkit-flex;
       display: -ms-flex;
       flex-direction: row;
       -moz-flex-direction: row;
       -o-flex-direction: row;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
    }
      
      /*ロゴやサイトタイトルをセンタリング*/
    .logo-area{
        text-align:center;margin:auto;
        width: 50px;
    }
    .logo-area img{
        margin-top: 5px;
    }

    /*ページtopへ遷移*/
    #page_top{
        right: 3px!important;
        bottom: 60px!important; 
    }
    #page_top img{
        width: 60%;
    }
    

    /*home------*/
    #home{
        background-image: url(../images/mobiletop.jpg);
        background-size: cover;
        margin: 0!important;
        min-height: 30vh;
    }
    .start p{
        font-size: 1.5rem;
    }
    #home .page-title{
        font-size: 1.6rem;
        color: #000000;
        margin-top: -4%;
        padding-right: 5%;
    }
    #home .page-title::first-letter{
        font-size: 2.5rem;
    }
    .home-content p{
        font-size: 1.2rem;
        color: #000000;
        padding-bottom: 3%;
        margin-top: -4%;
    }
    .home-content .seo{
        font-size: 1rem;
        padding: 0 4% 0 0!important;
        margin: 20px 0 10px 0;
    }
    .toppage h3{
        font-size: 1.5rem;
        width: 150px;
        margin-bottom: 10px;
    }
    .news{
        font-size: 0.9rem;
    }
    .new::after{
        font-size: 0.8rem;
    }
    .top_btn{
        position: relative;
        font-size: 0.8rem;
        top: 10px!important;
        left: 0px!important;
        background-color:#CDD977;
        padding: 4% 0;
        width: 180px;
        border-radius: 174px 106px 205px 234px / 134px 96px 97px 56px;
    }
    .top_txt{
        font-size: 0.9rem;
        margin-bottom: 40px;
    }
    .top_txt p{
        margin-bottom: 5px;
    }

    /*service--------*/
    .page-title p{
        font-size: 0.8rem;
        text-align: center;
    }
    .promise_title{
        font-size: 1.35rem!important;
        padding: 50px 5% 20px!important;
    }
    .container{
        grid-template-columns:repeat(1,minmax(250px,1fr));
    }
    .promise_box{
        width: 100%;
        height: 240px;
    }
    .txt_title{
        font-size: 1rem!important;
        text-align: left;
        margin-top: 0!important;
    }
    .service_sub{
        font-size: 1rem!important;
    }
    .service_txt{
        width: 350px;
    }
    .service-content p{
        font-size: 0.775rem;
    }
    .service-content img{
        width: 150px;
        margin-bottom: 5px;
    }
    
    .web,
    .program,
    .data,
    .nail{
        display: grid;
        flex-direction: row;
        padding-bottom: 13px;
    }

    .btn:hover .btn__text1:nth-child(1) {
        top: 0;
    }

    /*works----------*/
    .works_title{
        font-size: 1.3rem;
    }
    .works_grid{
        grid-template-columns: repeat(1,1fr);
        padding: 0 6%!important;
    }
    .works{
        margin: 0 auto;
    }
    .works img{
        width: 60vw;
    }
    

    /*profile----------*/
    .name-title,
    .corp-title{
        font-size: 1.35rem!important;
        width: 270px;
    }
    .main p{
        font-size: 1rem;
    }
    .main .name{
        font-size: 1.5rem;
    }
    .main img{
        width: 200px;
    }
    .Work-history{
        font-size: 0.9rem;
    }
    .history_img{
        width: 100px; height: 100px;
    }
    table{
        width: 100%;
    }
    .corp-info th{
        font-size: 0.8rem;
        font-weight: normal;
    }
    .corp-info td{
        font-size: 0.9rem;
    }
    .corp-info td p{
        font-size: 0.7rem;
    }
    .far{
        font-size: 1.5rem;
    }

    /*contact-------*/
    .form{
        width: 80%!important;
    }
    .add p{
        font-size: 0.7rem;
    }

    /*nail-------------*/
    #nail .page-title{
        font-size: 1.2rem;
        margin: 15px 0;
        text-align: center;
    }
    #nail h3{
        font-size: 1.3rem;
    }
    .title_content{
        display: block;
        font-size: 0.8rem;
    }
    .span1{
        text-align: center;
        margin: 0 auto!important;
        padding: 20px 0 0 20px!important;
        width: 350px;
    }
    .main-content{
        width: 100%;
    }
    .info_txt{
        font-size: 0.8rem;
    }
    .grid{
        grid-template-columns:repeat(2,minmax(100px,1fr));
    }
    .grid a{
        font-size: 0.8rem;
    }
    .grid img{
        height: 250px;
    }
    .treatment-list{
        font-size: 0.6rem!important;
    }
    .reserve-flow ol{
        padding-left: 1em;
    }
    .nail_attention ul{
        padding-left: 0.5em;
    }
    .modal-content{
        display: grid;
        font-size: 1rem;
        width: 250px;
    }
    .modal-wrapper .modal-window{
        width: auto;
    }
    .modal-content img{
        width: 250px;
        height: 250px;
        margin-bottom: 10px;
    }
    .treatment-list{
        margin: 0 0 30px 0!important;
        width: 100%;
    }
    .nail_attention p {
        text-indent: -0.8em;
    }
    .reserve-flow,
    .nail_attention{
        font-size: 0.7rem;
    }

}