@charset "UTF-8";
/*
Theme Name:maa Ver.3
Author:WebSODA
Version:3.0
*/



* {
	font-size: 12px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-family: "Lucida Grande","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

body {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: 100%;
}

a {
	outline: none;
}

img {
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
	border: none;
}
a img {
	border: none;
}
br {
	height: 0px;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}












input,
textarea {
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
	padding: 5px;
	position: relative;
	box-sizing: border-box;
}
input[type="submit"] {
	display: block;
	border: 1px solid #069;
	height: 38px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFF;
	background-color: #069 !important;
	border-radius: 38px;
	width: 50%;
	margin-left: 25%;
	margin-right: 25%;
	cursor: pointer;
	-webkit-appearance: none;
}
input[type="submit"]:hover {
	opacity: 0.7;
}








/*ヘッダー*/
#header_wrap {
	position: fixed;
	height: 64px;
	z-index: 100;
	width: 100%;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	background-color: #F0EFEC;
	border-bottom: 1px solid #bbb;
	opacity: 0.95;
}
header {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
header h1 a {
	background-image: url(img/logo_0925.png);
	background-repeat: no-repeat;
	background-size: 197px 41px;
	height: 41px;
	width: 197px;
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	top: 12px;
	box-sizing: border-box;
	text-indent: -99999px;
}
/*header h1 a {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 230px;
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	top: 12px;
	padding-top: 25px;
	padding-left: 57px;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: normal;
}*/
header h1 a:hover {
	opacity: 0.7;
}
#hd_navi {
	width: 90%;
	height: 64px;
	float: right;
	display: table;
	padding-bottom: 10px;
	box-sizing: border-box;
}
#hd_navi ul {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
#hd_navi li {
	display: inline;
	padding-left: 30px;
}
#hd_navi li a {
	text-decoration: none;
	padding-bottom: 2px;
}


#drawer_hd_navi {
	display: none;
}


@import url(//fonts.googleapis.com/css?family=Raleway:400,500,800);
#hd_navi ul {
  font-family: 'Raleway', Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}
#hd_navi ul * {
  box-sizing: border-box;
}
#hd_navi ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 1em;
  padding: 0;
}
#hd_navi ul a {
  padding: 0.5em 0;
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
#hd_navi ul a:before,
#hd_navi ul a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#hd_navi ul a:before {
	top: 0;
	display: block;
	height: 3px;
	width: 0%;
	content: "";
	background-color: #222;
}
#hd_navi ul a:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
#hd_navi ul a:hover:before,
#hd_navi ul .current a:before {
  opacity: 1;
  width: 100%;
}
#hd_navi ul a:hover:after,
#hd_navi ul .current a:after {
  max-width: 100%;
}
.insta_icon {
	margin-left: 0.5em;
	float: right;
	position: relative;
	top: 23px;
}
.insta_icon:hover {
	opacity: 0.7;
}
#drawer_hd_navi > .insta_icon {
	margin: 0;
	top: 20px;
	right: 65px;
}



#contents {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 95px;
}



.line {
	margin: 0 auto;
	width: 100px;
	height: 0px;
	padding-bottom: 50px;
	border-top: 1px solid #222;
}

#title_wrap {
	padding-bottom: 15px;
	text-align: center;
}
#title_wrap h3 {
	font-size: 30px;
	font-weight: normal;
}
#title_wrap p {
	font-size: 10px;
	padding-bottom: 20px;
}


.description p {
	padding-bottom: 15px;
}
.description p a {
	color: #069;
	text-decoration: none;
}
.description p a:hover {
	color: #F60;
}

h4 {
	position: relative;
	display: inline-block;
	padding: 10px;
	font-weight: normal;
	background: #F0EFEC;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 1.5em;
	margin-left: 0;
	font-size: 15px;
}

h4:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 14%;
 	margin-left: -15px;
	border: 10px solid transparent;
	border-top: 10px solid #F0EFEC;
}
h4 a {
	text-decoration: none;
}
h4 p {
	margin: 0;
	padding: 0;
}
h4 span {
	display: block;
	color: #666666;
	font-size: 10px;
}


.ct_serif {
	padding-top: 15px;
	padding-bottom: 15px;
}
.ct_serif h5 {
	font-weight: normal;
	padding-bottom: 5px;
	font-size: 20px;
}
.ct_serif p {

}





/*フッター*/
#pagetop {
	width: 30px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#pagetop a {
	background-image: url(img/pagetop.png);
	background-repeat: no-repeat;
	width: 30px;
	height: 16px;
	display: block;
	text-decoration: none;
	text-indent: -99999px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: 0px 10px;
}
#pagetop a:hover{
	opacity: 0.7;
}
footer {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	background-color: #F0EFEC;
}
footer div {
	width: 960px;
	margin: 0 auto;
}
footer a {
	text-decoration: none;
}
address p:nth-child(1) {
	font-style: normal;
}
address p:nth-child(2) a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 16px;
	font-style: normal;
}
footer small {
	font-size: 10px;
}









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

#hd_navi {
	display: none;
}

#drawer_hd_navi {
	display: block;
}
/*drawer*/
#gb-menu{
	position: absolute;
	right: 15px;
	top: 20px;
	display: block;
	width: 34px;
	height: 28px;
	background-image: url(img/nav_bg.png);
	background-repeat: no-repeat;
}
#gb-menu:hover{
	opacity: 0.7;
}


#header_wrap {
	width: 100%;
}
header {
	width: 100%;
}
header h1 a {
	left: 15px;
}
#hd_navi {
	padding-right: 15px;
}
#contents {
	width: 100%;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
footer div {
	width: auto;
}


}









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


#contents {
	padding-top: 85px;
}
#title_wrap {
	padding-bottom: 20px;
}


input[type="submit"] {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}


}

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

input[type="submit"] {
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
}


}

/*背景画像の場合、jsが非対応のためcssでretinaに対応*/
@media all and (-webkit-min-device-pixel-ratio: 2) {

/*header h1 a {
	background-image: url('img/logo_@2X.png');
	-webkit-background-size: 44px 40px;
	background-size: 44px 40px;
}*/
#pagetop a {
	background-image: url('img/pagetop_@2X.png');
	-webkit-background-size: 30px 16px;
	background-size: 30px 16px;
}
#gb-menu {
	background-image: url('img/nav_bg_@2X.png');
	-webkit-background-size: 34px 28px;
	background-size: 34px 28px;
}
}
