@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, body.big{
	font-size:16px;
	color:#333;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height:1.6;
	background-size: contain;
	background-position: top center;
    word-break:normal;
}
body {
	background-image: url(../images/back.png);
}
.contents {
	position:relative;
	overflow:hidden;
	width:1200px;
	margin:0 auto;
}
.contents.enfoot{
	width: 1200px;
}
#main {
	box-sizing: border-box;
	float:right;
	width:76%;
	margin: 1.5%;
	box-shadow: 0 0 20px rgba(121,84,84,0.2);
}
.index{
	background: none !important;
	padding: 0 !important;
}
.main-sub{
    background: rgba(255,255,255,.9);
    padding: 30px;
    min-height: 700px;
}
#sub {
	box-sizing: border-box;
	float:left;
	width:18%;
	margin:1.5%;
	box-shadow: 0 0 20px rgba(121,84,84,0.2);
}

/* リンク */
a {
	color:#0095b7;
}
a:hover {
	text-decoration: none;
}
.link-b{
	display: flex;
	justify-content: center;
	margin: 20px 0;
}
.link-b a{
	display: block;
	margin: 0 20px;
	background: #0095b7;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 10px 20px;
}
.link-b a.close, .link-b a.close:hover{
	background: #ccc;
}
.link-b a:hover{
	background:#72b6c1;
}

/* タイトルタグ */
#h1BK {
	background: url(../images/h1.jpg) no-repeat;
    background-position: right center;
    height: 100px;
    position: relative;
	background-size: cover;
}
h1{
    padding: 0 25px;
    font-size: 28px;
	font-weight: 700;
    color:#fff;
    text-shadow:#75434f 1px 1px 10px, #75434f -1px 1px 10px, #75434f 1px -1px 10px, #75434f -1px -1px 10px;
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
}
h2 {
	margin:2em 0 0.5em 0;
	padding:2px 10px;
	font-size:21px;
	color:#b75266;
	background:#b75266;
	color:#fbfbfb;
}
h2:first-child{
	margin: 0 0 0.5em 0;
}
h3 {
	margin:1em 0;
	padding-left: 5px;
	font-size:18px;
	font-weight:bold;
	border-bottom: 3px dotted #b75266;
	color:#b75266;
}
h4 {
	margin:0.15em 0;
	font-size:16px;
	font-weight:bold;
	color:#b75266;
}

/* リスト */
ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}
dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

/* テーブル */
table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:left;
	vertical-align:top;
	border:1px solid #ddd;
	background:#eee;
	font-weight: bold;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/* その他 */
p {
	margin:0 0 1em 0;
}
img {
	vertical-align:bottom;
	max-width: 100%;
}
em {
	font-weight:bold;
}
strong {
	font-weight:bold;
}
pre {
	margin:1em 0;
	padding:1em;
}
blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}
sup{
	font-size: smaller;
	vertical-align: top;
}
.red{
	color:#c23330;
}



/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	padding:10px 20px;
}
.logo{
	padding: 30px 0;
}



/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
}
nav h3 {
	display:none;
}
nav ul {
	margin:0;
	padding:0;
}
nav li {
	list-style:none;
	margin:0;
	padding:0;
    border-bottom: 1px solid #856c43;
    position: relative;
}
nav li:last-child{
    border-bottom: none;
}
nav li a {
	display:block;
	padding:10px 10px 10px 20px;
	color:#9e7b49;
	text-decoration:none;
	background:#fff1e1;
    position: relative;
	font-weight: bold;
}
nav li a::before{
    position: absolute;
    left:5px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background: url(../images/angle-right.svg) no-repeat;
    background-size: contain;
}
nav li a:hover {
	color:#fbfbfb;
	background:#b4935e;
	transition:all 0.2s ease 0s;
}
nav li a:hover::before {
	background: url(../images/angle-right_w.svg) no-repeat;
}
.close a, .close a:hover{
	background: #eee;
	color: #999;
}
.close a::before, .close a:hover::before{
	background: url(../images/angle-right_g.svg) no-repeat;
}

nav li ul{
    position: absolute;
    left:100%;
    top:0;
    width: 100%;
    z-index: 100;
}
nav li ul li {
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .2s;
}
nav li:hover > ul > li {
    overflow: visible;
    height: 38px;
}

.active{
    background:#b4935e;
    color:#fff;
}
.active::before{
    background: url(../images/angle-right_w.svg) no-repeat;
}
nav li a span{
	color:red;
	font-weight: bold;
	margin-left: 7px;
	font-size: 12px;
}



/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
	background:#b75266;
}
footer h4{
	color:#fff;
	border-left:none;
	background:none;
	padding: 0;
}
footer a{
	color: #fff;
}
.footmenu {
	padding:20px 0;
	overflow:hidden;
	flex-wrap: wrap;
	justify-content: space-between;
}
@media screen and (min-width:768px) {
	.footmenu {
		display: flex;
	}
}
.footer-box{
	padding:0 20px;
}
.footer-box p{
	color:#fff;
}
.copyright {
	clear:both;
	padding:5px;
	font-size:11px;
	text-align:center;
	background:#6b323f;
	color:#fff;
}



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



/*================================================
 *  クラス
 ================================================*/
.flex{
    display: flex;
}
.between{
    justify-content: space-between;
}
.textL {
	text-align:left;
}
.textR {
	text-align:right;
}
.textC{
    text-align: center;
}
.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;
}
.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}
.mb-20{
	margin-bottom: 20px;
	border-bottom: 0;
}



/*================================================
 *  コンテンツ
 ================================================*/
.end{
	border:6px double #c23330;
	color:#c23330;
	font-size: 20px;
	background: #fff;
	padding: 20px 20px 0 20px;
	margin-bottom: 30px;
}
.sp-v{
	 display: none;
 }
.soon{
	width:95%;
	height:200px;
	border:double 7px #b75266;
	text-align:center;
	margin:0 auto;
}
.soon p{
	margin:75px 0 0 0;
}
.mainv-box{
	margin-bottom: 30px;
}
.news{
	padding:30px;
	background: rgba(255,255,255,.9);
}

/* greeting */
.greeting-box{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	margin-bottom: 20px;
}
.greeting-box p{
	margin:0 20px 0 0;
}



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



/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	#h1BK{
		height: 70px;
	}
	.sp-none{
		display: none;
	}
	.sp-v{
		display: block;
		width: 80%;
		margin: 0 auto;
	}
	header h1{
		padding: 10px;
	}
	.logo{
		padding: 15px 10px;
	}
	#main {
		float:none;
		width:90%;
		min-height: 200px;
		margin: 20px auto;
	}
    .main-sub{
        width: 90%;
        padding: 5%;
        min-height: 200px;
    }
	.index{
		width: 100% !important;
	}
	#sub {
		float:none;
		width:100%;
		margin: 0;
	}
	nav {
		display:block;
		position:relative;
		width:100%;
	}
	nav h3 {
		display:block;
		cursor:pointer;
		margin-bottom:0;
		padding:10px;
		color:#fff;
		background:#b4935e;
		border:none;
		margin: 0;
	}
	nav li{
		margin: 0;
	}
	nav li a {
		padding:10px 30px;
	}
    nav li a:hover {
	   color:#4e3505;
	   background:#d8d1aa;
    }
    nav li a:hover::before {
	   background: url(../images/angle-right.svg) no-repeat;
    }
	#navBtn {
		display:inline-block;
		position:absolute;
		top:8px;
		right:10px;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#fff;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#b4935e;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#b4935e;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}
    .flex{
        flex-wrap: wrap;
    }
    .greeting{
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .greeting_p{
        text-align: left;
        margin-right:0px;
        margin-top: 20px;
    }
	.news{
		width: 80%;
		margin: 0 auto;
		padding: 5%;
	}
    h1{
        font-size: 20px;
        line-height: 1.3em;
    }
	th, td {
    	display: block;
		width: 95%;
		padding: 2.5%;
  	}
}
@media (-webkit-device-pixel-ratio: 2) {
  #h1BK{
      background: url(../images/h1@2x.jpg) no-repeat;
      background-position: right center;
      background-size: cover;
  }
}