@charset "UTF-8";
@import url("grid.css");

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
    display:block;
    color: #666;
    text-decoration-line: none;
}
a:hover { 
    color: #999;
}
a img:hover {
	opacity: 0.8;
}
.underline {
	border-bottom: 3px solid #000;
	padding-bottom: 0.5rem;
}
.center {
	text-align: center;
}
h6{
    padding: 0;
}
/*ヘッダー
-------------------------------------*/
.head {
	display: flex;
    flex-direction: row;
    padding: 0 0 0 0;
}

.head h1 { 
	font-weight: 700;
	letter-spacing: 3px;
}
.snsbox {
	margin-left: auto;
	font-size: 3.0rem;

}
nav ul {
	display: flex;
    justify-content: center;
    list-style: none;
    background-color: antiquewhite;
}
nav li {
    display: block;
    flex: 0 0 15%;
}
nav li a {
    padding: 0 10px;
    border-left: 2px solid #98d1ec;
    border-color: #999;
    text-decoration: none;
    text-align: center;
}
nav a:hover {
    text-decoration: underline;
}
nav a {
    padding: 1rem;
}
.snsbox img{
    width: 30px;
}






@media screen and (min-width: 768px){
/* PC時はMENUボタンを非表示 */
#open,#close {
    display: none !important;
}

#navi {
    display: block !important;
}
}

@media screen and (max-width: 768px){
.head {
	flex-direction: column;
    text-align: left;
    margin-bottom: 20px;
}
.telbox {
	margin-left: 0;
	text-align: center;
}
.head #open,#close  {
    position: absolute;
    top: 28px;
    right: 12px;
    }
nav ul {
	flex-direction: column;
}

nav li {
	border-bottom: 1px solid #ccc;
	margin-bottom: 0;

}
/* スマホ時はMENUボタンを表示 */
#open {
    display: block;
    background: url(../img/button.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
#close  {
    display: block;
    background: url(../img/button2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    border: none;
    position: absolute;
    top: 20px;
    right: 12px;
}
/* スマホ時はメニューを非表示 */
#navi {
    display: none;
}
     
.row .col.span-3 img{
        width: 220px;
    }    
.row .col.span-3 figure{
         margin-left:  100px;       
    }    
.container {
    padding: 0 2.0rem;

}

/*施術メニュー・価格 スマホ(grid優先)
-------------------------------------*/
.menucontent {
    width:100%;
    margin: 20px 10PX 0 10PX;
    padding: 10px 0 0 5px;
}
.menucontent p{
    padding-left: 10px;
    margin: 0;
    font-size: 16px;
    }
    
.pmini {
    padding: 0 20px;
}
.shosai {
    line-height: 1.5em;
    padding-right: 30px;   
}
    
    
.sitanaka {
    font-size: 18px;
    color:#707070;
    line-height: 1.3em;
    text-align:center;
    padding-bottom: 20px;
}
    
/*Contact スマホ(grid優先)
-------------------------------------*/

/*予約はこちらから*/
.yoyaku {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 230px 1fr;
    margin: 0;
}
.yoyakuB{
   	font-size: 19px;
    font-weight: 500;
    }
.yoyakuC{
    grid-column: 3;
    font-size: 16px;
    font-weight: 600;
    color:#595858;
    margin-top: 23px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    padding: 5px 5px 0 0;
    background-color: #F0DADF;
    border-radius: 5px;
    border: 1px solid #707070;
    text-align: center
}
    
    
    
    .row .col.span-5 {
    font-size: 14px;
    font-weight: 600;
    color:#595858;
    flex: 0 0 30.6666666667%;
    max-width: 45.6666666667%;
    margin: 5px 0 0 10px;
        padding-bottom: 10px;
}
    .row .col.span-9 {
    font-size: 14px;
    font-weight: 500;
    color:#595858;
    flex: 0 0 74.0%;
    max-width: 74.0%;
    margin: 0 0 0 20px;
    padding-bottom: 5px;
}
}


/*メイン画像
-------------------------------------*/
.mainimg img {
	width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 1rem 0 1rem 0;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
	text-align: center;
	color: #666;
	font-size: 4.0rem;
	margin-bottom: 3rem;
}
h3.catch {
	text-align: center;
	color: #666;
	font-size: 3.0rem;
	margin-bottom: 3rem;
}
/*フッター
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
}
footer h5 {
    border-bottom: 1px solid #ccc;
}
.footernaka{
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-template-rows: 20px 20px 10px;
}
.footcolender {
    grid-column: 2;
    grid-row: 3;
}
.footcolenderP {
    grid-column: 2;
    grid-row: 1;
    font-size: 12px;
    color:#707070;
    padding-left: 50px;
}
.map{
    width:480px;
    height: auto;
    margin-top: 10px;
}
.footP1A{
    grid-column: 1;
    grid-row: 1; 
    font-size: 11px;
    color:#707070;
}
.footP1B{
    grid-column: 1;
    grid-row: 2; 
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    font-weight:700;
    color:#707070;
}
.footP1C{
    grid-column: 1;
    grid-row: 3;
    font-size: 11px;
    color:#707070;
    padding-top: 3px;
}
.footP1D{
    grid-column: 1;
    grid-row: 4;
}
.footP1E{
    grid-column: 1;
    grid-row: 5;
    font-size: 15px;
    font-weight:500;
    color:#707070;
    padding-top: 10px;
}
.footP1F{
    grid-column: 1;
    grid-row: 6; 
}
.footP1G{
    grid-column: 1;
    grid-row: 7;
}
.footP1H{
    grid-column: 1;
    grid-row: 8;
}
.footP1I{
    grid-column: 1/3;
    grid-row: 9;
}
/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}
.copyright a {
    color: #000;
    text-decoration: none;
	display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}
#pagetop a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}
#pagetop a:hover {
    background: #999;
}
/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;	
}
.breadcrumb li {
    list-style-type: none;
    font-size: 13px;
    color: #666;
}
.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}