@charset "utf-8";
/* CSS Document */

body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 180%;
	list-style-type: none;
	font-size: 18px;
	font-family: 'Yu Gothic', "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-weight: normal;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	text-align: left;
	color: #000;
}
body {
}
img {
	border: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}

@media screen and (max-width: 768px) {
body, p, address, ul, ol, li, dl, dt, dd, table, th, td, form {
	font-size: 4vw;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;　
}
}


/*clearfix**************************/
.clearfix:after {  
    visibility: hidden;
    display: block;　
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
/* clearfix for ie7 */
.clearfix{
    display: inline-block;
}
.clearfix {
    display: block;
}
/*clearfix End************************/



 /*  リンク  */
a:link    { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover   { color: #999; text-decoration: none; }
a:active  { color: #ccc; text-decoration: underline; }
 
 
/*  共通  */
.contents {
	max-width: 1000px;
	margin: 0 auto;
}
.flex {
	display: flex !important;
	justify-content: space-between;
}
.shadow {
	box-shadow:0px 0px 20px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 20px 1px rgba(0,0,0,0.2);
}
.marker {
	background: linear-gradient(transparent 50%, #fff799 50%);
}
.pc {
	display: block;
}
.sp {
	display: none !important;
}
.pad {
	padding: 7% 0;
}
.gray {
	background: #f7f6f5;
}
.white {
	background: #fff;
}
h1,h2,h3 {
	text-align: center;
}
.gold {
	color: #8a7b5e;
}
.bg_gold {
	background: #9f8e6e;
}
.nezumi {
	color: #999;
}
.txt_white {
	color: #fff;
}
.mincho {
	font-family: YuMincho, 'Yu Mincho', serif;
	font-weight: 600;
}
.txt_space {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
.txt_ng {
	text-decoration: line-through;
}
@media screen and (max-width: 768px) {
/*  共通  */
.contents {
	width: 94%;
	margin: 0 auto;
}
.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
.pad {
	padding: 12% 0;
}
}


/* FV */
header {
	width: 100%;
	background: #fff;
}
header p.logo {
	width: 45%;
	float: left;
	margin-top: 2.5%;
}
header .call_btn .tell {
	width: 70%;
	margin-right: 3%;
	padding: 1.5% 0 0;
}
header .call_btn .tell p {
	text-align: center;
	font-size: 75%;
	padding-bottom: 1%;
}
header .call_btn .mail {
	text-align: center;
	width: 30%;
}
header .call_btn .mail a {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
	line-height: 140%;
	padding: 25% 5% 7%;
	display: block;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	cursor: pointer;
	background: url("../img/01_mail_icon.png") no-repeat center 0.8em, #3eb7ec;
	background-size: 20% auto;
}
header .call_btn .mail a:hover {
	background: url("../img/01_mail_icon.png") no-repeat center 0.8em, #70d3ff;
	background-size: 20% auto;
	cursor: pointer;
}
@media screen and (max-width: 768px) {
header p.logo {
	width: 30%;
	margin-top: 0;
	margin-right: 5%;
}
header .mail {
	text-align: center;
	width: 65%;
	float: left;
}
header .mail a {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
	line-height: 150%;
	padding: 3% 5%;
	display: block;
    transition: none;
	cursor: pointer;
	background: url("../img/01_mail_icon.png") no-repeat 1em center, url(../img/offer_arrow.png) no-repeat 95% center, #3eb7ec;
	background-size: 7% auto;
}
header .mail a:hover {
	background: url("../img/01_mail_icon.png") no-repeat 1em center, url(../img/offer_arrow.png) no-repeat 95% center, #70d3ff;
	background-size: 7% auto;
	cursor: pointer;
}
header .call_btn .tell {
	display: flex;
	width: 100%;
	margin-right: 0;
	padding: 3% 0 2%;
}
header .call_btn .tell > p:first-child {
	width: 65%;
}
header .call_btn .tell > p:last-child {
	text-align: center;
	font-size: 60%;
	width: 35%;
	line-height: 150%;
}
}


/* FV */
.fv {
	background: url("../img/01_bg_pc.jpg") no-repeat center top;
	background-size: cover;
	padding: 5em 0;
}
.box {
	background: rgba(255,255,255,0.8);
}
.fv .box {
	float: right;
	width: 50%;
	padding: 5%;
}
@media screen and (max-width: 768px) {
.fv {
	background: url("../img/01_bg_sp.jpg") no-repeat center top;
	background-size: 100% auto;
	padding: 6% 0 0;
}
.fv p.logo {
	text-align: right;
	padding-right: 3%;
}
.fv p.logo img {
	width: 40%;
}
.fv p.logo + p {
	margin-bottom: 38%;
}
.fv .box {
	float: none;
	width: 96%;
	padding: 10% 8%;
	margin: auto;
}
}


/* 5つのポイント */
h2 {
	color: #9f8e6e;
	font-family: 'Quicksand', sans-serif;
	letter-spacing: 0.2em;
	margin: 0 0 5%;
	position: relative;
}
h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -15px;/*線の上下位置*/
  display: inline-block;
  width: 60px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #9f8e6e;/*線の色*/
}
h3 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 150%;
	margin: 0 0 4%;
}
h3 + p {
	margin-bottom: 4%;
}
h3 + p img {
	width: 40%;
}
.point5 .flex {
	margin-top: 8%;
}
.flex p.img {
	width: 50%;
}
.flex .point_txt {
	width: 45%;
}
.flex .point_txt > p:first-child {
	color: #9f8e6e;
	font-family: 'Quicksand', sans-serif;
	font-size: 200%;
	line-height: 75%;
	font-style: italic;
	border-bottom: 1px solid #9f8e6e;
}
.flex .point_txt h4 {
	color: #22a3dc;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "serif";
	font-size: 140%;
	font-style: italic;
	line-height: normal;
	font-weight: 600;
	background: url("../img/check.png") no-repeat left 0.2em;
	background-size: 6% auto;
	padding-left: 1.5em;
	margin: 8% 0 6%;
}
.flex .point1 {
	background: url("../img/point_1_bg.png") no-repeat right top;
	background-size: 13% auto;
}
.flex .point2 {
	background: url("../img/point_2_bg.png") no-repeat right top;
	background-size: 21% auto;
}
.flex .point3 {
	background: url("../img/point_3_bg.png") no-repeat right top;
	background-size: 20% auto;
}
.flex .point4 {
	background: url("../img/point_4_bg.png") no-repeat right top;
	background-size: 20% auto;
}
.flex .point5 {
	background: url("../img/point_5_bg.png") no-repeat right top;
	background-size: 21% auto;
}
@media screen and (max-width: 768px) {
h2 {
	font-size: 80%;
	margin: 0 0 10%;
	position: relative;
}
h3 {
	font-size: 140%;
	margin: 0 0 7%;
}
h3 + p {
	margin-bottom: 8%;
}
h3 + p img {
	width: 70%;
}
.point5 .flex {
	margin-top: 7%;
	display: block !important;
}
.flex p.img {
	width: 70%;
	margin: auto;
}
.flex .point_txt {
	width: 100%;
	margin-top: 8%;
	padding-bottom: 3%;
}
}


/* メニュー */
.abc {
	background: #3eb7ec;
	padding: 12% 5% 0;
	width: 25%;
}
.abc > p:last-child {
	color: #fff;
	font-size: 120%;
	margin-top: 10%;
}
.menu_txt {
	padding: 5%;
	width: 75%;
}
.menu_txt h5 {
	font-size: 140%;
	font-style: italic;
	color: #8a7b5e;
	margin-bottom: 4%;
}
table {
	border-top: 1px solid #a0a0a0;
	border-left: 1px solid #a0a0a0;
	margin-top: 5%;
}
table th,
table td {
	text-align: center;
	border-bottom: 1px solid #a0a0a0;
	border-right: 1px solid #a0a0a0;
	padding: 2.5%;
}
table th {
	width: 25%;
}
.menulist {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.setmenu {
	width: 49%;
}
.setmenu .obi {
	background: #9f8e6e;
	padding: 3% 5%;
}
.setmenu .obi p {
	color: #fff;
}
.setmenu .obi p:last-child {
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 0 5%;
}
.setmenu .price {
	padding: 8% 8% 9% 8%;
}
.setmenu .price p.gold {
	background: url("../img/menu_arrow.png") no-repeat 26% 30%;
	background-size: 10% auto;
	margin: 3% 0 6%;
	text-align: right;
}
.setmenu .price p.over {
	background: url("../img/menu_arrow.png") no-repeat 18% 30%;
	background-size: 10% auto;
}
.setmenu .price p.time {
	text-align: center;
	border: 1px solid #777;
	border-radius: 3px;
	line-height: 250%;
}
.care {
	padding: 4% 5% 5%;
}
.care table {
	width: 70%;
	margin: 3% auto 0;
}
.deleted_element {
  position: relative;
}

.deleted_element::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(
    transparent 47%,
    #999999 47%,
    #999999 52%,
    transparent 52%
  );
}
@media screen and (max-width: 768px) {
.cmenu .flex.shadow {
	display: block !important;
}
.cmenu .flex.mt5 {
	margin-top: 10%;
}
.abc {
	padding: 3% 5%;
	width: 100%;
}
.abc > p:first-child {
	display: none;
}
.abc > p:last-child {
	margin-top: 0;
	text-align: center;
	font-size: 140%;
}
.abc .obi_a {
	background: url("../img/menu_a.png") no-repeat left center;
	background-size: auto 80%;
}
.abc .obi_b {
	background: url("../img/menu_b.png") no-repeat left center;
	background-size: auto 80%;
}
.abc .obi_c {
	background: url("../img/menu_c.png") no-repeat left center;
	background-size: auto 80%;
}
.menu_txt {
	padding: 7% 5% 10%;
	width: 100%;
}
.menu_txt h5 {
	margin-bottom: 6%;
	line-height: 160%;
}
.menulist {
	display: block;
}
.setmenu {
	width: 100%;
	margin-top: 8%;
}
.setmenu .price p.gold {
	background: url("../img/menu_arrow.png") no-repeat 15% 30%;
	background-size: 10% auto;
}
.setmenu .price p.over {
	background: url("../img/menu_arrow.png") no-repeat 6% 30%;
	background-size: 10% auto;
}
.care {
	padding: 7% 5% 10%;
}
.care table {
	width: 100%;
	margin: 7% auto 0;
}
}

	

/* オファー */
.offer .contents {
	background: url("../img/offer_bg1_pc.jpg") no-repeat right top;
	border: 1px solid #ccc;
	padding: 4%;
}
.offer .btnarea {
	width: 55%;
}
.offer .btnarea h6 {
	background: url("../img/offer_icon.png") no-repeat 23% top;
	background-size: 15% auto;
	text-align: center;
	padding-top: 2%;
	font-size: 120%;
	line-height: 200%;
}
.offer .btn {
	line-height: 450%;
	font-size: 120%;
	text-align: center;
	margin-top: 4%;
	font-weight: 700;
}
.offer .btn a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	cursor: pointer;
	background: url("../img/01_mail_icon.png") no-repeat 5% center, url(../img/offer_arrow.png) no-repeat 95% center, #3eb7ec;
}
.offer .btn a:hover {
	background: url("../img/01_mail_icon.png") no-repeat 5% center, url(../img/offer_arrow.png) no-repeat 95% center, #70d3ff;
	cursor: pointer;
}
.offer .call {
	margin-top: 5%;
}
.offer .call p {
	margin-bottom: 3%;
}
.offer .call > p:last-child {
	border: 1px solid #666;
	border-radius: 20px;
	margin-top: 5%;
	font-size: 90%;
}
.offer .contents.offer2 {
	background: url("../img/offer_bg2_pc.jpg") no-repeat right top;
	border: 1px solid #ccc;
	padding: 4%;
}
@media screen and (max-width: 768px) {
.offer .contents {
	background: none;
	border: none;
	padding: 0;
}
.offer .btnarea {
	width: 100%;
}
.offer .btnarea h6 {
	background: url("../img/offer_icon.png") no-repeat 20% top;
	background-size: 15% auto;
	padding-top: 1%;
	font-size: 110%;
	line-height: 220%;
	margin-bottom: 5%;
}
.offer .btn {
	font-size: 110%;
	margin-top: 0;
}
.offer .btn a {
	background: url("../img/01_mail_icon.png") no-repeat 5% center, url(../img/offer_arrow.png) no-repeat 95% center, #3eb7ec;
	background-size: 7% auto, 5% auto;
    transition: none;
}
.offer .btn a:hover {
	background: url("../img/01_mail_icon.png") no-repeat 5% center, url(../img/offer_arrow.png) no-repeat 95% center, #70d3ff;
	background-size: 7% auto, 5% auto;
	cursor: pointer;
}
.offer .call > p:last-child {
	font-size: 85%;
}
.offer .contents.offer2 {
	background: none;
	border: none;
	padding: 0;
}
}


/* FAQ */
.ques {
	background: url("../img/faq_q.png") no-repeat 5% 1.3em, #9f8e6e;
	padding: 2% 5% 2% 10%;
}
.ans {
	background: url("../img/faq_a.png") no-repeat 5% 2em, #fff;
	padding: 3% 5% 3% 10%;
}
.faq .white {
	margin-top: 4%;
}
@media screen and (max-width: 768px) {
.ques {
	background: url("../img/faq_q.png") no-repeat 5% 1.2em, #9f8e6e;
	padding: 4% 5% 3% 17%;
}
.ans {
	background: url("../img/faq_a.png") no-repeat 5% 1.5em, #fff;
	padding: 5% 5% 5% 17%;
}
.faq .white {
	margin-top: 8%;
}
}


/* アクセス */
.access .flex {
	margin-top: 5%;
}
.access .info {
	width: 40%;
}
.access .info > p:first-child {
	padding: 1%;
}
.access .info > p.name {
	border-bottom: 1px solid #666;
	padding: 3% 0;
	margin-bottom: 5%;
}
.access .map {
	width: 55%;
}
@media screen and (max-width: 768px) {
.access .flex {
	margin-top: 10%;
	display: block !important;
}
.access .info {
	width: 100%;
}
.access .map {
	width: 90%;
	margin: 5% auto 0;
}
}


/* フッター */
p.totop {
	position: absolute;
	right: 0;
	top: 5em;
}
p.totop a:hover {
	opacity: 0.8;
}
footer {
	padding: 1% 0;
	background: #3eb7ec;
}
footer p {
	color: #fff;
	font-size: 80%;
	text-align: center;
}
@media screen and (max-width: 768px) {
.end > p:first-child img {
	width: 50%;
}
p.totop {
	width: 12%;
	top: 1.5em;
}
footer {
	padding: 5% 0;
}
}

