@charset "UTF-8";
/* =============================
config
===============================*/
body {
  background: #fff;
  color: #333;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* =============================
header
===============================*/
.h_logo {
  padding-top: 10px;
}
p.h_logo {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.h_logo img {
  /*width: 186px;*/
  width: 300px;
}
#header {
  padding: 15px 0 10px;
  position: fixed;
  background: #fff;
  width: 100%;
  z-index: 100;
  top: 0;
  border-bottom: solid 1px #ddd;
}
header {
  display: flex;
  background: #fff;
  margin: 0 auto;
  /*max-width: 1000px;*/
  max-width: 1100px;
  justify-content: space-between;
  align-items: center;
}
ul.que_navi {
  font-size: 0.875em;
  display: flex;
  justify-content: flex-end;
}
ul.que_navi02 {
  margin-top: 0.6em;
  font-size: 1em;
  display: flex;
  justify-content: flex-end;
}
.que_toc {
  padding-left: 1.5em;
  background: url("../img/icn_qac.png") no-repeat left center /1.2em;
  margin-right: 1.5em;
}
.que_tob {
  padding-left: 1.5em;
  background: url("../img/icn_qab.png") no-repeat left center /1.2em;

}
.que_order {
  padding-left: 1.5em;
  background: url("../img/icn_order.png") no-repeat left center /1.2em;
  margin-right: 1.5em;
}

/* gnavi
------------------------------------------------*/
nav.globalMenuPc {
  display: flex;
  margin-top: 6px;
}
ul.pc_gnavi {
  display: flex;
  align-items: center;
}
ul.pc_gnavi li {
  margin-right: 0.7em;
  padding-right: 0.7em;
  border-right: solid 1px #919191;
}
ul.pc_gnavi li:first-of-type {
  border-left: solid 1px #919191;
  padding-left: 0.7em;
}
/* func_btns------*/
.func_btns li {
  display: table;
  text-align: center;
  font-size: 93.8%;
  font-weight: bold;
}
.func_btns li.btn_shop a {
  color: #fff;
  display: block;
  background: #518AC3 url("../img/icn_shop.png") no-repeat 8px center/20px;
  padding: 1px 10px 2px 34px;
  border-radius: 3px;
}
.func_btns li.btn_catalog a {
  color: #fff;
  display: block;
  background: #12a71c url("../img/icn_catalog.png") no-repeat 8px center/20px;
  padding: 2px 19px 2px 34px;
  border-radius: 3px;
}
.globalMenuPc .pc_gnavi a {
  position: relative;
}

.globalMenuPc .pc_gnavi a::after {
  position: absolute;
  left: 0;
  bottom: -2px;
  display: block;
  content: "";
  width: 0%;
  height: 2px;
  background: #555;
  transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.globalMenuPc .pc_gnavi a:hover::after {
  width: 100%;
}
@media (max-width: 999px) {
  .h_logo img {
    width: 145px;
  }
  #header {
    padding: 10px 0 5px;
  }
  header {
    width: calc(100% - 2em);
  }
  .h_left {
    padding-right: 60px;
  }
  nav.globalMenuPc {
    margin-top: 4px;
  }
  .h_left nav {
    display: flex;
    justify-content: flex-end;
  }
}
@media (max-width: 579px) {
  header {
    display: block;
  }
  .h_logo {
    text-align: center;
  }
  .h_left {
    padding-right: 0;
  }
  .h_left nav {
    justify-content: space-around;
  }
  ul.que_navi {
    justify-content: center;
    margin-bottom: 0.5em;
  }
  ul.que_navi02 {
    justify-content: center;
    margin-top: 1em;
    margin-bottom: 1em;
  }
  /* func_btns------*/
  .func_btns {
    width: 100%;
  }
  .func_btns li {
    /*width: 70%;*/
    margin: 0 auto;
    margin-bottom: 0.5em;
  }
  .func_btns li.btn_shop a {
    color: #fff;
    display: block;
    background: #518AC3 url("../img/icn_shop.png") no-repeat 8px center/20px;
    padding: 4px 10px 4px 34px;
    border-radius: 3px;
  }
    .func_btns li.btn_catalog a {
    color: #fff;
    display: block;
    background: #12a71c url("../img/icn_catalog.png") no-repeat 8px center/20px;
    padding: 4px 19px 4px 34px;
    border-radius: 3px;
  }
}
/* gnavi sp
------------------------------------------------*/
.sp_menu {
  display: none;
}
@media (max-width: 999px) {
  .sp_menu {
    display: block;
  }
  ul.pc_gnavi {
    display: none;
  }
  .pc_only { display:none;}
}
/* =============================
top
===============================*/
.topSecA {
  margin-top: 50px;
  min-height: 395px;
  display: flex;
  justify-content: flex-end;
}
.topSecA > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2);
}
.topSecA .imgDiv {
  background: url("../../images/top_img01.jpg")no-repeat left center/cover;
  min-height: 395px;
}
.topSecB {
  margin-top: 50px;
  height: 442px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("../../images/top_img02.jpg")no-repeat center/cover;
}
.topSecC {
  max-width: 1000px;
  margin: 50px auto;
}
.topSecC > div:first-of-type ul {
  display: flex;
  justify-content: space-between;
}
.topSecC > div:first-of-type li {
  width: calc(50% - 20px);
}
.topSecC > div:first-of-type li:nth-of-type(1) {
  background: #FCEDEA;
}
.topSecC > div:first-of-type li:nth-of-type(2) {
  background: #E5F8D4;
}
.topSecC > div:first-of-type img {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.topSecC > div:first-of-type h3 {
  text-align: center;
  margin-top: 0 !important;
  background: url("../img/btn_arr1.png") no-repeat right center /42px;
  padding: 0.1em 5em 0.5em;
}

.topSecD {


  max-width: 1000px;
  margin: 50px auto;

}

.topSecD > div:first-of-type ul {
  margin-left: 20px;
    display: flex;
    justify-content: center;

}

.topSecD > div:first-of-type li {
  width: calc(40% - 20px);
}


.topSecD > div:first-of-type img {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.topSecD > div:first-of-type h3 {
  text-align: center;
  margin-top: 0 !important;
  
  padding: 0.1em 5em 0.5em;
}

.calendar {
  width: 300px;

}


@media (max-width: 999px) {
  .topSecA, .topSecC {
    margin: 50px auto 0;
    width: calc(100% - 2em);
  }
  .topSecA {
    display: block;
  }
  .topSecA > div {
    width: 100%;
  }
  .topSecA .imgDiv {
    background: url("../../images/top_img01.jpg")center top no-repeat/cover;
    min-height: 450px;
  }
  .topSecB {
    margin-top: 10px;
    height: 280px;
    padding: 0 1em;
  }

  .topSecC > div:first-of-type ul {
    display: block;
  }
  .topSecC > div:first-of-type li {
    width: 100%;
    margin-bottom: 1em;
  }
 .topSecD {
  display: flex;
  justify-content: center;
    margin: 50px auto 0;
    width: calc(100% - 2em);
  }
 .topSecD > div:first-of-type ul {
    display: block;

  }
  .topSecD > div:first-of-type li {

    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 579px) {
  .topSecC > div:first-of-type h3 {
    background: url("../img/btn_arr1.png") no-repeat right center /30px;
    padding: 0.5em 3em 1em;
  }
  .topSecD > div:first-of-type h3 {

    padding: 0.5em 3em 1em;
  }
  .topSecA > div {
    width: 100%;
    justify-content: flex-start;
  }
  .topSecA .imgDiv {
    min-height: 300px;
  }
}
/*topics
------------------------------------------------*/
.topics {
  max-width: 1000px;
  margin: 1em auto;
}
.topics h2 {
  text-align: center;
}
.topics dl {
  margin-top: 1.5em;
  border-top: solid 3px #D3D3D3;
  border-bottom: solid 3px #D3D3D3;
}
.topics div {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #D3D3D3;
  padding: 1em 0 0.6em;
}
.topics div:last-of-type {
  border-bottom: none;
}
.topics dt {
  width: 24%;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.topics dd {
  margin: 0;
  width: 76%;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}
.press:after, .shop:after, .news:after {
  display: inline-block;
  text-align: center;
  padding: 0.2em 0.5em;
  font-size: 0.750em;
  margin-left: 1.8em;
  width: 85px;
}
p.topics:after, p.workshop:after, p.phototour:after, p.gallery:after {
  margin-left: 1em !important;
}
.press:after {
  content: "PRESS";
  background: #EB8B88;
}
.shop:after {
  content: "ONLINESHOP";
  background: #A3DE6F;
}
.news:after {
  content: "NEWS";
  background: #6ED8DB;
}
@media (max-width: 999px) {
  .topics {
    margin-top: 40px;
    width: calc(100% - 2em);
  }
  .topics div {
    display: block;
  }
  .topics dt, .topics dd {
    width: 100%;
  }
  .topics:after, .workshop:after, .phototour:after, .gallery:after {
    margin-left: 1.1em;
  }
}
/* =============================
footer
===============================*/
footer {
  background: #F4F9FF;
  padding: 2em 0 0;
}
#ftSet {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#ftSet > div:first-of-type {
  width: 64%;
}
#ftSet > div:first-of-type span {
  font-size: 81.5%;
}
#ftSet > div:last-of-type {
  display: flex;
  font-size: 81.5%;
}
#ftSet > div:last-of-type ul:last-of-type {
  margin-left: 30px
}
.icn_sns {
  margin-left: 30px;
}
.icn_sns img {
  width: 55px;
}
.ft_info {
  display: flex;
  align-items: center;
}
.ft_logo {
  display: flex;
  align-items: center;
  background: url("../img/f_logo.png") no-repeat left top/98px;
  padding-left: 120px;
  min-height: 83px;
}
.icn_sns ul {
  display: flex;
  margin-left: 20px;
}
.icn_sns li {
  margin-left: 1em;
}
.icn_sns li:first-of-type {
  margin-left: 0;
}
address {
  margin-top: 2em;
  padding: 1em 0;
  color: #fff;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  font-size: 81.5%;
  background: #A0A0A0;
}
@media (max-width: 999px) {
  #ftSet {
    display: block;
    width: calc(100% - 2em);
  }
  #ftSet > div:first-of-type {
    width: 100%;
  }
  .ft_info {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
  }
  .icn_sns {
    margin-top: 1em;
    margin-left: 0;
  }
  .icn_sns img {
    width: 40px;
  }
  .ft_logo {
    background: url("../img/f_logo.png") no-repeat left top/70px;
    padding-left: 85px;
    min-height: 60px;
  }
  .ft_logo p {
    margin-top: 0.5em;
  }
  .icn_sns li {
    margin-left: 0.6em;
  }
  #ftSet > div:last-of-type {
    padding-top: 1.5em;
    border-top: solid 1px #ccc;
  }
}
@media (max-width: 579px) {
  .ft_info {
    display: block;
  }
  .icn_sns {
    display: flex;
    justify-content: center;
  }
  .icn_sns ul {
    margin-left: 0px;
  }
}
/* =============================
下層共通
===============================*/
/*.breadcrumbs
------------------------------------------------*/
.breadcrumbs {
  font-size: 75%;
  background: #F7F7F7;
  padding: 1.6em 0 0.8em;
}
.breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.breadcrumbs ul a {
  text-decoration: underline;
}
.breadcrumbs li {
  padding-left: 0.5em;
}
.breadcrumbs li:first-of-type {
  padding-left: 0;
}
.breadcrumbs li::after {
  margin-left: 0.5em;
  content: ">";
}
.breadcrumbs li:last-of-type:after {
  content: none;
  margin-left: 0;
}
@media (max-width: 999px) {
  .breadcrumbs ul {
    width: calc(100% - 2em);
  }
  .breadcrumbs {
    padding: 0.8em 0 0.8em;
  }
}
/*.pageContWrap
------------------------------------------------*/
.pageContWrap {
  margin: 0 auto 4em;
  max-width: 1000px;
}
.pageContWrap section {
  margin-top: 2em;
}
.pageContWrap a {
  text-decoration: underline;
}
.pageContWrap ul {
  list-style: disc;
  padding-left: 1.2em;
}
.pageContWrap p:first-of-type {
  margin-top: 0;
}
@media (max-width: 999px) {
  .pageContWrap {
    width: calc(100% - 2em);
  }
}
/*.pageContWrap
------------------------------------------------*/
.pagetitle {
  background: #518AC3;
  padding: 0.5em 1em;
  color: #fff;
}
/* =============================
youngerとは
===============================*/
.pagehline_img {
  display: flex;
  height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pagehline_about {
  background: url("../../images/about_img01.jpg")no-repeat center/cover;
}
.pagehline_img img {
  width: 380px;
}
.clumType_2 {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
}
.clumType_2 > div:first-of-type {
  margin-right: 1em;
}
/*店長メッセージ追加分*/
.clumType_3 {
  margin-top: 4em;
  display: flex;
  justify-content: space-between;
}
.clumType_3 > div:first-of-type {
  margin-right: 2em;
}
.clumType_3 h2 {
  border-left: solid 10px #092B90;
  margin-bottom: 1em;
  padding: 0.1em 0 0.1em 0.7em;
}


@media (max-width: 579px) {
  .pagehline_img {
    height: 250px;
  }
  .pagehline_img img {
    width: 300px;
  }
  .clumType_2 {
    display: block;
  }
  .clumType_2 img, .clumType_3 img {
    width: 100%;
  }
  .clumType_2 > div:first-of-type, .clumType_3 > div:first-of-type {
    margin-right: 0;
  }
  .clumType_3 {
    margin-top: 3em;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  
  .clumType_3 .txt_r img {
    max-width: 140px;
  }
}
/* =============================
ノーマークサッカー注文
===============================*/
.pagehline_soccer {
  background: url("../../images/nomsoccer_img01.jpg")no-repeat center/cover;
}
.clomImgSep {
  display: flex;
  justify-content: space-between;
}
.clomImgSep > div {
  width: calc(50% - 20px);
}
.clomImgSep > div img {
  width: 100%;
}
.clomImgTri {
  display: flex;
  justify-content: space-between;
}
.clomImgTri > div {
  width: calc((100% / 3) - 10px);
}
.clomImgTri > div img {
  width: 100%;
}
.pageContWrap h3 {
  padding: 0.2em 0 0.3em 0.5em;
  margin-bottom: 1em;
  border-left: solid 7px #707070;
  border-bottom: solid 1px #707070;
}
@media (max-width: 579px) {
  .clomImgSep {
    display: block !important;
  }
  .clomImgSep > div {
    width: 100% !important;
    margin-bottom: 1em;
  }
  .clomImgTri {
    display: block;
  }
  .clomImgTri > div {
    width: 100%;
    margin-bottom: 1em;
  }
}
/* =============================
ノーマークラグビー注文
===============================*/
.pagehline_rugby {
  background: url("../../images/rugby_img01.jpg")no-repeat center/cover;
}
.clomImgSep {
  display: flex;
  justify-content: space-between;
}
.clomImgSep > div {
  width: calc(50% - 20px);
}
.clomImgSep > div img {
  width: 100%;
}
/* =============================
個人情報保護方針
===============================*/
.privacy h3 {
  border-left: 0;
  padding-left: 0;
  margin-top: 2em;
}
/* =============================
TOPICS、TOPICS一覧
===============================*/
.pageSingle {}
.pageSingle p.date {
  margin-top: 0.8em;
  font-size: 0.875em;
}
.pageSingle img {
  max-width: 100%;
}
.pageContWrap section.topics h2 {
  text-align: left;
}
.page_next {
  display: flex;
  justify-content: space-between;
  border-top: dashed 1px #ccc;
  margin-top: 2em;
  padding-top: 1em;
  padding-left: 0 !important;
}
.page_next li {
  list-style-type: none;
}
.pagenav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.pagenav span, .pagenav a {
  padding: 8px 18px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.pagenav span {
  color: #010416;
  border: solid 1px #ccc;
}
.pagenav a {
  color: #010416;
  background: #ccc;
  border: solid 1px #ccc;
}
@media (max-width: 999px) {
  .pageContWrap section.topics {
    width: 100%;
  }
}
/* =============================
お問い合わせ
===============================*/
.req:after {
  white-space: nowrap;
  font-size: 75%;
  color: #fff;
  content: "必須";
  background: #D10000;
  border-radius: 3px;
  padding: 0.1em 0.8em 0.2em;
  margin-left: 0.8em;
}
.inquiry h3 > span {
  font-size: 1.25rem !important;
}
.inquiry p {
  margin-bottom: 0.1em;
}
.inquiry div.form_set {
  background: #fff;
  /*color: #010416;*/
  margin: 1.5rem 0;
  border-radius: 10px;
  padding: 10px 60px 20px;
}
.inquiry span.vertical-item {
  display: block;
}
.inquiry input[type=text], .inquiry textarea {
  font-size: 120%;
  box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.8rem;
  transition: 0.3s;
  border: 1px solid #C7C7C7;
  border-radius: 4px;
  outline: none;
}
.inquiry input[type]:focus, .inquiry textarea:focus {
  background: #EFF7FF;
  border: 1px solid #518AC3;
}
.required {
  color: #DD0000;
  font-weight: bold;
}
.inqnote {
  font-size: 87.5%;
}
.inqnote p {
  margin-top: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.inqnote p:first-of-type {
  margin-top: 1rem;
}
.form_result {
  font-style: normal;
}
.mw_wp_form_preview .form_result {
  font-style: italic !important;
  font-weight: bold;
  font-size: 1.25em;
  color: darkgreen;
}
.subumit_set {
  margin: 1rem auto;
  text-align: center;
}
.submitSet {
  display: flex;
  justify-content: space-between;
  max-width: 350px;
  margin: 1rem auto;
  text-align: center;
}
.submitSet > button, .submitSet > input {
  width: 100%;
  font-size: 120%;
  box-sizing: border-box;
  padding: 1.2rem 0.8rem;
  transition: 0.3s;
  border-radius: 6px !important;
  border: solid 1px;
}
.submitSet > button {
  margin-top: 2em;
  color: #fff;
  background: #0D549B;
}
.submitSet > input {
  color: #fff;
  background: #555;
  margin-left: 10px;
}
.submitSet > input:hover, .submitSet > button:hover {
  cursor: pointer;
  background: #6D98C3;
  color: #fff;
}
.inquiry .error {
  font-weight: bold;
  display: inline-block !important;
  color: #fff !important;
  background: #dd0000;
  padding: 0.2rem 1rem 0.2rem 1.6rem;
  border-radius: 4px;
}
@media (max-width: 999px) {
  .inquiry div.form_set {
    margin: 1.5rem 0;
    padding: 10px 15px 20px;
  }
}
input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
/*サンクス画面
------------------------------*/
.thanksSet {
  padding: 5em 0;
  text-align: center;
}
/* =============================
tableType
===============================*/
.tableType01, .tableType02, .tableType03, .tableType04 {
  width: 100%;
  margin: 2em 0 2.5em;
  border-collapse: collapse;
}
.tableType01 td, .tableType02 td, .tableType03 td, .tableType04 td {
  border: solid 1px #aaa;
  padding: 1em;
}
.tableType01 td:nth-of-type(1) {
  width: 35%;
  background: #F2F2F2;
}
.tableType01 td:nth-of-type(2) {
  width: 65%;
}
/*tableType02
------------------------------*/
.tableType02 td:nth-of-type(1) {
  width: 35%;
  background: #E9F0F7;
}
/*tableType03
------------------------------*/
.tableType03 td:nth-of-type(1) {
  width: 35%;
  background: #EDFAEF;
}
/*tableType04
------------------------------*/
.tableType04 td:nth-of-type(1) {
  font-weight: bold;
  background: #F2F2F2;
}
/* =============================
li btn
===============================*/
.btnType1 {
  display: table;
  margin: 1.5em auto;
  text-align: center;
}
.btnType1 p {
  margin-top: 0;
}
.btnType1 a {
  display: block;
  background: #C2F0F2 url("../img/btn_arr1.png") no-repeat right center/42px;
  padding: 1.5em 5em 1.0em;
  border-radius: 5px;
}
.btnType1 a:hover {
  background: #E0F7F8 url("../img/btn_arr1.png") no-repeat right center/42px;
  opacity: 1;
}
.btnType2 {
  display: table;
  width: 100%;
  margin: 1.5em auto;
  text-align: center;
}
.btnType2 a {
  display: block;
  background: #D5E8FC url("../img/btn_arr1.png") no-repeat right center/42px;
  padding: 2em 5em;
  border-radius: 5px;
}

.btnType4 {
  display: table;
  width: 100%;
  margin: 1.5em auto;
  text-align: center;
}
.btnType4 a {
  display: block;
  background: #12a71c url("../img/btn_arr1.png") no-repeat right center/42px;
  padding: 2em 5em;
  border-radius: 5px;
  color: #fff
}

.btnType5 {
  display: table;
  width: 100%;
  margin: 1.5em auto;
  text-align: center;
}
.btnType5 a {
  display: block;
  background: #b5b5b6 url("../img/btn_arr1.png") no-repeat right center/42px;
  padding: 2em 5em;
  border-radius: 5px;
  color: #fff
}

.btnType6 {
  display: table;
  width: 100%;
  margin: 1.5em auto;
  text-align: center;
}
.btnType6 a {
  display: block;
}
.btnType6 img {
    width: 100%;
}
.btnType3 {
  display: table;
  margin: 4em auto;
  text-align: center;
}
.btnType3 a {
  display: block;
  background: #E3E2E2;
  background-size: 42px;
  padding: 1.3em 6em;
  border-radius: 5px;
}
@media (max-width: 579px) {
  .btnType1 a {
    padding: 1em 3em 0.5em;
    background: #C2F0F2 url("../img/btn_arr1.png") no-repeat right center/30px;
  }
  .btnType1 a:hover {
    background: #E0F7F8 url("../img/btn_arr1.png") no-repeat right center/30px;
  }
  .btnType2 a {
    background: #D5E8FC url("../img/btn_arr1.png") no-repeat right center/30px;
    padding: 2em 5em;
  }
    .btnType4 a {
    background: #12a71c url("../img/btn_arr1.png") no-repeat right center/30px;
    padding: 2em 5em;
    color: #fff
  }
    .btnType5 a {
    background: #b5b5b6 url("../img/btn_arr1.png") no-repeat right center/30px;
    padding: 2em 5em;
    color: #fff
  }
  .btnType3 {
    margin: 2.5em auto;
  }
}
/* =============================
googlemaps
===============================*/
.googlemaps {
  margin: 2em 0 4em;
}
.googlemaps iframe {
  border: none;
  width: 100%;
  height: 500px;
}
/* =============================
aset
===============================*/
.txt_c {
  text-align: center;
}
.txt_l {
  text-align: left;
}
.txt_r {
  text-align: right !important;
}
.txt_hang1em {
  text-indent: -1em;
  margin-left: 1em;
}
.txt_hang2em {
  text-indent: -2em;
  margin-left: 2em;
}
.txt_hang3em {
  text-indent: -3em;
  margin-left: 3em;
}
.txt_dec_none {
  text-decoration: none !important;
}
.txt_size12 {
  font-size: 0.750em !important;
}
.txt_size13 {
  font-size: 0.813em !important;
}
.txt_size14 {
  font-size: 0.875em !important;
}
.txt_size18 {
  font-size: 1.125em !important;
}
.txt_size20 {
  font-size: 1.250em !important;
}
.txt_size22 {
  font-size: 1.375em !important;
}
.txt_size24 {
  font-size: 1.500em !important;
}
.txt_size26 {
  font-size: 1.625em !important;
}
.txt_size28 {
  font-size: 1.750em !important;
}
.txt_size30 {
  font-size: 1.875em !important;
}
.txt_size32 {
  font-size: 2.000em !important;
}
.lineHegiht2 {
  line-height: 2 !important;
}
.lineHegiht3 {
  line-height: 3 !important;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}
.margin_bottom0 {
  margin-bottom: 0 !important;
}
.margin_top0 {
  margin-top: 0 !important;
}
.margin_top1em {
  margin-top: 1em !important;
}
.margin_top2em {
  margin-top: 2em !important;
}
.margin_top3em {
  margin-top: 3em !important;
}
.margin_top4em {
  margin-top: 4em !important;
}
.margin_top5em {
  margin-top: 5em !important;
}
.sp_br {
  display: none;
}
@media (max-width: 579px) {
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
}
/* =============================
初期化
===============================*/
body, h1, h2, h3, h4, h5, h6, ul, ol, dl {
  margin: 0;
  padding: 0;
}
p, ul, ol, dl {
  /*font-size: 100%;*/
}
ul, ol {
  list-style-type: none;
}
@media (max-width: 999px) {
  body {
    font-size: 82.5%;
  }
}
@media (max-width: 579px) {
  h2 {
    font-size: 128%;
  }
  h3 {
    /*font-size: 100%;*/
  }
}
a {
  text-decoration: none;
  color: #414141;
}
a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  /*zoom: 1;*/
  -webkit-transition: all .1s;
  transition: all .1s;
}
/*==================================
others
==================================*/
#gotoTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 999
}
#gotoTop a {
  display: block;
  z-index: 999;
  padding: 8px 0 0 8px;
  text-decoration: none;
  text-align: center;
}
#gotoTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 1300ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*==================================
spmenu
==================================*/
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2), .hamburger.active span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #000;
  background: #C2F0F2;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
nav.globalMenuSp ul {
  background: #C2F0F2;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #000;
  padding: 1em 1em;
  text-decoration: none;
}
nav.globalMenuSp ul li a:hover {
  background: #F2EDE4;
}
nav.globalMenuSp.active {
  transform: translateX(0%);
}
nav.globalMenuSp .sub-menu li {
  border-top: 1px solid #fff;
  border-bottom: none;
}
.overflowHidden {
  overflow: hidden;
}
/*/////////////////////////////////////////*/
.bx-wrapper {
  margin: 0 !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}
.bxslider img {
  width: 100% !important;
}
#sp_slide {
  display: none;
}
@media (max-width: 579px) {
  #sp_slide {
    display: block;
  }
  #pc_slide {
    display: none;
  }
.center
  {text-align: center !important;
    }
}

/**** 表示領域が900px以上の場合に適用するスタイル ****/
@media screen and (min-width:989px) {
.smp_only { display:none;}
}

/**** 表示領域が899px以下の場合に適用するスタイル ****/
@media screen and (max-width:990px) {
.pc_only { display:none;}

}

.mtc20 {
padding: 60px !important;
margin-top: 20px !important;
text-align: center !important;
}


