
@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,600,700'); 

/*============================
	レイアウト・背景色・基本文字色
=============================	*/

html {
    border-top: 5px solid #fc7373;
}
body {
    color:#434343;
    font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif !important;
	letter-spacing:0.1em;
    line-height: 2.143;
}
a {
    color:#fc7373;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
#container {
}
#container .inner {
	width:960px;
	margin:0 auto;
}
#content {
	width:960px;
	margin:0 auto;
    padding: 0px 0 80px;
    background: url(../../images/212/bgi-main_contents_001.jpg) repeat-y;
    background-position: right top;
}
#main {
	width:660px;
	float:left;
}
#page #main {
    margin-top: 36px;
}
#side {
	width:260px;
	float:right;
    padding: 0 20px;
}

/*============================
	ヘッダー
=============================*/
header {
	width:960px;
    min-height: 75px;
    margin: 0 auto;
    display: table;
}
header:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    min-height: 75px;/* 任意のmin-heightを入力 */
}
header .headNav {
	letter-spacing:-0.40em;
	text-align:right;
    line-height: 1;
    margin: 17px 0 15px;
    display: table-cell;
    vertical-align: middle;
}
header .headNav li {
	display:inline-block;
	letter-spacing:0.05em;
	font-size:0.857em;
	margin-left:14px;
	line-height:1;
}
header .headNav li a {
	text-decoration:none;
    color:#fff;
    background-color: #fc7373;
    padding: 6px 0;
    border-radius: 3px;
    width: 84px;
    display: inline-block;
    text-align: center;
    font-weight: normal;
}
header .headNav li a:hover {
    opacity: 0.7;
}
header .headNav li.profileNav a {
}
header .headNav li.accessNav a {
}
header .headNav li.contactNav a {
}

/*　タイトル
-----------------------------------------*/
header #siteTtl {
    font-size:1.429em;
    text-align: left;
    line-height: 1.5;
    display: table-cell;
    vertical-align: middle;
    max-width: 480px;
}
header #siteTtl a {
	text-decoration:none;
    color: #333333;
}
header #siteTtl a img {
	max-width:500px;
	height:auto;
}
header #siteTtl a:hover {
    color: #fc7373;
}
header #siteTtl a:hover img {
    opacity: 0.7;
}


/*============================
	グロナビ
=============================*/
nav {
    position: relative;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.55);
    margin-bottom: 38px;
}
#page nav {
    margin-bottom: 56px;
}
nav ul {
	letter-spacing:-0.40em;
	text-align:center;
    width: 960px;
    margin: 0 auto;
}
nav ul li.parent {
	letter-spacing:0.1em;
	display:inline-block;
	position:relative;
}
nav ul li.parent:before {
    content: "";
    display: block;
    width: 1px;
    height: 15px;
    right: -1px;
    top: calc(50% + 5px);
    margin-top: -12px;
    position: absolute;
    background-color: #fff;
}
nav ul li.parent:last-child:before {
    display: none;
}
nav ul li.parent > a {
    color:#fff;
	text-decoration:none;
	display:block;
	font-weight:normal;
    padding: 5px 40px;
    margin-left: 1px;
}
nav ul li.parent:hover > a {
	position:relative;
	z-index:10;
    color: #fc7373;
	opacity:1;
    background-color: #000;
}

/* 子メニュー */
nav .child {
	position:absolute;
	letter-spacing:0;
    width: 100%;
	text-align:center;
	padding:0;
	display:none;
	z-index:10;
}
nav .child li {
    background: rgba(0, 0, 0, 0.65);
    border-bottom: 1px solid #fff;
    line-height: 1.5;
}
nav .child li:last-child {
    border-bottom: none;
}
nav .child li a {
    color:#fff;
	text-decoration:none;
	display:block;
	padding:10px 18px;
	position:relative;
}
nav .child li a:hover {
    background-color: #000;
}



/*============================
	メインスライド
=============================*/
.slideArea {
    padding: 0px 0 68px;
    position: relative;
    background: url(../../images/212/bgi-mainSlide_001.jpg) no-repeat;
    background-size: cover;
    min-width: 960px;
}
.mainSlideIn {
    width: 860px;
    height: 360px;
    margin: 0 auto;
    background: #fff;
    box-sizing: border-box;
    padding: 1px;
    position: relative;
    z-index: 2;
}

#mainSlide {
    width: 860px;
}
#mainSlide li {
	height:358px !important;
	position:relative;
	background:rgba(0,0,0,0.2);
	overflow:hidden;
}
#mainSlide li img {
	position:absolute;
	/*top:50%;*/
	left:0;
	/*transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);*/
	width:1060px;
	height:auto;
}

/* pager */
.bx-wrapper .bx-pager.bx-default-pager {
    bottom: -56px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 7.5px;
	outline: 0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fc7d7d;
	opacity:1;
}

/* controlBtn */
.bx-wrapper .bx-controls-direction a {
	width:30px;
	height:30px;
	margin:0;
	top:50%;
    border-radius: 15px;
}
.bx-wrapper .bx-prev {
    background:url(../../images/212/btn-slider_001.png) 7px 7px no-repeat #fc7d7d;
	left:-51px;
}
.bx-wrapper .bx-prev:hover {
    opacity: 0.7;
}
.bx-wrapper .bx-next {
    background:url(../../images/212/btn-slider_002.png) 11px 7px no-repeat #fc7d7d;
	right:-51px;
}
.bx-wrapper .bx-next:hover {
    opacity: 0.7;
}


/*============================
	メインイメージ
=============================*/
.mainImgIn {
    padding: 0px 0 60px;
    position: relative;
    background: url(../../images/212/bgi-mainSlide_001.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}
#container .mainImgIn .inner {
	display:table;
	width:960px;
    table-layout: fixed;
}
.mainImgIn .inner .imgIn {
	width:377px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
    box-sizing: border-box;
    position: relative;
}

.mainImgIn .inner .imgIn #mainImg {
    width: 365px;
    margin: 0 auto;
}
.mainImgIn .inner .imgIn #mainImg:before {
}
.mainImgIn .inner .leadTxtIn {
	display:table-cell;
	vertical-align:middle;
	font-weight:normal;
    padding: 0 30px;
}
.mainImgIn .inner .leadTxtIn #leadTxt {
    color: #fff;
    font-size: 1.714em;
    line-height: 2;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.3);
    border-bottom: none;
}
.noImage .mainImgIn .inner .leadTxtIn #leadTxt {
    text-align: center;
}


/* leadTxt */
#leadTxt {
    color: #666666;
    font-weight: normal;
    padding: 30px 0;
    position: relative;
    line-height: 2;
    letter-spacing: 0;
    padding: 35px 0 25px;
    border-bottom: 1px solid #fff;
}


/* news */
#news {
    margin: 27px 0 48px;
    border: 1px solid  #f0f0ef;
    padding: 31px 0 30px;
}
.topicArea .inner #news:first-child {
    margin-top: 105px;
}
#news .contTtl {
    text-align: center;
    margin-bottom: 30px;
}
#news .contTtl h3 {
    color: #666666;
    line-height: 1;
    font-size: 1.744em;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    font-weight: normal;
    letter-spacing: 2px;
}
#news .contTtl h3::before {
    content: '';
    display: inline-block;
    background: url(../../images/212/ico-news_001.png) no-repeat;
    width: 18px;
    height: 18px;
    background-size: 18px;
    margin-right: 9px;
}
#news ul {
    max-height:145px;
    overflow:scroll;
    line-height:1.3;
    padding: 0 77px 0 106px;
    overflow-x: hidden;
}
#news ul li {
    padding:9px 0 9px 101px;
    position:relative;
    color: #333333;
    letter-spacing: 0;
}
#news ul li:first-child {
    padding-top: 0;
}
#news ul li:last-child {
}
#news ul .day {
    display:block;
    width:95px;
    position:absolute;
    left:2px;
    color: #fc7d7d;
    font-family: "Myriad Pro",sans-serif;
}



/*============================
	メインエリア
=============================*/
#main .contTtl {
}
#main div:last-child {
	margin-bottom:0;
}



/* article */
.articleBox {
	margin-bottom:38px;
    color: #666;
    border-bottom: 1px solid #efefef;
    padding-bottom: 38px;
}
.articleBox .contTtl {
    font-size:1.714em;
    line-height:1.33;
    font-weight: normal;
    margin-bottom: 37px;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0;
}
.articleBox .contTtl:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #fc7d7d;
    top: 0;
    left: 0px;
}
.articleIn .articleBox:last-child {
}
.articleBox .txtArea {
	width:330px;
	float:left;
    letter-spacing: 0;
    line-height: 2;
}
.articleBox.noImg .txtArea {
	width:auto;
	float:none;
}
.articleBox .txtArea p {
	margin-bottom:35px;
}
.articleBox .txtArea strong {
	font-weight:bold;
}
.articleBox .txtArea p:last-child {
	margin-bottom:0;
}
.articleBox .imgArea {
	width:300px;
	float:right;
}
.articleBox .imgArea figure {
	margin-bottom:15px;
}
/*.articleBox .imgArea figure img{
	width:300px;
}*/
.articleBox .imgArea figure:last-child {
	margin-bottom:0;
}
.articleBox .imgArea figure figcaption {
	display:block;
	font-size:0.85em;
	padding-top:8px;
	line-height:1.5;
}
#main .articleBox table {
	width:auto;
	font-size:1em;
}
.articleBox table,
.articleBox table td,
.articleBox table th {
    border:1px solid #e2e1e1;
}
.articleBox table td,
.articleBox table th {
	text-align:left;
	padding:10px 30px;
}
.articleBox table th {
    background-color: #f0f0ef;
}


/* contactBtn */
.contactBtn {
	width:400px;
	margin:0 auto 40px;
    background: #fc7d7d;
    position: relative;
    height: 60px;
}
.contactBtn:hover {
    opacity: 0.7;
}
.contactBtn:before {
    content: "";
    display: block;
    width: 410px;
    height: 70px;
    border: 5px solid #f0f0ef;
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 4px;
}
.contactBtn a {
	display:block;
	text-decoration:none;
	text-align:center;
	color:#fff;
	line-height:60px;
	height:60px;
	font-size:1em;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 1;
}




/*============================
	サイドエリア
=============================*/
#top #side {
}
#side div:last-child,
#side h2:last-child {
	margin-bottom:0;
}
#side .sideTtl {
    color: #fc7d7d;
    font-size:1.143em;
    margin-top: 30px;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 20px;
}
#page #side .sideTtl {
    margin-top: 42px;
}


/* sideCont */
#side #sideCont .sideTtl {
    margin-bottom: 16px;
}
#side #sideCont {
	margin-bottom:30px;
    padding-bottom: 12px;
    border-bottom: 1px solid  #fff;
}
#side #sideCont ul li {
	font-size:1em;
}
#side #sideCont ul li a {
	display:block;
	text-decoration:none;
	position:relative;
    color: #333;
    line-height: 40px;
    height: 40px;
}
#side #sideCont ul li a:before {
	content:"";
	display:block;
	position:absolute;
    background: url(../../images/212/ico-arrow_side_001.png) no-repeat;
	width: 4px;
	height: 7px;
	right:0;
	top:50%;
	margin-top:-3px;
}
#side #sideCont ul li a:hover {
    opacity: 0.7;
}

/* blog */
#side #blog {
	line-height:1.4;
	margin-bottom:30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
}
#side #blog  dl {
    margin-bottom: 10px;
    letter-spacing: 0;
    height: 230px;
    overflow-y: auto;
}
#side #blog  dl dt {
	padding:3px 20px 0 0px;
    font-size: 0.857em;
    color: #999999;
}
#side #blog  dl dd {
	padding:0 0px 3px 0px;
}
#side #blog  dl dd a {
	text-decoration:none;
    color: #333333;
    font-size: 0.857em;
}
#side #blog  dl dd a:hover {
    text-decoration: underline;
}
#side #blog .btn {
    background: #333333;
    position: relative;
}
#side #blog .btn:hover {
    opacity: 0.7;
}
#side #blog .btn a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:relative;
}
#side #blog .btn a span {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    position: relative;
    font-size: 0.857em;
    font-weight: normal;
}
#side #blog .btn a span:before {
    content:"";
    display:block;
    position:absolute;
    background: url(../../images/212/ico-arrow_side_002.png) no-repeat;
    width: 4px;
    height: 7px;
    right:-80px;
    top:50%;
    margin-top:-3px;
}

/* mobile */
#side #mobile {
	margin-bottom:30px;
    padding-bottom: 27px;
    border-bottom: 1px solid  #fff;
}
#side #mobile .sideCont {
    
}
#side #mobile .sideTtl {
    margin-bottom: 25px;
}
#side #mobile figure {
	text-align:center;
}
#side #mobile figure img {
	width:100px;
	height:100px;
}
#side #mobile figure figcaption {
	text-align:left;
	padding-top:30px;
    font-size: 0.857em;
    line-height: 1.5;
}

/*============================
	ページトップ
=============================*/
#pageTop {
	position:fixed;
	z-index:1000;
	right:37px;
	bottom:35px;
	width:35px;
	height:35px;
	 border-radius:30px;
	 display:none;
}
#pageTop a {
	display:block;
	width:35px;
	height:35px;
	 overflow: hidden;
	 text-indent: 100%;
	 white-space: nowrap;
	 border-radius:30px;
    background: url(../../images/212/ico-pageTop_001.png) center 10px no-repeat #fc7d7d;
    -webkit-background-size: 20px 12px;
    background-size: 20px 12px;
}
#pageTop a:hover {
    opacity: 0.7;
}

/*============================
	フッター
=============================*/
footer {
    background-color: #082323;
}
footer .copy {
	width:960px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	line-height:1.5;
	padding:19px 0;
}

/*============================
	フリーエリア
=============================*/
.freeArea {
	line-height:1.5;
    font-size: 0.857em;
}
#foot-area {
    padding-top: 46px;
    border-top: 1px solid #efefef;
    letter-spacing: 0;
}

/*============================
	下層ページ共通
=============================*/
/* pageTtl */
.pageTtl {
    background: url(../../images/212/bgi-mainSlide_001.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
	margin:0 auto;
    position: relative;
    min-width: 960px;
    padding-bottom: 55px;
}
.pageTtl h2 {
    width: 960px;
    margin: 0 auto;
    font-size:1.714em;
	line-height:1.3;
	text-align:center;
    color:#fff;
    text-shadow: 2px 3px 4px rgba(0,0,0,0.3);
}

/* pnkz */
#pnkz {
	letter-spacing:-0.40em;
	width:100%;
    font-size:0.857em;
    color: #fff;
    background-color: #fc7373;
    padding-left: calc(50% - 479px);
}
#pnkz li {
	letter-spacing:0;
	display:inline-block;
    line-height: 2.55;
}
#pnkz li a {
    color: #fff;
}
#pnkz li:after {
	content:">";
	margin:0 10px;
}
#pnkz li:last-child:after {
	display:none;
}


/*============================
	お問い合わせフォーム、プロフィール、地図
=============================*/
#main.form table,
#main.profile table,
#main.map table {
    border:1px solid #e2e1e1;
	width:100%;
	font-size:1.14em;
	margin-bottom:70px;
}
#main.form table th,#main.form table td,
#main.profile table th,#main.profile table td,
#main.map table th,#main.map table td {
	vertical-align:middle;
	text-align:left;
    border-top:1px solid #e2e1e1;
	padding:15px 10px;
    letter-spacing: 0;
}
#main.form table th,
#main.profile table th,
#main.map table th {
    background-color: #f0f0ef;
    border-right: 1px solid #e2e1e1;
}
#main.form .txtBox,
#main.profile .txtBox,
#main.map .txtBox {
	font-size:1em;
	line-height:1.87;
	margin-bottom:35px;
}
#main.form .txtBox p,
#main.profile .txtBox p,
#main.map .txtBox p {
	margin-bottom:30px;
}

/* form */
#main.form {
}
#main.form .requiredMark {
	color:#ce0000;
}
#main.form table th {
	width:270px;
}
#main.form table td {
	height:80px;
}
#main.form .inputArea {
	background:#f1f1f1;
	line-height:1;
	padding:8px 15px;
	border-radius:2px;
	width:520px;
	border:1px solid #ddd;
}
#main.form .inputArea.short {
	width:200px;
	display:inline-block;
}
#main.form .inputArea input {
	width:100%;
}
#main.form .inputArea input:focus,
#main.form .inputArea textarea:focus,
#main.form .inputArea button:focus {
	outline:none;
}
#main.form .inputArea textarea {
	width:100%;
	height:190px;
	padding: 10px 0;
    line-height: 1.5;
}
#main.form table {
}
#main.form #submit td {
	text-align:center;
	letter-spacing:-0.40em;
	padding:40px 0;
}
#main.form #submit input {
	display:inline-block;
	width:240px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	border-radius:3px;
	line-height:1;
	padding:18px 0;
	cursor:pointer;
	letter-spacing:0.1em;
	margin:0 10px;
	font-size:1em;
    font-weight: normal;
}
#main.form #submit input.submitBtn {
    background:#fc7d7d;
}
#main.form #submit input.resetBtn {
	background:#bbb;
}
#main.form #submit input:hover {
	opacity:0.7;
}

/* map */
#main.map #frame {
	margin-bottom:70px;
}
#main.map #frame iframe {
	width: 660px;
	height: 478px;
}

/* 20170703 ADD */
#side-area img{
	max-width: 100%;
}
#foot-area img{
	max-width: 100%;
}


/* 20190416 ADD */
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul{
    list-style-type: disc;
}
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    list-style-type: decimal;
}
.box ul,
.box1 ul,
.box2 ul,
.box3 ul,
.articleBox ul,
.entry_box ul,
.entryBox ul,
.article-box ul,
.article ul,
.article_box ul,
.box ol,
.box1 ol,
.box2 ol,
.box3 ol,
.articleBox ol,
.entry_box ol,
.entryBox ol,
.article-box ol,
.article ol,
.article_box ol {
    margin-left: 18px;
}