/*
Theme Name: 富山国際大学野球部
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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  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;
  overflow-x: hidden;
}

* {
  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;
}

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: 767px) {
body {
	font-size: 15px;
	}
}
/* -------------------------------------------------*/
.l-header {
  background-color: #FFF;
  padding: 20px 5vw;
  position: relative;
  height: 67px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

@media print, screen and (min-width: 767px) {
  .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: 20px 3vw 10px;
  }
}

@media print, screen and (min-width: 767px) {
  .l-header {
    height: auto;
  }
}

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


@media print, screen and (min-width: 767px) {
  .l-header.is-open {
    background-color: #FFF;
  }
}

.l-header.is-close {
  background-color: #FFF;
}

.l-header .l-header-logo {
	 width: 155px;
  height: auto;
  position: relative;
  z-index: 9;
}

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

@media print, screen and (min-width: 767px) {
  .l-header .btn-menu {
    display: none;
  }
  .l-header .l-header-logo {
    width: 230px;
 }
}
@media print, screen and (min-width: 1500px) {
  .l-header .l-header-logo {
    width: 270px;
 }
}

.js-nav {
  position: relative;
}

.drawer-bg,
.drawer-bg.is-close {
  position: fixed;
  top: 67px;
  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;
	  padding:0;
	  background-color: #fff;
  }
}

.drawer-box {
  background-color: #f4f3f1;
  height: 100%;
  width: 100%;


}

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

.l-nav {
  background-color: #f4f3f1;
  margin-top: 30px;
}

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

@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-start;
  }
}

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

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

.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: 0;
	padding-left:0;
  }
  .l-nav .l-nav__item:first-child a {
	padding-left:0;
	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;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .l-nav .l-nav__item > a {
    font-size: 1.2vw;
  }
}
@media print, screen and (min-width: 1800px) {
  .l-nav .l-nav__item > a {
    font-size:2.0rem;
  }
}

.l-nav .l-nav__item .wrap-global-nav {
  background-color: #FFF;
  position: absolute;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 80px;
  padding-top: 25px;
  padding-left: 10px;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  left: -1000px;
  z-index: -9;
  width: calc(100% - 130px);
  -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;
    verflow: hidden;
    height: auto;
  }
}

.l-nav .l-nav__item.is-hit {
  background: url("img/common/bg-nav-active.png") 100% 50%/10px auto no-repeat;
}

@media print, screen and (min-width: 767px) {
  .l-nav .l-nav__item.is-hit {
    background-image: none;
  }
}

.l-nav .l-nav__item.is-hit .js-nav-open {
  color: #b3b3b3;
}

@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;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 130px;
  width: calc(100% - 130px);
}

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

.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: block;
  }
}

.ｃ-header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 350px;
  margin-left: auto;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

.ｃ-header-info .c-header-info__item.tel-contact {
  padding-right: 10px;
}

.ｃ-header-info .c-header-info__item.tel-contact img {
  width: 150px;
  height: auto;
}

.ｃ-header-info .c-header-info__item.mail-contact a {
  display: block;
  padding: 5px 13px 5px 0;
  color: #000;
  background: #ffff66;
  font-weight: bold;
  vertical-align: bottom;
}

.ｃ-header-info .c-header-info__item.mail-contact a .mail-contact__icon {
  width: 22px;
  height: auto;
  margin-right: 8px;
  padding-bottom: 3px;
}

.ｃ-header-info .c-header-info__item.mail-contact a span {
  padding: 0 25px;
  background: url("img/common/icon-arrow-right@2x.png") 96% 50%/6px 9px no-repeat #ffff66;
}

@media screen and (min-width: 1190px) {
  .l-header__right-area {
    margin-top: 0;
  }
  .l-header__right-area .ｃ-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-nav {
    padding-bottom: 8px;
  }
}

.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;
  }
}

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

@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%;
  }
}

.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%;
}

.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);
}

.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;
}
footer{
  margin-top: 40px;
}
footer .l-container{
  margin-top: -20px;
  margin-bottom: -10px;
}
.l-footer-pagelist__item.sp_none{
  display: none;
}

.sns-tw{
  width:70px;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 767px) {
  .c-footer-sitepage__list {
    display: block;
    margin-bottom: 0;
  }
  .l-footer-pagelist__item{
    display: block;
  }
  .l-footer-pagelist__item.sp_none{
    display: block;
    padding-bottom: 35px;
    margin-bottom: 15px;
  }
  .l-footer-pagelist__item ul.foot_sns{
    justify-content:center;
  }
  .l-footer-pagelist__item ul.foot_sns li{
    padding: 1em;
  }
  .sns-tw{
    margin-top: 5px;
  }
  footer{
    margin-top: 40px;
  }
}

.sec-f-contact {
  margin-top: -25px;
}

@media print, screen and (min-width: 767px) {
  .sec-f-contact {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f4f3f1;
  }
}

.sec-f-contact.l-section {
  margin-bottom: 0;
}

.l-footer-nav {
  color: #4d4d4d;
  text-align: left;
  border-bottom: 1px solid #808080;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.l-footer-nav .l-footer-nav__item {
  display: inline;
  font-size: 1.6rem;
  padding-right: 40px;
	font-weight: bold;
}

.l-footer-nav .l-footer-nav__item a {
  color: #4d4d4d;
}

.c-service-title {
  text-align: left;
  font-size: 1.6rem;
  color: #4d4d4d;
  margin-bottom: 1em;
	font-weight: bold;
}
@media print, screen and (min-width: 1025px) {
	.l-footer-nav .l-footer-nav__item {
	  padding-right: 60px;
	}
}

/**サービス*/
.s-list {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1025px) {
  .s-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.s-list dt {
  text-align: left;
  flex-basis: 210px;
  flex-shrink: 0;
  padding: 0.5em 0.5em 0.5em 0;
  font-size: 1.4rem;
  line-height: 1.5;
	font-weight: bold;
	color:#4d4d4d;
}

.s-list dd {
  flex-basis: auto;
  width: 100%;
}

.s-list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.s-list dd ul li {
  font-size: 1.3rem;
  padding: 0.5em;
  text-align: left;
  width: calc(100% / 3);
}

.s-list dd ul li.w-100 {
  width: 100%;
}

.s-list.is-last {
  margin-bottom: 0;
  padding-bottom: 1.3em;
}
.l-footer-pagelist__item {
  border-bottom: 1px solid #808080;
  text-align: center;
}

@media print, screen and (min-width: 1025px) {
  .l-footer-pagelist__item .title {
    padding: 0.5em 6em 0 0.5em;
    font-size: 1.6rem;
	  font-weight: bold;
	  color:#4d4d4d;
  }
}

.l-footer-pagelist__item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
}

.l-footer-pagelist__item ul li {
  text-align: left;
  font-size: 1.5rem;
  padding: 0.5em;
  font-weight:bold;
}

@media print, screen and (min-width: 1025px) {
  .l-footer-pagelist__item ul li {
    padding: 0.5em 1.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .l-footer-pagelist__item ul li {
    padding: 0.5em 2em;
    font-size: 1.2vw;
  }
}

.l-footer-commonpage-list {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 40px;
}

.l-footer-commonpage-list li {
  display: inline-block;
  font-size: 1.4rem;
  padding: 1em;
  width: 50%;
}

.c-text.f-contact {
  font-size: 2.0rem;
  margin-bottom: 1.5em;
  font-weight: bold;
}

.l-footer-info-bg {
/*  margin-left: 18px;
  margin-right: 18px;*/
  background-color: #f4f3f1;
  padding: 35px 20px;
  text-align: center;
}

@media print, screen and (min-width: 767px) {
  .l-footer-info-bg {
    background-color: #fff;
    margin-left: 0;
    margin-right: 0;
  }
  .l-footer-commonpage-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .l-footer-commonpage-list li {
    padding: 2em 1em 1em;
    max-width: 320px;
    }
    .l-footer-commonpage-list {
      margin-top: 5px;
      margin-bottom: 25px;
    }
}

.l-footer-info-bg .l-footer-info {
  margin-bottom: 20px;
}

@media print, screen and (min-width: 767px) {
  .l-footer-info-bg .l-footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.l-footer-info-bg .l-footer-info dt {
  width:140px;
	margin:0 auto 2em;
}

@media print, screen and (min-width: 767px) {
  .l-footer-info-bg .l-footer-info dt {
    flex-basis: 112px;
    flex-shrink: 0;
    padding-top: 0.5em;
	  margin:inherit;
  }
}

.l-footer-info-bg .l-footer-info dd {
  text-align: left;
  margin-bottom: 1.8em;
}

@media print, screen and (min-width: 767px) {
  .l-footer-info-bg .l-footer-info dd {
    flex-basis: auto;
    padding-left: 2em;
    line-height: 1.759;
    font-weight: bold;
	  font-size:1.1em;
	  margin-bottom: 0.8em;
  }
}

.l-footer-info-bg .c-btn-contact {
  width: 200px;
}
@media print, screen and (min-width: 321px) {
	.l-footer-info-bg .c-btn-contact {
	  width: 250px;
	}
}
.c-text.f-guide {
  font-size: 1.2rem;
  color: #4d4d4d;
  margin-bottom: 2em;
}
@media print, screen and (min-width: 767px) {
	.c-text.f-guide {
  font-size: 1.3rem;
  margin-bottom: 2em;
}
}

.c-copy {
  padding: 0.5em 0;
  background-color: #f2f2f2;
}

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

@media print, screen and (min-width: 767px) {
  body {
    padding-bottom: 0;
  }
  .c-copy {
    padding: 0.7em 0;
  }
}

.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: 16px;
  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 .ｃ-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;
  vertical-align: bottom;
  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: 1025px) {
  .l-container {
    /*max-width: 1025px;*/
  }
}

@media print, screen and (min-width: 1335px) {
  .l-container {
	  padding:0 6vw;
  }
  /* main .l-container {
    max-width: 1164px;
	  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-bottom:40px;
}

.c-h-lv2 {
  /*font-weight: normal;
  font-family: din-2014,sans-serif;*/
  font-size: 8vw;
  /*letter-spacing: 6px;*/
  letter-spacing: 0;
  /*font-style: italic;*/
  margin-bottom: 55px;
}

.c-h-lv2.jp{
  font-size: 6.5vw;
  letter-spacing: 0;
  margin: 40px 0 55px;
}

@media print, screen and (min-width: 767px) {
  .c-h-lv2 {
    font-size: 3.5em;
  }
	.c-h-lv2.jp {
    font-size: 2.6em;
	margin-bottom: 70px;
  }
  .l-section {
    margin-bottom: 60px;
  }
}

.c-h-lv2 .sub-txt {
  display: block;
  font-size: 0.3em;
  letter-spacing: normal;
  /*font-weight: bold;*/
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-top:-5px;
}
.c-h-lv2 .sub-txt.en {
  font-size: 0.42em;
}

.c-h-lv2 {
  position: relative;
  font-family: 'Anton', sans-serif;
}

.c-h-lv2 p.deco:before {
  content: '';
  position: absolute;
  top: -75px;
  left: 0;
  right: 0;
  width: 2px;
  height: 1.6em;
  margin: auto;
  background-color: #000;
}

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

.l-wrap-cards.w25 {
/*  padding-left: 10px;
  padding-right: 10px;*/
}

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

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

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

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


.l-wrap-cards .c-card25 {
  margin-bottom: 70px;
  width: 50%;
}

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

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

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

.c-fit-imgbox {
  /*background-color: #ddd;*/
  text-align: center;
  overflow: hidden;
}

.c-fit-imgbox .c-fit-imgbox__img {
  width: 100%;
  /*height: 130px;
  object-fit: cover;*/
  margin: auto;	
}
.c-fit-imgbox .c-fit-imgbox__img:hover {
	 transform: scale(1.1,1.1);
	}

@media print, screen and (min-width: 1025px) {
	.c-fit-imgbox {
		/*height: 180px;*/
}
  .c-fit-imgbox .c-fit-imgbox__img {
   	 /*height: 180px;*/
  }
	}

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

.c-btn-contact a {
  display: block;
  padding: 9px 13px 8px 0;
  color: #000;
  background: #ffff66;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 1.8rem;
}

.c-btn-contact a .mail-contact__icon {
  width: 25px;
  height: auto;
  margin-right: 8px;
  padding-bottom: 5px;
}

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

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

.c-btn-phone a {
  display: block;
  padding: 9px 13px 8px 0;
  color: #000;
  background: #e8ec7a;
  font-weight: bold;
  vertical-align: bottom;
  font-size: 1.8rem;
}

.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@2x.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;
}

.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;
}
.align-center{
  align-items: 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;
	}
}

/*新着情報一覧*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.overview {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.2;
  margin: 0 auto;
}
table.overview th {
  display: block;
  width: 100%;
  padding: 10px 5px 0;
  border-bottom: none;
  text-align: left;
}
table.overview td {
  display: block;
  width: 100%;
  padding: 0 5px 10px;
  border-bottom: #999 dotted 1px;
  text-align: left;
}
@media print, screen and (min-width: 767px){
  table.overview {
    width: 100%;
  }
    table.overview th {
      width: 20%;
      padding: 25px 10px;
      border-bottom: #999 solid 1.5px;
      display: table-cell;
      vertical-align: middle;
  }
    table.overview td {
      width: 80%;
      padding: 25px 10px;
      display: table-cell;
  }
  
}
/*ページネーション*/
.page {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.page .this {
  background-color: #777;
  color: #fff;
}
.page li {
  display: inline;
  padding: 8px 13px;
  border: 1px #ccc solid;
  color: #000;
  border-radius: 5px / 5px;
}
.page li:hover {
    background: #f2f2f2;
    color: #333;
}
/*topへ戻る*/
@media print, screen and (min-width: 767px) {
#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;
}
}
/*OB会*/
.ob{
  background-color: #f1ebe8;
  padding-bottom: 30px;
}
.officer table{
  width:100%;
}
.officer table td{
  border-top: #333 1px dotted;
  padding: 30px 5px;
}
.officer table td:first-of-type {
  border-right: #333 1px dotted;
}
.officer table tr:last-of-type {
  border-bottom: #333 1px dotted;
}

.ob_schedule ul li{
  text-align: left;
  border-bottom: #333 1px dotted;
  line-height: 2;
}
.ob_schedule ul li span{
  display: block;
  padding-right:30px;
}
.ob_schedule ul li a{
  display: block;
  padding: 30px 5px;
}
.ob_schedule ul li a:hover{
  background-color: #cec2c2;
}

.ob_dues{
  background-color: #fff;
  padding: 10px;
}
.ob_dues table{
  width:95%;
  margin:10px auto;
}
.ob_dues table td{
  padding:10px;
  border: 1px solid #333;
  vertical-align: middle;
}

@media print, screen and (min-width: 767px) {
  
  .ob_schedule ul li span{
    display: inline;
    padding-right:30px;
  }
  .ob_dues_nomber-title{
    font-size: 1.2em;
  }
  .ob_dues{
    padding: 15px 0;
  }
  .ob_dues table{
    width:95%;
   max-width:900px;
    margin:20px auto;
  }
  .ob_dues table td{
    padding:20px;
  }

}


/*=================================================
追加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}}
    
.mg100{margin:100px auto}



.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;
}
}


.footer-tx {
  margin: 30px;
	padding: 5px;
	border: 1px solid #000;
	font-size:1rem;
	text-align: center;
}

@media only screen and (min-width: 568px) {
	.footer-tx {
		font-size: 1.3rem;
    width: 50%;
    margin: 50px auto;
		}
  }
  
  footer .bana-title {
    padding: 7px 20px 5px;
    margin-top: 20px;
    font-size: 2.5rem;
    font-weight: bold;
    color: #fff;
    background: rgb(2,68,144);
    background: linear-gradient(90deg, rgba(2,68,144,1) 0%, rgba(11,93,166,1) 34%, rgba(8,112,179,1) 55%, rgba(0,173,221,1) 91%);
    text-align: left;
}
  /*=============================
パンくず用
===============================*/

.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;
}

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

.pankuzu-5 {
  text-align: left;
  width: 90%;
  color: #fff;
  font-size: 1.3rem;
  position: absolute;
   padding: 2vw 3vw;
   z-index: 1;
}

.pankuzu-6 {
  text-align: left;
  width: 90%;
  color: #888;
  font-size: 1.3rem;
  position: absolute;
   padding: 0 3vw;
   z-index: 1;
}

@media only screen and (min-width: 568px) {
	.pankuzu-6{
    position: absolute;
      padding: 2vw 3vw;
  }
  }


.pankuzu-7 {
  text-align: left;
  width: 90%;
  color: #888;
  font-size: 1.3rem;
  position: absolute;
    padding: 2vw 3vw;
    z-index: 1;
  }


/*=============================
404用
===============================*/

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

.error404 h1 {
  font-size: 1.5rem;
  color: #888;
  margin-bottom: 20px;
}
/*20230412追加*/
.sec-customers .ob_dues a.bt{
  background-color: #555;
  color:#fff;
  padding:12px 30px;
  text-align: center;
}
p.caption.is-s{
  position: absolute;
  top:calc(100vh - 235px);
  right:2%;
  background-color:rgba(255,255,255,0.7) ;
  font-weight:bold;
  padding:3px 12px;
  z-index:111;
  height:30px
}