/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}


/* 共通
------------------------------------------------------------*/
body{
	font: 24pt/1.8 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #4E3D28;
	background: #fff;
}

.wrapper{
	width: 1000px;
	border: 1px solid #ccc;
}


a{
	color: #4E3D28;
	text-decoration: none;
}

a:visited {
 color: #4E3D28; 
} 

a:hover, .active{
	color: #6699ff;
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

input,select{
	font-size:24pt;
	height:50px;
}
h1, h2,{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
	color: #4E3D28;
}

h3 {
	width:1000px;
	height:80px;
	font-size: 28pt;
	line-height: 80px;
	color:#4E3D28;
	background:	#FDBFB7;
	margin-top:80px;
	margin-bottom:30px;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;

}

img{
	max-width: 100%;
	height: auto;
}

.caption{
	font-size:24px;
	color:#6B5731;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
	text-align:left;
	margin-left:30px;
}

.caption2{
	font-size:24px;
	color:#6B5731;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
	text-align:left;
	font-weight:normal;
}


li {
  list-style:none;

}
ul.menu__child {
  display:none;
}


header {
  padding:10px;
  background: rgba(255,255,255,0.0);
}

#nav-drawer {
  position: relative;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}

/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 50px;
  height: 40px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
  position: absolute;
  height: 3px;/*線の太さ*/
  width: 50px;/*長さ*/
  border-radius: 10px;
  background: #6B5731;
  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: 330px;/*最大幅（調整してください）*/
  height: 100%;
  background: #fff;/*背景色*/
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);/*左に隠しておく*/
}

/*チェックが入ったらもろもろ表示*/
#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 {
	position: fixed;
	top: 0px;
	height: 150px;
	background: rgba(255,255,255,0.7);
}

h1 {
	font-size:42pt;
	height:110px;
}

.menu a{
	color: #4E3D28;
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
}

.header ul {
  font-size: 0;
}

.header li {
	background: rgba(253,191,183,0.9);
	color:#4E3D28;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 28pt;
  width: 250px;
	height: 80px;
}  

/* menu.php
------------------------------------------------------------*/


.slide_hr{
	border-top: 3px dashed #FDBFB7;
}

/* コンテンツ
------------------------------------------------------------*/

.main {
 width:1000px;
 height:auto;
 margin-top:280px;
}

.topimg{
 padding-bottom:20px;
 margin-bottom:50px;
 border-bottom:3px solid #FDBFB7;
 font-size: 34pt;
 line-height:58pt;
 font-weight:bold;
 text-align:left;
 margin-left:20px;
 margin-right:20px;
}

.content ul {
  font-size: 0;
}

.content li {
  background-color: #fff;
  display: table-cell;
	float: left;
  width: 500px;
  height: 640px;
}  

.content p {
  vertical-align: middle;
  font-size: 24pt;
	font-weight:bold;
  width: 450px;
	height: 600px;
  text-align:left;
	border-bottom:3px solid #FDBFB7;
}


/* サービス
------------------------------------------------------------*/
.serviseimg {
	font-size:38pt;
	line-height:58pt;
	text-align:left;
	margin-left:20px;
	border-bottom:3px solid #FDBFB7;
}

.servise ul {
  font-size: 0;
}

.servise li {
  background-color: #fff;
  display: table-cell;
	float: left;
  width: 500px;
  height: 480px;
	margin-top:30px;
}  

.servise p {
  vertical-align: middle;
  font-size: 24pt;
	line-height:24pt;
  width: 450px;
	height: 400px;
  text-align:left;
}

.staff {
  word-break: break-all;
}

.staff2 {
  font-size: 24pt;
	line-height:34pt;
}

.servicetext{
	width:940px;
	margin:20px;
	text-align:left;
}

.red {
	color:#CC5959;
	font-size:38pt;
	font-weight:bold;
}

.item_p {
  font-size: 26pt;
	line-height:30pt;
  text-align:left;
	background: #FFF4F4;
	padding:50px;
}

/* about.php
------------------------------------------------------------*/

.about{
	margin:50px;
	text-align:left;
}

.about_b {
	color:#CC5959;
	font-weight:bold;
}


/* フッター
------------------------------------------------------------*/
.footer{
	font-family: 'Modern Antiqua', 'Noto Sans JP',serif;
	padding: 50px 0px 10px 0;
	text-align: center;
	font-size: 24pt;
}

.sns ul {
  font-size: 0;
}

.sns li {
  background-color: #fff;
  display: inline-block;
  font-size: 24pt;
  width: 50px;
	margin-bottom:30px;
}  

