@charset "UTF-8";

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, section, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, article, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
section, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, article {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-feature-settings: "palt"1;
    font-feature-settings: "palt"1;
    font-family: ヒラギノ角ゴ W3 JIS2004;
    line-height: 1.7;
    font-size: 17px;
    color: #000;
    background: url("/img/back.png") no-repeat top center;
    background-size: contain;
}
a {
  text-decoration: none;
  color: #333;
  transition: color .3s ease-in-out;
}
a img {
  transition: all .3s ease-in-out;
}
a a:visited {
  color: #333;
}
a:hover {
  opacity: 0.7;;
}
.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto -7em;
    padding-bottom: 3em;
}

img {
  max-width: 100%;
  height: auto
}
.pc_none{
    display: block;
}
.sp_none{
	display: none;
}
main {
  padding: 0;
}
em, strong {
  font-weight: bold;
}
.nowrap {
  white-space: nowrap !important
}
header{
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	align-items: center;
	position: sticky;
    top: 0;
    left: 0;
	z-index: 100;
}
header .inner{
    width: 100%;
    max-width: 1200px;
	height: 70px;
    display: flex;
    align-items: center;
    padding: 5px 1em;
    z-index: 100;
}
#global-nav-sp{
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #41392A;
    transition: all .5s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
    font-size: 20px;
    color: #fff;
}
#topbtn{
    color: #673A00;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    font-family: ぽっくる;
}
.toggle {
    transform: translateY( 0 )!important;
    opacity: 1!important;
}
header#top-head {
    width: 100%;
    height: 70px;
    z-index: 998;
    position: fixed;
}
#head-logo{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
h1.logo {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
}
h1.logo img {
    width: 170px;
    display: block;
    margin-right: 1em;
}
h1.logo span {
    font-size: 11px;
    color: #673A00;
}
h1.logo.sp_none{
    display: none;
}
#global-nav-pc{
    display: none;
}
#hamburger {
    position: absolute;
    display: block;
    width: 30px;
    height: 20px;
    right: 1em;
    top: 20px;
    cursor: pointer;
}
#hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    transform: translateY(-50%);
}
#hamburger::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
#hamburger::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}
#global-nav-sp{
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #41392A;
    transition: all .5s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
    font-size: 20px;
    color: #fff;
}
#global-nav-sp ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
#global-nav-sp li {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
}
#global-nav-sp li a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
    color: #fff;
    letter-spacing: .6px;
    width: 100%;
    text-align: center;
    line-height: 1.2;
}
#global-nav-sp li span {
    font-size: 12px;
}
#global-nav-sp li img {
    width: 50%;
    max-width: 350px;
    min-width: 240px;
    display: block;
    margin: 0 auto 5px;
}
.toggle {
    transform: translateY( 0 )!important;
    opacity: 1!important;
}
#global-nav-sp .close {
    position: relative;
    padding: 0;
    font-size: 33px;
    line-height: 1em;
}
.closeBtn {
    position: absolute;
    right: 20px;
    top: 16px;
    padding-left: 3px;
    cursor: pointer;
}
.fix-header {
	background-color:#fff;
	line-height: 75px;
	top: -75px;
	left: 0;
	width: 100%;
    height: 75px;
	margin: 0 auto;
	color: #fff;
	position: fixed;
	opacity:0;
}
footer {
    width: 100%;
    padding: 85px 0 0;
    margin: 0 auto 75px;
    display: block;
}

footer .inner{
    font-size: 13px;
    width: 94%;
    max-width: 1100px;
    margin: 76px auto 0;
    padding: 1em 0 0;
    border-top: solid 1px #AFAFAF;
    position: relative;
}
footer .inner img:nth-child(1){
    width: 30%;
    bottom: 10px;
    position: absolute;
    right: -10px;
}
footer .inner img:nth-child(2){
    width: 65px;
    top: -50px;
    position: absolute;
    left: 0;
}
footer .inner ul{
    display: none;
}
footer .inner p{
    text-align: center;
    font-size: 13px;
}


/** content **/

.inner{
    width: 90%;
    margin: auto;
}
.inner p{
    font-size: 16px
}
h2.title-h2{
    color: #673A00;
    font-size: 24px;
    font-family: ぽっくる;
    text-align: center;
    margin-bottom: 1em;
}
h2.title-h2::after{
    content: url("/img/img_tsujineko.svg");
    display: block;
    width: 75px;
    padding-top: 1em;
    margin: auto;
}
h2.title-h2 span::before{
    content: url("/img/img_nikukyu.svg");
    display: inline-block;
    width: 1em;
    padding-right: 1em;
}



@media screen and (min-width: 601px) {
}



@media print, screen and (min-width: 751px){
body {
  line-height: 1.8;
    background: url("/img/back.png") no-repeat top -130px center;
    background-size: contain;
}
a[href^="tel:"]{
    pointer-events: none;
  }
.pc_none{
	display: none;
}
.sp_none{
	display: block;
}
.hamburger {
	display: none;
}
.fix-header {
	display: none;
}
div#hamburger{
    display: none;
}
.closeBtn{
    display: none;
}
#global-nav-sp{
    display: none;
}

#global-nav {
	background-color: transparent;
    transition: none;
    position: static;
    height: auto;
    overflow-y: visible;
    width: 70%;
}
header#top-head {
    width: 100%;
    height: auto;
    z-index: 998;
    position: static;
}
#top-head .inner {
    height: auto;
    padding: 4em 0 3em;
    flex-wrap: wrap;
    justify-content: center;
}
#head-logo{
    width: auto;
    margin-bottom: 2em;
}
h1.logo {
    width: auto;
    align-items: flex-end;
}
h1.logo img {
    width: 100%;
}
h1.logo span {
    font-size: 15px;
    margin: 0 0 7px 2em;
    line-height: 1.5;
    font-family: ヒラギノ角ゴ W4 JIS2004;
}
#global-nav-pc {
    z-index: 1;
    width: 100%;
    display: block;
    transform: initial;
    font-size: 18px;
    transition: all .3s ease-in-out;
}
#global-nav-pc ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}
#global-nav-pc li a {
    padding: 0;
    margin: 0 2em;
    color: #000;
    transition: all .3s ease-in-out;
}
#global-nav-pc li a:hover {
    text-decoration: underline;
}
#global-nav-pc li+li {
    border-left: solid 1px #000;
    line-height: 1em;
}
.wrap {
    margin: 0 auto -45px;
}
footer {
  margin: 0 auto 75px;
}
footer.under {
  margin: 0 auto 75px;
}
footer .inner{
    font-size: 17px;
    margin: 76px auto 0;
    padding: 25px 0 0;
}
footer .inner ul{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin-bottom: 2em;
}
footer .inner ul li{
    padding: 0 1.5em;
    font-size: 15px;
    line-height: 1em;
}
footer .inner ul li+li{
    border-left: solid 1px #000;
}
footer .inner ul li a{
    text-decoration: none;
    transition: all .3s ease-in-out;
}
footer .inner ul li a:hover{
    text-decoration: underline;
    opacity: 1;
}
footer .inner img:nth-child(1){
    bottom: 85px;
}
footer .inner img:nth-child(2){
    width: 100px;
    top: -76px;;
}
    
    
/** content **/
.inner p{
    font-size: 17px
}
h2.title-h2{
    font-size: 33px;
}
}
