@charset "utf-8";
/* CSS Document */

/* =============================================================================
 Reset
============================================================================= */

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, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul,
ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ffc749;
	color:#473627;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ffc749;
	color:#473627; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;   
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}



/* =============================================================================
 Fonts
============================================================================= */
html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
body {
	font-size: 0.9rem;
}
}


/* =============================================================================
 Base
============================================================================= */

body {
}

#container {
	width: 1024px;
	margin: 0 auto;
}
#commonHeader {
}
#globalNavi {
}
#mainArea {
}
#contents {
}
#commonFooter {
}


/* =============================================================================
 Elements
============================================================================= */

/* color setting */

html {
}
body {
	background-color: #fff;
	color: #000;
}


/* link setting */

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* image setting */

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


/* =============================================================================
 Common Class
============================================================================= */

.on {
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-ms-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}
.on:hover {
	opacity: 0.6;
	color: #4a4a4a;
}

.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
.alignleft { text-align: left;}
.aligncenter { text-align: center;}
.alignright { text-align: right;}
.bold { font-weight: bold;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.f_bold {
	font-weight: bold;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}

.title_large {
	margin-bottom: 30px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 48px;
	font-weight: 200;
	line-height: 1.16em;
	border-bottom: #000 1px solid;
}
.title_large .title_large-txt {
	display: block;
	font-size: 16px;
}

.title_middle {
	margin-bottom: 24px;
	padding-left: 10px;
	padding-bottom: 12px;
	font-size: 24px;
	font-weight: 200;
	line-height: 1.16em;
	border-bottom: #000 1px solid;
}
.title_middle .title_middle-txt {
	padding-left: 2em;
	display: inline-block;
	font-size: 12px;
	color: #4f4f4f;
}

.gotoTop {
	margin-top: 40px;
	margin-right: 12px;
	text-align: right;
}
.gotoTop a {
	color: #000;
	font-size: 16px;
}
.gotoTop a:hover {
	color: #4a4a4a;
	text-decoration: none;
}
.gotoTop a:hover span {
	text-decoration: underline;
}
.gotoTop a:before {
	padding-right: 1em;
	content: "▲";
	font-size: 12px;
}



/* =============================================================================
 common header
============================================================================= */

.index #commonHeader {
	width: 100%;
	height: 138px;
	margin-bottom: 30px;
	border-bottom: #000000 5px solid;
}
.index #commonHeader .headerInner {
	width: 100%;
	position: relative;
}
.index #commonHeader .headerInner .logo {
	width: 120px;
	position: absolute;
	left: 10px;
	top: 30px;
}

.headerLink {
	position: absolute;
	right: 0;
	top: 40px;
}
.headerLink ul li {
	width: 264px;
}


/* =============================================================================
 global navi
============================================================================= */

.index #globalNavi {
	width: 100%;
}
.index #globalNavi .naviInner {
	width: 100%;
	margin: 0 auto;
}
.index #globalNavi .naviInner ul {
	padding: 60px 0 0 160px;
	font-size: 0;
	line-height: 0;
}
.index #globalNavi .naviInner ul li {
	margin: 0 20px;
	display: inline-block;
	font-size: 20px;
	line-height: 1.32em;
	vertical-align: middle;
}
.index #globalNavi .naviInner ul li a {
	color: #000;
}
.index #globalNavi .naviInner ul li a:hover {
	color: #4a4a4a;
	text-decoration: none;
}



/* =============================================================================
 common footer
============================================================================= */

#commonFooter {
	width: 100%;
	margin-top: 40px;
}
#commonFooter .footerInner {
	width: 100%;
	margin: 0 auto;
}
#commonFooter .credit {
	padding: 20px 0 30px;
	border-top: #000000 1px solid;
	font-size: 12px;
	color: #4f4f4f;
	text-align: center;
}



/* =============================================================================
 Page Styles
============================================================================= */

/* #mv */
.index .mv {
	width: 100%;
	margin-bottom: 40px;
}
.index .mv .swiper-container {
	margin-bottom: 20px;
}
.index .mv .bnrArea {
	width: 100%;
}
.index .mv .bnrArea ul li {
	margin-bottom: 20px;
	display: block;
	text-align: center;
}



/* #news */
.news {
	margin-bottom: 50px;
}
.news dl {
	padding-left: 10px;
}
.news dl dt {
	width: 100px;
	margin-bottom: 1.8rem;
	float: left;
	line-height: 1.32em;
}
.news dl dd {
	margin-bottom: 1.8rem;
	padding-left: 100px;
	display: block;
	line-height: 1.32em;
}
.news dl dt a,.news dl dd a {
	color: #000;
}
.news dl dt a:hover,.news dl dd a:hover {
	color: #4a4a4a;
}


/* #sec1 */
.index .sec01 {
	width: 100%;
	margin-bottom: 20px;
}
.index .sec01 .sec01Inner {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.index .sec01 .area1 {
	margin-bottom: 20px;
	padding: 60px 50px 70px 30px;
	background-color: #2e4675;
	position: relative;
	overflow: hidden;
}
.index .sec01 .area1 .img {
	width: 320px;
	display: block;
	text-align: center;
	float: left;
}
.index .sec01 .area1 .img img {
	width: auto;
}
.index .sec01 .area1 .txt {
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
}
.index .sec01 .area1 .icon {
	position: absolute;
	right: 30px;
	bottom: 24px;
}
.index .sec01 .area2 {
	padding: 60px;
	background-color: #cdcda6;
	overflow: hidden;
}
.index .sec01 .area2 .img {
	width: 320px;
	display: block;
	text-align: center;
	float: left;
}
.index .sec01 .area2 .img img {
	width: auto;
}
.index .sec01 .area2 .img img:first-child {
	margin-bottom: 20px;
}
.index .sec01 .area2 .txt {
	width: 546px;
	float: right;
	color: #000;
	font-size: 16px;
	line-height: 1.8em;
}
.index .sec01 .area2 .txt .title_large {
	padding-top: 10px;
	padding-left: 0;
	border-bottom: #000 3px solid;
	position: relative;
}
.index .sec01 .area2 .txt .title_large .icon {
	position: absolute;
	right: 0;
	top: 0;
}


/* #sec2 */
.index .sec02 {
	width: 100%;
	margin-bottom: 20px;
}
.index .sec02 .sec02Inner {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.index .sec02 .title_large {
	margin-bottom: 40px;
}
.index .sec02 ul li {
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.index .sec02 ul li:last-child {
	margin-bottom: 0;
}
.index .sec02 ul li a {
	display: block;
}
.index .sec02 ul li .img {
	width: 480px;
	display: block;
	text-align: center;
	float: left;
}
.index .sec02 ul li .img.mt26 {
	margin-top: 26px;
}
.index .sec02 ul li .img img {
	width: auto;
}
.index .sec02 ul li .txt {
	width: 480px;
	margin-right: 16px;
	float: right;
	color: #4f4f4f;
	font-size: 16px;
	line-height: 1.8em;
}
.index .sec02 ul li .txt .title_small {
	margin-bottom: 16px;
	padding-left: 0;
	padding-bottom: 10px;
	font-size: 36px;
	font-weight: 200;
	line-height: 1em;
	border-bottom: #c4c4c4 1px solid;
	position: relative;
	color: #000;
}
.index .sec02 ul li .txt .title_small .title_small-txt {
	display: block;
	font-size: 16px;
	color: #000;
}
.index .sec02 ul li .txt .title_small .title_small-txt2 {
	display: block;
	font-size: 16px;
	color: #4f4f4f;
}
.index .sec02 ul li .txt .title_small .icon {
	position: absolute;
	right: 0;
	top: 0;
}
.index .sec02 ul li .txt p {
	line-height: 1.46em;
}
.index .sec02 ul li .txt p.caution:before {
	content: "※";
}
.index .sec02 ul li .txt p.category {
	margin-top: 12px;
	text-align: right;
}



/* #sec3 */
.index .sec03 {
	width: 100%;
	margin-bottom: 40px;
}
.index .sec03 .sec03Inner {
	width: 100%;
	margin: 0 auto;
	background-color: #ffffff;
}
.index .sec03 .title_large {
	margin-bottom: 60px;
}
.index .sec03 ul.items {
	font-size: 0;
	line-height: 0;
}
.index .sec03 ul.items li {
	width: 198px;
	margin: 25px 28px 30px;
	display: inline-block;
	vertical-align: bottom;
}
.index .sec03 ul.items li.banner {
	width: 460px;
	margin: 25px 14px 30px 42px;
	padding-bottom: 40px;
}
.index .sec03 ul.items li:nth-child(n+9) {
	margin-bottom: 0;
}
.index .sec03 ul.items li a {
	display: block;
	text-align: center;
}
.index .sec03 ul.items li .img {
	width: 158px;
	margin: 0 auto 64px;
}
.index .sec03 ul.items li .label {
	font-size: 16px;
	color: #4f4f4f;
	text-align: center;
	line-height: 1em;
}
.index .sec03 .gotoTop {
	margin-right: 14px;
	margin-top: 0;
}



/* #sec4 */
.index .sec04 {
	width: 100%;
	margin-bottom: 40px;
}
.index .sec04 .sec04Inner {
	width: 100%;
	padding: 60px;
	background-color: #d6c3af;
	box-sizing: border-box;
}
.index .sec04 .sec04Inner .title_large {
	padding-left: 0;
	position: relative;
}
.index .sec04 .sec04Inner .title_large .title_large-txt2 {
	position: absolute;
	right: 0;
	bottom: 2.2rem;
	font-size: 16px;
	line-height: 1.64em;
	text-align: right;
}
.index .sec04 .sec04Inner ul.images {
	overflow: hidden;
}
.index .sec04 .sec04Inner ul.images li {
	width: 288px;
	margin-right: 20px;
	float: left;
}
.index .sec04 .sec04Inner ul.images li.large {
	width: 100%;
	margin-right: 0;
	margin-bottom: 20px;
	float: none;
}
.index .sec04 .sec04Inner ul.images li:last-child {
	margin-right: 0;
}


/* #sec5 */
.index .sec05 {
	width: 500px;
	margin-right: 18px;
	display: inline-block;
	vertical-align: top;
}
.index .sec05 ul {
	padding-left: 10px;
}
.index .sec05 ul li {
	margin-bottom: 0.8em;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 1.32em;
}
.index .sec05 ul li:last-child {
	margin-bottom: 0;
}





/* #sec6 */
.index .sec06 {
	width: 500px;
	display: inline-block;
	vertical-align: top;
}
.index .sec06 ul {
	padding-left: 10px;
}
.index .sec06 ul li {
	margin-bottom: 0.4em;
	font-size: 16px;
	color: #4f4f4f;
	line-height: 1.32em;
}
.index .sec06 ul li:last-child {
	margin-bottom: 0;
}
.index .sec06 ul li a {
	color: #4f4f4f;
}
.index .sec06 ul li.tell a:hover {
	cursor: default;
	text-decoration: none;
}
.index .sec06 ul li a .tell:before {
	padding-right: 8px;
	content: url("../img/icon_call.png");
	vertical-align: middle;
}
.index .sec06 ul li a .mail:before {
	padding-right: 8px;
	content: url("../img/icon_mail.png");
	vertical-align: top;
}
.index .sec06 ul li a .link:before {
	padding-right: 8px;
	content: url("../img/icon_arrow.png");
	vertical-align: top;
}
