@charset "utf-8";


/*==================================================
    ■ share start
==================================================*/
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}

*{
	outline: none;
	color: #333333;
	margin:0;
	padding:0;
	font-family: Meiryo, メイリオ,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

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

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.imgover {
	opacity: 0;
	position: absolute;
}

body {
	text-align: center;
	font-size:62.5%;
	overflow-x: hidden;
	background-image: url(../img/common/bg.png);
	background-repeat: repeat;
}

.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}
a img{
  opacity: 1;
  transition: 0.3s;
}
a:hover img{
  opacity: 0.7;
}


/*==================================================
    ■ share end
==================================================*/



/*==================================================
    ■ Layout start
==================================================*/

/*------------------------------------------------
    header start
------------------------------------------------*/

header {
	width: auto;
	margin: auto;
	position: relative;
	background-image: url(../img/common/h_bg_l.png),
					  url(../img/common/h_bg_r.png);
	background-repeat: no-repeat,
					   no-repeat;
	background-position: left top,
                         right top;
	height: 200px;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}

/******* header_cnt start (in header) ********/

header #h_cnt {
	height: 200px;
}
header #h_cnt h1{
	padding-bottom: 65px;
	padding-top: 65px;
	margin: auto;
	text-align: center;
}

/*ハンバーガーボタン*/
.header {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10000;
}
.header h1 {
	padding-bottom: 20px;
	padding-top: 20px;
}
.header h1 img {
	width:50%;
}

/******* header_cnt end (in header) ********/

/*------------------------------------------------
    header end
------------------------------------------------*/


/*------------------------------------------------
    nav start
------------------------------------------------*/

nav {
	width: auto;
	margin: auto;
	clear: both;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.85);
}

/******* nav_cnt start (in nav) ********/
#nav_cnt {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 980px;
}
#nav_cnt ul {
}
#nav_cnt ul li {
	float:left;
	list-style:none;
	padding-top: 15px;
	margin-right: 42px;
	padding-bottom: 15px;
}
#nav_cnt ul li a {
	display: block;
}
#nav_cnt ul li:nth-child(1) {
}
#nav_cnt ul li:nth-child(2) {
}
#nav_cnt ul li:nth-child(3) {
}
#nav_cnt ul li:nth-child(4) {
}
#nav_cnt ul li:nth-child(5) {
}
#nav_cnt ul li:nth-child(6) {
	margin-right: 0px;
}
/******* nav_cnt end (in nav) ********/

/*------------------------------------------------
    nav end
------------------------------------------------*/


/*------------------------------------------------
    main start
------------------------------------------------*/

main {
	width: auto;
	margin: auto;
	clear: both;
	display: block;
	position: relative;
	padding-top: 70px;
}

/*------------------------------------------------
    main end
------------------------------------------------*/

/*------------------------------------------------
    footer start
------------------------------------------------*/

footer {
	width: auto;
	margin: auto;
}

/******* footer_cnt_t start ********/
#footer_t {
	width: auto;
	margin: auto;
	clear: both;
	background-image: url(../img/common/f_bg.png),
	url(../img/common/f_bg2.png);
	background-repeat: repeat-x,
	no-repeat;
	background-position: left bottom,
	center top;
	height: 223px;
}
#footer_t #footer_t_cnt  {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 880px;
	padding-top: 100px;
}
#footer_t #footer_t_cnt h2 {
	float: left;
	padding-right: 45px;
}
#footer_t #footer_t_cnt .f_box {
	float: left;
}
#footer_t #footer_t_cnt div address {
	font-size: 1.6em;
	font-weight: bold;
	color: #5F4B3E;
	font-style: normal;
}
#footer_t #footer_t_cnt dl {
	float: left;
}
#footer_t #footer_t_cnt dl dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #5F4B3E;
	float: left;
	padding-top: 6px;
}
#footer_t #footer_t_cnt dl dd {
	font-size: 2.0em;
	font-weight: bold;
	color: #5F4B3E;
	float: left;
	padding-right: 30px;
}

/******* footer_cnt_t end ********/

/******* footer_cnt_m start ********/
#footer_cnt_b {
	width: auto;
	margin: auto;
	position: relative;
	background-color: #57462B;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_cnt_b p {
	font-size: 1.2em;
	color: #FFFFFF;
}

/* pagetop start*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	background-image: url(../img/common/f_page_top.png);
	height: 100px;
	background-repeat: no-repeat;
}
#page-top a:hover {
    text-decoration: none;
	background-image: url(../img/common/f_page_top_o.png);
}
/*------------------------------------------------
    footer end
------------------------------------------------*/


/*----------------------------------------------------
    ■ share 
----------------------------------------------------*/
.contents {
	margin: auto;
	width: 100%;
}
.cnt {
	position: relative;
	margin: auto;
	text-align: left;
}
/*--------- page_title ----------*/
.page_title {
	padding-bottom: 70px;
}
/*--------- btn1 ----------*/
.btn1 a {
	display:block;
	width: 100%;
	background-color:#000000;
	border:2px solid #000000;
	padding:10px;
	color: #FFFFFF;
	text-decoration: none;
	margin: auto;
	font-size: 1.6em;
	border-radius: 25px;
}
.btn1 a:hover { 
	background-color:#ffffff;
	border:2px solid #ffffff;
	color: #000000;
}


/******* loopSlide start ********/
#loopSlide { 
	margin-bottom: 0px;
}
.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	padding: 0;
	margin: 0 25px;
	width: 380px;
	height: 330px;
	text-align: center;
}
.simply-scroll-list li img {
	display: block;
	margin-bottom: 10px;
}
.simply-scroll-list li {
	font-size: 1.4em;
	font-weight: bold;
}


















@media screen and (max-width:980px) { 
.pc { display: none !important; }
.sp { display: block !important; }

img {
	width:100%;
}
body {
	font-size:62.5%;
}


/*------------------------------------------------
    header start
------------------------------------------------*/

header {
	width: auto;
	margin: auto;
	position: relative;
	background-image: inherit;
	background-repeat: inherit;
	background-position: inherit;
	height: inherit;
}

/******* header_cnt start (in header) ********/

header #h_cnt {
	height: inherit;
}
header #h_cnt h1{
	padding-bottom: 18px;
	padding-top: 18px;
	width: 50%;
	margin: auto;
}
/******* header_cnt end (in header) ********/

/*------------------------------------------------
    hamb start
------------------------------------------------*/

.el_humburger {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
}

.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
	background-color: #5F4B3E;
  transition: all 0.2s ease-in-out;
}
.el_humburger > span:last-child {
  margin-bottom: 0;
}
.js_humburgerOpen .el_humburger > span {
	background-color: #5F4B3E;
}

.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}

.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}

/*ナビゲーション*/
nav {
	width: auto;
	margin: auto;
	clear: both;
	height: 60px;
	background-color: inherit;
	margin-top: 30px;
}
.uq_spNavi {
  display: none;
	background-image: url(../img/common/h_bg.jpg);
}
.uq_spNavi.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}

.uq_spNavi_screen {
  position: absolute;
	background-image: url(../img/common/bg.png);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.navigation {
  padding: 0px 0 0 0;
  text-align: center;
}

.navigation_item {
	font-family: "Rounded Mplus 1c";
	background-repeat: repeat;
	margin-right: 20px;
	margin-left: 20px;
	position: relative;
	height: 22px;
	line-height: 22px;
	margin-bottom: 7px;
}

.navigation_item > a {
	text-decoration: none;
	font-size: 1.8em;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.g_bt1 a {
	color: #5F4B3E;
}
.g_bt2 a {
	color: #5F4B3E;
}
.g_bt3 a {
	color: #5F4B3E;
}
.g_bt4 a {
	color: #5F4B3E;
}
.g_bt5 a {
	color: #5F4B3E;
}
.g_bt6 a {
	color: #5F4B3E;
}
.g_bt7 a {
	color: #5F4B3E;
}
.js_fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}/*------------------------------------------------
    hamb end
------------------------------------------------*/

main {
	width: auto;
	margin: auto;
	clear: both;
	display: block;
	position: relative;
	padding-top: 20px;
}

/*------------------------------------------------
    footer start
------------------------------------------------*/

footer {
	width: auto;
	margin: auto;
}

/******* footer_cnt_t start ********/
#footer_t {
	width: auto;
	margin: auto;
	clear: both;
	background-image: url(../img/common/f_bg.png),
	url(../img/common/f_bg2.png);
	background-repeat: repeat-x,
	no-repeat;
	background-position: left bottom,
	center top;
	height: inherit;
}
#footer_t #footer_t_cnt  {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 100%;
	padding-top: 30px;
	margin: auto;
}
#footer_t #footer_t_cnt h2 {
	float: inherit;
	padding-right: inherit;
	text-align: center;
	padding-bottom: 20px;
}
#footer_t #footer_t_cnt h2 img {
	width: 50%;
}
#footer_t #footer_t_cnt .f_box {
	width: 90%;
	float: inherit;
	margin: auto;
	text-align: center;
	padding-bottom: 30px;
}
#footer_t #footer_t_cnt div address {
	font-size: 1.6em;
	font-weight: bold;
	color: #5F4B3E;
	font-style: normal;
}
#footer_t #footer_t_cnt dl {
	margin: auto;
	width: 70%;
}
#footer_t #footer_t_cnt dl dt {
	font-size: 1.4em;
	font-weight: bold;
	color: #5F4B3E;
	float: left;
	padding-top: 6px;
}
#footer_t #footer_t_cnt dl dd {
	font-size: 2.0em;
	font-weight: bold;
	color: #5F4B3E;
	float: left;
	padding-right: 30px;
}

/******* footer_cnt_t end ********/

/******* footer_cnt_m start ********/
#footer_cnt_b {
	width: auto;
	margin: auto;
	position: relative;
	background-color: #57462B;
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer_cnt_b p {
	font-size: 1.2em;
	color: #FFFFFF;
}

/* pagetop start*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 0px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	text-align: center;
	display: block;
	background-image: url(../img/common/f_page_top_sp.png);
	height: 40px;
	background-repeat: no-repeat;
}
#page-top a:hover {
    text-decoration: none;
	background-image: url(../img/common/f_page_top_sp_o.png);
}

/*------------------------------------------------
    footer end
------------------------------------------------*/

/*----------------------------------------------------
    ■ share 
----------------------------------------------------*/

.contents {
	margin: auto;
	width: 90%;
}

/*--------- page_title ----------*/
.page_title {
	padding-bottom: 20px;
}



/******* image start (in main) ********/

#image {
	width: auto;
	margin: auto;
	clear: both;
	background-repeat: no-repeat;
	background-position: center center;
}
#image_cnt {
	display:table;
	width:100%;
	text-align:center;
}
#image_cnt h2 {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
#image_cnt h2 img {
	padding: 0px 0px;
}
/******* image end (in main) ********/
}



