/* reset
-------------------------------------------------------------*/
html {
    overflow-y: scroll;
	font-size: 62.5%;
}
html,body {
	height:100%;
}
body {
    font-family: "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", verdana, "Osaka", "MS PGothic", Sans-Serif;
    color:#000 ;
	font-size: 16px;
    font-size: 1.6rem;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}
.safari body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna"
}
.page .wrapper{
	position: relative;
    min-height: 100vh;
	padding-bottom: 550px;
	box-sizing: border-box;
}
a {
    color:#000;
    text-decoration:none;
    transition: all 0.2s ease 0s;
}
a:hover {
    opacity: 0.8;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
dt,
h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: 500
}
aside,
figure,
footer,
header,
main,
nav,
section {
    display: block
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal
}
table {
    border-collapse: collapse
}
caption,
th {
    text-align: left
}
q:after,
q:before {
    content: ''
}
embed,
object {
    vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}
abbr,
acronym,
fieldset,
img {
    border: 0
}
li {
    list-style-type: none;
    list-style: none
}
.edge li {
    white-space: nowrap
}
img{
	max-width: 100%;
	height: auto;
    vertical-align: top;
}
figure {
    display: block;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}
input, textarea {
    border: none;
	background-color: #f1f1f1;
    font-size: 100%;
    padding:　2px;
}
select {
    border:1px solid #C9C9CA;
    box-sizing: border-box;
    font-size: 100%;
    vertical-align:middle;
    padding:1px;
	outline: 0;
}
input[type=radio] ,
input[type=checkbox] ,
input[type=file] {
    border:none;
    padding:　0;
}
input , select {
    position:relative;
    top:1px;
}
input[name=send-to-finish] {
    position:relative;
    top:17px;
}
input.form-control:focus,
select:focus,
textarea:focus {
	background-color: #f7f7f7;
}
button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  padding: 0;
  margin: 0;
  outline: 0;
  border: none;
  font: inherit;
  overflow: visible;
  box-sizing: border-box;
}
button,
select {
  cursor: pointer;
  text-transform: none;
}
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
 }
.container:after {
	content: "";
	display: table;
	clear: both;
 }
/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:768px) and (max-width:959px) {
	.container {
		width: 750px;
		padding: 0 10px;
	}
}
/* 960px〜1279px：小型PC
------------------------------ */
@media screen and (min-width:960px) and (max-width:1279px) {
	.container {
		width: 960px;
	}
}
/* 1280px〜：大型PC
------------------------------ */
@media screen and (min-width:1280px) {
	.container {
		width: 1000px;
	}
}

/*スタイル
-----------------------------*/
.sp {
	display: none !important;
}
.section {
	padding: 80px 0 0;
}
/*カラム*/
.row {
	display: flex;
	display: -moz-flex;
	display: -o-flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: row;
	-moz-flex-direction: row;
	-o-flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap:wrap;
}
/*ボタン*/
.read_btn {
	text-align: center;
	margin-top: 60px;
}
.read_btn a {
  	position: relative;
  	z-index: 2;
  	background-color: #fff;
  	overflow: hidden;
	display: inline-block;
	border: 2px solid #bf9d4f;
	color: #bf9d4f;
	font-weight: bold;
	padding: 10px 80px;
	letter-spacing: 2px;
}
.read_btn a:hover {
	background-color: #bf9d4f;
	color: #fff!important;
}
.arrow{
	position: relative;
	display: inline-block;
}
.arrow::before{
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #bf9d4f;
	border-right: solid 2px #bf9d4f;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}
.arrow:hover::before {
	content: '';
	width: 10px;
	height: 10px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -6px;
}
.movie {
	position: relative;
	width: 100%;
	padding-top: 67%;
}
.movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

/*タイトルスタイル
-----------------------------*/
/*タイトル下線*/
.ttl_line{
	width: 100%;
	position: relative;
	display: inline-block;
	margin-bottom: 60px;
	font-family: "Sawarabi Mincho";
	letter-spacing: 1px;
	text-align: center;
	font-weight: normal;
	font-size: 2.3rem;
}
.ttl_line:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 5%;
	height: 1px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #b58e40;
}
.ttl_line span {
	display: block;
	color: #b58e40;
	font-size: 3.5rem;
}
.ttl_bbm{
	position: relative;
	display: inline-block;
	margin-bottom: 30px;
	font-family: "Sawarabi Mincho";
	letter-spacing: 1px;
	font-weight: normal;
	font-size: 2.3rem;
	color: #b58e40;
}
.ttl_bbm:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 10%;
	height: 2px;
	background-color: #b58e40;
}

/*グローバルナビ
-----------------------------*/
.inner {
    width: 1000px;
	margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
#header {
    position: fixed;
    top: -100px;
    width: 100%;
    margin: 100px auto 0;
	background-color:#f1f1f1;
    z-index: 999;
}
#header .hd_tp {
	position: relative;
	background-color: #874769;
	height: 80px;
}
#header .hd_tp .logo {
	position: absolute;
	left: 20px;
}
#header .hd_tp .logo a {
	position: absolute;
	background-image: url('images/common/logo.png');
	background-repeat: no-repeat;
	background-size: 100%;
	min-width: 255px;
	min-height: 60px;
}

.hd_tp ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content:flex-end;
}
#header .hd_tp ul li {
	width: 200px;
	height: 80px;
	line-height: 80px;
}
#header .hd_tp ul li:last-child {
	margin-left: 1px;
}
#header .hd_tp ul li a {
	display: block;
	height: 100%;
	background-color: #47142b;
	color: #fff;
	padding: 0 20px;
	font-family: "Sawarabi Mincho";
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	letter-spacing: 1px;
}

#header .hd_tp ul li:first-child a {
	background-color: #5b1a3b;
}

#header .hd_bm {
	position: relative;
} 
.global_nav > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.global_nav > ul > li > a {
    position: relative;
	display: block;
    padding: 15px 20px;
	font-family: "Sawarabi Mincho";
	font-size: 1.8rem;
}
.global_nav > ul > li > a:hover {
	color: #666;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:768px) and (max-width:959px) {
	.inner {
    	width: 750px;
		margin: 0 auto;
	}
	.global_nav > ul > li > a {
		font-size: 1.6rem;
	}
}

.section_quickmenu {
	background-image: url('images/common/bg_bnr.png');
	background-size: 200px;
	padding: 40px 0;
}
.section_quickmenu ul {
	justify-content: center;
	align-items: center;
}
.section_quickmenu ul li {
	width: 32%;
	margin-right: 2%;
	text-align: center;
	background-color: #fff;
}
.section_quickmenu ul li:nth-child(3n) {
	margin-right: 0;
}
/*.section_quickmenu ul li:last-child,
.section_quickmenu ul li:nth-last-child(2){
	margin-bottom: 0;
}*/

.section_quickmenu ul li a {
	display: block;
	font-family: "Sawarabi Mincho";
	font-size: 1.8rem;
	padding: 25px 0;	
}
.section_quickmenu ul li a span {
	position: relative;
	display: block;
	margin-right: -35px;
}
.section_quickmenu ul li a span:before{
	display: inline-block;
	content: "";
	position: absolute;
	top: -3px;
	background-repeat: no-repeat;
	height: 30px;
	margin-left: -35px;
}
.section_quickmenu ul li:nth-child(1) a span:before {
	background-image: url('images/common/icon_bnr01.png');
	background-size: 30px 30px;
	width: 30px;
}
.section_quickmenu ul li:nth-child(2) a span:before {
	background-image: url('images/common/icon_bnr02.png');
	background-size: 30px 30px;
	width: 30px;
}
.section_quickmenu ul li:nth-child(3) a span:before {
	background-image: url('images/common/icon_bnr03.png');
	background-size: auto 30px;
	width: 21px;
}
.section_quickmenu ul li:nth-child(4) a span:before {
	background-image: url('images/common/icon_bnr04.png');
	background-size: auto 30px;
	width: 25px;
}
.section_quickmenu ul li:nth-child(5) a span:before {
	background-image: url('images/common/icon_bnr05.png');
	background-size: 30px auto;
	width: 30px;
	top: 3px;
}

/* 600px〜959px：タブレット
------------------------------ */
@media screen and (min-width:768px) and (max-width:959px) {
	.section_quickmenu ul li a {
	font-size: 1.6rem;
	}
	.section_quickmenu ul li a span {
		margin-right: -15px;
	}
	.section_quickmenu ul li a span:before{
		top: 0;
		height: 20px;
		margin-left: -25px;
	}
	.section_quickmenu ul li:nth-child(1) a span:before {
		background-size: 20px 20px;
		width: 20px;
	}
	.section_quickmenu ul li:nth-child(2) a span:before {
		background-size: 20px 20px;
		width: 20px;
	}
	.section_quickmenu ul li:nth-child(3) a span:before {
		background-size: auto 20px;
		width: 15px;
	}
	.section_quickmenu ul li:nth-child(4) a span:before {
		background-size: auto 20px;
		width: 17px;
	}
	.section_quickmenu ul li:nth-child(5) a span:before {
		background-size: 20px auto;
		width: 20px;
	}
	
}
/*ニュース一覧*/
.newslist .date {
	display: inline-block;
	font-size: 1.4rem;
}
.newslist > ul li a span {
	display: inline-block;
}
.newslist > ul li:first-child a {
	border-top: 1px solid #cecece;
}
.newslist > ul li a {
	position: relative;
	display: block;
	padding: 20px 10px;
	border-bottom: 1px solid #cecece;
}
.newslist > ul li a:after {
	position: absolute;
	right: 20px;
	top: 45%;
	display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.newslist > ul li a .label {
	background-color: #999;
	color: #fff;
	padding: 2px 15px;
	margin: 0 10px 0 15px;
	font-size: 1.2rem;
    letter-spacing: 2px;
}
/*footer
-----------------------------*/
.footer {
	position: relative;
	width: 100%;
	margin-top: 80px;
}
.page .footer {
	position: absolute;
    bottom: 0;
}
.footer .ft_top {
	position: relative;
	background-color: #f1f1f1;
	padding: 40px 0;
}
.page .footer .ft_top {
	margin-top: 1px;
}
.footer .ft_top .ft_info.row {
	justify-content: center;
	align-items: center;
}
.footer .ft_top .ft_info h2 {
	width: 29.7%;/*297px*/
	margin-right: 40px;
}
.footer .ft_top .ft_info .add_data {
	margin-top: 8px;
	font-weight: bold;
}
.footer .ft_top .ft_info .add_data p > a {
	position: relative;
	display: inline-block;
	padding: 0 5px 0 15px;
	text-decoration: underline;
}
.footer .ft_top .ft_info .add_data p > a:before{
	display: inline-block;
	content: "";
	background-image: url('images/common/icon_marker.png');
	background-size: 10px 18px;
	width: 10px;
	height: 18px;
	top: 2px;
	position: absolute;
	left: 0;
	margin-left: 3px;
}
.footer .ft_top .ft_info .add_data .tel > span {
	font-size: 2.0rem;
}
.footer .ft_btm {
	background-color: #000;
	padding: 10px 0;
	font-size: 1.3rem;
}
.footer .ft_btm,
.footer .ft_btm a{
	color: #fff;
}
.footer .ft_btm .copy {
	margin-left: auto;
}