@charset "utf-8";

/*-------------------------------------------------------------------
　common
-------------------------------------------------------------------*/
#wrapper{
	width:100%;
	margin:0 0 0 0;
	overflow:hidden;
}

.content{
	width:100%;
	margin:0 auto;
	padding:70px 0;
	overflow:hidden;
}

.inner{
	width: 1000px;
	margin: 0 auto;
}

.bgGreen{background-color: #EBF5F5;}
.bgGray{background-color: #FAFAFA;}

h3.title{
	font-family: 'Noto Serif JP', serif;
	color: #368079;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.inner{
	width: 90%;
	margin: 0 auto;
}

h3.title{
	font-size: 25px;
	text-align: center;
	margin-bottom: 25px;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.content{
	width:100%;
	margin:0 auto;
	padding:40px 0;
	overflow:hidden;
}

.inner{
	width: 80%;
	margin: 0 auto;
}

h3.title{
	font-size: 18px;
	text-align: left;
	margin-bottom: 25px;
}
}

/*-------------------------------------------------------------------
　main01
-------------------------------------------------------------------*/
.main01Tx{
	width: 800px;
	margin: 0 auto;
	text-align: center;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.main01Tx{
	width: 100%;
	text-align: left;
}
}

/*-------------------------------------------------------------------
　main02
-------------------------------------------------------------------*/
#main02_ph{
	margin-bottom: 30px;
}

#main02_ph img{
	width: 100%;
	height: auto;
}

/*-------------------------------------------------------------------
　main03
-------------------------------------------------------------------*/
.cont {
	font-family: 'Noto Serif JP', serif;
	color: #F47074;
	text-align: center;
}

.contTx {
	display: inline-block;
	position: relative;
	font-weight: bold;
}

.contTx::before,
.contTx::after {
	content: "";
	display: inline-block;
}

.contTx::before {
	border-left: 2px solid #F47074;
	-webkit-transform: rotate(-25deg);
	transform: rotate(-25deg);
}

.contTx::after {
	border-right: 2px solid #F47074;
	-webkit-transform: rotate(25deg);
	transform: rotate(25deg);
}

.contWrap .contTx {
	padding: 0 45px 0 45px;
}

.contWrap .contTx::before,
.contWrap .contTx::after {
	position: absolute;
	top: 0px;
	width: 80px;
	height: 50px;
}

.contWrap .contTx::before { left: 0; }
.contWrap .contTx::after { right: 0; }

.contTx_sm {
	display: block;
	font-size: 20px;
	text-align: center;
	line-height:1.2;
}

.contTx_main {
	display: block;
	font-size: 25px;
	text-align: center;
}

#telBox{
	font-family: 'Noto Serif JP', serif;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

#tel{
	width: 48%;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #368079;
	padding: 10px 0;
	border-radius: 10px;
}

#tel span{
	display: block;
	font-size: 14px;
	text-align: center;
}

#tel a,
#order_dl a{
	color: #FFF;
}

#order_dl{
	width: 48%;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F25459;
	border-radius: 10px;
}

#order_dl a:hover{
	color: #FFFFBF;
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.contWrap .contTx {
	padding: 0 20px 0 20px;
}

.contTx_sm {
	font-size: 15px;
	margin-bottom: 7px;
}

.contTx_main {
	font-size: 20px;
	line-height:1.4;
}

#telBox{
	width: 100%;
	display: block;
	margin-top: 30px;
}

#tel{
	width: 95%;
	font-size: 25px;
	margin: 0 auto 20px;
}

#tel span{
	display: block;
	font-size: 12px;
	margin-top: 5px;
}

#order_dl{
	width: 95%;
	font-size: 16px;
	margin: 0 auto;
	padding: 25px 0;
}
}

/* ---- sp 480-------------- */
@media only screen and (max-width:480px){
.contTx_main {
	font-size: 18px;
}
}


/*-------------------------------------------------------------------
　会社概要
-------------------------------------------------------------------*/

.comTable_Wrap {
	width: 1000px;
	margin:0 auto;
}

.comTable_Wrap table {
	width: 100%;
	border-top: 1px solid #B6DBDB;
	border-collapse: collapse;
	border-spacing: 0;
	margin:0 auto;
}

.comTable_Wrap table th {
	width: 160px;
	padding: 15px 40px 15px 40px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #FFF;
	background-color: #D0E8E8;
	text-align: center;
}

.comTable_Wrap table td {
	padding: 15px 40px 15px 50px;
	border-width:0px 0px 1px 0px;
	border-style:solid;
	border-color: #B6DBDB;
	text-align:left;
	background-color: #FFF;
}

/* ---- tablet ------------- */
@media only screen and (max-width:1024px){
.comTable_Wrap {
	width: 90%;
}
}

/* ---- sp 767-------------- */
@media only screen and (max-width:767px){
.comTable_Wrap table tr.odd {
	background: #F0F0F0;
}

.comTable_Wrap table {
	border-width:0 0 0px 0;
	border-color:#CCC;
	border-style:solid;
	background: #F0F0F0;
}

.comTable_Wrap table th,
.comTable_Wrap table td {
	width:90%;
	padding:10px 5%;
	display:block;
	white-space: normal;
	border: none;
}

.comTable_Wrap table td{
	background-color:#FFF;
	border:none;
}
}

