@charset "utf-8";
.wow{
	display: block !important;
	opacity: 1 !important;
}
/* reset */

/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/
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,
caption, tfoot, thead, th, 
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;
}
div{
	display: block;
	height: 100%;
}

body {
    line-height:1;
}

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

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

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

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

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

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



hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

table {
}
.fc-header-title {
	font-size: 20px;
	font-weight: normal;
}




/* common*/


.floatL{
	float:left;	
}

.floatR{
	float:right;	
}

.clearBoth{
	clear:both;	
}

.clearfix:after{
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{ height:1%; }
.clearfix{ display:block; }
/* End hide from IE-mac */


.hidden{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}






/* margin */
.mgt0{margin-top:0 !important;}
.mgt10{margin-top:10px !important;}
.mgt15{margin-top:15px !important;}
.mgt20{margin-top:20px !important;}
.mgt30{margin-top:30px !important;}
.mgt35{margin-top:35px !important;}
.mgt40{margin-top:40px !important;}
.mgt45{margin-top:45px !important;}
.mgt50{margin-top:50px !important;}
.mgt140{margin-top:140px !important;}

.mgb{margin-bottom:0 !important;}
.mgb10{margin-bottom:10px !important;}
.mgb20{margin-bottom:20px !important;}
.mgb25{margin-bottom:25px !important;}
.mgb30{margin-bottom:30px !important;}
.mgb35{margin-bottom:35px !important;}
.mgb40{margin-bottom:40px !important;}
.mgb50{margin-bottom:50px !important;}






/* padding */
.pd{padding:0 !important;}
.pd10{padding:10px !important;}
.pd15{padding:15px !important;}
.pd20{padding:20px !important;}
.pd30{padding:30px !important;}
.pd40{padding:40px !important;}
.pd45{padding:45px !important;}
.pd50{padding:50px !important;}


.pdt0{padding-top:0 !important;}
.pdt10{padding-top:10px !important;}
.pdt15{padding-top:15px !important;}
.pdt20{padding-top:20px !important;}
.pdt30{padding-top:30px !important;}
.pdt40{padding-top:40px !important;}
.pdt45{padding-top:45px !important;}
.pdt50{padding-top:50px !important;}

.pdb{padding-bottom:0 !important;}
.pdb10{padding-bottom:10px !important;}
.pdb15{padding-bottom:15px !important;}
.pdb20{padding-bottom:20px !important;}
.pdb25{padding-bottom:25px !important;}
.pdb30{padding-bottom:30px !important;}
.pdb40{padding-bottom:40px !important;}




/* position */
.ct{text-align: center !important;}
.rt{text-align: right !important;}
.lt{text-align: left !important;}


/* text */
strong{font-weight:bold;}
.large{ font-size:120%;}
.small{ font-size:83%; line-height:1.4em;}
.text_gray{ color:#626262;}
.text_red{ color:#df1838;}

.txt_11{ font-size:11px; line-height:14px;}
.txt_13{ font-size:13px; line-height:18px;}
.txt_14{ font-size:14px; line-height:20px;}
.txt_16{ font-size:16px; line-height:22px;}
.txt_18{ font-size:18px; line-height:24px;}



h1, h2, h3, h4{ color:#333;}
h3{ font-size: 22px;
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	line-height: 2.4rem;
	margin-bottom: 10px;
}
.grayBgTitle{
	background-color: #f3f3f3;
	padding: 10px;
	margin-bottom: 10px;
}
h1 img, h2 img , h3 img, h4 img{ width:100%;}

/* link */
a:link, a:visited{	color:#82a536;	text-decoration:underline;}
a:hover, a:active{	color:#82a536;	text-decoration:none;}
a.alpha:hover img, a.alpha:active img{ opacity:0.75; filter:alpha(opacity=75); -ms-filter: "alpha( opacity=75 )";}



.contact-link:link , .contact-link:visited{ color:#FFF; text-decoration:underline}
.contact-link:hover , .contact-link:active{ color:#FFF; text-decoration:none}





/* ----------------------------------------------------------

フォーム

---------------------------------------------------------- */
.borderNone{
	border: none !important;
}
@media screen and (min-width: 1024px) {
.borderNonePc{
	border: none !important;
}
}
@media screen and (max-width: 1023px) {
.borderNoneSp{
	border: none !important;
}
}
/*!
 * jquery-drawer v3.2.1
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: .75rem;
  padding-left: .75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  display: block;
  padding: .75rem;
  text-decoration: none;
  color: #333;
}

.drawer-menu-item:hover {
  text-decoration: none;
  color: #333;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .2);
}

.drawer-open .drawer-overlay {
  display: block;
}
/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: top .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}
/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -100%;
  -webkit-transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: left .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 100%;
}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  -webkit-transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: right .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 100%;
}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 14px;
  padding-right: .75rem;
  padding-bottom: 30px;
  padding-left: .75rem;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
/*!------------------------------------*\
    accessibility
\*!------------------------------------*/

/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}
/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }

  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }

  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 1024px) {
  .drawer--sidebar .drawer-nav {
    width: 100%;
  }

  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 100%;
  }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 100%;
  }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 0;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 0em;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 50px;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}
.drawer-navbar .drawer-menu li a{
		padding: 12px 40px;
}
@media (min-width: 1024px) {
.drawer-navbar .drawer-menu li ul li a{
		padding: 12px 20px;
}
}

@media (min-width: 1024px) {
  .drawer-navbar {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
	.drawer-navbar-header h1{ 
		margin: 31px 0 0 31px;
	}

  .drawer-navbar .drawer-menu--right {
    float: right;
		margin: 18px 0;
  }

  .drawer-navbar .drawer-menu li {
    float: left;
		position: relative;
		border-left: 1px solid #333;
		font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
		line-height: 1.6rem;
  }

  .drawer-navbar .drawer-menu-item {
    line-height: 1.6rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .drawer-navbar .drawer-hamburger {
    display: none;
  }

  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

  .drawer-navbar .drawer-menu {
    padding: 0;
  }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 208px;
		margin-left: -1px;
  }
	.drawer-navbar .drawer-dropdown-menu ul li{
		font-family: "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
		line-height: 3rem;
		float: none;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
  }
	.drawer-navbar .drawer-dropdown-menu ul li:first-child{
		border-top: 1px solid #333;
	}

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: .75rem;
  }
  .drawer-navbar .drawer-dropdown-menu ul li a{
		text-align: left;
  }
}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  display: block;
  padding: 0;
  padding-right: .75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: none;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

@media screen and (max-width: 1023px) {
/*! drawer-caret */
.drawer-dropdown .drawer-caret {

  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
	
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
	
}
}
/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}


@media screen and (min-width: 1024px) and (max-width: 1140px) {
	.drawer-navbar-header h1{ 
		margin: 31px 0 0 20px;
	}
.drawer-navbar .drawer-menu li a{
		padding: 12px 20px;
  }
}
@media screen and (max-width: 1023px) {
	.drawer-navbar-header h1{ 
		margin: 0;
	}
	
.drawer-navbar .drawer-menu li a{
		padding: 12px;
}
}




/* style */


html {
	font-size: 62.5%;
}
body {
	font-family: "游ゴシック", YuGothic, "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 24px;
	line-height: 2.4rem;
	overflow-x: hidden;
	width: 100%;
	height: auto;
	background-color: #FFF;
	overflow-x: hidden;
	background-size: cover;
}
.pc_none {
	display: none;
}
.pc_noWrap {
	display: block;
}
/* -------------------------------

header

------------------------------- */
drawer-navbar{
	width: 100%;
	position: fixed;
	top: 0;
}
.drawer-brand {
	display: none;
	width: 302px;
	height: 32px;
	background: url(../images/common/logo.png) no-repeat;
	background-size: 302px 32px;
	text-indent: -9999px;
	margin: 0;
}
@media screen and (max-width: 1260px) {
.drawer-brand {
	width: 211px;
	height: 22px;
	background: url(../images/common/logo.png) no-repeat;
	background-size: 211px 22px;
	text-indent: -9999px;
	margin: 0;
}
}
.drawer-nav a {
	color: #333;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}
.drawer-nav a:hover{
	opacity: 0.7;
}
.drawer-navbar .drawer-menu li.nav_contact a{
	font-size: 12px;
	display: block;
	padding: 7px 20px 12px 50px;
}
.drawer-navbar .drawer-menu li.nav_contact a:before{
	width: 32px;
	height: 26px;
	content: '';
  background:url(../images/common/nav_contact.png) 0 0 no-repeat transparent;
  position: absolute;
  top: 10px;
  left: 14px;
  background-size: 32px 26px;
}
.drawer-navbar .drawer-menu li.nav_instagram , .drawer-navbar .drawer-menu li.nav_blog{
	border: none;
}
.drawer-navbar .drawer-menu li.nav_instagram a, .drawer-navbar .drawer-menu li.nav_blog a{
	font-size: 10px;
	font-size: 1.0rem;
	padding: 0;
	margin: 7px 10px 0;
}

.drawer-navbar .drawer-menu li.nav_instagram a{
	width: 42px;
	height: 42px;
  background:url(../images/common/nav_instagram.png) 0 0 no-repeat transparent;
  background-size: 42px 42px;
	display: block;
	text-indent: -9999px;
	position: relative;
}

.drawer-navbar .drawer-menu li.nav_blog a{
	width: 24px;
	height: 42px;
  background:url(../images/common/nav_blog.png) 0 0 no-repeat transparent;
  background-size: 24px 42px;
	display: block;
	text-indent: -9999px;
	margin: 7px 20px 0 10px;
}

.fixed {
	position: fixed;
	top: 0;
	display: none;
	margin-top: 0;
	z-index: 5000
}
.fixed_non {
	position: relative;
	display: block;
}
.drawer_cover_fixed {
	position: fixed;
	top: 59px;
	display: none;
	z-index: 4800
}

.nav_matsumi , .nav_class , .nav_member{
	cursor: default;
}




/* -------------------------------

footer

------------------------------- */
footer{
	border-top: 1px solid #333;
	background-color: #f3f3f3;
	padding: 30px 0;
}
footer h2{
	width: 302px;
	height: 32px;
	margin-bottom: 30px;
}
footer a:link , footer a:visited{
	color: #333;
	text-decoration: none;
}
footer a:hover , footer a:active{
	color: #333;
	opacity: 0.6;
}
footer ul{
	width: 1000px;
	margin-right: -20px;
	overflow: hidden;
}
footer ul li{
	width: 230px;
	float: left;
	margin-right: 20px;
}
footer ul li ul{
	width: auto;
	margin-right: 0;
	overflow: auto;
}
footer ul li ul li{
	width: auto;
	float: none;
	margin-right: 0;
	margin-left: 15px;
	margin-bottom: 10px;
}
a.ftr_pageTitle{ 
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.ftrInstagram{
	width: 115px;
	float: left;
	margin-right: 0;
	border-bottom: none;
	margin-top: 10px;
}
.ftrInstagram a{
  background:url(../images/common/nav_instagram_sp.png) 0 0 no-repeat transparent;
  background-size: 25px 25px;
	padding: 10px 10px 10px 30px;
	
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.ftrBlog{
	width: 115px;
	float: right;
	margin-right: 0;
	border-bottom: none;
	margin-top: 10px;
}
.ftrBlog a{
  background:url(../images/common/nav_blog_sp.png) 0 0 no-repeat transparent;
  background-size: 25px 25px;
	padding: 10px 10px 10px 30px;
	
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.ftr_copyrights{
	
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	text-align: center;
	padding: 10px;
	font-size: 10px;
	font-size: 1.0rem;
}



#page-top{ width:68px; height:68px; position:fixed ; bottom:10px; right:10px;}
#page-top img{ width:68px; height:68px;}








/* -------------------------------

mainVisual

------------------------------- */
#mainVisual {
	width: 100%;
	display: table;
	background-color: #FFF;
}
#slideR {
	z-index: 99;
	cursor: pointer;
	width: 50%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	display: table-cell;
	overflow: hidden;
	position: relative;
}
#slideL {
	z-index: 99;
	cursor: pointer;
	width: 50%;
	height: 100%;
	color: #fff;
	font-size: 16px;
	display: table-cell;
	overflow: hidden;
	position: relative;
}
#slideR img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: auto 0;
}
#slideL img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto 0;
}


@media screen and (min-width: 1024px)  {
	#mainVisal button , #mainVisal .slick-list , #mainVisal .slick-dots , #mainVisal ul{
		display: none;
	}
}



/* -------------------------------

contents

------------------------------- */
.content {
	width: 95%;
	max-width: 980px;
	margin: 0 auto;
	position: relative;
}
.pc_ct {
	text-align: center;
}

/* news */
#top_news{
	margin: 90px 0 180px;
}
.top_news_title{
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #DDD;
}
.top_news_title h2{
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 22px;
	float: left;
}
a.top_news_link{
	float: right;
	font-size: 12px;
	font-size: 1.4rem;
	border-radius: 4px;
	background-color: #333;
	padding: 3px 8px;
	color: #FFF;
	text-decoration: none;
}
a.top_news_link:hover{
	opacity: 0.8;
}
#top_news dt{
	width: 120px;
	float: left;
	clear: left;
}
#top_news dd{
	margin-left: 120px;
}



/* -------------------------------

profile

------------------------------- */

.profileSet{
	width: 616px;
}
.profileSet h3{
	padding: 0;
	background-color: transparent;
}
.profile_titleSet{
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}
.profile_title{
	width: 238px;
	height: 70px;
	float: left;
}
.profile_titleSet p{
	float: right;
	padding-top: 48px;
}
#profile h3{ 
	width: 130px;
	margin-bottom: 15px;
}
.profile_text p{
	padding-bottom: 2rem;
}

@media screen and (min-width: 1024px)  and  (max-width: 1200px) {
#profile{
	padding: 90px 0;
	background:url(../images/profile_ph.jpg) top center no-repeat;
	background-size:1300px 770px;
}
}
@media screen and (min-width: 1201px) {
#profile{
	margin-top: -90px;
	padding: 160px 0;
	min-height: 400px;
	background:url(../images/profile_ph.jpg) right 80px no-repeat;
	background-size:1300px 770px;
}
}






/* -------------------------------

phirosophy

------------------------------- */
#phirosophy{
	margin-bottom: 100px;
	padding-top: 90px;
	margin-top: -90px;
}
.phirosophyContent{
	background: url(../images/phirosophy.jpg) top no-repeat;
	background-size: cover;
	min-height: 430px;
	padding: 130px 0;
}
.phirosophySet{
	width: 880px;
	margin: 0 auto;
	padding: 70px;
	background-color:rgba(255,255, 255, 0.8) ;
	text-align: center;
	line-height: 3rem;
}
.phirosophySet h2{ 
	width: 313px;
	height: 107px;
	margin: 0 auto 50px;
}
.phirosophy_list{
	width: 880px;
	margin: -70px auto 0;
	overflow: hidden;
}
.phirosophy_list ul{
	width: 891px;
	margin-right: -11px;
	overflow: hidden;
}
.phirosophy_list ul li{
	width:286px;
	margin-right: 11px;
	float: left;
}
.phirosophy_list ul li dl dd{
	padding: 10px;
}






/* -------------------------------

works

------------------------------- */
#works{
	margin-bottom: 80px;
	padding-top: 120px;
	margin-top: -120px;
}
.worksContentLt{ 
	display: none;
}
@media screen and (max-width: 1440px) {
.works_ph_01{
	width: auto;
	height: auto;
}
.works_ph_02 , .works_ph_01{ 
	width: auto;
	height: auto;
}
}
@media screen and (min-width: 1441px) {
.works_ph_01,.works_ph_02 , .works_ph_01{ 
	width: auto;
	height: auto;
}
}
.workcContentMain{ 
	width: 100%;
}
#works h2{ 
	width: 240px;
	height: 80px;
	margin: 0 auto
}
#works h3{
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.workcContentMain dl{
	width: 95%;
	margin-bottom: 35px;
	font-size: 14px;
	font-size: 1.4rem;
}
.workcContentMain dt{ 
	width: 150px;
	float: left;
	clear: both;
	line-height: 2.8rem;
}
.workcContentMain dd{ 
	margin-left: 150px;
	line-height: 2.8rem;
}
.button-group{
	margin-top: 30px;
	margin-bottom: 30px;
}
.button-group ul li{
	display: inline-block;
	margin-bottom: 4px;
}
.button-group button{
	border:1px solid #eee;
	border-radius: 4px;
	background-color: #f9f9f9;
	outline: none;
	padding: 5px 10px;
	font-size: 14px;
	font-size: 1.4rem;
}
.button-group button.current{
	border:1px solid #69821b;
	background-color: #69821b;
	text-shadow: -2px -2px 0px #5b7312;
	color: #FFF;
}
.item{
	width: 100%;
	height: 100%;
	position: relative;
}
.tablepress tbody td, .tablepress tfoot th {
    border-top: none !important;
    border-spacing: 0;
}
.tablepress .row-hover tr:hover td {
    background-color: #f9fbf3;
}
.tablepress{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 200px;
    border: none;
	display: block;
	position: relative;
}
.tablepress td, .tablepress th {
    padding: 0 0 15px 0;
    border: none;
    background: 0 0;
    text-align: left;
    float: none!important;
}
.tablepress tbody td.column-1{
	width: 30%;
	padding-right: 1%;
    border-spacing: 0;
}


/* -------------------------------

class

------------------------------- */
.classMainVisual .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.classMainVisual{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.tronc_logo{
	width: 20%;
	margin: 0 auto;
}
.tronc_logo img{
	width: 30%;
	min-width: 380px;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}


/* about */
#flow{
	margin-top: -90px;
	padding-top: 90px;
}
#about, #flow{
	background:url(../images/tronc_bg.jpg) repeat #bcd2cb;
	overflow: hidden;
	position: relative;
}
.about_begebg_l_t{
	position: absolute;
	top: 0;
	left: 0;
}
.about_begebg_l_b{
	position: absolute;
	bottom: 0;
	left: 0;
}
.about_begebg_r_t{
	position: absolute;
	top: 0;
	right: 0;
}
@media screen and (max-width: 1220px) {
.about_begebg_l_t{
	position: absolute;
	top: -10%;
	left: -10%;
}
.about_begebg_l_b{
	position: absolute;
	bottom: 0;
	left: -10%;
}
.about_begebg_r_t{
	position: absolute;
	top: 0;
	right: -10%;
}
}
.about_title{
	width: 276px;
	height: 100px;
	margin: 0 auto;
	padding: 75px 0 45px;
}
#about p{
	text-align: center;
	line-height: 3rem;
}
.about_ph{
	margin: 40px auto 0;
	line-height: 0;
}


/* concept */
#concept{
	padding-top: 90px;
	margin-top: -90px;
}
.conceptContent{
	background:url(../images/concept_bg_left.jpg) left 90px fixed no-repeat,
		url(../images/concept_bg_right.jpg) right  90px fixed no-repeat;
}
.conceptSet{
	width: 700px;
	margin: 0 auto;
	background-color: #FFF;
	min-height: 689px;
	padding: 0 30px 60px;
}
.conceptSet h2{
	width: 209px;
	height: 131px;
	margin: 0 auto;
	padding: 80px 0 60px;
}
.concept_text p{
	text-align: center;
	line-height: 3rem;
}
.concept_food_text{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px dashed #DDD;
}
.concept_phSet{
	width: 700px;
	margin: 0 auto;
	padding: 0 30px 30px;
	background-color: #FFF;
}
.concept_ph_01 img , .concept_ph_02 img{
	width: 100%;
}
.concept_ph_01{
	width: 420px;
	height: 283px;
	float: left;
	margin-bottom: 60px;
}
.concept_ph_02{
	width: 420px;
	height: 283px;
	float: right;
	margin-top: -174px;
	margin-bottom: 60px;
}


/* flow */
.flowSet{
	width: 880px;
	margin: 0 auto;
	overflow: hidden;
}
.flow_title{
	width: 364px;
	height: 120px;
	margin: 55px auto 10px;
}
.flow_list{
	width: 891px;
	margin-right:-11px ;
	overflow: hidden;
}
.flow_list li{
	width: 286px;
	float: left;
	margin-right: 11px;
}
.flow_list li dt{
	width: 286px;
	height: 281px;
	background-size: 286px 321px;
	text-align: center;
	padding-top: 40px;
	display: table;
	
	font-family: "游明朝体", "Yu Mincho", YuMincho,"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro","ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 30px;
	line-height: 3.0rem;
}
.flow_list dt p{
	display: table-cell;
	vertical-align: middle;
	font-weight: normal;
}
.flow_list li dd{
	text-align: center;
	margin-top: 20px;
	padding: 0 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 20px;
	line-height: 2.0rem;
}
.flow_list_01 dt{
	background: url(../images/flow_list_01.png) no-repeat;
}
.flow_list_02 dt{
	background: url(../images/flow_list_02.png) no-repeat;
}
.flow_list_03 dt{
	background: url(../images/flow_list_03.png) no-repeat;
}



/* form */
#form, #memberForm{
	margin-top: -90px;
	padding-top: 90px;
	display: block;
}
.form{
	width: 700px;
	margin: 90px auto 100px;
	padding: 30px;
	background-color: #FFF;
}
.form h3 , .contact h3{
	font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 40px;
	line-height: 4.0rem;
	border-bottom: 1px solid #333;
	padding-bottom: 25px;
	text-align: center;
	font-weight: normal;
}
.form dt , .contact dt{
    display: block;
    width: 30%;
    padding: 10px 0;
    text-align: right;
    clear: left;
    float: left;
    border-top: 1px solid #DDD;
}
.form dd , .contact dd{
	display: block;
    width: 65%;
    padding: 10px 0 10px 5%;
    float: left;
    border-top: 1px solid #DDD;
}

.must {
    display: block;
    background-color: #dd7883;
    padding: 0 8px;
    color: #FFF;
    float: right;
    margin: 0 5px;
    border-radius: 4px;
}
.btn_submit {
    width: 100%;
		max-width: 400px;
		margin: 0 auto;
    display: block;
    text-align: center;
    background-color: #333;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFF;
    border-radius: 6px;
    border: none;
    padding: 20px;
	outline: none;
}
.btn_back {
		margin: 20px auto 0;
    display: block;
    text-align: center;
    background-color: #CCC;
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    border-radius: 6px;
    border: none;
    padding: 10px 30px;
	outline: none;
}



a.btn_memberform:link , a.btn_memberform:visited{
	width: 100%;
	max-width: 400px;
	display: block;
	text-align: center;
	background-color: #333;
	font-size: 16px;
	font-size: 1.6rem;
	border-radius: 6px;
	text-decoration: none;
	border: none;
	padding: 20px;
	margin: 60px auto 80px;
	color: #FFF;
}
 a.btn_memberform:hover , a.btn_memberform:active{
	 opacity: 0.6
}
.kiyaku_container{
	width: 90%;
	height: 200px;
	overflow-y: scroll;
	background-color: #eaedf2;
	padding: 5%;
}


/* page */
.pageBg{
	background:url(../images/tronc_bg.jpg) repeat #bcd2cb;
	overflow: hidden;
	position: relative;
	padding-bottom: 60px;
}
.page{
	background-color: #FFF;
	margin-top: 30px;
	margin-bottom: 60px;
	padding: 30px;
}
.contact{
	width: 700px;
	margin: 0 auto;
	padding: 30px;
	background-color: #FFF;
}
.innerLink{
	margin-top: -216px;
	padding-top: 216px;
}