@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

@charset "utf-8";
/* CSS Document */


/* reset */
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, 
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family:
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic Pro W3",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS P Gothic",
    sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul li, ol li {
  list-style-type: none; /* マーカーを消す */
}
a {
  text-decoration: none; /* 下線を消す */
}
img {
  border: 0;
  width: 100%;
  height: auto;
}
img, input {
  vertical-align: middle;
}
/*-------------------------------------

リセットここまで

--------------------------------------*/


body{
	color: #444;
}

h1{
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 0 10px 0;
}

h2{
	text-align: center;
	margin: 0 0 25px 0;
}

.h2text{
	display: inline-block;
	border-bottom: solid 5px #74325C;
	padding: 0 0 5px 0;
	line-height: 1.5;
}

p{
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 1rem 0;
}

p.fs50mincyou{
	font-family: 'Sawarabi Mincho';
	font-size: 50px;
}

p.fs18mincyou{
	font-family: 'Sawarabi Mincho';
	font-size: 18px;
}

.wrapper{
	width: 980px;
	margin: 0 auto;
	overflow: hidden;
}

header{
	background-image: url(../images/header-bg.png);
	background-size: cover;
	padding: 10px 0;
	overflow: hidden;
}

#header-logo{
	float: left;
	max-width: 234px;
	padding: 20px 0 0 0;
}

#header-phone{
	float: right;
}

#nav_toggle{
	display: none;
}

nav{
	text-align: center;
}

nav ul{
	width: 980px;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;
}

nav ul li{
	font-family: 'Sawarabi Mincho';
	color: #444;
	padding: 10px 0;
}

nav ul li#visit{
	border-bottom: solid 2px #D0A317;
}

nav ul li a{
	color: #444;
	display: block;
}

nav ul li a:hover{
	opacity: 0.7;
}

nav ul li#blog a{
	color: #BA5447;
}

#mainImg{
	width: 980px;
	margin: 0 auto 30px auto;
}

#mainImg img{
	margin-bottom: 30px;
}

#mainImg P{
	text-align: center;
	color: #73325B;
}

#content{
	margin-bottom: 100px;
}

section{
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

footer{
	background-image: url(../images/footer-bg.png);
	background-size: cover;
	padding: 50px 0 100px 0;
}

.f-wrapper{
	width: 980px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}

#fnav{
}

#fnav ul{
}

#fnav ul li{
	height: 18px;
	color: #D0A317;
	background-image: url(../images/f-nav.png);
	background-repeat: no-repeat;
	margin: 0 0 15px 0;
	padding: 0 0 0 2em;
}

#fnav ul li a{
	color: #fff;
}

#fnav ul li a:hover{
	color: #D0A317;
}

.telLink {
    pointer-events: none;
}

#small-bg{
	width: 100%;
	text-align: center;
	background-image: url(../images/small-bg.png);
	padding: 0.5em 0;
}

small img{
	max-width: 400px;
	height: auto;
}

/*----------------------------------------------------------------
その他の指定ここから
------------------------------------------------------------------*/ 
.leftBox{
	float: left;
}

.rightBox{
	float: right;
}

ul.check{
	background-color: #FEFEED;
	padding: 20px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 4px #ccc;
	border-bottom: solid 4px #ccc;
	margin: 40px 0 0 0;
}

ul.check li{
	background-image: url(../images/check-list.png);
	background-repeat: no-repeat;
	background-size: auto 25px;
	font-size: 17px;
	line-height: 1.8;
	margin: 0 0 15px 0;
	padding: 0 0 0 1.5em;
}

img.imgRight{
	float: right;
	width: 50%;
	height: auto;
}

img.imgLeft{
	float: left;
	width: 50%;
	height: auto;
	margin: 0 10px 10px 0;
}

table{
	width: 980px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}

th,td{
	border: solid 1px #ccc;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5;
	padding: 20px;
}

th{
	font-weight: normal;
	white-space: nowrap;
}

th.col{
	background-color: #fafafa;
}

th.row{
	background-color: #FEFDF8;
}

.price-red{
	color: #C30;
}

dl{
}

dt,
dd{
	line-height: 1.5;
}

dt{
	float: left;
}

dd{
	padding: 0 0 0.5em 10em;
	margin: 0 0 1.5em 0;
	border-bottom: solid 1px #ccc;
}

#googlemap {
	height: 0;
	overflow: hidden;
	padding-bottom: 26.0416%;
	position: relative;
}

#googlemap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

/*--------------------------------
メディアクエリここから
----------------------------------*/
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
body {
	/*background-color:#fafafa;*/
}

h1{
	display: none;
}

h2{
	text-align: center;
	font-size: 18px;
	margin: 20px 0;
}

p.fs50mincyou{
	font-size: 30px;
	margin-bottom: 5px;
}

p.fs20mincyou{
	font-size: 12px;
}

.wrapper{
	width: 96%;
	margin: 0 auto;
}

header{
	/*border-bottom: solid 2px #6d6d6d;*/
	overflow: hidden;
}

#header-logo{
	float: none;
	width: 60%;
	margin: 0 auto;
}

#header-phone{
	float: none;
	width: 60%;
	margin: 0 auto;
}

#nav-bg{
	background-color: /*#461E44*/#3C113A;
	/*border-top: solid 1px #ccc;*/
}

	/*開閉ボタン*/
	#nav_toggle{
		display: block;
		width: 100%;
		height: 40px;
		position: relative;
		top: 4px;
		z-index: 100;
		color: #fff;
		text-align: center;
		padding: 10px 0 0 0;
	}

#nav_toggle p{
	font-size: 14px;
}

nav{
	text-align: center;
	display: none;
}

nav ul{
	width: 100%;
	margin: 0;
	flex-direction: column;
}

nav ul li{
	width: 100%;
	display: block;
	color: #D0A317;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 15px;
	background-color: #EFE9EF;
}

nav ul li a{
	width: 100%;
	display: block;
	color: #444;
}

nav ul li a:hover{
	color: #D0A317;
}

#mainImg{
	width: 100%;
}

#mainImg img{
	margin-bottom: 10px;
}

#content{
	margin-bottom: 0;
}

section{
	margin-bottom: 20px;
}
 
.leftBox{
	float: none;
	margin: 0 0 10px 0;
}

.rightBox{
	float: none;
}

ul.check{
	margin: 20px 0 0 0;
}

ul.check li{
	background-size:20px auto;
	line-height: 1.4;
	font-size: 16px;
}

#backimage p{
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	padding: 5px;
}

img.imgRight{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

img.imgLeft{
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 10px 0;
}

footer{
	padding: 30px 0 20px 0;
}

.f-wrapper{
	width: 96%;
	margin: 0 auto;
	display: block;
}

.f-item{
	max-width: 80%;
	margin: 0 auto 30px auto;
}

.f-item-tel{
	max-width: 70%;
	margin: 0 auto 30px auto;
}

small img{
	max-width: 96%;
	height: auto;
	margin: 0 auto;
}

table{
	width: 100%;
}

th,td{
	display: block;
}

dt{
	float: none;
}

dd{
	padding: 0;
	margin: 0 0 10px 0;
}

th.hide{
	display: none;
}

#googlemap {
	height: 0;
	overflow: hidden;
	padding-bottom: 75%;
	position: relative;
}
}

@media screen and (max-width: 480px) {
/* 480pxまでの幅の場合に適応される */
body{
	/*background-color:#F9DF2C;*/
}

dt{
	text-align: center;
}
}

@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
body {
	 /*background-color: #68B876;*/
}
}