@charset "UTF-8";
/*(c)*/
/*色設定*/
/*フォントサイズ設定*/
a:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.PC {
  display: block; }

.SP {
  display: none; }

.PC50 {
  width: 50%; }

.PC33 {
  width: 33.333%; }

.PC16 {
  width: 16.666%; }

.PC12 {
  width: 12.5%; }

/*横幅*/
@media screen and (max-width: 1080px) {
  li.home {
    display: none; } }
body {
  background-size: auto auto;
  background-color: white;
  /*background-image: repeating-linear-gradient(90deg, transparent, transparent 119px, rgba(0, 0, 0, 0.03) 119px, rgba(0, 0, 0, 0.03) 120px); */
  }

body {
  transform: rotate(0.001deg);
  -moz-transform: rotate(0.001deg); }

img {
  max-width: 100%; }

h1 {
	/*font-family: "HG行書体", monospace;
	font-weight:100;
  position: absolute;
  font-size: 22px;
  opacity: 1;
  top: 20px;
  left: 3%;
  margin-right: 500px;
  transform: rotate(0.001deg);
  text-align: left;*/}

#Hd {
  text-align: left;
  margin: 0 auto;
  height: 150px;
  position: relative; }
  #Hd div.logo, #Hd address {
    position: absolute; }
  #Hd div.logo {
    top: 20px;
    left: 3%; }
    #Hd div.logo img {
      height: 100px; }
	  
	  @media screen and (max-width: 768px) {
		  #Hd div.logo {
    top: 20px;
    left: 3%; }
	
    #Hd div.logo img {
      height: 50px; } }
		  
  #Hd nav {
    padding-top: 100px;
    position: relative; }
  #Hd address {
    right: 3%;
    top: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #000;
    padding: 6px 20px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    transform: rotate(0.001deg); }
    #Hd address > div {
      margin-right: 15px; }
      #Hd address > div a {
        display: inline-block;
        color: #A37E38;
        font-family: 'Oswald';
        font-size: 32px;
        /*font-weight:600;*/
        letter-spacing: -1px; }
        #Hd address > div a::before {
          font-family: 'Icons';
          content: 't';
          font-size: 21px;
          vertical-align: 2px;
          font-weight: normal;
          display: inline-block;
          padding-right: 2px; }
    #Hd address > p {
		font-family: serif;
      font-size: 13px;
      line-height: 15px;
      margin-top: 2px; }
  #Hd nav > ul {
    float: right;
    margin-right: 3%; }
    #Hd nav > ul > li {
		font-family: "HG行書体", monospace;
      float: left;
      font-size: 15px;
      margin-left: 45px;
      font-weight: 600;
      text-align: center;
      height: 50px;}
	  
	   #Hd nav > ul > li a:hover{
		   color: #A37E38;
	   }
	  
      #Hd nav > ul > li span {
        display: block;
        transform: rotate(0.001deg); }
      #Hd nav > ul > li.page_item_has_children > a::after {
        content: '>';
        transform: rotate(90deg);
        display: inline-block;
        font-size: 10px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        color: #ff9932; }
      #Hd nav > ul > li.page_item_has_children:hover > a::after {
        transform: rotate(-90deg); }
      #Hd nav > ul > li div {
        text-align: left;
        position: absolute;
        z-index: 10;
        width: 100%;
        top: 150px;
        left: 0px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        height: 0px;
        overflow: hidden;
        text-align: center; }
        #Hd nav > ul > li div ul {
          margin: 0 auto;
          display: block;
          text-align: center;
          padding: 30px 0;
          background: #ff9932; }
          #Hd nav > ul > li div ul li {
            display: inline-block;
            margin: 0 1%;
            line-height: 20px;
            color: #fff;
            font-size: 16px;
            transform: rotate(0.001deg); }
      #Hd nav > ul > li:hover div {
        opacity: 1;
        height: 80px;
        padding-bottom: 60px;
        box-sizing: content-box; }
  #Hd div.-sp div.logo {
    display: none; }
  #Hd div.-sp div.lead {
    display: none; }
	
	.splogo{
    display: none; }

#Ft {
  height: 300px;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto; }
  #Ft nav {
    text-align: center;
    padding: 30px 0; }
  #Ft nav > ul {
	  font-family: "HG行書体", monospace;
	  font-weight:bold;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    #Ft nav > ul > li {
      margin-right: 3rem; }
      #Ft nav > ul > li.g1 {
        min-width: 27%;
        margin-right: 0px; }
        #Ft nav > ul > li.g1 ul li {
          min-width: 8em; }
      #Ft nav > ul > li.g2 {
        margin-right: 0px; }
        #Ft nav > ul > li.g2 ul li {
          min-width: 10em; }
      #Ft nav > ul > li span {
        display: block;
        white-space: nowrap; }
      #Ft nav > ul > li ul {
        clear: both;
        padding: 15px; }
        #Ft nav > ul > li ul li {
          float: left;
          font-size: 13px;
          margin: 3px 0; }
          #Ft nav > ul > li ul li::before {
            content: '・'; }
      #Ft nav > ul > li a {
		  
        display: inline-block;
        transform: rotate(0.001deg); }
		#Ft nav > ul > li a:hover {
			color: #A37E38;
			
		}
    #Ft nav > ul li.hd {
      display: none; }
  #Ft p.cr {
	  font-family: serif;
    clear: both;
    border-top: 1px solid black;
    padding: 15px 0;
    font-family: 'Oswald';
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 100;
	color:#333333; }
