@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      default.css
 Author:         Your Name (admin)
 Style Info:     ブラウザスタイルのリセットと基本設定
----------------------------------------------------------- */

/* ----------------------- Browser Default Initialization */
html {
	overflow-y: scroll;
}
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, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}
table	{
	border-collapse: collapse;	border-spacing: 0;
}
caption, th	{
	text-align: left;
}
q:before ,q:after	{
	content: '';
}
object, embed	{
	vertical-align: top;
}
hr, legend	{
	display: none;
}
h1, h2, h3, h4, h5, h6	{
	font-size: 100%;
}
img, abbr, acronym, fieldset	{
	border: 0;
}
li	{
	list-style-type: none;
}
p, dd, blockquote	{
	text-align: justify;
	text-justify: inter-ideograph;
}

a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
	}

/* ----------------------- Basic Style */
/* ------------ Font Style */
body {
	font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: #FFF;
	color: #333;
	font-size: 95%;
	line-height: 1.8;
}


* + html body {
	font-family: "メイリオ","Meiryo";
}

/* ------------ A Style */
a:link	{
	text-decoration: none;
	color: #00F;
}

a:visited	{
	text-decoration: none;
	color: #00F;
}

a:hover	{
	text-decoration: underline;
	color: #00F;
}

a:active	{
	text-decoration: none;
	color: #00F;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}
a:link {
	color:#1873a2;
	}
	
a:visited  {
	color:#1873a2;
	}

img {
	max-width: 100%;
	height: auto;
}
#wrapper {
	margin-top:43px;
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff8ee;
	padding-bottom:40px;
	padding-top:80px;
	}

.container {
	width:980px;
	margin:0 auto;
}
.c-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-flex-reverse {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}
@media (max-width: 768px) {
	.container {
		width:100%;
	}
	img {
		max-width:100%;
		height:auto;
	}
	#wrapper {
		padding: 15px;
		background-size:400px;
	}
}

/* header */

#header {
	background-color:#60452a;
	color:#FFF;
	position: fixed;
	height:50px ; 
    top:0;  
    left:0;  
	width:100%;
	padding:5px 0;
	z-index:10;
	}
	
#header .h_logo {
	float:left;
	margin-top:6px;
	} 
	
#header .g-nav {
	width:700px;
	float:right;
	}

#header .g-nav ul li {
	float:left;
	margin-left:15px;
	margin-top:6px;
	}

#header .g-nav ul li a {
	color:#FFF;
	}
#header .telnumber  {
	margin-top: 5px;
	margin-left: 20px;
}
#header .g-nav .second_level {
	display:none;
}
@media (max-width: 768px) {
	#header .h_logo {
		width:120px;
		margin-left: 10px;
	} 
	#header .g-nav {
		width:100%;
		float:none;
	}
	#header .tel {
		width: 100%;
	}
	#header .telnumber {
		width: 165px;
		height: auto;
		margin-top: 10px;
	}
	#header .g-nav .second_level {
		background-color: #000!important;
		display:inline-block;
		padding: 10px;
		margin-bottom: 10px;
		width: 46%;
		font-size:0.8rem;
	}

	/* -- div#sp-icon -------------------------------------------------------------------------------- */

	div#sp-icon {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 4px;
		z-index: 999;
	}

	div#sp-icon:hover {
		cursor: pointer;
		opacity: 0.7;
	}

	div#sp-icon span,
	div#sp-icon span:before,
	div#sp-icon span:after {
		display: inline-block;
		width: 30px;
		height: 3px;
		background: #fff;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.3s;
	}

	div#sp-icon span {
		left: 50%;
		top: 50%;
		transform: translate( -50%, -50% );
	}

	div#sp-icon span::before {
		content: "";
		transform: translateY( -10px ) rotate( 0deg );
	}

	div#sp-icon span::after {
		content: "";
		transform: translateY( 10px ) rotate( 0deg );
	}


	div.sp-open span {
		background: transparent !important;
	}

	div.sp-open span:before {
		transform: rotate( 45deg ) !important;
	}

	div.sp-open span:after {
		transform: rotate( -45deg ) !important;
	}
}
@media  (min-width:481px) and ( max-width:768px) {
	#header .g-nav ul li .first_level {
		padding: 8px 0!important;
	}
}
@media (max-width: 375px) {
	#header .h_logo {
		width:100px;
		margin-left: 5px;
	} 
	#header .telnumber {
		width: 125px;
		height: auto;
		margin-top: 12px;
	}
}
/* top */

#wrapper div#top_main {
	overflow:hidden;
	}
	
#wrapper div#top_main .fadein {
	margin:0 auto 40px auto;
	}

#slide-main {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 800px;
	padding: 0;
	margin: 0 auto;
	}
	
#slide-main li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	}
	
#slide-main li:first-child {
	position: relative;
	display: block;
	float: left;
	}
	
#slide-main img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
	}
	
#wrapper div#top_main div.left {
	width:280px;
	}

#wrapper div#top_main div.left img {
	margin-bottom:20px;
	}	
#wrapper div#top_main div.main_right {
	width:650px;
	text-align:left;
	padding-left: 30px;
	}
	
#wrapper div#top_main div.main_right h2 {
	margin: 30px 0 10px 0;
	}

#wrapper div#top_main div.main_right h2.news {
	margin: 10px 0 5px 0;
	color:#60452a	;
	font-size:1.4em;
	border-top:dotted 1px #60452a;
	padding-top:10px;
}

#wrapper div#top_main div.main_right dl {
	padding-bottom: 15px;
	}

#wrapper div#top_main div.main_right dl a {
	color:#60452a;
}

#wrapper div#top_main div.main_right ul {
	margin-top:30px;
	}

#wrapper div#top_main div.main_right ul li {
	float:left;
	margin-right:20px;
	}

@media (max-width: 768px) {
	#wrapper div#top_main {
		margin-top: 20px;
	}
	#slide-main {
		width: 100%;
	}
	#wrapper div#top_main .fadein {
		position:relative;
		height:auto;
		width:100%;
	} 
	#wrapper div#top_main div.left {
		width:100%;
		text-align: center;
		margin-top: 20px;
	}
	#wrapper div#top_main div.left img {
		width: 250px;
		height: auto;
	}	
	#wrapper div#top_main div.main_right {
		width:100%;
		padding-left: 0px;
	}
	#wrapper div#top_main div.main_right dl {
		border-bottom: dotted 1px #60452a;
	}
	
}

#item_list {
	width:980px;
	margin:0 auto;
	padding:80px 0;
	overflow:hidden;
	}
#item_list .item_inner {
	width:385px;
	margin-left:40px;
	text-align: center;
	}
	
#item_list h4 {
	margin:10px 0;
	font-size:1.6em;
	color:#604529;
	text-align: center;
	}
	
.top_yoyaku {
	height:174px;
	position:relative;
	margin-bottom:40px;
}

.top_yoyaku .nara {
	position:absolute;
	bottom:18px;
	left:30px;
	}
	
.top_yoyaku .sakura {
	position:absolute;
	bottom:18px;
	left:200px;
	}

@media (max-width: 768px) {
	#item_list {
		width:100%;
		padding: 15px;
	}
	#item_list h2 {
		width: 100%;
		text-align: center;
		margin: 20px 0;
	}
	#item_list h2 img {
		width: 180px;
		height: auto;
	}

	#item_list .item_inner {
		width:100%;
		margin-left:0px;
		margin-bottom: 40px;
	}
	#item_list .item_pic {
		width: 360px;
		height: auto;
	}
}

/* slider
--------------------------------------------------------- */
.photo_slide {
	position: relative;
	overflow: hidden;
	overflow-x: hidden;
	width: 100%;
	height: 200px;
}

.slideGuide {
	width: 100%;
	height: 100%;
}

.slideCell {
	display: block;
	float: left;
	height: 200%;
	width: 301px;
	background: #FFF;
	color: #333;
}

@media (max-width: 768px) {
	.photo_slide {
		height: 100px;
	}
	.slideCell {
		width: 160px;
	}
}

/* sample */
.slideCell a {
	display: block;
	width: 100%;
	height: 100%;
	background: skyblue;
}
.slideCell a:hover {
	background: yellow;
}


/* footer
--------------------------------------------------------- */

#footer {
	background-color:#60452a;
	color:#FFF;
	padding-bottom:40px;
	text-align: center;
	}
	
#footer .f-nav {
	margin:0 auto;
	background-color:#6f553c;
	border-bottom:solid 5px #422a12;
	}
	
#footer .f-nav ul {
	width:980px;
	margin:0 auto;
	padding:10px 0;
	overflow:hidden;
	}

	#footer .f-nav li {
	float:left;
	margin-right:20px;
	}
	
	#footer .f-nav li a {
	color:#FFF;
	}
	
#footer ul.logo {
	text-align:left;
	}

#footer ul.logo h2 {
	margin-bottom:10px;
	}
	
#footer div.footer_wrap {
	width:980px;
	overflow:hidden;
	margin: 0 auto;
	padding:30px 0;
	}

#footer div.contact {
	width:594px;
	height:400px;
	position:relative;
	background-image:url(../images/footer_bg.gif);
	background-repeat:no-repeat;
	padding:30px 20px;
	}
	
#footer div.contact .ordertitle {
	font-size:20px;
	border-bottom:dotted 1px #fff;
	text-align:left;
	margin-bottom: 10px;
	}
	
#footer div.contact .tel_text {
	margin-bottom: 30px;
	}
	#footer div.contact .fax_text {
	margin: 20px 0 5px;
	}
	
#footer div.contact .mail {
	vertical-align:text-bottom;
	}

#footer div.contact ul li.tel_text {

	font-size:0.85em;
	text-align:left;
	}

#footer div.contact ul li.fax_text {

	text-align:left;
	font-size:0.85em;
	}
#footer div.contact img.tel {
	width: 240px;
	height: auto;
}
#footer div.contact img.mail {
	width: 280px;
	margin-left: 10px;
	height: auto;
}
#footer div.contact img.fax {
	width: 240px;
	height: auto;
	}
	
#footer div.contact img.download {
	vertical-align:text-bottom;
	width: 280px;
	margin-left: 10px;
	}
#footer .copyright {
	text-align: center;
	font-size:0.8rem;
}	
@media (max-width: 768px) {

	#footer ul.logo {
		width: 100%;
		padding: 25px 15px;
		border-top:solid  1px #fff;
		text-align: center;
	}
	#footer ul.logo .f_logo {
		width: 160px;
		height: auto;
		margin-bottom: 10px;
	}
	#footer ul.logo a {
		color: #ffffff;
		text-decoration:underline;
	}
	#footer .f-nav ul {
		width:100%;
		padding: 10px;
	}
	#footer .f-nav li {
		float:none;
		margin-right:0px;
		margin-bottom: 1px;
		text-align: center;
	}
	#footer .f-nav li a {
		color:#FFF;
		display: block;
		padding: 5px;
		background-color: #60452a;
	}
	#footer div.footer_wrap {
		width:100%;
		padding:0;
	}
	#footer div.contact {
		width:100%;
		height:auto;
		position: static;
		background-image: none;
		padding: 25px 15px;
	}

	#footer div.contact .ordertitle {
		margin-bottom: 10px;
		font-size:16px;
	}
	#footer div.contact .tel_text {
		margin-bottom: 15px;
	}
	#footer div.contact .fax_text{
		margin: 20px 0;
	}

}

/* ---------- Basic Styling ---------- */

.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignright {
	float: right;
	margin: 0 0 2px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 2px 0;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	display: inline;
}

.caution {
	padding: 10px;
	color: #e9e9e9;
	text-align: center;
	background-color: #cc0000;
}
noscript .caution {
	margin: 0;
}

.wp-caption {
	width: 100%;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #ffffff;
	text-align: center;
}
.wp-caption img {
	padding-top: 5px;
}

.wp-caption-text {
	margin: 5px 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

code strong {
	color: #cc3366;
	font-weight: normal;
}

