@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display: block;
}ul{
	list-style: none;
}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	width: 940px;
	margin: 0 auto;
	font-size: 14px;
	color: #382400;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	background-color: #EFDFDE;
	background-repeat: repeat;
	background-image: url(../images/bg-img.png);
}

header {
	position: relative;
	margin-right: 0;
	margin-left: 0;
	margin-top: 5px;
}

nav {
	color: rgba(255,255,255,1.00);
    width:100%;
}

#contents {
    width:940px;
    margin:10px auto;
}

#main {
	width: 620px;
	float: right;
}

#sub {
    float:left;
    width:300px;
}

#subnav {
    display:none;
}

section {
	width: 570px;
	background-color: rgba(255,255,255,1.00);
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 1px dotted rgba(150,150,150,1.00);
	margin-bottom: 50px;
	float: left;
}

a {
    color:#000;
}

a:hover {
}

h1 {
;
	font-size: 28px;
	line-height: 1.2;
}

h1 a {
    color:#000;
    text-decoration:none;
}
h1 a:hover {
	text-decoration: underline;
	background-repeat: repeat;
	background-origin: padding-box;
}

h2 {
	padding-left: 10px;
	font-size: 17px;
	color: #9D7A90;
	border-left: 6px solid #D0AB69;
	border-bottom-left-radius: 20px 20px;
	border-top-left-radius: 20px 20px;
	margin-bottom: 25px;
}

h3 {
	margin-bottom: 1em;
	padding: 2px 5px;
	color: #7A3C62;
	font-size: 16px;
	border-bottom: 1px solid #91663C;
}

h4 {
    margin-bottom:0.25em;
    font-size:16px;
    color:#333;
}
h4:before {
    content:"\002605";
    color:#f19500;
}

h5 {
    margin-bottom:0.25em;
    padding:2px;
    color:#000;
    font-size:16px;
    border-top:1px dotted #999;
    border-bottom:1px dotted #999;
    background:#f1f1f1;
}

h6 {
	margin-bottom: 1em;
	color: #3B4A45;
	font-size: medium;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin-top: 10px;
}

p {
    margin:0 0 1em 0;
}

img {
	vertical-align: bottom;
	margin-right: 10px;
}

em {
    font-weight:bold;
}

strong {
    font-weight:bold;
    color:#f19500;
}

pre {
    margin:1em 0;
    padding:1em;
}

blockquote {
    margin-bottom:1em;
    padding:1em;
    border:1px dotted #ddd;
    border-left:5px solid #ddd;
}

ul,ol,dl {
    margin:0 0 1em 0;
}
ul li {
	list-style: disc;
}
ol li {
    list-style:decimal;
}
li {
    margin-left:2em;
}

dt {
	/* [disabled]margin-bottom: 0.5em; */
	border-bottom: 1px dotted #ddd;
}
dt:before {
	content: "\0025a0";
}
dd {
	text-align: left;
}

table {
	width: 100%;
	left: 0%;
	border-color: #ddd;
	border-style: solid;
	border-radius: 15px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	background-color: #F6F5EA;
}

th {
	text-align: center;
	vertical-align: middle;
	border: 0px solid #ddd;
	background: #f5f5f5;
}

td {
	border: 0px solid #ddd;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
    position:relative;
}

header h1 {
	font-size: 14px;
	line-height: 1.2;
    margin-bottom:20px;
}
    header img.example1 {
	margin-bottom: 0;
	margin-left: 0px;
    }
	
    header img.example2 {
	float: right;
	margin-top: -160px;
	display: block;
	position: relative;
    }

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

.summary {
    clear:both;
}

.tel {
	position: absolute;
	right: 0;
	float: right;
	display: block;
	margin-top: -27px;
}
.tel span {
	color: #432F1F;
	font-size: 25px;
	font-weight: bolder;
	vertical-align: middle;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	line-height: 1ex;
	text-align: right;
}


/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	margin-bottom: 20px;
	padding: 0;
	background-color: #7A3C62;
	overflow: hidden;
	font-size: small;
	color: rgba(255,249,249,1.00);
}
nav ul {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 16%;
}
nav li a {
	display: block;
	padding-right: 0;
	padding-left: 0;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding-top: auto;
	padding-bottom: auto;
}
nav li:first-child a {
}
nav li a:hover {
	color: #432F1F;
	text-decoration: none;
	background-color: #5E2D4B;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
    margin:0;
    padding:0;
    list-style:none;
}
.submenu li a:before {
    content:"\0025a0";
    color:#000;
}

.submenu li a {
    display:block;
    padding:5px 2px;
    color:#000;
    border-bottom:1px dotted #ddd;
    text-decoration:none;
}
.submenu li a:hover {
    background:#eee;
}

.bnr li {
    margin:0 0 10px 0;
    padding:0;
    list-style:none;
}
.bnr li a:hover {
    opacity:0.8;
    filter:alpha(opacity=80);
    -ms-filter:"alpha( opacity=80 )";
}
.bnr img {
    width:300px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
    clear:both;
}

.footmenu {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	color: rgba(67,47,31,1.00);
}
.footmenu ul {
	position: relative;
	float: left;
	left: 50%;
	margin: 0;
}
.footmenu li {
    position:relative;
    left:-50%;
    float:left;
    list-style:none;
    padding:0 10px;
    font-size:12px;
    text-align:center;
}

.copyright {
    clear:both;
    padding:20px 0;
    font-size:11px;
    text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
    position:fixed;
    bottom:15px;
    right:15px;
}
.totop a {
    display:block;
    text-decoration:none;
}
.totop img {
    background:#f19500;
}
.totop img:hover {
    background:#e78f00;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
    text-align:left;
}

.textR {
    text-align:right;
}

.list {
    padding:0 0 0 0.5em;
}

.list li {
    margin:0;
    padding:0 0 0 15px;
    list-style:none;
    background:url(../images/check.png) 0 5px no-repeat;
}

.photo {
	overflow: hidden;
	margin-top: 20px;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #FFFFFF;
	border-color: rgba(150,150,150,1.00);
	border-width: 1px;
	border-spacing: 0px 0px;
}

.imgL {
    float:left;
    margin:0 10px 10px 0;
}

.imgR {
    float:right;
    margin:0 0 10px 10px;
}

.info dt {
    border-bottom:none;
}
.info dd {
	border-bottom: 1px solid #ddd;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/*================================================
 *  トップページ
 ================================================*/
/* スライドショー */
.slide {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.slideInner {
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0;
	margin-bottom: 5px;
}
.slideInner li {
	position: absolute;
	margin: 0;
	padding: 0;
}
.slideInner li img {
}

.slidePrev {
      position:absolute;
      width:50px;
      height:60px;
      left:0;
      cursor:pointer;
      z-index:100;
}

.slideNext {
      position:absolute;
      display:block;
      width:50px;
      height:60px;
      right:0;
      cursor:pointer;
      z-index:100;
}

.controlNav {
      position:relative;
      float:left;
      left:50%;
}
.controlNav span {
      position:relative;
      left:-50%;
      float:left;
      margin:5px;
      -webkit-border-radius:5px;
      -moz-border-radius:5px;
      border-radius:5px;
      width:10px;
      height:10px;
      overflow:hidden;
      -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5) inset;
      background:#eee;
      text-indent:-9999px;
      vertical-align:middle;
}
.controlNav span:hover {
      background:#ccc;
      cursor:pointer;
}
.controlNav span.current {
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset, 0 0 2px rgba(133, 209, 198, 0.5);
	background: #91663C;
}


/* トップナビ */
* html .topNavi {
    height:1em;
    overflow:visible;
}

.topNavi {
    overflow:hidden;
    position:relative;
    margin-right:-2%;
    margin-top:20px;
    margin-bottom:20px;
}

.topNaviColumn {
    display:inline;
    width:32%;
    float:left;
    margin-right:1%;
}

.topNaviCon {
    position:relative;
    display:block;
    box-sizing:border-box;
    overflow:hidden;
    padding:10px;
    text-decoration:none;
    color:#000;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
    background:#E6C0BD;
    border:1px solid #f1f1f1;
    border-radius:4px;
}

.topNaviCon:hover {
    color:#000;
    background:#fff9f5 none repeat scroll 0 0;
    border:1px solid #f19500;
    transition:background 0s ease 0s, border 0.5s ease-out 0s;
}

.topNaviCon h2 {
    margin:10px;
    padding:0;
    font-size:14px;
    font-weight:bold;
    color:#f19500;
    border:none;
}

.topNaviCon:hover h2 {
    color:#f19500;
}

.topNaviCon p {
    margin:10px;
}

.topNaviPhoto img {
	float: right;
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:779px) {
    body {
	box-sizing: border-box;
	padding: 0 10px;
	max-width: 100%;
    }
	
    header {
	height: auto;
	max-width: 100%;
    }

    header h1 {
	margin-bottom: 0;
	margin-left: 0px;
    }
	
    header img.example1 {
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
	margin-left: -45px;
    }
	
    header img.example2 {
	max-width: 100%;
	height: auto;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: -145px;
    }
		
	.tel {
    position:relative;
    text-align:right;
	}
	
	.tel span {
	color: #432F1F;
	font-size: 18px;
	font-weight: bolder;
	vertical-align: middle;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-style: normal;
	line-height: 1ex;
	text-align: right;
}

    #contents {
        width:100%;
	}

    #main {
	/* [disabled]float:none; */
	width: 100%;
    }

    #sub {
        float:none;
        width:100%;
    }
	
section {
	background-color: rgba(255,255,255,1.00);
	margin-left: 0px;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 1px dotted rgba(150,150,150,1.00);
	margin-bottom: 50px;
	float: left;
	width: auto;
}
	
	table {
	margin-bottom: 0px;
	border-collapse: collapse;
	border: 0px solid #ddd;
	width: 100%;
	margin-right: 0px;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	left: 0%;
	font-size: x-small;
}
th {
    padding:10px;
    text-align:center;
    vertical-align:middle;
    border:0px solid #ddd;
    background:#f5f5f5;
}
td {
	border: 0px solid #ddd;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


    .bnr {
        overflow:hidden;
        margin-right:-2%;
    }

    .bnr li {
	float: left;
	width: 100%;
	margin: 0 2% 2% 0;
    }

    .bnr li img {
        width:100%;
    }

    /* メインメニュー */
    nav {
	width: 100%;
    }
	
    nav h3 {
        cursor:pointer;
        margin-bottom:0;
        color:#fff;
        background:#91663C;
        border:none;
    }
    nav h3:after {
        position:absolute;
        content:"\0025bc";
        top:3px;
        right:5px;
    }
    nav h3.menuOpen:after {
        position:absolute;
        content:"\0025b2";
        top:3px;
        right:5px;
    }
    nav ul {
        width:100%;
    }

    nav li {
        width:33.33%;
        margin:0;
        padding:0;
        list-style:none;
    }
    nav li:first-child a {
        width:100%;
    }

    nav li a {
        display:block;
        width:100%;
        border-bottom:1px dotted #ddd;
        text-decoration:none;
    }
	

    /* トップナビ */
    .topNavi {
        margin-right:0;
    }

    .topNaviColumn {
        display:block;
        box-sizing:border-box;
        width:100%;
        float:none;
        margin-right:0;
        margin-bottom:10px;
    }
}
