@charset "utf-8";
* { box-sizing: border-box; }
*:before, *:after { box-sizing: border-box; }
p, td, li, dd {
  background: url(../img/bg.png) repeat 0 0
}
body {
  -webkit-text-size-adjust: 100%
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
a:hover {
  visibility: visible;
}
body {
  color: #292929;
  font-family: "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  line-height: 1.2;
  font-size: 13px;
  font-weight: 500;
  position: static;
}
_:lang(x)::-ms-backdrop, body { font-family: "メイリオ", Meiryo, sans-serif; }
a {
  color: #292929;
}
img {
  vertical-align: bottom;
  border: 0;
  line-height: 1em;
  max-width: 100%;
  width: 100%;
}
a img {
  border: 0;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 1.4;
}
b {
  font-weight: bold;
}
input[type=submit] {
  border: 0;
  background: 0;
  padding: 0;
  -webkit-appearance: none;
}
input, textarea, select {
  font: inherit;
}
.wrapper {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0 auto;
}
.contents {
	padding-top: 3em;
  background: #fffef1 url(../img/bg_gold_sp.jpg) no-repeat 50% 0;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents { background: #fffef1 url(../img/bg_gold_pc.jpg) no-repeat 50% 0; }
}
.small {
  font-size: 80.5%;
}
.bold {
  font-weight: bold;
}
.small-caps {
  font-variant: small-caps;
}
.dash {
  letter-spacing: -0.2em;
}
.mark {
  padding-left: 1em;
  text-indent: -1em;
}
.req {
  color: #c10000;
}
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.bordert {
  border-top: #d6d6d5 1px solid;
}
.borderb {
  border-bottom: #d6d6d5 1px solid;
}
.borderr {
  border-right: #d6d6d5 1px solid;
}
.borderl {
  border-left: #d6d6d5 1px solid;
}
.mt1 {
  margin-top: 1em;
}
.mt15 {
  margin-top: 1.5em;
}
.mb0 {
  margin-bottom: 0px!important;
}
.mb2 {
  margin-bottom: 2em;
}
.pt10 {
  padding-top: 10px;
}
.pd10 {
  padding-bottom: 10px;
}
.pr2 {
  padding-right: 2em;
}
.pl2 {
  padding-left: 2em;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.plink {
  margin-top: -80px;
  padding-top: 80px;
}
.table {
  display: flex;
  justify-content: center;
  padding: 15px;
}
.table dl {
  width: 100%;
}

.table dt,
.table dd {
  padding: 10px;
}

.table dt:not(:last-of-type),
.table dd:not(:last-of-type) {
  border-bottom: 1px solid #ddd;
}

#header {
  position: fixed;
  width: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #272725;
  z-index: 100;
}

#header h1 { text-align: center; }

#header h1 a {
  display: inline-block;  
  padding: 2% 0;
}

#header h1 a img { width: 80px; }

.pc_header { display: none; }

#nav_btn {
  position: absolute;
  top: 20%;
  right: 0;
  padding: 10px;
  width: 18px;
  height: 16px;
  transition: left 1s;
  cursor: pointer;
  box-sizing: content-box;
}
/*#nav_btn.close {
  left: 0;
  padding: 3.7% 3.125%;
  margin: 0;
}*/
.hamburger-bar {
  position: absolute;
  left: 50%;
  margin-left: -9px;
  top: 50%;
  display: block;
  height: 2px;
  background-color: #dec8ad;
  width: 18px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: top 1s, transform 1s, opacity .4s, color .3s, background-color .3s;
  transition: top 1s, transform 1s, opacity .4s, color .3s, background-color .3s;
}
.hamburger-bar:nth-child(1) {
  margin-top: -8px;
}
.hamburger-bar:nth-child(2) {
  margin-top: -1px;
  opacity: 1;
}
.hamburger-bar:nth-child(3) {
  margin-top: 6px;
}
.close .hamburger-bar:nth-child(1) {
  transform: rotate(45deg);
  margin-top: 0;
}
.close .hamburger-bar:nth-child(2) {
  opacity: 0;
}
.close .hamburger-bar:nth-child(3) {
  transform: rotate(-45deg);
  margin-top: 0;
}
.header_nav_container {
  background: rgba(0,0,0,0.6);
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: height 1s 0s;
	z-index: 1;
}
.header_nav_container.off {
  height: 0;
}
.header_nav {
  display: table;
  width: 100%;
	overflow-y: scroll;
  font-size: 0;
  padding: 10px;
  box-sizing: border-box;
}
.header_nav_item {
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding-bottom: 10px;
  padding-right: 5px;
}
.header_nav_item:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 5px;
}

@media screen and ( min-width: 1024px ) {
  #header { position: relative; }
  .header_container h1 { text-align: center; }
  #header h1 a { display: inline-block; }
  #header h1 a img { width: auto; }
  .pc_header { display: block!important; }
  .nav_item a {
    position: relative;
    display: block;
    width: 100%;
  }
  .nav_item:not(.nav_top) a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
  }
  .nav_item a:hover::after { transform: scale(1, 1); }
  .top_nav, .page_nav { z-index: 10;}
  .top_nav {
    position: fixed;
    top: 0;
    width: 100%;  
    padding: 1em 4%;
		transition: .5s;
  }
  .navigation {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .navigation li{ list-style: none; }
  .nav_item {
/*    text-indent: -9999px;*/
    display: block;
/*    background-position: 0 0;*/
    background-repeat: no-repeat;
    cursor: pointer;
/*    transition: width .5s 0s;*/
/*    height: 8px;*/
		margin: 0 10px;
		padding: 2px;
  }  
/*  .nav_top {
    height: 29px;
    width: 30px;
  }*/
/*  .top_nav .nav_top { background: url(../img/home.png) no-repeat center center / contain; }
  .top_nav .nav_suit { background: url(../img/top_suit_ttl.png) no-repeat 0 0 / cover; }
  .top_nav .nav_shirt { background: url(../img/top_shirt_ttl.png) no-repeat 0 0 / cover; }
  .top_nav .nav_tuxedo { background: url(../img/top_tuxedo_ttl.png) no-repeat 0 0 / cover; }
  .top_nav .nav_flow { background: url(../img/top_flow_ttl.png) no-repeat 0 0 / cover; }
  .top_nav .nav_concept { background: url(../img/top_concept_ttl.png) no-repeat 0 0 / cover; }
  .top_nav .nav_company { background: url(../img/top_company_ttl.png) no-repeat 0 0 / cover; }
  .top_nav .nav_contact { background: url(../img/top_contact_ttl.png) no-repeat 0 0 / cover; }*/
  
/*  .page_nav .nav_top { background: url(../img/page_home.png) no-repeat center center / contain; }
  .page_nav .nav_suit { background: url(../img/page_suit_ttl.png) no-repeat center center / contain; }
  .page_nav .nav_shirt { background: url(../img/page_shirt_ttl.png) no-repeat center center / contain; }
  .page_nav .nav_tuxedo { background: url(../img/page_tuxedo_ttl.png) no-repeat center center / contain; }
  .page_nav .nav_flow { background: url(../img/page_flow_ttl.png) no-repeat center center / contain; }
  .page_nav .nav_concept { background: url(../img/page_concept_ttl.png) no-repeat center center / contain; }
  .page_nav .nav_company { background: url(../img/page_company_ttl.png) no-repeat center center / contain; }
  .page_nav .nav_contact { background: url(../img/page_contact_ttl.png) no-repeat center center / contain; }
  
  .nav_suit,.nav_shirt,.nav_tuxedo,.nav_flow,.nav_concept,.nav_company,.nav_contact { width: 141px; }*/
  .page_nav {
    width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 4%;
    padding-left: 4%;
  }
  #nav_btn, .header_nav_container { display: none; }
  .fixed {
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #272725;
    opacity: .9;
  }
}

.footer_container {
  background: #1a1a1a;
  padding: 1em 0;
  color: #dec8ad;
}
.footer_container a {
  color: #dec8ad;
  text-decoration: none;
}
.footer_menu {
  padding-bottom: 1em;
}
.footer_nav_item {
  background: url(../img/icon_circle.png) no-repeat 0 50%;
  background-size: 5px 5px;
  padding-left: 1em;
  border-top: #5d5d5b 1px solid;
}
.footer_nav_item.home {
  border: 0;
}
.footer_nav_item a {
  color: #dec8ad;
  text-decoration: none;
  display: block;
  padding: .4em 0;
}
.footer_bnr {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 0;
}
.footer_bnr_item {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
}
.footer_bnr_item:nth-of-type(1n) {
  padding-right: 5px;
}
.footer_bnr_item:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 5px;
}
.footer_bnr_item2 {
  width: 50%;
  box-sizing: border-box;
}
.footer_address {
  font-size: 90%;
  padding-top: 1em;
  padding-bottom: 1em;
}
.footer_logo {
  border-top: #5d5d5b 1px solid;
  padding: 1em 0;
  text-align: center;
}
.footer_logo img { max-width: 207px; }
.footer_copy {
	width: 207px;
	margin: 0 auto;
  text-align: center;
  font-size: 90%;
}
.section_block {
  margin-top: 3em;
  margin-bottom: 3em;
}
.sub_section_outer {
  border: #c0c0c0 1px solid;
  padding: 3px;
}
.sub_section_inner {
  border: #c0c0c0 1px solid;
  padding: 10px;
}
.bold_frame_outer {
  border: #292929 3px solid;
  padding: 3px;
}
.bold_frame_inner {
  border: #292929 1px solid;
  padding: 10px;
  padding-bottom: 2em;
}
.section_header {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 0 10px;
  text-align: center;
}
.section_header::after {
  content: "";
  display: block;
  width: 70%;
  border-bottom: #c0c0c0 1px solid;
  margin: 2rem auto .5em;
}
.section_header span {
	display: inline-block;
	white-space: nowrap;
}
.sub_section_header {
  margin-bottom: 1em;
}
.sub_section_header img {
  max-height: 50px;
  width: auto;
}
.header_txt {
  font-weight: bold;
  font-size: 105%;
}

@media screen and (min-width: 768px) {
  .sub_section_header img {
    max-height: 24px;
  }
}

.btn {
  margin: 1em auto;
  max-width: 385px;
}
.anchor_block {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  box-sizing: border-box;
  display: table;
  width: 100%;
}
.anchor_item {
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  padding-right: 5px;
}
.anchor_item:nth-of-type(2n) {
  padding-right: 0;
  padding-left: 5px;
}
/* 161021追加 */
li.footer_nav_item.none_icon {
  background: none;
  padding: 3px 0 3px 1.7rem;
  box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .wrapper {
    max-width: 1080px;
  }
  .bold_frame_inner,
  .sub_section_inner {
    padding: 3em;
  }
  .footer_container {
    display: flex;
    padding: 3%;
    font-size: 12px;
  }
  .footer_menu,.footer_access,.footer_company { flex: 1; }
  .footer_menu { display: flex; }
  .footer_company {
		align-self: flex-end;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
	}
  .footer_nav_item,.footer_logo { border: none; }
  .footer_nav_item { word-break: keep-all; }
	.footer_copy { margin: inherit; }
}


/*******************************************************************************/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　▼　ここから改修部分　▼　　　　　　　　　　　　　　　　　　　*/
/*　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　*/
/*******************************************************************************/

/* ---------------共通--------------- */
.tac { text-align: center; }

.f16 { font-size: 16px; }

@media screen and ( min-width: 768px ) {
  body {
    font-size: 14px;
  }
  .f16 { font-size: 24px; }
  .mb2 { margin-bottom: 4em; }
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}