@charset "UTF-8";

.fontW100{font-weight: 100;}
.fontW200{font-weight: 200;}
.fontW300{font-weight: 300;}
.fontW400{font-weight: 400;}
.fontW500{font-weight: 500;}
.fontW600{font-weight: 600;}
.fontW700{font-weight: 700;}
.fontW800{font-weight: 800;}
.fontW900{font-weight: 900;}

.wk_title
{
    position: relative;
    z-index: 1;
	margin: 0 auto;
	padding: 80px 0 0;
	max-width: 300px;
	background-image: url("../images/common/logo_mark.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 80px;
	filter: brightness(3);
}

h1.title, h2.title
{
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 24px;
	letter-spacing: 2px;
}
h2.dcircle{
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #0B3F1F;
}
h2.dcircle::before{
    content: '◎';
}



/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
	-moz-animation:blink 1.5s ease-in-out infinite alternate;
	animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0.1;}
	100% {opacity:1;}
}


table{
	width:100%;
	margin:0 auto;
	padding:0;
	border-collapse:collapse;
}
th,td{
	vertical-align:top;
	margin:0;
	padding:0;
	font-weight: normal;
}
th{
	white-space: nowrap;
}
td{
}
@media screen and (max-width: 767px) {/*スマホ対応*/
}


/*flexbox*/
.flexcontainer{/*親*/
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
	text-align: left;
}
.flexitem{/*子*/
	position: relative;
	z-index: 0;
	margin: 0 0px 0px;
	padding: 0 0px 0px;
}
.flexitemInner{/*子inner*/
	position: relative;
	margin: 10px 15px;
	padding: 0 0 5px;
}
.flexitem img{
	width: 100%;
}
.flexitem1of2{flex-basis: calc(50%);}
.flexitem1of3{flex-basis: calc(33.333%);}
.flexitem1of4{flex-basis: calc(25%);}
.flexitem1of5{flex-basis: calc(20%);}
.flexitem1of6{flex-basis: calc(16.666%);}

.flexitem2of3{flex-basis: calc(66.666%);}
.flexitem3of4{flex-basis: calc(75%);}

@media screen and (max-width: 767px) {/*スマホ対応*/
	.flexitem1of2{flex-basis: calc(100%);}
	.flexitem1of3{flex-basis: calc(100%);}
	.flexitem1of4{flex-basis: calc(100%);}
	.flexitem1of5{flex-basis: calc(50%);}
	.flexitem1of6{flex-basis: calc(50%);}
	
	.flexitem2of3{flex-basis: calc(100%);}
	.flexitem3of4{flex-basis: calc(100%);}
}


.bgIndexMain {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
	box-shadow:0px 30px 10px -20px rgba(0,0,0,0.1) inset;
}
.indexMain
, .bgEEE
, .bgFFF
, .bgF2F
, .bga3a
, .bglgy
, .bgGy

, .bgRoomNM
{
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 0;
    background-size: cover;
    background-position: center center;
}
.bga3a{background-color: #A3A3A3;}
.bgF2F{background-color: #F2F2F2;}
.bgEEE{background-color: #EEEEEE;}
.bgFFF{background-color: #FFFFFF;}
.bglgy{
    background-image: url("../images/common/bg_lgy.png");
    background-size: 300px;
    background-repeat: repeat;
    background-position: 0 0;
}
.bgGy{
    background-image: url("../images/common/bg_gy.png");
    background-size: 300px;
    background-repeat: repeat;
    background-position: 0 0;
}

.bgRoomNM{
    background-image: url("../images/pages/bg_titleRoom.jpg");
    background-position: center bottom 20%;
}
.bgRoomNM::after
{
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}


.linkBT{/*中央*/
	margin: 0 auto;
	padding: 0;
	max-width: 300px;
}
.BT1of1{
	position: relative;
	max-width: 300px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 20px;
}

.pageTitleIn{
	position: relative;
	max-width: 1326px;
	margin: 0 auto;
	padding: 40px 0px;
}

.contentsTitle{
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 140px 0 0 10px;/*letter-spacing10pxをpadding-leftに設定*/
	background-image: url("../images/common/logo_mark.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 150px;
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 10px;
}
.indexRoom{
	padding: 140px 0 0 10px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.indexRoom{
	padding: 140px 0 40px 10px;
}
}

.campBa{
	position: fixed;
	z-index: 998;
	bottom: 10px;
	right: 10px;
	width: 120px;
}
.campBa img{
	opacity: 0.95;
}



/*---------------------------------------------------------------------------------------------------------- ページタイトル _____*/
.bgPageTitle{
	position: relative;
	width: 100%;
	margin: 60px 0 0;
	padding: 0;
}







/*---------------------------------------------------------------------------------------------------------- index.html _____*/
.movie{
    position: relative;/*h1の中央寄せ配置の起点とするためのrelative*/
} 

#video-area{
    height: calc(100vh - 0px);/*高さを全画面にあわせる*/
    position: fixed;
    position: relative;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
#video-area{
    height: calc(100vh - 0px);/*高さを全画面にあわせる*/
}
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    /*width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    /*height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}


.loaderLogo {
	margin: 0px auto;
	width: 150px;
	position: relative;
	animation: loadlogo 1.5s infinite linear;
}
.loaderLogo img{
	width: 100%;
}
@keyframes loadlogo {
  0% {
  	opacity: 1;
  }
  50% {
  	opacity: 0.1;
  }
  100% {
  	opacity: 1;
  }
}
.ani_scroll {
    display:  block;                /* ブロック要素にする */
    margin: 0 auto;                 /* 要素中央揃え */
    position:  relative;            /* 位置指定 */
    animation: anime1 5s ease;      /* アニメーション指定 */
    animation-delay: 2s; /* アニメーション開始時間 */
    animation-iteration-count: 2;
}
@keyframes anime1 {
    0% {
        opacity:  0;                /* 透明度指定 */
        top: -180px;                  /* 位置指定 */
    }
    100% {
        opacity:  1;                /* 透明度指定 */
        top: 0;                     /* 位置指定 */
    }
}


#btScroll{
	position:absolute;
	z-index:1;
	bottom:30px;
	left:0;
	right:0;
	margin:auto;
	width:50px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
#btScroll{
	bottom:50px;
}
}

.indexHcopy {
    position: absolute;
    top: 30%;
    left: 20px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.indexHcopy {
    top: 20%;
}
}
.indexHcopy h1{
	color: #FFFFFF;
	margin: 0;
	padding: 0 20px 0 0;
	font-size: 50px;
	font-weight: 100;
	line-height: 200%;
	text-shadow: 2px 1px 0px rgba(0, 0, 0, 1);
}
.indexHcopy h1.sub{
	font-size: 30px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.indexHcopy h1{
	font-size: 30px;
}
.indexHcopy h1.sub{
	font-size: 20px;
}
}


img.welcome{
	display: block;
	position: relative;
	width: 500px;
	width: 300px;
	margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
img.welcome{
	width: 300px;
	width: 200px;
}
}

.contentsProlog{
	position: relative;
	max-width: 1326px;
	margin: 0 auto;
	padding: 80px 0px;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.contentsProlog{
	padding: 0px 0px 0px;
}
}
.prologue
, .room
{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.prologuePhoto
, .roomPhoto
{
	position: relative;
	display: block;
	width: 70%;
	overflow: hidden;
}
.prologuePhoto img
, .roomPhoto img
{
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.prologuePhoto
, .roomPhoto
{
	width: 100%;
}
}
.prologueTxt
{
	position: absolute;
	display: block;
	width: 50%;
	top: 100px;
	right: 0;
	background-color: rgba(51,51,51,1.0);/*#333333*/
	margin: 0;
	padding: 60px 60px 10px;
	z-index: 1;
}
.roomTxt{
	position: absolute;
	display: block;
	width: 50%;
	top: 100px;
	right: 0;
	padding: 0px 0px 51px;
	/*background-color: #FFFFFF;*/
	/*background-image: url("../images/pages/bg_geometry01.png");
	background-position: bottom 0 center;
	background-repeat: repeat;
	background-size: 900px;*/
	z-index: 1;
}
.roomTxtIn{
	padding: 60px 30px 30px 60px;
	background-color: rgba(245,245,245,1.0);/*#f5f5f5*/
}
.prologueTxt h1
, .roomTxt h2
, .roomPrice h2
{
	font-size: 30px;
	color: #cc9966;
	margin: 0 0 40px;
	padding: 0;
	line-height: 150%;
}
.roomTxt h2
, .roomPrice h2
{
	font-family: "Parisienne", cursive;
	font-size: 40px;
	margin: 0 0 10px;
}
.prologueTxt h3
, .roomTxt h3
{
	font-size: 16px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
.roomTxt h3
{
	color: #000000;
}
.prologueGeo
, .roomGeo
{
	position: relative;
	display: block;
	width: 70%;
	top: 0px;
	margin: 0;
	padding: 100px 0;
	background-image: url("../images/pages/bg_geometry01.png");
	background-repeat: repeat;
	background-size: 900px;
	z-index: 0;
}
.roomGeo{
	width: 100%;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.roomGeo{
	display: block;
	top: -60px;
}
}

@media screen and (max-width: 1023px) {/*タブレット対応*/
.prologueTxt
, .roomTxt
, .prologueGeo
{
	position: relative;
	width: 100%;
	top: -60px;
}
.prologueTxt{
	background-color: rgba(51,51,51,0.9);/*#333333*/
	padding: 60px 40px 10px;
}
.roomTxt{
	padding: 0px 0px 0px;
	background-image: none;
}
.roomTxtIn{
	padding: 60px 30px 60px 30px;
	background-color: rgba(245,245,245,0.9);/*#f5f5f5*/
}
.prologueTxt h1{
	font-size: 24px;
	margin: 0px 0 40px;
}
}

.contentsRoom{
	position: relative;
	max-width: 1326px;
	margin: 0 auto;
	padding: 80px 20px;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.contentsRoom{
	padding: 0px 0px;
}
}

.scroll-infinity {
display: none;
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
}

.scroll-infinity_wrap {
  display: flex;
  width: max-content;
}

.scroll-infinity_list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.scroll-infinity_item {
  flex: 0 0 400px; /* 画像の横幅を指定 */
  height: 200px;
}

.scroll-infinity_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 左方向へのスクロールアニメーション */
.scroll-infinity_list-left {
  animation: scroll-left 60s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2400px); /* 6枚 × 400px */
  }
}
li+li {
     margin-top: 0px; 
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.scroll-infinity {
	top: -60px;
}
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.scroll-infinity_item {
  flex: 0 0 200px; /* 画像の横幅を指定 */
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px); /* 6枚 × 200px */
  }
}
}

.accessData
{
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	margin: 0;
	padding: 60px;
	background-color: #F5F5F5;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.accessData
{
	position: relative;
	width: 100%;
}
}

.nameLogo{
	position: relative;
	display: block;
	margin: 0 auto 60px;
	padding: 0;
	width: 100%;
	max-width: 300px;
}
dl.access{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
dl.access dt, dl.access dd{
	margin: 0 0 20px;
	padding: 0;
}
dl.access dt{
	width: 20%;
	white-space: nowrap;
}
dl.access dd{
	width: 80%;
}

.mapGeo{
	margin: 0;
	padding: 35% 0 0;
	background-image: url("../images/pages/bg_geometry01.png");
	background-repeat: repeat;
	background-size: 900px;
}


.nList {
	z-index: 10;
	position: relative;
    width: calc(25% - 20px);
    box-sizing: border-box;
    background-color: #FFFFFF;
    margin: 0 10px 20px 10px;
    overflow: hidden;
}
.nList p{
	position: relative;
	display: block;
    margin: 0 0px 0px;
	padding: 0;
	font-size: 13px;
	line-height: 180%;
}
.nDetailWrap{padding: 10px;}
.nDetailWrap .newsTitle {
    display: inline-block;
    overflow-y: hidden;
    margin: 0 !important;
    padding: 0 !important;
}
.newsDate{/*更新日付*/
	margin: 0;
	padding: 0;
	font-size: 12px;
}
a .newsTitle{text-decoration: underline;}

@media screen and (max-width: 1023px) {
.nList {
    width: calc(25% - 10px);
    margin: 0 5px 10px 5px;
}
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.nList {
    width: calc(50% - 10px);
}
}
a.nDetail{}
a.nDetail:hover img{opacity: 0.5;}
a.nDetail:hover .newsTitle{text-decoration: none;}
.nImg{
	position: relative;
	z-index: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	padding-top: 50%;
}
.nImg img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;/*9/16*/
padding-bottom: 50%;/*1/2*/
padding-bottom: 33.333%;/*1/3*/
padding-top: 0px;
margin-top: 0px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-filter: grayscale(1);
filter: grayscale(1);
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.ggmap {
padding-bottom: 100%;
}
}



/*---------------------------------------------------------------------------------------------------------- お部屋 _____*/
.roomLinkGeo
{
	background-image: url("../images/pages/bg_geometry01.png");
	background-repeat: repeat;
	background-size: 900px;
	z-index: 0;
}

.flexitemSS{flex-basis: calc(25%);}
.flexitemS{flex-basis: calc(25%);}
.flexitemA{flex-basis: calc(25%);}
.flexitemB{flex-basis: calc(16.66666667%);}
.flexitemC{flex-basis: calc(20%);}
.flexitemD{flex-basis: calc(25%);}
.flexitemE{flex-basis: calc(25%);}
.flexitemF{flex-basis: calc(25%);}
@media screen and (max-width: 767px) {/*スマホ対応*/
	.flexitemSS{flex-basis: calc(50%);}
	.flexitemS{flex-basis: calc(50%);}
	.flexitemA{flex-basis: calc(50%);}
	.flexitemB{flex-basis: calc(50%);}
	.flexitemC{flex-basis: calc(50%);}
	.flexitemD{flex-basis: calc(50%);}
	.flexitemE{flex-basis: calc(50%);}
	.flexitemF{flex-basis: calc(50%);}
}

.bgRoomPhoto {
	position: relative;
	width: 100%;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	top: 0;
	z-index: 1;
	z-index: 0;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.bgRoomPhoto {
	top: -60px;
}
}
.thumbs {
  width: 100%;
  max-width: 768px;
  position: relative;
}
.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%;
  padding-top: 50%;
}
.thumbs img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  object-fit: cover;
}
.thumbs{overflow: hidden;}
.thumbs img{transition: all 1s ease-in-out;}
.thumbs a:hover img{transform: scale(1.2);}
.flexitemInner{
	margin: .5px;
	padding: 0;
}

.roomTag {
    position: absolute;
    z-index: 1;
    bottom: 3px;
    left: 3px;
    display: inline-block;
    margin: 0;
    padding: 5px 10px;
    background-color: rgba(255, 255, 255, 0.9);
    background-color: rgba(204,153,102,1);
    color: #cc9966;
    color: #FFFFFF;
    font-size: 13px;
    width: 94px;
	width: auto;
    text-align: center;
	font-family: "Parisienne", cursive;
}
p.roomNo{
	line-height: 100%;
	margin: 0;
	padding: 0;
}


.contentsRoomLink{
	position: relative;
	max-width: 1326px;
	margin: 0 auto;
	padding: 80px 20px;
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
.contentsRoomLink{
	padding: 40px 20px;
}
}


.serviceWaku{
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 20px 10px 10px;
	border: 1px solid #cc9966;
}
.serviceWaku h2{
	position: absolute;
	display: inline-block;
	top: -17px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0 10px;
	font-size: 20px;
	color: #cc9966;
	background-color: #FFFFFF;
	white-space: nowrap;
}
.entS1of3photo{flex-basis: calc(33.333%);}
.entS2of3txt{flex-basis: calc(66.667%);}
@media screen and (max-width: 767px) {/*スマホ対応*/
.entS1of3photo{flex-basis: calc(100%);}
.entS2of3txt{flex-basis: calc(100%);}
}
.entService{
	margin: 0;
	padding: 0 0 0 20px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.entService{
	margin: 0;
	padding: 20px 0 0 0px;
}
}

ul.serviceIco
, ul.roomIco
{
	margin: 0;
	padding: 0;
}
ul.serviceIco li
, ul.roomIco li
{
	float: left;
	margin: 0px 20px 0px 0;
	padding: 10px 0 10px 35px;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: left 0 center;
	font-size: 12px;
}
ul.roomIco li
{
	float: left;
	margin: 0px 5px 5px 0;
	padding: 20px 0 20px 40px;
	background-size: 40px;
	background-repeat: no-repeat;
	background-position: left 0 center;
}

li.sweets{background-image: url("../images/room/ico/ent_sweets.png");}
li.shampoo{background-image: url("../images/room/ico/ent_shampoo.png");}
li.tea{background-image: url("../images/room/ico/ent_tea.png");}
li.bathsalts{background-image: url("../images/room/ico/ent_bathsalts.png");}
li.drink{background-image: url("../images/room/ico/ent_drink.png");}
li.parking{background-image: url("../images/room/ico/ent_parking.png");}
li.charging{background-image: url("../images/room/ico/charging.png");}/*充電*/
li.water{background-image: url("../images/room/ico/water.png");}/*ウォーターサーバー*/
li.exbed{background-image: url("../images/room/ico/exbed.png");}/*エクストラベッド*/
li.organictea{background-image: url("../images/room/ico/organictea.png");}/*オーガニックティー*/
li.karaoke{background-image: url("../images/room/ico/karaoke.png");}/*カラオケ*/
li.kitchen{background-image: url("../images/room/ico/kitchen.png");}/*キッチン*/
li.queenbed{background-image: url("../images/room/ico/queenbed.png");}/*クイーンベッド*/
li.sauna{background-image: url("../images/room/ico/sauna.png");}/*サウナ*/
li.speaker{background-image: url("../images/room/ico/speaker.png");}/*スピーカー*/
li.terrace{background-image: url("../images/room/ico/terrace.png");}/*テラス*/
li.tv{background-image: url("../images/room/ico/tv.png");}/*テレビ*/
li.bathrobe{background-image: url("../images/room/ico/bathrobe.png");}/*バスローブ*/
li.projector{background-image: url("../images/room/ico/projector.png");}/*プロジェクター*/
li.massagec{background-image: url("../images/room/ico/massagec.png");}/*マッサージチェア*/
li.cosmeM{background-image: url("../images/room/ico/cosmeM.png");}/*男性用化粧品*/
li.cosmeW{background-image: url("../images/room/ico/cosmeW.png");}/*女性用化粧品*/
li.nosmoking{background-image: url("../images/room/ico/nosmoking.png");}/*禁煙*/
li.pot{background-image: url("../images/room/ico/pot.png");}/*高温ポット*/
li.tableware{background-image: url("../images/room/ico/tableware.png");}/*食器*/
li.mirror{background-image: url("../images/room/ico/mirror.png");}/*女優ミラー*/
li.washingmachine{background-image: url("../images/room/ico/washingmachine.png");}/*洗濯機*/
li.bathtub{background-image: url("../images/room/ico/bathtub.png");}/*浴槽*/
li.openairbath{background-image: url("../images/room/ico/openairbath.png");}/*露天風呂*/
li.buffet{background-image: url("../images/room/ico/buffet.png");}/*バイキング*/

/*---------------------------------------------------------------------------------------------------------- price _____*/

table.table01 {
	width:100%;
	border-right:#cc9966 solid 1px;
	border-collapse: collapse;
	font-size: 16px;
}
table.table01 thead th {
	background:#cc9966;
	color:#FFF;
	padding:10px 15px;
	border-right:#FFF solid 1px;
	border-bottom:#FFF solid 1px;
}
table.table01 thead th:last-child {
	border-right:#cc9966 solid 1px;
}
table.table01 tbody th {
	background:#cc9966;
	color:#FFF;
	padding:10px 15px;
	border-bottom:#FFF solid 1px;
	vertical-align: middle;
}
table.table01 tbody tr:last-child th {
	border-bottom:#cc9966 solid 1px;
}
table.table01 tbody td {
	background:#FFF;
	padding:10px 15px;
	padding:10px 25px;
	border-left:#cc9966 solid 1px;
	border-bottom:#cc9966 solid 1px;
}
table.table01 tbody td p {
	line-height: 1;
	vertical-align: middle;
	text-align: right;
}
table.table01 tbody td p span::before {
	content: "￥";
}
@media screen and (max-width: 1023px) {/*タブレット対応*/
table.table01 {
	font-size: 13px;
}
table.table01 thead th {
	padding:10px 5px;
}
table.table01 tbody th {
	padding:10px 5px;
}
table.table01 tbody td {
	padding:10px 5px;
}
}
@media screen and (max-width: 767px) {/*スマホ対応*/
table.table01 {
	font-size: 16px;
}
table.table01 thead {
	display:none;
}
table.table01 tbody th {
	display:block;
	padding:10px 15px;
}
table.table01 tbody td {
	display:block;
	padding:10px 15px;
}
table.table01 tbody td::before {
	content: attr(label);
	float: left;
	clear:both;
	color: #cc9966;
}
table.table01 tbody td p {
	padding-left:6em;
}
}



.priceBiko{
	position: relative;
	display: block;
	margin: 0;
	padding: 10px;
	min-height: 150px;
	background-image: url("../images/pages/bg_geometry01.png");
	background-repeat: repeat;
	background-size: 900px;
}
.priceBiko ul{
	display: inline-block;
	margin: 0;
	padding: 10px;
	background-color: #FFFFFF;
}
.priceBiko ul li{
	margin: 0 0 10px;
	padding: 0;
}


/*---------------------------------------------------------------------------------------------------------- faq _____*/
.faq_1{
	width: 100%;
	max-width: 300px;
	margin: 0 auto 50px;
}
.faqData dt {
}
.faqData dd {
	margin-inline-start: initial;
	margin-bottom: 50px;
}
.faqData dt::before {
	content: '';
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("../images/pages/faq_q.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(.25rem);
	margin-right: 10px;
}
.faqData dd::before {
	content: '';
	display: inline-block;
	width: 1.25rem;
	height: 1.25rem;
	background-image: url("../images/pages/faq_a.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(.25rem);
	margin-right: 10px;
}


/*------------------------------------------------------------------------------ footer ----------------*/
.footer{
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1326px;
	font-size: 13px;
	color: #FFFFFF;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
}
.footer p{
	margin: 0 0 60px;
	padding: 0;
	text-align: center;
	line-height: 200%;
}
.footer p.companuNM{
	margin: 0 0 20px;
}
.footer p.companuAdd{
	margin: 0 0 50px;
}

ul.footerMenu{
	margin: 0 0 50px;
	margin: 0 0 10px;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
ul.footerMenu li{
	display: inline-block;
	margin: 0 20px;
	padding: 0;
}
ul.footerMenu li a{
	text-decoration: underline;
}



/*flexbox*/
.footerMenu{/*親*/
	margin: 0 0 50px;
	padding: 0;
}
.fMenuGroup{
	margin: 0;
	padding: 0;
	border-right: 0px;
}
.fmItem{/*子*/
	position: relative;
	z-index: 0;
	margin: 0 20px 10px;
	padding: 0 0px 0px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.footerMenu{/*親*/
}
.fMenuGroup{
	border-right: 1px solid #888888;
}
.fmItem{/*子*/
	display: block;
	width: 50%;
	margin: 0;
	padding: 0px;
	border: 1px solid #888888;
	border-bottom: 0;
}
.fmItem.fmHome{/*ホーム*/
	width: 100%;
	text-align: center;
}
.fmItem a{/*子*/
	display: block;
	padding: 10px;
}
.fmItemL{
	border-right: 0;
}
.fmItemB{
	border-bottom: 1px solid #888888;;
}
}

.fmSNS{/*子：SNS*/
	position: relative;
	z-index: 0;
	margin: 0 10px 20px;
	padding: 0 0px 0px;
	font-size: 18px;
	letter-spacing: normal;
}
.footSNSico{
	display: inline-block;
	width: 25px !important;
}

/*ロゴ*/
.footLogo{
	margin: 20px auto 50px;
	padding: 0;
	max-width: 200px;
}
.footLogo img{
	filter: brightness(3);
}










/*------------------------------------------------------------------------------ modal ----------------*/
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.5);
}
.modal-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 650px;
	width: 90%;
	background-color: #fff;
    z-index: 2;
	border-radius: 10px;
	margin: 0;
	padding: 5px 15px 5px 20px;
	color: #000000;
}
.modalClose{
    background-color: #333333;
    color: #fff;
    border: 0px solid #fff;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 1.5;
    text-align: center;
    display: table-cell;
    position: fixed;
    top: -15px;
    right: -2%;
    z-index: 99999;
    font-size: 11px;
}
table.menu th .modal-box p{
    white-space: normal !important;
	line-height: 180%;
}
.modalOpen{
	text-decoration: underline;
	cursor: pointer;
}




/*------------- 個人情報保護方針 ----------------*/
.mailData
, .faqData
{
	display: block;
	position: relative;

	width: 90%;
	max-width: 1280px;
	margin: 0;
	margin-right: 0;
	margin-left: auto;
	
	padding: 60px;
	background-color: #F5F5F5;
}
.mapGeo{
	height: 50%;
}

@media screen and (max-width: 1023px) {/*タブレット対応*/
.mailData
, .faqData
{
	width: 100%;
	padding: 60px 30px;
}
}

.ppolicyIn{
	margin: 0px auto 0;
	padding: 0;
	text-align: left;
}
.ppolicyIn p{
	margin: 0 0 20px;
	padding: 0;
	line-height: 200%;
}
.ppolicyIn ol{
	margin: 0px 0 0 20px;
	padding: 20px 0 0;
}
.ppolicyIn li{
	margin: 0 0 40px;
	padding: 0;
	line-height: 200%;
	list-style-type: decimal !important;
}
.ppolicyIn li ol li{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: decimal !important;
}


/*------------------------------------------------------------------------------ フォーム ----------------*/
.bgMail{
	margin: 0;
	padding: 20px 10px 10px;
	border: 1px solid #CCC;
	background-color: #F9F9F9;
}

.cboxLeft{
	float: left;
	margin-bottom: 10px;
}
.front_radio{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.front_checkbox{
	margin: 0 30px 0 0;
	padding: 0 0 0px;
	line-height: 180%;
}
.linedot{
	border-bottom:1px solid #69821B;
}
.dataitem_half{
	float: left;
	margin: 30px 0 0;
	padding: 0px 0 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 40%;
	vertical-align: top;
	font-size: 16px;
}
.datadata_half{
	float: left;
	margin: 30px 0 0;
	padding: 0;
	text-align: left;
	letter-spacing: 1px !important;
	width: 60%;
	vertical-align: top;
	font-size: 16px;
}
.datamail{
	margin: 0 auto;
	padding: 0;
	width: 98%;
}
.line_gy {
    clear: both;
    border-bottom: 1px dotted #666666;
}


.bt_one{
	margin:120px auto 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	max-width: 300px;
	vertical-align:top;
}
.bt_half{
	display: inline-block;
	margin:60px 20px 50px;
	padding:0px;
	text-align:center;
	letter-spacing:1px !important;
	width:300px;
	vertical-align:top;
}
input[type=text], textarea, select{
	border:0; 
	padding:10px 1%; 
	color:#000; 
	border:solid 1px #ccc; 
	margin:0; 
	font-size:16px;
}
input[type=text], textarea{
	width:98%;
}
input:focus, textarea:focus, select:focus {
    border:solid 1px #0B19E7;
}
textarea{
	height:300px;
}
select{
	height: 44px;
}
@media screen and (max-width: 767px) {/*スマホ対応*/
.dataitem_half{
	float:none;
	margin: 20px 0 0;
	width: 100%;
}
.datadata_half{
	float:none;
	margin: 0px 0 0;
	padding: 10px 0 0;
	width: 100%;
}
.bt_half{
	/*margin:20px auto 10px;*/
	margin:30px auto 20px;
	max-width: 200px;
}
}


.cp_ipselect {
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;

	border:0; 
	padding:10px 1%; 
	color:#000; 
	margin:0; 
	font-size:16px;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl03 {
	position: relative;
	border-radius: 0px;
	border: 1px solid #ccc;
	background: #ffffff;
}
.cp_ipselect.cp_sl03::before {
	position: absolute;
	top: 0.6em;
	right: 2em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 4px solid #666666;
	border-right: 4px solid #666666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
.cp_ipselect.cp_sl03 select {
	padding: 8px 38px 8px 18px;
	padding: 8px 38px 8px 1%;
	/*color: #666666;*/
}


input, select, button, textarea {
	font-family: inherit;
}


@media screen and (max-width: 1023px) {/*タブレット対応*/
.pc{
	display:none;
}
.tablet{
	display:block;
}
}



