
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	background: #fff;
}

article {
	height: auto;
	margin: 50px auto 0 auto;
	text-align: center;
	line-height: 1.9;
}

.nomg {
	height: auto;
	margin: 0 auto;
	text-align: center;
	line-height: 1.9;
}

article p {
	margin-bottom: 1em;
}
a {
	color: #000;
	text-decoration: none !important;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index:5;
	opacity: 0.7;
}

.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
}

h2 {
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight:400;	
	font-size: 28px;
	margin: 0px auto -10px auto;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight:300;
	color: #a99654;
}

.material-icons.md-48 { font-size: 48px; }

.img-yoko3 {
	width: 100% ;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}

.pc_sp{
	width: 100% ;
	height: auto ;
}

.subct {
	font-family: 'Lato', sans-serif;
	font-size: 21px;
	font-weight:400;
	color: #4ab03d;	
}

.mds {
	display: inline-block; 
	width: 260px;
	margin: 50px auto 0 auto;
}

.maincopy {
	color: #fff;
	margin:auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	text-align: center;
}

.maincopy .main {
	font-family: 'Playfair Display SC', serif;
	font-weight:400;
	font-size: 52px;
	margin-bottom: 20px;
	margin-top: 120px;
}

.daishin {
	width: 300px;
}

.boxwrap {
	max-width: 980px;
	margin: 0px auto;
}

.boxContainer{
  display: flex;
  justify-content: space-around;
}

.boxs {
width: 300px;
  padding:0px 10px;
}

.boxs img {
	width: 100%;
}

#acs ul {
  list-style-type: none;
  text-align:left;
  }

#acs ul li { 
  display: inline-block;
  padding: 10px;
  vertical-align: top;
  }

table.table01 {
	border-collapse: collapse;
	margin: 0px auto;
}

table.table01 td {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	font-weight:400;
	padding:5px 20px;
}

.txtbk {
  display: inline-block;
  font-size:13px;
  text-align: center;
  color: #ffffff ;
  background-color:#000000;
  padding:0px 8px;
  margin-bottom: 1em;
}

.txtbk2 {
  display: inline-block;
  font-size:13px;
	line-height: 1.2;
  text-align: center;
  color: #ffffff ;
  background-color:#000000;
  padding:5px 8px;
  margin-right: 1em;
}

.txtbkl {
	border: solid 1px #000000;
  padding:2px 8px 3px 8px;
}

.prof {
	float:right;
	margin-left: 30px;
	width: 260px;
	border-radius: 10px;
}

#main-visual {
	background: url("../images/main.jpg") no-repeat center 60%;
	background-size:cover;
	height: 640px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-visual img {
	width: 400px;
}

#serviceflex {
  display: flex;
  justify-content: space-between;
}

#serviceflex2 {
  display: flex;
  justify-content: space-between;
  flex-direction : row-reverse;
}

#service1 {
	background: url("../images/service_img1.jpg") no-repeat center 30%;
	background-size:cover;
	height: 40vh;
	align-items: center;
	width: 50%;
}

#service2 {
	background: url("../images/service_img2.jpg") no-repeat center 30%;
	background-size:cover;
	height: 40vh;
	align-items: center;
	width: 50%;
}

#service3 {
	background: url("../images/service_img3.jpg") no-repeat center 30%;
	background-size:cover;
	height: 40vh;
	align-items: center;
	width: 50%;
}

#service1w {
	height: 40vh;
	align-items: center;
	width: 50%;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	font-weight:300;
	position: relative;
}

#service1w div {
	width: 70%;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.servicemd {
	display: inline-block;
	margin-bottom: 10px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
	border-bottom: solid 1px #666;
}

.servicefig {
	width: 90%;
	max-width: 450px;
}

#mailf {
	width: 100%;
	height: 600px;
}

.pc { display: block !important; }
.sp { display: none !important; }

.subbut {
		font-family: 'Noto Sans JP', sans-serif;
		font-weight:300;
		font-size: 16px;
		line-height: 1.5;
		width: 400px;
		max-width: 100%;
		text-align: center;
		color: #FFF;
		background: #a99654;
		border-radius: 10px;
		padding: 15px;
		border: 1px solid #a99654;
		margin: 50px auto 150px auto;
/*-webkit-transition: 5s;
    -moz-transition: 5s;
    -o-transition: 5s;
    -ms-transition: 5s;*/
    transition: 0.5s;
}

.subbut:hover {
		color: #a99654;
		background: #FFF;
		border: 1px solid #a99654;
	}

#footer {
	background: #a99654;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight:300;
	margin-top: -50px;
	padding: 30px;
	text-align: center;
}
#footer a {
	color: #7d6fa0;
	text-decoration: none;
}
#footer img {
	width: 45px;
	padding-bottom: 5px;
}

.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 46.25%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ナビゲーション */

.inner {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

.inner2 {
	padding: 50px 0;
}

.outerorange {
	  background-color:#f2efe5;
}

.inner-w {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	color: #555;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 20px  0;
	line-height: 1;
	z-index: 999;
	  background-color:#ffffff;
}
#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}
#top-head .inner {
	position: relative;
}
#top-head .logo {
	text-align: left;
	color: #a99654;
	float: left;
	font-size: 24px;
	width: 40%;
}

#top-head img {
	width: 100px;
}

#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 10px;
	font-size: 15px;
}
#global-nav ul li {
	float: left;
	position: relative;
}
#global-nav ul li a {
	padding: 0 20px;
	color: #666;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #666;
	bottom: -30px;
}


/* Fixed */
#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 15px;
	height: 80px;
	background: #fff;
	background: rgba(255,255,255,.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
	font-size: 24px;
	color: #666;
}
#top-head.fixed #global-nav ul li a {
	color: #666;
	padding: 0 20px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -10px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #666;
	bottom: -25px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #a99654;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 650px;
  table-layout: fixed;
  color: #000;
}
table tr {
  padding: .35em;
  border-bottom: 1px dotted #a99654;
}
table tr:last-child{
   border-bottom: 2px solid #a99654;
}
table td {
  padding: 1em 10px 1em 1em;
   text-align: left;
}

@media screen and (max-width: 980px) {

 table {
    border: 0;
    width:100%
  }
  table td:last-child {
    border-bottom: 0;
  }

	#main-visual {
	background: url("../images/main.jpg") no-repeat center 0px;
	background-size:cover;
		height: 280px;
	}

#main-visual img {
margin-top: 60px;
	width: 280px;
}

.maincopy {
	color: #fff;
	margin:auto;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	font-size: 13px;
	text-align: center;
	margin-top: 15px;
}

.maincopy .main {
	font-size: 24px;
	margin-bottom: 5px;
}

#serviceflex {
  display: flex;
  flex-direction: column;
}

#serviceflex2 {
  display: flex;
  flex-direction: column;
}

#service1 {
	background: url("../images/service_img1.jpg") no-repeat center 30%;
	background-size:cover;
	height: 300px;
	display: flex;
	align-items: center;
	width: 100%;
}

#service2 {
	background: url("../images/service_img2.jpg") no-repeat center 30%;
	background-size:cover;
	height: 300px;
	display: flex;
	align-items: center;
	width: 100%;
}

#service3 {
	background: url("../images/service_img3.jpg") no-repeat center 30%;
	background-size:cover;
	height: 300px;
	display: flex;
	align-items: center;
	width: 100%;
}

#service1w {
	height: 60vh;
	align-items: center;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.6;
	font-weight:300;
	position: relative;
}

#service1w div {
	width: 80%;
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}

.inner-w {
	width: 90%;
	margin: 0 auto;
	text-align: left;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	color: #555;
}

#top-head img {
	width: 125px;
	margin-top: -12px;
}

	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}


	#mobile-head {
		background: #fff;
		width: 100%;
		height: 56px;
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 19px;
		color: #7d6fa0;
		font-size: 21px;
	}

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #a99654;
		width: 100%;
		text-align: center;
		padding: 0;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 13px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
		border-top: solid 1px #fff;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}

#mailf {
	width: 100%;
	height: 450px;
}

.mds {
	display: inline-block; 
	width: 200px;
	margin: 40px auto 0 auto;
}

.boxwrap {
	max-width: 100%;
	margin: 0px auto;
}

.boxContainer{
  display: flex;
  justify-content: space-around;
 flex-flow: column nowrap;
	margin: 0px auto;
}

.boxs {
width: 100%;
  padding:10px;
}

.prof-sp {
	display: inline-block;
	width: 260px;
	border-radius: 10px;
	margin-bottom: 20px;
}

#acs ul li { 
  display: inline-block;
  width: 100%;
  padding: 10px;
  vertical-align: top;
  }

.center {
	margin: 0 auto;
	text-align: center;
}

.bmla {
	font-family: 'Lato', sans-serif;
	font-size: 15px;
	font-weight:700;	
}

.google-map {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 70%;
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table.table01 {
	border-collapse: collapse;
	margin: 0px auto;
}

table.table01 td {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	font-weight:400;
	padding:5px;
}

.pc { display: none !important; }
.sp { display: block !important; }

}
