@charset "utf-8";
/*----------------------------------------------------------------------------------------------------------
	スマホ用（～768px）
------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	padding:0;
	box-sizing: border-box;
}
html,body { height:100%;}
body {
	margin:0;
	font-size: 1rem;
	line-height: 175%;
	color: #232323;
	-webkit-text-size-adjust: 100%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary { display:block;}

a			{color:#006A64;	text-decoration: underline;}
a:hover		{color:#4A9782;	text-decoration: none;}
ol,ul,li	{list-style:none;	margin:0;	padding:0;}
img			{border:0;	width: 100%;	height: auto;	vertical-align:bottom;}
p			{margin-bottom: 1rem;	position: relative; z-index: 1;}
strong		{font-weight:bold;}
small		{font-size:0.88em;}
table		{border:0;	border-collapse:collapse;	margin-bottom:1rem;	width:100%;}
table th,
table td	{font-weight:normal;	text-align:left;	vertical-align: top;	line-height: 175%;}
hr			{height: 5px;	margin: 2rem 0;	padding: 0;	border:none;	
			background: url("../image/bg_line_5px_grn.png") repeat-x 0 0;
			/*background-size: 95px;*/}

.clearfix 		{zoom:1;/*for IE 5.5-7*/}
.clearfix:after {content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}
.clear 			{clear:both; margin:0;}
.sp_none		{display: none;}
.pc_none		{display: block;}
.pc_none-inline		{display: inline;}

strong.strong_grn01{color: #006A64;	}
.center		{text-align: center;}
.center02	{margin: 0 auto;}
.right		{text-align: right;}
.left		{text-align: left;}
.inline		{padding: 0 0 0 1rem;}


.txt_price01{
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 800;
	font-style: normal;
	font-variation-settings:
    "wdth" 100;
}
.txt_tel01 small{font-size: 1.35rem;}

.txt_bg_green01{
    background-color: #006A64;
    color: #FFF;
    padding: 0.35rem 1rem;
}

.textBox_2column{}

.zen-old-mincho-bold {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-style: normal;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: italic;
  font-variation-settings:
    "wdth" 100;
}



/*ヘッダー（スマホ）
*************************************************/
header{}
h1#h1_sp_header {display: none;}
#header-pc {display:none;}

#header-sp {
position: relative;
background-color: #006A64;
padding: 0;
margin: 0 0 2rem 0;
}
#sp-1st-view-block01 {
   background: url("../image/header_sp_bgimg01.webp") no-repeat center top;
   background-size: 100%;
   padding:35px 0 10px 0;
   margin: 0;
   text-align: center;
}

.lead01 {color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.5;
   text-shadow: 0 0 6px #000 ;
}
.lead02 {
    margin: 15px auto;
    color: #FFFFFF;
    font-size: 1.25rem;
    line-height: 1.8;
    background-color: #B41A6E;
    border-radius: 22px;
    padding: 0.6rem 1rem;
    font-weight: bold;
}

.h-price-block {
position: relative;
z-index: 5;
    color: #FFF;
    margin: 25px auto 5px auto;}

.h-price-block .h-bg-green {
background-color: #004030;
width: 24px;
height: 46px;
line-height: 1.3;
padding-top: 0.2rem ;
display: inline-block;
vertical-align: top;
margin-top:-0.5rem; 
}

.h-price-block .h-price {
font-size:3rem;
text-shadow: 6px 2px 0 #004030 ;
padding: 0 0.5rem;
}

.h-price-block .h-currency {
font-weight: bold;
font-size: 1.3rem;
text-shadow: 3px 2px 0 #004030 ;
}
.h-note01 {text-align: right;
font-size: 0.8rem;
padding-right: 1rem;
color:#FFF;
}

/*#sp-mainImage {
width: 100%;
z-index: 1;
position: relative;
}*/
.mainImage {
width: 100%;
z-index: 1;
position: relative;
}
#sp-1st-view-block02 {
background: url("../image/header_sp_bgparts_02.png") no-repeat right -24px top -40px;
background-size: 130px;
   color: #FFF;
   padding:25px 0 0 0;
   text-align: center;
   z-index: 2;
position: relative;
top: -40px;
font-size: 1.125rem;
}

/*キャッチコピー*/
#sp-1st-view-parts01 {
z-index: 3;
position: relative;
top:-40px;
width:90%; 
margin: 0 auto;
}
/*graphic*/
#sp-1st-view-parts02 {
z-index: 4;
position: absolute;
top:136px;
left: -31px;
width: 142px;
}

ul.ul_sp-h-contact {
margin: 0rem auto;
padding: 0;
width: 96%;
 display: flex;
}

ul.ul_sp-h-contact li {
    width: 48%;
    margin: 0 1% 0;
}


/*コンテンツ（スマホ）
*************************************************/
.inner01,.inner02,.inner03{
	width:100%;
	margin: 0 auto;
	padding: 0 1rem;
}
#contents{
	padding: 1rem 0 2rem 0;
	overflow: hidden;
	min-height: 400px;
}
section{padding: 0 0 2rem 0;}
.inner01::after,
.inner02::after,
section::after{content:".";	display: block;	height:0px;	clear:both;	visibility:hidden;	font-size: 0.1em;	line-height:0;}

section.bg-yellow {background-color: #FFF9E5;padding: 2rem 0 2rem 0; margin-bottom: 2rem;}
section.bg-beige {
    background-color: rgba(220,208,168,0.38);
    padding: 2rem 0 1rem 0;
    margin-bottom: 0;
}


/*hタイトル*/
h2.h2_com01 {
font-size: 1.375rem;
line-height: 140%;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #232323;
  background: url("../image/img_effect01.png") ,url("../image/img_effect02.png");
  background-repeat: no-repeat;
  background-size: 72px, 72px;
  background-position: 0% 50%, 100% 50%;
  margin: 0 0 1.25rem 0;
  /*position: relative;*/
  text-align: center;
}


h3.h3_com01{
	font-size: 1.25rem;
	line-height: 140%;
	font-weight: 700;
    color: #006A64;
	margin: 0 0 1rem 0;
    text-align: center;
}

/*h4.h4_com01,
h4.h4_com02{
	font-size: 1.06rem;
	color: #17907f;
	position: relative;
	margin: 0 0 0.25rem 0;
}
h4.h4_com02{
	color: #1a1a1a;
}*/


/*ボタン、リンク*/


a.link_arrow01{
	background: url("../image/icn_arrow01.png") no-repeat 1px 50%;
	background-size: 14px;
	padding: 0 0 0 20px;
}
a.btn_com01{
	display: inline-block;
	height: 36px;
	line-height: 36px;
	border-radius: 18px;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	/*font-weight: 500;*/
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	background: #006A64 url("../image/icn_arrow01_wht.png") no-repeat right 10px top 50%;
	background-size: 12px;
	padding: 0 34px 0 22px
}
a.btn_com02{
	display: block;
	width: 100%;
	max-width: 480px;
	height: 50px;
	line-height: 50px;
	border-radius: 25px;
	transform: rotate(0.03deg);/* シャギーを防ぐ指定 */
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	transition: 0.3s;
    background-image: linear-gradient(0deg, #94005D, #C4649D);
    border: 1px solid #FFF;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
a.btn_com02:after{/*矢印*/
	position: absolute;
	content: '';
	top: 16px;
	right: 20px;
	width: 12px;
	height: 22px;
	background: url("../image/../image/icn_arrow01_wht.png") no-repeat 0 0;
	background-size: 12px;
}
a.btn_com02:hover,a.btn_com01:hover{
	opacity: 0.6;
	color: #fff;
}
/*リスト*/
/*ol.ol_com01{margin: 0 0 1rem 1.25rem;}
ol.ol_com01 li{list-style: decimal;	padding: 0 0 0.25rem 0;}
ol.ol_com02{
	margin: 0 0 1rem 32px;
	counter-reset: li;
}
ol.ol_com02 li{
	padding: 0 0 0.25rem 0;
	position: relative;
}*/
/*ol.ol_com02 > li:before {
	position: absolute;
	counter-increment: li;
	content: counter(li) "";
	left: -32px;
	top: 1px;
	color: #fff;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 100%;
	background: #13BC9F;
	font-family: "Open Sans", sans-serif;
	transform: rotate(0.03deg);
	font-weight: 500;
}*/
ul.ul_com01,
ul.ul_com02 {margin: 0 0 1rem 0;}
ul.ul_com01 li,
ul.ul_com02 li{
	position: relative;
	padding: 0 0 0.25rem 1rem;
}
ul.ul_com01 li:before{
	position: absolute;
	content: '';
	top: 11px;
	left: 4px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #1a1a1a;
}
ul.ul_com02 li:beforee{
	position: absolute;
	content: '';
	top: 8px;
	left: 1px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #DCD0A8;
}



/*テーブル*/
.table_scroll{
	overflow: auto;/*tableをスクロールさせる*/
	white-space: nowrap;/*tableのセル内にある文字の折り返しを禁止*/
	margin-bottom:1rem;
}
.table_scroll::-webkit-scrollbar{height: 5px;} 
.table_scroll::-webkit-scrollbar-track{background: #F1F1F1;}
.table_scroll::-webkit-scrollbar-thumb {background: #BCBCBC;}

table.table_com01{
	/*border-bottom: 5px double #6DB2E3;*/
	margin-bottom: 1rem;
}

table.table_com01 th{
	display: block;
	background: #FFFFFF;
	color: #232323;
	font-weight: bold;
	padding: 10px 10px 4px 10px;
	border-radius: 5px;
}

table.table_com01 td{
	display: block;
	padding: 10px 10px 16px 10px;
}

/*レイアウト配置*/
ul.ul_wrap_2column > li{margin: 0 0 1rem 0;}
ul.ul_wrap_3column > li{margin: 0 0 1rem 0;}



/*画像*/
img.img_originalSize01,img.img_originalSize02{
	width: auto;
	max-width: 100%;
	margin: 0 0 1rem 0;
}
img.img_center01,img.img_center02{
	display: block;
	width: auto;
	max-width: 100%;
	margin: 0 auto 1rem auto;
}
img.img_originalSize01,
img.img_center01{
	border-radius: 20px;
}
img.img_right_w280,
img.img_right_w330{
	display: block;
	max-width: 280px;
	border-radius: 20px;
	margin: 0 auto 1rem auto;
}
img.img_right_w330{max-width: 330px;}

.imgBox_right_w280,
.imgBox_right_w330{
	display: block;
	max-width: 280px;
	text-align: center;
	font-size: 0.88rem;
	color: #808080;
	margin: 0 auto 1rem auto;
}
.imgBox_right_w330{max-width: 330px;}
.imgBox_right_w280 img,
.imgBox_right_w330 img{
	border-radius: 20px;
	margin-bottom: 2px;
}


/*フッター（スマホ）
*************************************************/
footer {
    background-color: rgba(220,208,168,0.38);
    padding-bottom: 4rem}

.copyright{
	clear: both;
	width: 100%;
	padding: 1rem 0 0 0;
	font-size: 0.81rem;
	text-align: center;
}
/* ボタン_ページトップ */
.btn_pagetop{
	display: none;
	position: fixed;
	bottom: 54px;
	right: 8px;
	width:40px;
	height:40px;
	z-index: 2;
}

/*下固定ボタン*/
.btn_bottom01{
	position: fixed;
	bottom: 0;
	right: 0;
    width: 100%;
	/*width: calc(100% - 1px);*/
	height:50px;
	z-index: 2;
    border: 1px solid #FFFFFF;
    /*background: linear-gradient(120deg, rgba(30, 153, 143, 1) 0%, rgba(0, 91, 85, 1) 60%)*/
}
.btn_bottom01 a {background: linear-gradient(120deg, rgba(30, 153, 143, 1) 0%, rgba(0, 91, 85, 1) 60%)}

    
.btn_bottom01 a.tel,
.btn_bottom01 a.line{
	display: block;
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
    text-decoration: none;
	font-size: 0.88rem;
	padding: 0 0 0 15px;
    background: linear-gradient(120deg, rgba(30, 153, 143, 1) 0%, rgba(0, 91, 85, 1) 60%);
    position: relative;
    /*background:  url("../image/icn_tel01.png") no-repeat calc(50% - 64px) 50%;
	background-size: 20px;*/
}

.btn_bottom01 a.tel:before{/*電話マーク*/
	position: absolute;
	content: '';
	top: 12px;
	left: 20px;
	width: 20px;
	height: 25px;
	background: url("../image/icn_tel01.png") no-repeat 0 0;
	background-size:  20px;
}

.btn_bottom01 a.line:before{/*LINEマーク*/
    /*background:  url("../image/icn_line01.png") no-repeat calc(50% - 70px) 50%;*/
    position: absolute;
	content: '';
	top: 10px;
	left: 12px;
	width: 30px;
	height: 30px;
    background: url("../image/icn_line01.png") no-repeat 0 0;
    background-size: 30px;

}

.btn_bottom01 a.tel:hover,
.btn_bottom01 a.line:hover{
	opacity: 0.65;
}

.btn_bottom01 a:nth-child(1) {border-right:1px solid #FFFFFF;}








/*-------------------------------------------------------------------------------------------------------------------------------
	タブレット用（768px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width:768px){

.sp_none	{display: block;}
.pc_none	{display: none;}
.pc_none-inline {display: none;}
.textBox_2column{
	column-count: 2;
	column-gap: 2rem;
	text-align: justify;
}
/*ヘッダー（タブレット）
*************************************************/
#header-sp {display:none;}
#header-pc {display:block;}

#header-pc {height: 100%; position: relative; margin-bottom: 2rem;}
#pc-h-block01{
	height: 80px;
    color: #FFF;
    position: relative;
}

h1.h1_logo_header01{
    position: absolute;
	width: 170px;
	top: 12px;
	left: 15px;
}

.lead01 {
    color: #006A64;
    font-size: 1.0rem;
    position: absolute;
    top:15px;
    left:200px;
   text-shadow:none;
}

/*キャッチコピー*/
#pc-h-parts01 {
z-index: 3;
position: absolute;
top:52%;
left:55px;
width: 36%;
max-width:472px;
}

#pc-h-parts03 {
z-index: 4;
position: absolute;
top:22%;
left:55px;
width: 36%;
max-width:479px;
}

/*電話とLINEボタン*/
#pc-h-parts04 {
z-index: 5;
position: absolute;
bottom:12%;
left:50px;
width: 36%;
max-width:479px;
}

#pc-h-parts05 {
z-index: 6;
position: absolute;
right:10%;
bottom:10%;
width: 42%;
max-width:500px;
color: #FFFFFF;
font-weight: bold;
text-align: center;
font-size: 1.4rem;
line-height: 180%;
}

/*ヘッダー電話番号*/
img.pc-h-tel01 {
    position: absolute;
    bottom:10px;
    right:20px;
    width: 20%
}


/*コンテンツ（タブレット）
*************************************************/
.inner01{/*pc:1000+32+32=1064px*/
	max-width: 1064px;
	padding: 0 2rem;
}
.inner02{/*pc:1100+32+32=1164px*/
	max-width: 1164px;
	padding: 0 2rem;
}
.inner03{/*pc:1300+32+32=1164px*/
	max-width: 1364px;
	padding: 0 2rem;
}
#contents{
	padding: 1rem 0 2rem 0;
}

/*タイトル、文章*/
h2.h2_com01 {
  font-size: 1.8rem;
  line-height: 140%;
  background: url("../image/img_effect01.png") ,url("../image/img_effect02.png");
  background-repeat: no-repeat;
  background-size: 100px, 100px;
  background-position: 10% 50%, 90% 50%;
  margin: 0 0 2rem 0;
}

/*テーブル*/
/*table.table_com01,
table.table_com02{border: none;}*/
table.table_com01 th{
	display: table-cell;
	width: 22%;
	padding: 1rem 1rem 1rem 1rem;
	border-radius:0;
	border-bottom: 3px solid #f2edde;
}
table.table_com01 td{
	display: table-cell;
	padding: 1rem 1rem 1rem 1rem;
	background: #F4F4F7;
	border-bottom: 3px solid #f2edde;
}
table.table_com01 tr:nth-child(1) th {border-radius: 12px 0 0 0;}
table.table_com01 tr:nth-child(1) td {border-radius: 0 12px 0 0;}
table.table_com01 tr:last-child td {border-radius: 0 0 12px 0;	border-bottom: none;}
table.table_com01 tr:last-child th {border-radius: 0 0 0 12px;	border-bottom: none;}

/*レイアウト配置*/
ul.ul_wrap_3column{
	display:flex;
	flex-wrap:wrap;
}
ul.ul_wrap_3column > li{
	width: 48%;
	margin: 0 4% 1rem 0;
}
ul.ul_wrap_3column > li:nth-child(2n){margin: 0 0 1rem 0;}
/*画像*/
img.img_right_w280,
.imgBox_right_w280{
	float: right;
	margin: 0 0 1rem 2rem;
}
img.img_right_w330,
.imgBox_right_w330{
	float: right;
	margin: 0 0 1rem 2rem;
}

/*フッター（タブレット）
*************************************************/
footer {
    padding-bottom: 2rem}
/* ボタン_ページトップ */
.btn_pagetop{
	width:50px;
	height:50px;
	bottom: 60px;
	right: 8px;
}


/*左下固定ボタン*/
.btn_bottom01{
	bottom: 0;
	right: 0;
	width: 400px;
	height:50px;
}
.btn_bottom01 a.tel,
.btn_bottom01 a.line{
	height: 50px;
	line-height: 50px;
}

/*スマホでタップした時だけ電話発信を有効にする*/
a[href^="tel:"]{
	pointer-events: none;
}

/********/
}




/*-------------------------------------------------------------------------------------------------------------------------------
	PC用（1100px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1100px){

.txt_tel01	{font-size: 2.25rem;}
.txt_tel01 small{font-size: 1.75rem;}

/*ヘッダー（PC）
*************************************************/
/*header{
	height: 110px;
}*/
h1.h1_logo_header01{
	width: 244px;
	top: 12px;
	left: 15px;
}

.lead01 {
    font-size: 1.25rem;
    top:28px;
    left:300px;
}

/*ヘッダー電話番号*/
img.pc-h-tel01 {
    top:16px;
    right:22px;
    width: 22%;
max-width: 321px}

/*キャッチコピー*/
#pc-h-parts05 {
right:135px;
bottom:12%;
width: 42%;
max-width:500px;
font-size: 1.6rem;
line-height: 200%;
}



/*コンテンツ（PC）
*************************************************/
#contents{
	padding: 1rem 0 3rem 0;
}
section{padding: 0 0 2rem 0;}

/*タイトル、文章*/
h2.h2_com01 {
  font-size: 2.375rem;
  /*line-height: 140%;*/
  background: url("../image/img_effect01.png") ,url("../image/img_effect02.png");
  background-repeat: no-repeat;
  background-size: 124px, 124px;
  background-position: 10% 50%, 90% 50%;

}

h3.h3_com01{
	font-size: 1.75rem;
	padding: 0 0 8px 0;
	margin: 0 0 1.15rem 0;
}

/*h4.h4_com01{}*/

/*ボタン*/
a.btn_com02{font-size: 1.125rem;}

/*テーブル*/
table.table_com01 th,
table.table_com02 th{
	width: 20%;
	padding: 1rem 1rem 1rem 1.5rem;
}
/*レイアウト配置*/
.box_left01	{float: left;	width: 47.5%;}
.box_right01{float: right;	width: 47.5%;}
.box_stripe01	{
	background-size: 120px, 20px;
	padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
ul.ul_wrap_2column{
	display:flex;
	flex-wrap:wrap;
}
ul.ul_wrap_2column > li{
	width: 47%;
	margin: 0 6% 1rem 0;
}
ul.ul_wrap_2column > li:nth-child(even){
	margin: 0 0 1rem 0;
}
ul.ul_wrap_3column > li{
	width: 31%;
	margin: 0 3.5% 1rem 0;
}
ul.ul_wrap_3column > li:nth-child(2n){margin: 0 3.5% 1rem 0;}
ul.ul_wrap_3column > li:nth-child(3n){margin: 0 0 1rem 0;}

/*画像*/
img.img_originalSize01,
img.img_center01{
	border-radius: 30px;
}
img.img_right_w280,
img.img_right_w330,
.imgBox_right_w280,
.imgBox_right_w330{
	border-radius: 30px;
	margin: 0 0 1rem 3rem;
}
.imgBox_right_w280 img,
.imgBox_right_w330 img{
	border-radius: 30px;
}


/*フッタ―（PC）
*************************************************/

/*.copyright{
	padding: 1rem 0 0 0;
	text-align: center;
}*/
/********/
}




/*-------------------------------------------------------------------------------------------------------------------------------
	大PC用（1300px～）
---------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1300px){

/********/
}