@charset "utf-8";

/*リセットCSS（sanitize.css）の読み込み
---------------------------------------------------------------------------*/
@import url("https://unpkg.com/sanitize.css");

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css");

/*テンプレート専用cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("animation.css");
@import url("inview.css");

/*全体の設定
---------------------------------------------------------------------------*/
html,body {
	margin: 0;padding: 0;
	font-size: 13px;	/*基準となるフォントサイズ。下の方にある「画面幅900px以上」で基準を大きなサイズに再設定しています。*/
	overflow-x: hidden;
}

body {
 font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;/*フォント種類*/
	-webkit-text-size-adjust: none;
	letter-spacing: 0.05em;
	background: #e9f2f1;	/*背景色*/
	color: #000000;		/*全体の文字色*/
	line-height: 2;		/*行間*/
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav {margin: 0;padding: 0;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*ul,olタグ*/
ul, ol {margin-bottom: 10px;}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #0c2b19;	/*文字色*/
	transition: 0.3s;
}
a:hover {
	color: #32783c;
}
a:hover img {
	opacity: 0.5;
}


/*section
---------------------------------------------------------------------------*/
section {
	padding: 2%;
}

/*mainブロック
---------------------------------------------------------------------------*/
/*h2タグ*/
main h2 {
	font-family: serif;
	font-weight: normal;	/*太さを標準に*/
	font-size: 2em;			/*文字サイズを２倍に*/
	letter-spacing: 0.5em;	/*文字間隔を広くとる*/
	text-indent: 1em;		/*上の行のletter-spacingと同じ値をセットする*/
	text-align: center;
}

/*h2タグ内のspanタグ。小文字部分。*/
main h2 span {
	display: block;
	font-size: 0.5em;		/*文字サイズを親要素の半分に*/
	letter-spacing: 0.5em;	/*文字間隔の上書き*/
	text-indent: 1.5em;		/*上の行のletter-spacingと同じ値をセットする*/
}

/*写真回り込み
---------------------------------------------------------------------------*/
.img_left {
	float: left;
	padding: 2px;
	margin: 5px;
	border: 3px dotted #EDECE9;
}
.img_right {
	float: right;
	padding: 1px;
	margin: 5px;
	border: 2px dotted #b9b9b9;
}


/*施術メニュー内設定---------------------------------------------------------------------------*/
/*施術メニュー内大タイトル囲み設定*/
.menutitle_kakomi {
 padding: 10px;
 background: #fff;
 -webkit-box-shadow: 0 0 50px #bf82f9 inset, 5px 5px 0 #cecece;
 -moz-box-shadow: 0 0 50px #bf82f9 inset, 5px 5px 0 #cecece;
 box-shadow: 0 0 50px #bf82f9 inset, 5px 5px 0 #cecece;
 font-size: 110%;
 color:#082815;
}

.eachmenu_kakomi {
 border-left: #808080 solid 1px;
 border-right: #808080 solid 1px;
 border-bottom: #808080 solid 1px;
 padding: 8px 15px;
 background: #ffffff;
 font-size: 100%;
 color:rgb(65, 68, 8);
 margin: 5px 0px 20px 5px;
}

.eachmenu_kakomi p {
 margin: 12px;
}

/*料金表示設定*/
.price_kakomi {
 text-align: right;
 border: rgba(13, 146, 102, 0.7) solid 0px;
 border-right: rgba(13, 146, 102, 0.7) solid 8px;
 border-radius: 0px 20px 20px 0px;
 padding: 2px 15px;
 background: hsl(174, 29%, 87%);
 font-size: 100%;
 color:rgb(65, 68, 8);
 font-weight: bold;
 margin: 10px auto;
}

/*施術メニュー内小タイトル_囲み設定*/
.menu_title2 {
 text-align:left;
 background-color: rgba(13, 146, 102, 0.7);
 border:solid 0px #2a2800;
 border-radius:4px;
 padding:8px 5px;
 font-size: 100%;
 color:#ffffff;
 letter-spacing: 1.3px;
 line-height: 1.3em;
 margin: 5px 0px;
 font-weight: bold;
}

/*施術メニュー内予約リンク_囲み設定*/
.menu_detail2 {
 text-align:center;
 text-decoration:none;
 display:inline-block;
 background-color: #ffffff;
 border-radius: 10px;
 padding:5px;
 font-size: 95%;
 letter-spacing: 1.0px;
 margin: 10px 5px;
}

/*工程囲み設定*/
.koutei_kakomi {
 text-align:left;
 background-color: #e8e8e8;
 border:double 0px #9b9058;
 border-radius: 10px;
 max-width: 600px;
 padding:10px 10px 5px 10px;
 font-size: 100%;
 color:#000000;
 margin: 20px auto;
 letter-spacing: 1px;
}

/*工程内＿項目設定*/
.koumoku {
 text-align: left;
 border-radius: 0px 20px 20px 0px;
 padding: 2px;
 background: hsl(63, 50%, 93%);
 font-size: 100%;
 color:rgb(65, 68, 8);
 margin: 10px 2px;
 text-indent: -2.5em;
 padding-left: 3.0em;
}

/*飾り囲み1*/
.kazari_kakomi1{
 text-align: center;
 background:#f5deb3;
 border: 4px double #8b4513;
 color:#8b4513;
 margin: 10px auto;
 padding: 0px 15px 5px 15px;
 font-size: 100%;
 font-weight: bold;
}

/*飾り囲み2*/
.kazari_kakomi2{
 text-align: center;
 display:inline-block;
 border-radius:30px;
 background: #8b4513;
 border: 4px double #f5deb3;
 border-radius:10px;
 font-size: 100%;
 padding: 0px 10px 0px 10px;
 margin: 10px 0;
 color:#f5deb3;
}

/*飾り囲み3*/
.kazari_kakomi3{
 text-align: left;
 display:inline-block;
 background: gold;
 color:#833701;
 margin: 0px 10px 10px 10px;
 padding: 10px 15px;
 font-size: 95%;
 line-height: 130%;
}

/*飾り囲み4*/
.kazari_kakomi4{
 text-align: left;
 background:#f5deb3;
 border: 4px solid #8b4513;
 color:#8b4513;
 border-radius: 240px 15px 185px 15px / 15px 200px 15px 185px;
 margin: 10px;
 padding: 25px;
 font-size: 100%;
 font-weight: bold;
}

/*テキストの真横に横線*/
.catch {
 font-weight: bold;
 margin: 30px 0 10px 0;
 display: flex;
 align-items: center; /* 垂直中心 */
 justify-content: center; /* 水平中心 */
}
.catch:before, .catch:after {
 border-top: 2px solid;
 content: "";
 width: 5em; /* 線の長さ */
}
.catch:before {
 margin-right: 1em; /* 文字の右隣 */
}
.catch:after {
 margin-left: 1em; /* 文字の左隣 */
}

/*施術メニュー内ボーテリンク囲み（画面固定）設定*/
.menu_beaute {
 position:fixed;
 top:0px;
 right:0px;
}

/*特設popはばたん（画面固定）設定*/
.habatan {
 position:fixed;
 bottom:30px;
 right:170px;
 z-index: 99;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}

footer {
	font-size: 0.7rem;		/*文字サイズ*/
	text-align: center;		/*内容をセンタリング*/
	padding: 20px;			/*ボックス内の余白*/
}

/*リンクテキスト*/
footer a {text-decoration: none;}

/*著作部分*/
footer .pr {display: block;}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 10px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5em;	/*文字サイズ*/
	background: rgba(4, 47, 17, 0.7);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

/*homeに戻る　設定
---------------------------------------------------------------------------*/

/*ボタンの設定*/
.homego a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	left: 20px;		/*右からの配置場所指定*/
	bottom: 80px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.2em;	/*文字サイズ*/
	background: rgba(4, 47, 17, 0.7);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

/*just before（→）設定
---------------------------------------------------------------------------*/

/*ボタンの設定*/
.justbefore a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	left: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.2em;	/*文字サイズ*/
	background: rgba(4, 47, 17, 0.7);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}

/*yoyaku Go（→）設定
---------------------------------------------------------------------------*/

.yoyakugo2 a {
	display: block; text-decoration: none; text-align: center;
 z-index: 88;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 85px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #ffffff;		/*文字色*/
 font-family:'Meiryo','Hiragino Kaku Gothic Pro','MS PGothic';
 font-size:14px;
 font-weight: bold;
 background: #042f11b3;	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
 padding:0 18px;
	line-height: 50px;	/*高さ*/
 border-radius:10px;
}

/*icon go（↑）設定
---------------------------------------------------------------------------*/

/*ボタンの設定*/
.icongo  {
	display: block;
 z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 10px;		/*右からの配置場所指定*/
	bottom: 100px;		/*下からの配置場所指定*/
	line-height: 50px;	/*高さ*/ 
}

.icongo2  {
	display: block;
 z-index: 99;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 10px;		/*右からの配置場所指定*/
	bottom: 100px;		/*下からの配置場所指定*/
	line-height: 50px;	/*高さ*/ 
}


/*メニューの下にあるinstagram,lineアイコン
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
body ul.icons {
	list-style: none;margin: 0; padding: 0;
	font-size: 2.0em;	/*文字サイズ　＝　アイコンサイズの事です*/
}

/*画面右端に追従して出てくるinstagram,lineアイコン2
---------------------------------------------------------------------------*/
/*アイコン全体を囲むブロック*/
body ul.icons2 {
	list-style: none;margin: 0; padding: 0;
	font-size: 3.0em;	/*文字サイズ　＝　アイコンサイズの事です*/
}

/*アイコン１個あたりの設定*/
body ul.icons2 li {
	display: flex;	/*アイコンを縦並びにする指定*/
}
body ul.icons2 li a {
	opacity: 0.7;	/*色が50%出た状態*/
}

/*マウスオン時*/
body ul.icons2 li a:hover {
	opacity: 1;	/*色を100%出す*/
}



/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.color-theme, .color-theme a {color: #f48e83 !important;}
.color-check, .color-check a {color: #f00 !important;}
.l {text-align: left !important;}
.r {text-align: right !important;}
.c {text-align: center !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb30 {margin-bottom: 30px !important;}
.mt30 {margin-top: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #eee; border: 1px solid #ccc; border-radius: 3px;margin: 2px 0; word-break: break-all;}
.small {font-size: 0.6em; letter-spacing: normal !important;}
.large {font-size: 1.8em !important;}
.block {display: block !important;}
.sh {display: block;}
.pc {display: none;}
.hidden {position: absolute; top: -9999px; left: -9999px;}

/*---------------------------------------------------------------------------
画面の幅が700px以上の設定
---------------------------------------------------------------------------*/
@media screen and (min-width: 700px) {

 .img_right img {
  width: 100%;
 }

 .menu_beaute img{
  width: 300px;
 }

 .menutitle_kakomi img {
  width: 65px;
 }

}


/*---------------------------------------------------------------------------
ここから下は画面幅1000px以上の追加指定
---------------------------------------------------------------------------*/
@media screen and (min-width:1000px) {


/*全体の設定
---------------------------------------------------------------------------*/
html, body {
	font-size: 15px;	/*基準となるフォントサイズの上書き*/
}


/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）、td（右側）の共通設定*/
.ta1 th, .ta1 td {
	padding: 20px 15px;		/*上下、左右へのボックス内の余白*/
}

/*th（左側）のみの設定*/
.ta1 th {
	width: 20%;		/*幅*/
}

main{
width:1000px;
margin-right:auto;
margin-left:auto;
}

/*その他
---------------------------------------------------------------------------*/
.ws {width: 48%;display: inline;}
.sh {display: none;}
.pc {display: inline-block;}


/*　※注意！　下の閉じカッコ　}　はこのブロックに必要なので、削除しないで下さい。　*/

}

