@charset "utf8";

/*
紺：#231098
赤：#b80137
*/

/* SP版
=============================================== */

@media screen and (max-width:640px) {

.pc-only {
	display: none;
}
.sp-only {
	display: block;
}
.wrap {
	width: 100%;
}


/* body
=============================================== */
body {
	font-size: 16px;
}
.content {
	width: 100%;
	min-width: 100%;
}
.content_inner {
	padding: 0 4%;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}



/* header
=============================================== */
header {
    width: 100%;
    min-width: 100%;
}
.header_left {
    float: left;
    width: 150px;
    margin: 18px 5% 10px;
}
.header_right {
    float: right;
    margin: 15px 2% 0;
    padding: 10px 12px 6px;
    background: rgba(0,0,0,0.8);
    border-radius: 4px;
}
.header_right ul li {
	margin-right: 0;
	line-height: 250%;
	font-size: 18px;
	float: none;
}

nav{
    display: none;
    position: absolute;
    top: 85px;
    width: 100%;
    background: rgba(0,0,0,0.8);
    left: 0;
}
.header_right ul{
    display: block;
    margin: 0 auto;
    width: 100%;
}
header nav ul li{
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
}
header nav ul li:last-child{
    border: none;
}
.header_right ul li a,
.header_right ul li a:hover,
.header_right ul li a:visited,
header nav ul li a,
header nav ul li a:hover
header nav ul li a:visited{
    display: block;
    color: #fff;
}

#nav_toggle{
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    top: 4px;
    z-index: 100;
}
#nav_toggle div {
    position: relative;
}
#nav_toggle span{
    display: block;
    height: 3px;
    background: #fff;
    position:absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;	
}
#nav_toggle span:nth-child(1){
    top:0px;
}
#nav_toggle span:nth-child(2){
    top:12px;
}
#nav_toggle span:nth-child(3){
    top:24px;
}
.open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
.open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


/* footer
=============================================== */
footer {
	width: 100%;
	min-width: 100%;
}

/* page_common
=============================================== */

.block_first {
	width: 100%;
	height: 60px;
}
.block_last {
	width: 100%;
    height: 60px;
    margin-top: -60px;
    position: relative;
    z-index: -1;
}
.block_bg {
	width: 100%;
	border-radius: 0 60px 0 60px;
	margin-top: -60px;
	padding: 60px 0;
}

.flex_bottom {
	display: block;
}
.flex_box {
	display: block;
}


/* index
=============================================== */
.main_visual {
	padding-top: 180px;
}
#block_main {
	background: url(../img/bg_main.jpg);
	background-size: cover;
	border-radius: 0 0 0 40px;
	height: 450px;
	width: 100%;
    min-width: 100%;
}
.main_content {
	position: relative;
	margin-left: 10%;
	position: relative;
}
.main_slide img {
	width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}
.main_message {
	position: absolute;
	top: 45px;
    left: 10%;
    font-size: 24px;
    text-shadow: 1px 1px 1px #b0b0b0;
}
#main_message01 {
}
#main_message02 {
	margin-left: 40px;
}
#main_message03 {
	text-align: right;
}







.block_title01 {
	font-size: 26px;
}
.block_title02 {
	font-size: 20px;
	margin: 0px 0px 30px;
}
.block_title02:before {
	content: "-";
    font-weight: bold;
    color: #5cb9c4;
    margin: 0 10px 0 15px;
}


.name_box {
	font-size: 24px;
    text-shadow: 1px 1px 1px #fff;
    margin: 40px 20px 0;
    background: url(../img/logo-mark.png)no-repeat;
    background-size: 200px;
    background-position: center center;
}
.block_txt {
	margin-bottom: 60px;
}
.block_txt p {
	font-size: 24px;
	margin-top: 8px;
}
.block_txt p:before {
	content: "-";
    font-weight: bold;
    color: #5cb9c4;
    margin: 0 10px 0 15px;
}

.service_box {
	width: 85%;
	height: auto;
    margin: 0 auto;
	display: block;
	margin-bottom: 40px;
}
.service_image {
	width: 100%;
}
.service_image img {
	width: 100%;
}
.service_txt {
	padding: 20px 3%;
	font-size: 24px;
}
.service_txt ul {
	margin-top: 10px;
	padding: 0 2% 0 8%;
}

.news_box dl {
	display: flex;
}
.news_box dl:first-child dt,
.news_box dl:first-child dd {
	border-top: 2px solid #34322f;
}
.news_box dt {
	width: 30%;
	margin-right: 5%;
	border-bottom: 2px solid #34322f;
	padding: 20px 10px;
}
.news_box dd {
	width: 65%;
	border-bottom: 2px solid #34322f;
	padding: 20px 10px;
}
.news_box dt .news_day {
	margin-right: 0px;
    display: block;
}
.news_box dl dd:before {
	transition: 1.0s;
	content: "ー";
	font-weight: bold;
    color: #5cb9c4;
    margin: 0 5px 0 0;
}
.news_box dl:hover dd:before {
	content: "ー";
	font-weight: bold;
    color: #5cb9c4;
    margin: 0 5px 0 0;
}
.company_box {
	background: rgba( 255, 255, 255, .8);
	background-image: url(../img/kondo-c.png);
    background-repeat: no-repeat;
    background-position: bottom 20px center;
    background-size: 180px;
	padding: 20px 5% 200px;
	border-radius: 10px;
}
.company_box th {
	padding: 20px 0;
	width: 35%;
}




/* page
=============================================== */
.page_title01 {
	font-size: 30px;
	padding-top: 0;
	position: relative;
	z-index: 10;
}
.page_title02 {
	font-size: 26px;
	margin: 0px 0px 40px;
	position: relative;
	z-index: 10;
}
.page_content#block_main {
	height: 350px;
}
.page_content .main_visual {
	padding-top: 120px
}

.block_description {
	width: 100%;
	margin: 0 0 20px;
}
#page p {
	font-size: 18px;
}
.block_image {
	width: 40%;
	margin: 0 auto 15px;
}
.block_image img {
	width: 100%;
}
.block_title {
	margin-bottom: 25px;
}

.box_left,
.box_right {
	width: 100%;
	margin-bottom: 30px;
}
.box_image {
	text-align: center;
}
.box_image img {
	width: 50%;
}
.price_title {
	background: #5cb9c4;
	box-sizing: border-box;
	padding: 10px 0;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.price_box {
	background: #F4F4F4;
	padding: 20px;
}
.price {
    font-size: 36px;
}
.price_box li {
	font-size: 18px;
}

.page_main_top {
	font-size: 28px;
	text-align: center;
}
#page_first {
	height: 200px;
	width: 100%;
	min-width: 100%;
}
#page_first .inner {
	padding: 120px 0 0;
}
.page_content {
	width: 100%;
	min-width: 100%;
	padding-bottom: 80px;
}

.page_block_title {
	margin-top: 60px;
	margin-left: 0;
	height: 140px;
}
.page_block_title .block_title01,
.page_block_title .block_title02 {
}
.page_block_title .block_title01 {
	top: -30px;
}
.page_block_title .block_title02 {
	top: 10px;
}
.page_block_image {
	position: absolute;
	top: 0;
	right: 10%;
	width: 55%;
	height: 100px;
	overflow: hidden;
	box-shadow: 30px -30px 0 #F3C262;
}
.page_block_image img {
	width: 100%;
	height: auto;
}


/* form
=============================================== */
.wpcf7 {
	width: 100%;
	margin: 0 auto;
	font-size: 16px;
}
.wpcf7 label {
	width: 100%;
	margin: 0 auto;
}
.wpcf7 input[type="text"],.wpcf7 input[type="email"],.wpcf7 textarea {
	width: 100%;
	margin: 0 auto 20px;
	padding: 7px;
	font-weight: 100;
}
.wpcf7 input[type="submit"] {
	width: 60%;
	font-size: 20px;
}


.site_block_box {
	width: 100%;
}

.voice_box {
	width: 98%;
	margin: 80px 1% 60px;
}




/* /for SP */
}