@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
	font-family: 'icons';
	src: url('../fonts/icons.eot?ds3ffr');
	src: url('../fonts/icons.eot?ds3ffr#iefix') format('embedded-opentype'),
		url('../fonts/icons.ttf?ds3ffr') format('truetype'),
		url('../fonts/kicons.woff?ds3ffr') format('woff'),
		url('../fonts/icons.svg?ds3ffr#keni8-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
Base style & container
==================================================== */
html.menu-open {
  overflow: hidden;
}

body {
  color: #333;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

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

a.rollover {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.inner {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.inner.inner-md {
  max-width: 1040px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 4%;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-box.content-fs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.flex-box.content-fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-box.content-bw {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-box.content-c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-box.align-fs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-box.align-fe {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-box.align-c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-box .col-2 {
  width: 50%;
}

@media screen and (min-width: 769px) {
  .flex-box .order1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .flex-box .order2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}


.flex-box > .col{
    width: 29.2%;
    max-width: 350px;
    margin-bottom: 6.2%;
}

@media screen and (max-width: 768px) {
    .flex-box > .col{
        width: 45.6%;
        margin-bottom: 8.8%;
    }
}

@media screen and (max-width: 480px) {
    .flex-box > .col{
        width: 100%;
        margin: 0 auto 35px;
        text-align: center;
    }
}


/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

.col8-wrap::after,
.col4-wrap::after,
.col3-wrap::after,
.col2-wrap::after,
.voice-img::after,
.postNavi::after{
	display: block;
	content: " ";
	clear: both;
}

/* ====================================================
Header
==================================================== */
#header {
  width: 100%;
  background: #FFF;
  position: relative;
}

.header-in{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 40px;
}

@media screen and (max-width: 768px) {
    .header-in{
        padding: 0 15px;
    }
}

.top-txt{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #4d4d4d;
    margin: 10px 0;
}

@media screen and (max-width: 768px) {
    .top-txt{
        display: none;
    } 
}

.header-box{
    display: table;
    width: 100%;
    margin: 30px auto 50px;
}

@media screen and (max-width: 768px) {
    .header-box{
        display: block;
        margin: 10px auto 20px;
    }  
}

#header .logo {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    max-width: 357px;
    padding: 0 20px 0 0;
}

@media screen and (max-width: 768px) {
    #header .logo {
        display: block;
        width: 100%;
        max-width: 250px;
        margin: 0 0 20px;
    }  
}

.tel{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    text-align: right;
    min-width: 275px;
}

@media screen and (max-width: 1200px) {
    .tel{
        min-width: 240px;
  }
}

@media screen and (max-width: 768px) {
    .tel{
        display: block;
        margin: 0 auto 15px;
        text-align: center;
  }
}

.tel-txt{
    font-size: 1.6rem;
    color: #4e311e;
    margin: 0 0 5px;
    line-height: 1;
}

.tel-number{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 38px;
    font-size: 3.8rem;
    color: #4e311e;
    margin: 0;
    padding: 0 0 0 36px;
    line-height: 1;
    background: url(../images/common/tel.svg) left 2px no-repeat;
    background-size: 36px 36px;
}

@media screen and (max-width: 1200px) {
    .tel-number{
        font-size: 32px;
        font-size: 3.2rem;
        padding: 0 0 0 32px;
        background-position: left 0px;
        background-size: 32px 32px;
  }
}

.tel-number a{
    color: #4e311e;
}

.tel.sp{
    margin-top: 30px;
}

.tel.sp .tel-txt{
    color: #FFF;
}

.tel.sp .tel-number{
    margin: 0 auto;
    max-width: 300px;
    font-size: 38px;
    font-size: 3.8rem;
    color: #FFF;
    background: url(../images/common/tel2.svg) left 2px no-repeat;
    background-size: 36px 36px;
}

.tel.sp .tel-number a{
    color: #FFF;
}

.yoyaku-btn{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 0 0 10px;
    min-width: 165px;
}

@media screen and (max-width: 768px) {
    .yoyaku-btn{
        display: block;
        margin: 0 auto;
        padding: 0;
        text-align: center;
  }
}


@media screen and (max-width: 768px) {
  #header .navGlobal {
    display: none;
  }
    
    .pc{
        display: none;
    }
}

#header .navGlobal .navGlobalIn {
  font-size: 0;
  height: 80px;
  display: table;
  margin: 0 auto;
}

#header .navGlobal .navGlobalIn .submenu {
  position: absolute;
  top: 80px;
  width: calc(200% + 30px);
  left: 0;
  display: none;
}

#header .navGlobal .navGlobalIn .submenu li a {
  display: block;
  text-align: left;
  background-color: white;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
  padding: 13px 40px 13px 10px;
  border-bottom: 1px solid #f0f0f0;
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

#header .navGlobal .navGlobalIn .submenu li a:after {
  content: '';
  position: absolute;
  background: url("../images/index/arrow01.png") no-repeat center/cover;
  width: 13px;
  height: 5px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .navGlobal .navGlobalIn .submenu li a:hover:after {
  right: 5px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#header .navGlobal .navGlobalIn > li {
    position: relative;
    display: table;
    height: 80px;
    float: left;
    vertical-align: middle;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    padding: 0 25px;
    border-right: 1px solid #808080;
    line-height: 1.8;
}

#header .navGlobal .navGlobalIn > li:last-child{
    border-right: none;
}

#header .navGlobal .navGlobalIn > li:hover,
#header .navGlobal .navGlobalIn > li.current {
    background: url(../images/common/nav_hover.svg) center no-repeat;
    background-size: 80px 80px;
}

@media screen and (max-width: 1200px) {
  #header .navGlobal .navGlobalIn > li {
      padding: 0 15px;
  }
}

#header .navGlobal .navGlobalIn > li span {
    display: block;
    font-size: 19px;
    font-size: 1.9rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #4e311e;
}

#header .navGlobal .navGlobalIn > li > a {
  display: table-cell;
  vertical-align: middle;
  height: 80px;
}

/*
#header .navGlobal .navGlobalIn > li > a::after {
  opacity: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #6dba44;
  width: 100%;
  height: 4px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
*/

#header .navGlobal .navGlobalIn > li > a.active::after {
  opacity: 1;
}

#header .navGlobal .navGlobalIn > li > a:hover::after {
  opacity: 1;
}

#header .navGlobal .navGlobalIn > li.current a::after {
  opacity: 1;
}


/* menu */
.menu-trigger {
  display: none;
  position: absolute;
  z-index: 9999;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 20px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  .menu-trigger {
    right: 4%;
    width: 26px;
    height: 20px;
  }
}

.menu-trigger span {
  display: inline-block;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #666666;
}

@media screen and (max-width: 768px) {
  .menu-trigger span {
    height: 2px;
  }
}

.menu-trigger span:nth-of-type(1) {
  top: 0px;
}

.menu-trigger span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.menu-trigger.active span {
  background: #FFF;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11.5px) rotate(-45deg);
  -ms-transform: translateY(11.5px) rotate(-45deg);
      transform: translateY(11.5px) rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    -ms-transform: translateY(9px) rotate(-45deg);
        transform: translateY(9px) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11.5px) rotate(45deg);
  -ms-transform: translateY(-11.5px) rotate(45deg);
      transform: translateY(-11.5px) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    -ms-transform: translateY(-9px) rotate(45deg);
        transform: translateY(-9px) rotate(45deg);
  }
}

.nav-panel {
    display: none;
    z-index: 9998;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #4e311e;
}

.nav-panel .nav-panel-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  max-width: 730px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nav-panel .nav-panel-inner {
    max-width: inherit;
  }
}

.nav-panel .nav-panel-inner .submenu {
  display: none;
}

@media screen and (max-width: 768px) {
  .nav-panel .nav-panel-inner {
    top: 60px;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
  }
  .nav-panel .nav-panel-inner .submenu li a {
    position: relative;
  }
  .nav-panel .nav-panel-inner .submenu li a:after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .nav-panel .nav-panel-inner .submenu li a:before {
    display: none;
  }
  .nav-panel .nav-panel-inner .submenu.active {
    display: block;
  }
}

.nav-panel .header-menu {
  font-size: 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-menu {
    border-top: 1px solid #FFF;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.nav-panel .header-menu li {
  width: 33.333%;
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 40px;
  border-right: 1px solid #FFF;
  padding: 0 0 0 30px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-menu li {
    width: 100%;
    display: block;
    border-right: none;
    border-bottom: 1px solid #FFF;
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.nav-panel .header-menu li:nth-of-type(3n) {
  border-right: none;
}

.nav-panel .header-menu li a {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-menu li a {
    display: block;
    padding: 10px 4%;
  }
}

.nav-panel .header-menu li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  background: url(../images/common/menu_arrow.svg) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-menu li a::before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}

.nav-panel .header-sub-menu {
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-sub-menu {
    padding: 0;
    width: 100%;
  }
}

.nav-panel .header-sub-menu li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-sub-menu li {
    display: block;
    border-right: none;
    border-bottom: 1px solid #FFF;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.nav-panel .header-sub-menu li a {
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-sub-menu li a {
    display: block;
    padding: 10px 4%;
  }
  .nav-panel .header-sub-menu li a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    background: url(../images/common/menu_arrow.svg) no-repeat 0 0;
    background-size: 100% auto;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .nav-panel .header-sub-menu li a::before {
    width: 20px;
    height: 20px;
    margin-right: 15px;
  }
}

.nav-panel .header-sub-menu li a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-sub-menu li a:hover {
    text-decoration: none;
  }
}

.nav-panel .header-btn {
  font-size: 0;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-btn {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }
}

.nav-panel .header-btn li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-btn li {
    font-size: 14px;
    font-size: 1.4rem;
    width: 50% !important;
    padding: 0 5px;
    margin: 0;
  }
}

.nav-panel .header-btn li a {
  display: block;
  border: 1px solid #FFF;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
}

.nav-panel .header-btn li.contact-btn {
  width: 180px;
}

.nav-panel .header-btn li.contact-btn a {
  color: #FFF;
}

.nav-panel .header-btn li.contact-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background: url(../images/common/menu_arrow.svg) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .nav-panel .header-btn li.contact-btn a::before {
    width: 20px;
    height: 20px;
  }
}

.nav-panel .header-btn li.recruit-btn {
  width: 180px;
}

.nav-panel .header-btn li.recruit-btn a {
  background: #FFF;
}

.nav-panel .nav-bottom {
  padding: 0 5px 0 15px;
}

@media screen and (max-width: 768px) {
  .nav-panel .nav-bottom {
    padding: 0;
  }
}

/* ====================================================
Footer
==================================================== */
#footer {
    background: #FFF;
}

#footer .inner{
    padding: 50px 0 40px;
}

@media screen and (max-width: 768px) {
  #footer .inner{
    padding: 20px 0;
  }
}

#footer .mail-message {
  padding: 30px 0 30px 80px;
}

@media screen and (max-width: 1200px) {
  #footer .mail-message {
    padding-left: 0;
  }
}

@media screen and (max-width: 990px) {
  #footer .mail-message {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  #footer .mail-message {
    padding: 20px 0;
  }
}

#footer .mail-message .txt {
  font-size: 23px;
  font-size: 2.3rem;
  color: #FFF;
  font-weight: bold;
  margin-right: 30px;
}

@media screen and (max-width: 1200px) {
  #footer .mail-message .txt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 990px) {
  #footer .mail-message .txt {
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  #footer .mail-message .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

#footer .mail-message .contact-btn {
  max-width: 300px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  #footer .mail-message .contact-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #footer .mail-message .contact-btn {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#footer .mail-message .contact-btn a {
  display: block;
  color: #FFF;
  border: 1px solid #FFF;
  border-radius: 5px;
  height: 50px;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  #footer .mail-message .contact-btn a {
    height: 40px;
    line-height: 40px;
  }
}

#footer .mail-message .contact-btn a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 31px;
  height: 22px;
  background: url(../images/common/main_ico.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  #footer .mail-message .contact-btn a::before {
    width: 25px;
    height: 18px;
  }
}

#footer .mail-message .contact-btn a:hover {
  color: #6dba44;
  background: #FFFFFF;
  opacity: 1;
}

#footer .mail-message .contact-btn a:hover:before {
  background: url(../images/common/main_ico-hover.png) no-repeat 0 0;
}

#footer .footer-content {
  background: #4e311e;
  padding: 30px 0 60px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer-content {
    padding: 35px 0 30px;
  }
}

#footer .footer-content .inner {
  padding: 0 20px;
}

#footer .footer-content .logo {
    width: 100%;
    max-width: 340px;
    margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  #footer .footer-content .logo {
    max-width: 238px;
    margin: 0 auto 20px;
  }
}

#footer .footer-menu {
    font-size: 0;
    margin: 0 auto;
    text-align: center;
}

#footer .footer-menu li {
    display: inline-block;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4e311e;
    padding: 0 25px;
    margin: 0 0 10px;
    border-right: 1px solid #808080;
}

#footer .footer-menu li a:hover{
    text-decoration: underline;
}

#footer .footer-menu li:last-child{
    border-right: none;
}

@media screen and (max-width: 768px) {
    #footer .footer-menu li {
        display: block;
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0 auto 10px;
        text-align: center;
        border-right: none;
  }
    
    #footer .footer-menu li:last-child{
        margin-bottom: 0;
    }
}


.fb-icon{
    margin: 0 auto 50px;
    text-align: center;
    width: 42px;
}

@media screen and (max-width: 768px) {
  .fb-icon{
    margin-bottom: 35px;
  }
}

.footer-info{
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 950px;
}

@media screen and (max-width: 1200px) {
    .footer-info {
      max-width: 900px;
    }
}

@media screen and (max-width: 768px) {
  .footer-info {
    display: block;
  }
}

.footer-logo-conts{
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    margin: 0;
    padding: 0 5% 0 0;
    text-align: left;
}

@media screen and (max-width: 1200px) {
    .footer-logo-conts{
        width: 45%;
    }
}

@media screen and (max-width: 768px) {
    .footer-logo-conts{
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 auto 35px;
        text-align: center;
    }
}

.address{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #FFF;
}

.footer-tel-ttl{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #4e311e;
    background: #FFF;
    margin: 0;
    padding: 10px;
    width: 15%;
}

@media screen and (max-width: 768px) {
    .footer-tel-ttl{
        display: block;
        width: 100%;
        max-width: 270px;
        margin: 0 auto 10px;
        padding: 5px 10px;
  }
}

.footer-tel-block{
    display: table-cell;
    vertical-align: middle;
    width: 38%;
    padding: 0 0 0 2%;
}

@media screen and (max-width: 1200px) {
    .footer-tel-block{
        width: 33%;
    }
}

@media screen and (max-width: 768px) {
    .footer-tel-block{
        padding: 0;
        margin: 0 auto;
    }
}

.footer-tel-number{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 50px;
    font-size: 5.0rem;
    color: #FFF;
    margin: 0;
    text-align: center;
    padding: 0 0 0 46px;
    line-height: 1;
    background: url(../images/common/tel2.svg) left 2px no-repeat;
    background-size: 46px 46px;
}

.footer-tel-number a{
    color: #FFF;
}

@media screen and (max-width: 1200px) {
    .footer-tel-number{
        font-size: 38px;
        font-size: 3.8rem;
        padding: 0 0 0 34px;
        background-size: 34px 34px;
    }
}

@media screen and (max-width: 768px) {
    .footer-tel-number{
        float: none;
        text-align: center;
        margin: 0 auto;
        font-size: 34px;
        font-size: 3.4rem;
        padding: 0 0 0 28px;
        background-size: 28px 28px;
        width: 100%;
        max-width: 270px;
    }
}

.contact-btn{
    margin: 10px 0 0;
    padding: 0;
    min-width: 180px;
}

@media screen and (max-width: 768px) {
    .contact-btn{
        margin: 15px auto 0;
        width: 100%;
        max-width: 270px;
    }
}

.contact-btn .btn_style01{
    width: 100%;
}

#footer .copyright {
  text-align: center;
  padding: 10px 0;
}

#footer .copyright .inner{
    padding: 0;
}

#footer .copyright p{
  text-align: center;
  color: #4e311e;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  #footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    padding: 15px 0;
  }
}

/* ====================================================
Common
==================================================== */
.container {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-top: 0;
  }
}

.page-head {
  position: relative;
  background: #e6e1df;
  height: 160px;
  margin-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .page-head {
    height: 110px;
    margin-bottom: 45px;
  }
}

.page-head .page-main-ttl {
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    color: #4e311e;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .page-head .page-main-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.page-head .page-main-ttl span{
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    color: #333;
}

@media screen and (max-width: 768px) {
    .page-head .page-main-ttl span{
        font-size: 14px;
        font-size: 1.4rem;
    }
}

.page-ttl {
    color: #4e311e;
    font-size: 40px;
    font-size: 4.0rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .page-ttl {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}


.page-intro {
    color: #4e311e;
    font-size: 40px;
    font-size: 4.0rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .page-intro {
    font-size: 28px;
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
}

.page-capture {
  color: #4e311e;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}

@media capture and (max-width: 768px) {
.page-intro {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 35px;
}
}



.list li {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 7px;
  padding-left: 17px;
}

@media screen and (max-width: 768px) {
  .list li {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 12px;
    margin-bottom: 5px;
  }
}

.list li::before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: block;
  background: #fabf13;
  border-radius: 50px;
  width: 9px;
  height: 9px;
}

@media screen and (max-width: 768px) {
  .list li::before {
    top: 5px;
    width: 6px;
    height: 6px;
  }
}

.list li span {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .list li span {
    display: block;
  }
}

.sp-only{
    display: none;
}

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

.b{
    font-weight: bold;
}

/* ====================================================
MODULE
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
.btn {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 300px;
    margin: 0 auto;
  }
}

.btn a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  .btn a {
    height: 40px;
    line-height: 40px;
  }
}

.btn a::after {
  content: "";
  width: 13px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

.btn a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

.btn.wh-btn a {
  border: 1px solid #cccccc;
  color: #666666;
  height: 40px;
  line-height: 40px;
}

.btn.wh-btn a::after {
  background-image: url(../images/common/wh_btn_arrow.png);
}

.btn.wh-btn a:hover {
  background: gray;
  color: #FFFFFF;
  opacity: 1;
}

.btn.wh-btn a:hover::after {
  background-image: url(../images/common/wh_btn_arrow-hover.png);
}

.btn.gr-btn a {
  color: #FFF;
  background: #6dba44;
}

.btn.gr-btn a::after {
  position: absolute;
  margin-left: 0;
  right: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/common/gr_btn_arrow.png);
}

.btn.gr-btn a:hover {
  background: #4a8b19;
  opacity: 1;
}

.btn.or-btn {
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .btn.or-btn {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.btn.or-btn a {
  border-radius: 0;
  color: #FFF;
  background: #fabf13;
}

.btn.or-btn a::after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "＞";
  font-size: 13px;
  font-size: 1.3rem;
  background: none;
  margin: 0;
  width: inherit;
  height: inherit;
}

.btn.or-btn a:hover {
  background: #f19a45;
  opacity: 1;
}

.btnRed {
  color: red;
  background-color: #FFCCCC;
}

.btnBlue {
  color: white;
  border-color: blue;
  background-color: blue;
}



.btn2{
	display: inline-block;
	position: relative;
	padding: 0.8em 2.5em;
	border: 0;
	background: #aaa;
	color: #FFF;
	font-size: 1.6rem;
	line-height: 1.3;
	text-decoration: none;
}

.btn2 span{
	vertical-align: top;
}

.icon_arrow_right{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1;
}

.icon_arrow_right::before{
	font-family: 'icons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: inherit;
}

.icon_arrow_right:before{ content: "\e905"; }

.btn2:hover,
.btn2:active,
.btn2:focus{
	box-shadow: none;
	cursor: pointer;
}

.btn_style01{
	background-color: #c30d23;
	color: #fff;
	font-weight: bold;
}

.btn_style01:hover,
.btn_style01:active,
.btn_style01:focus{
	background-color: #F39800;
    color: #fff;
}

.btn_style02{
	background-color: #4e311e;
	color: #fff;
	font-weight: bold;
    width: 200px;
}

.btn_style02:hover,
.btn_style02:active,
.btn_style02:focus{
	background-color: #c30d23;
    color: #fff;
}

/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
/* ====================================================
Index
==================================================== */

#index .sec-ttl{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: bold;
    color: #4e311e;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 60px;
}

.red{
    color: #c30d23;
}

@media screen and (max-width: 768px) {
  #index .sec-ttl {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 25px;
  }
}

#index .sec-ttl .en {
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
    font-weight: bold;
    display: block;
    color: #1a1a1a;
    font-size: 20px;
    font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  #index .sec-ttl .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#index .sec-ttl .small {
  display: block;
  font-size: 28px;
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  #index .sec-ttl .small {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#index .about-asahi-ttl,
#index .staff-ttl,
#index .service-ttl{
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}

#index .service-ttl{
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    #index .about-asahi-ttl,
    #index .staff-ttl,
    #index .service-ttl{
      font-size: 14px;
      font-size: 1.4rem;
      margin-bottom: 20px;
  }
    
    #index .service-ttl{
      margin-bottom: 35px;
  }
}

#index .about-asahi-catch{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #4e311e;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    #index .about-asahi-catch{
      font-size: 22px;
      font-size: 2.2rem;
      margin-bottom: 35px;
  }
    
    #index .service-ttl{
      margin-bottom: 35px;
  }
}

#index .main-visual{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}

/*
.txt-mv {
    position: absolute;
    padding: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 54px;
    font-size: 5.4rem;
    font-weight: bold;
    color: #4e311e;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    .txt-mv {
        font-size: 34px;
        font-size: 3.4rem;
    }
}
*/


#index .sec-about-asahi {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  #index .sec-about-asahi {
    padding: 70px 0 60px;
  }
}

#index .sec-about-asahi .top-bnr img{
    margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  #index .sec-about-asahi .top-bnr img {
    margin-bottom: 60px;
  }
}

.col{
    float: left;
}

.col::after{
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.point{
    background: #4e311e;
    padding: 10px;
    min-height: 80px;
    position: relative;
}

.point p{
    position: absolute;
    padding: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .point p{
        font-size: 16px;
        font-size: 1.6rem;
    }
}


.col4-wrap > .col{
    width: 20.8%;
    margin-right: 5.6%;
}

.col4-wrap > .col:nth-child(4n){
    margin-right: 0;
}

@media screen and (max-width: 768px){
    
    .col4-wrap > .col{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    
    .col4-wrap > .col:nth-child(odd){
        margin-right: 4%;
    }
}


.col1-wrap > .col{
  width: 100%;
  margin-right: 5.6%;
}

.col1-wrap > .col:nth-child(4n){
  margin-right: 0;
}

@media screen and (max-width: 768px){
  
  .col1-wrap > .col{
      width: 100%;
      margin-right: 0;
      margin-bottom: 4%;
  }
  
  .col1-wrap > .col:nth-child(odd){
      margin-right: 4%;
  }
}


#index .sec-tokutyou {
    margin-top: -90px; 
    padding: 140px 0 100px;
    background: #fffbf3;
}

@media screen and (max-width: 768px) {
  #index .sec-tokutyou {
      margin-top: 0;
      padding: 70px 0;
  }
}

#index .sec-tokutyou .inner {
  max-width: 1280px;
  padding: 0;
}

#index .sec-tokutyou .sec-ttl{
    max-width: 1050px;
    margin: 0 auto 60px;
    text-align: center;
    padding: 0 120px;
    background: url(../images/index/home1.png) left center no-repeat, url(../images/index/home2.png) right center no-repeat;
}

@media screen and (max-width: 768px) {
  #index .sec-tokutyou .sec-ttl {
      margin: 0 auto 25px;
      padding: 0 4%;
      background: none;
  }
}

.tokutyou-conts.col3-wrap > .col{
    width: 33.33333333%;
	margin-right: 0%;
}

.col.tokutyou{
    padding: 0 40px;
    border-right: 1px dashed #4e311e;
    text-align: center;
}

.col.tokutyou:last-child{
    border-right: none;
}

.tokutyou p{
    font-size: 16px;
    font-size: 1.6rem;
    color: #4e311e;
    line-height: 1.8;
    text-align: left;
    margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
    .tokutyou p{
        margin: 0 0 15px;
    }
}

.tokutyou .tokutyou-num{
    display: block;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    margin: 0 auto 30px;
    background: #4e311e;
    width: 50px;
    height: 50px;
    border-radius: 25px;
}

@media screen and (max-width: 768px) {
    .tokutyou .tokutyou-num{
        font-size: 20px;
        font-size: 2.0rem;
        margin: 0 auto 15px;
        width: 36px;
        height: 36px;
        border-radius: 18px;
    }
}

.tokutyou h3{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #4e311e;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .tokutyou h3{
        font-size: 22px;
        font-size: 2.2rem;
        margin: 0 auto 15px;
    }
}


@media screen and (max-width: 768px) {
    .tokutyou-conts.col3-wrap::after{
        display: block;
        content: " ";
        clear: both;
    }
    
    .tokutyou-conts.col3-wrap .col{
        float: none;
        width: auto;
        margin-left: 0;
        margin-bottom: 8%;
        border-right: none;
    }
    
    .tokutyou-conts.col3-wrap .col:last-child{
        margin-bottom: 0;
    }
}


#index .sec-news {
  padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {
  #index .sec-news {
    padding: 70px 0;
  }
}

#index .sec-news .top-bnr {
  margin: 60px 0 120px;
}

@media screen and (max-width: 768px) {
  #index .sec-news .top-bnr {
    margin: 40px 0 60px;
  }
}

#index .sec-news .sec-ttl {
    max-width: 900px;
    margin: 0 auto 50px;
    text-align: center;
    padding: 20px 228px;
    background: url(../images/index/cloud1.png) left center no-repeat, url(../images/index/cloud2.png) right center no-repeat;
}

@media screen and (max-width: 768px) {
  #index .sec-news .sec-ttl {
      margin-bottom: 35px;
      padding: 0;
      background: none;
  }
}

@media screen and (max-width: 768px) {
    
    .col4-wrap.news-list{
        max-width: 520px;
        margin: 0 auto;
    }
    
    .col4-wrap.news-list > .col {
        max-width: 250px;
    }
}

#index .sec-news .news-list li .photo{
    text-align: center;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #index .sec-news .news-list li .photo{
        margin-bottom: 5px;
    }
}

#index .sec-news .news-list li .day{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #c30d23;
    line-height: 1.3;
    margin: 0;
}

@media screen and (max-width: 768px) {
  #index .sec-news .news-wrap .news-list li .day{
      font-size: 16px;
      font-size: 1.6rem;
  }
}

#index .sec-news .news-list li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    color: #4e311e;
    line-height: 1.5;
    margin: 0;
}

@media screen and (max-width: 768px) {
  #index .sec-news .news-list li .ttl {
      font-size: 14px;
      font-size: 1.4rem;
  }
}

#index .sec-news .news-list li .ttl a:hover {
  text-decoration: underline;
}

.blog-btn{
    margin: 60px auto 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .blog-btn{
        margin: 20px auto 0;
    }
}


#index .sec-middlevisual {
  background: url(../images/index/staff_img_pc.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
}

@media screen and (max-width: 768px) {
  #index .sec-middlevisual {
      background: url(../images/index/staff_img_sp.jpg) no-repeat center;
      background-size: cover;
      height: 350px;
  }
}

#index .sec-staff {
  padding: 50px 0 120px;
}

@media screen and (max-width: 768px) {
  #index .sec-staff {
    padding: 35px 0 90px;
  }
}

.staff-title-conts{
    display: table;
    width: 100%;
}

#index .staff-title-conts .sec-ttl {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0 4% 0 0;
    font-size: 40px;
    font-size: 4.0rem;
    line-height: 1.5;
    text-align: left;
    width: 36%;
}

@media screen and (max-width: 768px) {
    #index .staff-title-conts .sec-ttl {
        display: block;
        margin: 0 auto 20px;
        text-align: center;
        padding: 0;
        font-size: 26px;
        font-size: 2.6rem;
        width: 100%;
  }
}

#index .staff-title-conts p{
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    width: 60%;
}

@media screen and (max-width: 768px) {
    #index .staff-title-conts p {
        display: block;
        margin: 0 auto;
        padding: 0;
        font-size: 16px;
        font-size: 1.6rem;
        width: 100%;
  }
}

.staff-btn{
    margin: 40px auto 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .staff-btn{
        margin: 30px auto 0;
    }
}


#index .sec-service {
  padding: 0 0 120px;
}

@media screen and (max-width: 768px) {
  #index .sec-service {
    padding: 0 0 80px;
  }
}

.col2-wrap > .col{
    width: 46.7%;
}

.col2-wrap > .col:nth-child(odd){
    margin-right: 6.6%;
}

@media screen and (max-width: 768px) {
    .col2-wrap .col{
        float: none;
        width: auto;
        margin: 0 auto 30px;
        border-right: none;
    }
    
    .col2-wrap > .col:nth-child(odd){
        margin: 0 auto 30px;
    }
    
    .col2-wrap .col:last-child{
        margin-bottom: 0;
    }
}

.col2-wrap.service-conts > .col{
    position: relative;
    overflow: hidden;
	max-width: 560px;
}

.col2-wrap.service-conts > .col .service-conts{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
	box-sizing: border-box;
	width: 28.6%;
	margin: 0;
	padding: 10px;
	background-color: rgba(0,0,0,0.6);
}

.col2-wrap.service-conts > .col a:hover .service-img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.col2-wrap.service-conts > .col a .service-img{
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service-menu{
    position: absolute;
    padding: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    max-width: 128px;
    text-align: center;
}

.yoyaku-btn2{
    margin: 70px auto 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .yoyaku-btn2{
        margin: 50px auto 0;
    }
}

.yoyaku-ttl{
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3;
    text-align: center;
    margin: 0 auto;
    width: 500px;
}

@media screen and (max-width: 768px) {
    .yoyaku-ttl{
        font-size: 20px;
        font-size: 2.0rem;
        max-width: 300px;
    }
}

.map{
    width: 100%;
    height: 430px;
    margin: 0 auto;
}


#index .sec-recruit .intro-txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  #index .sec-recruit .intro-txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#index .sec-recruit .btn {
  max-width: 300px;
  margin: 0 auto;
}

#index .sec-business {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  #index .sec-business {
    margin-bottom: 0;
  }
}

#index .sec-business .service-wrap .col {
  padding: 0 15px;
  width: 50%;
  min-height: 488px;
  float: left;
  text-align: center;
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
}

@media screen and (max-width: 990px) {
  #index .sec-business .service-wrap .col {
    min-height: 390px;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-business .service-wrap .col {
    width: 100%;
    min-height: inherit;
    padding: 0 4% 45px;
  }
}

#index .sec-business .service-wrap .col.service01 {
  background-image: url(../images/index/top_menu_bg01.jpg);
}

#index .sec-business .service-wrap .col.service02 {
  background-image: url(../images/index/top_menu_bg02.jpg);
}

#index .sec-business .service-wrap .col.service03 {
  background-image: url(../images/index/top_menu_bg03.jpg);
}

#index .sec-business .service-wrap .col.service04 {
  background-image: url(../images/index/top_menu_bg04.jpg);
}

#index .sec-business .service-wrap .col .box {
  max-width: 415px;
  border-top: 5px solid #6dba44;
  background: #FFF;
  margin: 28% auto 105px;
  padding: 10px 0 0;
}

@media screen and (max-width: 768px) {
  #index .sec-business .service-wrap .col .box {
    padding: 10px 15px;
    margin-bottom: 10px;
  }
}

#index .sec-business .service-wrap .col .service-ttl {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}

@media screen and (max-width: 990px) {
  #index .sec-business .service-wrap .col .service-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #index .sec-business .service-wrap .col .service-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#index .sec-business .service-wrap .col .service-ttl span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #6dba44;
}

#index .sec-business .service-wrap .col .intro-txt {
  color: #565655;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  #index .sec-business .service-wrap .col .intro-txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#index .sec-business .service-wrap .col .btn {
  max-width: 205px;
  margin: 0 auto;
}

#index .sec-company {
  padding: 55px 0 70px;
  background: #eaeadd;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #index .sec-company {
    padding: 35px 0 25px;
    margin-bottom: 40px;
  }
}

#index .sec-company .sec-ttl {
  margin-bottom: 15px;
}

#index .sec-company .company-menu li {
  position: relative;
  width: 30.8%;
  height: 180px;
  float: left;
  margin-left: 3.8%;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  #index .sec-company .company-menu li {
    width: 100%;
    margin: 0 0 15px;
    height: 150px;
  }
}

#index .sec-company .company-menu li:first-of-type {
  margin-left: 0;
}

#index .sec-company .company-menu li a {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#index .sec-company .company-menu li a:before {
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(74, 139, 25, 0.5);
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#index .sec-company .company-menu li a:hover:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

#index .sec-company .company-menu li.menu01 a {
  background-image: url(../images/index/com_bg01.jpg);
  position: relative;
}

#index .sec-company .company-menu li.menu02 a {
  background-image: url(../images/index/com_bg02.jpg);
}

#index .sec-company .company-menu li.menu03 a {
  background-image: url(../images/index/com_bg03.jpg);
}

#index .sec-company .company-menu li .ttl {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  color: #FFF;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  #index .sec-company .company-menu li .ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#index .sec-company .company-menu li .ttl span {
  font-weight: normal;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  color: #6dba44;
}

#index .sec-report {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  #index .sec-report {
    margin-bottom: 40px;
  }
}

#index .sec-report .report-list {
  margin: 0 -15px;
}

@media screen and (max-width: 768px) {
  #index .sec-report .report-list {
    margin: 0 -10px;
  }
}

#index .sec-report .report-list li {
  float: left;
  width: 25%;
  padding: 0 15px 45px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  #index .sec-report .report-list li {
    width: 50%;
    padding: 0 10px 25px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#index .sec-report .report-list li .img {
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (max-width: 768px) {
  #index .sec-report .report-list li .img {
    margin-bottom: 7px;
  }
}

#index .sec-report .report-list li .img::after {
  content: "";
  display: block;
  padding-top: 58%;
}

#index .sec-report .report-list li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

#index .sec-report .report-list li .img .category {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #6dba44;
  color: #FFF;
  padding: 3px 5px;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

#index .sec-report .report-list li .ttl {
  line-height: 1.7;
}

#index .sec-report .report-list li .day {
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  #index .sec-report .report-list li .day {
    margin-bottom: 5px;
  }
}

#index .sec-report .report-list li a {
  display: block;
}

#index .sec-report .report-list li a:hover .img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
}

#index .sec-report .report-list li a:hover .ttl {
  text-decoration: underline;
}

#index .sec-report .btn {
  max-width: 200px;
  margin: 0 auto;
}



/* ====================================================
about-asahi
==================================================== */
#about{
    color: #4e311e;
}

.onayami{
    margin: 0 auto;
    text-align: center;
}

.onayami-txt{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 60px auto 90px;
}

@media screen and (max-width: 768px) {
  .onayami-txt {
    font-size: 26px;
    font-size: 2.6rem;
    margin: 40px auto 60px;
  }
}

#about .sec-tokutyou{
    background: #fffbf3;
    padding: 90px 0 100px;
}

@media screen and (max-width: 768px) {
    #about .sec-tokutyou{
        padding: 60px 0 80px;
    }
}

#about .sec-tokutyou .top-bnr{
  background: #fffbf3;
  margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
  #about .sec-tokutyou .top-bnr{
    margin: 30px 0 0;
  }
}


#about .totutyou-ttl{
    display: table;
    width: 100%;
    margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
    #about .totutyou-ttl{
        display: block;
        margin: 0 auto 40px;
    }
}

#about .totutyou-ttl .sec-ttl{
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0;
}

@media screen and (max-width: 768px) {
    #about .totutyou-ttl .sec-ttl{
        display: block;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: center;
        margin: 0 auto 25px;
    }
}

#about .totutyou-ttl p{
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 50px;
}

@media screen and (max-width: 768px) {
    #about .totutyou-ttl p{
        display: block;
        padding: 0;
    }
}

#about .point-conts{
    margin-bottom: 2%;
}

@media screen and (max-width: 768px) {
    #about .point-conts{
        margin-bottom: 0;
    }
}

#about .point-conts:last-child{
    margin-bottom: 0;
}

#about .point{
    background: none;
    border: 3px solid #4e311e;
    padding: 15px;
    min-height: 114px;
    position: relative;
}

@media screen and (max-width: 768px) {
    #about .point{
        padding: 10px;
        min-height: 100px;
    }
}

#about .point p{
    position: absolute;
    padding: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    color: #FFF;
    font-size: 22px;
    font-size: 2.2rem;
    color: #4e311e;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #about .point p{
        font-size: 16px;
        font-size: 1.6rem;
        padding: 10px;
    }
}


#about .point-conts.col4-wrap > .col{
    width: 22%;
    margin-right: 4%;
}

#about .point-conts.col4-wrap > .col:nth-child(4n){
    margin-right: 0;
}

@media screen and (max-width: 768px){
    
    #about .point-conts.col4-wrap > .col{
        width: 48%;
        margin-right: 0;
        margin-bottom: 4%;
    }
    
    #about .point-conts.col4-wrap > .col:nth-child(odd){
        margin-right: 4%;
    }
}

#about .point-conts.col1-wrap > .col{
  width: 100%;
  margin-right: 0%;
}

@media screen and (max-width: 768px){
  
  #about .point-conts.col1-wrap > .col{
      width: 100%;
      margin-right: 0;
      margin-bottom: 0%;
  }
  }


#about .sec-okaeri{
    padding: 120px 20px 80px;
}

@media screen and (max-width: 768px) {
    #about .sec-okaeri{
        padding: 80px 4% 70px;
    }
}

#about .okaeri-img{
    margin: 0 auto 60px;
    text-align: center;
    width: 100%;
    max-width: 1500px;
    height: 400px;
    background: url(../images/about-asahi/okaeri_img_pc.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #about .okaeri-img{
        margin: 0 auto 40px;
        height: 280px;
        background: url(../images/about-asahi/okaeri_img_sp.jpg) center no-repeat;
        background-size: cover;
    }
}

#about .sec-okaeri .inner{
    padding: 0;
}

#about .sec-okaeri .sec-ttl{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
    #about .sec-okaeri .sec-ttl{
        font-size: 26px;
        font-size: 2.6rem;
        margin: 0 auto 30px;
    }
}

#about .okaeri-txt{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    max-width: 900px;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    #about .okaeri-txt{
        font-size: 16px;
        font-size: 1.6rem;
    }
}



/* ====================================================
plan
==================================================== */
#plan{
    color: #4e311e;
}

#plan .sec-room{
    padding: 0 0 100px;
}

@media screen and (max-width: 768px) {
    #plan .sec-room{
        padding: 0 0 70px;
    }
}

#plan .ryoukin-conts.col2-wrap{
    margin: 80px auto 40px;
}

@media screen and (max-width: 768px) {
    #plan .ryoukin-conts.col2-wrap{
        margin: 50px auto 25px;
    }
}

@media screen and (max-width: 768px) {
    .col2-wrap .col{
        float: none;
        width: auto;
        margin: 0 auto 30px;
        border-right: none;
    }
    
    .col2-wrap > .col:nth-child(odd){
        margin: 0 auto 30px;
    }
    
    .col2-wrap .col:last-child{
        margin-bottom: 0;
    }
}


#plan .room-type{
    background: #4e311e;
    color: #FFF;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    line-height: 1.3;
    padding: 5px;
    margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
    #plan .room-type{
        font-size: 20px;
        font-size: 2.0rem;
        margin: 0 auto 10px;
    }
}

#plan .ryoukin{
    font-size: 70px;
    font-size: 7.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    #plan .ryoukin{
        font-size: 48px;
        font-size: 4.8rem;
    }
}

#plan .ryoukin span{
    font-size: 30px;
    font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
    #plan .ryoukin span{
        font-size: 24px;
        font-size: 2.4rem;
    }
}

#plan .ryoukin-txt{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 140px;
}

@media screen and (max-width: 768px) {
    #plan .ryoukin-txt{
        margin-bottom: 100px;
    }
}

#plan .room-conts.col2-wrap{
    margin-bottom: 120px;
}

#plan .room-conts.col2-wrap:last-child{
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    #plan .room-conts.col2-wrap{
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 768px) {
    #plan .room-conts.col2-wrap .room-img{
        text-align: center;
        width: auto;
    }
}

#plan .room-conts.col2-wrap h3{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    padding: 0 0 10px;
    border-bottom: 1px solid #4e311e;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #plan .room-conts.col2-wrap h3{
        font-size: 26px;
        font-size: 2.6rem;
        padding: 0 0 10px;
        margin-bottom: 0 auto 15px;
        text-align: center;
    }
}

#plan .room-conts p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin: 0;
}

#plan .room-conts .room-setsumei{
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    #plan .room-conts .room-setsumei{
        margin-bottom: 20px;
    }
}

#plan .sec-setsubi{
    background: #fffbf3;
    padding: 90px 0;
}

@media screen and (max-width: 768px) {
    #plan .sec-setsubi{
        padding: 60px 0;
    }
}

#plan .sec-setsubi .sec-ttl{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    #plan .sec-setsubi .sec-ttl{
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 768px) {
    #plan .setsubi-icon.col8-wrap{
        margin: 0 auto;
        max-width: 550px;
    }
}

#plan .setsubi-icon.col8-wrap > .col{
    width: 9.6%;
    max-width: 115px;
    margin-right: 3.3%;
}

#plan .setsubi-icon.col8-wrap > .col:last-child{
    margin-right: 0;
}


@media screen and (max-width: 768px) {
    #plan .setsubi-icon.col8-wrap > .col{
        width: 20.8%;
        margin-right: 5.6%;
        margin-bottom: 5.6%;
    }

	#plan .setsubi-icon.col8-wrap > .col:nth-child(4n){
		margin-right: 0;
	}
}

#plan .setsubi-txt{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    #plan .setsubi-txt{
        margin-top: 40px;
    }
}

#plan .sec-aoba{
    padding: 100px 0 80px;
}

@media screen and (max-width: 768px) {
    #plan .sec-aoba{
        padding: 70px 0;
    }
}

#plan .sec-aoba p{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #plan .sec-aoba p{
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0;
        text-align: left;
    }
    
    #plan .sec-aoba .aoba-plan-conts p{
        margin: 0 auto;
        text-align: center;
    }
}

#plan .aoba-plan-conts{
    margin: 40px auto;
    padding: 30px;
    border: 2px solid #4e311e;
    max-width: 400px;
}

@media screen and (max-width: 768px) {
    #plan .aoba-plan-conts{
        margin: 25px auto;
        padding: 20px;
        max-width: 350px;
    }
}

#plan .aoba-room-list{
    margin: 0 auto 20px;
    max-width: 270px;
}

@media screen and (max-width: 768px) {
    #plan .aoba-room-list{
        margin: 0 auto 15px;
        max-width: 240px;
    }
}

#plan .aoba-room-list li{
    list-style: square;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 5px;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #plan .aoba-room-list li{
        font-size: 16px;
        font-size: 1.6rem;
    }
}




/* ====================================================
facility
==================================================== */
#facility{
    color: #4e311e;
}

#facility .sec-facility .page-intro {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #facility .sec-facility .page-intro {
        margin-bottom: 50px;
    }
}

#facility .facility-conts p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 10px 0 0;
    text-align: left;
}

#facility .sec-basic-info{
    padding: 85px 0 0;
}

@media screen and (max-width: 768px) {
    #facility .sec-basic-info{
        padding: 50px 0 0;
    }
}

#facility .sec-basic-info .sec-ttl,
#facility .sec-service-info .sec-ttl{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #facility .sec-basic-info .sec-ttl,
    #facility .sec-service-info .sec-ttl{
        font-size: 26px;
        font-size: 2.6rem;
        margin-bottom: 35px;
    }
}

.table-block{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.table-block th{
    width: 25%;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    padding: 0.5em;
    vertical-align: top;
}

.table-block td{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 0.5em;
    vertical-align: top;
}

@media screen and (max-width: 768px) {
    .table-block,
    .table-block tr,
    .table-block th,
    .table-block td{
        display: block;
        width: 100%;
    }
    
    .table-block th,
    .table-block td{
        box-sizing: border-box;
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .table-block td,
    .table-block th{
        border-top: 0;
    }
    
    .table-block th{
        text-align: left;
        background: #4e311e;
        color: #FFF;
        padding: 0.25em 0.5em;
    }
    
    .table-block td{
        padding: 0.5em 0 1.5em;
    }
}

#facility .sec-service-info{
    padding: 160px 0 0;
}

@media screen and (max-width: 768px) {
    #facility .sec-service-info{
        padding: 80px 0 0;
    }
}

#facility .sec-gaikan-img{
    padding: 120px 20px 80px;
}

@media screen and (max-width: 768px) {
    #facility .sec-gaikan-img{
        padding: 80px 4% 70px;
    }
}

#facility .gaikan-img{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1500px;
    height: 400px;
    background: url(../images/facility/gaikan_img_pc.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #facility .gaikan-img{
        margin: 0 auto;
        height: 280px;
        background: url(../images/facility/gaikan_img_sp.jpg) center no-repeat;
        background-size: cover;
    }
}


#facility .facility-conts.flex-box > .col-2{
    width: 46.7%;
    max-width: 560px;
    margin-bottom: 8.3%;
}

@media screen and (max-width: 768px) {
    #facility .facility-conts.flex-box > .col-2{
        width: 100%;
        margin: 0 auto 60px;
        text-align: center;
    }
}


/* ====================================================
service
==================================================== */
#service{
    color: #4e311e;
}

#service .sec-service-ttl .page-intro {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #service .sec-service-ttl .page-intro {
        margin-bottom: 50px;
    }
}

#service .sec-service-img{
    padding: 0 20px;
}

@media screen and (max-width: 768px) {
    #service .sec-service-img{
        padding: 0 4%;
    }
}

#service .service-img{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 1500px;
    height: 400px;
    background: url(../images/service/service_img_pc.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #service .service-img{
        height: 280px;
        background: url(../images/service/service_img_sp.jpg) center no-repeat;
        background-size: cover;
    }
}

#service .sec-service{
    padding: 75px 0 80px;
}

@media screen and (max-width: 768px) {
    #service .sec-service{
        padding: 30px 0 70px;
    }
}

#service .sec-service .sec-ttl{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    text-align: center;
    margin: 45px auto 50px;
}

@media screen and (max-width: 768px) {
    #service .sec-service .sec-ttl{
        font-size: 26px;
        font-size: 2.6rem;
        margin: 50px auto 30px;
    }
}

#service .service-txt{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #service .service-txt{
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 30px;
    }
}

#service .dish-conts p{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 10px 0 0;
}

#service .drink-txt{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #service .drink-txt{
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
    }
}

#service .drink-menu{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
    border: 2px solid #4e311e;
    padding: 15px;
    margin: 20px auto 120px;
    max-width: 700px;
}

@media screen and (max-width: 768px) {
    #service .drink-menu{
        text-align: left;
        margin: 15px 0 80px;
    }
}

#service .alcohol-txt{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
    #service .alcohol-txt{
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
        margin-bottom: 30px;
    }
}

.alcohol-conts.flex-box > .col{
    width: 29.2%;
    max-width: 350px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .alcohol-conts.flex-box > .col{
        width: 45.6%;
        margin-bottom: 8.8%;
    }
}

@media screen and (max-width: 480px) {
    .alcohol-conts.flex-box > .col{
        width: 100%;
        margin: 0 auto 35px;
        text-align: center;
    }
    
    .alcohol-conts.flex-box > .col:last-child{
        margin-bottom: 0;
    }
}


/* ====================================================
voice
==================================================== */
#voice{
    color: #4e311e;
}

#voice .sec-voice .page-intro {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #voice .sec-voice .page-intro {
        margin-bottom: 50px;
    }
}

#voice .voice-conts.flex-box > .col{
    width: 46.7%;
    max-width: 560px;
    margin-bottom: 8.3%;
}

@media screen and (max-width: 768px) {
    #voice .voice-conts.flex-box > .col{
        width: 100%;
        margin: 0 auto 60px;
        text-align: center;
    }
}

#voice .voice-photo{
    float: left;
    margin: 0;
    width: 50%;
}

@media screen and (max-width: 768px) {
    #voice .voice-photo{
        float: none;
        width: auto;
        margin: 0 auto 10px;
        text-align: center;
    }
}

#voice .questionnaire{
    float: right;
    margin: 0;
    width: 50%;
    border: 1px solid #999;
}

@media screen and (max-width: 768px) {
    #voice .questionnaire{
        float: none;
        width: auto;
        margin: 0 auto;
        text-align: center;
    }
}

#voice .voice-conts p{
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
}

#voice .voice-conts .voice-name{
    margin: 30px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    text-align: left;
}

@media screen and (max-width: 768px) {
    #voice .voice-conts .voice-name{
        margin: 20px auto 10px;
        text-align: center;
    }
}


/* ====================================================
staff
==================================================== */
#staff{
    color: #4e311e;
}

#staff .sec-staff p,
#staff .sec-omotenashi p{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #staff .sec-staff p,
    #staff .sec-omotenashi p{
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
    }
}

#staff .sec-omotenashi{
    padding: 100px 20px 80px;
}

@media screen and (max-width: 768px) {
    #staff .sec-omotenashi{
        padding: 70px 4% 70px;
    }
}

#staff .staff-img{
    margin: 0 auto 100px;
    text-align: center;
    width: 100%;
    max-width: 1500px;
    height: 400px;
    background: url(../images/staff/staff_img2_pc.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #staff .staff-img{
        margin: 0 auto 70px;
        height: 280px;
        background: url(../images/staff/staff_img2_sp.jpg) center no-repeat;
        background-size: cover;
    }
}

#staff .sec-omotenashi .inner{
    padding: 0;
}

#staff .sec-omotenashi .sec-ttl{
    font-size: 40px;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center;
    margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
    #staff .sec-omotenashi .sec-ttl{
        font-size: 26px;
        font-size: 2.6rem;
        margin: 0 auto 35px;
    }
}


#staff .sec-omotenashi .sec-ladies{
  color: #CC0000;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  margin: 50px auto;
}

@media screen and (max-width: 768px) {
  #staff .sec-omotenashi .sec-ttl{
      font-size: 18px;
      font-size: 2.8rem;
      margin: 35px auto;
  }
}


#staff .staff-img2{
    margin: 100px auto;
    text-align: center;
    width: 100%;
    max-width: 1500px;
    height: 400px;
    background: url(../images/staff/staff_img1_pc.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #staff .staff-img2{
        margin: 70px auto;
        height: 280px;
        background: url(../images/staff/staff_img1_sp.jpg) center no-repeat;
        background-size: cover;
    }
}

#staff .staff-img3{
    margin: 100px auto 0;
    text-align: center;
    width: 100%;
    max-width: 1500px;
    height: 400px;
    background: url(../images/staff/staff_img3_pc.jpg) center no-repeat;
    background-size: cover;
}

@media screen and (max-width: 768px) {
    #staff .staff-img3{
        margin: 70px auto 0;
        height: 280px;
        background: url(../images/staff/staff_img3_sp.jpg) center no-repeat;
        background-size: cover;
    }
}


/* ====================================================
contact
==================================================== */
#contact{
    color: #4e311e;
}

#contact .sec-contact{
    padding: 0 0 80px;
}

@media screen and (max-width: 768px) {
    #contact .sec-contact{
        padding: 0 0 70px;
    }
}

#contact .contact-txt{
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto;
    text-align: center;
    line-height: 2;
}

@media screen and (max-width: 768px) {
    #contact .contact-txt{
        font-size: 16px;
        font-size: 1.6rem;
        margin: 0;
        text-align: left;
    }
}

#contact .contact-conts{
    margin: 50px auto;
    padding: 30px;
    text-align: center;
    border: 2px solid #c30d23;
    max-width: 550px;
}

@media screen and (max-width: 768px) {
    #contact .contact-conts{
        margin: 35px auto;
        padding: 20px;
        max-width: 450px;
    }
}

#contact .contact-conts .tel-txt{
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #c30d23;
    line-height: 1.0;
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #contact .contact-conts .tel-txt{
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.2;
    }
}

#contact .contact-conts .tel-txt a{
    text-decoration: none;
    color: #c30d23;
}

#contact .contact-conts .tel-txt span,
#contact .contact-conts .fax-txt span{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #4e311e;
}

@media screen and (max-width: 768px) {
    #contact .contact-conts .tel-txt span,
    #contact .contact-conts .fax-txt span{
        font-size: 16px;
        font-size: 1.6rem;
    }
}

#contact .contact-conts .fax-txt{
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    color: #c30d23;
    line-height: 1.0;
    margin: 30px auto 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #contact .contact-conts .fax-txt{
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 1.2;
        margin: 20px auto 0;
    }
}



/* ====================================================
blog
==================================================== */
#blog{
    color: #4e311e;
}

#blog .sec-blog-index .page-intro {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    #blog .sec-blog-index .page-intro {
        margin-bottom: 50px;
    }
}

#blog .day{
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 15px 0 0;
    line-height: 1.3;
}

@media screen and (max-width: 768px) {
    #blog .day{
        font-size: 16px;
        font-size: 1.6rem;
        margin: 10px 0 0;
    }
}


#blog .blog-title{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 5px 0 0;
}

@media screen and (max-width: 768px) {
    #blog .blog-title{
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.3;
    }
}




/* ====================================================
single
==================================================== */

#single h1 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #single h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

#single .category-wrap {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    #single .category-wrap {
        margin-bottom: 40px;
    }
}

#single .category-wrap span.label {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  padding: 4px 6px;
  color: #ffffff;
  background: #c30d23;
  margin-bottom: 10px;
}

#single .category-wrap span.date{
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}



.ttl-style01 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 25px;
  color: #333333;
}

@media only screen and (max-width: 767px) {
  .ttl-style01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.ttl-style01 span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

.ttl-style02 {
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}

.ttl-style02 span {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}

.ttl-style03 {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #4e311e;
    padding-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .ttl-style03 {
      font-size: 18px;
      font-size: 1.8rem;
      display: block;
    }
}

.ttl-style03 span {
    display: inline-block;
    font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    .ttl-style03 span {
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.ttl-style04 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  margin-bottom: 5px;
}

.ttl-style04 span {
  color: #333333;
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  font-size: 1.2rem;
}



#article .article-inner .article-content {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 2;
    margin-bottom: 15px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e6e1df;
}

#article .article-inner .article-content p {
    margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  #article .article-inner .article-content {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-bottom: 30px;
  }
  #article .article-inner .article-content p {
    margin-bottom: 20px;
  }
}

#article .postNavi{
    margin: 0 0 50px;
}

#article .postNavi span.prev{
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    float: left;
    margin-right: 20px;
}

#article .postNavi span.next{
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    float: right;
}

#article .article-inner h2 {
    font-weight: bold;
    font-size: 26px;
    font-size: 2.6rem;
    border-left: 4px solid #c30d23;
    padding: 3px 10px;
    margin-bottom: 30px;
    margin-top: 60px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
    margin-top: 40px;
  }
}

#article .article-inner h3 {
    color: #c30d23;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

#article .article-inner h4 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
  #article .article-inner h4 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}



/* ====================================================
2Column
==================================================== */

.main-wrap-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    max-width: 1240px;
    padding: 0 20px;
    margin: 100px auto 0;
}

@media only screen and (max-width: 768px) {
  .main-wrap-inner {
      display: block;
      margin: 50px auto 0;
  }
}

#main {
  width: calc(100% - 25%);
}

@media only screen and (max-width: 768px) {
  #main {
    width: 100%;
  }
}


/* ====================================================
sidebar
==================================================== */

#sidebar {
  margin-left: 70px;
  width: 25%;
}

@media only screen and (max-width: 768px) {
  #sidebar {
    width: 100%;
    margin-left: 0;
  }
}

#sidebar .listCategory {
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    #sidebar .listCategory {
        margin-bottom: 40px;
    }
}

#sidebar .listCategory li {
  border-top: 0px solid #cccccc;
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  padding-left: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

#sidebar .listCategory li:last-child {
  border-bottom: 0px solid #cccccc;
}

#sidebar .listCategory li:hover {
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#sidebar .listCategory li:hover a {
  opacity: 1;
}

#sidebar .listCategory li a {
  padding: 10px 15px 10px 5px;
  display: block;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 768px) {
    #sidebar .listCategory li a {
        padding: 8px 15px 8px 5px;
        font-size: 16px;
        font-size: 1.6rem;
    }
}

#sidebar .listCategory li a:after {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 22px;
  font-size: 2.2rem;
}



/*# sourceMappingURL=maps/styles.css.map */