/*
Theme Name: INUpress
Description: inu design
Author: inu design
Version: 1.1

サイト基本色:#777777
*/


/*------------------------------------------

	サイト内汎用

------------------------------------------*/
body {
	color: #202124;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

a {
	color: #202124;
}

main { margin-top:50px; }

.nolink {pointer-events: none}

.inr {
	width: 100%;
	max-width: 1030px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.bdr-box {
    position: relative;
    border: #40a632 2px solid;
    border-radius: 3px;
    padding: 20px 0.8em;
}
.bdr-box::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: #40a632 transparent transparent transparent;
    position: absolute;
    bottom: calc(100% - 10px);
    left: 50%;
    transform: translateX(-50%);
}

dl.table {
	width: 100%;
}
dl.table dt,dl dd {
	padding: 10px;
}
dl.table dt {
	width: 185px;
	font-weight: 600;
	background-color: #eda700;
	color: #fff;
	border-top: #a25f00 1px solid;
	border-right: #a25f00 1px solid;
	border-left: #a25f00 1px solid;
}
dl.table:last-of-type dt {
	border-bottom: #a25f00 1px solid;
}
dl.table dd {
	width: calc(100% - 185px);
	border-top: #dedede 1px solid;
	border-right: #dedede 1px solid;
}
dl.table:last-of-type dd {
	border-bottom: #dedede 1px solid;
}

ul.dot li {
    list-style-type: disc;
    margin-left: 1em;
    margin-bottom: 10px;
}
ol.num li {
	list-style-type: decimal;
	margin-left: 1em;
	margin-bottom: 10px;
}

.hx-type1 {
	font-size: 2.3rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    border-top: #5da443 5px solid;
    border-bottom: #b2ea9e 5px solid;
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}
.hx-type1::before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #5da443;
	border-radius: 100px;
	position: absolute;
	top: 22px;
	left: 10px;
}

.hx-type2 {
	font-size: 2.0rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transform: rotate(.03deg);
    background-color: #d8ffca;
    border-top: #5da443 3px solid;
    border-bottom: #b2ea9e 2px solid;
    padding: 3px 0;
    padding-left: 25px;
    position: relative;
}
.hx-type2::before {
	content: "";
	width: 6px;
	height: 12px;
	background-color: #eda700;
	position: absolute;
	top: 13px;
	left: 0;
}

.btn a {
    height: 50px;
    font-size: 1.6rem;
    display: inline-block;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #5da443;
    position: relative;
    padding-top: 0.7em;
    box-shadow: 1px 1px 0px 0px rgba(0,0,0,.1);
    cursor: pointer;
    padding-right: 1.7em;
    padding-left: 1.7em;
}
.btn a::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: #fff 1px solid;
    border-right: #fff 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
/*PC*/
@media screen and (min-width: 801px) {
	.main-area-box {
		width: calc(100% - 300px);
	}

	.column-box {
		padding-right: 15px;
		padding-left: 15px;
	}

	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
	.main-area-box {
		width: 100%;
	}

	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}

	.hx-type1 {
		font-size: 2.0rem;
	    border-top: #5da443 3px solid;
	    border-bottom: #b2ea9e 3px solid;
	    padding: 6px 0;
	    padding-left: 20px;
	    position: relative;
	}
	.hx-type1::before {
	    width: 9px;
	    height: 9px;
	    top: 18px;
	    left: 5px;
	}

	.hx-type2 {
		font-size: 1.8rem;
	    border-top: #5da443 2px solid;
	    border-bottom: #b2ea9e 1px solid;
	    padding: 3px 0;
	    padding-left: 25px;
	    position: relative;
	}
	.hx-type2::before {
		content: "";
		width: 6px;
		height: 12px;
		background-color: #eda700;
		position: absolute;
		top: 13px;
		left: 0;
	}

	dl.table dt {
		width: 100%;
		border-bottom: #a25f00 1px solid;
		padding: 3px 10px;
	}

	dl.table dd {
		width: 100%;
		border-left: #dedede 1px solid;
	}
}/*END*/


/*------------------------------------------

	ヘッダー

------------------------------------------*/
#site-header {
	width: 100%;
	top: -30%;
	left: 0;
	transition: .6s;
	background-color: #5da443;
	padding: 10px 0;
	box-shadow: 0 0 3px 3px rgba(0,0,0,.3)
}

header .tel-btn {
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.2;
}
header .tel-btn a {
	color: #fff;
	position: relative;
}
header .tel-btn a::before {
    content: "";
    width: 38px;
    height: 45px;
    background-image: url(images/common/icon_tel.png);
    background-size: contain;
    position: absolute;
    top: 17px;
    left: -23px;
}
header .tel-btn .num {
	letter-spacing: -.4px;
}
header .tel-btn .sub {
	display: block;
}

header .mail-btn {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-left: 30px;
}
header .mail-btn a {
    color: #fff;
    font-weight: 500;
    display: block;
    background-color: #ff8a00;
    border: #c76c00 1px solid;
    border-radius: 100px;
    padding: 15px 35px;
    padding-left: 58px;
    position: relative;
}
header .mail-btn a::before {
    content: "";
    width: 23px;
    height: 18px;
    background-image: url(images/common/icon_mail.png);
    background-size: contain;
    position: absolute;
    top: 17px;
    left: 30px;
}

/*PC*/
@media screen and (min-width: 801px) {
	.tel-btn a {
		pointer-events: none;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
	.hed-fix #site-header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}

	header .logo {
		width: 125px;
	}
}/*END*/


/*------------------------------------------

	Gnav

------------------------------------------*/

/*PC*/
@media screen and (min-width: 801px) {
	.header-gnav .gnav {
		font-weight: 300;
		margin-top: 20px;
		margin-left: auto;
	}

	.header-gnav .gnav li {
		padding-left: 20px;
		margin-left: 15px;
		position: relative;
	}
	.header-gnav .gnav li::before {
		content: "";
		width: 16px;
		height: 16px;
		background-color: #eda700;
		border-radius: 100px;
		position: absolute;
		top: 7px;
		left: 0;
	}
	.header-gnav .gnav li::after {
	    content: "";
	    display: block;
	    width: 4px;
	    height: 4px;
	    border-top: #fff 1px solid;
	    border-right: #fff 1px solid;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    left: 5px;
	    top: 2px;
	    bottom: 0;
	    margin: auto;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
	.header-gnav .logo {
		width: 155px;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.header-gnav {
		font-size: 1.6rem;
		font-weight: 600;
	    width: 100%;
	    height: 100vh;
	    background: #fff;
	    position: fixed;
	    top: 0;
	    left: 100%;
	    z-index: 100;
	    transition: .3s;
	}

	.open .header-gnav {
	    left: 0;
	}

	.header-gnav .inr {
		padding: 0;
	}

	.open .header-gnav .gnav {
	    width: 100%;
	    border-top: #e5e5e5 1px solid;
	}

	.gnav-open {
	    width: 24px;
	    height: 12px;
	    position: absolute;
	    top: 27px;
	    right: 12px;
	    cursor: pointer;
	    z-index: 10000;
	}
	.hed-fix .gnav-open {
		animation-name: fadeInAnime;/*1で解説*/
		animation-fill-mode:backwards;/*2で解説*/
		animation-duration:.3s;/*3で解説*/
		animation-timing-function:ease;/*5で解説*/
		animation-delay: .3s;/*6で解説*/
		animation-direction:normal;/*7で解説*/
	    position: fixed;
	}
	@keyframes fadeInAnime{
	  0% {
	    top: -30px;
	  }

	  100% {
	    top: 27px;
	  }
	}

	.gnav-open span:first-of-type, .gnav-open span:last-of-type {
	    width: 100%;
	    height: 2px;
	    background-color: #262625;
	    position: absolute;
	    left: 0;
	    transition: .3s;
	}
	.gnav-open span:first-of-type {
	    top: 0;
	}
	.gnav-open span:last-of-type {
	    content: "";
	    bottom: 0;
	}
	.open .gnav-open span:first-of-type {
	    transform: rotate(45deg);
	    top: 5px;
	}
	.open .gnav-open span:last-of-type {
	    transform: rotate(-45deg);
	    bottom: 5px;
	}
	.header-gnav .gnav li {
	    font-weight: bold;
		text-align: center;
	    color: #202124;
	    border-bottom: #e5e5e5 1px solid;
	    padding: 15px 0;
	}
	.header-gnav .gnav li a {
		display: block;
	}
}/*END*/


/*------------------------------------------

	パンクず

------------------------------------------*/
.bread-box {
	width: 100%;
	font-size: 1.3rem;
}

.bread-box ul {
	margin-left: auto;
}
.bread-box a {
	color: #238001;
	text-decoration: underline;
}
.bread-box li {
	padding-right: 1em;
	margin-right: 1em;
	position: relative;
}
.bread-box li::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: #202124 1px solid;
    border-right: #202124 1px solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0;
    margin: auto;
}
.bread-box li:last-of-type {
	padding-right: 0;
	margin-right: 0;
}
.bread-box li:last-of-type::after {
	display: none;
}

/*PC*/
@media screen and (min-width: 801px) {
	aside {
		width: 250px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
}/*END*/


/*------------------------------------------

	サイド

------------------------------------------*/
.side-hx a {
	font-size: 1.8rem;
	color: #238001;
	background-color: #f9f9f9;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    border: #dedede 1px solid;
    display: block;
    transform: rotate(.03deg);
    position: relative;
    padding: 5px 10px;
    padding-left: 30px;
}
.side-hx + .side-hx a {
	border-top: 0;
}
.side-hx a::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #238001;
	position: absolute;
	top: 14px;
	left: 10px;
}

.side-nav li a {
	font-size: 1.4rem;
    border: #dedede 1px solid;
    display: block;
    border-top: 0;
    padding: 3px 5px;
    padding-left: 25px;
    position: relative;
}
.side-nav li a::before {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #238001;
    border-radius: 100px;
    position: absolute;
    top: 13px;
    left: 10px;
}

/*PC*/
@media screen and (min-width: 801px) {
	aside {
		width: 250px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
}/*END*/


/*------------------------------------------

	footer

------------------------------------------*/
#page-top {
    position: fixed;
    bottom: 5px;
    right: 30px;
    z-index: 100;
}

footer {
	border-top: #5da443 5px solid;
	padding-top: 20px;
}

footer .tel-btn {
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 1.2;
}
footer .tel-btn a {
	padding-left: 23px;
	position: relative;
}
footer .tel-btn a::before {
    content: "";
    width: 27px;
    height:37px;
    background-image: url(images/common/icon_tel_blk.png);
    background-size: contain;
    position: absolute;
    top: 17px;
    left: 0;
}
footer .tel-btn .num {
	letter-spacing: -.4px;
}
footer .tel-btn .sub {
	display: block;
	padding-left: 24px;
}

footer .mail-btn {
	font-size: 1.5rem;
	line-height: 1.2;
}
footer .mail-btn a {
    color: #fff;
    font-weight: 500;
    display: block;
    background-color: #ff8a00;
    border: #c76c00 1px solid;
    border-radius: 6px;
    padding: 15px 35px;
    padding-left: 58px;
    position: relative;
}
footer .mail-btn a::before {
    content: "";
    width: 19px;
    height: 15px;
    background-image: url(images/common/icon_mail.png);
    background-size: contain;
    position: absolute;
    top: 17px;
    left: 35px;
}

.copy {
	font-size: 1.2rem;
	color: #fff;
	font-style: normal;
	text-align: center;
	background-color: #5da443;
	padding: 7px 0;
	margin-top: 10px;
}

footer .gnav {
	font-size: 1.4rem;
}

/*PC*/
@media screen and (min-width: 801px) {
	footer .gnav {
		margin-left: 50px;
	}

	footer .mail-btn {
		margin-left: 30px;
	}

	footer .gnav li {
		font-size: 1.3rem;
		position: relative;
	}
	footer .gnav > li {
		font-weight: 600;
		padding-left: 15px;
	}
	footer .gnav > li::before {
		content: "";
		width: 9px;
		height: 9px;
		background-color: #5da443;
		border-radius: 100px;
		position: absolute;
		top: 9px;
		left: 0;
	}
	footer .gnav li .sub-menu {
		margin-bottom: 15px;
	}
	footer .gnav li .sub-menu > li {
		font-weight: 400;
		padding-left: 10px;
	}
	footer .gnav li .sub-menu > li::before {
	    content: "";
	    display: block;
	    width: 4px;
	    height: 4px;
	    border-top: #000 1px solid;
	    border-right: #000 1px solid;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	    position: absolute;
	    left: 0;
	    top: 2px;
	    bottom: 0;
	    margin: auto;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 800px) {
	#page-top {
	    bottom: 65px;
	    right: 15px;
	}

	.sm-footer {
		width: 100%;
		position: fixed;
		bottom: -70px;
		left: 0;
		transition: .3s;
	}
	.hed-fix .sm-footer {
		bottom: 0;
		z-index: 10;
	}
	.sm-footer::after {
		content: "";
		width: 1px;
		height: 100%;
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.sm-footer li {
		width: 50%;
		text-align: center;
	}
	.sm-footer li a {
		font-size: 1.2rem;
		width: 100%;
		display: block;
		color: #fff;
		background-color: #5da443;
		padding-top: 15px;
		padding-bottom: 15px;
		position: relative;
	}
	.sm-footer li:first-of-type a {
	    padding-left: 22px;
	}
	.sm-footer li:first-of-type a::after {
	    content: "";
	    width: 14px;
	    height: 20px;
	    background-image: url(images/common/icon_tel.png);
	    background-size: contain;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(calc(-50% - 39px),calc(-50% + 1px));
	}
	.sm-footer li:last-of-type a {
	    padding-left: 27px;
	}
	.sm-footer li:last-of-type a::after {
	    content: "";
	    width: 20px;
	    height: 16px;
	    background-image: url(images/common/icon_mail.png);
	    background-size: contain;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(calc(-50% + -40px),calc(-50% + 0px));
	}

	footer {
		padding-bottom: 50px;
	}

	footer .inr {
		padding-right: 0;
		padding-left: 0;
	}

	footer .cpy-box {
		padding-bottom: 20px;
	}

	footer .add {
		font-size: 1.3rem;
	}

	footer .contact-box {
		max-width: 60%;
		margin-right: auto;
		margin-left: auto;
		margin-top: 5px;
		margin-bottom: 30px;
	}

	footer .gnav li {
		font-size: 1.2rem;
		text-align: center;
	}
	footer .gnav li a {
		color: #fff;
		display: block;
		padding: 10px 0;
		border-bottom: #fff 1px solid;
	}
	footer .gnav > li {
		font-weight: 600;
	}
	footer .gnav > li > a {
		color: #202124;
		background-color: #e5e5e5;
	}

	footer .gnav li .sub-menu > li {
		font-weight: 400;
	}
	footer .gnav li .sub-menu > li a {
		color: #202124;
		background-color: #fff;
		border-bottom: #e5e5e5 1px solid;
		padding: 5px 0;
	}

	footer .logo {
		width: 45%;
		margin: 20px auto;
	}

	.copy {
	    background-color: #262626;
	}
}/*END*/