@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
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: none; 
}

@media print, screen and (min-width: 651px) {
  .tab_only {
    display: none; }

  .sp_only {
    display: none; } }
@media only screen and (max-width: 650px) {
  .pc_only {
    display: none; }

  .tab_only {
    display: none; }}

body {
	font-family: 'Noto Sans JP', '游ゴシック体', sans-serif;
	font-size: 16px;
	color: #4a200d;
	line-height: 20px;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	min-width: 1240px; 
}
@media only screen and (max-width: 1366px) {
  body {
    min-width: initial;
    min-width: auto;
    font-size: 14px;
    line-height: 18px;
    position: relative; } }

a:link {
	color: #4a200d;
	text-decoration: none; 
}

a:visited {
	color: #4a200d; 
}

a:hover {
	color: #ff3300; 
}

a:active {
	color: #ff3300; 
}

a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7; 
}

.pagetop {
    position: fixed;
    bottom: 16px;
    right: 16px;
	z-index:100;
}
 
.pagetop a {
    display: block;
    text-decoration: none;
}
 
.pagetop:hover {
    opacity: 0.85 ;
}
@media only screen and (max-width: 650px)  {
  .pagetop img {
    width: 60%;
	height: 60%;}
  .pagetop {
    position: fixed;
    bottom: 10px;
    right: 0; } }

a {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

a img {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease; 
}

#wrapper {
  overflow: hidden;
  margin: 0 auto; }

#header {
  width: 100%;
  height: 150px;
  margin: 0;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 300;
}
#header .header_inner {
  background: #4a200d;
  margin: 0 auto;
}
#header .header_inner h1{
  padding: 7px 0 0; 
  text-align: center;
}
#header .header_inner h1 img{
  width: 77px;
  height: 81px;
}
@media only screen and (max-width: 650px) {
  #header{
    height: 60px; }
  #header .header_inner {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 10px; }
  #header .header_inner h1 img{
    width: 40px;
    height: auto; } }
#header .header_inner #menu_btn {
  display: none; }
@media only screen and (max-width: 650px) {
  #header .header_inner #menu_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url("../image/index/btn_close.png") no-repeat center center;
    background-size: 100% auto; }
  #header .header_inner #menu_btn.on {
    background: url("../image/index/btn_open.png") no-repeat center center;
    background-size: 100% auto; } }
#header #nav {
  padding: 5px 0; }
@media only screen and (max-width: 650px) {
  #header #nav {
    display: none;
    width: 100%;
    padding: 0;
	background: #fff;} }
#header #nav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 1180px; }
@media only screen and (max-width: 650px) {
  #header #nav ul {
    display: block;
    width: 100%; } }
#header #nav ul li {
  line-height: 30px; }
@media only screen and (max-width: 650px) {
  #header #nav ul li {
    padding: 0; } }
#header #nav ul li a {
  display: block;
  text-align: center;
  padding: 5px 55px;
  color: #4a200d;
  text-decoration: none; }
@media only screen and (max-width: 650px) {
  #header #nav ul li a {
    display: block;
    padding: 3px 10px;
    font-weight: bold;
	color: #4a200d; } }
#header #nav ul li a:hover {
  color: #4a200d; }
@media only screen and (max-width: 650px) {
  #header #nav ul li a:hover {
	color: #4a200d; } }

#footer { 
	width: 100%;
	margin: 0 auto;
	background: #4a200d; }
#footer .footer_inner {
	padding: 20px 0; }
#footer .footer_inner h2 {
	padding: 0; 
	text-align: center; }
#footer .footer_inner h2 img {
	width: 153px;
	height: 153px; }
@media screen and (min-width:651px) and (max-width:1024px) {
  #footer .footer_inner h2 img {
		width: 13vw;
		height: 13vh; } }
@media only screen and (max-width: 650px) {
  #footer .footer_inner {
		padding: 5px 0; }
  #footer .footer_inner h2 img {
		width: 18vw;
		height: 18vh; } }
#footer .copyright p {
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 7px 0; 
}
@media only screen and (max-width: 650px) {
  #footer .copyright p {
		font-size: 13px; 
} }


