@charset "UTF-8";

/****************************************
		TOP Setting 
*****************************************/
/* topslide */
.sec_topslide .slick-slide {
  height: auto;
  padding: 0 10px;
}

.topslides {
  position: relative;
}

.topslide_clm {
  position: absolute;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: right;
}
.slick-slide img.sp_only {
  display: none;
}
  
.slick-prev {
    left: 25px;
    z-index: 100;
}
.slick-next {
	right: 25px;
	z-index: 100;
}

.top_tit {
  position: relative;
  text-align: center;
  padding: 0 0 2.5em;
}

.top_tit h2 {
  font-size: 2.2em;
  line-height: 1.4;
}

.top_clm {
  text-align: center;
  padding: 20px 0;
}

.top_access p{
  padding-bottom: 30px;
  text-align: center;
}

.top_access a{
	text-align: center;
}

.top_access-btn{
	cursor: pointer;
    display: block;
    color: #660000;
    border: #660000 1px solid;
    transition: all 200ms 0s ease;
    text-align: center;
    width: 320px;
	margin: 0 auto;
	position: relative;
}

.top_access-btn a{
	display: block;
	font-weight: 500;
	padding: 15px 35px;
}

.top_access-btn:hover{
	opacity: 0.8;
	background-color: #f3cdcd;
	transition: 0.5s;
}

.top_access-btn a:hover{
	text-decoration: none;
	color: #660000;
}

.top_access-btn i.fa-angle-right{
	padding-right: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.sec_top {
  padding-bottom: 110px;
}

/* attention */
.attention {
    width: 870px;
    margin: 25px auto;
    padding: 1.3em;
}
.attention h3 {
    font-size: 1.4em;
    color: #333;
    text-align: center;
    margin-bottom: 7px;
    font-weight: bold;
}
.attention p {
    text-align: center;
}
.attention a {
    color: #1111cc;
}

/* sec_top_01 */
.sec_top_01 {
	background-color: #fef0e8;
	background-image: url(../img/top/bg_logo.png);
	background-repeat: no-repeat;
	background-position: left 10% bottom 10%;
}

.imgh2-blk {
	padding: 5% 0 12%;
}

.imgh2-blk .imgh2-blk-inner {
	position: relative;
}

.imgh2-blk .img-box {
    position: absolute;
    top: 0;
    right: -300%;
    left: -300%;
    margin: 0 auto auto;
    width: auto !important;
}

.imgh2-blk .img-box figure {
	margin: 0;
    text-align: center;
}

.imgh2-blk .img-box figure img {
	height: 500px;
    width: auto;
    margin-right: 700px;
}

.imgh2-blk .txt-box {
    float: right;
    background: white;
    padding: 5%;
    position: relative;
	width: 50%;
	box-sizing: border-box;
}
.imgh2-blk .txt-box h2 {
	font-size: 2em;
    margin-bottom: .5em;
}
.sec_top_01 .imgh2-blk .txt-box {
	margin-top: 6%;
}

.sec_top_01_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.sec_top_01_btn .blk {
	width: 30%;
	margin: 1.5%;
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.sec_top_01_btn .blk a {
	color: #000;
}
.sec_top_01_btn .blk a:hover {
	text-decoration: none;
}
.sec_top_01_btn .blk p {
	z-index: 100;
}
.sec_top_01_btn .blk dl {
	background: #fff;
	padding: 8px;
	letter-spacing: 2px;
	text-align: center;
	margin: 180px 20px 10px;
    z-index: 100;
    position: relative;
}
.sec_top_01_btn .blk dl dt{
	color: #660000;
	font-size: .9em;
}
.sec_top_01_btn .blk dl dd {
	color: #ff7d00;
	font-size: 1.8em;
	line-height: 1.2;
}
.sec_top_01_btn .blk p.photo {
	z-index: 100;
	position: absolute;
	top: 0;
}

/* sec_top_02 */
.sec_top_02 .imgh2-blk .txt-box {
	margin-top: 9%;
	box-shadow: #eee 0px 0px 5px;
}

/* sec_top_03 */
.sec_top_03 {
	padding: 70px 0 20px;
}

.sec_top_03 h2 {
	color: #66000;
}

.sec_top_03 .blk3_area .blk {
	border: #660000 1px solid;
	background: #fff;
	position: relative;
}

.sec_top_03 .blk3_area .blk:hover {
	background: #efe5e5;
}
.sec_top_03 .blk3_area .blk a:hover {
	color: #660000;
}

.sec_top_03 .blk3_area .blk h3 {
	font-size: 1.1em;
	text-align: center;
	padding: 15px 0;
}

.sec_top_03 .blk3_area .blk h3 i {
	position: absolute;
    right: 12px;
    line-height: 1.4;
}


/* sec_top_04 */
.sec_top_04 {
	padding: 70px 0 100px;
}

.sec_top_04_btn {
    display: flex;
    justify-content: space-between;
	margin: 1em 0 0;
}

.sec_top_04_btn .btn_style.round {
	margin: 1em 0;
}

.sec_top_news .top_tit {
  text-align: left;
  position: relative;
}

.sec_top_news .top_tit h2 {
  font-size: 200%;
}

.info_area .info_blk {
	width: 48%;
	margin: 1em 0;
}
.info_area .info_blk:first-of-type {
	float: left;
}
.info_area .info_blk:first-of-type .info_area_inner,
.info_area.temporary .info_blk .info_area_inner {
	height: 280px;
	overflow: scroll;
}
.info_area .info_blk:nth-of-type(2) {
	float: right;
}

.info_area.temporary .info_blk {
	width: 100%;
	float: none;
}

.info_area_ttl {
	position: relative;
}

.info_area_ttl .btn_style.round {
	position: absolute;
    top: 0;
    right: 0;
	min-width: 125px;
    width: auto;
}

.info_area_ttl .btn_style.round a {
	font-size: .85em;
    padding: 5px 20px;
}

.info_area_ttl h3 {
	border-bottom: #660000 2px solid;
	padding-bottom: 10px;
	color: #660000;
	font-size: 1.5em;
}
.info_area_ttl h3 i {
	padding-right: 10px;
}
.info_area_inner a {
	color: #ff8400;
	text-decoration: underline;
}
.info_area_inner a:hover {
	text-decoration: none;
}
.info_area_inner dl {
	padding: 1em 0;
    border-bottom: #a0a0a0 1px solid;	
}
.info_area_inner dl dt span {
	background: #ff8400;
	font-size: .85em;
	color: #fff;
	margin-left: 1em;
	padding: 2px 1.5em;
	border-radius: 10px;
}
.top_fea-box{
    background-color: #660000!important;
}
.top_fea{
    color: #fff!important;
    font-size: 20px!important;
    font-weight: bold;
    line-height: 1.6;
}

.top_fea-list{
    color: #fff!important;
    font-size: 30px!important;
    font-weight: bold!important;
}

/****************************************
		feature Setting 
*****************************************/
.ltit_orange {
	color: #ff7d00;
	letter-spacing: 1px;
	font-size: 1.5em;
	display: inline-block;
    font-weight: bold;
    margin-left: 5px;
}

.fea-lead{
    font-size: 35.2px;
}

/****************************************
		service Setting 
*****************************************/
/* kaigo */
.target_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 1em auto 0;
}

.target_wrap .target_blk {
	border: #660000 1px solid;
	padding: 1em;
	margin: 1%;
	width: 23%;
    box-sizing: border-box;
}


/****************************************
		schedule Setting 
*****************************************/
.GoogleCal {
	margin: 2em 0;
}

.GoogleCal iframe {
	height: 650px;
}

/****************************************
		guide Setting 
*****************************************/
/* episode */
.episode_contents .page_blk .page_blk_photo {
	width: auto;
	text-align: center;
}
.episode_contents .page_blk_clm {
	width: 67%;
}

/* flow */
.flow_blk {
	display: flex;
	padding: 1.5em 1em;
	align-items: center;
	border: #660000 1px solid;
    box-sizing: border-box;
    background: #fff8f3;
}

.flow_blk h3 {
	width: 225px;
	text-align: center;
	color: #660000;
	font-size: 1.5em;
    line-height: 1.2;
}
.flow_blk.wide h3 {
	width: 100%;
}

.flow_blk .flow_blk_inner {
	border-left: #660000 1px solid;
	padding: 0 1.5em;
	box-sizing: border-box;
	width: calc(100% - 225px);
    width: -webkit-calc(100% - 225px);
}

.flow_blk .flow_blk_inner .page_ttl h3 {
	width: auto;
    text-align: left;
    margin: .5em 0;
    font-size: 1.3em;
}

.flow_arrow {
	text-align: center;
}

.flow_arrow i {
	font-size: 3em;
	color: #660000;
	padding: 10px 0;
}

/* price */

.anchor {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2em 0 0;
}
.anchor li a {
	padding: 5px 1em;
	color: #ff6600;
}

table td.price_tbl_row {
	vertical-align: middle;
    border-left: 2px #fff solid;
    border-right: 2px #fff solid;
}

.price_tbl02 th {
	width: 25%;
}

/* faq */
.faq_a {
	display: flex;
	margin-bottom: 1.5em;
}

.faq_a dt {
	color: #660000;
	font-weight: bold;
	padding-right: 8px;
}

.faq_a dd a {
	color: #ff6600;
}


/****************************************
		living Setting 
*****************************************/
/* living */
.living_blk {
	margin-top: 10px;
}

.living_blk div.blk2_area,
.living_blk p.picture {
	float: left;
	width: 48.5%;
}

.living_blk p.picture {
	margin-left: 3%;
	margin-top: 10px;
}

.living_blk .submit_btn {
	margin: 3px;
	color: #fff;
	padding: 2px 10px;
}

/*mdl*/
.mdl_outer {
  display: none;
  background-color: #f9f4ee;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9999;
}

.mdl_outer .wrap {
  padding: 50px 0;
  box-sizing: border-box;
}

.mdl_inner {
  padding: 5px 40px 60px;
  background: #fff;
}

.mdl_head_close {
    position: fixed;
    top: 30px;
    right: 2vw;
    z-index: 99999;
}

.mdl_head_close span {
    cursor: pointer;
	transition: all 200ms 0s ease;
	font-size: 2.5em;
	border: #555 1px solid;
	border-radius: 50px;
	padding: 10px 23px;
}

.mdl_foot_close {
    text-align: center;
}
.mdl_foot_close .mlinks {
    display: inline-block;
    cursor: pointer;
    transition: all 200ms 0s ease;
    margin: 1em;
}

/* room */
.bg_gray .page_blk.room_blk .page_blk_photo {
	width: 260px;
}

/****************************************
		access Setting 
*****************************************/
.googlemaps {
    position: relative;
    width: 100%;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
}
.googlemaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}	

.time_tbl {
	line-height: 1.3;
}
table.time_tbl th, table.time_tbl td {
	padding: 1em .8em;
}

/****************************************
		tayori Setting 
*****************************************/
.tayori tr th {
	width: 185px;
    box-sizing: border-box;
}
.tayori tr td:last-of-type {
	border-left: 2px #fff solid;
	box-sizing: border-box;
	width: 130px;
	vertical-align: middle;
	text-align: center;
}
.tayori tr td.private {
	width: 200px;
}
.tayori tr td:last-of-type a {
	padding: 1em;
	text-decoration: underline;
}
.tayori tr td:last-of-type a:hover {
	text-decoration: none;
}
.tayori tr td:last-of-type a i {
	color: #c81822;
}
.tayori_blk {
	border-bottom: #c4c4c4 1px solid;	
}
.tayori_blk .tayori_ttl {
	padding: 1em 0;
	color: #ff6600;
	position: relative;
	font-size: 1.2em;
}
.tayori_blk .tayori_ttl:hover {
	cursor: pointer;
	color: #df1515;
}
.tayori_blk .tayori_ttl i {
	position: absolute;
	right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.tayori_blk table.tayori {
	margin: 0 0 15px;
}

/****************************************
		private Setting 
*****************************************/
.login_form {
    background: #f7f7f7;
    padding: 30px;
    width: 60%;
    margin: 20px auto;
}
.login_form p {
    padding: 0 0 10px;
}
.input_box input {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    box-sizing: border-box;

}

/****************************************
		form Setting 
*****************************************/
/* b_contact_box-top */
.b_contact_box-top {
	padding: 20px 0;
}
.list_flow {
	width: 100%;
	letter-spacing: -0.4em;
}
.list_flow-item { display: inline-block; width: 34.5%; height: 90px; line-height: 1.4; vertical-align: middle; text-align: center; box-sizing: border-box; background: #e8d9d9; color: #660000; position: relative; letter-spacing: normal; margin-right: 0.5%; padding: 15px 0 0; }
.list_flow-item:after { content: ""; display: block; position: absolute; top: 0; right: -8px; width: 0; height: 0; border-top: 45px solid transparent; border-right: 5px solid transparent; border-bottom: 45px solid transparent; border-left: 30px solid #e8d9d9; background-color: #fff; }
.list_flow-item:last-of-type:after { border: none; }
.list_flow-item:last-of-type { margin-right: 0; width: 30%; }
.list_flow-step { font-weight: bold; }
.list_flow-num { font-size: 1.4em; font-weight: bold; padding-left: 3px; }
.list_flow-text { padding: 0; font-size: 1.4em; font-weight: bold; }
.list_flow-item.is_current .list_flow-step,
.list_flow-item.is_current .list_flow-num,
.list_flow-item.is_current .list_flow-text { color: #fff; }

.list_flow-item.is_current { background-color: #660000; }
.list_flow-item.is_current:after { border-left-color: #660000; }

.form.font_red {
  background: #ffe1ca;
}

form th {
	width: 25%;
}

form textarea,
form input {
  width: 100%;
  padding: 10px;
	box-sizing: border-box;
	font-size: 1em;
}

form input[type=checkbox],
form input[type=radio] {
	width: 18px;
    height: 18px;
    vertical-align: middle;
	margin-right: 8px;
}

form label {
  width: 100%;
    display: inline-block;
    padding: 3px 0;
}

form span.required {
  color: #fff;
  background: #ff0000;
  font-size: 80%;
  padding: 4px 8px;
  margin-left: 7px;
}

.submit_btn {
	margin: 1em auto;
	background: #ff8400;
    background: -moz-linear-gradient(left, #ff8400 0%, #ff6600 100%);
    background: -webkit-linear-gradient(left, #ff8400 0%,#ff6600 100%);
    background: linear-gradient(to right, #ff8400 0%,#ff6600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ff6600',GradientType=1 );
	position: relative;
	display: inline-block;
}
.submit_btn:hover {
	cursor: pointer;
	background: #fc7216; /* Old browsers */
	background: -moz-linear-gradient(left, #fc7216 0%, #fe9c32 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fc7216 0%,#fe9c32 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fc7216 0%,#fe9c32 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7216', endColorstr='#fe9c32',GradientType=1 ); /* IE6-9 */
}
.submit_btn input {
	color: #fff;
    background: none;
    padding: 15px 35px;
    display: block;
    position: relative;
    transition: all 350ms 0s ease;
	border: none;
    min-width: 280px;
}
.submit_btn i.fa-angle-right {
    padding-right: 0;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
	color: #fff;
}

.err_messege {
  color: red;
  font-weight: 700;
}

.form_text{
	font-size: 18px;
	font-weight: bold;
	padding-top: 10px;
	color: #ff0000;
}

/****************************************
		pagenavi Setting 
*****************************************/
.pagenavi_inner {
  padding: 30px 0 0;
}

.pagenavi_inner .wp-pagenavi a, .pagenavi_inner .wp-pagenavi span {
  padding: 7px 12px;
  border: 1px solid #454875;
  color: #000;
  font-weight: 700;
  font-size: 107%;
  margin-right: 10px;
}

.pagenavi_inner .wp-pagenavi a:hover {
  background: #c2c4db;
  text-decoration: none;
}

.pagenavi_inner .wp-pagenavi span.current {
  background: #c2c4db;
}

/****************************************
		single Setting 
*****************************************/
.sec_single {
  padding-top: 40px;
}

.sec_single .page_ltit {
  padding-bottom: 10px;
}

.single_date {
  text-align: right;
  padding-bottom: 20px;
}

.single_clm h3 {
  border-left: 7px solid #793f78;
  line-height: 1.4;
  padding: 2px 10px 0;
  margin: 15px 0;
  font-size: 147%;
}

.single_clm h3 a {
  color: #000;
}

.single_clm h4 {
  padding-bottom: 10px;
}

.single_clm li {
  font-size: 106%;
}

.single_clm li span {
  color: #000;
  font-size: 93%;
  font-weight: 400;
}

.single_clm li:last-child {
  margin-bottom: 0;
}

.single_clm ol {
  padding-left: 20px;
}

.single_clm ol li {
  list-style: decimal;
}

.single_clm ul {
  padding-left: 20px;
}

.single_clm ul li {
  list-style: square;
}

.single_btn {
  padding: 60px 0 0;
}

.single_btn .btn {
  padding: 10px 100px;
}

/****************************************
        Customer Setting 
*****************************************/
.cus_box{
    text-align: left !important;
    padding-bottom: 40px;
}

.cus_tit{
    padding: 20px 0;
}

.cus_pb{
    padding-bottom: 20px;
}

.cus_right{
   text-align: right;
    padding-top: 10px;
}

.cus_left{
    text-align: left;
    padding-bottom: 40px;
}
/****************************************
        Greeting Setting 
*****************************************/
.gree_ts{
    text-align: start;
}

.contact-submit button{
	color: #fff;
	font-size: 22px;
	background: #06cb1b;
    padding: 10px 20px;
    width: 220px;
	border: none;
	margin-top: 30px;
	font-weight: bold;
    border-radius: 10px;
}

.contact-submit button:hover{
opacity: 0.85;
cursor: pointer;
cursor: hand;
}

/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 767px) {
  /****************************************
			TOP Setting 
	*****************************************/
  /*.sec_topslide {
    padding: 20px 0 40px;
    margin: 47px 0 30px;
  }*/
  .slick-next { right: 5px; }
  .slick-prev { left: 5px; }
  .slick-slide img.pc_only {
    display: none;
  }
  .slick-slide img.sp_only {
    display: block;
  }
  .topslide_inner {
    padding: 5px;
  }
  .sec_topslide .slick-slide {
    padding: 0 2px;
  }
  
  .attention {
    width: 100%;
    box-sizing: border-box;
  }
  
  .top_tit h2 {
    font-size: 160%;
  }
  .top_clm {
    padding: 10px 0;
  }
  .top_clm p br {
    display: none;
  }
  .sec_top {
    padding-bottom: 70px;
  }
  .imgh2-blk .img-box {
    position: relative;
    left: 0;
    right: 0;
  }
  .imgh2-blk .img-box figure img {
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .imgh2-blk .txt-box {
    width: 100%;
  }
  .sec_top_01 .imgh2-blk .txt-box,
  .sec_top_02 .imgh2-blk .txt-box {
    margin-top: 0;
  }
	.imgh2-blk .txt-box h2 {
		font-size: 1.5em;
	}
	.sec_top_01_btn .blk {
		width: 300px;
		margin: 3% 0;
	}
	.sec_top_01_btn .blk dl dd {
		font-size: 1.5em;
	}
  .info_area .info_blk:first-of-type,
  .info_area .info_blk:last-of-type {
    float: none;
    width: 100%;
    margin: 2em 0 0;
  }
  .info_area .info_blk:first-of-type {
    margin: 0;
  }
  .info_area.temporary .info_blk {
    margin: 2em 0;
  }
  .sec_top_04 {
    padding: 50px 0 70px;
  }
  .sec_top_04_btn {
    flex-wrap: wrap;
  }
  .sec_top_04_btn .btn_style.round {
    margin: .5em auto;
    width: 300px;
  }
  .sec_top_04_btn .btn_style.round a {
    padding: 15px 30px;
  }
  .info_area_ttl .btn_style.round {
    min-width: 105px;
  }
  .info_area_ttl .btn_style.round a {
    padding: 6px 25px 6px 15px;
  }
  /****************************************
		feature Setting 
  *****************************************/
	.ltit_orange {
		font-size: 1.3em;
	}
    
    .fea-lead{
        font-size: 30px;
    }
  /****************************************
			service Setting 
	*****************************************/
	.target_wrap .target_blk {
		width: 100%;
		margin: 1.5%;
	}
	
  /****************************************
			guide Setting 
	*****************************************/
	/* flow */
	.flow_blk {
		flex-wrap: wrap;
	}
	.flow_blk h3 {
		width: 100%;
		padding-bottom: 10px;
	}
	.flow_blk .flow_blk_inner {
		width: 100%;
		padding: .5em 0;
		border-top: #660000 1px solid;
		border-left: 0;
	}
	.flow_blk .flow_blk_inner .page_ttl h3 {
		padding-bottom: 0;
	}
	.flow_arrow i {
		font-size: 2.5em;
		padding: 0;
	}
	/* price */
	.scroll {
		overflow: auto;
		white-space: nowrap;
		margin-top: 15px;
	}
	.scroll::-webkit-scrollbar{
	  height: 5px;
	}
	.scroll::-webkit-scrollbar-track{
	  background: #F1F1F1;
	}
	.scroll::-webkit-scrollbar-thumb {
	  background: #BCBCBC;
	}
	.scroll:before {
	  content: "▼ 横にスクロールしてご覧ください";
      font-size: .9em;
      color: #777;
	}
	.scroll table {
	  margin: 8px 0;
	}
	table.price_tbl th,
	table.price_tbl td {
		width: auto;
		display: table-cell;
	}
	
	.price_tbl02 th {
		width: 100%;
	}
	
	/* episode */
	.episode_contents .page_blk_clm {
		width: 100%;
	}
	
  /****************************************
			living Setting 
	*****************************************/
	.living_blk div.blk2_area,
	.living_blk p.picture {
		float: none;
		width: 100%;
	}
	.living_blk p.picture {
		margin: 0;
	}
	.mdl_head_close {
		top: 15px;
	}
	.mdl_head_close span {
		font-size: 1.7em;
		padding: 8px 15px;
	}
	.mdl_inner {
		padding: 5px 20px 60px;
	}
	
  /****************************************
			tayori Setting 
	*****************************************/
	.tayori tr th,
	.tayori tr td:last-of-type,
	.tayori tr td.private {
		width: 100%;
	}
	.tayori_blk .tayori_ttl {
		padding: 1em 1.5em 1em 0;
	}
	.login_form {
		width: 100%;
		box-sizing: border-box;
	}
	
  /****************************************
			access Setting 
	*****************************************/
	.googlemaps {
		padding-bottom: 65%;
	}
	.page_blk .page_blk_photo.gmaps_parent {
		width: 100%;
	}
    
    

  /****************************************
			form Setting 
  *****************************************/
	.list_flow-item {
		height: 70px;
		text-align: left;
	}
	.list_flow-item:after {
		border-top: 35px solid transparent;
		border-bottom: 35px solid transparent;
		border-left: 15px solid #e8d9d9;
		right: -6px;
	}
	.list_flow-item:first-of-type { width: 33%; }
	.list_flow-item:nth-of-type(2) { width: 37%; }
	.list_flow-item:last-of-type { width: 29%; }
	.list_flow-text, .list_flow-step {
		font-size: .9em;
		padding-left: 9px;
	}
	.list_flow-text {
		letter-spacing: -1px;
	}
	.list_flow-num {
		font-size: 1.3em;
	}
	.b_contact_box-top {
	  padding: 0 0 20px;
	}
	
	form th {
	  width: 100%;
	}
	.form_text{
		font-size: 16px;
	}
  /****************************************
			single Setting 
  *****************************************/
  .single_clm h3 {
    margin: 10px 0;
    font-size: 130%;
  }

    .cus_box:last-of-type{
        padding-bottom: 0;
    }
    
    .cus_left{
        padding-bottom: 20px;
    }
}

@media (max-width: 480px) {
	.sec_top_02 .boxs .box .box_inner .box_img {
		height: 140px;
	}
}

.bana_flex {
	display: flex;
	justify-content: space-around;
	padding: 15px 0 40px;
}

.bana_flex div {
	text-align: center;
}

.bana_flex img {
	width: 95%;
	margin: 0 auto;
}

.bana_flex h3 {
	padding-top: 5px;
}

@media (max-width: 768px) {
	.bana_flex {
		display: block;
	}
	.bana_flex img {
		width: 100%;
	}
	.bana_flex div:first-of-type {
		padding-bottom: 20px;
	}
	.bana_flex img:first-of-type {
		padding-bottom: 5px;
	}
	.bana_flex h3 {
		padding-top: 0;
	}
}

.award_img img {
	width: 70%;
}

.eat_table dl dt {
	width: 30%;
}

@media (max-width: 768px) {
	.award_img img {
		width: 100%;
	}
}

.campaign_bana {
	text-align: center;
	padding: 30px 0 15px;
}

.campaign_bana img {
	width: 50%;
}

.campaign_bana h3 {
	padding-top: 5px;
}

@media (max-width: 768px) {
	.campaign_bana {
		padding: 30px 0 3px;
	}
	.campaign_bana img {
		width: 100%;
	}
	.campaign_bana h3 {
		padding-top: 2px;
	}
}

.aisatsu_blk {
	padding: 40px 0 15px;
	text-align: center;
}

.aisatsu_blk a {
	text-decoration: underline;
}

.blog_tel_btn {
	text-decoration: none!important;
	background: #ff8400;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
}

.blog_contact_btn {
	margin-top: 30px;
	text-decoration: none!important;
	background: #660000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
}

/*--- CVエリア ---*/
.cv_area ul {
	padding: 25px 30px 20px;
	background: #fff;
	margin: 20px 0 50px;
}

.cv_area h3 {
	text-align: left;
}

.cv_area ul li i {
	color: #ff8100;
}

.cv_area ul li {
	padding-bottom: 7px;
}

.form_blk .page_blk_clm {
	text-align: left;
}

.page_blk_text {
	padding-bottom: 20px;
}

.form_blk .page_blk_clm ul i {
	color: #ff8100;
}

.form_blk .page_blk_clm ul li {
	padding-bottom: 10px;
}

.form_blk ul {
	padding: 25px 25px 20px;
	background: #f7f7f7;
	margin: 20px 0 0;
}

.form_main .cv_area {
	display: none;
}

@media (max-width: 768px) {
	.cv_area ul {
		padding: 25px 20px 20px;
	}
	.cv_area ul li {
		padding-bottom: 13px;
	}
	.form_blk ul {
		margin-top: 10px;
		padding: 25px 20px 20px;
	}
	.form_blk .page_blk_clm ul li {
    	padding-bottom: 13px;
	}
}

/*-- 料金ページ改修 --*/
.price_tit h3 {
	font-size: 1.6rem;
	color: #222;
 	border-bottom: solid 3px #e1e1e1;
    position: relative;
	padding-bottom: 7px;
	margin-bottom: 25px;
}

.price_tit h3:after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #ff8202;
	bottom: -3px;
	width: 20%;
}

.flex {
	display: flex;
	justify-content: space-between;
}

.price_blk {
	width: 47%;
}

.price_blk div iframe {
	width: 100%;
	margin-top: 30px;
}

#price01 .flex {
	margin-bottom: 75px;
}

#price01 .flex:last-of-type {
    margin-bottom: 10px;
}

.price_box {
	width: 28.5%;
	border-top: solid 13px #ff8202;
	border-radius: 10px;
	padding: 0 20px;
	box-shadow: 2px 2px 15px 3px rgb(221 221 221 / 45%);
	margin: 20px 0 10px;
}

.price_box h4 {
	color: #ff8202;
	padding: 25px 0 20px;
	font-size: 1.4rem;
}

.price_box p {
	font-size: 0.9em;
	padding: 10px 0 20px;
}

.price_box dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
		padding: 5px 0;
}

.price_box dl dt {
	font-weight: 600;
	font-size: 0.9em;
}

.price_box dl dd {
	font-size: 1em;
}

.price_box div:first-of-type {
	border-bottom: solid 1px #e1e1e1;
	padding-bottom: 15px;
    margin-bottom: 15px;
}

#price02 .page_ttl h3 {
	color: #222;
}

#price02 th,#price03 th,#price04 th {
	background: #ffe7d9;
}

#price03 .font_red {
	color: #222;
}

@media (max-width: 768px) {
	.flex {
		display: block;
	}
	.price_blk {
		width: 100%;
		margin-top: 60px;
	}
	.price_tit h3 {
		font-size: 1.4rem;
	}
	.price_box {
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 40px;
	}
	.price_box h4 {
		font-size: 1.3rem;
	}
	.price_inner .price_box:nth-of-type(2) {
		padding-bottom: 20px;
	}
	.price_inner .price_box:last-of-type {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.sales_text {
	padding: 40px 0 0;
}

.sales_text a {
	text-decoration: underline;
}