@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 -130px center;
    background-size: cover;
}
a {
  color: #000;
    text-decoration: none;
  transition: color .3s ease-in-out;
}
a img {
  transition: all .3s ease-in-out;
}
a a:visited {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
/*.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 5% auto 0;
    background: url(/img/img_tsujineko_back.svg) no-repeat bottom -30px right -3%;
    background-size: 35% 260px;
}*/

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 50px 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;
}
#topbtn{
    color: #673A00;
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    font-family: ぽっくる;
    z-index: 5;
}
/*footer {
    width: 94%;
    max-width: 1100px;
  padding: 0;
  margin: 0 auto 75px;
  display: block;
}
footer .inner{
    font-size: 17px;
    width: 100%;
    margin: 76px auto 0;
    padding: 1em 0 0;
    border-top: solid 1px #AFAFAF;
    position: relative;
}
footer .inner img{
    width: 65px;
    position: absolute;
    left: 0;
    top: -50px;;
}
footer .inner ul{
    display: none;
}

footer .inner p{
    text-align: center;
    font-size: 13px;
}*/

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


.top_main{
    width: 94%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_left{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main_left h1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 18px;
    font-family: ヒラギノ角ゴ W4 JIS2004;
    color: #673A00;
    margin: 0 auto 3em;
}
.main_left h1 img{
    width: 70%;
    min-width: 250px;
    max-width: 405px;
    margin: 0 auto 0.5em;
}
.main_left h1 span{
    width: 100%;
    text-align: center;
    font-size: 15px;
    margin: 0;
    line-height: 1.5em;
}
.main_left h1 br{
    display: none;
}
.main_left ul{
    display: flex;
    flex-wrap: wrap;
}
.main_left ul li{
    width: 100%;
    font-size: 22px;
    margin-bottom: 1.5em;
    text-align: center;
    font-family: ぽっくる;
}
.main_left ul li a{
    color: #673A00;
}
.main_left ul li::before{
    content: url("/img/img_nikukyu.svg");
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: 0.5em;
    transition: all .3s ease-in-out;
}
.main_left ul li:hover::before{
    opacity: 0.7;
}
.main_right{
    width: 340px;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 100;
}
.fb-page,
.fb-page span,
.facebook_wrap iframe{
  width: 100% !important;
  height: 450px !important;
}



@media print, screen and (min-width: 750px){
.pc_none{
	display: none;
}
.sp_none{
	display: block;
}
/*.wrap {
    margin: 100px auto 0;
    background: url("/img/img_tsujineko_back.svg") no-repeat bottom 60px right -3%;
    background-size: 25% 260px;
}
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 {
    margin: 0 auto 1em;
}
footer .inner {
    font-size: 13px;
    margin: 50px auto 0;
    padding: 1em 0 0;
}
footer .inner img {
    width: 65px;
    top: -50px;
}
    
.wrap {
    margin: 10% auto 0;
    background: url(/img/img_tsujineko_back.svg) no-repeat bottom 8% right -3%;
    background-size: 25%;
}*/
    
.wrap {
    margin: 100px 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: 45px;
}
footer .inner img:nth-child(2){
    width: 100px;
    top: -76px;;
}
    
    
.top_main{
    flex-wrap: nowrap;
}
.main_left {
    max-width: calc(100% - 320px);
    width: 65%;
}

.main_left h1{
    flex-wrap: nowrap;
    margin: 0 auto 67px;
    justify-content: center;
}
.main_left h1 br{
    display: block;
}
.main_left h1 img {
    width: 45%;
    margin: 0 1em 1em 0;
}
.main_left h1 span {
    width: 10em;
    line-height: 1.5em;
    margin-bottom: 25px;
    text-align: left;
}
.main_left ul li {
    width: 50%;
    font-size: 25px;
    margin-bottom: 50px;
}

.main_right{
    max-width: 320px;
    width: 35%;
    margin: 0;
}
.fb_iframe_widget {
    margin-top: 20px;
}
}
