/*
Theme Name: grano
Author: datasat
Description: グラーノテーマ
Version: 1.0
*/

@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

/* change colours to suit your needs */
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;
  cursor: help;
}

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

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

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #333333;
  font-weight: normal;
  line-height: 1.753;
  position: relative;
  background-color: ＃FFF;
  text-align: center;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
  padding-top:67px;
}

* {
  font-size: inherit;
  line-height: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border-style: none;
}

a,
a:active,
a:hover,
a:visited {
  color: inherit;
  text-decoration: none;
  border: none;
}

a,
a img {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

ol,
ul {
  list-style: none;
}

video {
  max-width: 100%;
}

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

a[href^="tel:"] {
  cursor: default;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}
@media print, screen and (min-width: 768px) {
body {
  font-size: 17px;
  padding-top:126px;
	}
}
@media(min-width:768px) and (max-width:1024px) {
  body{
    padding: top 149.5px;
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 1025px) {
  body {
    padding-top:109px;
    }
  }

/* -------------------------------------------------*/
header{
  position: fixed;
  z-index:11;
  top:0;
  left:0;
  width:100%;
  background-color: #e5e0db;
  filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.1));
}
.l-header {
  background-color: #e5e0db;
  padding: 10px 3vw 0;
  position: relative;
  height: 50px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

@media print, screen and (min-width: 767px) {
  header{
    background-color: #e5e0db;
  }
  .l-header {
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: center;
    /* position: relative; */
    z-index: 50;
	  padding: 0 3vw 3px;
  }
}

@media print, screen and (min-width: 767px) {
  .l-header {
    height: auto;
    background-color: #d18085;
    background-color: #FF7991;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.l-header.is-open {
  background-color: #e5e0db;
}

@media print, screen and (min-width: 767px) {
  .l-header.is-open {
    background-color: #FFF;
  }
}
@media print{
  /*printで適用する内容*/
  header{
    position: relative;
  }
}

.l-header .l-header-logo {
  width: calc(100% - 45px);
  position: relative;
  z-index: 9;
  text-align: left;
  font-size:12px;
  font-weight: normal;
}

.l-header .btn-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  color:#000;
}

@media print, screen and (min-width: 767px) {
  .l-header .btn-menu {
    display: none;
  }
  .l-header .l-header-logo {
    width: 340px;
    font-size:13px;
    color:#fff;
  }
}

.js-nav {
  position: relative;
}

.drawer-bg,
.drawer-bg.is-close {
  position: fixed;
  top: 66px;
  left: -100vw;
  z-index: 500;
  width: 100vw;
  height: 100vh;
  height: 100%;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}


.drawer-bg.is-open {
  background-color: #f4f3f1;
  left: 0;
  -webkit-overflow-scrolling: touch;
	padding:0;
}

@media print, screen and (min-width: 767px) {
  .drawer-bg,
  .drawer-bg.is-close,
  .drawer-bg.is-open{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    min-height: auto;
    height: auto;
  }
  .drawer-bg{
	  padding:0;
  }
  .drawer-bg .l-nav{
    padding:0 0 13px 3vw;
  }
}

.drawer-box {
  background-color: #e4e1dc;
  height: 100%;
  /* width: 130px; */
  width: 100%;
}

@media print, screen and (min-width: 767px) {
  .drawer-box {
    text-align: center;
    width: 100%;
  }
}

.l-nav {
  background-color: #e4e1dc;
  /* width: 130px; */
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media print, screen and (min-width: 767px) {
  .l-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items:flex-end ;
    /*position: relative;*/
    width: 100%;
    margin: auto;
    background-color: #e5e0db;
    padding-left: 0;
    padding-right: 0;
    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/
    padding-bottom: 10px;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-nav {
    padding-bottom: 1.2em;
    padding-top: 0;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-nav {
    padding: 0 0 1.0em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-end;
  }
}

.l-nav .l-nav__item {
  margin-bottom: 0;
  padding: 10px 20px;
  font-family: din-2014,sans-serif;
  font-weight: bold;
  text-align: left;
}

@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item {
    padding: 0;
    text-align: center;
    color:#000;
  }
}

.l-nav .l-nav__item:first-child {
  padding-top: 0;
}

@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item:first-child {
    padding-top:8px;
	padding-left:0;
  }
  .l-nav .l-nav__item:first-child a {
	padding-left:1vw;
  padding-right:1vw;
  }
}

.l-nav .l-nav__item span.js-nav-open {
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item span.js-nav-open {
    padding: 0.5em;
	  padding: 0.5em 0.8vw;
    font-size: 1.5rem;
    cursor: pointer;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-nav .l-nav__item span.js-nav-open {
    font-size: 1.6rem;
  }
  .l-nav .l-nav__item span.js-nav-open {
	  padding: 0.5em 0.6vw;
  }
  .l-nav .l-nav__item > a {
    font-size: 1.6rem;
  }

}
@media print, screen and (min-width: 1400px) {
	  .l-nav .l-nav__item span.js-nav-open {
		  padding: 0.5em 1.0vw;
	  }
}

@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item span.js-nav-open:hover {
    color: #333333;
    background-color: #f2f2f2;
  }
  .l-nav .l-nav__item > a {
    padding: 0.5em 2vw;
    font-size: 1.6rem;
  }
  .l-nav .l-nav__item > a:hover {
    background-color: #d5ccc2;
    transition: 0.5s;
  }
}

.l-nav .l-nav__item .wrap-global-nav {
  background-color: #FFF;
  overflow-y: scroll;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-left: 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  z-index: -9;

  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item .wrap-global-nav {
    position: absolute;
    left: 0;
    width: 100%;
    top: -1000px;
    padding: 25px 31px;
    overflow: hidden;
    height: auto;
  }
}

@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item.is-hit .js-nav-open {
    color: #333333;
    background-color: #f2f2f2;
  }
}

.l-nav .l-nav__item.is-hit .wrap-global-nav {
  display: block;
  background-color: #f4f3f1;
  
}
@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item.is-hit .wrap-global-nav {
    top: 53px;
    background-color: #f4f3f1;
    left: 0;
    width: 100%;
    height: auto;
    overflow-y: hidden;
  }
}
@media print, screen and (min-width: 1200px) {
  .l-nav .l-nav__item.is-hit .wrap-global-nav {
    top: 50px;
  }
}

.bana-recruit{
  padding:20px 15px;
}
.bana-recruit img{
  max-width:1180px;
  margin-right: auto;
  margin-left: auto;
}
.contact__item {
  display: none;
}

.l-header__txt p {
  font-size: 1.1rem;
  padding-bottom: 0.5em;
}

.l-header__right-area {
  display: none;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

@media print, screen and (min-width: 767px) {
  .l-header__right-area {
    display: flex;
    align-items: center;
  }
  .l-header__right-area p.text{
    font-size:14px;
    padding-right: 15px;
  }
  .l-header__right-area img.tell{
    width:215px;
  }
  .bana-recruit{
    padding:2vw;
  }
}

.c-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 330px;
  margin-left: auto;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}
.c-header-info .c-header-info__item.judge-contact {
  padding-right: 10px;
}

.c-header-info .c-header-info__item.judge-contact img {
  width: 150px;
  height: auto;
}
.c-header-info .c-header-info__item.tel-contact img {
  width: 220px;
  height: auto;
}
@media print, screen and (min-width: 1000px) {
  .c-header-info {
    width: 480px;;
  }
  .c-header-info .c-header-info__item.judge-contact img {
    width: 188px;
    height: auto;
  }
  .c-header-info .c-header-info__item.tel-contact img {
    width: 275px;
    height: auto;
  }
}



/* @media screen and (min-width: 1190px) {
  .l-header__right-area {
    margin-top: 0;
  }
  .l-header__right-area .c-header-info {
    display: none;
  }
  .contact__item {
    padding-top: 0;
    display: block;
    margin-left: auto;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
  }
} */

.l-g-nav .l-g-nav__item {
  font-size: 1.3rem;
  line-height: 1.3;
  /* padding: 0.8em; */
}

@media print, screen and (min-width: 767px) {
  .l-g-nav .l-g-nav__item {
    text-align: left;
    padding: 0.8em 0.1em;
  }
}

.l-g-nav .l-g-nav__item > a {
  padding-left: 0.8em;
  background: url("img/common/icon-arrow-right@2x.png") 0 50%/4px auto no-repeat;
}

@media print, screen and (min-width: 1025px) {
  .l-g-nav {
    width: 100%;
    max-width: 1116px;
    margin-left: auto;
    margin-right: auto;
  }
}

.l-global-nav {
  margin-top: 5px;
  padding-left: 1em;
}

@media print, screen and (min-width: 767px) {
  .l-global-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.l-global-nav .l-global-nav__item {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 0.5em;
}

@media print, screen and (min-width: 767px) {
  .l-global-nav .l-global-nav__item {
    text-align: left;
    width: 33.333333%;
  }
}

@media print, screen and (min-width: 1025px) {
  .l-global-nav .l-global-nav__item {
    /* width: 25%; */
    width: auto;
  }
}

.l-global-nav .l-global-nav__item a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  background: url("img/common/icon-arrow-right@2x.png") 0 50%/4px auto no-repeat;
}

.l-global-nav-low {
  margin-top: 0.2em;
  padding-left: 1em;
}

@media print, screen and (min-width: 767px) {
  .l-global-nav-low {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.l-global-nav-low .l-global-nav-low__item {
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 0.5em 0.8em;
}

@media print, screen and (min-width: 767px) {
  .l-global-nav-low .l-global-nav-low__item {
    width: 33.333333%;
  }
}

.l-global-nav-low .l-global-nav-low__item a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  background: url("img/common/icon-arrow-right@2x.png") 0 50%/4px auto no-repeat;
}

.nav-staff {
  line-height: 1.3em;
  padding: 0.8em;
}

.nav-staff a {
  padding: 0.2em 0.5em 0.2em 0.8em;
  background: url("img/common/icon-arrow-right@2x.png") 0 50%/4px auto no-repeat;
}

.js-btn-menu {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 44px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.js-btn-menu .js-btn-menu__txt {
  margin-right: 12px;
}

.js-btn-menu .menu-trigger,
.js-btn-menu .menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  box-sizing: border-box;
}

.js-btn-menu .menu-trigger {
  position: relative;
  width: 25px;
  height: 16px;
}

.js-btn-menu .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
}

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

.js-btn-menu .menu-trigger span:nth-of-type(2) {
  top: 8px;
	width:21px;
}

.js-btn-menu .menu-trigger span:nth-of-type(3) {
  bottom: 0;
  width: 20px;
	width:100%;
}

.js-btn-menu.is-active .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  width:100%;
  background-color: #000;
}

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

.js-btn-menu.is-active .menu-trigger span:nth-of-type(3) {
  width: 25px;
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  background-color: #000;
}

.js-btn-menu span.is-close {
  display: none;
}

.js-btn-menu.is-active span.is-close {
  display: block;
}

.js-btn-menu.is-active span.is-open {
  display: none;
}

.c-copy {
  padding: 1.5em 0;
}

.c-copy small {
  font-size: 1.1rem;
}

.l-bottom-contact-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 105;
  display: none;
}

.l-bottom-contact-btn .c-btn-contact a {
  font-size: 1.1rem;
}

@media print, screen and (min-width: 320px) {
  .l-bottom-contact-btn .c-btn-contact a {
    padding: 16px 3px 15px 0;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 500px) {
  .l-bottom-contact-btn .c-btn-contact a {
    font-size: 1.6rem;
  }
}

.l-bottom-contact-btn .c-btn-contact a .mail-contact__icon {
  width: 24px;
  height: auto;
}

@media print, screen and (min-width: 500px) {
  .l-bottom-contact-btn .c-btn-contact a .mail-contact__icon {
    width: 24px;
  }
}

.l-bottom-contact-btn .c-btn-phone a {
  font-size: 1.1rem;
}

@media print, screen and (min-width: 320px) {
  .l-bottom-contact-btn .c-btn-phone a {
    padding: 16px 3px 15px 0;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 500px) {
  .l-bottom-contact-btn .c-btn-phone a {
    font-size: 1.6rem;
  }
}

.l-bottom-contact-btn .c-btn-phone a .phone-contact__icon {
  width: 16px;
}

@media print, screen and (min-width: 500px) {
  .l-bottom-contact-btn .c-btn-phone a .phone-contact__icon {
    width: 24px;
  }
}

.l-bottom-contact-btn.is-disp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 767px) {
  .l-bottom-contact-btn.is-disp {
    display: none;
  }
}

@media print, screen and (min-width: 767px) {
  .l-bottom-contact-btn {
    display: none;
  }
}

.l-bottom-contact-btn .l-bottom-contact-btn__item {
  width: 100%;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

@media print, screen and (min-width: 767px) {
  .modal {
    display: none;
  }
}

.modal__bg {
  background: rgba(51, 51, 51, 0.9);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 101;
  max-width: 430px;
  margin-top: -43px;
}

.modal__content .l-modal__box {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
  padding: 2.5em 1em;
}

.modal__content .l-modal__box .c-modal-info {
  color: #FFF;
  font-size: 2.1rem;
  font-weight: bold;
  display: inline-block;
  text-align: left;
}

.modal__content .l-modal__box .c-btn-modal-tel {
  margin: 40px auto 0;
}

.modal__content .l-modal__box .c-btn-modal-tel a {
  display: block;
  padding: 9px 13px 8px 0;
  color: #000;
  background: #FFF;
  font-weight: bold;
  font-size: 1.8rem;
}

.modal__content .l-modal__box .c-btn-modal-tel a .mail-contact__icon {
  width: 25px;
  height: auto;
  margin-right: 8px;
  padding-bottom: 5px;
}

.modal__content .l-modal__box .c-btn-modal-tel a span {
  padding: 0 25px;
  background: url("img/common/icon-arrow-right@2x.png") 96% 50%/6px 9px no-repeat;
}

.modal__content .c-btn-modal-close {
  padding-top: 1em;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
}

.l-container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
	padding:0 7vw;
}

@media print, screen and (min-width: 767px) {
  .l-container {
    padding:0 6vw;
  }
}


@media print, screen and (min-width: 1164px) {
  .l-container {
    max-width:1100px ;
	  padding:0;
  }
}

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -16px;
  margin-right: -16px;
  zoom: 1;
}

.l-row:after {
  content: "";
  display: block;
  clear: both;
}

.l-col {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
}

.l-section {
  margin-top: 40px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 767px) {
  .l-section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

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

@media print, screen and (min-width: 767px) {
  .l-wrap-cards.w25 {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-wrap-cards .c-card33 {
	width:100%;
}

@media print, screen and (min-width: 767px) {
  .l-wrap-cards .c-card33 {
    width: 33.333333%;
    margin-bottom: 80px;
  }
}

.l-wrap-cards .c-card33 .c-card__inner {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

@media print, screen and (min-width: 767px) {
  .l-wrap-cards .c-card33 .c-card__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-wrap-cards .c-card25 {
  width: 100%;
}
.top-example .c-card25{
  margin-bottom: 70px;
  width: 100%;
}
@media print, screen and (min-width: 767px) {
  .l-wrap-cards .c-card25 {
    width: 23.5%;
    margin:0 0.75% 20px;
  }
}

.l-wrap-cards .c-card25 .c-card__inner {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  border-bottom: 1px dotted #777;
  padding-bottom: 30px;
}

@media print, screen and (min-width: 767px) {
  .l-wrap-cards .c-card25 .c-card__inner {
    padding-left: 15px;
    padding-right: 15px;
    border-bottom:none;
  }
}
.c-fit-imgbox {
  text-align: center;
  overflow: hidden;
}

.c-fit-imgbox .c-fit-imgbox__img {
  width: 100%;
  margin: auto;	
}
.c-fit-imgbox .c-fit-imgbox__img:hover {
	 transform: scale(1.1,1.1);
	}

.c-btn-contact {
  margin: auto;
}

.c-btn-contact a {
  display: block;
  padding: 9px 13px 8px 0;
  color: #fff;
  background: #9b6062;
  font-weight: bold;
  font-size: 1.9rem;
}
.c-btn-contact a .mail-contact__icon {
  width: 25px;
  height: auto;
  margin-right: 8px;
  padding-bottom: 3px;
}
.c-btn-contact a span {
  padding: 0 20px 0 0;
  background: url("img/common/icon-arrow-right_wh.png") 96% 50%/6px 9px no-repeat;
}
.c-btn-phone {
  margin: auto;
}
.c-btn-phone a {
  display: block;
  padding: 9px 13px 8px 0;
  color: #fff;
  background: #cf8083;
  background: #FF7991;
  font-weight: bold;
  font-size: 1.9rem;
  border-right: 1px solid #fff;
}
.c-btn-phone a .phone-contact__icon {
  width: 25px;
  height: auto;
  margin-right: 8px;
  padding-bottom: 3px;
}
.c-btn-phone a span {
  padding: 0 20px;
  background: url("img/common/icon-arrow-right_wh.png") 96% 50%/6px 9px no-repeat;
}

@media print, screen and (min-width: 767px) {
  .is-s {
    display: none;
  }
}
.is-m {
  display: none;
}

@media print, screen and (min-width: 767px) {
  .is-m {
    display: block;
  }
}
.is-l {
  display: none;
}

@media print, screen and (min-width: 1164px) {
  .is-l {
    display: block;
  }
}
.is-a-disabled {
  cursor: default;
  pointer-events: none;
}
.is-hover {
  transition: .5s;
  cursor: pointer;
}
.is-hover:hover {
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  opacity: 0.6;
}
.is-relative {
  position: relative;
}
.flex{
	display: flex;
}
.flex-start{
	align-content: flex-start;
}
.flex_wrap{
	flex-wrap: wrap;
}
.flex_wrap-rev{
	flex-wrap: wrap-reverse;
}
.flex_rev{
	display: flex;
	flex-direction: row-reverse;
}
.flex-center{
	justify-content: center;
}
.space-around{
	justify-content: space-around;
}
.space-between{
	justify-content: space-between;
}
.aline-item-center{
	align-items:center;
}
.border_y{
  background: linear-gradient(transparent 50%, yellow 50%);
}
.bg_bk{
  background-color: #000;
}
.bg_green{
  background-color:#f0faf9;
}
.bg_wh{
  background-color:#fff;
}
.bg_gry{
  background-color: #f1eeec;
}
.text-left{
  text-align: left;
}
.text-right{
  text-align: right;
}
.under-line{
  text-decoration: underline;
}
.link_bt{
  display: block;
  width:75%;
  margin:30px auto;
  padding:15px 0;
  text-align: center;
}
.link_bt:hover{
  background-color: #fff;
  color:  #00ad9d;
}
.link_bt.bt_bk{
  background-color: #FFF;
  border:none;
  color: #000;
  margin-top: 0;
  font-weight: bold;
}
.font-bold{
  font-weight: bold;
}
.font-red{
  color: #ce0e2d;
  font-weight: bold;
}
.font-green{
  color: #008C80;
  font-weight: bold;
}
.text-center-pc{
  text-align: left;
}
@media print, screen and (min-width: 767px) {
  .flex-pc{
    display: flex;
  }
  .link_bt{
    margin:30px auto 0;
    max-width:260px;
  }
  .text-center-pc{
    text-align: center;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
共通ページネーション
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.wp-pagenavi{
	font-family: din-2014,sans-serif;
    font-weight: 600;
    font-size: .9375em;
    margin: 0 -.5em 15vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #464036;
    padding: .5em 1em;
    margin: 0 .5em .5em 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 1px solid #464036;
}
.wp-pagenavi span.current {
    color: #fff;
	background-color: #464036;
}
.wp-pagenavi a, .wp-pagenavi span {
    color: #464036;
    padding: .5em 1em;
    margin: 0 .5em .5em 0;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    border: 1px solid #464036;
}
.wp-pagenavi a:hover {
    color: #fff;
    background-color: #464036;
}
@media print, screen and (min-width: 959px) {
	.wp-pagenavi{
		margin: 0 -.5em 150px 0;
	}
	.wp-pagenavi.list-page{
		margin: 0 -.5em 60px 0;
	}
}
/*footer*/


  /*topへ戻る*/
  #page_top {
    width: 90px;
    height: 40px;
    position: fixed;
    right: 4px;
    bottom: 62px;
    background: rgb(123 123 123 / 50%);
    padding: 0.3rem 0.7rem 0 0.4rem;
    opacity: 0.7;
  }
  #page_top a::before {
    content: '▲ TOP';
    font-size: 0.9rem;
    color: #fff;
    position: absolute;
    top: 0.7rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 80px;
    height: 40px;
    text-decoration: none;
    border: none;
    z-index: 100010;
  }

/*コンタクトフォーム*/
/**===============　table　==================**/
.font_r{
  color: red;
}
table.rec_table th, table.rec_table td {
  display: inline-block;
  line-height: 1.6rem;
  border-bottom: none;
  vertical-align: middle;
}
table.rec_table tr {
  border-bottom: 1px dotted #000;
}
table.rec_table th {
  padding: 2rem 0;
  width: 25%;
}
table.rec_table td {
  padding: 2rem 0;
  width: 75%;
}
.m_form form {
  max-width: 700px;
  margin: auto;
}
.m_form p {
  text-align: center;
}
table.formTable th, table.formTable td {
  display: inline-block;
  vertical-align: middle;
}
table.formTable th {
  margin-right: 2rem;
  width: 30%;
  text-align: right;
  font-size: 16px;
}
table.formTable th span.font_r {
  margin-left: 4%;
}
table.formTable td {
  font-weight: normal;
  width: 60%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
table.formTable {
  width: 100%;
}
table.formTable input, table.formTable textarea {
  width: calc(100% - 1.4rem);
  font-size: 1.4rem;
  padding: 1.2rem;
  background-color: #f2f2f2;
}
.submitBtn{
  width:220px;
  background-color: #000;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.submitBtn:hover{
  background-color: #fff;
  color: #000;
  border: #000 1px solid;
}
/*ページネーション*/
.page_b .section:nth-child(even) {
  background: #fff;
}

.page_b .section:nth-child(odd) {
  background: #f2f2f2;
}

.page_b .section.m_form {
  background: #f2f2f2;
}
.page{
  display: flex;
    justify-content: center;
    margin-top: 70px;
}
.page li {
  display: inline;
  padding:8px 13px;
  border:1px #ccc solid;color:#000;
  border-radius: 5px / 5px;
  }
  .page li:hover {
    background: #f2f2f2;
    color: #333;
    }
.page .this {
  background-color:#777;color:#fff;
}
.page_b .s_04 .cpn_group {
  flex-wrap: wrap;
}



/*================================================
追加CSS　ここから
=================================================*/


/*メール確認フォーム*/

.m-w-1100{max-width:1220px;padding:0 60px;margin:auto;-webkit-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width:1200px){.m-w-1100{padding:0 30px}}@media screen and (max-width:1200px) and (max-width:640px){.m-w-1100{padding:0 15px}}
    



.p-ser-single__excellent__tit{
  font-weight:700;color:#000;
  font-size:1.5rem;
  line-height:1.8;
  text-align:center;
  margin-bottom:30px;
}

.p-ser-single__excellent__subtit{
  font-size:1.6rem;
  text-align:center;
  margin-bottom:30px;
  line-height:1.8;
}

@media screen and (max-width:640px){
  
  .p-ser-single__excellent__tit{
    font-size:1.4rem;
    line-height:1.8;
  }
}

.p-ser-single__excellent__tit span{
  font-size:1.8rem;
  letter-spacing:.1em;
}

.p-ser-single__excellent__tit img{
  width:180px;
  height:auto;
  margin-bottom:10px
}

@media screen and (max-width:640px){
  
  .p-ser-single__excellent__tit img{
    width:140px;
  }
  
  .p-ser-single__excellent__tit span{
    font-size:1.5rem;
  }
}

.contact__txt{
  font-size:1.2rem;
  line-height:2.2;
  margin:10px auto;
  text-align:center;
}

@media screen and (max-width:640px){
  .contact__txt{
    text-align:left;
  }
}

.check__inner{
  width:92%;
  max-width:900px;
  margin:60px auto 60px;
}




@media screen and (max-width:680px),screen and (max-width:737px) and (orientation:landscape){
  
  .check__inner{
    width:100%;
    margin:40px auto 40px;
    font-size: 1rem;
  }
}

.check__table{
  width:100%;
  margin-top:35px;
  border-top:1px solid #d3d4d3;
  border-left:1px solid #d3d4d3;
  border-right:1px solid #d3d4d3;
  text-align:left;
  padding-right:-20px;
}


.check__table{
  width:100%;
  margin-top:35px;
  border-top:1px solid #d3d4d3;
  border-left:1px solid #d3d4d3;
  border-right:1px solid #d3d4d3;
  text-align:left;
}

.check__table tr{
  border-bottom:1px solid #d3d4d3;
}

.check__table th{
  background-color:#f0f1f0;
}

.check__table td,.check__table th{
  padding:20px;
  vertical-align:middle;
}



.m-mt-60 {
  margin: 60px auto 60px;
}

.ta-c {
  text-align: center;
  color:#fff;
  width:50%;
}


.errorMessage{display:none;position:fixed;left:0;bottom:0;width:100%;z-index:5;padding:15px;text-align:center;font-weight:700;background-color:#fff5f5;border:3px solid #fcc;color:#e1536a}


.form__textarea{width:100%;background:#fff;border:1px solid #ccc;border-radius:11px;resize:vertical;min-height:160px;font-size:15px;letter-spacing:.05em;padding:20px 1em}.form__input,.form__textarea{-webkit-transition:all .3s ease;transition:all .3s ease}.form__input:focus,.form__textarea:focus{border-color:#242c8b;background:#fff;outline:0}


.borderRed{border:solid 1px red}


.form__checkboxWrapper{float:left}.form__checkboxWrapper+.form__checkboxWrapper{margin-left:20px}



/*ページネーション*/
.page_b .section:nth-child(even) {
  background: #fff;
}

.page_b .section:nth-child(odd) {
  background: #f2f2f2;
}

.page_b .section.m_form {
  background: #f2f2f2;
}
.page{
  display: flex;
    justify-content: center;
    margin-top: 70px;
}

 
.page .this {
  background-color:#777;color:#fff;
}
.page_b .s_04 .cpn_group {
  flex-wrap: wrap;
}


.wp-pagenavi a, .wp-pagenavi span {
  display: inline;
  border:1px #ccc solid;color:#000;
  border-radius: 5px / 5px;
  font-family:"Meiryo";
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #777;
}

.wp-pagenavi span.current:hover {
  background-color:  #f2f2f2;
  color:  #464036;
}

.wp-pagenavi a:hover {
  background: #f2f2f2;
  color:  #464036;
}
@media print, screen and (min-width: 959px) {
.wp-pagenavi{
  margin: 0 -.5em 150px 0;
}
.wp-pagenavi.list-page{
  margin: 0 -.5em 60px 0;
}
}

.news-img img {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}


.company-address li.line-btn a img {
  width: 150px;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 959px) {
  .company-address li.line-btn a img {
    margin-bottom: 10px;
  }
  }


/*=============================
パンくず用
===============================*/

.pankuzu {
  text-align: left;
  width: 90%;
  margin: -20px auto 0;
  color: #696969;
  font-size: 1.3rem;
}

.pankuzu-2 {
  text-align: left;
  width: 90%;
  margin: 20px auto;
  color: #696969;
  font-size: 1.3rem;
}

.pankuzu-3 {
  text-align: left;
  width: 90%;
  margin: 150px auto 20px;
  color: #696969;
  font-size: 1.3rem;
}


/*=============================
パンくず用
===============================*/

.error404 {
  text-align:center;
  margin:150px 0 150px 0;
}

.error404 h1 {
  font-size: 1.5rem;
  color: #888;
  margin-bottom: 20px;
}


/*=============================
ボタン用
===============================*/

a.btn-border {
  display: inline-block;
  width: 100%;
  border: 2px solid #9e2f50;
  padding: 2%;
  border-radius: 0;
  background: #fff;
  border-radius: 20px;
  font-size: 1.7rem;
  color: #9e2f50;
}

a.btn-border:hover {
  color: #fff;
  background: #9e2f50;
}


/*=============================
ページジャンプ用
===============================*/
#course, #ippin, #bento {
  padding-top:120px;
  margin-top:-100px;
  }

.mgt60 {
  margin-top: 60px;
}


/*===================================
トップページ インフォーメーション用
=====================================*/

.info-img img {
  padding: 1vw;
  background-color: #fff;
  margin: 10px;
}






