/*
Theme Name: inup type1
Description: inu-design
Author: inu-design
Version: 1.1
*/



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

	サイト内汎用

------------------------------------------*/
body {
	color: #363636;
	font-family:'メイリオ', 'Meiryo', sans-serif;
}

.txt a {
    color: #2792f5;
    text-decoration: underline;
}


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

.hx-type1 {
	line-height: 1;
}

.hx-type1 .hx {
	font-size: 3.5rem;
	font-weight: 400;
	letter-spacing: .1em;
	color: #4994d7;
	font-style: italic;
}
.hx-type1 .sub {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic",sans-serif;
    color: #fff;
    background-color: #ffd96d;
    display: inline-block;
    padding: .4em 1em;
}

.hx-type2 {
	font-size: 2.0rem;
	color: #1e70bd;
	font-weight: 400;
	line-height: 20px;
	border-left: #ffd96d 5px solid;
	padding-left: 12px;
}

.hx-type3 {
	font-size: 2.4rem;
	color: #333333;
	font-weight: 400;
	line-height: 20px;
	border-left: #4994d7 5px solid;
	padding-left: 12px;
}

.hx-type4 {
	font-size: 2.4rem;
	color: #1e70bd;
	font-weight: 400;
	line-height: 20px;
}

.btn-type1 a {
	min-width: 250px;
	color: #fff;
	line-height: 1;
	background-color: #ffb14f;
	display: inline-block;
	border-radius: 10px;
	padding: 1.3em 2em;
	position: relative;
}
.btn-type1 a::after {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -4px;
}

.blog_tit {
    font-size: 2.6rem;
    color: #4994d7;
    font-weight: 400;
    line-height: 56px;
    border-bottom: #ffd96d 1px solid;
    border-top: #ffd96d 1px solid;
    padding-left: 12px;
}


/* リスト（円アイコン） */
.typ-circle li {
	padding-left: 1.8em;
	position: relative;
}
.typ-circle.green li {
	color: #477d62;
}
.typ-circle li::before {
	width: 15px;
	height: 15px;
	background-color: #b3d4fc;
	top: 5px;
	left: 0;
	z-index: 1;
}
.typ-circle.green li::before {
	background-color: #cde7bf;
}
.typ-circle.red li::before {
	background-color: #e9a091;
}

.typ-circle.blue li::before {
	background-color: #b3d4fc;
}


.typ-circle li::after {
    width: 7px;
    height: 7px;
    background-color: #fff;
    top: 9px;
    left: 4px;
    z-index: 2;
}
.typ-circle li::before,
.typ-circle li::after {
	content: "";
	border-radius: 100px;
	position: absolute;
}

table.tb-type1 {
	width: 100%;
	font-size: 1.7rem;
	border-collapse: collapse;
	border-top: #d8e9ff 5px solid;
}
.tb-type1 td , .tb-type1 th {
	border-bottom: #d8e9ff 1px solid;
	padding-right: 2rem;
	padding-left: 2rem;
}
.tb-type1 th {
	width: 275px;
	color: #1e70bd;
	font-weight: normal;
	vertical-align: top;
	padding-top: 1em;
}
.tb-type1 td {
	padding: 1em 0;
}
table.tb-type1 a {
	color: #ff772d;
	text-decoration: underline;
}

table.tb-type2 {
	width: 96%;
	border-collapse: collapse;
	border-top: #d0ebb0 1px solid;
	border-left: #d0ebb0 1px solid;
	margin-bottom: 1em;
}
table.tb-type2 td , table.tb-type2 th {
	border-right: #d0ebb0 1px solid;
	border-bottom: #d0ebb0 1px solid;
}
table.tb-type2 th {
	background-color: #f4ffe6;
	font-weight: normal;
	vertical-align: middle;
	padding: 1em 0;
}
table.tb-type2 td {
	padding: 1em;
}
table.tb-type2 td.holi {
	color: #329a52;
	font-weight:bold;
}



/*PC*/
@media screen and (min-width: 768px) {
	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.anchor {
		padding-top: 68px;
		margin-top: -68px;
	}

	.hx-type1 .hx {
		font-size: 2.8rem;
		letter-spacing: .03em;
	}
	.hx-type1 .sub {
		font-size: 1.3rem;
	}

	.btn-type1 a {
		padding: 1.3em 1.4em;
	}

	.hx-type2 {
		font-size: 2rem;
		line-height: 17px;
		padding-left: 10px;
	}
	
		.hx-type3 {
		font-size: 2.2rem;
		line-height: 20px;
		padding-left: 10px;
	}

    .blog_tit {
        font-size: 2.4rem;
        color: #4994d7;
        font-weight: 400;
        line-height: 1.2;
        border-bottom: #ffd96d 1px solid;
        border-top: #ffd96d 1px solid;
        padding: 12px;
    }
	
	/* リスト（円アイコン） */
	.typ-circle li {
		padding-left: 1.2em;
	}
	.typ-circle li::before {
		width: 13px;
		height: 13px;
		top: 7px;
	}
	.typ-circle li::after {
		width: 5px;
		height: 5px;
		top: 11px;
	}

	table.tb-type1 {
		width: 100%;
		font-size: 1.6rem;
		border-collapse: collapse;
		border-top: #b3d4fc 5px solid;
	}
	.tb-type1 td,.tb-type1 th {
		text-align: left;
		padding: 2%;
	}
	.tb-type1 th {
		width: 25%;
		font-weight: bold;
	}
	.tb-type1 td {
		padding: 2% 4%;
	}
	
	
	
	
	
}/*END*/


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

	ヘッダー

------------------------------------------*/
header .contact-nav {
	margin-left: auto;
}
header .contact-nav li {
	margin-left: 20px;
}
header .contact-nav li:first-of-type {
	margin-left: 0;
}

h1 {
	font-size: 1.4rem;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

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


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

	ヘッダー

------------------------------------------*/
.conv-box {
	background-color: #fff;
	border-top: #d0e8ff 6px solid;
	padding-top: 60px;
	padding-bottom: 35px;
	position: relative;
}
.conv-box::before {
	content: "";
	width: 50%;
	height: 6px;
	background-color: #fff1cb;
	position: absolute;
	top: -6px;
	right: 0;
}
.conv-box .tit {
	font-size: 3.0rem;
	font-weight: 400;
}
.conv-box li {
	width: 40%;
	font-size: 1.4rem;
	padding-right: 2%;
	padding-left: 2%;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	#site-header {
		width: 100%;
		top: -30%;
		left: 0;
		transition: .6s;
		position: relative;
	}

	.contact-nav {
		align-items: center;
	}

	.hed-fix #site-header {
		background-color: rgba(255,255,255,.95);
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
	}
	
	header .logo {
		width: 80%;
		padding: 10px 10px 10px 20px;
	}

	.conv-box {
		padding-top: 30px;
		padding-bottom: 25px;
	}

	.conv-box .tit {
		font-size: 2.4rem;
		line-height: 1.3;
	}
	.conv-box li {
		width: 90%;
		font-size: 1.4rem;
	}
	
	.gnav-box-inr {
		overflow-y: scroll;
		width: 100%;
		height: 100%;
		background-color: #fff;
		position: fixed;
		top: 0;
		left: 100%;
		z-index: 9999;
		transition: .3s;
	}
	.open .gnav-box-inr {
		left: 0;
	}
	.gnav-box-inr ul {
		width: 100%;
		display: block;
		border-top: #92cded 1px solid;
		margin-top: 60px;
	}
	.gnav-box-inr li {
		width: 100%;
	}
	.gnav-box-inr li a {
		font-size: 1.5rem;
		width: 100%;
		display: block;
		padding: 1.3em;
		border-bottom: #92cded 1px solid;
		position: relative;
	}
	.gnav-box-inr li a:after {
		content: '';
		width: 10px;
		height: 10px;
		border: 0;
		border-top: solid 2px #92cded;
		border-right: solid 2px #92cded;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 25px;
		margin-top: -4px;
	}


	.gnav-open {
		width: 30px;
		height: 3px;
		background-color: #92cded;
		position: absolute;
		top: 50%;
		right: 10px;
		transform: translateY(-50%);
		z-index: 99999;
		transition: .4s;
	}
	.gnav-open::before {
		content: "";
		width: 30px;
		height: 3px;
		background-color: #92cded;
		position: absolute;
		top: -10px;
		left: 0;
		transition: .4s;
	}
	.gnav-open::after {
		content: "";
		width: 30px;
		height: 3px;
		background-color: #92cded;
		position: absolute;
		top: 10px;
		left: 0;
		transition: .4s;
	}
	.open .gnav-open {
		background-color: #fff;
	}
	.open .gnav-open::before {
		width: 36px;
		top: 0;
		left: 0;
		transform: rotate(45deg);
	}
	.open .gnav-open::after {
		width: 36px;
		top: 0;
		left: 0;
		transform: rotate(-45deg);
	}
}/*END*/





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

	フッター

------------------------------------------*/
#page-top {
	cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 90;
}

.footer_contact_wrap {
	background-color: #f6f9ed;
	padding: 40px 0;
}

.footer_contact_wrap .inr {
	background-color: #fff;
	padding-top: 53px;
	padding-bottom: 35px;
}

.footer_contact_wrap li {
	margin-right: 20px;
	margin-left: 20px;
}
.footer_contact_wrap li .btn a {
	width: 380px;
	background: none;
}
.footer_contact_wrap .tel .btn a {
	color: #000;
	font-size: 4.0rem;
	border: #8cb83e 2px solid;
	padding: 7px 15px;
	padding-left: 30px;
}
.footer_contact_wrap .mail .btn a {
    font-size: 2.7rem;
    background-color: #ffb375;
    border: #ffb375 2px solid;
    padding: 15.5px 15px;
	padding-left: 60px;
}

.footer_contact_wrap .btn a::before {
	content: "";
	background-size: contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.footer_contact_wrap .tel .btn a::before {
	width: 25px;
	height: 35px;
    background-image: url(images/common/fotter_tel_icon.png);
	left: 30px;
	transition: .6s;
}
.footer_contact_wrap .tel .btn a::after {
	display: none;
}
.footer_contact_wrap .mail .btn a::before {
	width: 38px;
	height: 27px;
    background-image: url(images/common/fotter_mail_icon.png);
	left: 60px;
	transition: .6s;
}

footer .inr {
	padding-top: 30px;
	padding-bottom: 40px;
}
footer .gnav {
	font-size: 1.4rem;
}
footer .gnav a {
	padding-left: 25px;
	position: relative;
}

footer .gnav {
	margin-right: 30px;
}
footer .gnav:first-of-type {
	margin-right: 50px;
}
footer .gnav:last-of-type {
	margin-right: 0;
}

footer .gnav li {
	line-height: 2.3;
}
footer .gnav > li > a::before {
	content: "";
    width: 14px;
    height: 14px;
	background-color: #aac6fb;
	border-radius: 100px;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
}
footer .gnav a::after {
    content: "";
    width: 5px;
    height: 5px;
    color: #fff;
    border-top: solid 1px;
    border-right: solid 1px;
    display: block;
    margin-top: -1px;
    position: absolute;
    left: 2px;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    z-index: 2;
}

footer .gnav .sub-menu a::after {
    width: 8px;
    height: 8px;
    color: #bed423;
    border-top: solid 2px;
    border-right: solid 2px;
    margin-top: -2px;
    left: 0px;
}

.cpy-box {
	font-size: 1.3rem;
	font-style: normal;
	color: #fff;
	background-color: #9db3e9;
	padding: .3em 0;
}

footer address,
.cpy-box address {
	font-style: normal;
}

/*PC*/
@media screen and (min-width: 768px) {
	.footer_contact_wrap .tel .btn a:hover {
		color: #fff;
		background-color: #8cb83e;
		opacity: 1;
	}
	.footer_contact_wrap .mail .btn a:hover {
		color: #ffa200;
		background-color: #fff;
		opacity: 1;
	}

	.footer_contact_wrap .tel .btn a:hover::before {
		background-image: url(images/common/fotter_tel_icon_hv.png);
	}

	.footer_contact_wrap .mail .btn a:hover::before {
		background-image: url(images/common/fotter_mail_icon_hv.png);
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	#page-top {
		width: 40px;
		height: 40px;
		cursor: pointer;
		position: fixed;
		bottom: 80px;
		right: 15px;
	}
	.fix_cv_box {
		width: 100%;
		font-size: 1.5rem;
		background-color: #fff;
		border-top: #bed423 5px solid;
		position: fixed;
		bottom: -100%;
		left: 0;
		z-index: 50;
		transition: .6s;
	}
	.hed-fix .fix_cv_box {
		bottom: 0;
	}
	.fix_cv_box li {
		width: 50%;
	}
	.fix_cv_box li:first-child {
		border-right: #bed423 1px solid;
	}
	.fix_cv_box li a {
		width: 100%;
		color: #492607;
		display: block;
		padding: 1.2em 10px;
	}
	.fix_cv_box li a span {
		position: relative;
	}
	.fix_cv_box li:nth-of-type(odd) a span {
		padding-left: 20px;
	}
	.fix_cv_box li:nth-of-type(even) a span {
		padding-left: 30px;
	}
	body[data-iphonex="1"] .fix_cv_box li a {
		padding: 1.2em 0 2.2rem 30px;
	}
	.fix_cv_box li a span::after {
		content: "";
		width: 22px;
		height: 18px;
		background-size: contain;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(calc(-50% - -3px));
	}
	body[data-iphonex="1"] .fix_cv_box li a::after {
		transform: translateY(calc(-50% - 3px));
	}
	.fix_cv_box li:first-child a span::after {
		background-image: url(images/common/fotter_tel_icon.png);
		top: 5px;
	}
	.fix_cv_box li:last-child a span::after {
		background-image: url(images/common/mail_grn_icon.png);
		transform: translateY(calc(-50% - -1px))!important;
	}

	.footer_contact_wrap {
		padding: 20px 0;
	}

	.footer_contact_wrap .inr {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.footer_contact_wrap .inr-box {
		width: 100%;
	}

	.footer_contact_wrap li {
		margin-right: 0;
		margin-left: 0;
	}
	.footer_contact_wrap li .btn a {
		width: 280px;
	}
	.footer_contact_wrap .tel .btn a {
		font-size: 3.2rem;
		padding-left: 35px;
	}
	.footer_contact_wrap .mail .btn a {
		font-size: 1.9rem;
		padding-left: 20px;
	}

	.footer_contact_wrap .tel .btn a::before {
		width: 18px;
		height: 25px;
		left: 18px;
	}
	.footer_contact_wrap .mail .btn a::before {
		width: 26px;
		height: 19px;
		left: 22px;
	}

	footer {
	}

	footer .logo {
		width: 80%;
		margin-right: auto;
		margin-left: auto;
	}

	.cpy-box {
		padding: 1em 0;
	}
}/*END*/





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

ページナビ

------------------------------------------*/
.wp-pagenavi {
	font-size: 1.6rem;
}

.wp-pagenavi a.smaller,
.wp-pagenavi a.larger,
.wp-pagenavi span.current {
    padding: 10px 15px;
	margin: 0 10px;
	border: #72aee6 1px solid;
}
.wp-pagenavi span.current {
	background-color: #72aee6;
    color: #fff;
}
.wp-pagenavi a.smaller,
.wp-pagenavi a.larger {
	color: #121516;
	background-color: #fff;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.detail-link .retn,
.detail-link .next,
.detail-link .prev {
	border: #72aee6 1px solid;
	padding: 10px 40px;
	position: relative;
}
.detail-link .next.none,
.detail-link .prev.none {
	opacity: .2;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after,
.detail-link .retn::after,
.detail-link .next::after,
.detail-link .prev::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    right: 10px;
    border-top: solid 1px;
    border-right: solid 1px;
    transform: rotate(45deg) translateY(-50%);
    color: inherit;
}
.wp-pagenavi .previouspostslink {
	margin-right: 30px;;
}
.wp-pagenavi .previouspostslink:after,
.detail-link .prev::after {
    left: 10px;
    transform: rotate(-135deg) translateY(-50%);
    top: calc(50% - 3px);
}
.wp-pagenavi .nextpostslink {
	margin-left: 30px;;
}
.wp-pagenavi .nextpostslink:after,
.detail-link .retn::after,
.detail-link .next::after {
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
    top: calc(50% - 0px);
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
	.wp-pagenavi {
		font-size: 1.3rem;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.wp-pagenavi a.smaller,
	.wp-pagenavi a.larger,
	.wp-pagenavi span.current {
		padding: 7px 9px;
		margin: 0 4px;
	}


	.detail-link .retn,
	.detail-link .next,
	.detail-link .prev,
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		padding: 7px 20px;
	}

	.wp-pagenavi .previouspostslink {
		margin-right: 10px;
	}
	.wp-pagenavi .nextpostslink {
		margin-left: 10px;
	}
}


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

	重要案内

------------------------------------------*/
body .news_post.attention {
	width: 100%;
	max-width: 940px;
    border: #ff0000 1px solid;
    padding: 30px;
    margin-bottom: 30px;
	order: 1;
}

body .news_post.attention .cat {
	padding: 0 15px;
	min-width: 74px;
	font-size: 1.4rem;
	color: #fff;
	background-color: #ff0000;
	display: inline-block;
	margin: 0 15px;
}

body .news_post.attention time {
	margin-right: 0;
}

body .news_post.attention .tit {
	font-size: 1.6rem;
}

body .news_post.attention .txt {
	font-size: 1.4rem;
	margin-top: 15px;
}
body .news_post.attention .txt a {
    display: inline-block;
    margin-top: 10px;
}

/*PC*/
@media screen and (min-width: 768px) {
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	body .news_post.attention {
    	padding: 20px;
	}
	body .news_post.attention .cat {
		padding: 0 10px;
		min-width: auto;
		font-size: 1.3rem;
		margin: 0 10px;
	}
	body .news_post.attention .txt {
		font-size: 1.3rem;
	}
}/*END*/

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

2カラム

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

.column-2box .img-box {
	width: 50%;
	max-width: 500px;
}
.column-2box .txt-box {
	width: 50%;
	max-width: 500px;
}
/*PC*/
@media screen and (min-width: 768px) {

	.column-2box .img-box {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-2box .txt-box {
		padding-right: 0px;
		padding-left: 30px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {
	.column-2box {
	}

	.column-2box .img-box {
		width: 100%;
		max-width: none;
	}
	.column-2box .txt-box {
		width: 100%;
		max-width: none;
	}
}/*END*/




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

3カラム

------------------------------------------*/
.column-3box {
}
.column-3box .column3 {
	width: 30%;
	max-width: 300px;
}
.column-3box .column3 .txt-box {
	width: 100%;
}

.column-3box .column3 .txt-box {
	width: 100%;
}

/*PC*/
@media screen and (min-width: 768px) {

	.column-3box .img-box {
		padding-right: 0px;
		padding-left: 0px;
	}
	.column-3box .txt-box {
		padding-right: 0px;
		padding-left: 0px;
	}
}/*END*/

/*Smartphone*/
@media screen and (max-width: 767px) {

	.column-3box {

	}

    .column-3box .column3 {
		width: 100%;
		max-width: none;
    }
}/*END*/



