@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;font-size:100%;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 {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background-color:#F7F6F2;
}

header {
	width:100%;
	height:200px;
}
header2 {
	width:100%;
	height:400px;
}
header3 {
	width:100%;
	height:80px;
}


#contents {
	width:1100px;
	margin:0 auto;
}

a {
	color:#630;
}
a:hover {
	color:#043771;
}

h1 {
	font-size:28px;
}

h2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:32px;
	color:#333;
	text-align:center;
}


p.tel{ color: #0CF;}


h22{
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:32px;
	color:#333;
	text-align:center;
}


h3 {
	margin-bottom:0.25em;
	font-size:18px;
	color:#0CF;
}

h4 {
	margin-bottom:0.25em;
	font-size:16px;
}

h44 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:20px;
	color:#333;
	text-align:center;
}


h7 {
	margin-top:10px;
	margin-bottom:0.5em;
	font-size:16px;
	color:#333;
	text-align:center;
}




h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

h11 {

    border-top: 1px solid black;
    margin:23px 0 0;
   text-align:center;
    padding:0; height:24px;

}

 

  h11 span {
position: relative;
top: -24px;
    padding: 0 20px;
    background:white;

}


h222 {
    overflow: hidden;
    text-align: center;
	font-size:28px;color:#633;
}

h222 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h222 span:before,
h222 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
	color:#633;
}

h222 span:before {
    right: 100%;
}

h222 span:after {
    left: 100%;
}

h333 {
    overflow: hidden;
    text-align: center;
	font-size:18px;
}

h333 span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
}

h333 span:before,
h333 span:after {
    border-top: 1px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 99em;
}

h333 span:before {
    right: 100%;
}

h333 span:after {
    left: 100%;
}

















p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

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

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

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

blockquote {
	
	top: 20px;
	margin-bottom:1em;
	margin-left : auto ; margin-right : auto ;
	padding:1em;
	border:3px dotted #000;
	text-align:center;
	height:300px;
	width:96%;
	clear:both;
	overflow:hidden;	
}










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


table{
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#fff;
}
td {
	padding:10px;
	text-align:lift;
	border:1px solid #ddd;
}

table.a1{
 
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th.a1 {
	padding:10px;
	text-align:left;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#fff;
}

td.a1 {
	padding:10px;
	text-align:right;
	border:1px solid ;
border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
	width:100%;
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}


/* 2カラム（スマートフォンでは1カラム) */
.fwoCol {
	overflow:hidden;
	margin-bottom:50px;
}
.fwoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.fwoColInner div {
	width:50%;
	float:left;
	margin-right:0%;
}
.fwoColInner div:nth-child(2n+1) {

}


.fwoColInner img {
	width:100%;
	
}

















/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
	text-align:center;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
	
	text-align:center;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:0px;
}
/* 3カラム変形（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
	text-align:center;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
	text-align:center
	
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:0px;
}


/* 4カラム（スマートフォンでは1カラム) */
.senCol {
	overflow:hidden;
	margin-bottom:10px;
}
.senColInner {
	overflow:hidden;
	margin-right:-3%;
}
.senColInner div {
	width:24%;
	float:left;
	margin-right:1%;
	text-align:center;
}
.senColInner div:nth-child(4n+1) {
	clear:both;
	text-align:left;
}
.senColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:0px;
}










/* ボタン（タイプ1） */
.btn01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn03 a {
	display:block;
	padding:2%;
	color:#fff;
	text-align:center;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #34787F;
	background:#34787F;
	transition:all 0.2s ease 0s;
}
.btn03 a:hover {
	color:#fff;
	background:#52684F;
	transition:all 0.2s ease 0s;
}


/* ボタン（タイプ1） */
.btn04 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#000 ;
	transition:all 0.2s ease 0s;
}
.btn01 a:hover {
	background:#2e2e2e ;
	transition:all 0.2s ease 0s;
}







/*================================================
 *  ヘッダー
 ================================================*/


header {
	position:relative;
}

header h2 {
	position:absolute;
	top:0%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:200px;
	height:400px;
	z-index:10;
	font-size:34px;
}


header2 {
	position:relative;
}

header2 h22 {
	position:absolute;
	top:60%;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:200px;
	height:350px;
	z-index:10;
	font-size:34px;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
	color:#FFF;
	
	background-color:#947A51;
}
a {
	color:#fff;
}
a:hover {
	color:#043771;
}







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

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	h2 {
		margin-top:30px;
	}

	.imgC {
		margin-bottom:30px;
	}
	.imgC img {
		max-width:100%;
	}

	.imgL {
		margin-bottom:30px;
	}
	.imgL img {
		float:none;
		max-width:100%;
		margin-right:0;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		float:none;
		max-width:100%;
		margin-left:0;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}
}


.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
	
    clear: both;
    display: block;
}

ol2, ul2{ 
	list-style: none; 
}


/* header */
#top-head {
    top: 0px;
    position: absolute;
    width: 100%;
	height:600px;
    margin: 0px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;

	
	
}
#top-head a,
#top-head {
    color: #94C2CE;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
	
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul2 {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul2 li2 {
    float: left;
}
#global-nav ul2 li2 a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    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: #630;
}
#top-head.fixed #global-nav ul2 li2 a {
    color: #94C2CE;
    padding: 0 20px;
}
 
/* 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: #666;
    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;
}

@media screen and (max-width: 767px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* 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: 10px;
	color: #630;
	font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul2 {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul2 li2 {
        float: none;
        position: static;
    }
    #top-head #global-nav ul2 li2 a,
    #top-head.fixed #global-nav ul2 li2 a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #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);
    }

/* header2 *****************************************************************************/
#top-head2 {
    top: 0px;
    position: absolute;
    width: 100%;
	height:100px;
    margin: 0px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;

	
	
}
#top-head2 a,
#top-head2 {
    color: #633;
    text-decoration: none;
}
#top-head2 .inner {
    position: relative;
	
}
#top-head2 .logo {
    float: left;
    font-size: 36px;
}
#global-nav2 ul3 {
	list-style: none;
	position: absolute;
	right: -66px;
	bottom: 57px;
	font-size: 14px;
}
#global-nav2 ul3 li3 {
    float: left;
}
#global-nav2 ul3 li3 a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head2.fixed2 {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head2.fixed2 .logo2 {
    font-size: 24px;
    color: #630;
}
#top-head2.fixed2 #global-nav2 ul3 li3 a {
    color: #630;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggles {
    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: #666;
    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;
}

@media screen and (max-width: 767px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* 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: 10px;
	color: #333;
	font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul2 {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul2 li2 {
        float: none;
        position: static;
    }
    #top-head #global-nav ul2 li2 a,
    #top-head.fixed #global-nav ul2 li2 a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #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);
    }
	
	