@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
.left{
text-align:left;
}
.center{
text-align:center;
}

.top{
width:100%;
margin-bottom:20px;
display:table;
}

.top-left{
display: table-cell;
width:55%;
}

.top-left img{
border-radius:30px;
}

.top-right{
display: table-cell;
vertical-align:middle;
width:44%;
text-align:center;

}

h4{
background-color:#daa696;
}
h4.top-ac{
position:relative;
text-align:left;
padding:8px 12px 8px 12px;
background:#daa696;
color:#fff;
font-size:25px;
border-radius:10px;
margin-left:20px;
width:8em;

}

h4::after{
 position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #daa696;
}


.top-name{
color:#daa696;
font-weight:bold;
font-size:70px;
font-family:"Comic sans MS","Comic sans";
}




.baby{
  background-image: url("http://lien-baby.com/images/baby1.png");
  background-size: 60px 60px; /* 画像サイズ */
  background-repeat: no-repeat; /* 繰り返し表示オフ */
  padding: 0px 0px 2px 70px; /* 画像と重ならないように文字列を右に移動 */
  font-size:30px;
  color:#daa696;
  border-bottom:#daa696 solid 2px;
  font-weight:bold;
}

.baby-about{
margin-top:5px;
margin-left:5px;
float:right;
width:200px;

}
.baby-about img{
width:100%;
height:auto;
}


.baby-about2{
margin-top:5px;
margin-left:5px;
float:right;
width:150px;

}
.baby-about2 img{
width:100%;
height:auto;
}



.box2 {
 position: relative;
 margin: 2em auto;
 padding: 1.5em;
 width: 80%;
 border: 4px double #daa696; /* 枠線の太さ・色 */
 color: #333333; /* 文字色 */
 box-shadow: 2px 2px 2px #999999;/* 影の色 */
 border-radius:20px;
}
.box2-title {
 position: absolute;
 padding: 0 .5em;
 top: -1em;
 left: 1em;
 content: "";
 font-weight: bold;
 color: #daa696; /* タイトル色 */
 background-color: #fff; 
 font-size:1.3em;
}


.box15 {
    padding: 5px 30px 5px 30px;
    margin: 25px 10px 30px 5px;
    color: #565656;
    font-size:1.6em;
    font-weight:bold;
    box-shadow: 0px 0px 0px 2px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}

.box16 {
    padding: 5px 30px 5px 30px;
    margin: 0 auto;
    color: #565656;
    font-size:1.6em;
    font-weight:bold;
    box-shadow: 0px 0px 0px 2px #ffeaea;
    border: dashed 2px #ffc3c3;
    border-radius: 8px;
}


.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px #daa696;
    border-bottom: solid 2px #daa696;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #daa696;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}



.box20 {
    position: relative;
    padding: 0.25em 1em;
    margin: 2em 0;
    top: 0;
    background:#ffeeee;
}
.box20:before, .box20:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.box20:before{
    border-left: dotted 2px #daa696;
    border-top: dotted 2px #daa696;
    border-bottom: dotted 2px #daa696;
    left: 0;
}
.box20:after{
    border-top: dotted 2px #daa696;
    border-right: dotted 2px #daa696;
    border-bottom: dotted 2px #daa696;
    right: 0;
}




.box25{
    position: relative;
    background: #ffeeee;
    box-shadow: 0px 0px 0px 5px #ffeeee;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #303030;
}
.box25:after{
    position: absolute;
    content: '';
    left: -15px;
    top: -15px;
    border-width: 0 30px 30px 0;
    border-radius:10px;
    border-style: solid;
    border-color:  #daa696;
    background: rgba(255,255,255,0.8);	/*背景色。最初３つがrgbでの色。最後の小数点が透明度。*/
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}



.box27 {
    position: relative;
    margin: 0;
    margin-top:40px;
    padding: 0.5em 1em;
    border: solid 3px #daa696;
    border-radius:0px 10px 10px 10px;
    font-weight:bold;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #daa696;
    color: #ffffff;
    font-weight: bold;
    border-radius: 10px 10px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}

.box30{
    border: 2px dotted #EAA8BF;
    margin: 30px 0px;
    padding: 15px 20px;
    position: relative;
}

.yuki{
    border: 2px dotted #EAA8BF;
    margin: 30px 0px;
    padding: 15px 20px;
    position: relative;
}
.yuki:before{
    content: '＊';
    color: #fff;
    font-size: 50px;
    font-weight: bold; 
    position: absolute;
    top: -45px;
    left: -15px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg); 
    -o-transform: rotate(20deg);
    text-shadow:  0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}
.yuki:after{
    content: '*';
    color: #fff;
    font-size: 50px;
    font-weight: bold; 
    position: absolute;
    bottom: -45px;
    right: -5px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg); 
    -o-transform: rotate(20deg);
    text-shadow:  0 0 8px #eaa8bf, 0 0 6px #eaa8bf, 0 0 4px #eaa8bf, 0 0 2px #eaa8bf, 0 0 0.5px #eaa8bf;
}



input[type="submit"]{
padding:10px;
font-size:1.2em;
border-radius:10px;
color:#ffffff;
background:#daa696;
}

input[type="submit"]:hover{

opacity:0.7;
}

input[type="button"]{
padding:10px;
font-size:1.2em;
border-radius:10px;
color:#ffffff;
background:#daa696;
}
input.geturei{
width:100px;
}

.maste {
  position: relative;
  background-color: #fff;
  background-image: linear-gradient(-45deg, rgba(250,215,215,.5) 25%, transparent 25%, transparent 50%, rgba(250,215,215,.5) 50%, rgba(250,215,215,.5) 75%, transparent 75%, transparent 100%),
  linear-gradient(45deg, rgba(250,215,215,.5) 25%, transparent 25%, transparent 50%,  rgba(250,215,215,.5) 50%, rgba(250,215,215,.5) 75%, transparent 75%, transparent 100%);
  background-size: 40px 40px;
  padding: 30px 20px 15px 30px;
  border-radius:20px;
  margin-top:50px;
  color: #65513f;
}
.tape{
  position: absolute;
  top: -1.45em;
  background-color: rgba(255,255,255,.4);
  border-left:2px dotted rgba(0,0,0,.1);
  border-right:2px dotted rgba(0,0,0,.1);
  box-shadow:0 0 5px rgba(0,0,0,0.2);
  padding: 0.25em 2em;
  font-size:1.4em;
  font-weight:bold;
  color: #65513f;
  transform: rotate(-3deg);
}



.Q1{
color:#ffffff;
background:#daa696;
border-radius:9px;
padding:2px 14px 2px 14px;
float:left;
font-weight:bold;
font-size:1.4em;
margin-left:20px;
margin-right:25px;
margin-bottom:0px;

}
.QA{

width:100%;
border:none;
}
.QA td{
vertical-align: middle;
width:100%;
border:none;
}
.QA th{
vertical-align: middle;
border:none;
}
.QT{

line-height:1.2;
font-size:1.3em;
font-seight:bold;
}

hr{
border-top:dotted 1px #303030;
margin-top:0px;
margin-bottom:15px;
}



.s1{
padding:5px;
font-weight:bold;
}


h1{
text-align:right;
font-size:22px;
color:#daa696;
}

h1.top-h1{

text-align:center;
font-size:15px;
color:#505050;

}

.img{
float:right;
width:40%;
height:auto;
margin:10px;

}

.img-intro{
float:right;
width:45%;
border-radius:20px;
overflow:hidden;
margin-top:30px;
margin-left:20px;
}

.img img,.img2 img{
border-radius:25px;
}

.img2{
float:right;
width:40%;
height:auto;
margin:10px;
border-radius:20px 20px 20px 20px;
overflow:hidden;
}

.right{
text-align:right;
}

.bold {
font-weight:bold;

}
.bold2{
font-weight:bold;
font-size:1.3em;
}
.bold3{
font-weight:bold;
font-size:1.3em;
}
.bold4{
font-weight:bold;
font-size:1.4em;
}
.emp{
font-weight:bold;
color:#daa696;
}
.emp2{
font-weight:bold;
color:#daa696;
font-size:1.5em;
}
.c1{
color:#daa696;

}
.pc{
display:block;
}
.mb{
display:none;
}
.mb2{
display:none;
}



body,html {width:100%;height:100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #666;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 14px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #f7f2e2 url(../images/bg_s.jpg) no-repeat left center fixed;	/*背景色と背景画像の読み込み（古いブラウザ用）*/
	background: #f7f2e2 url(../images/bg.jpg) no-repeat left center/auto 110% fixed;	/*背景色と背景画像の読み込み。高さ110%で幅は自動。fixedはスクロールしても固定する意味。
	*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;}
a img:hover {opacity: 0.7;}/*マウスオン時に画像を半透明にする設定。0.7は70%の透明度の意味。*/
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
.line-button{
width:fit-content;
margin:0 auto;
margin-top:0px;
margin-bottom:35px;

}
#reservation a {
	color: #666;	/*リンクテキストの色*/
	-webkit-transition: 0.3s;	/*マウスオン時の移り変わるまでの時間設定。0.3秒。*/
	transition: 0.3s;			/*同上*/
	text-decoration: none;		/*リンクの下線を消す設定*/
	border-bottom: 1px dashed #666;	/*下線の幅、線種、色*/
}
#reservation a:hover {
	color: #fff;			/*マウスオン時の文字色*/
	background: #daa696;	/*マウスオン時の背景色*/
}

#contact a{
border-bottom:0px;
}

#contact a:hover{
background: none;
}

#home a{
border-bottom:0px;
}

#home a:hover{
background: none;
}

#reservation a:hover{

color: #fff;			/*マウスオン時の文字色*/
	background: #daa696;	/*マウスオン時の背景色*/
}

/*コンテナー（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/
#container {
	height: auto;
	min-height:100%;
	max-width: 1500px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	overflow: hidden;
	float: right;	/*右側に回り込み*/
	width: 64%;		/*メインコンテンツ幅*/
	margin-top: 60px;	/*上にあけるスペース*/
	margin-right: 5%;	/*右にあけるスペース*/
	padding: 20px 40px 40px 40px;	/*ボックス内の余白*/
	background: #fff;	/*背景色（古いブラウザ用）*/
	background: rgba(255,255,255,0.8);	/*背景色。最初３つがrgbでの色。最後の小数点が透明度。*/
	border: 1px solid #fff;	/*線の幅・線種・色。*/
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.1);	/*影の設定。右へ・下へ・ぼかし幅・色(rgb)の設定。カッコ内の左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);			/*同上*/
	border-radius: 20px;	/*角丸のサイズ*/
}
/*mainコンテンツのh2タグの設定*/
#main h2 {
	clear: both;
	margin-bottom: 25px;
	font-size: 1.4em;
	color: #fff;		/*文字色*/
	padding: 5px 20px;	/*上下、左右への余白*/
	background: #daa696;	/*背景色*/
	border-radius: 10px;	/*角丸のサイズ*/
}
/*mainコンテンツのh2タグの１文字目への設定*/
#main h2::first-letter {
	border-left: 3px solid #f4dc84;	/*左線の幅・線種・色。*/
	padding-left: 10px;	/*ボックス内の余白*/
}






/*mainコンテンツのh3タグの設定*/
h3 {
	clear: both;
	margin-bottom: 15px;
	font-size: 1.2em;
	padding: 3px 20px;	/*上下、左右への余白*/
	background: #fff;	/*背景色*/
	border: 1px solid #ccc;	/*線の幅・線種・色。*/
	border-radius: 10px;		/*角丸のサイズ*/
}

h3.lesson{
margin-bottom:30px;
border-radius:10px;
}


h3.p1 {
position: relative;
color: #daa696;
font-size: 20px;
padding: 10px 0;
text-align: center;
margin: 1.5em 0;
border:none;
background:none;
}

h3.p1:before {
content: "";
position: absolute;
top: -8px;
left: 50%;
width: 150px;
height: 58px;
border-radius: 50%;
border: 5px solid #ffeeee;
border-left-color: transparent;
border-right-color: transparent;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}


.hana{
font-size:22px;
font-weight:bold;
    background-color: #f5d5da;
    border-radius: 5px;
    color: #daa696;
    padding: 10px 10px 10px 60px;
    position: relative;
    text-shadow: 0px 0px 10px #fff, 0px 0px 6px #fff, 0px 0px 4px #fff, 0 0 0.5px #fff;
}

.hana:before{
    content: '＊*';
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin-right: 10px;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    text-shadow: 0px 0px 3px #fff, 0px 0px 2px #fff, 0 0 0.5px #fff;
}
.hana:after{
    border-bottom: 2px dotted #fff;
    content: '';
    position: absolute;
    bottom: 3px;
    left: 3px;
    right: 3px;
}

/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 7px 20px 14px;	/*上、左右、下への余白*/
}
#main p + p {
	padding-top: 0px;
}
#main h2 + p,
#main h3 + p {
	padding-top: 0px;
	margin-top: -5px;
}

/*Worksページ
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	width: 16%;		/*幅*/
	float: left;	/*左に回り込み*/
	text-align: center;	/*ボックス内をセンタリング*/
	margin-left: 3%;	/*ボックスの左右間にあけるスペース*/
	margin-bottom: 20px;	/*ボックスの上下間にあけるスペース*/
}
/*ボックス内の画像*/
#main .list figure img {
	border-radius: 200px;	/*角丸のサイズ。適当に大きめに設定しておけばOK。*/
}
/*ボックス内のh3タグ*/
#main .list h3 {
	font-weight: normal;	/*hタグのデフォルトの太字を標準に*/
	font-size: 11px;		/*文字サイズ*/
	padding: 0px 10px;		/*上下・左右への余白*/
}

/*サブコンテンツ
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*左に回り込み*/
	position:fixed;
	width: 18%;		/*サブコンテンツ幅*/
	padding: 90px 10px 150px;	/*上、左右、下へのボックス内の余白*/
	margin-top: 60px;	/*ボックスの外側、上にあけるスペース*/
	background: #daa696;	/*背景色（古いブラウザ用）*/
	background: rgba(218,166,150,0.8);	/*背景色の設定。左３つが#daa696のrgbでの色指定。最後の小数点が透明度。*/
	border: 1px solid #fff;	/*線の幅・線種・色。*/
	border-left: none;		/*左の線だけ消す*/
	border-radius: 20px;	/*角丸のサイズ*/
}


#submenu {
position: relative;	/*スクロールしても固定させる設定*/
padding:5px;
}
/*ロゴ画像*/
#sub .logo img {
	width: 80%;	/*幅*/
	display: block;
	margin: 0px auto 15px;	/*上、左右、下へあけるスペース*/
	/*border-top: 5px solid #fff;		上線の幅・線種・色。*/
	/*border-bottom: 5px solid #fff;	下線の幅・線種・色。*/
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	text-align: center;	/*文字をセンタリング*/
	font-size: 15px;	/*文字サイズ*/
}
/*メニュー１個あたりの設定*/
#menubar li a {
	text-decoration: none;
	display: inline-block;
	color: #fff;	/*文字色*/
	padding: 10px 10px 0px;	/*上下・左右・下にあける余白*/
	border-bottom: 1px dashed transparent;	/*下線の幅・線種・色。transparentは透明。*/
}
/*マウスオン時*/
#menubar li a:hover {
	border-bottom: 1px dashed #fff;	/*下線の幅・線種・色。*/
	letter-spacing: 0.2em;			/*文字間隔を少し広くとる設定*/
	background: transparent;		/*背景色の影響を受けないよう透明(transparent)に*/
}
/*小さい端末（800px以下）向けのロゴとメニューを表示させない*/
#sh {
	display: none;
}
/*３本バーアイコンを表示させない*/
#menubar_hdr {
	display: none;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	width: 100%;
	padding: 5px 0px;
	text-align: center;
		/*ページ下部に固定させる設定*/
	left: 0px;
	bottom: 0px;
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.5);	/*背景色の設定。左３つが色指定(この場合は黒)で最後の小数点が透明度。*/
	color: #fff;	/*文字色*/
	letter-spacing: 0.2em;	/*文字間隔を少し広くとる設定*/
}
footer a {
	text-decoration: none;
	border: none;
	color: #fff;
}
footer .pr {
	font-size: 10px;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	padding-left: 20px;
	margin-bottom: 15px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	padding-left: 8em;
}

/*テーブル
---------------------------------------------------------------------------*/

table{
border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
border-collapse: separate;
border-radius:20px;
border-spacing: 0;
}
table th,table td {
  padding: 0.5em;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}

table tr:first-child th{
  border-left: none;
  border-top:none;
}
table th:first-child{
  border-left: none;
}

.formTable {
margin:0 auto;
margin-top:15px;
margin-bottom:20px;
}


.formTable th.tamidashi {
	width: auto;
	font-size:1.3em;
	text-align: center;	/*左よせ*/
	background: #ffeeee;	/*背景色*/
	border-radius:20px 20px 0px 0px;
}

/*ta1設定*/
.ta1 {
	width: 100%;
	margin-bottom: 15px;
	background: #fff;	/*背景色*/

}
.ta1 td, .ta1 th {

	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	font-size:1.3em;
	text-align: center;	/*左よせ*/
	background: rgba(218,166,150,0.8);	/*背景色*/
	color:#fff;
	
	border-radius:20px 20px 0px 0px;
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 150px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*画像*/
.ta1 img {
	vertical-align: bottom;
}



/*ta2設定*/
.ta2 {
	width: 100%;
	margin-bottom: 15px;
	background: #fff;	/*背景色*/
}
.ta2 td, .ta2 th {
	padding: 10px;	/*ボックス内の余白*/
	word-break: break-all;
}


/*テーブル１行目に入った見出し部分*/
.ta2 th.tamidashi {
	width: auto;
	font-size:1.3em;
	text-align: center;	/*左よせ*/
	background: #ffeeee;	/*背景色*/
	border-radius:20px 20px 0px 0px;
}
/*ta2の左側ボックス*/
.ta2 th.ta22{
padding:10px 10px 1px 1px;

}

.ta2 th {
	width: 180px;	/*幅*/
	text-align: center;	/*センタリング*/
}
/*画像*/
.ta2 img {
	vertical-align: bottom;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
	padding-top: 40px;
	padding-bottom: 150px;
}
#pagetop a {
	color: #999;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	line-height: 40px;	/*高さ*/
	background: url(../images/pagetop.png) no-repeat right center/40px;	/*背景色、背景画像の読み込み。幅40pxで表示。*/
	text-decoration: none;
	display: block;
	float: right;
	margin-right: 7%;
	padding-right: 40px;
	border: none;
}
/*マウスオン時*/
#pagetop a:hover {
	color: #dec87d;			/*文字色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

/*画面左上の画像装飾
---------------------------------------------------------------------------*/
#kazari {
	position:fixed;
	left:0px;
	top:0px;
	width:200px;	/*画像の幅*/
}

#kazari2 {
display:none;
}

/*その他
---------------------------------------------------------------------------*/


.look {background: #dcdcdc;background:rgba(0,0,0,0.15);display:inline-block;padding:0px 5px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.clear {clear: both;
}
ul.disc {padding: 0em 25px 1em;list-style: disc;}
.color1 {color: #daa696;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
img.fr {float: right;margin-left: 10px;margin-bottom: 10px;}
img.fl {float: left;margin-right: 10px;margin-bottom: 10px;}
.big1 {font-size: 30px;letter-spacing: 0.2em;}
.mini1 {font-size: 11px;}

.link{
float:right;
text-align:center;
color:#ffffff;
background:#daa696;
border:1px solid #909090;
border-radius:7px;
box-shadow:2px 2px 2px #555;
font-weight:bold;
font-size:90%;
padding:7px;
display:block;
margin-right:10px;
margin-bottom:50px;
}
.link a{
color:#ffffff;
}
.link:hover{
opacity:0.7;
box-shadow: none;
transform: translate3d(0, 3px, 0);
}


.link2{
float:right;
text-align:center;
color:#ffffff;
background:#daa696;
border:1px solid #909090;
border-radius:7px;
box-shadow:2px 2px 2px #555;
font-weight:bold;
font-size:90%;
padding:7px;
display:block;
margin-right:10px;
margin-bottom:10px;
}
.link2 a{
color:#ffffff;
}
.link2:hover{
opacity:0.7;
box-shadow: none;
transform: translate3d(0, 3px, 0);
}
.link3{
float:right;
text-align:center;
color:#ffffff;
background:#daa696;
border:1px solid #909090;
border-radius:7px;
box-shadow:2px 2px 2px #555;
font-weight:bold;
font-size:90%;
padding:7px;
display:block;
margin-right:10px;
margin-bottom:10px;
}
.link3 a{
color:#ffffff;
}
.link3:hover{
opacity:0.7;
box-shadow: none;
transform: translate3d(0, 3px, 0);
}



/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

h1{
font-size:16px;

}




}


/*画面が横向きで幅800px以下の場合の設定（画面左上の装飾パーツがスクロール中に邪魔になるので固定表示をなくす）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media (orientation:landscape) and (max-width:800px) {

#kazari {display:none;}

.pc{
display:none;
}
.mb{
display:block;
}

h1{
font-size:13px;
}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	background-image: url(../images/bg.jpg);background-repeat: no-repeat;background-position: -100px top;background-size: 90%;/*一部古いスマホ用*/
	background: #f7f2e2 url(../images/bg.jpg) no-repeat -100px top/90%;
}
.pc{
display:none;
}
.mb{
display:block;
}
.mb2{
display:block;
textalign:center;
}
.mb2 img{
width:75%;
}
.dot-pattern{
width:80%;
}

.top-left{
display:none;
}

.top-right{
width:98%;
}

h1{
font-size:13px;
}

h1.top-h1{
font-size:12px;
}

#kazari {display:none;}

#kazari2{

display:block;
position:absolute;
top:0px;
left:0px;
width:200px;
}


/*メインメニュー（小さい端末（800px以下））
---------------------------------------------------------------------------*/
/*小さい端末（800px以下）向けのロゴを非表示から表示に切り替える*/

.link2{
margin-right:5px;
margin-bottom:5px;
}
.baby{
  background-size: 40px 40px; /* 画像サイズ */
  padding: 0px 0px 2px 45px; /* 画像と重ならないように文字列を右に移動 */
  font-size:20px;

}

.yuki{
padding: 15px 10px;
}

.maste{

padding: 30px 5px 0px 5px;
}

#sh {
	display: block;
	background: #daa696;
}
/*ロゴ*/
#sh .logo img {
	width: 50%;
	display: block;
	margin: 0px auto;
	padding: 15px 0px;
}
/*メニューブロック*/
#menubar-s li {
	text-align: center;
}
#menubar-s li:first-child {
	border-top: 5px solid #fff;
}
#menubar-s li a {
	display: block;
	padding: 10px 0px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}
/*PC用ロゴとメニューを非表示にする*/
#sub .logo,
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;		/*上から10pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	width: 30px;	/*幅*/
	padding: 12px 10px 5px;	/*上、左右、下へのボックス内余白*/
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 4px solid #fff;	/*枠線の幅、線種、色*/
	margin-bottom: 7px;	/*バー同士の余白*/
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
#main, #sub {
	float: none;
	width: auto;
	border-radius: 0px;
}
#main,#sub {
	margin: 0;
}
#main p{
padding:8px;
}

#sub {
	position: static;
	border: none;
	padding: 0px;
	background: transparent;
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	position: static;
	letter-spacing: normal;
}
footer .pr {
	display: block;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: #daa696 url(../images/btn_minus.png) no-repeat right center/34px 34px;
}
section#new h2.close {
	background: #daa696 url(../images/btn_plus.png) no-repeat right center/34px 34px;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub {display: none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*メインコンテンツ
---------------------------------------------------------------------------*/
.maste{
padding:30px 15px 15px 15px;

}

.baby-about{

width:50%;
}

.baby-about2{

width:38%;

}

.bold3{
font-weight:bold;
font-size:1em;
}
.bold4{
font-weight:bold;
font-size:1.1em;
}
#main {
	padding: 10px;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/*Worksページ
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
#main .list {
	width: 45%;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	position: absolute;
	top: 3px;
	right: 10px;
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル内の左側*/
.ta1 th {
	width: 75px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 10px;
}

.ta2 th {
	width: 105px;
	padding: 2px;
}
/*テーブル内の右側*/
.ta2 td {
	width: auto;
	padding: 10px;
}

.hana{
font-size:19px;
}

.pc{
display:none;
}
/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	padding-top: 0px;
	padding-bottom: 50px;
}

/*画面左上の画像装飾
---------------------------------------------------------------------------*/
#kazari {
	width:100px;
	position: absolute;
}

#kazari2 {
width:100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 90%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

}
