@charset "utf-8";

/* -------------------------------- 
	reset css
-------------------------------- */
html {
	width: 100%;
	height: 100%;
}
body {
	height: 100%;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #3f3f3f;
}


html, body, div, span, article, section, iframe,
ul, ol, li, dl, dt, dd,
header, nav, footer,
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul, ol, dl {
	list-style: none;
}
hr {
	border: none;
	border-bottom: 1px solid #dedede;
}

h1 { font-size: 160%; font-weight: bold; }
h2 { font-size: 140%; font-weight: bold; }
h3 { font-size: 130%; font-weight: bold; }
h4 { font-size: 120%; font-weight: bold; }
h5 { font-size: 115%; font-weight: bold; }
h6 { font-size: 110%; font-weight: bold; }

a:link, a:visited {
	color: #3f3f3f;
	text-decoration: none;
}
a:hover, a:active {
	color: #0b8793;
	text-decoration: none;
}

img a, a:visited, a:hover {
	border: none;
}
a img:hover {
	opacity: 0.8;
	transition: .5s;
}

/* clearfix */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/* -------------------------------- 
	general setting
-------------------------------- */
main {
	width: 100%;
	background-color: #f5f5f5;
	margin: 0;
	padding-bottom: 20px;
}

.inner-wrap {
	width: 960px;
	display: block;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	-moz-box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
	-webkit-box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
	-ms-box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
	box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
}
.inner-wrap h2 {
	width: 100%;
	text-align: center;
	padding: 30px 0;
}
.inner-flex {
	padding: 20px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.title_deco-recomend {
	width: 90%;
	text-align: center;
	font-size: 120%;
	margin: 30px auto;
	color: #364e96;
	padding: 0.5em 0;
	border-top: solid 3px #364e96;
	border-bottom: solid 3px #364e96;
}


/*-------------------------------- 
	#page-top
--------------------------------*/
#page-top {
	background-color: rgba(255,255,255,0.9);
	border-radius: 50%;
	padding: 10px;
	width: 30px;
	height: 30px;
    position: fixed;
    bottom: 35px;
    right: 35px;
    background-image: url(../images/img-arrow.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60%;
}
#page-top a {
    text-decoration: none;
    text-align: center;
    display: block;
}
#page-top:hover {
	cursor: pointer;
	opacity: 0.5;
	transition: 1s;
}


/* -------------------------------- 
	header
-------------------------------- */
header {
	width: 100%;
	height: 60px;
	padding-top: 20px;
	position: relative;
	-webkit-box-shadow: 0px 3px 9px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 9px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 9px -5px rgba(0,0,0,0.75);
}

#site-title {
	font-family: 'Kosugi Maru', sans-serif;
	display: block;
	position: absolute;
	top: 33px;
	left: 100px;
}

.navToggle {
	display: none;
}
.global-nav {
	position: absolute;
	top: 17px;
	right: 80px;
}
.global-nav ul {
	height: 100%;
	margin-top: 20px;
	font-size: 0.9em;
}
.global-nav li {
	display:  inline-block;
	height: 40px;
	margin-left: 50px;
}
.global-nav a {
	height: 100%;
	color: #3f3f3f;
	font-weight: bold;
	display: block;
}
.global-nav a:hover {
	color: #d6944c;
}
.global-nav li:hover {
	border-bottom: 3px solid #d6944c;
}

/* -------------------------------- 
	#home
-------------------------------- */
#home {
	width: 100%;
	height: 540px;
	background-image: url(../images/logo-kumakotsu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 30%;
	padding: 0;
	background-color: #fff;
}


/* -------------------------------- 
	#information
-------------------------------- */
#information {
	width: 100%;
	margin: -30px 0 40px 0;
	display: block;
	text-align: center;
}
	#information dl {
		width: 45%;
		margin: 10px;
		padding: 20px;
		font-size: 1.1em;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	#information dt {
		width: 100%;
		margin-right: 20px;
		margin-bottom: 30px;
		line-height: 2;
		font-weight: bold;
	}
	#information dd {
		width: 100%;
		margin-bottom: 30px;
		line-height: 1.4;
	}


	ul.icon-hoken {
		text-align: center;
		margin: 30px 0 -30px 0;
	}
	ul.icon-hoken li {
		width: 220px;
		line-height: 220px;
		text-align: center;
		display: inline-block;
		margin: -10px 0 -70px 0;
	}
.map {
	width: 40%;
	margin: 10px 10px 10px 20px;
	padding: 10px;
	display: inline-block;
}
.map h3 {
	text-align: center;
	margin-bottom: 20px;
}
.map iframe {
	width: 100%;
	height: 320px;
}

.inner-info_block {
	width: 50%;
	text-align: center;
	border-bottom: 1px dotted #bbb;
}
.inner-info_block_h3 {
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
.inner-info_block_h3:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f0b363;
	border-radius: 2px;
}

.inner-info_block img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

ul.yoyaku-attention {
	margin: 10px 0;
	text-align: center;
}
ul.yoyaku-attention li {
	font-size: 0.8em;
	line-height: 1.6;
	margin-bottom: 5px;
}
ul.yoyaku-attention strong {
	color: red;
	font-weight: bold;
}

.close {
	color: red;
	font-size: 2em;
	font-weight: bold;
	display: block;
	line-height: 2.4;
}
ul.close-attention {
	margin: 20px 0;
}
ul.close-attention li {
	line-height: 2;
}


.block-insurance {
	padding: 50px;
		text-align: left;
}
.block-insurance h3 {
	text-align: center;
	margin-bottom: 50px;
}
.block-insurance p {
	line-height: 1.8;
	margin-top: 20px;
}
.block-link {
	width: 100%;
	text-align: center;
	background-color: #f6f6f6;
	padding: 20px 0;
}
.block-link a {
	text-decoration: underline;
}
.block-link a:hover {
	text-decoration: none;
}

/* -------------------------------- 
	#director
-------------------------------- */
#director {
	width: 100%;
	margin: 40px 0;
	display: block;
}
.inner-director {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}
.thum-director {
	width: 240px;
	text-align: center;
}
.thum-director img {
	margin: 10px 0;
}
.greeting {
	width: 600px;
	margin-left: 10px;
}

.thum-news {
	width: 760px;
	margin: 20px auto 10px auto;
	padding: 10px 30px 10px 30px;
	display: block;
	border: 3px solid #efefef;
}
.thum-news h3 {
	text-align: center;
	margin: 20px 0 40px 0;
}
dl.news {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
	padding-bottom: 10px;
}
dl.news dt {
	margin-bottom: 3px;
	border-bottom: 1px dotted #c9c9c9;
	padding: 5px 20px 5px 5px;
	background-color: #f2f2f2;
	font-weight: bold;
}
dl.news dd {
	width: 720px;
	padding: 10px 20px;
	margin-bottom: 10px;
}
dl.news dd a {
	color: #474747;
	text-decoration: underline;
}
dl.news dd a:visited {
	color: #474747;
	text-decoration: underline;
}
dl.news dd a:hover {
	color: #474747;
	text-decoration: none;
}

.date {
	display: block;
	margin-right: 10px;
}
.tag {
	width: 60px;
	margin: 0 10px;
	padding: 3px 10px 1px 10px;
	text-align: center;
	font-size: 0.8em;
	background-color: #f0b363;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
}

/*-------------------------------- 
	#line_at
--------------------------------*/
#line_at {
	width: 940px;
	margin: 0 auto 40px auto;
	padding: 0;
	display: block;
	text-align: center;
}
#line_at h2 {
	margin: 0 auto;
	position: relative;
	margin-bottom: 1em;
	text-align: center;
}
#line_at h2:before {
	content: '';
	position: absolute;
	bottom: 15px;
	display: inline-block;
	width: 10%;
	height: 5px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #f0b363;
	border-radius: 2px;
}
#line_at img {
	width: 20%;
	display: block;
	margin: -20px auto 20px auto;
}
#line_at p {
	margin: 5px 0 10px 0;
}
#line_at a {
	text-decoration: underline;
}
#line_at a:hover {
	text-decoration: none;
}


/*-------------------------------- 
	.recommend
--------------------------------*/
.recommend {
	width: 50%;
	text-align: center;
}
.title-recommend_h3 {
	width: 85%;
	display: block;
	text-align: center;
	margin: 30px auto 5px auto;
	padding: 0.5em 0;
	border-bottom: solid 3px #f0b363;
}

.inner-recommend {
	width: 80%;
	margin: 10px auto;
}
.recommend h3 {
	width: 300px;
	padding: .5em .75em;
	background-color: #f6f6f6;
	border: 3px double #ccc;
	margin-bottom: 20px;
	display: inline-block;
}
.recommend h3 > span {
	font-size: 0.8em;
	display: block;
	margin-top: 10px;
}
.recommend > img {
	display: block;
	margin: 0 auto;
}


/* -------------------------------- 
	#machine
-------------------------------- */
#machine {
	width: 100%;
	margin-top: 40px;
	display: block;
	text-align: center;
}
dl.thum-machine {
	width: 30%;
	display: inline-block;
	margin: 10px;
}
dl.thum-machine dt {
	margin-bottom: 10px;
}
dl.thum-machine dd > h3 {
	height: 60px;
	padding: 0.25em 0.5em;
	color: #494949;
	background: transparent;
	border-left: solid 5px #7db4e6;
}
dl.thum-machine dd {
	text-align: left;
}


/* -------------------------------- 
	special treatment.html
	inner-st_block
-------------------------------- */
.st_block {
	padding: 20px 0;
}
.inner-st_block {
	width: 840px;
	margin: 20px auto 0 auto;
	background-color: #fff;
	padding: 40px;
	-moz-box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
	-webkit-box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
	-ms-box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
	box-shadow: 2px 2px 24px -13px rgba(0, 0, 0, 0.82);
}
.inner-st_block h2 {
	text-align: center;
	margin-bottom: 40px;
	color: #364e96;
	padding: 0.5em 0;
	border-top: solid 3px #364e96;
	border-bottom: solid 3px #364e96;
}
.inner-st_block p {
	line-height: 1.8;
	margin: 5px 0;
}
.inner-st_block img {
	width: 250px;
	height: auto;	
}
img.float_right {
	float: right;
	margin: 5px 0 0 30px;
}
img.float_left {
	float: left;
	margin: 5px 15px 0 0;
}

.inner-st_block-price {
	text-align: center;
}
.inner-st_block-price h3 {
	font-size: 24pt;
 }
 .inner-st_block-price h4 {
	font-size: 18pt;
	margin-bottom: 10px;
 }
 .inner-st_block-price h5 {
	font-size: 12pt;
	margin-bottom: 10px;
	color: #3e3a39;
 }
 .inner-st_block-price small {
	font-size: 10pt;
	font-weight: bold;
}

.inner-st_block table {
	width: 540px;
	text-align: center;
	margin: 20px auto 40px auto;
}
.inner-st_block th {
	font-size: 14pt;
	padding: 10px;
}
.inner-st_block th small {
	font-size: 10pt;
}
.inner-st_block td {
	padding: 10px 20px;
}
.inner-st_block th {
	background: #f5f5f5;
	border-bottom: 1px solid #dadada;
}
.inner-st_block td {
	padding: 20px 0;
	font-weight: bold;
	border-bottom: 2px solid #dadada;
}
.inner-st_block span {
	color: #eb6100;
}
.inner-st_block  hr {
	width: 540px;
	margin-bottom: 40px;
	border: 5px solid #595757;
}
.fnt_color {
	color: #00A0E9;
}
.text_bd-tald {
	font-weight: bold;
}

/* -------------------------------- 
	#footer
-------------------------------- */
footer {
	margin: 0;
	padding: 20px 0 5px 0;
	text-align: center;
	font-size: 0.8em;
}
ul.foot-info {
	margin-top: 10px;
}
ul.foot-info li {
	line-height: 1.6;
}



/* -------------------------------- 
for tablet device
-------------------------------- */
@media screen and (max-width: 960px) {

/* -------------------------------- 
	Navigation
-------------------------------- */
.global-nav {
    position: fixed;
    display: block;
    z-index: 2;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.9);
    color: #000;
    text-align: center;
    transform: translateY(-100%);
    transition: all 0.5s;
    width: 100%;
	border: none !important;
	padding: 10px 0;
	margin: 0;
}
 
.global-nav ul {
    width: 100%;
    text-align: center;
}
 
.global-nav ul li {
    font-size: 1.4em;
    list-style-type: none;
    margin: 30px auto;
    width: 35%;
    display: block;
	border-bottom: 2px solid #d6944c !important;
}
.global-nav ul li:hover {
	border-bottom: 2px solid #000 !important;	
}
.global-nav ul li a:hover {
	color: #000;
}
 
 .global-nav ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
 .global-nav.active {
    transform: translateY(0%);
}

.navToggle {
    display: block;
    position: fixed; 
    right: 15px;
    top: 20px;
    width: 34px;
    height: 50px;
    cursor: pointer;
    z-index: 3;
    text-align: center;
	border: none !important;
    background: rgba(255,255,255,0.9);
}
 
.navToggle span {
    display: block;
    position: absolute; 
    width: 22px;
    border-bottom: solid 3px #3f3f3f;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 6px;
}
 
.navToggle span:nth-child(1) {
    top: 8px;
}
.navToggle span:nth-child(2) {
    top: 16px;
} 
.navToggle span:nth-child(3) {
    top: 24px;
}
.navToggle span:nth-child(4) {
    border: none;
    color: #3f3f3f;
    font-size: 0.6em;
    font-weight: bold;
    top: 35px;
    left: 2px;
}

/* 最初のspanをマイナス45度に */
.navToggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 /* 2番目と3番目のspanを45度に */
.navToggle.active span:nth-child(2),
.navToggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* -------------------------------- 
	general setting
-------------------------------- */
.inner-wrap {
	width: 100%;
	padding: 0;
}
.inner-wrap h2 {
	width: 100%;
}

#site-title {
	font-size: 1.4em;
	top: 38px;
	left: 15px;
}

.footer-cut {
	width: 100%;
}
#page-top {
	right: 20px;
	bottom: 0;
}

#line_at {
	width: 100%;
}
#line_at p {
	width: 90%;
	display: block;
	margin: 20px auto 0 auto;
}


/* -------------------------------- 
	#home
-------------------------------- */
#home {
	width: 100%;
	height: 540px;
	background-image: url(../images/logo-kumakotsu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 80%;
	padding: 0;
	background-color: #fff;
}


/* -------------------------------- 
	#information
-------------------------------- */
#information dl {
	width: 85%;
	margin: 0;
	padding: 0;
}
#information dt {
	width: 100%;
	text-align: center;
	border: none;
	margin-bottom: 5px;
	font-size: 1.25em;
	margin: 0 0 10px 0;
	padding: 0;
}
#information dd {
	width: 100%;
	text-align: center;
	font-size: 1.15em;
	margin: 30px 0;
	padding: 0 0 10px 0;
}

.inner-info_block {
	width: 95%;
	text-align: center;
	margin: 0 auto;
	padding: 40px 0 20px 0;
	border-bottom: 1px dotted #bbb;
}
.inner-info_block img {
	width: 100%;
}
.map {
	width: 100%;
	margin: 20px 0;
	padding: 0;
}
.block-link {
	width: 100%;
	text-align: center;
	display: block;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 0.7em;
	background-color: #fff;
}
.block-link p {
	line-height: 1;
}
ul.icon-hoken li {
	width: 280px;
	line-height: 280px;
	margin: -10px 0 -100px 0;
}


/* -------------------------------- 
	#director
-------------------------------- */
.thum-director {
	width: 100%;
	text-align: center;
}
.thum-director img {
	margin: 10px 0;
}
.greeting {
	width: 100%;
	margin-left: 10px;
}

.thum-news {
	width: 80%;
	padding: 15px;
}
dl.news {
	width: 85%;
	padding-bottom: 0;
	border: none;
}
dl.news dt {
	width: 100%;
	margin-bottom: 10px;
}
dl.news dd {
	width: 100%;
	margin-bottom: 10px;
}

.recommend {
	width: 95%;
	margin-bottom: 20px;
}


/* -------------------------------- 
	#machine
-------------------------------- */

dl.thum-machine {
	width: 90%;
	margin: 20px 0;
}
dl.thum-machine dt {
	margin-bottom: 0;
}
dl.thum-machine dd {
	background-color: #efefef;
	padding: 10px;
	margin-top: 0;
}
dl.thum-machine dd > h3 {
	height: auto;
	padding-top: 10px;
}


/* -------------------------------- 
	special treatment.html
	inner-st_block
-------------------------------- */
.inner-st_block {
	width: 75%;
	margin: 0 auto;
}
img.float_right ,img.float_left {
	float: none;
	text-align: center;
	display: block;
	margin: 0 auto 30px auto;
}

dl.price-sheet {
	width: 100%;
	margin: 0;
	text-align: center;
	background-color: #fff;
	padding: 10px 0;
}
dl.price-sheet dt {
	width: 95%;
	background-color: #e8e8e8;
	border: none;
	padding: 10px 0;
	margin: 0 auto 10px auto;
	text-align: center;
	float: none;
}
dl.price-sheet dd {
	width: 95%;
	padding:  20px 0;
	margin: 0 auto;
	margin-bottom: 10px;
	border: none;
	text-align: center;
	font-size: 1.25em;
}
dl.price-sheet p {
	width: 90%;
	margin: 10px auto;
	line-height: 2;
}

}


@media screen and (max-width: 896px) {
small {
	font-size: 8pt;
}
.inner-st_block table {
	width: 100%;
	font-size: 10pt;
}
.inner-st_block  hr {
	width: 98%;
}
}

@media screen and (max-width: 463px) {
small {
	font-size: 7pt;
}
.inner-st_block table {
	width: 100%;
	font-size: 8pt;
}
}
	

/* -------------------------------- 
for small device
-------------------------------- */
@media screen and (max-width: 380px) {
.title {
	font-size: 1.2em;
	top: 48px;
}
.recommend h3 {
	position: relative;
	left: 50%;
	margin-left: -336px;
}

ul.yoyaku-attention li {
	line-height: 2;
}

ul.close-attention {
	text-align: left;
}
ul.close-attention li {
	margin-bottom: 10px;
}

.inner-st_block-price h5 {
	font-size: 10pt;
 }

}


/* -------------------------------- 
for iPhone se
-------------------------------- */
@media screen and (max-width: 320px) {
#site-title {
	font-size: 1.2em;
	top: 45px;
	left: 10px;
}

/* -------------------------------- 
	#home
-------------------------------- */
#home {
	width: 100%;
	height: 380px;
	background-image: url(../images/logo-kumakotsu.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70%;
	padding: 0;
	background-color: #fff;
}

.recommend h3 {
	width: 220px;
	position: relative;
	left: 50%;
	margin-left: -290px;
}

.inner-info_block img {
	width: 95%;
}


.inner-st_block h2 {
	font-size: 1.2em;
}
}