@charset "UTF-8";

/*------------------------------------------------------------wrapper*/
#wrapper {
	width: 320px;
  height: 100%;
	margin: 0 auto;
  position: relative;
}
/*------------------------------------------------------------Header*/
/*Header*/
header {
  height: 98px;
	background: #FFF;
}
#header {
  border-top: 5px solid #303030;
  position: relative;
}
#header_tx {
	font-size: 10px;
	color: #acb56d;
	padding: 6px 0 8px 10px;
}
#header_fixed {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  background: #fff;
  box-sizing: border-box;
}
#header_logo {
  padding: 20px 0 0 10px;
}
.header_right {
	display: flex;
  padding: 10px;
}
.header_right p {
	width: 40px;
	height: 40px;
	text-align: center;
}
.header_right p:not(:last-child) {
	display: block;
  margin-right: 10px;
}
/*---------HamburgerMenu Icon*/
.menu_btn {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.menu_btn:hover {
    cursor: pointer;
}
.menu_btn .hambgr {
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #303030;
  border-radius: 6px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 999;
  transform: rotate(0deg);
  transition: all 0.3s;
}
.menu_btn .hambgr:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #303030;
  border-radius: 6px;
  transform: translateY(-10px) rotate(0deg);
  transition: all 0.3s;
}
.menu_btn .hambgr:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #303030;
  border-radius: 6px;
  transform: translateY(7px) rotate(0deg);
  transition: all 0.3s;
}
.menu_btn.hbg_close .hambgr {
    background: transparent;
}
.menu_btn.hbg_close .hambgr:before {
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
}
.menu_btn.hbg_close .hambgr:after {
    -webkit-transform: translateY(-2px) rotate(45deg);
    transform: translateY(-2px) rotate(45deg);
}
/*ヘッダー固定*/
#header_fixed.fixed {
  width: 100%;
	height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  animation: mnavslide linear .3s 1;
	-webkit-animation: mnavslide linear .3s 1;
}
#header_fixed.fixed #mainnavi {
  top: 60px;
}
@keyframes mnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}
 @-webkit-keyframes mnavslide {
 0% {
top: -55px;
}
 100% {
top: 0;
}
}

/*------------------------------------------------------------MainNavi*/
nav#mainnavi {
	display:none;
  width: 100%;
	position: absolute;
	top: 82px;
	left: 0;
	background: rgba(255, 255, 255, 0.8);
	z-index: 999;
}
nav#mainnavi ul {
	padding-bottom: 8px;
}
nav#mainnavi ul li {
	font-weight: 500;
  text-align: center;
}
nav#mainnavi ul li a {
	display: block;
	text-decoration: none;
	color: #303030;
}
nav#mainnavi ul li a span {
	display: inline-block;
  padding: 15px 0;
}
nav#mainnavi ul li.active a span {
	background-image: linear-gradient(to right, #333, #333 50%, transparent 50%, transparent 100%);
  background-size: 4px 1px;
  background-position: center bottom 7px;
  background-repeat: repeat-x;
}
/*------------------------------------------------------------Side*/
.tx_color01 {
	float: left;
	margin-right: 20px;
	padding: 0 0 0 15px;
	background: url(../img/common_img/holiday_s.png) no-repeat left center;
}
.tx_color02 {
	float: left;
	padding: 0 0 0 15px;
	background: url(../img/common_img/half_s.png) no-repeat left center;
}
.tx_color03 {
	clear: both;
	padding: 0 0 0 15px;
	background: url(../img/common_img/monday_s.png) no-repeat left center;
}
/*------------------------------------------------------------Footer*/
footer {
    padding-top: 20px;
}
#footer {
    padding-bottom: 10px;
    text-align: center;
    background: url("../img/common_img/bg_img.png") center top #e7e5d7;
    & h2 {
        margin-bottom: 18px;
        & img {
            margin-top: -12px;
        }
    }
    & ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        margin-top: 18px;
    }
    & small {
        display: block;
        margin-top: 18px;
        font-size: 9px;
    }
}
/*------------------------------------------------------------Box*/
#main {
}
.container {
	margin: 0 10px;
  padding: 0 0 60px;
}
/*TextBox*/
.txbox01 {
	background: #d0deb2;
	padding: 15px;
	margin: 10px 0 30px;
	border: 1px solid #becf99;
	border-collapse: collapse;
	-webkit-border-radius: 8px;
}
.txbox02 {
  background: #e7e5d7;
	padding: 15px;
	margin: 10px 0 30px;
	border: 1px solid #bdb78e;
	border-collapse: collapse;
	-webkit-border-radius: 8px;
}
/*------------------------------------------------------------Text*/
/*PageTitle*/
#pagetitle {
  width: calc(100% - 20px);
  height: 150px;
	position: relative;
  z-index: 2;
	margin: 0 auto 12px;
}
#pagetitle h2 {
	padding: 30px 0 0 20px;
}
/*------------------------------------------------------------breadcrumbs*/
#pankuzu {
	clear: both;
	margin: 0 0 36px 10px;
}
#pankuzu ol {
	list-style: none;
}
#pankuzu ol li {
	float: left;
	line-height: 1.1;
	font-size: 12px;
	padding: 0 7px 0 10px;
	background: url(../img/common_img/icon_pankuzu.gif) no-repeat 0 50%;
}
#pankuzu ol li:first-child{
	padding: 0 7px 0 0;
	background:none;
}
/*Title*/
.title01 {
	position: relative;
	clear: both;
	margin-bottom: 24px;
	padding-top: 15px;
	line-height: 1.3;
	font-weight: 500;
	font-size:21px;
}
.title01::before {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 90px;
	height: 2px;
	content: "";
	background: url(../img/common_img/title01_bg.png) left top no-repeat;
}

.title02 {
	position: relative;
	clear: both;
	margin-bottom: 20px;
	padding-top: 15px;
	line-height: 1.3;
	font-weight: 500;
	font-size:22px;
}
.title02::before {
	position: absolute;
	top:0;
	left:0;
	display: block;
	width: 50px;
	height: 1px;
	content: "";
	background: rgba(48,48,48,0.9);
}
.title03 {
    padding: 15px 0;
    line-height: 1;
    font-weight: 500;
    font-size:16px;
}

/*TextRight*/
.tx_right {
	text-align: right;
}
/*TextLeft*/
.tx_left {
	text-align: left;
}
/*TextCenter*/
.tx_cent {
	text-align: center;
}
/*TextColor*/
.tx_red {
	color: #C00;
}
/*attention*/
.attention {
	font-size: 11px;
	line-height: 150%;
}
/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
	float: left;
}
/*FloatRight*/
.float_right {
	float: right;
}
/*------------------------------------------------------------Margin*/
/*MarginTop10px*/
.margin_t10 {
	margin-top: 10px;
}
/*MarginTop15px*/
.margin_t15 {
	margin-top: 15px;
}
/*MarginTop20px*/
.margin_t20 {
	margin-top: 20px;
}
/*MarginBottom5px*/
.margin_b05 {
	margin-bottom: 5px;
}
/*MarginBottom10px*/
.margin_b10 {
	margin-bottom: 10px;
}
/*MarginBottom15px*/
.margin_b15 {
	margin-bottom: 15px;
}
/*MarginBottom20px*/
.margin_b20 {
	margin-bottom: 20px;
}
/*MarginBottom25px*/
.margin_b25 {
	margin-bottom: 25px;
}
/*MarginBottom30px*/
.margin_b30 {
	margin-bottom: 30px;
}
/*MarginRight10px*/
.margin_r10 {
	margin-right: 10px;
}
/*MarginRight15px*/
.margin_r15 {
	margin-right: 15px;
}
/*MarginRight20px*/
.margin_r20 {
	margin-right: 20px;
}
/*MarginLeft10px*/
.margin_l10 {
	margin-left: 10px;
}
/*MarginLeft15px*/
.margin_l15 {
	margin-left: 15px;
}
/*MarginLeft20px*/
.margin_l20 {
	margin-left: 20px;
}
/*------------------------------------------------------------Padding*/
/*PaddingTop10px*/
.padding_t10 {
	padding-top: 10px;
}
/*PaddingTop20px*/
.padding_t20 {
	padding-top: 20px;
}
/*PaddingBottom10px*/
.padding_b10 {
	padding-bottom: 10px;
}
/*PaddingBottom20px*/
.padding_b20 {
	padding-bottom: 20px;
}
/*PaddingRight10px*/
.padding_r10 {
	padding-right: 10px;
}
/*PaddingRight20px*/
.padding_r20 {
	padding-right: 20px;
}
/*PaddingLeft10px*/
.padding_l10 {
	padding-left: 10px;
}
/*PaddingLeft20px*/
.padding_l20 {
	padding-left: 20px;
}
/*------------------------------------------------------------ClearFix*/
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
/*------------------------------------------------------------table*/
/* table01 */
table.table01 {
	width: 100%;
	background: #FFF;
	border: 1px solid #B4B4B4;
	border-collapse: collapse;
	-webkit-border-radius: 8px;
}
table.table01 th {
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	background: #FFF;
	border-right: 1px solid #CCC;
}
table.table01 th, table.table01 td {
	padding: 10px;
	margin-bottom: -1px;
	border-bottom: 1px solid #B4B4B4;
}
/*------------------------------------------------------------dl*/
section#dl01 div {
	background: #FFF;
	padding: 12px 0 10px;
	border-bottom: 1px solid #333;
}
section#dl01 div:first-of-type {
	border-top: 1px solid #333;
}
section#dl01 div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#dl01 img {
	margin: 10px 0 0;
}
section#dl01 .phbox {
	text-align: center;
}
/*------------------------------------------------------------other*/
/*Pagetop*/
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 10px;
  z-index: 999;
}
#pagetop img {
    width: 42px;
    height: auto;
}

figure {
  width: 100%;
  height: auto;
}