@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	max-width: 1920px;
	margin: 0 auto;
	color: #000000;
	font-size: 20px;
	line-height: 1.6;
	overflow: hidden;
}

.bodyWrap {
	background: url(./../img/bg_body.jpg) repeat center top;
}


/* リンク表示方法 */

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #9c948f;
}

a:hover {
	color: #9c948f;
}

:focus {
	outline: none;
}

/* テーブル共通 */
.baseTb {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}

.baseTb th {
	background: #c7b299;
	color: #333;
	padding: 13px 2% 10px;
	border: 1px solid #fff;
}

.baseTb td {
	background: #fff;
	color: #333;
	padding: 13px 2% 10px;
	border: 1px solid #c7b299;
}

.cHover {
	position: relative;
	z-index: 1;
	display: block;
}

.cHover:hover::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
    background: #FFF;
    opacity: .2;
    filter: alpha(opacity=20); /* ie lt 8 */
    -ms-filter: "alpha(opacity=20)"; /* ie 8 */
    -moz-opacity: .2; /* FF lt 1.5, Netscape */
    -khtml-opacity: .2; /* Safari 1.x */
}

.cShadow01 {
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.cShadowList01 > li {
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/
.pc {
	display: block;
}

.md {
	display: none;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}

#modal {
	display: none;
	padding: 0 0 5.8em;
	background: url(./../img/bg_parts01_b.png) no-repeat bottom center;
	background-size: auto 3em;
}

.margin_top_120 {
    margin-top: 120px !important;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.header {
	width: 96%;
	max-width:1100px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.header h1 {
	padding: 8px 0 15px;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: -0.1px;
	color: #000000;
}

.header h1 span {
	display: inline-block;
	max-width: 100%;
	text-align: left;
}

.hLogo {
	float: left;
	width: 30%;
	margin: 0 0 0;
}

.hDetail {
	float: right;
	width: 67%;
	/* max-width: 492px; */
	margin: 2px 0 0;
}

.hDetailR {
	float: right;
	width: 22.1%;
}

.hDetailL {
	float: right;
	width: 50%;
	margin: auto 5px;
}

.hDetailL dt {
	margin: 0 0 0 2px;
	padding: 6px 0 3px 5px;
	border-radius: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background: #91CEEE;
}

.hDetailL dd {
	margin: 10px auto 0;
}

.hIn01Tel {
	float: left;
	width: 76%;
	padding: 4px 0 0 4.3em;
	background: url(../img/h_tel_off.png) no-repeat 0.8em 0.4em;
}

.hIn01Tel > p {
	font-weight: bold;
	font-size: 125%;
	line-height: 1;
}

.hIn01Tel > span,
.hIn01Tel > em {
	display: block;
	padding: 0 0 0 0.1em;
	font-size: 16px;
}

.hInMail {
	float: right;
	width: 24%;
	border-left: 1px dashed;
}

.hInMail a {
	display: block;
	padding: 6px 0 0.5em 4px;
	text-align: center;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.hNav {
	clear: both;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1px 0 0;
}

.hNav ul {
	max-width: 1322px;
}

.hNav li {
	float: left;
}

.gnavi01 {
	width: 12.41947%;
}

.gnavi02 {
	width: 18.34831%;
}

.gnavi03 {
	width: 12.60674%;
}

.gnavi04 {
	width: 12.41947%;
}

.gnavi05 {
	width: 13.4794%;
}

.gnavi06 {
	width: 17.72659%;
}

.hNav li a {
	position: relative;
	z-index: 2;
	display: block;
	font-weight: bold;
	text-align: center;
}

.hNav li a:hover::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 5em;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(./../img/nav_active01.png) no-repeat center center;
	background-size: contain;
}

.hNav .gnavi01 a:hover::before {
	left: 28%;
	right: auto;
}


/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	margin: 9px auto 0;
}

/*-- メインヴィジュアル スライダー --*/
#cover li {
	position: relative;
	background-size: contain;
}

#cover li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(./../img/cover_other_wrap.png) no-repeat center center;
	background-size: contain;
}

#cover li.mainActive::before {
	content: none;
}

.cover01 {
	background: url(./../img/cover_bg01.png) no-repeat center center;
}

.cover02 {
	background: url(./../img/cover_bg02.png) no-repeat center center;
}

.cover03 {
	background: url(./../img/cover_bg03.png) no-repeat center center;
}

.cover04 {
	background: url(./../img/cover_bg04.png) no-repeat center center;
}

.inCover01 {
	background: url(../img/incover01_bg.jpg) no-repeat center top;
}

.inCover02 {
	background: url(../img/incover02_bg.jpg) no-repeat center top;
}

.inCover03 {
	background: url(../img/incover03_bg.jpg) no-repeat center top;
}

.inCover04 {
	background: url(../img/incover04_bg.jpg) no-repeat center top;
}

.inCover05 {
	background: url(../img/incover05_bg.jpg) no-repeat center top;
}

.inCover06 {
	background: url(../img/incover06_bg.jpg) no-repeat center top;
}

.inCover07 {
	background: url(../img/incover07_bg.jpg) no-repeat center top;
}

.inCover08 {
	background: url(../img/incover08_bg.jpg) no-repeat center top;
}

.inCover09 {
	background: url(../img/incover09_bg.jpg) no-repeat center top;
}

.inCover {
    width: 100%;
    max-width: 1100px;
	background-size: cover;
}


/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

.cTit01 {
    font-weight: bold;
    font-size: 136.875%;
    line-height: 1.1;
    text-align: center;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.cTit02 {
    font-weight: bold;
    font-size: 136.875%;
    line-height: 1.1;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.cTit01.cTitWhite {
	color: #FFF;
}

.cTit01 span {
    color: #3e2221;
    display: block;
    font-size: 130%;
}

.cTit02 span {
    display: inline-block;
    padding: 0 9px 4px 0;
    letter-spacing: -0.9px;
}

a.cBtn {
	display: block;
	width: 260px;
	max-width: 80%;
	margin: 48px auto 0;
	padding: 12px 2% 9px 2.5%;
	color: #FFF;
	font-weight: bold;
	background: url(./../img/btn_bg01.png) no-repeat 0 0;
	background-size: 100% 100%;
	text-align: center;
}

a.cBtn:hover {
	display: block;
	width: 260px;
	max-width: 80%;
	color: #FFF;
	font-weight: bold;
	background: url(./../img/btn_bg02.png) no-repeat 0 0;
	background-size: 100% 100%;
}

a.cBtn > span {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 0 1.9em 0 0;
	line-height: 1.35;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

a.cBtn > span::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 1.375em;
	height: 1.375em;
	top: -1px;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(./../img/btn_arrow01.png) no-repeat center right;
	background-size: contain;
}

a.cBtn:hover > span::after {
	background: url(./../img/btn_arrow02.png) no-repeat center;
	background-size: contain;
}

a.cBtn02:hover {
	color: #f4928e;
	background: url(./../img/btn_bg03.png) no-repeat 0 0;
	background-size: 100% 100%;
}

a.cBtn02:hover > span::after {
	background: url(./../img/btn_arrow03.png) no-repeat center;
	background-size: contain;
}

a.cBtnCenter {
	margin: 48px auto 0;
}

a.cBtnRight {
	margin: 42px 0 0 auto;
}

a.cBtnLeft {
	margin: 42px auto 0 0;
}


/*-----------------------------------------------------------
 #topMain(TOP)
-----------------------------------------------------------*/

.section {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}

.tAbout {
	margin: 0 auto;
}

.leadArea {
	text-align: center;
}

.leadArea em {
	color: #F4928E;
}

.leadImp em,
.leadDefo em {
	font-weight: bold;
}

.leadImp {
	position: relative;
	z-index: 1;
	margin: 68px 0 81px;
	padding: 10px 2% 0px;
	font-size: 139.75%;
}

.leadImp em {
	font-size: 131.21645%;
}

.leadImp span {
	display: inline-block;
	max-width: 100%;
}

.leadImp::before {
	position: absolute;
	z-index: 3;
	content: "";
	display: block;
	width: 100%;
	height: 61px;
	top: -61px;
	left: 0;
	right: 0;
	margin: 14px auto 0;
	background: url(./../img/bg_parts01_t.png) no-repeat top center;
	background-size: contain;
}

.leadImp::after {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(./../img/bg_parts01_b.png) no-repeat bottom center;
	background-size: contain;
}

.leadSmall {
	padding: 40px 0 0;
	font-size: 14px;
	line-height: 1.28571;
}

.leadDefo {
	padding: 40px 0 0;
	font-size: 125%;
	line-height: 1.75;
}

.leadAdd {
	padding: 40px 0 0;
	font-size: 14px;
}

.topBorder {
	margin: 40px auto 0;
	border-top: 1px dashed;
}

.leadAdd span {
	display: block;
}

.tInfo {
	padding: 131px 0 95px;
}

.tInfoList {
	margin: 80px auto 0;
	padding: 0 0 12px;
}

.tInfoList > li {
	position: relative;
	float: left;
	width: 25%;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tInfoList > li dl {
	padding: 0 12% 25px;
	background: url(./../img/bg_parts04_b.png) no-repeat center bottom;
	background-size: 100% 100%;
}

.tInfoList > li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 33px;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(./../img/bg_parts04_t.png) no-repeat center bottom;
	background-size: 100% auto;
}

.tInfoList dt {
	font-size: 87.5%;
	color: #F4928E;
}

.tInfoList p:first-child {
	font-weight: bold;
}

.textLinkR {
	margin: 10px 7px 0 auto;
	text-align: right;
}

.textLinkR a {
	text-decoration: underline;
}

.textLinkR a:hover {
	color: #F4928E;
}

.tTroubles {
	padding: 101px 0 100px;
	background: #FFF;
}

.tTroubles .section {
	padding: 0;
}

.tTroublesLead {
	margin: 50px auto 0;
	text-align: center;
	font-size: 110%;
}

.tTroublesList {
	margin: 20px auto 0;
}

.tTroublesList > li {
	float: left;
	width: 15.1%;
	margin: 0 0 0 1.88%;
	font-weight: bold;
	text-align: center;
}

.tTroublesList > li:first-child {
	margin: 0;
}

.tTroublesList > li dd {
	padding: 12px 2% 10px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlan {
	padding: 40px 0 100px;
}

.tPlanMain {
	position: relative;
	z-index: 1;
	margin: 45px 0 0;
	padding: 100px 0 100px;
	color: #FFF;
	background: url(./../img/bg_t_plan.png) no-repeat center;
	background-size: 100% 100%;
}

.tPlanMain::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 80%;
	margin: auto;
	height: 100%;
	background: url(./../img/bg_parts02.png) no-repeat center 49px;
}

.tPlanMain h2,
.tPlanMain ul {
	position: relative;
	z-index: 2;
}

.tPlanMain ul {
	width: 87%;
	margin: 49px auto 0;
}

.tPlanMainInL {
	float: left;
	width: 50%;
	max-width: 460px;
	padding: 6px 0 0;
}

.tPlanMainInR {
	float: right;
	width: 48%;
	line-height: 1.75;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlanMainInR > h3 {
	padding: 0 0 5px;
	font-size: 112.5%;
	color: #3e2221;
	border-bottom: 1px dashed;
}

.tPlanMainInR > p {
	padding: 18px 0 0;
	color: #3e2221;
}

.tPlanList {
	margin: 100px auto 0;
}

.tPlanList > li {
	float: left;
	width: 31%;
	max-width: 340px;
	margin: 0 0 0 3.5%;
	background: #FFF;
}

.tPlanList > li:first-child {
	margin: 0;
}

.tPlanList dd {
	padding: 13px 10% 15px;
}

.tPlanList h4 {
	position: relative;
	z-index: 1;
	padding: 0 1.5em 0 0;
	font-size: 100%;
	font-weight: bold;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlanList h4::before {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 1.375em;
	height: 1.375em;
	top: 2px;
	right: -0.35em;
	margin: auto;
	background: url(./../img/btn_arrow03.png) no-repeat center center;
	background-size: contain;
}

.tPlanList a:hover h4::before {
	background: url(./../img/btn_arrow04.png) no-repeat center center;
	background-size: contain;
}

.tPlanList h4:first-child + p {
	margin: 14px auto 0;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.357;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlanPrice {
	margin: 16px auto 0;
	font-weight: bold;
	text-align: right;
}

.tPlan a.cBtnCenter {
	margin: 68px auto 0;
}

.tVoice {
	background: url(./../img/bg_t_voice.jpg) no-repeat center center;
	background-size: cover;
}

.tVoice .section {
	padding: 100px 0 98px;
}

.tVoiceList {
	margin: 60px auto 0;
	padding: 0 0 23px;
}

.tVoiceList > li {
	float: left;
	width: 31%;
	margin: 0 0 0 3.5%;
	background: #FFF;
}

.tVoiceList > li:first-child {
	margin: 0;
}

.txtleft {
    text-align: left;
    margin-top: 30px;
}

.flexBox div {
    width: 280px;
    margin: 2% auto;
}

.flexBox {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.flexBox2 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    /* -webkit-flex-wrap: wrap; */
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    align-items: flex-start;
}


.flexBox div img {
    width: 200px;
}

.txtleft div img {
    width: 280px;
}


.tVoiceList dt {
	position: relative;
	float: left;
	width: 45%;
	height: 0;
	padding: 0 0 52%;
	overflow: hidden;
}

.tVoiceList dt > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.tVoiceList dt img {
	position: absolute;
	z-index: 1;
	/* width: 261%; */
	/* max-width: 232%; */
	/* height: auto; */
	/* left: -26%; */
	/* top: -24%; */
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.tVoiceList dd {
	float: right;
	width: 55%;
	padding: 20px 2% 20px 4%;
}

.tVoiceList dd > h3 {
	color: #F4928E;
	font-weight: bold;
}

.tVoiceList dd > p {
	margin: 10px auto 0;
	font-size: 87.5%;
	line-height: 1.72;
}

.tShop {
	padding: 50px 0 0;
}

.tShopHour {
	float: left;
	width: 50%;
	padding: 0 3.4% 0 0;
}

.timeTb {
	table-layout: fixed;
	width: 100%;
	margin: 55px auto 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #efe0d0;
}

.timeTb th {
	padding: 21px 2% 13px;
	border: 1px solid;
	background: #C7B299;
	color: #333;
	font-size: 87.5%;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
}

.timeTb td {
	padding: 18px 0 15px;
	border: 1px solid;
	font-size: 172%;
	line-height: 1;
	color: #333;
	background: #FFF;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
	vertical-align: middle;
}

.timeTb th:first-child,
.timeTb td:first-child {
	width: 31.3%;
	text-align: center;
}

.timeTb th:first-child {
	font-size: 100%;
}

.timeTb td:first-child {
	padding: 18px 0 15px 0.5%;
	font-size: 18px;
	font-weight: bold;
}

.tShopBtn {
	margin: 68px auto 0;
}

.tShopBtn > li {
	float: left;
	width: 49%;
}

.tShopBtn > li:first-child + li {
	float: right;
	text-align: right;
}

.tAccess {
	float: right;
	width: 50%;
	padding: 0 0 0 3.637%;
	text-align: center;
	border-left: 1px dashed;
}

.tAccess iframe {
	width: 100%;
	height: 258px;
	margin: 57px auto 0;
	border: none;
}

.tAccessAdd {
	margin: 5px auto 0;
	font-weight: bold;
}

.tAccessAcc {
	max-width: 450px;
	margin: 10px auto 0;
	font-size: 87.5%;
	line-height: 1.3;
}

.tAccessAcc span {
	display: inline-block;
	max-width: 100%;
}

.cContact {
	position: relative;
	z-index: 1;
	margin: 100px auto 0;
	padding: 0 0 102px;
	overflow-x: hidden;
}

.cContact > div::before {
	position: absolute;
	z-index: 3;
	content: "";
	display: block;
	width: 219px;
	height: 110%;
	top: -59px;
	left: -5.6%;
	margin: auto;
	background: url(./../img/bg_parts03_t.png) no-repeat top left;
	background-size: contain;
}

.cContact > div::after {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 219px;
	height: 100%;
	bottom: -60px;
	right: -4.8%;
	margin: auto;
	background: url(./../img/bg_parts03_b.png) no-repeat bottom right;
	background-size: contain;
}

.cContact > div {
	position: relative;
	z-index: 2;
	padding: 40px 0 0;
	background: #FFF;
}

.cContact > div > ul {
	position: relative;
	z-index: 5;
	padding: 0 6.4% 40px;
}

.cContactL {
	float: left;
	width: 35%;
}

.cContactL > p {
	margin: 10px auto 2px;
	font-size: 87.5%;
	line-height: 1.7;
	letter-spacing: -.05em;
}

.cContactR {
	float: right;
	width: 65%;
	max-width: 586px;
}

.cContactR li {
	float: left;
	width: 49%;
	max-width: 283px;
	border: 1px solid #e6dccf;
}

li.cContactMail {
	float: right;
}

.cContactMail a {
	display: block;
	padding: 15px 3% 15px;
}

.cContactR em {
	font-weight: bold;
	font-size: 125%;
	display: block;
}

.cContactTel a,
.cContactTel p {
	padding: 18px 3% 18px;
}

.cContactTel em {
	padding: 3px 0 9px 2.85em;
	background: url(./../img/c_contact_tel_off.png) no-repeat 6px top;
	background-size: 1.9em;
}

.cContactMail em {
	padding: 8px 0 4px 3.35em;
	background: url(./../img/c_contact_mail_off.png) no-repeat 1em 3px;
	background-size: 1.9em;
}

.cContactMail a:hover em {
	background: url(./../img/c_contact_mail_on.png) no-repeat 1em 3px;
	background-size: 1.9em;
}

.cContactTel span {
	display: block;
	padding: 0 0 0 0.7em;
	font-size: 13px;
	letter-spacing: -.02em;
}

.cContactMail span {
	display: inline-block;
	max-width: 100%;
	position: relative;
	padding: 0 2.25em 0 1.5em;
	font-size: 15px;
}

.cContactMail span::before {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 1.45em;
	height: 1.45em;
	top: -1px;
	right: 0;
	margin: auto;
	background: url(./../img/btn_arrow04.png) no-repeat center;
	background-size: contain;
}

.cContactMail a:hover span::before {
	background: url(./../img/btn_arrow03.png) no-repeat center;
	background-size: contain;
}

.cFooterBnr {
	background: rgba(255, 255, 255, 0.5);
}

.cFooterBnr > ul > li {
	float: left;
	width: 31%;
	margin: 0 0 0 3.5%;
}

.cFooterBnr > ul > li:first-child {
	margin: 0;
}

.cFooterBnr > ul > li a {
	display: block;
}

.cFooterBnr > ul > li a:hover {

    opacity: .8;
    filter: alpha(opacity=80); /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)"; /* ie 8 */
    -moz-opacity: .8; /* FF lt 1.5, Netscape */
    -khtml-opacity: .8; /* Safari 1.x */
}


/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

.footer {
	text-align: center;
}

.fLogo {
	padding: 70px 7px 0 0;
}

.fAdd {
	margin: 19px auto 0;
	padding: 0 0 57px;
	font-size: 17px;
	line-height: 1.32;
}

.fNavi {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 8px;
	font-size: 87.5%;
	font-size: 110%;
	text-align: center;
}

.fNavi li {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 5px 1.3em 0;
	font-size: 14px;
	letter-spacing: -0.1em;
}

.fNavi li::before {
	position: absolute;
	z-index: 2;
	content: "";
	width: 1em;
	height: 1em;
	top: 0.6em;
	left: 0;
	right: 0;
	border-left: 1px solid #c3beba;
}

.fNavi ul:first-child li:first-child::before {
	content: none;
}

.fNavi a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 6px 2% 3px;
	background: #C7B299;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.copyright small {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 5px;
	display: block;
	text-align: right;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/
.conteWrap {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

.conteWrapF {
    margin: 40px auto 0;
}

.leadTxt {
    margin: 40px auto 0;
    background: #f4b0b6;
    border: solid 2px #f39ca2;
    border-radius: 5px;
    padding: 12px 2% 10px;
    color: #fff;
    font-size: 19px;
}


/*--- ページャー ---*/
.pager {
    margin: 30px auto 0;
    width: auto;
    text-align: center;
}

.pager > li {
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px;
}

.pager > li em {
    background: #91ceec;
    padding: 9px 0 7px;
    color: #fff;
    display: block;
    width: 40px;
    font-size: 14px;
    border: solid 1px #91ceec;
    border-radius: 100%;
}

.pager > li a {
    color: #91ceec;
    text-decoration: none;
    padding: 9px 0 7px;
    display: block;
    font-size: 16px;
    width: 40px;
    font-size: 14px;
    border: solid 1px #91ceec;
    border-radius: 100%;
    background: #fff;
}

.pager > li a:hover {
    color: #fff;
    background: #91ceec;
    border: solid 1px #91ceec;
}


/*--- パンくず ---*/
.pankuzu {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #f2999e;
}

.pankuzu li a:hover {
    text-decoration: underline;
}


/*-- flexslider --*/
.flexslider {
	width: 670px;
	margin: 0;
	border: 0;
}

#carousel {
	width: 670px !important;
	margin: 10px auto 0;
}

#carousel li {
	width: 113px !important;
	margin: 0 6px 0 0 !important;
}

.lb-number {
	display: none !important;
}

.flex-direction-nav a {
	height: 50px;
}


/* 料金プラン
----------------------------------------------------------- */
.planBox01 {
    margin: 40px auto 0;
}

.planBox01 > div:first-child {
    margin: 0 auto;
}

.plan01 {
    margin: 50px auto 0;
    padding: 15px 2%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.planIn01 > li {
    float: left;
    width: 58%;
}

.planIn01 > li:first-child {
    float: right;
    width: 38%;
    text-align: center;
}

.planIn01 > li > h4 > em {
    display: block;
    color: #f2999e;
    border-bottom: solid 2px #f2999e;
    font-size: 19px;
    padding: 0 1%;
    margin: 0 0 5px;
}

.planTxt01 {
    margin: 20px auto 0;
    font-size: 15px;
}

.planIn01 > li > a {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 25px auto 0;
    background: #fff;
}

.planIn01 > li > a:hover img {
    opacity: .8;
}


/* 癒しの空間 ひろについて
----------------------------------------------------------- */
.aboutImg01 {
    margin: 40px auto 0;
    text-align: center;
}

.aboutImg01 {
    margin: 40px auto 0;
    text-align: center;
}

.about01 {
    margin: 30px auto 0;
}

.about01 > h4 {
    color: #F4928E;
    text-align: center;
    font-size: 23px;
}

.about01 > p {
    margin: 25px auto 0;
    text-align: left;
}

.about01 > .aboutCeo {
    font-weight: bold;
    font-size: 23px;
    margin: 30px auto 0;
    text-align: center;
}

.aboutCoution {
    text-align: center;
    color: #F4928E;
    border-top: 1px dashed #9c948f;
    border-bottom: 1px dashed #9c948f;
    padding: 35px 1%;
    margin: 40px auto 0;
    font-size: 14px;
}

.aboutCoution > em > span {
    display: block;
    font-size: 20px;
}

.aboutIn01 {
    margin: 60px auto 0;
}

.aboutIn01 > li {
    float: left;
    width: 56%;
}

.aboutIn01 > li > h4 {
    color: #F4928E;
    font-size: 24px;
}

.aboutIn01 > li:first-child {
    float: right;
    width: 41%;
}

.aboutWrap01 {
    padding: 0 0 70px;
}

.aboutOl {
    margin: 30px auto 0;
}

.aboutOl > li {
    margin: 15px auto 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 2% 5px 55px;
    font-size: 19px;
    min-height: 60px;
}

.aboutOl > .aboutOla {
    background: rgba(255, 255, 255, 0.6) url(../img/icon_about01.png) no-repeat 5px 5px;
}

.aboutOl > .aboutOlb {
    background: rgba(255, 255, 255, 0.6) url(../img/icon_about02.png) no-repeat 5px 5px;
}

.aboutOl > .aboutOlc {
    background: rgba(255, 255, 255, 0.6) url(../img/icon_about03.png) no-repeat 5px 5px;
}

.aboutOl > li:first-child {
    margin: 0 auto;
}

.about02 {
    margin: 40px auto 0;
}

.about02 > li {
    float: left;
    width: 30.9%;
    margin: 0 0 0 3.65%;
    background: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(90, 64, 64, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.about02 > li > span {
    display: block;
    padding: 12px 2% 10px;
    text-align: center;
    font-weight: bold;
}

.about02 > li:first-child {
    margin: 0;
}

.aboutWrap02 {
    margin: 70px auto 0;
}

.aboutWrap03 {
    margin: 100px auto 0;
}

.aboutWrap04 {
    margin: 100px auto 0;
}

.aboutWrap04 > a {
    display: block;
    width: 96%;
    max-width: 340px;
    background: #fff;
    margin: 45px auto 0;
}

.aboutWrap04 > a:hover img {
    opacity: .8;
}

.about03 {
    margin: 40px auto 0;
}

.about03 > li {
    float: left;
    width: 22.2%;
    margin: 0 1.4%;
    background: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(90, 64, 64, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.about03 > li > span {
    display: block;
    padding: 12px 2% 10px;
    text-align: center;
    font-weight: bold;
}

.aboutTb {
    margin: 40px auto 0;
}

.aboutTxt03 {
    text-align: center;
    color: #F4928E;
    border-bottom: 1px dashed #9c948f;
    padding: 0 1% 15px;
    margin: 40px auto 0;
    font-size: 20px;
}


/* 予約カレンダー
----------------------------------------------------------- */
.calendarWrap02 {
    margin: 40px auto 0;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.calendarTb {
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

.calendarTb > caption {
    font-size: 23px;
    font-weight: bold;
    color: #f2999e;
    padding: 0 0 25px;
}


.calendarTb thead th {
    border: solid 1px #fff;
    font-size: 15px;
    text-align: center;
    padding: 7px 1% 5px;
    width: 14%;
    color: #fff;
    background: #f4b0b6;
}

.calendarTb thead .sun {
    color: #e83b3b;
}

.calendarTb thead .sat {
    color: #2038b5;
}

.calendarTb tbody .sun dt {
    color: #e83b3b;
}

.calendarTb tbody .sat dt {
    color: #2038b5;
}

.calendarTb thead .sun, .calendarTb thead .sat {
    width: 15%;
}

.calendarTb tbody td {
    border: solid 1px #ccc;
    width: 14%;
    padding: 3px;
    vertical-align: top;
}

.calendarTb tbody td dt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 1% 3px;
}

.calendarTb tbody td dd {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1px .5% 1px;
}

.calendarTb tbody .sun, .calendarTb tbody .sat {
    width: 15%;
}

#nextMonth {
    position: absolute;
    top: 35px;
    right: .5%;
    font-size: 17px;
    font-weight: bold;
    color: #482610;
    cursor: pointer;
}

#nextMonth:hover {
    text-decoration: underline;
}

#prevMonth {
    position: absolute;
    top: 35px;
    left: .5%;
    font-size: 13px;
    font-weight: bold;
    color: #482610;
    cursor: pointer;
}

#prevMonth:hover {
    text-decoration: underline;
}

.calendar01 {
    margin: 15px auto 0;
    width: 100%;
    max-width: 1000px;
}

.calendar01 > li {
    display: inline-block;
    padding: 7px 7px 5px;
    margin: 0 1% 7px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}


/* インフォメーション（一覧）
----------------------------------------------------------- */
.infoBox {
    margin: 40px auto 0;
}

.infoMain {
    float: right;
    width: 72%;
}

.infoMain > div:first-child {
    margin: 0 auto;
}

.info01 {
    padding: 15px 2%;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.infoSide {
    float: left;
    width: 25%;
}

.infoSide > h4 {
    text-align: center;
    padding: 10px 2% 7px;
    color: #fff;
    font-size: 21px;
}

.infoSide > ul > li > a {
    display: block;
    font-size: 19px;
    text-align: center;
    padding: 10px 2% 7px;
}

.cateTit {
    background: #f4b0b6;
}

.infoCate > li > a {
    border-bottom: dotted 2px #f4b0b6;
}

.infoCate > li > a:hover {
    background: #fbcacf;
    color: #fff;
}

.archiveTit {
    background: #91ceed;
    margin: 50px auto 0;
}

.infoArchive > li > a {
    border-bottom: dotted 2px #91ceec;
}

.infoArchive > li > a:hover {
    background: #bae7fd;
    color: #fff;
}

.infoIn01 > li + li {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}

.infoIn01 > li:first-child {
    float: left;
    width: 59%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #f4b0b6;
}

.infoTxt01 {
    margin: 5px auto 0;
    border-top: solid 2px #f4b0b6;
    padding: 7px 1% 0;
    font-size: 19px;
    font-weight: bold;
}

.info01 .cBtnRight {
    margin: 25px 0 0 auto;
}


/* インフォメーション（詳細）
----------------------------------------------------------- */
.infoDetailImg01 {
    margin: 15px auto 0;
    text-align: center;
}

.infoBox02 {
    padding: 15px 2%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.info03 {
    margin: 15px auto 0;
    font-size: 15px;
    color: #000;
}

.infoMovieWrap {
    width: 100%;
    max-width: 750px;
    margin: 20px auto 0;
}

.infoMovie {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
}

.infoMovie > iframe {
    position: absolute;
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

a.infoBtn02 {
    display: block;
    width: 100%;
    max-width: 260px;
    /* max-width: 80%; */
    margin: 0 auto;
    padding: 12px 2% 9px 2.5%;
    color: #FFF;
    font-weight: bold;
    background: url(./../img/btn_bg01.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
}

a.infoBtn02 > span {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0 1.9em 0 0;
    line-height: 1.35;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

a.infoBtn02 > span:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.375em;
    height: 1.375em;
    top: -1px;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(./../img/btn_arrow01.png) no-repeat center right;
    background-size: contain;
}

a.infoBtn02:hover {
	color: #f4928e;
	background: url(./../img/btn_bg03.png) no-repeat 0 0;
	background-size: 100% 100%;
}

a.infoBtn02:hover > span::after {
	background: url(./../img/btn_arrow03.png) no-repeat center;
	background-size: contain;
}

.infoBtn {
    margin: 25px auto 0;
}

.infoBtn > li {
    float: right;
    width: 31.3%;
    max-width: 260px;
    margin: 0 1%;
}


/* お客様の声
----------------------------------------------------------- */
.voice01 {
    margin: 40px auto 0;
}

.voice01 > li {
    float: left;
    width: 23.6%;
    margin: 0 .7% 50px;
}

.voiceIn01 {
    background: #fff;
}

.voiceTxt01 {
    padding: 10px 2%;
}

.voiceImg01 {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 115.5%;
}

.voiceImg01 > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.voiceSick01 {
    color: #82c0ed;
    text-align: center;
    font-weight: bold;
    padding: 2px 2% 5px;
}

.voiceName01 {
    padding: 5px 2% 4px;
    text-align: center;
    border-top: solid 1px #c6a586;
    border-bottom: solid 1px #c6a586;
    font-size: 18px;
}

.voiceTit01 {
    padding: 8px 0 0;
    font-size: 19px;
    font-weight: bold;
    min-height: 100px;
}

.voice01 > li > .cBtn {
    margin: 20px auto 0;
}


/* modal内 */
.modal-content {
    max-height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 96%;
    max-width: 770px;
}

.modalUl01 > li:first-child {
    float: left;
    width: 55%;
    font-size: 16px;
    font-weight: bold;
    color: #af7539;
}

.modalUl01 > li + li {
    float: right;
    width: 44%;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}

.modal-content .modalTit {
    margin: 5px auto 0;
    border-top: solid 2px #af7539;
    padding: 7px 1% 0;
    font-size: 19px;
    font-weight: bold;
}

.flex01 {
    margin: 20px auto 0;
    width: 100%;
    max-width: 500px;
}

.flex01 .flex-control-thumbs li {
    margin: 0 12.5%;
    position: relative;
    width: 25%;
    height: 0;
    padding: 0 0 25%;
}

.flex01 .flex-control-thumbs li > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.modal-content .modalConte {
    margin: 30px auto 0;
    background: #faf5e3;
    border: solid 2px #af7539;
    border-radius: 5px;
    padding: 12px 2% 10px;
    color: #000;
    font-size: 15px;
}

.flex01 .slides > li {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
}

.flex01 .slides > li > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


/* プライバシーポリシー
----------------------------------------------------------- */
.privacy {
    margin: 40px auto 0;
}

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 25px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 2px solid #f4928e;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 18px;
	margin: 10px 1% 0;
}


/* 店舗概要
----------------------------------------------------------- */
.comTb {
    width: 100%;
    margin: 40px auto 0;
}

.comTb th {
	width: 30%;
	border-bottom: 1px solid #fff;
}

.comTb td {
	width: 70%;
}

.comTb02 {
	table-layout: fixed;
	width: 100%;
	max-width: 550px;
	margin: 55px auto 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #efe0d0;
}

.comTb02 th {
	padding: 21px 2% 13px;
	border: 1px solid;
	background: #C7B299;
	color: #333;
	font-size: 87.5%;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
}

.comTb02 td {
	padding: 18px 0 15px;
	border: 1px solid;
	font-size: 172%;
	line-height: 1;
	color: #333;
	background: #FFF;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
	vertical-align: middle;
}

.comTb02 th:first-child,
.comTb02 td:first-child {
	width: 31.3%;
	text-align: center;
}

.comTb02 th:first-child {
	font-size: 100%;
}

.comTb02 td:first-child {
	padding: 18px 0 15px 0.5%;
	font-size: 14px;
	font-weight: bold;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.comTxt01 {
    margin: 50px auto 0;
    border-bottom: solid 2px #f39ca2;
    font-size: 16px;
    padding: 0 0 2px 1%;
    color: #f39ca2;
    font-weight: bold;
}

.companyWrap01 > iframe {
    border: none;
    display: block;
    margin: 10px auto 0;
    width: 100%;
    height: 350px;
}


/* お問い合わせ
----------------------------------------------------------- */
input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.chooseList1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	/* float: left; */
}

.chooseList1 > li:first-child {
	margin: 0;
}

.chooseList1 {
	width: 96%;
	max-width: 200px;
	margin: 20px auto 0;
}

.contactTb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	max-width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #c6a586;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #ceb197;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 100%;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 40%;
	max-width: 120px;
}

#city, #pref, #add {
	width: 100%;
	margin: 0px 0 5px;
}
textarea {
	width: 100%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 35px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	/* font-size: 85.714%; */
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contactTb {
	width: 100%;
	margin: 40px auto 0;
}

.contactTb02 {
    margin: 0 auto;
}

.contactTb th {
	width: 25%;
	text-align: left;
	position: relative;
	line-height: 1.4;
	padding: 13px 2% 10px;
}

.contactTb th, .contactTb td {
	/* padding: 13px 10px 10px 20px; */
	font-size: 18px;
	border-bottom: 1px solid #efe0d0;
	position: relative;
}

.contactTb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	float: right;
	font-size: 14px;
}

.contactCarendar {
    padding: 40px 0;
}

.contactCarendar .cBtn {
    margin: 0 auto;
}



/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #c6a486;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #c6a486;
    outline: none;
    border-color: #c6a486;
    transition: .3s;
}

.ui-widget-header {
    background: #c6a586 !important;
    border-color: #bb9a7a !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

#datepicker1, #datepicker2, #datepicker3 {
    width: 100%;
    max-width: 200px;
}


/*-- 固定ここまで --*/



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* wideslider */
.slider_prev {
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1px !important;
    width: 2em !important;
    height: 2em !important;
}

.slider_next {
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1px !important;
    width: 2em !important;
    height: 2em !important;
}

.slider_prev:hover {
    background: url(./../img/prev_on.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.slider_next:hover {
    background: url(./../img/next_on.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.cContact > div > ul {
    padding: 0 4% 40px;
}


.fNavi > ul {
	display: block;
}

.fNavi > ul > li:first-child::before {
	content: none;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1175px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

.md {
	display: block;
}

.md_none {
	display: none;
}

a.cBtnCenter {
	margin: 30px auto 0;
}

a.cBtnRight {
	margin: 30px 0 0 auto;
}

a.cBtnLeft {
	margin: 30px auto 0 0;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.header h1 {
	text-align: left;
	font-size: 11px;
}

.hNav li a:hover::before {
	width: 4em;
}

.hNav .gnavi01 a:hover::before {
	left: 20%;
}


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


/* トップページ
----------------------------------------------------------- */

.tPlanMain {
    padding: 80px 0 50px;
}

.tPlanMain ul {
	width: 90%;
	margin: 40px auto 0;
}

.tPlanMain::before {
	background-size: 90% auto;
}

.tPlanMainInR > h3 {
	line-height: 1.6;
	padding: 0 0 10px;
}

.tPlanMainInR > p {
    padding: 10px 0 0;
}

.timeTb td:first-child {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.cContact > div::before {
	width: 20%;
	top: -2.8em;
}

.cContact > div::after {
	width: 20%;
	bottom: -2.8em;
}

.cContactMail a {
    padding: 12px 3% 15px;
}

.cContactMail em {
	padding: 8px 0 4px 3em;
	background: url(./../img/c_contact_mail_off.png) no-repeat 0.3em 1px;
}

.cContactMail a:hover em {
	background: url(./../img/c_contact_mail_on.png) no-repeat 0.3em 1px;
}

.cContactMail span {
    padding: 0 2.6em 0 .5em;
}


/* 中ページ
----------------------------------------------------------- */

/*-- プライバシーポリシー --*/

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	/* width: 96%; */
	/* padding: 15px 2%; */
}

.contactTb {
	width: 98%;
}

.contactTb th {
	width: 30%;
	padding: 13px 2% 10px;
	/* font-size: 80%; */
}

.contactTb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.chooseList1 > li {
	/* width: 48%; */
	/* margin: 0 0 0 2%; */
}

.chooseList1 > li:first-child {
	/* margin: 0; */
}

.chooseList1 {
	/* width: 60%; */
	/* margin: 20px auto; */
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	/* width: 86%; */
	/* margin: 2px 0 0 2%; */
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}


/*-- flexslider --*/

.flexslider {
	width: 100%;
	margin: 0 auto;
	border: 0;
}

.flexslider img {
	width: 100%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* トップページ
----------------------------------------------------------- */

.tTroublesList > li dd {
	font-size: 13px;
}

.cContact > div > ul {
    padding: 0 6.4% 40px;
}

.cContactL {
	float: left;
	width: 45%;
}

.cContactR {
	width: 55%;
}

li.cContactMail,
li.cContactTel {
	float: none;
	width: 100%;
	max-width: 100%;
}

li.cContactMail {
	margin: 5px auto 0;
}

.cContactTel em,
.cContactTel span,
.cContactMail em,
.cContactMail span {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	text-align: left;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 920px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 14px;
}

.contactTb th {
	/* font-size: 70%; */
}


/* トップページ
----------------------------------------------------------- */

.hIn01Tel {
	padding: 4px 0 0 3.3em;
	background: url(../img/h_tel_off.png) no-repeat .1em .4em;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.hInMail {
}

.tInfoList {
    margin: 30px auto 0;
}

.tInfoList > li {
	width: 50%;
	margin: 50px auto 0;
}

.tTroublesList {
	max-width: 534px;
}

.tTroubles .tTroublesList > li {
	width: 31%;
	margin: 30px 1.1% 0;
}

.tPlanMain ul > li {
	float: none;
	width: 100%;
	margin: 40px auto 0;
}

.tShop > ul > li {
	float: none;
	width: 100%;
	padding: 0;
	border: none;
}

.timeTb {
    margin: 40px auto 0;
}

.tShopHour {
	max-width: 510px;
	margin: 0 auto;
}

.tShopBtn {
    margin: 30px auto 0;
}

.tShop > ul > .tAccess {
	padding: 100px 0 0;
}

.tAccess iframe {
    margin: 40px auto 0;
}

.tAccessAdd {
    margin: 20px auto 0;
}

.fNavi li {
    padding: 5px .9em 0;
    font-size: 13px;
}


/* 中ページ
----------------------------------------------------------- */
.voice01 > li {
    width: 36%;
    margin: 0 7% 50px;
}

.aboutIn01 > li {
    float: none;
    width: 100%;
    margin: 30px auto 0;
}

.aboutIn01 > li:first-child {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.planIn01 > li {
    float: none;
    width: 100%;
    margin: 40px auto 0;
}

.planIn01 > li:first-child {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 13px;
}

#pTop .pc {
	display: none !important;
}

#pTop .sp {
	display: block;
}

#pTop .sp.spTel {
	text-decoration: underline;
	display: inline-block !important;
}


/*-- テーブル --*/

.baseTb {
	width: 100%;
}

.baseTb th, .baseTb td {
	width: 100% !important;
	display: block;
}


/* ヘッダー
----------------------------------------------------------- */

.hLogo {
	float: none;
	width: 50%;
	margin: 0 auto;
}

.header .sp {
	display: inline-block;
	max-width: 1.3em;
	padding: 10px 6px 0;
	font-size: 300%;
}

.header .sp a {
	color: #c5a485;
}

.hSpBtnTel {
	float: left;
}

.hSpBtnMenu {
	float: right;
}

/*--- modal ---*/

.telBtn a,
.menuBtn a {
	margin: 0;
	font-size: 300%;
	color: #555;
	text-align: center;
	display: block;
	line-height: 0;

}

#pageslide {
	width: 65%;
	padding: 1%;
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	color: #FFF;
	background: url(./../img/bg_body.jpg) repeat center top;
	border-left: solid 5px #faf4e0;
	box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 10px 0px;
	overflow-y: auto;
}

p.btn-close {
	width: 60%;
	margin: 16px auto 30px;
	padding: 9px 2% 6px;
	background: #fff;
	text-align: center;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.btn-close > a {
	text-decoration: none !important;
	display: block;
}

.page_slide_navi {
	width: 96%;
	margin: 0 auto;
}

#slide_navi li a {
	margin: 7px 0 0;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 3;
	text-decoration: none;
	border-bottom: 1px solid #d4d4d4;
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav li, .sp nav li:first-child {
	width: 100%;
	float: none;
}

.spNavi li a {
	padding: 12px 0 8px;
	display: block;
	text-align: center;
	/* text-decoration: none; */
	/* background: initial; */
	border-top: 1px solid #eadbc8;
	/* border-bottom: 1px solid #333; */
}

/*-- フッターアイコン --*/

.sp footer {
	margin: 0;
	padding: 0;
	border-top: 1px solid #eadbc8;
	background: #fdfbf2;
}

.sp footer ul:after {
	content: '';
	display: block;
	clear: both;
}

.sp footer li {
	width: 32%;
	margin: 0 0.5%;
	float: left;
}

.sp footer li a {
	padding: 18px 0 12px;
	color: #c7b299;
	text-decoration: none;
	display: block;
	/* border: 2px solid #fff; */
	text-align: center;
	font-size: 60%;
}

.sp footer li a i {
	margin: 0 0 5px;
	font-size: 540%;
	display: block;
}


/* トップページ
----------------------------------------------------------- */

.tInfoList {
    margin: 40px auto 0;
}

.tInfoList > li {
	width: 50%;
	margin: 40px auto 0;
}


.tPlanList > li {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 20px auto 0;
}

.tPlanList dl {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.tPlanList dt {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

.tPlanList dd {
	display: table-cell;
	width: 70%;
	padding: 13px 4% 15px 2%;
}

.tVoice .tVoiceList {
	margin: 50px auto 0;
	text-align: center;
}

.tVoice .tVoiceList > li {
	float: none;
	display: inline-block;
	width: 48%;
	margin: 8px .7% 0;
	vertical-align: top;
	text-align: left;
}

.cContact > div::before {
	top: -1.8em;
}

.cContact > div::after {
	bottom: -1.8em;
}


.cContact > div {
    padding: 30px 0 0;
}

.cContact > div > ul {
    padding: 0 4% 40px;
}

.cContact > div > ul {
	text-align: center;
}

.cContactL,
.cContactR {
	float: none;
	width: 100%;
	margin: 10px auto 0;
}

.cContactL {
	width: 220px;
}

.cContactTel em,
.cContactTel span,
.cContactMail em,
.cContactMail span {
	max-width: 220px;
}

.cFooterBnr > ul {
	text-align: center;
	padding: 30px 0 40px;
}

#pTop .cFooterBnr > ul > li {
	float: none;
	display: inline-block;
	width: 48%;
	margin: 8px 0.7% 0;
	vertical-align: top;
}


/* 中ページ
----------------------------------------------------------- */

.contactTb th {
	font-size: 100%;

}

.comTb02 th, .comTb02 td {
    display: table-cell;
    width: auto !important;
}

.comTb02 th:first-child, .comTb02 td:first-child {
    width: 31.3% !important;
}

.comTb02 {
    table-layout: fixed;
    max-width: 510px;
}

.infoMain {
    float: none;
    width: 100%;
}

.infoSide {
    float: none;
    width: 100%;
    margin: 50px auto 0;
}

.info01 .cBtnRight {
    margin: 25px auto 0;
}

.calendarTb tbody td dd {
    font-size: 10px;
    font-weight: normal;
}

.about01 > p {
    text-align: left;
}

.about01 > h4 {
    font-size: 21px;
}

.about02 {
    text-align: center;
}

.about02 > li {
    float: none;
    display: inline-block;
    width: 46%;
    max-width: 340px;
    margin: 0 1.5% 10px;
}

.about02 > li:first-child {
    margin: 0 1.5% 10px;
}

.about03 > li {
    width: 46%;
    margin: 0 2% 20px;
}

.aboutTxt03 {
    font-size: 15px;
    text-align: left;
}

.voice01 > li {
    width: 46%;
    margin: 0 2% 50px;
}



/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.infoBtn > li {
    float: none;
    width: 100%;
    margin: 20px auto 0;
}

.infoBtn > li:first-child {
    margin: 0 auto;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

a.cBtnRight {
	margin: 30px auto 0;
}

a.cBtnLeft {
	margin: 30px auto 0;
}


/* トップページ
----------------------------------------------------------- */

.telBtn {
	width: 12%;
}

.menuBtn {
	width: 12%;
	float: right;
}

.telBtn a,
.menuBtn a {
	font-size: 240%;
}

.tTroubles .tTroublesList {
	max-width: 376px;
}

.tTroubles .tTroublesList > li {
	width: 44%;
	margin: 20px 3% 0;
}

.tVoice .tVoiceList > li {
	float: none;
	width: 100%;
	margin: 20px auto 0;
}


/* 中ページ
----------------------------------------------------------- */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.chooseList1 {
	width: 96%;
	font-size: 90%;
}

.chooseList1 > li {
	/* width: 49%; */
}

.sp_414_align_left {
    text-align: left;
}

.sp_414_display_block {
    display: block;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn a,
.menuBtn a {
	font-size: 200%;
}

.tPlanList dl,
.tPlanList dt,
.tPlanList dd {
	display: block;
	width: 100%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* 20190510の大幅改造時に追記 */
.div1_20190510 {
    border-top: 1px dotted #999;
    margin: 50px auto 0;
    padding-top: 25px;
}

span.spanttl1 {
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
}

span.spansubttl1 {
    font-weight: bold;
}

@media screen and (min-width: 1000px) {
	ul.top_1_txt {
    width: 80%;
    margin: 15px auto;
}

ul.top_1_txt:after {
    content: "";
    display: block;
    clear: both;
}

li.top_1_rightimg {
    float: right;
    width: 50%;
}

li.top_1_lefttxt {
    float: right;
    width: 50%;
    text-align: left;
    padding-top: 50px;
}

ul.top_1_icon {
    width: 90%;
    margin: 0 auto;
}

ul.top_1_icon:after {
    clear: both;
    display: block;
    content: "";
}

.top_1_icon li {
    float: left;
    width: calc(100% / 6);
}

p.top_1_lastp {
    font-size: 1.1em;
    width: 80%;
    margin: 10px auto;
}

.div2_20190510 {
    border-top: 1px dotted #999;
    margin: 80px auto;
    padding-top: 15px;
}

ul.top_2_movie {
    width: 90%;
    margin: 30px auto 30px;
}

ul.top_2_movie:after {
    clear: both;
    content: "";
    display: block;
}

li.limovietxt {
    float: right;
    width: 40%;
    text-align: left;
    padding: 10px 0 0 30px;
}

li.limovie {
    width: 60%;
    float: right;
}

li.limovie > video {
    max-width: 100%;
}

ul.top_2_list {
    width: 95%;
    margin: 10px auto;
}

ul.top_2_list:after {
    display: block;
    content: "";
    clear: both;
}

li.top_2_listp {
    width: auto;
    float: left;
    border-radius: 100%;
    border: 4px dotted #b9b9b9;
    padding: 10px;
}

li.top_2_listtxt {
    float: left;
    width: 90%;
    text-align: left;
    padding-left: 10px;
}

ul.top_3_icon:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_icon li {
    float: left;
    width: 10%;
}

.top_3_icon li img {
    border-radius: 100%;
}

ul.top_3_icon {
    margin: 40px auto;
}

ul.top_3_img:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_img li {
    width: 25%;
    float: left;
}

ul.top_3_img {
    margin: 10px auto 20px;
}

.div4_20190510 {border-top: 1px dotted #999;margin: 100px auto 80px;padding-top: 50px;}

.div3_20190510 {
    border-top: 1px dotted #999;
    margin: 40px auto 40px;
    padding-top: 50px;
}

.div4_flow {
    width: 70%;
    margin: 0 auto;
}

.div4_flow ul:after {
    content: "";
    display: block;
    clear: both;
}

.div4_flow ul p {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
}

li.flowimg {
    float: left;
    width: 40%;
}

li.flowtxt {
    float: left;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

.div4_flow ul {
    margin-top: 25px;
}

ul.yajirushi:after {
    content: "";
    display: block;
    clear: both;
}

.yajirushi li {
    float: left;
    width: 20%;
}

.yajirushi li ul li {
    float: none;
    text-align: center;
    margin: 0 auto;
}

ul.div_4_lastimg:after {
    content: "";
    display: block;
    clear: both;
}

.div_4_lastimg li {
    width: 25%;
    float: left;
}

li.halfimg {
    width: 50%;
    float: left;
}

ul.halful:after {
    content: "";
    display: block;
    clear: both;
}

.div5_20190510 {
    border-top: 1px dotted #999;
    margin: 40px auto 80px;
    padding-top: 15px;
}

.dtlaccess {
    margin-top: 100px;
    border-top: 1px dashed;
    padding-top: 50px;
}

.accessdtl1 {
    margin-top: 50px;
}

.accessdtl1 p {
    padding-left: 20px;
}

ul.accessdtl_rightimg {
    width: 90%;
    margin: 20px auto 5px;
}

.accessdtl_rightimg li.acsdtltxt {
    width: 50%;
    padding: 10px;
    float: left;
}

ul.accessdtl_rightimg:after {
    content: "";
    display: block;
    clear: both;
}

.accessdtl_rightimg li.acsdtlimg {
    width: 50%;
    padding: 10px;
    float: left;
}

ul.accessdtl_leftimg {
    width: 90%;
    margin: 20px auto 5px;
}

ul.accessdtl_leftimg:after {
    content: "";
    display: block;
    clear: both;
}

li.acsdtltxt {
    width: 50%;
    padding: 10px;
    float: right;
}

li.acsdtlimg {
    width: 50%;
    padding: 10px;
    float: right;
}

.accessdtl1 {
    margin-top: 70px;
    border-bottom: 1px dashed;
    padding-bottom: 70px;
}


.abul1 li h3 {
    font-size: 1.4em;
    border-bottom: 1px dashed #9c948f;
    color: #F4928E;
}

.abul1 li p {
    padding-left: 15px;
}

.abudiv1 {
    margin: 70px auto;
    margin: 20px auto 70px;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
}

.abul1 li {
    margin-bottom: 40px;
}

p.abudiv1p {
    text-align: right;
}

.dblue {
    background-color: #406cb4;
    color: #fff;
    padding: 10px;
}

.dblue1 {
    background-color: #406cb4;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.liblue {
    background-color: #cdd3e8;
    color: #000;
    padding-left: 10px;
}

.sliblue {
    background-color: #e8eaf5;
    color: #000;
    padding-left: 10px;
}

.abtable1 tr {
    border-bottom: 1px solid #000;
}

.abdiv3 {
    margin-top: 70px;
}

.abdiv3 h4 {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.abdiv3 ul li {
    width: 33%;
    padding: 10px 1%;
    float: left;
}

.abdiv3 ul:after {
    content: "";
    display: block;
    clear: both;
}

.abul1 li h3:before {
    content: url(../img/abicon.png);
}

.abtable ul li h4 {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
}

p.firstplan {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.sejututokuchou {
    margin-top: 70px;
}

.sejututokuchou h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}

.plandiv1 {
    padding: 15px 2%;
    width: 90%;
    margin: 30px auto 10px;
}

.indiv {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
}

p.hrp {
    border-bottom: 1px dashed;
    margin: 10px auto;
}

.plandiv1 h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.plandiv1 h4:before {
    content: url(../img/abicon.png);
    margin-right: 10px;
}

.indiv p span {
    color: #f2999e;
}

p.temperature {
    font-size: 137%;
    font-weight: bold;
}

.topdiv1 ul:after {
    content: "";
    display: block;
    clear: both;
}

.topdiv1 ul li:nth-child(1) {
    /* float: left; */
    width: 40%;
}

.topdiv1 ul li:nth-child(2) {
    /* float: left; */
    width: 60%;
    text-align: left;
    padding: 15px;
}

.topdiv1 {
    margin: 100px auto 60px;
    padding-bottom: 100px;
    border-bottom: 1px dashed;
}

.topdiv1 p {
    margin-bottom: 30px;
}

p.top_1_lastp {
    border: 1px dashed;
    padding: 20px 20px 40px 20px;
    text-align: left;
}

p.top_re {
    font-size: 1.3em;
    font-weight: bold;
    top: -26px;
    position: relative;
}

.div3_20190510 p {
    margin-bottom: 20px;
}

.div3_20190510 p:nth-child(2) {
    text-align: left;
    width: 83%;
    margin: 0 auto 40px;
}

span.mutsu {
    font-size: 1.3em;
    font-weight: bold;
}

.top_re span:nth-child(1) {
    background-color: #f9f3d9;
    padding: 5px 15px;
}

table.abtable1 {
    background-color: rgba(255,255,255,0.7);
}

.abtable1 tbody tr th {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr td {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr:nth-child(1) {
    text-align: center;
}

li.relo {
    float: right;
}

.topqa {
    border-top: 1px dotted #999;
    margin: 84px auto -31px;
    padding-top: 50px;
}

.qamain {
    margin-top: 10px;
    margin-bottom: 20px;
}

.qamain p {
    text-align: left;
}

p.question {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    font-size: 1.2em;
}

p.answer {
    padding-left: 20px;
}

#modal-content{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}

.button-link:hover{
	cursor:pointer;
	color:#f00;
}

ul.halful {
    margin-bottom: 100px;
}

.limovietxt img {
    position: relative;
    top: -2px;
    height: 17px;
    line-height: 1.6;
    vertical-align: middle;
    margin-right: -4px;
}

.aboutOlc ul:after {
    content: "";
    display: block;
    clear: both;
}

.aboutOlc ul li:nth-child(1) {
    float: left;
    width: 80%;
    color: #f15050;
}

.aboutOlc ul li:nth-child(2) {
    float: left;
    width: 20%;
    text-align: center;
}

br.sponly {
    display: none;
}

img.shinsp {
    display: none;
}

li.flowtxt2 {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    float: left;
    padding-left: 10px;
}

.relo {
    text-align: center;
    border-top: 1px dotted #999;
    /* padding-top: 100px; */
    border-bottom: 1px dotted #999;
    /* padding-bottom: 100px; */
}


.menu {
    max-width: 96%;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

/* label {
    width: 96%;
    display: block;
    margin: 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    cursor :pointer;
    color: #000;
    font-weight: bold;
    font-size: 137%;
}

input {
    display: none;
} */

.menu ul {
  width: 96%;
  margin: 0px 0;
  padding: 0;
  /* background :#eae0d7; */
  list-style: none;
  text-align:center;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#change01:checked ~ #links01 li,
#change02:checked ~ #links02 li {
    height: 104px;
    opacity: 1;
}


}
@media screen and (max-width: 1100px) {
	.relo {
    text-align: center;
    border-top: 1px dotted #999;
    /* padding-top: 40px; */
    border-bottom: 1px dotted #999;
    /* padding-bottom: 40px; */
    width: 90%;
    margin: 0 auto;
}

	li.flowtxt2 {
    text-align: left;
    width: 94%;
    margin: 0 auto;
}

	img.shinpc {
    /* display: none; */
}

	ul.top_1_txt {
    margin-top: 15px;
}

ul.top_1_icon:after {
    display: block;
    content: "";
    clear: both;
}

ul.top_1_icon {
    width: 90%;
    margin: 0 auto;
}

.top_1_icon li {
    width: 48%;
    margin: 10px 1px;
    float: left;
}

p.top_1_lastp {
    margin: 10px auto;
    width: 90%;
    border: 1px dashed;
    padding: 10px;
    text-align: left;
}

.div2_20190510 {
    border-top: 1px dotted #999;
    margin: 80px auto;
    padding-top: 15px;
}

ul.top_2_movie {
    width: 90%;
    margin: 5px auto 0px;
}

li.top_2_listp {
    width: 30%;
    border-radius: 100%;
    border: 2px dotted #bbb;
}

li.top_2_listtxt {
    text-align: left;
    margin: 5px auto 10px;
}

ul.top_2_list {
    width: 95%;
    margin: 0 auto;
}

.div3_20190510 p:nth-child(2) {
    margin: 10px auto;
    width: 95%;
    text-align: left;
}

ul.top_3_icon {
    width: 95%;
    margin: 0 auto;
}

ul.top_3_icon:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_icon li {
    width: 18%;
    float: left;
    min-height: 93px;
    margin: 0 1%;
}

ul.top_3_img {
    margin: 5px auto;
}

ul.top_3_img:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_img li {
    width: 48%;
    float: left;
    margin: 1%;
}

.div3_20190510 {
    border-top: 1px dotted #999;
    margin: 20px auto 50px;
    padding-top: 25px;
}

.div4_20190510 {
    border-top: 1px dotted #999;
    margin: 0px auto;
    padding-top: 25px;
}

.div4_flow {
    margin-top: 10px;
}

li.flowtxt {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.div4_flow ul p {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
}

.yajirushi li {
    width: 50%;
    margin: 0 auto 30px;
    float: left;
}

ul.yajirushi:after {
    content: "";
    display: block;
    clear: both;
}

.div4_flow ul {
    margin: 10px auto 0px;
}

.div4_flow ul p {
    border-bottom: 1px dotted #c1c1c1;
}

ul.div_4_lastimg:after {
    content: "";
    display: block;
    clear: both;
}

.div_4_lastimg li {
    float: left;
    width: 48%;
    margin: 1%;
}

li.halfimg {
    width: 80%;
    margin: 10px auto 5px;
}

.div5_20190510 {
    border-top: 1px dotted #999;
    /* margin: 80px auto; */
    /* padding-top: 15px; */
}

.limovie video {
    width: 95%;
}

.top_3_icon li img {
    border-radius: 100%;
}

li.flowimg {
    padding-top: 20px;
    width: 50%;
    margin: 0 auto 10px;
}

ul.accessdtl_rightimg {
    width: 90%;
    margin: 15px auto 5px;
}

ul.accessdtl_leftimg {
    width: 90%;
    margin: 15px auto 5px;
}

li.acsdtltxt {
    padding: 5px;
}

li.acsdtltxt2 {
    padding: 5px 0px;
}

.dtlaccess {
    border-top: 1px dashed;
    margin-top: 70px;
    padding-top: 30px;
}

.accessdtl1 {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed;
}

.abul1 h3 {
    font-size: 1.3em;
    border-bottom: 1px dashed #9c948f;
    color: #F4928E;
}

.abul1 h3:before {
    content: url(../img/abicon.png);
}

.abul1 p {
    width: 90%;
    margin: 10px auto 0;
}

.abudiv1 {
    margin-top: 50px;
}

.abul1 li {
    margin-bottom: 30px;
}

p.abudiv1p {
    text-align: right;
}

.scroll {
    overflow: auto;
    white-space: nowrap;
}

.dblue {
    background-color: #406cb4;
    color: #fff;
    padding: 10px;
}

.dblue1 {
    background-color: #406cb4;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.liblue {
    background-color: #cdd3e8;
    color: #000;
    padding-left: 10px;
}

.sliblue {
    background-color: #e8eaf5;
    color: #000;
    padding-left: 10px;
}

.abtable1 tr {
    border-bottom: 1px solid #000;
}

.abtable {
    margin-top: 50px;
}

.abtable h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}

.abdiv3 {
    margin-top: 50px;
}

.abdiv3 h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}

.abdiv3 ul li {
    margin-bottom: 5px;
}

.sejututokuchou {
    margin-top: 70px;
}

.sejututokuchou h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 10px;
}

.sejututokuchou p {
    width: 90%;
    margin: 0 auto;
}

.indiv {
    /* width: 95%; */
    margin: 0 auto;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
}

.plandiv1 {
    width: 95%;
    margin: 20px auto 10px;
}

.plandiv1 h4 {
    font-size: 1.3em;
}

p.hrp {
    border-bottom: 1px dashed;
    margin: 40px auto;
}

.plandiv1 h4:before {
    content: url(../img/abicon.png);
    margin-right: 5px;
}

.indiv p span {
    color: #f2999e;
}

.topdiv1 {padding-bottom: 50px;border-bottom: 1px dashed;}

.topdiv1 ul li:nth-child(1) {
    margin-bottom: 10px;
}

.topdiv1 ul li:nth-child(2) {text-align: left;}

p.temperature {
    font-weight: bold;
}

li.top_1_lefttxt {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

p.top_re {
    font-size: 1.2em;
    font-weight: bold;
    top: -20px;
    position: relative;
}

span.mutsu {
    font-size: 1.2em;
    font-weight: bold;
}

.top_re span:nth-child(1) {
    background-color: #fdfbef;
    padding: 5px 15px;
}

table.abtable1 {
    background-color: rgba(255,255,255,0.7);
}

.abtable1 tbody tr th {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr td {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr:nth-child(1) {
    text-align: center;
}

.topqa {
    border-top: 1px dotted #999;
    margin: 50px auto -22px;
    padding-top: 25px;
}

.qamain {
    margin-top: 10px;
    margin-bottom: 20px;
}

.qamain p {
    text-align: left;
}

p.question {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    font-size: 1.2em;
}

p.answer {
    padding-left: 20px;
    font-size: 1.1em;
}

.limovietxt img {
	position: relative;top: -4px;height: 13px;
}
}

#inline_content {
    background-color: #fff;
}
.aboutOlc ul:after {
    content: "";
    display: block;
    clear: both;
}

.aboutOlc ul li:nth-child(1) {
    float: left;
    width: 70%;
    color: #f15050;
}

.aboutOlc ul li:nth-child(2) {
    float: left;
    width: 30%;
    text-align: center;
}

li.limovietxt {
    text-align: left;
}

.shinpc {
    display: inline;
    width: 18px;
    height: 18px !important;
    object-fit: contain;
    top: -2px !important;
}

.shinsp {
    display: none;
}


.menu {
    max-width: 96%;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

/* label {
    width: 96%;
    display: block;
    margin: 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    cursor :pointer;
    color: #000;
    font-weight: bold;
    font-size: 137%;
    text-decoration: underline;
}

label:hover {
   background-color: #ffcccc;
}

input {
    display: none;
} */

.menu ul {
  width: 96%;
  margin: 0px 0;
  padding: 0;
  /* background :#eae0d7; */
  list-style: none;
  text-align:center;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#change01:checked ~ #links01 li,
#change02:checked ~ #links02 li {
    height: auto;
    opacity: 1;
    width: 96%;
}


@media (max-width: 1000px) {
    .shinpc {
        top: -8px !important;
        margin-right: -4px;
    }
}

@media (max-width: 920px) {
    .shinpc {
        top: -8px !important;
        margin-right: -4px;
    }
}

@media (max-width: 768px) {
    .shinpc {
        display: none;
    }

    .shinsp {
        display: inline;
        height: 12px !important;
        object-fit: contain;
        top: -5px !important;
        margin-right: -3px;
    }
}



p.firstplan {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

.aboutCoution > em > span {
    display: block;
    font-size: 16px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
    font-size: 12px;
}

.about01 > .aboutCeo {
    font-weight: bold;
    font-size: 30px;
    margin: 30px auto 0;
    text-align: center;
}

.aboutIn01 > li > h4 {
    color: #F4928E;
    font-size: 20px;
}

.aboutOl > li {
    margin: 15px auto 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 2% 5px 55px;
    font-size: 20px;
    min-height: 60px;
}

.timeTb td:first-child {
	padding: 18px 0 15px 0.5%;
	font-size: 14px;
	font-weight: bold;
}

.infoTxt01 {
    margin: 5px auto 0;
    border-top: solid 2px #f4b0b6;
    padding: 7px 1% 0;
    font-size: 15px;
    font-weight: bold;
    /* color: #000; */
}

.infoSide > h4 {
    text-align: center;
    padding: 10px 2% 7px;
    color: #fff;
    font-size: 17px;
}

.infoSide > ul > li > a {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px 2% 7px;
    color: #000;
}

.voiceName01 {
    padding: 5px 2% 4px;
    text-align: center;
    border-top: solid 1px #c6a586;
    border-bottom: solid 1px #c6a586;
    font-size: 14px;
}

.voiceTit01 {
    padding: 8px 0 0;
    font-size: 15px;
    font-weight: bold;
    min-height: 100px;
}

.leadTxt {
    margin: 40px auto 0;
    background: #f4b0b6;
    border: solid 2px #f39ca2;
    border-radius: 5px;
    padding: 12px 2% 10px;
    color: #fff;
    font-size: 15px;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 1% 0;
}

#inline_content {
    background-color: #fff;
}

#inline_content p {
    font-size: 15px;
    padding: 10px;
}

br.pconly {
    display: none;
}

p.infoblog {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    border-bottom: 1px dashed #cec7b7;
    border-top: 1px dashed #cec7b7;
    padding: 10px 0px;
}

.infoblog span {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 592px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.bnr_1114 p.bnr14_pc {
	    display: block;
		}

	.bnr_1114 p.bnr14_sp {
	    display: none;
	}
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.bnr_1114 p.bnr14_sp {
    display: block;
	}
	.bnr_1114 p.bnr14_pc {
    display: none;
	}


}
@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

body {
	width: 100% !important;
	max-width: 1920px;
	margin: 0 auto;
	color: #000000;
	font-size: 20px;
	line-height: 1.6;
	overflow: hidden;
}

.bodyWrap {
	background: url(./../img/bg_body.jpg) repeat center top;
}


/* リンク表示方法 */

a {
	text-decoration: none;
}

a:link {
	color: #000000;
}

a:visited {
	color: #000000;
}

a:active {
	color: #9c948f;
}

a:hover {
	color: #9c948f;
}

:focus {
	outline: none;
}

/* テーブル共通 */
.baseTb {
	border-collapse: collapse;
	width: 100%;
	margin: 0 auto;
}

.baseTb th {
	background: #c7b299;
	color: #333;
	padding: 13px 2% 10px;
	border: 1px solid #fff;
}

.baseTb td {
	background: #fff;
	color: #333;
	padding: 13px 2% 10px;
	border: 1px solid #c7b299;
}

.cHover {
	position: relative;
	z-index: 1;
	display: block;
}

.cHover:hover::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
    background: #FFF;
    opacity: .2;
    filter: alpha(opacity=20); /* ie lt 8 */
    -ms-filter: "alpha(opacity=20)"; /* ie 8 */
    -moz-opacity: .2; /* FF lt 1.5, Netscape */
    -khtml-opacity: .2; /* Safari 1.x */
}

.cShadow01 {
	box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
	-o-box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.1);
}

.cShadowList01 > li {
	box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
	-o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}


/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/
.pc {
	display: block;
}

.md {
	display: none;
}

.sp, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}

#modal {
	display: none;
	padding: 0 0 5.8em;
	background: url(./../img/bg_parts01_b.png) no-repeat bottom center;
	background-size: auto 3em;
}

.margin_top_120 {
    margin-top: 120px !important;
}

/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.header {
	width: 96%;
	max-width:1100px;
	margin: 0 auto;
	padding: 0 0 40px;
}

.header h1 {
	padding: 8px 0 15px;
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
	letter-spacing: -0.1px;
	color: #000000;
}

.header h1 span {
	display: inline-block;
	max-width: 100%;
	text-align: left;
}

.hLogo {
	float: left;
	width: 30%;
	margin: 0 0 0;
}

.hDetail {
	float: right;
	width: 67%;
	/* max-width: 492px; */
	margin: 2px 0 0;
}

.hDetailR {
	float: right;
	width: 22.1%;
}

.hDetailL {
	float: right;
	width: 50%;
	margin: auto 5px;
}

.hDetailL dt {
	margin: 0 0 0 2px;
	padding: 6px 0 3px 5px;
	border-radius: 12px;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	color: #FFF;
	background: #91CEEE;
}

.hDetailL dd {
	margin: 10px auto 0;
}

.hIn01Tel {
	float: left;
	width: 76%;
	padding: 4px 0 0 4.3em;
	background: url(../img/h_tel_off.png) no-repeat 0.8em 0.4em;
}

.hIn01Tel > p {
	font-weight: bold;
	font-size: 125%;
	line-height: 1;
}

.hIn01Tel > span,
.hIn01Tel > em {
	display: block;
	padding: 0 0 0 0.1em;
	font-size: 16px;
}

.hInMail {
	float: right;
	width: 24%;
	border-left: 1px dashed;
}

.hInMail a {
	display: block;
	padding: 6px 0 0.5em 4px;
	text-align: center;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

.hNav {
	clear: both;
	max-width: 1100px;
	margin: 0 auto;
	padding: 1px 0 0;
}

.hNav ul {
	max-width: 1322px;
}

.hNav li {
	float: left;
}

.gnavi01 {
	width: 14.61947%;
}

.gnavi02 {
	width: 20.54831%;
}

.gnavi03 {
	width: 14.80674%;
}

.gnavi04 {
	width: 14.61947%;
}

.gnavi05 {
	width: 13.4794%;
}

.gnavi06 {
	width: 19.92659%;
}

.hNav li a {
	position: relative;
	z-index: 2;
	display: block;
	font-weight: bold;
	text-align: center;
}

.hNav li a:hover::before {
	content: "";
	position: absolute;
	z-index: -1;
	width: 5em;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(./../img/nav_active01.png) no-repeat center center;
	background-size: contain;
}

.hNav .gnavi01 a:hover::before {
	left: 27%;
	right: auto;
}


/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	margin: 9px auto 0;
}

/*-- メインヴィジュアル スライダー --*/
#cover li {
	position: relative;
	background-size: contain;
}

#cover li::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background: url(./../img/cover_other_wrap.png) no-repeat center center;
	background-size: contain;
}

#cover li.mainActive::before {
	content: none;
}

.cover01 {
	background: url(./../img/cover_bg01.png) no-repeat center center;
}

.cover02 {
	background: url(./../img/cover_bg02.png) no-repeat center center;
}

.cover03 {
	background: url(./../img/cover_bg03.png) no-repeat center center;
}

.cover04 {
	background: url(./../img/cover_bg04.png) no-repeat center center;
}

.inCover01 {
	background: url(../img/incover01_bg.jpg) no-repeat center top;
}

.inCover02 {
	background: url(../img/incover02_bg.jpg) no-repeat center top;
}

.inCover03 {
	background: url(../img/incover03_bg.jpg) no-repeat center top;
}

.inCover04 {
	background: url(../img/incover04_bg.jpg) no-repeat center top;
}

.inCover05 {
	background: url(../img/incover05_bg.jpg) no-repeat center top;
}

.inCover06 {
	background: url(../img/incover06_bg.jpg) no-repeat center top;
}

.inCover07 {
	background: url(../img/incover07_bg.jpg) no-repeat center top;
}

.inCover08 {
	background: url(../img/incover08_bg.jpg) no-repeat center top;
}

.inCover09 {
	background: url(../img/incover09_bg.jpg) no-repeat center top;
}

.inCover {
    width: 100%;
    max-width: 1100px;
	background-size: cover;
}


/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

.cTit01 {
    font-weight: bold;
    font-size: 136.875%;
    line-height: 1.1;
    text-align: center;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.cTit02 {
    font-weight: bold;
    font-size: 136.875%;
    line-height: 1.1;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.cTit01.cTitWhite {
	color: #FFF;
}

.cTit01 span {
    color: #3e2221;
    display: block;
    font-size: 130%;
}

.cTit02 span {
    display: inline-block;
    padding: 0 9px 4px 0;
    letter-spacing: -0.9px;
}

a.cBtn {
	display: block;
	width: 260px;
	max-width: 80%;
	margin: 48px auto 0;
	padding: 12px 2% 9px 2.5%;
	color: #FFF;
	font-weight: bold;
	background: url(./../img/btn_bg01.png) no-repeat 0 0;
	background-size: 100% 100%;
	text-align: center;
}

a.cBtn:hover {
	display: block;
	width: 260px;
	max-width: 80%;
	color: #FFF;
	font-weight: bold;
	background: url(./../img/btn_bg02.png) no-repeat 0 0;
	background-size: 100% 100%;
}

a.cBtn > span {
	position: relative;
	display: inline-block;
	max-width: 100%;
	padding: 0 1.9em 0 0;
	line-height: 1.35;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

a.cBtn > span::after {
	position: absolute;
	content: "";
	display: inline-block;
	width: 1.375em;
	height: 1.375em;
	top: -1px;
	bottom: 0;
	right: 0;
	margin: auto;
	background: url(./../img/btn_arrow01.png) no-repeat center right;
	background-size: contain;
}

a.cBtn:hover > span::after {
	background: url(./../img/btn_arrow02.png) no-repeat center;
	background-size: contain;
}

a.cBtn02:hover {
	color: #f4928e;
	background: url(./../img/btn_bg03.png) no-repeat 0 0;
	background-size: 100% 100%;
}

a.cBtn02:hover > span::after {
	background: url(./../img/btn_arrow03.png) no-repeat center;
	background-size: contain;
}

a.cBtnCenter {
	margin: 48px auto 0;
}

a.cBtnRight {
	margin: 42px 0 0 auto;
}

a.cBtnLeft {
	margin: 42px auto 0 0;
}


/*-----------------------------------------------------------
 #topMain(TOP)
-----------------------------------------------------------*/

.section {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 0;
}

.tAbout {
	margin: 0 auto;
}

.leadArea {
	text-align: center;
}

.leadArea em {
	color: #F4928E;
}

.leadImp em,
.leadDefo em {
	font-weight: bold;
}

.leadImp {
	position: relative;
	z-index: 1;
	margin: 68px 0 81px;
	padding: 10px 2% 0px;
	font-size: 139.75%;
}

.leadImp em {
	font-size: 131.21645%;
}

.leadImp span {
	display: inline-block;
	max-width: 100%;
}

.leadImp::before {
	position: absolute;
	z-index: 3;
	content: "";
	display: block;
	width: 100%;
	height: 61px;
	top: -61px;
	left: 0;
	right: 0;
	margin: 14px auto 0;
	background: url(./../img/bg_parts01_t_20221011.png) no-repeat top center;
	background-size: contain;
}

.leadImp::after {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 100%;
	height: 54px;
	bottom: -54px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(./../img/bg_parts01_b.png) no-repeat bottom center;
	background-size: contain;
}

.leadSmall {
	padding: 40px 0 0;
	font-size: 14px;
	line-height: 1.28571;
}

.leadDefo {
	padding: 40px 0 0;
	font-size: 125%;
	line-height: 1.75;
}

.leadAdd {
	padding: 40px 0 0;
	font-size: 14px;
}

.topBorder {
	margin: 40px auto 0;
	border-top: 1px dashed;
}

.leadAdd span {
	display: block;
}

.tInfo {
	padding: 131px 0 95px;
}

.tInfoList {
	margin: 80px auto 0;
	padding: 0 0 12px;
}

.tInfoList > li {
	position: relative;
	float: left;
	width: 25%;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tInfoList > li dl {
	padding: 0 12% 25px;
	background: url(./../img/bg_parts04_b.png) no-repeat center bottom;
	background-size: 100% 100%;
}

.tInfoList > li::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 33px;
	top: -32px;
	left: 0;
	right: 0;
	margin: auto;
	background: url(./../img/bg_parts04_t.png) no-repeat center bottom;
	background-size: 100% auto;
}

.tInfoList dt {
	font-size: 87.5%;
	color: #F4928E;
}

.tInfoList p:first-child {
	font-weight: bold;
}

.textLinkR {
	margin: 10px 7px 0 auto;
	text-align: right;
}

.textLinkR a {
	text-decoration: underline;
}

.textLinkR a:hover {
	color: #F4928E;
}

.tTroubles {
	padding: 101px 0 100px;
	background: #FFF;
}

.tTroubles .section {
	padding: 0;
}

.tTroublesLead {
	margin: 50px auto 0;
	text-align: center;
	font-size: 110%;
}

.tTroublesList {
	margin: 20px auto 0;
}

.tTroublesList > li {
	float: left;
	width: 15.1%;
	margin: 0 0 0 1.88%;
	font-weight: bold;
	text-align: center;
}

.tTroublesList > li:first-child {
	margin: 0;
}

.tTroublesList > li dd {
	padding: 12px 2% 10px;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlan {
	padding: 40px 0 100px;
}

.tPlanMain {
	position: relative;
	z-index: 1;
	margin: 45px 0 0;
	padding: 100px 0 100px;
	color: #FFF;
	background: url(./../img/bg_t_plan.png) no-repeat center;
	background-size: 100% 100%;
}

.tPlanMain::before {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 80%;
	margin: auto;
	height: 100%;
	background: url(./../img/bg_parts02.png) no-repeat center 49px;
}

.tPlanMain h2,
.tPlanMain ul {
	position: relative;
	z-index: 2;
}

.tPlanMain ul {
	width: 87%;
	margin: 49px auto 0;
}

.tPlanMainInL {
	float: left;
	width: 50%;
	max-width: 460px;
	padding: 6px 0 0;
}

.tPlanMainInR {
	float: right;
	width: 48%;
	line-height: 1.75;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlanMainInR > h3 {
	padding: 0 0 5px;
	font-size: 112.5%;
	color: #3e2221;
	border-bottom: 1px dashed;
}

.tPlanMainInR > p {
	padding: 18px 0 0;
	color: #3e2221;
}

.tPlanList {
	margin: 100px auto 0;
}

.tPlanList > li {
	float: left;
	width: 31%;
	max-width: 340px;
	margin: 0 0 0 3.5%;
	background: #FFF;
}

.tPlanList > li:first-child {
	margin: 0;
}

.tPlanList dd {
	padding: 13px 10% 15px;
}

.tPlanList h4 {
	position: relative;
	z-index: 1;
	padding: 0 1.5em 0 0;
	font-size: 100%;
	font-weight: bold;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlanList h4::before {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 1.375em;
	height: 1.375em;
	top: 2px;
	right: -0.35em;
	margin: auto;
	background: url(./../img/btn_arrow03.png) no-repeat center center;
	background-size: contain;
}

.tPlanList a:hover h4::before {
	background: url(./../img/btn_arrow04.png) no-repeat center center;
	background-size: contain;
}

.tPlanList h4:first-child + p {
	margin: 14px auto 0;
	font-weight: normal;
	font-size: 87.5%;
	line-height: 1.357;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.tPlanPrice {
	margin: 16px auto 0;
	font-weight: bold;
	text-align: right;
}

.tPlan a.cBtnCenter {
	margin: 68px auto 0;
}

.tVoice {
	background: url(./../img/bg_t_voice.jpg) no-repeat center center;
	background-size: cover;
}

.tVoice .section {
	padding: 100px 0 98px;
}

.tVoiceList {
	margin: 60px auto 0;
	padding: 0 0 23px;
}

.tVoiceList > li {
	float: left;
	width: 31%;
	margin: 0 0 0 3.5%;
	background: #FFF;
}

.tVoiceList > li:first-child {
	margin: 0;
}

.tVoiceList dt {
	position: relative;
	float: left;
	width: 45%;
	height: 0;
	padding: 0 0 52%;
	overflow: hidden;
}

.tVoiceList dt > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.tVoiceList dt img {
	position: absolute;
	z-index: 1;
	/* width: 261%; */
	/* max-width: 232%; */
	/* height: auto; */
	/* left: -26%; */
	/* top: -24%; */
	margin: auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.tVoiceList dd {
	float: right;
	width: 55%;
	padding: 20px 2% 20px 4%;
}

.tVoiceList dd > h3 {
	color: #F4928E;
	font-weight: bold;
}

.tVoiceList dd > p {
	margin: 10px auto 0;
	font-size: 87.5%;
	line-height: 1.72;
}

.tShop {
	padding: 50px 0 0;
}

.tShopHour {
	float: left;
	width: 50%;
	padding: 0 3.4% 0 0;
}

.timeTb {
	table-layout: fixed;
	width: 100%;
	margin: 55px auto 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #efe0d0;
}

.timeTb th {
	padding: 21px 2% 13px;
	border: 1px solid;
	background: #C7B299;
	color: #333;
	font-size: 87.5%;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
}

.timeTb td {
	padding: 18px 0 15px;
	border: 1px solid;
	font-size: 172%;
	line-height: 1;
	color: #333;
	background: #FFF;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
	vertical-align: middle;
}

.timeTb th:first-child,
.timeTb td:first-child {
	width: 31.3%;
	text-align: center;
}

.timeTb th:first-child {
	font-size: 100%;
}

.timeTb td:first-child {
	padding: 18px 0 15px 0.5%;
	font-size: 18px;
	font-weight: bold;
}

.tShopBtn {
	margin: 68px auto 0;
}

.tShopBtn > li {
	float: left;
	width: 49%;
}

.tShopBtn > li:first-child + li {
	float: right;
	text-align: right;
}

.tAccess {
	float: right;
	width: 50%;
	padding: 0 0 0 3.637%;
	text-align: center;
	border-left: 1px dashed;
}

.tAccess iframe {
	width: 100%;
	height: 258px;
	margin: 57px auto 0;
	border: none;
}

.tAccessAdd {
	margin: 5px auto 0;
	font-weight: bold;
}

.tAccessAcc {
	max-width: 450px;
	margin: 10px auto 0;
	font-size: 87.5%;
	line-height: 1.3;
}

.tAccessAcc span {
	display: inline-block;
	max-width: 100%;
}

.cContact {
	position: relative;
	z-index: 1;
	margin: 100px auto 0;
	padding: 0 0 102px;
	overflow-x: hidden;
}

.cContact > div::before {
	position: absolute;
	z-index: 3;
	content: "";
	display: block;
	width: 219px;
	height: 110%;
	top: -59px;
	left: -5.6%;
	margin: auto;
	background: url(./../img/bg_parts03_t.png) no-repeat top left;
	background-size: contain;
}

.cContact > div::after {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 219px;
	height: 100%;
	bottom: -60px;
	right: -4.8%;
	margin: auto;
	background: url(./../img/bg_parts03_b.png) no-repeat bottom right;
	background-size: contain;
}

.cContact > div {
	position: relative;
	z-index: 2;
	padding: 40px 0 0;
	background: #FFF;
}

.cContact > div > ul {
	position: relative;
	z-index: 5;
	padding: 0 6.4% 40px;
}

.cContactL {
	float: left;
	width: 35%;
}

.cContactL > p {
	margin: 10px auto 2px;
	font-size: 87.5%;
	line-height: 1.7;
	letter-spacing: -.05em;
}

.cContactR {
	float: right;
	width: 65%;
	max-width: 586px;
}

.cContactR li {
	float: left;
	width: 49%;
	max-width: 283px;
	border: 1px solid #e6dccf;
}

li.cContactMail {
	float: right;
}

.cContactMail a {
	display: block;
	padding: 15px 3% 15px;
}

.cContactR em {
	font-weight: bold;
	font-size: 125%;
	display: block;
}

.cContactTel a,
.cContactTel p {
	padding: 18px 3% 18px;
}

.cContactTel em {
	padding: 3px 0 9px 2.85em;
	background: url(./../img/c_contact_tel_off.png) no-repeat 6px top;
	background-size: 1.9em;
}

.cContactMail em {
	padding: 8px 0 4px 3.35em;
	background: url(./../img/c_contact_mail_off.png) no-repeat 1em 3px;
	background-size: 1.9em;
}

.cContactMail a:hover em {
	background: url(./../img/c_contact_mail_on.png) no-repeat 1em 3px;
	background-size: 1.9em;
}

.cContactTel span {
	display: block;
	padding: 0 0 0 0.7em;
	font-size: 13px;
	letter-spacing: -.02em;
}

.cContactMail span {
	display: inline-block;
	max-width: 100%;
	position: relative;
	padding: 0 2.25em 0 1.5em;
	font-size: 15px;
}

.cContactMail span::before {
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	width: 1.45em;
	height: 1.45em;
	top: -1px;
	right: 0;
	margin: auto;
	background: url(./../img/btn_arrow04.png) no-repeat center;
	background-size: contain;
}

.cContactMail a:hover span::before {
	background: url(./../img/btn_arrow03.png) no-repeat center;
	background-size: contain;
}

.cFooterBnr {
	background: rgba(255, 255, 255, 0.5);
}

.cFooterBnr > ul > li {
	float: left;
	width: 31%;
	margin: 0 0 0 3.5%;
}

.cFooterBnr > ul > li:first-child {
	margin: 0;
}

.cFooterBnr > ul > li a {
	display: block;
}

.cFooterBnr > ul > li a:hover {

    opacity: .8;
    filter: alpha(opacity=80); /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)"; /* ie 8 */
    -moz-opacity: .8; /* FF lt 1.5, Netscape */
    -khtml-opacity: .8; /* Safari 1.x */
}


/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

.footer {
	text-align: center;
}

.fLogo {
	padding: 70px 7px 0 0;
}

.fAdd {
	margin: 19px auto 0;
	padding: 0 0 57px;
	font-size: 17px;
	line-height: 1.32;
}

.fNavi {
	width: 96%;
	max-width: 1100px;
	margin: 0 auto 8px;
	font-size: 87.5%;
	font-size: 110%;
	text-align: center;
}

.fNavi li {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 5px 1.3em 0;
	font-size: 14px;
	letter-spacing: -0.1em;
}

.fNavi li::before {
	position: absolute;
	z-index: 2;
	content: "";
	width: 1em;
	height: 1em;
	top: 0.6em;
	left: 0;
	right: 0;
	border-left: 1px solid #c3beba;
}

.fNavi ul:first-child li:first-child::before {
	content: none;
}

.fNavi a:hover {
	text-decoration: underline;
}

.copyright {
	padding: 6px 2% 3px;
	background: #C7B299;
	color: #fff;
	font-size: 15px;
	line-height: 1;
	text-align: center;
}

.copyright small {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 5px;
	display: block;
	text-align: right;
}

/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/
.conteWrap {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
}

.conteWrapF {
    margin: 40px auto 0;
}

.leadTxt {
    margin: 40px auto 0;
    background: #f4b0b6;
    border: solid 2px #f39ca2;
    border-radius: 5px;
    padding: 12px 2% 10px;
    color: #fff;
    font-size: 19px;
}


/*--- ページャー ---*/
.pager {
    margin: 30px auto 0;
    width: auto;
    text-align: center;
}

.pager > li {
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px;
}

.pager > li em {
    background: #91ceec;
    padding: 9px 0 7px;
    color: #fff;
    display: block;
    width: 40px;
    font-size: 14px;
    border: solid 1px #91ceec;
    border-radius: 100%;
}

.pager > li a {
    color: #91ceec;
    text-decoration: none;
    padding: 9px 0 7px;
    display: block;
    font-size: 16px;
    width: 40px;
    font-size: 14px;
    border: solid 1px #91ceec;
    border-radius: 100%;
    background: #fff;
}

.pager > li a:hover {
    color: #fff;
    background: #91ceec;
    border: solid 1px #91ceec;
}


/*--- パンくず ---*/
.pankuzu {
    width: 96%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 16px;
    padding: 16px 0 0;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #f2999e;
}

.pankuzu li a:hover {
    text-decoration: underline;
}


/*-- flexslider --*/
.flexslider {
	width: 670px;
	margin: 0;
	border: 0;
}

#carousel {
	width: 670px !important;
	margin: 10px auto 0;
}

#carousel li {
	width: 113px !important;
	margin: 0 6px 0 0 !important;
}

.lb-number {
	display: none !important;
}

.flex-direction-nav a {
	height: 50px;
}


/* 料金プラン
----------------------------------------------------------- */
.planBox01 {
    margin: 40px auto 0;
}

.planBox01 > div:first-child {
    margin: 0 auto;
}

.plan01 {
    margin: 50px auto 0;
    padding: 15px 2%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.planIn01 > li {
    float: left;
    width: 58%;
}

.planIn01 > li:first-child {
    float: right;
    width: 38%;
    text-align: center;
}

.planIn01 > li > h4 > em {
    display: block;
    color: #f2999e;
    border-bottom: solid 2px #f2999e;
    font-size: 19px;
    padding: 0 1%;
    margin: 0 0 5px;
}

.planTxt01 {
    margin: 20px auto 0;
    font-size: 15px;
}

.planIn01 > li > a {
    display: block;
    width: 100%;
    max-width: 340px;
    margin: 25px auto 0;
    background: #fff;
}

.planIn01 > li > a:hover img {
    opacity: .8;
}


/* 癒しの空間 ひろについて
----------------------------------------------------------- */
.aboutImg01 {
    margin: 40px auto 0;
    text-align: center;
}

.aboutImg01 {
    margin: 40px auto 0;
    text-align: center;
}

.about01 {
    margin: 30px auto 0;
}

.about01 > h4 {
    color: #F4928E;
    text-align: center;
    font-size: 23px;
}

.about01 > p {
    margin: 25px auto 0;
    text-align: left;
}

.about01 > .aboutCeo {
    font-weight: bold;
    font-size: 23px;
    margin: 30px auto 0;
    text-align: center;
}

.aboutCoution {
    text-align: center;
    color: #F4928E;
    border-top: 1px dashed #9c948f;
    border-bottom: 1px dashed #9c948f;
    padding: 35px 1%;
    margin: 40px auto 0;
    font-size: 14px;
}

.aboutCoution > em > span {
    display: block;
    font-size: 20px;
}

.aboutIn01 {
    margin: 60px auto 0;
}

.aboutIn01 > li {
    float: left;
    width: 56%;
}

.aboutIn01 > li > h4 {
    color: #F4928E;
    font-size: 24px;
}

.aboutIn01 > li:first-child {
    float: right;
    width: 41%;
}

.aboutWrap01 {
    padding: 0 0 70px;
}

.aboutOl {
    margin: 30px auto 0;
}

.aboutOl > li {
    margin: 15px auto 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 2% 5px 55px;
    font-size: 19px;
    min-height: 60px;
}

.aboutOl > .aboutOla {
    background: rgba(255, 255, 255, 0.6) url(../img/icon_about01.png) no-repeat 5px 5px;
}

.aboutOl > .aboutOlb {
    background: rgba(255, 255, 255, 0.6) url(../img/icon_about02.png) no-repeat 5px 5px;
}

.aboutOl > .aboutOlc {
    background: rgba(255, 255, 255, 0.6) url(../img/icon_about03.png) no-repeat 5px 5px;
}

.aboutOl > li:first-child {
    margin: 0 auto;
}

.about02 {
    margin: 40px auto 0;
}

.about02 > li {
    float: left;
    width: 30.9%;
    margin: 0 0 0 3.65%;
    background: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(90, 64, 64, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.about02 > li > span {
    display: block;
    padding: 12px 2% 10px;
    text-align: center;
    font-weight: bold;
}

.about02 > li:first-child {
    margin: 0;
}

.aboutWrap02 {
    margin: 70px auto 0;
}

.aboutWrap03 {
    margin: 100px auto 0;
}

.aboutWrap04 {
    margin: 100px auto 0;
}

.aboutWrap04 > a {
    display: block;
    width: 96%;
    max-width: 340px;
    background: #fff;
    margin: 45px auto 0;
}

.aboutWrap04 > a:hover img {
    opacity: .8;
}

.about03 {
    margin: 40px auto 0;
}

.about03 > li {
    float: left;
    width: 22.2%;
    margin: 0 1.4%;
    background: #fff;
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(90, 64, 64, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.about03 > li > span {
    display: block;
    padding: 12px 2% 10px;
    text-align: center;
    font-weight: bold;
}

.aboutTb {
    margin: 40px auto 0;
}

.aboutTxt03 {
    text-align: center;
    color: #F4928E;
    border-bottom: 1px dashed #9c948f;
    padding: 0 1% 15px;
    margin: 40px auto 0;
    font-size: 20px;
}


/* 予約カレンダー
----------------------------------------------------------- */
.calendarWrap02 {
    margin: 40px auto 0;
    position: relative;
    width: 100%;
    max-width: 1000px;
}

.calendarTb {
    width: 100%;
    table-layout: fixed;
    margin: 0 auto;
}

.calendarTb > caption {
    font-size: 23px;
    font-weight: bold;
    color: #f2999e;
    padding: 0 0 25px;
}


.calendarTb thead th {
    border: solid 1px #fff;
    font-size: 15px;
    text-align: center;
    padding: 7px 1% 5px;
    width: 14%;
    color: #fff;
    background: #f4b0b6;
}

.calendarTb thead .sun {
    color: #e83b3b;
}

.calendarTb thead .sat {
    color: #2038b5;
}

.calendarTb tbody .sun dt {
    color: #e83b3b;
}

.calendarTb tbody .sat dt {
    color: #2038b5;
}

.calendarTb thead .sun, .calendarTb thead .sat {
    width: 15%;
}

.calendarTb tbody td {
    border: solid 1px #ccc;
    width: 14%;
    padding: 3px;
    vertical-align: top;
}

.calendarTb tbody td dt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 2px 1% 3px;
}

.calendarTb tbody td dd {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 1px .5% 1px;
}

.calendarTb tbody .sun, .calendarTb tbody .sat {
    width: 15%;
}

#nextMonth {
    position: absolute;
    top: 35px;
    right: .5%;
    font-size: 17px;
    font-weight: bold;
    color: #482610;
    cursor: pointer;
}

#nextMonth:hover {
    text-decoration: underline;
}

#prevMonth {
    position: absolute;
    top: 35px;
    left: .5%;
    font-size: 13px;
    font-weight: bold;
    color: #482610;
    cursor: pointer;
}

#prevMonth:hover {
    text-decoration: underline;
}

.calendar01 {
    margin: 15px auto 0;
    width: 100%;
    max-width: 1000px;
}

.calendar01 > li {
    display: inline-block;
    padding: 7px 7px 5px;
    margin: 0 1% 7px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
}


/* インフォメーション（一覧）
----------------------------------------------------------- */
.infoBox {
    margin: 40px auto 0;
}

.infoMain {
    float: right;
    width: 72%;
}

.infoMain > div:first-child {
    margin: 0 auto;
}

.info01 {
    padding: 15px 2%;
    margin: 40px auto 0;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.infoSide {
    float: left;
    width: 25%;
}

.infoSide > h4 {
    text-align: center;
    padding: 10px 2% 7px;
    color: #fff;
    font-size: 21px;
}

.infoSide > ul > li > a {
    display: block;
    font-size: 19px;
    text-align: center;
    padding: 10px 2% 7px;
}

.cateTit {
    background: #f4b0b6;
}

.infoCate > li > a {
    border-bottom: dotted 2px #f4b0b6;
}

.infoCate > li > a:hover {
    background: #fbcacf;
    color: #fff;
}

.archiveTit {
    background: #91ceed;
    margin: 50px auto 0;
}

.infoArchive > li > a {
    border-bottom: dotted 2px #91ceec;
}

.infoArchive > li > a:hover {
    background: #bae7fd;
    color: #fff;
}

.infoIn01 > li + li {
    float: right;
    width: 40%;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}

.infoIn01 > li:first-child {
    float: left;
    width: 59%;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    color: #f4b0b6;
}

.infoTxt01 {
    margin: 5px auto 0;
    border-top: solid 2px #f4b0b6;
    padding: 7px 1% 0;
    font-size: 19px;
    font-weight: bold;
}

.info01 .cBtnRight {
    margin: 25px 0 0 auto;
}


/* インフォメーション（詳細）
----------------------------------------------------------- */
.infoDetailImg01 {
    margin: 15px auto 0;
    text-align: center;
}

.infoBox02 {
    padding: 15px 2%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.2);
}

.info03 {
    margin: 15px auto 0;
    font-size: 15px;
    color: #000;
}

.infoMovieWrap {
    width: 100%;
    max-width: 750px;
    margin: 20px auto 0;
}

.infoMovie {
    position: relative;
    padding: 0 0 56.25%;
    height: 0;
}

.infoMovie > iframe {
    position: absolute;
    display: block;
    border: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

a.infoBtn02 {
    display: block;
    width: 100%;
    max-width: 260px;
    /* max-width: 80%; */
    margin: 0 auto;
    padding: 12px 2% 9px 2.5%;
    color: #FFF;
    font-weight: bold;
    background: url(./../img/btn_bg01.png) no-repeat 0 0;
    background-size: 100% 100%;
    text-align: center;
}

a.infoBtn02 > span {
    position: relative;
    display: inline-block;
    max-width: 100%;
    padding: 0 1.9em 0 0;
    line-height: 1.35;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
}

a.infoBtn02 > span:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1.375em;
    height: 1.375em;
    top: -1px;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(./../img/btn_arrow01.png) no-repeat center right;
    background-size: contain;
}

a.infoBtn02:hover {
	color: #f4928e;
	background: url(./../img/btn_bg03.png) no-repeat 0 0;
	background-size: 100% 100%;
}

a.infoBtn02:hover > span::after {
	background: url(./../img/btn_arrow03.png) no-repeat center;
	background-size: contain;
}

.infoBtn {
    margin: 25px auto 0;
}

.infoBtn > li {
    float: right;
    width: 31.3%;
    max-width: 260px;
    margin: 0 1%;
}


/* お客様の声
----------------------------------------------------------- */
.voice01 {
    margin: 40px auto 0;
}

.voice01 > li {
    float: left;
    width: 23.6%;
    margin: 0 .7% 50px;
}

.voiceIn01 {
    background: #fff;
}

.voiceTxt01 {
    padding: 10px 2%;
}

.voiceImg01 {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 115.5%;
}

.voiceImg01 > img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.voiceSick01 {
    color: #82c0ed;
    text-align: center;
    font-weight: bold;
    padding: 2px 2% 5px;
}

.voiceName01 {
    padding: 5px 2% 4px;
    text-align: center;
    border-top: solid 1px #c6a586;
    border-bottom: solid 1px #c6a586;
    font-size: 18px;
}

.voiceTit01 {
    padding: 8px 0 0;
    font-size: 19px;
    font-weight: bold;
    min-height: 100px;
}

.voice01 > li > .cBtn {
    margin: 20px auto 0;
}


/* modal内 */
.modal-content {
    max-height: 90%;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 96%;
    max-width: 770px;
}

.modalUl01 > li:first-child {
    float: left;
    width: 55%;
    font-size: 16px;
    font-weight: bold;
    color: #af7539;
}

.modalUl01 > li + li {
    float: right;
    width: 44%;
    text-align: right;
    font-size: 15px;
    font-weight: bold;
}

.modal-content .modalTit {
    margin: 5px auto 0;
    border-top: solid 2px #af7539;
    padding: 7px 1% 0;
    font-size: 19px;
    font-weight: bold;
}

.flex01 {
    margin: 20px auto 0;
    width: 100%;
    max-width: 500px;
}

.flex01 .flex-control-thumbs li {
    margin: 0 12.5%;
    position: relative;
    width: 25%;
    height: 0;
    padding: 0 0 25%;
}

.flex01 .flex-control-thumbs li > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.modal-content .modalConte {
    margin: 30px auto 0;
    background: #faf5e3;
    border: solid 2px #af7539;
    border-radius: 5px;
    padding: 12px 2% 10px;
    color: #000;
    font-size: 15px;
}

.flex01 .slides > li {
    position: relative;
    width: 100%;
    height: 0;
    padding: 0 0 100%;
}

.flex01 .slides > li > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}


/* プライバシーポリシー
----------------------------------------------------------- */
.privacy {
    margin: 40px auto 0;
}

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 25px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 2px solid #f4928e;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 18px;
	margin: 10px 1% 0;
}


/* 店舗概要
----------------------------------------------------------- */
.comTb {
    width: 100%;
    margin: 40px auto 0;
}

.comTb th {
	width: 30%;
	border-bottom: 1px solid #fff;
}

.comTb td {
	width: 70%;
}

.comTb02 {
	table-layout: fixed;
	width: 100%;
	max-width: 550px;
	margin: 55px auto 0;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #efe0d0;
}

.comTb02 th {
	padding: 21px 2% 13px;
	border: 1px solid;
	background: #C7B299;
	color: #333;
	font-size: 87.5%;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
}

.comTb02 td {
	padding: 18px 0 15px;
	border: 1px solid;
	font-size: 172%;
	line-height: 1;
	color: #333;
	background: #FFF;
	border: none;
	border-left: 1px solid #efe0d0;
	border-bottom: 1px solid #efe0d0;
	vertical-align: middle;
}

.comTb02 th:first-child,
.comTb02 td:first-child {
	width: 31.3%;
	text-align: center;
}

.comTb02 th:first-child {
	font-size: 100%;
}

.comTb02 td:first-child {
	padding: 18px 0 15px 0.5%;
	font-size: 14px;
	font-weight: bold;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.comTxt01 {
    margin: 50px auto 0;
    border-bottom: solid 2px #f39ca2;
    font-size: 16px;
    padding: 0 0 2px 1%;
    color: #f39ca2;
    font-weight: bold;
}

.companyWrap01 > iframe {
    border: none;
    display: block;
    margin: 10px auto 0;
    width: 100%;
    height: 350px;
}


/* お問い合わせ
----------------------------------------------------------- */
input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.chooseList1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	/* float: left; */
}

.chooseList1 > li:first-child {
	margin: 0;
}

.chooseList1 {
	width: 96%;
	max-width: 200px;
	margin: 20px auto 0;
}

.contactTb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 100%;
	max-width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #c6a586;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
	background: #ceb197;
	color: #FFF;
}

.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	width: 100%;
}

#msg {
	height: 100px;
}

#zip1, #zip2 {
	width: 40%;
	max-width: 120px;
}

#city, #pref, #add {
	width: 100%;
	margin: 0px 0 5px;
}
textarea {
	width: 100%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] {
	height: 35px;
	padding: 5px;
}

input[type="text"],
textarea,
select,
option {
	border: 1px solid #CCC;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	/* font-size: 85.714%; */
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contactTb {
	width: 100%;
	margin: 40px auto 0;
}

.contactTb02 {
    margin: 0 auto;
}

.contactTb th {
	width: 25%;
	text-align: left;
	position: relative;
	line-height: 1.4;
	padding: 13px 2% 10px;
}

.contactTb th, .contactTb td {
	/* padding: 13px 10px 10px 20px; */
	font-size: 18px;
	border-bottom: 1px solid #efe0d0;
	position: relative;
}

.contactTb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	float: right;
	font-size: 14px;
}

.contactCarendar {
    padding: 40px 0;
}

.contactCarendar .cBtn {
    margin: 0 auto;
}



/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #c6a486;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #c6a486;
    outline: none;
    border-color: #c6a486;
    transition: .3s;
}

.ui-widget-header {
    background: #c6a586 !important;
    border-color: #bb9a7a !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}

#datepicker1, #datepicker2, #datepicker3 {
    width: 100%;
    max-width: 200px;
}

.bnr_1114 {
    margin-bottom: 30px;
}


/*-- 固定ここまで --*/



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* wideslider */
.slider_prev {
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 1px !important;
    width: 2em !important;
    height: 2em !important;
}

.slider_next {
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 1px !important;
    width: 2em !important;
    height: 2em !important;
}

.slider_prev:hover {
    background: url(./../img/prev_on.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.slider_next:hover {
    background: url(./../img/next_on.png) no-repeat;
    background-position: center center;
    background-size: contain;
}

.cContact > div > ul {
    padding: 0 4% 40px;
}


.fNavi > ul {
	display: block;
}

.fNavi > ul > li:first-child::before {
	content: none;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1175px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

.md {
	display: block;
}

.md_none {
	display: none;
}

a.cBtnCenter {
	margin: 30px auto 0;
}

a.cBtnRight {
	margin: 30px 0 0 auto;
}

a.cBtnLeft {
	margin: 30px auto 0 0;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

.header h1 {
	text-align: left;
	font-size: 11px;
}

.hNav li a:hover::before {
	width: 4em;
}

.hNav .gnavi01 a:hover::before {
	left: 27%;
}


/*-----------------------------------------------------------
footer
-----------------------------------------------------------*/

.copyright small {
	width: 96%;
}


/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 98%;
}


/* トップページ
----------------------------------------------------------- */

.tPlanMain {
    padding: 80px 0 50px;
}

.tPlanMain ul {
	width: 90%;
	margin: 40px auto 0;
}

.tPlanMain::before {
	background-size: 90% auto;
}

.tPlanMainInR > h3 {
	line-height: 1.6;
	padding: 0 0 10px;
}

.tPlanMainInR > p {
    padding: 10px 0 0;
}

.timeTb td:first-child {
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.cContact > div::before {
	width: 20%;
	top: -2.8em;
}

.cContact > div::after {
	width: 20%;
	bottom: -2.8em;
}

.cContactMail a {
    padding: 12px 3% 15px;
}

.cContactMail em {
	padding: 8px 0 4px 3em;
	background: url(./../img/c_contact_mail_off.png) no-repeat 0.3em 1px;
}

.cContactMail a:hover em {
	background: url(./../img/c_contact_mail_on.png) no-repeat 0.3em 1px;
}

.cContactMail span {
    padding: 0 2.6em 0 .5em;
}


/* 中ページ
----------------------------------------------------------- */

/*-- プライバシーポリシー --*/

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	/* width: 96%; */
	/* padding: 15px 2%; */
}

.contactTb {
	width: 98%;
}

.contactTb th {
	width: 30%;
	padding: 13px 2% 10px;
	/* font-size: 80%; */
}

.contactTb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.chooseList1 > li {
	/* width: 48%; */
	/* margin: 0 0 0 2%; */
}

.chooseList1 > li:first-child {
	/* margin: 0; */
}

.chooseList1 {
	/* width: 60%; */
	/* margin: 20px auto; */
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	/* width: 86%; */
	/* margin: 2px 0 0 2%; */
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}


/*-- flexslider --*/

.flexslider {
	width: 100%;
	margin: 0 auto;
	border: 0;
}

.flexslider img {
	width: 100%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* トップページ
----------------------------------------------------------- */

.tTroublesList > li dd {
	font-size: 13px;
}

.cContact > div > ul {
    padding: 0 6.4% 40px;
}

.cContactL {
	float: left;
	width: 45%;
}

.cContactR {
	width: 55%;
}

li.cContactMail,
li.cContactTel {
	float: none;
	width: 100%;
	max-width: 100%;
}

li.cContactMail {
	margin: 5px auto 0;
}

.cContactTel em,
.cContactTel span,
.cContactMail em,
.cContactMail span {
	display: block;
	max-width: 250px;
	margin: 0 auto;
	text-align: left;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 920px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 14px;
}

.contactTb th {
	/* font-size: 70%; */
}


/* トップページ
----------------------------------------------------------- */

.hIn01Tel {
	padding: 4px 0 0 3.3em;
	background: url(../img/h_tel_off.png) no-repeat .1em .4em;
	-moz-font-feature-settings: "palt";
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

.hInMail {
}

.tInfoList {
    margin: 30px auto 0;
}

.tInfoList > li {
	width: 50%;
	margin: 50px auto 0;
}

.tTroublesList {
	max-width: 534px;
}

.tTroubles .tTroublesList > li {
	width: 31%;
	margin: 30px 1.1% 0;
}

.tPlanMain ul > li {
	float: none;
	width: 100%;
	margin: 40px auto 0;
}

.tShop > ul > li {
	float: none;
	width: 100%;
	padding: 0;
	border: none;
}

.timeTb {
    margin: 40px auto 0;
}

.tShopHour {
	max-width: 510px;
	margin: 0 auto;
}

.tShopBtn {
    margin: 30px auto 0;
}

.tShop > ul > .tAccess {
	padding: 100px 0 0;
}

.tAccess iframe {
    margin: 40px auto 0;
}

.tAccessAdd {
    margin: 20px auto 0;
}

.fNavi li {
    padding: 5px .9em 0;
    font-size: 13px;
}


/* 中ページ
----------------------------------------------------------- */
.voice01 > li {
    width: 36%;
    margin: 0 7% 50px;
}

.aboutIn01 > li {
    float: none;
    width: 100%;
    margin: 30px auto 0;
}

.aboutIn01 > li:first-child {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.planIn01 > li {
    float: none;
    width: 100%;
    margin: 40px auto 0;
}

.planIn01 > li:first-child {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}




/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

body {
	font-size: 13px;
}

#pTop .pc {
	display: none !important;
}

#pTop .sp {
	display: block;
}

#pTop .sp.spTel {
	text-decoration: underline;
	display: inline-block !important;
}


/*-- テーブル --*/

.baseTb {
	width: 100%;
}

.baseTb th, .baseTb td {
	width: 100% !important;
	display: block;
}


/* ヘッダー
----------------------------------------------------------- */

.hLogo {
	float: none;
	width: 50%;
	margin: 0 auto;
}

.header .sp {
	display: inline-block;
	max-width: 1.3em;
	padding: 10px 6px 0;
	font-size: 300%;
}

.header .sp a {
	color: #c5a485;
}

.hSpBtnTel {
	float: left;
}

.hSpBtnMenu {
	float: right;
}

/*--- modal ---*/

.telBtn a,
.menuBtn a {
	margin: 0;
	font-size: 300%;
	color: #555;
	text-align: center;
	display: block;
	line-height: 0;

}

#pageslide {
	width: 65%;
	padding: 1%;
	display: none;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 9999;
	color: #FFF;
	background: url(./../img/bg_body.jpg) repeat center top;
	border-left: solid 5px #faf4e0;
	box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 10px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 10px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) -1px 1px 10px 0px;
	overflow-y: auto;
}

p.btn-close {
	width: 60%;
	margin: 16px auto 30px;
	padding: 9px 2% 6px;
	background: #fff;
	text-align: center;
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.btn-close > a {
	text-decoration: none !important;
	display: block;
}

.page_slide_navi {
	width: 96%;
	margin: 0 auto;
}

#slide_navi li a {
	margin: 7px 0 0;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 3;
	text-decoration: none;
	border-bottom: 1px solid #d4d4d4;
}


/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav li, .sp nav li:first-child {
	width: 100%;
	float: none;
}

.spNavi li a {
	padding: 12px 0 8px;
	display: block;
	text-align: center;
	/* text-decoration: none; */
	/* background: initial; */
	border-top: 1px solid #eadbc8;
	/* border-bottom: 1px solid #333; */
}

/*-- フッターアイコン --*/

.sp footer {
	margin: 0;
	padding: 0;
	border-top: 1px solid #eadbc8;
	background: #fdfbf2;
}

.sp footer ul:after {
	content: '';
	display: block;
	clear: both;
}

.sp footer li {
	width: 32%;
	margin: 0 0.5%;
	float: left;
}

.sp footer li a {
	padding: 18px 0 12px;
	color: #c7b299;
	text-decoration: none;
	display: block;
	/* border: 2px solid #fff; */
	text-align: center;
	font-size: 60%;
}

.sp footer li a i {
	margin: 0 0 5px;
	font-size: 540%;
	display: block;
}


/* トップページ
----------------------------------------------------------- */

.tInfoList {
    margin: 40px auto 0;
}

.tInfoList > li {
	width: 50%;
	margin: 40px auto 0;
}


.tPlanList > li {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 20px auto 0;
}

.tPlanList dl {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.tPlanList dt {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
}

.tPlanList dd {
	display: table-cell;
	width: 70%;
	padding: 13px 4% 15px 2%;
}

.tVoice .tVoiceList {
	margin: 50px auto 0;
	text-align: center;
}

.tVoice .tVoiceList > li {
	float: none;
	display: inline-block;
	width: 48%;
	margin: 8px .7% 0;
	vertical-align: top;
	text-align: left;
}

.cContact > div::before {
	top: -1.8em;
}

.cContact > div::after {
	bottom: -1.8em;
}


.cContact > div {
    padding: 30px 0 0;
}

.cContact > div > ul {
    padding: 0 4% 40px;
}

.cContact > div > ul {
	text-align: center;
}

.cContactL,
.cContactR {
	float: none;
	width: 100%;
	margin: 10px auto 0;
}

.cContactL {
	width: 220px;
}

.cContactTel em,
.cContactTel span,
.cContactMail em,
.cContactMail span {
	max-width: 220px;
}

.cFooterBnr > ul {
	text-align: center;
	padding: 30px 0 40px;
}

#pTop .cFooterBnr > ul > li {
	float: none;
	display: inline-block;
	width: 48%;
	margin: 8px 0.7% 0;
	vertical-align: top;
}


/* 中ページ
----------------------------------------------------------- */

.contactTb th {
	font-size: 100%;

}

.comTb02 th, .comTb02 td {
    display: table-cell;
    width: auto !important;
}

.comTb02 th:first-child, .comTb02 td:first-child {
    width: 31.3% !important;
}

.comTb02 {
    table-layout: fixed;
    max-width: 510px;
}

.infoMain {
    float: none;
    width: 100%;
}

.infoSide {
    float: none;
    width: 100%;
    margin: 50px auto 0;
}

.info01 .cBtnRight {
    margin: 25px auto 0;
}

.calendarTb tbody td dd {
    font-size: 10px;
    font-weight: normal;
}

.about01 > p {
    text-align: left;
}

.about01 > h4 {
    font-size: 21px;
}

.about02 {
    text-align: center;
}

.about02 > li {
    float: none;
    display: inline-block;
    width: 46%;
    max-width: 340px;
    margin: 0 1.5% 10px;
}

.about02 > li:first-child {
    margin: 0 1.5% 10px;
}

.about03 > li {
    width: 46%;
    margin: 0 2% 20px;
}

.aboutTxt03 {
    font-size: 15px;
    text-align: left;
}

.voice01 > li {
    width: 46%;
    margin: 0 2% 50px;
}



/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.infoBtn > li {
    float: none;
    width: 100%;
    margin: 20px auto 0;
}

.infoBtn > li:first-child {
    margin: 0 auto;
}



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

a.cBtnRight {
	margin: 30px auto 0;
}

a.cBtnLeft {
	margin: 30px auto 0;
}


/* トップページ
----------------------------------------------------------- */

.telBtn {
	width: 12%;
}

.menuBtn {
	width: 12%;
	float: right;
}

.telBtn a,
.menuBtn a {
	font-size: 240%;
}

.tTroubles .tTroublesList {
	max-width: 376px;
}

.tTroubles .tTroublesList > li {
	width: 44%;
	margin: 20px 3% 0;
}

.tVoice .tVoiceList > li {
	float: none;
	width: 100%;
	margin: 20px auto 0;
}


/* 中ページ
----------------------------------------------------------- */

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.chooseList1 {
	width: 96%;
	font-size: 90%;
}

.chooseList1 > li {
	/* width: 49%; */
}

.sp_414_align_left {
    text-align: left;
}

.sp_414_display_block {
    display: block;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn a,
.menuBtn a {
	font-size: 200%;
}

.tPlanList dl,
.tPlanList dt,
.tPlanList dd {
	display: block;
	width: 100%;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 320px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* 20190510の大幅改造時に追記 */
.div1_20190510 {
    border-top: 1px dotted #999;
    margin: 50px auto 0;
    padding-top: 25px;
}

span.spanttl1 {
    color: #000000;
    font-size: 1.5em;
    font-weight: bold;
}

span.spansubttl1 {
    font-weight: bold;
}

@media screen and (min-width: 1000px) {
	ul.top_1_txt {
    width: 80%;
    margin: 15px auto;
}

ul.top_1_txt:after {
    content: "";
    display: block;
    clear: both;
}

li.top_1_rightimg {
    float: right;
    width: 50%;
}

li.top_1_lefttxt {
    float: right;
    width: 50%;
    text-align: left;
    padding-top: 50px;
}

ul.top_1_icon {
    width: 90%;
    margin: 0 auto;
}

ul.top_1_icon:after {
    clear: both;
    display: block;
    content: "";
}

.top_1_icon li {
    float: left;
    width: calc(100% / 6);
}

p.top_1_lastp {
    font-size: 1.1em;
    width: 80%;
    margin: 10px auto;
}

.div2_20190510 {
    border-top: 1px dotted #999;
    margin: 80px auto;
    padding-top: 15px;
}

ul.top_2_movie {
    width: 90%;
    margin: 30px auto 30px;
}

ul.top_2_movie:after {
    clear: both;
    content: "";
    display: block;
}

li.limovietxt {
    float: right;
    width: 40%;
    text-align: left;
    padding: 10px 0 0 30px;
}

li.limovie {
    width: 60%;
    float: right;
}

li.limovie > video {
    max-width: 100%;
}

ul.top_2_list {
    width: 95%;
    margin: 10px auto;
}

ul.top_2_list:after {
    display: block;
    content: "";
    clear: both;
}

li.top_2_listp {
    width: auto;
    float: left;
    border-radius: 100%;
    border: 4px dotted #b9b9b9;
    padding: 10px;
}

li.top_2_listtxt {
    float: left;
    width: 90%;
    text-align: left;
    padding-left: 10px;
}

ul.top_3_icon:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_icon li {
    float: left;
    width: 10%;
}

.top_3_icon li img {
    border-radius: 100%;
}

ul.top_3_icon {
    margin: 40px auto;
}

ul.top_3_img:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_img li {
    width: 25%;
    float: left;
}

ul.top_3_img {
    margin: 10px auto 20px;
}

.div4_20190510 {border-top: 1px dotted #999;margin: 100px auto 80px;padding-top: 50px;}

.div3_20190510 {
    border-top: 1px dotted #999;
    margin: 40px auto 40px;
    padding-top: 50px;
}

.div4_flow {
    width: 70%;
    margin: 0 auto;
}

.div4_flow ul:after {
    content: "";
    display: block;
    clear: both;
}

.div4_flow ul p {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
}

li.flowimg {
    float: left;
    width: 40%;
}

li.flowtxt {
    float: left;
    width: 60%;
    text-align: left;
    padding-left: 10px;
}

.div4_flow ul {
    margin-top: 25px;
}

ul.yajirushi:after {
    content: "";
    display: block;
    clear: both;
}

.yajirushi li {
    float: left;
    width: 20%;
}

.yajirushi li ul li {
    float: none;
    text-align: center;
    margin: 0 auto;
}

ul.div_4_lastimg:after {
    content: "";
    display: block;
    clear: both;
}

.div_4_lastimg li {
    width: 25%;
    float: left;
}

li.halfimg {
    width: 50%;
    float: left;
}

ul.halful:after {
    content: "";
    display: block;
    clear: both;
}

.div5_20190510 {
    border-top: 1px dotted #999;
    margin: 40px auto 80px;
    padding-top: 15px;
}

.dtlaccess {
    margin-top: 100px;
    border-top: 1px dashed;
    padding-top: 50px;
}

.accessdtl1 {
    margin-top: 50px;
}

.accessdtl1 p {
    padding-left: 20px;
}

ul.accessdtl_rightimg {
    width: 90%;
    margin: 20px auto 5px;
}

.accessdtl_rightimg li.acsdtltxt {
    width: 50%;
    padding: 10px;
    float: left;
}

ul.accessdtl_rightimg:after {
    content: "";
    display: block;
    clear: both;
}

.accessdtl_rightimg li.acsdtlimg {
    width: 50%;
    padding: 10px;
    float: left;
}

ul.accessdtl_leftimg {
    width: 90%;
    margin: 20px auto 5px;
}

ul.accessdtl_leftimg:after {
    content: "";
    display: block;
    clear: both;
}

li.acsdtltxt {
    width: 50%;
    padding: 10px;
    float: right;
}

li.acsdtlimg {
    width: 50%;
    padding: 10px;
    float: right;
}

.accessdtl1 {
    margin-top: 70px;
    border-bottom: 1px dashed;
    padding-bottom: 70px;
}


.abul1 li h3 {
    font-size: 1.4em;
    border-bottom: 1px dashed #9c948f;
    color: #F4928E;
}

.abul1 li p {
    padding-left: 15px;
}

.abudiv1 {
    margin: 70px auto;
    margin: 20px auto 70px;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
}

.abul1 li {
    margin-bottom: 40px;
}

p.abudiv1p {
    text-align: right;
}

.dblue {
    background-color: #406cb4;
    color: #fff;
    padding: 10px;
}

.dblue1 {
    background-color: #406cb4;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.liblue {
    background-color: #cdd3e8;
    color: #000;
    padding-left: 10px;
}

.sliblue {
    background-color: #e8eaf5;
    color: #000;
    padding-left: 10px;
}

.abtable1 tr {
    border-bottom: 1px solid #000;
}

.abdiv3 {
    margin-top: 70px;
}

.abdiv3 h4 {
    text-align: center;
    font-size: 1.6em;
    margin-bottom: 10px;
}

.abdiv3 ul li {
    width: 33%;
    padding: 10px 1%;
    float: left;
}

.abdiv3 ul:after {
    content: "";
    display: block;
    clear: both;
}

.abul1 li h3:before {
    content: url(../img/abicon.png);
}

.abtable ul li h4 {
    font-size: 1.6em;
    text-align: center;
    margin-bottom: 20px;
}

p.firstplan {
    text-align: center;
    font-weight: bold;
    font-size: 2em;
}

.sejututokuchou {
    margin-top: 70px;
}

.sejututokuchou h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 20px;
}

.plandiv1 {
    padding: 15px 2%;
    width: 90%;
    margin: 30px auto 10px;
}

.indiv {
    width: 100%;
    margin: 0 auto;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
}

p.hrp {
    border-bottom: 1px dashed;
    margin: 10px auto;
}

.plandiv1 h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
}

.plandiv1 h4:before {
    content: url(../img/abicon.png);
    margin-right: 10px;
}

.indiv p span {
    color: #f2999e;
}

p.temperature {
    font-size: 137%;
    font-weight: bold;
}

.topdiv1 ul:after {
    content: "";
    display: block;
    clear: both;
}

.topdiv1 ul li:nth-child(1) {
    /* float: left; */
    width: 100%;
}

.topdiv1 ul li:nth-child(2) {
    /* float: left; */
    width: 60%;
    text-align: left;
    padding: 15px;
    margin-bottom: 170px;
}

.topdiv1 {
    margin: 100px auto 60px;
    padding-bottom: 100px;
    border-bottom: 1px dashed;
}

.topdiv1 p {
    margin-bottom: 30px;
}

p.top_1_lastp {
    border: 1px dashed;
    padding: 20px 20px 40px 20px;
    text-align: left;
}

p.top_re {
    font-size: 1.3em;
    font-weight: bold;
    top: -26px;
    position: relative;
}

.div3_20190510 p {
    margin-bottom: 20px;
}

.div3_20190510 p:nth-child(2) {
    text-align: left;
    width: 83%;
    margin: 0 auto 40px;
}

span.mutsu {
    font-size: 1.3em;
    font-weight: bold;
}

.top_re span:nth-child(1) {
    background-color: #f9f3d9;
    padding: 5px 15px;
}

table.abtable1 {
    background-color: rgba(255,255,255,0.7);
}

.abtable1 tbody tr th {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr td {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr:nth-child(1) {
    text-align: center;
}

li.relo {
    float: right;
}

.topqa {
    border-top: 1px dotted #999;
    margin: 84px auto -31px;
    padding-top: 50px;
}

.qamain {
    margin-top: 10px;
    margin-bottom: 20px;
}

.qamain p {
    text-align: left;
}

p.question {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    font-size: 1.2em;
}

p.answer {
    padding-left: 20px;
}

#modal-content{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
}

.modal-p{
	margin-top:1em;
}

.modal-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}

.button-link:hover{
	cursor:pointer;
	color:#f00;
}

ul.halful {
    margin-bottom: 100px;
}

.limovietxt img {
    position: relative;
    top: -2px;
    height: 17px;
    line-height: 1.6;
    vertical-align: middle;
    margin-right: -4px;
}

.aboutOlc ul:after {
    content: "";
    display: block;
    clear: both;
}

.aboutOlc ul li:nth-child(1) {
    float: left;
    width: 80%;
    color: #f15050;
}

.aboutOlc ul li:nth-child(2) {
    float: left;
    width: 20%;
    text-align: center;
}

br.sponly {
    display: none;
}

img.shinsp {
    display: none;
}

li.flowtxt2 {
    text-align: left;
    width: 60%;
    margin: 0 auto;
    float: left;
    padding-left: 10px;
}

.relo {
    text-align: center;
    border-top: 1px dotted #999;
    border-bottom: 1px dotted #999;
}


.menu {
    max-width: 96%;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

/* label {
    width: 96%;
    display: block;
    margin: 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    cursor :pointer;

    color: #000;
    font-weight: bold;
    font-size: 137%;
}

input {
    display: none;
} */

.menu ul {
  width: 96%;
  margin: 0px 0;
  padding: 0;
  /* background :#eae0d7; */
  list-style: none;
  text-align:center;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#change01:checked ~ #links01 li,
#change02:checked ~ #links02 li {
    height: 104px;
    opacity: 1;
}


}
@media screen and (max-width: 1100px) {
	.relo {
    text-align: center;
    border-top: 1px dotted #999;
    /* padding-top: 40px; */
    border-bottom: 1px dotted #999;
    /* padding-bottom: 40px; */
    width: 90%;
    margin: 0 auto;
}

	li.flowtxt2 {
    text-align: left;
    width: 94%;
    margin: 0 auto;
}

	img.shinpc {
    /* display: none; */
}

	ul.top_1_txt {
    margin-top: 15px;
}

ul.top_1_icon:after {
    display: block;
    content: "";
    clear: both;
}

ul.top_1_icon {
    width: 90%;
    margin: 0 auto;
}

.top_1_icon li {
    width: 48%;
    margin: 10px 1px;
    float: left;
}

p.top_1_lastp {
    margin: 10px auto;
    width: 90%;
    border: 1px dashed;
    padding: 10px;
    text-align: left;
}

.div2_20190510 {
    border-top: 1px dotted #999;
    margin: 80px auto;
    padding-top: 15px;
}

ul.top_2_movie {
    width: 90%;
    margin: 5px auto 0px;
}

li.top_2_listp {
    width: 30%;
    border-radius: 100%;
    border: 2px dotted #bbb;
}

li.top_2_listtxt {
    text-align: left;
    margin: 5px auto 10px;
}

ul.top_2_list {
    width: 95%;
    margin: 0 auto;
}

.div3_20190510 p:nth-child(2) {
    margin: 10px auto;
    width: 95%;
    text-align: left;
}

ul.top_3_icon {
    width: 95%;
    margin: 0 auto;
}

ul.top_3_icon:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_icon li {
    width: 18%;
    float: left;
    min-height: 93px;
    margin: 0 1%;
}

ul.top_3_img {
    margin: 5px auto;
}

ul.top_3_img:after {
    content: "";
    display: block;
    clear: both;
}

.top_3_img li {
    width: 48%;
    float: left;
    margin: 1%;
}

.div3_20190510 {
    border-top: 1px dotted #999;
    margin: 20px auto 50px;
    padding-top: 25px;
}

.div4_20190510 {
    border-top: 1px dotted #999;
    margin: 0px auto;
    padding-top: 25px;
}

.div4_flow {
    margin-top: 10px;
}

li.flowtxt {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

.div4_flow ul p {
    text-align: left;
    font-weight: bold;
    font-size: 1.2em;
}

.yajirushi li {
    width: 50%;
    margin: 0 auto 30px;
    float: left;
}

ul.yajirushi:after {
    content: "";
    display: block;
    clear: both;
}

.div4_flow ul {
    margin: 10px auto 0px;
}

.div4_flow ul p {
    border-bottom: 1px dotted #c1c1c1;
}

ul.div_4_lastimg:after {
    content: "";
    display: block;
    clear: both;
}

.div_4_lastimg li {
    float: left;
    width: 48%;
    margin: 1%;
}

li.halfimg {
    width: 80%;
    margin: 10px auto 5px;
}

.div5_20190510 {
    border-top: 1px dotted #999;
    /* margin: 80px auto; */
    /* padding-top: 15px; */
}

.limovie video {
    width: 95%;
}

.top_3_icon li img {
    border-radius: 100%;
}

li.flowimg {
    padding-top: 20px;
    width: 50%;
    margin: 0 auto 10px;
}

ul.accessdtl_rightimg {
    width: 90%;
    margin: 15px auto 5px;
}

ul.accessdtl_leftimg {
    width: 90%;
    margin: 15px auto 5px;
}

li.acsdtltxt {
    padding: 5px;
}

li.acsdtltxt2 {
    padding: 5px 0px;
}

.dtlaccess {
    border-top: 1px dashed;
    margin-top: 70px;
    padding-top: 30px;
}

.accessdtl1 {
    margin-top: 20px;
    margin-bottom: 30px;
    border-bottom: 1px dashed;
}

.abul1 h3 {
    font-size: 1.3em;
    border-bottom: 1px dashed #9c948f;
    color: #F4928E;
}

.abul1 h3:before {
    content: url(../img/abicon.png);
}

.abul1 p {
    width: 90%;
    margin: 10px auto 0;
}

.abudiv1 {
    margin-top: 50px;
}

.abul1 li {
    margin-bottom: 30px;
}

p.abudiv1p {
    text-align: right;
}

.scroll {
    overflow: auto;
    white-space: nowrap;
}

.dblue {
    background-color: #406cb4;
    color: #fff;
    padding: 10px;
}

.dblue1 {
    background-color: #406cb4;
    color: #fff;
    padding: 5px;
    text-align: center;
}

.liblue {
    background-color: #cdd3e8;
    color: #000;
    padding-left: 10px;
}

.sliblue {
    background-color: #e8eaf5;
    color: #000;
    padding-left: 10px;
}

.abtable1 tr {
    border-bottom: 1px solid #000;
}

.abtable {
    margin-top: 50px;
}

.abtable h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}

.abdiv3 {
    margin-top: 50px;
}

.abdiv3 h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 15px;
}

.abdiv3 ul li {
    margin-bottom: 5px;
}

.sejututokuchou {
    margin-top: 70px;
}

.sejututokuchou h4 {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 10px;
}

.sejututokuchou p {
    width: 90%;
    margin: 0 auto;
}

.indiv {
    /* width: 95%; */
    margin: 0 auto;
    padding: 20px 15px;
    background: rgba(255, 255, 255, 0.6);
    -webkit-box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, 0.15);
}

.plandiv1 {
    width: 95%;
    margin: 20px auto 10px;
}

.plandiv1 h4 {
    font-size: 1.3em;
}

p.hrp {
    border-bottom: 1px dashed;
    margin: 40px auto;
}

.plandiv1 h4:before {
    content: url(../img/abicon.png);
    margin-right: 5px;
}

.indiv p span {
    color: #f2999e;
}

.topdiv1 {padding-bottom: 50px;border-bottom: 1px dashed;}

.topdiv1 ul li:nth-child(1) {
    margin-bottom: 10px;
}

.topdiv1 ul li:nth-child(2) {text-align: left;}

p.temperature {
    font-weight: bold;
}

li.top_1_lefttxt {
    text-align: left;
    width: 90%;
    margin: 0 auto;
}

p.top_re {
    font-size: 1.2em;
    font-weight: bold;
    top: -20px;
    position: relative;
}

span.mutsu {
    font-size: 1.2em;
    font-weight: bold;
}

.top_re span:nth-child(1) {
    background-color: #fdfbef;
    padding: 5px 15px;
}

table.abtable1 {
    background-color: rgba(255,255,255,0.7);
}

.abtable1 tbody tr th {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr td {
    border: 1px solid;
    padding: 5px;
}

.abtable1 tbody tr:nth-child(1) {
    text-align: center;
}

.topqa {
    border-top: 1px dotted #999;
    margin: 50px auto -22px;
    padding-top: 25px;
}

.qamain {
    margin-top: 10px;
    margin-bottom: 20px;
}

.qamain p {
    text-align: left;
}

p.question {
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    font-size: 1.2em;
}

p.answer {
    padding-left: 20px;
    font-size: 1.1em;
}

.limovietxt img {
	position: relative;top: -4px;height: 13px;
}
}

#inline_content {
    background-color: #fff;
}
.aboutOlc ul:after {
    content: "";
    display: block;
    clear: both;
}

.aboutOlc ul li:nth-child(1) {
    float: left;
    width: 70%;
    color: #f15050;
}

.aboutOlc ul li:nth-child(2) {
    float: left;
    width: 30%;
    text-align: center;
}

li.limovietxt {
    text-align: left;
}

.shinpc {
    display: inline;
    width: 18px;
    height: 18px !important;
    object-fit: contain;
    top: -2px !important;
}

.shinsp {
    display: none;
}


.menu {
    max-width: 96%;
}

.menu a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #000;
}

/* label {
    width: 96%;
    display: block;
    margin: 0;
    padding : 15px;
    line-height: 1;
    color :#fff;
    cursor :pointer;
    color: #000;
    font-weight: bold;
    font-size: 137%;

}

label:hover {
   background-color: #ffcccc;
}

input {
    display: none;
} */

.menu ul {
  width: 96%;
  margin: 0px 0;
  padding: 0;
  /* background :#eae0d7; */
  list-style: none;
  text-align:center;
}

.menu li {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#change01:checked ~ #links01 li,
#change02:checked ~ #links02 li {
    height: auto;
    opacity: 1;
    width: 96%;
}


@media (max-width: 1000px) {
    .shinpc {
        top: -8px !important;
        margin-right: -4px;
    }
}

@media (max-width: 920px) {
    .shinpc {
        top: -8px !important;
        margin-right: -4px;
    }
}

@media (max-width: 768px) {
    .shinpc {
        display: none;
    }

    .shinsp {
        display: inline;
        height: 12px !important;
        object-fit: contain;
        top: -5px !important;
        margin-right: -3px;
    }
}



p.firstplan {
    font-size: 140%;
    font-weight: bold;
    text-align: center;
}

.aboutCoution > em > span {
    display: block;
    font-size: 16px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
    font-size: 12px;
}

.about01 > .aboutCeo {
    font-weight: bold;
    font-size: 30px;
    margin: 30px auto 30px;
    text-align: center;
}

.aboutIn01 > li > h4 {
    color: #F4928E;
    font-size: 20px;
}

.aboutOl > li {
    margin: 15px auto 0;
    background: rgba(255, 255, 255, 0.6);
    padding: 5px 2% 5px 55px;
    font-size: 20px;
    min-height: 60px;
}

.timeTb td:first-child {
	padding: 18px 0 15px 0.5%;
	font-size: 14px;
	font-weight: bold;
}

.infoTxt01 {
    margin: 5px auto 0;
    border-top: solid 2px #f4b0b6;
    padding: 7px 1% 0;
    font-size: 15px;
    font-weight: bold;
    /* color: #000; */
}

.infoSide > h4 {
    text-align: center;
    padding: 10px 2% 7px;
    color: #fff;
    font-size: 17px;
}

.infoSide > ul > li > a {
    display: block;
    font-size: 14px;
    text-align: center;
    padding: 10px 2% 7px;
    color: #000;
}

.voiceName01 {
    padding: 5px 2% 4px;
    text-align: center;
    border-top: solid 1px #c6a586;
    border-bottom: solid 1px #c6a586;
    font-size: 14px;
}

.voiceTit01 {
    padding: 8px 0 0;
    font-size: 15px;
    font-weight: bold;
    min-height: 100px;
}

.leadTxt {
    margin: 40px auto 0;
    background: #f4b0b6;
    border: solid 2px #f39ca2;
    border-radius: 5px;
    padding: 12px 2% 10px;
    color: #fff;
    font-size: 15px;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 1% 0;
}

#inline_content {
    background-color: #fff;
}

#inline_content p {
    font-size: 15px;
    padding: 10px;
}

br.pconly {
    display: none;
}

p.infoblog {
    text-align: center;
    margin-top: 20px;
    font-size: 17px;
    border-bottom: 1px dashed #cec7b7;
    border-top: 1px dashed #cec7b7;
    padding: 10px 0px;
}

.infoblog span {
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 592px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.bnr_1114 p.bnr14_pc {
	    display: block;
	    margin: 30px;
	 }

	.bnr_1114 p.bnr14_sp {
	    display: none;
	}
}
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.bnr_1114 p.bnr14_sp {
    display: block;
    margin: 30px;
 }
	.bnr_1114 p.bnr14_pc {
    display: none;
	}


}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
	.bnr_1114 p.bnr14_sp {
    display: block;
    margin: 30px;
	}
	.bnr_1114 p.bnr14_pc {
    display: none;
    margin: 30px;
	}


}

/* 20210616追記 */
p.attl1 {
    font-weight: bold;
    color: #ff5c5c;
    border-bottom: dashed 1px;
    margin-bottom: 5px;
}

.aleft1 {
    width: 30%;
    text-align: center;
    float: left;
}

.aright1 {
    width: 70%;
    float: left;
}

p.amokuteki {
    font-weight: bold;
    padding-left: 15px;
    margin-bottom: 5px;
}

span.ablue {
    color: #2e1bd0;
    font-weight: bold;
}

span.ared {
    color: #ff143f;
    font-weight: bold;
}

.aleft2 {
    width: 70%;
    float: left;
}

.clr {
    clear: both;
}

.aright2 {
    width: 30%;
    float: left;
}

p.ared1 {
    color: #ff1a1a;
    font-weight: bold;
    border-bottom: 1px dashed;
}

p.amainttl1 {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    border: dashed 1px;
    border-color: #ff2fac;
    background-color: #ffd9f0;
    border-radius: 20px;
    padding: 10px;
		margin-bottom: 20px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
.aleft1 {
    width: 100%;
    text-align: center;
}

.aright1 {
    width: 100%;
    padding: 0 10px;
}

.aleft2 {
    width: 100%;
    float: none;
}

.aright2 {
    width: 100%;
    float: none;
}
}
