.info_area {
    background-color: #f4f4f4;
    /* background: linear-gradient(to right, #d6d6d8 0%,#fdffff 31%,#fdffff 71%,#fdffff 72%,#d6d6d8 100%); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
}.info_area {
    background-color: #f4f4f4;
    /* background: linear-gradient(to right, #d6d6d8 0%,#fdffff 31%,#fdffff 71%,#fdffff 72%,#d6d6d8 100%); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
}.info_area {
    background-color: #f4f4f4;
    /* background: linear-gradient(to right, #d6d6d8 0%,#fdffff 31%,#fdffff 71%,#fdffff 72%,#d6d6d8 100%); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
}.info_area {
    background-color: #f4f4f4;
    /* background: linear-gradient(to right, #d6d6d8 0%,#fdffff 31%,#fdffff 71%,#fdffff 72%,#d6d6d8 100%); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center;
}background-color: #f4f4f4;
    /* background: linear-gradient(to right, #d6d6d8 0%,#fdffff 31%,#fdffff 71%,#fdffff 72%,#d6d6d8 100%); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center;@charset "utf-8";


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.demo img {
    max-width: 800px;
    width: 95%;
    height: 100%;
    margin-bottom: 30px;
}
p.read {
    font-size: 2em;
    line-height: 2em;
   
}

.h2hikaku {
    background-color: #25b5eb;
    padding: 50px 0px;
}
.map {
    margin-bottom: 20px;
}
.youtubeimg {
    font-size: 2.6em;
    line-height: 2em;
    margin-bottom: 30px;
    color: #fff;
}
span.numb {
    font-size: 1.4em;
    font-family: dnp-shuei-shogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #e71f19;
    margin-right: 10px;
}
p.kakup {
    font-size: 2em;
    line-height: 2em;
    text-align: left;
    max-width: 713px;
    width: 95%;
    margin: 0 auto;
}
.ika {
    font-size: 2em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
    color: #ff4d4d;
}

.kakshusapo {
   font-size: 3em;
    line-height: 1.6em;
    margin-bottom: 10px;
    margin-top: 30px;
    /* font-family: dnp-shuei-shogomincho-std, sans-serif; */
    /* font-weight: 700; */
    font-style: normal;
    color: #e71f19;
}
.ryokinimg.animated.fadeInDown {
    margin-bottom: 30px;
}
th.teb.man {
    text-align: center;
    color: #f00;
}



.slidewrapp {
    max-width: 980px;
    margin: 0 auto;
    width: 100%;
}


.header {
   align-items: center;
    padding: 0 0px;
    margin: 0 auto;
    max-width: 1047px;
}

.logo {
  font-size: 24px;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.drawer-hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
    display: flex;
    height: 60px;
    width: 60px;
  right: 1%;
    top: 0%;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* float: revert; */
    z-index: 100;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    background-color: #4c3000;
}
/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 8px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 8px;
}


li.drawer-item {
    font-size: 2.2em;
    padding: 20px 0px 20px;
    text-align: center;
    font-weight: bold;
    color: #4c3000;
    border-bottom: 1px solid #e3e3e3;
}

li.drawer-item a{
   text-decoration: none;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: #4c3000;
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.drawer-content {
  width: 30%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #ffffff;
    transition: .5s;
    opacity: 0.9;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  left: 0;/* メニューを画面に入れる */
}

















.acd-check{
    display: none;
}
.acd-label{
   
    color: #fff;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 100%;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}


.arrow1 {
    width: 23px;
    height: 23px;
    border: 2px solid;
    border-color: transparent transparent #5ec4ac #5ec4ac;
    transform: rotate(-45deg);
    position: absolute;
    top: 14px;
    left: 606px;
}

#main h1 {
    font-size: 3em;
    line-height: 1.35;
    color: #ffffff;
    letter-spacing: 3px;
    text-align: center;
    background: url(../img/common/bg_h1.png) no-repeat left bottom;
    /* margin: -2px 0 25px 0; */
    /* padding: 0 0 9px 0; */
    background-color: #5ec4ac;
    margin-bottom: 50px;
    border-radius: 100px;
}

.container {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
	margin-bottom: 70px;
}
hr {
    clear: both;
    border: none;
    border-top: solid 2px #eeeeee;
    height: 1px;
    color: #FFFFFF;
    margin: 28px 0;
}
#main {
    max-width: 900px;
    float: none;
	margin:0 auto;
}

.text_box {
    overflow: hidden;
}
.txtarea {
    margin: 0 10px 20px;
}

#main p.txt_midashi {
    font-size: 153.9%;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    color: #5ec5ac;
    letter-spacing: 1.2px;
}
#main .txt {
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 12px;
    text-align: left;
    font-size: 1.4em;
}

.mb15 {
    /* margin-bottom: 15px !important; */
    font-size: 1.6em;
    text-align: center;
    line-height: 1.6em;
}
#main .btn_block.beta_block {
    padding: 3px 0;
}

#main h2 {
    color: #5ec5ac;
    background: url(../img/common/bg_h2.png) no-repeat left 6px;
    font-size: 3em;
    letter-spacing: 3px;
    /* padding-left: 26px; */
    border-bottom: solid 1px #5ec5ac;
    line-height: 1.35;
    padding-bottom: 20px;
    margin: 0 0 31px 1px;
	position: relative;
	    cursor: pointer;
}

.content{
    margin: 0 auto;
    padding: 40px;
	overflow: hidden;
}



.ml20 {
    margin-left: 20px !important;
}
.img_float_l {
    float: left;
    margin-right: 18px;
    z-index: 2;
	margin-bottom: 30px;
}
.img_float_l {
    margin-right: 22px;
}

#main .txt_midashi.font17 {
    letter-spacing: 0;
    /* padding-top: 3px; */
    text-align: left;
    font-size: 2em;
}

#main p.txt_midashi {
    font-size: 2.4em;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    color: #5ec5ac;
    letter-spacing: 1.2px;
}
.txt {
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 12px;
}

.label_shisetu {
    background: #f8b551;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
    padding: 2px 12px;
    float: left;
    margin: 0 0 10px;
    font-size: 1.6em;
    /* text-align: left; */
}

.box{
    background: #eee;
    height: 200px;
    margin-bottom: 100px;
	display: none;
}
br.sp {
    display: none;
}
#main h3 {
    font-size: 2em;
    line-height: 1.3;
    color: #FFF;
    letter-spacing: 2.7px;
    background: url(../img/common/bg_h3.png) no-repeat 4px center #5ec4ac;
    margin: 0 0 20px 0;
    padding: 11px 0 8px 20px;
}





























.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
	left: 0px;
    width: 100%;
	z-index: 100;
}
.modal__bg{
    background: #68c9b3a8;
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}


span.namet {
    font-size: 1.8em;
    display: block;
    font-weight: bold;
    color: #4c3000;
}

a.js-modal-close {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 5px;
    color: #fff;
    border-radius: 6px;
    /* text-align: right; */
    float: right;
    margin-top: 20px;
	    text-decoration: none;
}
.teacherarea22 {
    /* background-color: #ffffff; */
    /* opacity: 0.4; */
    background-image: radial-gradient(#4c3000 0.9px, #ffffff 0.9px);
    background-size: 18px 18px;
    padding: 50px 0px;
}

.modal__content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
	font-size: 1.6em;
    line-height: 1.6em;
	    border-radius: 10px;
}



.qawrap {
    overflow: hidden;
    margin-bottom: 70px;
	margin-top: 70px;
}














#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
background: #4c3000;
    text-decoration: none;
    color: #fff;
    width: 40px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 100px;
}


.txtsey {
    font-size: 2.6em;
    margin-bottom: 30px;
    line-height: 1.6em;
    font-weight: bold;
}
.bg-maskman {
    text-align: center;
    padding: 50px 0px;
    background-image:url(../img/mask.png);
	background-size:cover;
}


.kyo {
    text-align: center;
}
p.mitsup {
    font-size: 3em;
    font-weight: bold;
    color: #0070c3;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.pink {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0px;
}

p.pinkh {
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ff3333;
}

.nagarelilast21x {
    text-align: left;
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    max-width: 160px;
    margin-bottom: 20px;
}

p.pinkp {
    font-size: 2.6em;
    line-height: 1.4em;
    text-align: center;
}
.nagarexx_block {
    max-width: 830px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0px 50px;
    /* position: relative; */
}
.scr {
    width: 100%;
    overflow: scroll;
    margin: 0 auto;
    height: 150px;
    font-size: 0.8em;
    line-height: 1.4em;
    overflow-x: hidden;
    border: 1px #c7c7c7 solid;
    padding: 10px;
    background-color: #fff;
	margin-top: 30px;
    line-height: 2em;
}
table.tete2 {
    width: 800px;
    font-size: 1.8em;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
}
.nagareli21 {
    width: 100%;
   max-width: 197px;
    float: left;
    margin-right: 10px;
}
input[type="date"] {
    padding: 0px 0px 0px 5px;
    width: 100%;
    height: 30px;
	color: #777777;
    border: 1px solid#c7c7c7;
}
.v1 {

    clear: both;
    overflow: hidden;
}

p.shumi1 {
    font-size: 2em;
    text-align: left;
    width: 900px;
    margin: 0 auto;
    margin-top: 50px;
    line-height: 1.6em;
}

span.blue {
    color: #e7711b;
    font-weight: bold;
	font-size: 1.4em;
}

.yuso {
    float: right;
    margin-right: 20px;
}
p.ntext2 {
    /* clear: both; */
    font-size: 1.6em;
    line-height: 1.6em;
    width: 75%;
    float: left;
}

.gokakuji {
    font-size: 5em;
    font-weight: bold;
    margin-bottom: 50px;
    color: #ffbe3b;
    text-align: center;
}
p.namep {
  float: left;
    width: 100%;
    font-size: 3em;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4c3000;
    line-height: 1.6em;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.introimgwrapxx {
	background-image:url("../img/a.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /* background-color: #4c3000; */
    background-position: bottom;
}
p.bobo {
    font-weight: bold;
    color: #4c3000;
}
.ryokinhikaku2 {
    text-align: center;
    padding: 50px 0px;
    /* background-image: url(../img/renk.png); */
    background-size: cover;
    background-position: center;
    max-width: 980px;
    height: 100%;
    width: 95%;
    margin: 0 auto;
}
.ifra {
    width: 50%;
    float: left;
}
.introimgwrapxx2 {
    background-image:url("../img/b.png");
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /* background-color: #4c3000; */
    background-position: right;
}
.jo {
    float: left;
    width: 45%;
    font-size: 2em;
    line-height: 1.6em;
    text-align: left;
    margin-right: 20px;
}
nav {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px;
    overflow: hidden;
}
p.gokakujip {
    font-size: 2em;
    line-height: 1.6em;
    color: #2753a4;
    font-weight: bold;
}
.logonav {
    float: left;
    margin-right: 50px;
}
.sakura {
    text-align: center;
    padding: 50px 0px;
	background-image:url(../img/gokaku.png);
	background-size:cover;
	background-position:center;
}

p.runtxt {
    font-size: 2em;
    line-height: 1.6em;
    width: 800px;
    margin: 0 auto;
	margin-top: 30px;
    text-align: left;
}

.ulwrap {
    overflow: hidden;
    margin: 50px 0px;
}
.chamarea {
    text-align: center;
    padding: 50px 0px;
	background-image:url(../img/bnrback.jpg);
	background-size:cover;
	background-position:center;
}

.h1han {
    margin: 0 auto;
  
}
.hiyoo {
    text-align: center;
    padding: 100px 0px;
    background-color: #feffe3;
}

p.pricep {
    font-size: 4em;
    margin-bottom: 50px;
    font-weight: bold;
}
.line {
    float: right;
}
p.haji {
    text-align: center;
    line-height: 1.6em;
    font-size: 2em;
    margin-top: 80px;
    color: #af2e2e;
}

.txtarea {
    text-align: center;
 overflow: hidden;
	background-image:url(../img/bbb.png);
	background-size:cover;
	background-position:center;
}

.onayami {
    text-align: center;
    margin-top: 30px;
}

.listimgp {
    font-size: 4em;
    padding: 20px 0px 0px;
    /* line-height: 1.6em; */
    /* width: 800px; */
    font-weight: bold;
    overflow: hidden;
    margin: 0 auto;
}
input[type="submit"] {
    background-color: #4c3000;
    /* display: none; */
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定: ;
    background-color: #4c3000;
    // 文字色を白に指定: ;
    color: #fff;
    border-style: none;
    border-radius: 10px;
    margin-right: 20px;
    color: #fff;
    submitボタンのを枠を非表示にする border-style: none;
    border-radius: ;
}


input[type="button"] {
    background-color: #4c3000;
    /* display: none; */
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定: ;
    background-color: #777777;
    // 文字色を白に指定: ;
    color: #fff;
    border-style: none;
    border-radius: 10px;
    margin-right: 20px;
    color: #fff;
    submitボタンのを枠を非表示にする border-style: none;
    border-radius: ;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
}
.fixtel.reflection-img {
	display: none;
}
input[type="image"] {
	cursor: pointer;
}
input[type="image"]:hover {
	opacity: 0.6;
}
.b {
	display: none;
}

.areatag {
    float: left;
    margin-right: 20px;
}

.fixbtn {
	display: none;
}

p.end {
	font-size: 2em;
	padding: 100px 0px;
	
    line-height: 1.6em;
}
p.topback {
	font-size: 2em;
	margin-bottom: 60px;
}
#wrap {
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
.imgs {
	display: none;
}
p.kigaru {
	clear: both;
	float: right;
	padding: 0px 0px 15px;
	font-size: 1.4em;
}

p.areatxt {
    width: 50%;
    float: left;
    font-size: 2.2em;
    line-height: 1.6em;
    text-align: left;
}

.nagareli2 {
    width: 150px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
    height: auto;
}
.nagareimg img {
    width: 100%;
    height: 100%;
}
.nagarelilast {
	width: 20%;
	float: left;
	margin-right: 0px;
}
.nagarelilast2 {
	float: left;
}
.fivereason {

    margin: 0 auto;
    overflow: hidden;

    /* margin-right: 30px; */
}

.fivereason9 {

    margin: 0 auto;
    overflow: hidden;
    width: 800px;
    /* margin-right: 30px; */
}




.toku1xue {
    display: none;
}


/* お部屋の広さ別参考価格 */


.p-content__foot {
    clear: both;
    width: 832px;
    margin: 0 auto;
}

.p-table__title {
    padding: 8px;
    background: #96AFDB;
    font-size: 1.8rem;
    line-height: 1;
    color: #fff;
    text-align: center;
}

.p-table__cell .__item {
    display: table-cell;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 58%;
    min-height: 32px;
    padding: 8px;
    background: #b6bddd;
    background: -webkit-gradient(linear, left top, left bottom, from(#d1a0bf), to(#b6bddd));
    background: -webkit-linear-gradient(top, #d1a0bf, #b6bddd);
    background: -webkit-linear-gradient(295deg, #d1a0bf 0%, #b6bddd 100%);
    background: -o-linear-gradient(295deg, #d1a0bf 0%, #b6bddd 100%);
    background: linear-gradient(155deg, #d1a0bf 0%, #b6bddd 100%);
    font-size: 1.6rem;
    color: #fff;
    vertical-align: middle;
	text-align: center;
}

.p-table__cell .__price {
    font-size: 1.8rem;
}
p.c-note {
    clear: both;
    font-size: 2em;
    margin-bottom: 50px;
    display: block;
    padding-top: 20px;
	text-align: center;
}
.p-table__cell .__price {
    display: table-cell;
    width: 60%;
    padding: 4px;
   
    font-size: 1.8rem;
    vertical-align: middle;
}

dl.p-table__cell {
    padding: 10px 0px 0px;
}
.p-table__col {
    float: left;
	width: 50%;
}

  .pck {
	display: block;

}
    .spk {
	display: none;

}
  


/* お部屋の広さ別参考価格END */
.ryokinhikaku2 {
    text-align: center;
    padding: 50px 0px;
    /* background-image: url(../img/renk.png); */
    background-size: cover;
    background-position: center;
    max-width: 900px;
    overflow: hidden;
    height: 100%;
    width: 95%;
    margin: 0 auto;
}


.youtubexx {
    padding: 50px 0px;
    text-align: center;
    /* background-color: #e99acb; */
    background-image: repeating-linear-gradient(134deg, #ffffff00, transparent 4px, rgba(255, 223, 223, 1) 4px, rgba(255, 223, 223, 1) 5px );
}
.youtubemura {
    padding: 50px 0px;
    text-align: center;
    /* background-color: #e99acb; */
}
.hikakuimg {
    font-size: 2em;
}
.youtubeimg2 img {
    width: 95%;
    max-width: 500px;
    height: 100%;
	margin-bottom: 50px;
 
}
.ryokinhikaku2 {
    text-align: center;
    padding: 50px 0px;
    /* background-image: url(../img/renk.png); */
    background-size: cover;
    background-position: center;
}

span.obiiro {
    display: block;
    background-color: #4c3000;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.hikakuimg {
    font-size: 2em;
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}
.mapd {
    float: left;
    margin-right: 30px;
}
.fivereason_area {
	width: 100%;


padding: 100px 0px;
	text-align: center;
	overflow: hidden;
	background-color: #eee;
}
.fivereason_h {
	font-size: 3em;
	color: #000;
	line-height: 2em;
	margin-bottom: 40px;
}
span.hr {
	color: #23ac37;
}
span.hr2 {
	font-size: 2.5em;
}
.service_p {
	font-size: 1.8em;
	margin-top: -32px;
	margin-bottom: 40px;
	color: #b7310f;
}
.skakoi {
	background-color: #ffffff;
	padding: 40px 0px;
	
}
span.iro {
    color: #569527;
    font-size: 1.4em;
    display: block;
    margin-bottom: 20px;
}
.introh2 {
    background-color: #4c3000;
    text-align: center;
    padding: 40px;
    line-height: 1.2em;
    color: #fff;
    font-size: 4em;
    font-weight: bold;
}
#contents {
    padding: 20px;
    background-color: #ff0000;
    width: 300px;
    border-radius: 100px;
    /* color: #eee; */
    clear: both;
    margin-bottom: 100px;
    margin: 0 auto;
    margin-bottom: 100px;
    /* overflow: hidden; */
}

#contents a {
text-decoration: none;
color: #eee;
}


.fix {
	display: none;
}
.logo {
    float: left;
    mix-blend-mode: multiply;
    margin-right: 0px;
   
}

.info_mail {
    float: unset;
    /* margin-right: 10px; */
    text-align: center;
    /* margin-bottom: 10px; */
    /* width: 100%; */
}
ul.freeul {
    overflow: hidden;
    margin-bottom: 30px;
}

.greer {
    float: right;
}

p.cca {
    text-align: center;
    font-size: 2em;
    padding: 20px 0px;
    line-height: 1.4em;
    color: #4c3000;
}
p.voictxt3 {
    font-size: 1.6em;
    line-height: 1.6em;
}

.bnr2 {
    text-align: center;
    margin: 30px 0px;
}
.freearea {
    width: 1100px;
    margin: 0 auto;
    padding: 50px 0px 50px;
}

.freearea2 {
    width: 100%;
	background-image:url(../img/woodback.png);
	background-size:cover;
	background-position:center;
}
p.case {
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #4c3000;
    border-bottom: 1px solid #4c3000;
}
span.case4 {
    font-weight: bold;
    display: block;
    float: unset;
    width: 100%;
    margin-bottom: 0px;
    line-height: 1.6em;
    text-align: center;
    color: #4c3000;
    font-size: 1.2em;
    padding: 10px 0px;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.ceoimg {
    float: left;
}
.ryowrap {
    background-color: #fff8f5;
}
.ceoimgwrap {
    /* overflow: hidden; */
    margin-bottom: 50px;
    width: 95%;
    float: left;
}
p.bobo2 {
    font-weight: bold;
    color: #4c3000;
    font-size: 1.8em;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}
.jo2 {
    float: right;
    width: 60%;
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
}
p.case2 {
    font-size: 2em;
    text-align: left;
    margin-bottom: 30px;
    font-weight: bold;
}
p.case3 {
    font-size: 1.7em;
    text-align: left;
    line-height: 1.6em;
}
.gree {
    background-color: #4c3000;
    border-radius: 100px;
    color: #fff;
    padding: 20px 0px;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 20px;
}

.card {
    overflow: hidden;
    margin-bottom: 30px;
    float: left;
        width: 16%;
   height: 553px;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 27px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px;
}

.map img {
    width: 100%;
    height: auto;
}
p.case {
    font-size: 2em;
    font-weight: bold;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #4c3000;
    border-bottom: 1px solid #4c3000;
}

.greel {
    float: left;
    width: 475px;
}

p.kaigo {
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #4c3000;
}


/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}
span.pinkmoji {
    color: #e71f19;
}
input.adp {
    margin-bottom: 5px;
}

.popup_content {
  position: relative;
  align-self: center;
  
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {

  cursor: pointer;

}

/*ポップアップココまで*/


p.ip {
    text-align: center;
    line-height: 1.6em;
    font-size: 3em;

}
p.denwa {
    font-size: 4em;
    line-height: 1.4em;
    text-align: center;
    color: #e71f19;
	margin-bottom: 30px;
}

.greebox {
    overflow: hidden;
}

ul.txtul {
    margin-bottom: 30px;
    overflow: hidden;
}

freearea {
    width: 700px;
    margin: 0 auto;
    padding: 50px 0px 50px;
    /* margin: 100px 0px; */
}


.hh12 {
    font-size: 4em;
    /* font-style: italic; */
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    font-weight: bold;
}

p.kibou {
    /* clear: both; */
    text-align: center;
    margin: 50px 0px;
    color: #000000;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 3em;
    line-height: 1.6em;
}

p.cardtxt {
    font-size: 1.6em;
    line-height: 1.6em;
}

.txtul li {
    float: left;
    background-color: #ff5f00;
    color: #fff;
   padding: 20px 25px;
    font-size: 2em;
    text-align: center;
    line-height: 1.4em;
    margin-right: 20px;
    border-radius: 100px;
}

.freeul li {
    float: left;
    margin-right: 20px;
}

.kixwrap {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    background-image: url(../img/backz.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}
.freeul li:last-child {
    float: left;
    margin-right: 0px;
}

.txtul li:last-child {
    float: left;
    margin-right: 0px;
}



span.ff1 {
    display: block;
}


span.ff2 {
    display: none;
}

p.txtp2 {
    font-size: 1.6em;
    text-align: left;
    margin: 0 auto;
    width: 250px;
    padding-top: 0px;
    padding: 0px 10px;
    line-height: 1.6em;
}

p.txtp20 {
    font-size: 1.6em;
    text-align: left;
    margin: 0 auto;
    width: 289px;
    padding-top: 0px;
    padding: 0px 10px;
    line-height: 1.6em;
}

span.go2 {
    display: none;
}

.logo02 {
	float: left;
	margin-top: 20px;
	display: none;
}

.booimg {
    padding-top: 35px;
}

.boxblock {
    width: 800px;
    margin: 0 auto;
	overflow: hidden;
}

.ctxt {
    font-size: 4em;
    text-align: center;
    color: #4c3000;
    line-height: 1.6em;
    font-weight: bold;
	margin-bottom: 30px;
}
span.rtst {
    color: #4c3000;
}

.cimg {
    float: left;
    margin-right: 50px;
}

.cimg {
    float: left;
}

.listp {
    font-size: 4em;
    color: #4c3000;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 50px;
}
.maparea {
    padding: 50px 0px;
    text-align: center;
}

ul.imgli {
     width: 967px;
    margin: 0 auto;
    padding: 40px 0px;
    overflow: hidden;
}

ul.imgli2 {
    max-width: 1000px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}


ul.imgli3 {
    max-width: 1080px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}

.imgli3 li {
    float: left;
    margin-right: 7px;
    list-style: none;
    width: 20%;
    max-width: 208px;
    margin-bottom: 20px;
}
.listareaxxwrap {
    width: 100%;
    max-width: 915px;
    margin: 0 auto;
}
.listimg img {
    width: 70%;
    height: 100%;
}
ul.imgli3 img {
    width: 100%;
    height: 100%;
}

ul.imgli20 {
    width: 830px;
    margin: 0 auto;
    overflow: hidden;
}

ul.imgli2xxx li {
    float: none;
    width: 100%;
    margin-right: unset;
    margin-bottom: 70px;
}
ul.imgli2xxx img {
    width: 100%;
    height: 100%;
}

.listarea {
    text-align: center;
    padding: 50px 0px 30px;
    background-size: cover;

}
p.hhxx {
    color: #ffffff;
    padding: 10px 0px;
    font-size: 1.6em;
    margin: 0 auto;
    /* border-bottom: 1px dotted; */
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}
.listarealp {
    text-align: center;
    padding: 50px 0px 30px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-image:url(../img/kuro.png);
    background-size: cover;
}
.listareasox {
    text-align: center;
    padding: 50px 0px 30px;
    /* background-size: cover; */
    /* background-position: center; */
    /* overflow: hidden; */
    /* background-image: url(../img/polygon.png); */
    /* background-size: cover; */
}

.listareaxx {
    text-align: center;
    padding: 70px 0px 70px;
    background-size: cover;
    overflow: hidden;
	background-image:url(../img/muryoback.png);
	 background-size: cover;
background-position:center;
}

.costimg {
    text-align: center;
    padding: 80px 0px;
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
}
.imgli3xx li {
    float: left;
    margin-right: 30px;
    list-style: none;
    max-width: 250px;
    margin-bottom: 20px;
}
ul.imgli3xx {
    max-width: 810px;
    margin: 0 auto;
    width: 95%;
}


.imgli3xx li:last-child {
    margin-right: 0px;
}


li.lastxx {
    margin-right: 0px;
    /* float: left; */
    width: 19%;
    width: 33%;
    height: 100%;
    /* max-width: 208px; */
    /* margin-right: 0px; */
    margin-right: 0px !important;
}

.costimg img {
    width: 100%;
    height: 100%;
}


ul.imgli2xxx {
    max-width: 790px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.boox22 {
    /* background-color: #ffffff; */
    /* height: 315px; */
    padding: 0px 10px;
    margin-top: -2px;
}


.listarea2 {
    text-align: center;
    padding: 50px 0px 50px;
    background-size: cover;
    overflow: hidden;
    background-size: cover;
	background-image:url(../img/foodback.png);
	background-size:cover;
}




.listarea30 {
    text-align: center;
    padding: 50px 0px 50px;
    background-size: cover;
    overflow: hidden;
    background-size: cover;
	    background-color: #eee;
}



.spmainvis {
	display: none;
}


.cahmimg {
    text-align: center;
    padding: 50px 0px;
}

.hh1 {
    text-align: center;
    margin-bottom: 50px;
}

.fixed_btn
{
  position: fixed;
  bottom: 10px; 
  right: 10px;
  padding: 6px 40px;
}

.fixed_btn {
    position: fixed;
    /* bottom: 500px; */
    top: 300px;
    height: 300px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #9f2929;
    right: 0px;
    padding: 20px 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 3em;
}
.demo3 {
    background: #ff0;
    color: #000;
    text-align: left;
}
h1 {
    font-size: 1.2em;
    max-width: 1047px;
    width: 90%;
    /* float: left; */
    margin: 0 auto;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    font-weight: normal;
    padding: 5px 0px;
    color: #000;
    text-align: left;
}
.info {
    float: right;
    margin-bottom: 0px;
	margin-right: 10px;
}

.midasihh {
    height: 50px;
    max-width: 900px;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 20px 0px 20px 0px;
   background: linear-gradient(-171deg, #4c3000, #f5de9b);
}





.imgli li {
    float: left;
    margin-right: 20px;
    list-style: none;
    /* box-shadow: 0px 0px 6px 0px #868686; */
}
.teacherareawrap {
    background-image: url(../img/voiceback.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.toppa {
    margin-bottom: 10px;
    float: right;
    margin-right: 20px;
}
span.point {
    background-color: #fff;
    border-radius: 100px;
    color: #c7aa69;
    font-size: 0.6em;
    padding: 5px 10px;
    margin: 0px 10px;
}
.tewrimgcenter {
    text-align: center;
    margin-bottom: 30px;
}
p.protxtcenter {
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
.youtube {
    padding: 50px 0px;
    text-align: center;
    background-color: #4c3000;
}

.youtube2 {
   
    width: 95%;
    /* padding-top: 40%; */
    max-width: 800px;
    height: auto;
    margin: 0 auto;
}

.youtubeimg img {
    width: 95%;
    max-width: 800px;
    height: 100%;
	margin-bottom:50px;
}

.tewrimgcenter img {
   max-width: 700px;
    width: 95%;
    height: 100%;
}


.waku {
    padding: 50px 50px 50px;
    /* border: 3px solid #243192; */
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    max-width: 900px;
    width: 90%;
    margin: 0 auto;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    margin-bottom: 50px;
}
.tewrimg {
    float: left;
    margin-right: 30px;
}
p.protxt {
    float: right;
    font-size: 1.6em;
    line-height: 2em;
    /* margin-top: 20px; */
    width: 75%;
      text-align: left;
  
}
.listimg2 img {
    width: 20%;
    height: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.ptxtblock0 {
    overflow: hidden;
}
.introimgwrapx {
  
}
p.ptxtxx {
    color: #000;
    text-align: left;
    font-size: 1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    line-height: 2em;
    /* float: right; */
}

.futatsuxx img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.ptxtblock {
    overflow: hidden;
}
.teacherarea {
    padding: 50px 0px 10px;
}
.ryokin {
    text-align: center;
    padding: 50px 0px;
    background-image: url(../img/ghaikei.png);
    background-size: cover;
    background-position: center;
  border-top: 1px solid #4c3000;
    border-bottom: 1px solid #4c3000;
}
.ryokinhikaku {
    text-align: center;
    padding: 50px 0px;
	background-image:url("../img/renk.png");
	background-size: cover;
	background-position: center;

}

.ryokinx img {
    max-width: 900px;
    width: 100%;
    height: 100%;
    /* margin-bottom: 20px; */
}
.eight {
    text-align: center;
    padding: 50px 0px;
	background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(134deg, #ffffff00, transparent 4px, rgba(255, 223, 223, 1) 4px, rgba(255, 223, 223, 1) 5px );

}
.ryokinh img {
    max-width: 300px;
    width: 100%;
    height: 100%;
    margin-bottom: 50px;
}
.eight img {
    max-width: 800px;
    width: 95%;
    height: 100%;
}
.ryokinimg img {
    max-width: 300px;
    width: 95%;
    height: 100%;
	margin-bottom: 30px;
}
ul.cardul li img {
    width: 90%;
    max-width: 300px;
    height: 100%;
}
.eightimgsp{
  display:none;

}
.info_tel img {
        max-width: 500px;
    width: 95%;
    height: 100%;
}
p.read {
    font-size: 2em;
    line-height: 2em;
}
ul.cardul {
    max-width: unset;
    width: unset;
    margin: 0 auto;
    overflow: unset;
}
ul.cardul li {
    float: left;
	margin-right:30px;
}
.info_mail img {
    max-width: 471px;
    width: 95%;
    height: 100%;
}
.cardul li:last-child {
  float: left;
	margin-right:0px;
}

.headwrap {


    margin: 0 auto;

    overflow: hidden;
}
.case img {
    max-width: 300px;
    width: 100%;
    height: 100%;
}
.donnawrap {
    padding: 50px 0px;
	text-align: center;
	    background: linear-gradient(-171deg, #4c3000, #f5de9b);
}
.donnah img {
    max-width: 300px;
    width: 95%;
    height: 100%;
    margin-bottom: 50px;
}
p.donnp {
    font-size: 1.6em;
    line-height: 1.8em;
}
.introimg {
    text-align: center;
    padding: 50px 0px;
    max-width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    width: 92%;
}
p.ptxth {
   font-size: 3em;
    margin-bottom: 20px;
    color: #ff0000;
    text-align: left;
    line-height: 1.4em;
}
.hidaritxt {
    width: 55%;
    float: right;
}
p.ptxt1 {
    font-size: 2em;
    text-align: left;
    line-height: 1.6em;
    margin-bottom: 20px;
	color: #ff0000;
}
.futatsux img {
    max-width: 600px;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
p.age {
    font-size: 2em;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 75%;
    float: right;
	color: #4c3000;
	line-height: 1.4em;
    border-bottom: 1px dotted;
	font-weight: bold;
}
.futatsux {
    text-align: center;
}
.hitoimg {
    width: 40%;
    float: left;
}
.introimgwrap {
    /* background-image: url(../img/mizu.png); */
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-color: #ff7676;
    background-position: bottom;
}

.introimgwrap2x {
    background-image:url(../img/city.png);
    background-size: cover;
    background-position: center;
}

p.intropp {
    font-size: 2em;
    color: #fff;
    line-height: 2em;
    /* margin-bottom: 30px; */
    /* font-weight: bold; */
    text-align: center;
}
.futatsu img {
    max-width: 200px;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
.toku2 {
    width: 61%;
    float: right;
}
.hitoimg2 img {
    width: 100%;
    height: 70%;
}
.tokuwarp {
    padding: 60px 0px;
    background: linear-gradient(to right, #d6d6d8 0%,#fdffff 31%,#fdffff 71%,#fdffff 72%,#d6d6d8 100%);
}

.tokuwarpx {
    padding: 60px 0px;
}
.tokublock {
    width: 980px;
    margin: 0 auto;
}
.toku2mi {
    font-size: 4em;
    margin-bottom: 20px;
    font-family: dnp-shuei-shogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
	line-height: 1.2em;
}
.toku2p {
    font-size: 2em;
    line-height: 2em;
}
.toku1 {
    float: left;
    margin-right: 20px;
}
.tokublock {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
}


.fivefive img {
    margin-bottom: 30px;
    width: 80%;
    height: 100%;
}


.introimg2 img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
}
.fixhead {
    width: 1040px;
    margin: 0 auto;
    /* margin-bottom: 100px; */
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: 0px;
}
.imgli2 li {
    float: left;
    margin-right: 20px;
    list-style: none;
    width: 180px;
    margin-bottom: 20px;
}

.imgli20 li {
    float: left;
    margin-right: 20px;
    list-style: none;
    width: 190px;
}
span.ogl {
    font-size: 1.6em;
    color: #4c3000;
}
video {
    width: 100%;
}
.cahmimg {
    text-align: center;
    padding: 0px 0px 30px;
}

.infoinfo {
    width: 950px;
    margin: 0 auto;
}

div#area01 {
    overflow: hidden;


}


.costimg {
    display:block;
}

.costimg2 {
    display:none;
}


.yazi {
    float: left;
    width: 14%;
    margin-top: 145px;
}
.imgar {
    float: left;
    width: 38%;
    font-size: 2em;
    line-height: 1.6em;
}
.imgar2 {
    float: left;
    width: 46%;
    font-size: 2em;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.costarea2 {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
}

.intro {
    margin-bottom: 40px;
}
.fic {
    width: 75%;
    margin: 0 auto;
    /* max-width: 900px; */
    margin-top: 15px;
}
.mainvis img {
    width: 100%;
    height: 100%;
}

.costimg {
    text-align: center;
    padding: 80px 0px;
}
.futatsu {
    float: unset;
}

.futatsuxx {
    float: left;
}
p.intortxt {
    font-size: 2.8em;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
}
.introback {
    text-align: center;
    padding: 80px 0px;
    display: block;
   background-image:url(../img/haikei.png);
   background-size:cover;
  
}
span.namep {
    font-size: 2em;
    color: #4c3000;
    font-weight: bold;
    /* margin-bottom: 20px; */
    display: block;
}
.pricear img {
    width: 95%;
    max-width: 900px;
    height: 100%;
}
.listimg img {
    width: 30%;
    height: 100%;
}
h2#form {
    margin-bottom: 50px;
}
.hokka {
    text-align: center;
}

ul.navul li {
    font-weight: bold;
    font-size: 1.4em;
    float: left;
    margin-right: 20px;
    padding-top: 31px;
}

ul.navul li a{
   text-decoration: none;
}


.head {
    /* width: 100%; */
    margin: 0 auto;
    /* overflow: hidden; */
    background-image: url(../img/mainvis.png);
    background-position: center;
    /* background-size: 50%; */
    /* background-size: contain; */
    background-repeat: no-repeat;
    padding-top: 0px;
    height: 650px;
    background-color: #f4f4f4;
    padding-bottom: 91px;
}
li.last {
    margin-right: 0px;
    /* float: left; */
    width: 20%;
    height: 100%;
    max-width: 208px;
    /* margin-right: 0px; */
    margin-right: 0px !important;
}
.chizuarea {
    padding: 50px 0px;
}
span.ppij {
    color: #ff7676;
}
.tel {
    float: right;
    margin-right: 20px;

}
.h2 img {
    width: 95%;
	max-width: 800px;
    height: auto;
}
.ryoarea {
    padding-bottom: 50px;
}
p.nedan {
    font-size: 8em;
    margin-bottom: 70px;
    text-align: center;
    font-weight: bold;
    color: #ff7676;
}

p.stetwo {
    text-align: center;
    font-size: 2em;
    line-height: 1.4em;
    display: none;
    margin-top: 20px;
}

p.mazuha {
    text-align: center;
    font-size: 5em;
    font-weight: bold;
}
p.akawaku {
    text-align: center;
    font-size: 3em;
    background-color: #ff7676;
    width: 700px;
    padding: 20px;
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 30px;
}

.hitoimg2 {
    width: 90%;
    float: unset;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; */
    border: 1px solid #eee;
}
td.bblue {
   background-color: #9cdbcd;
    color: #fff;

}
p.ptxt {
    color: #000;
    text-align: left;
    font-size: 1.8em;
    /* font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    width: 100%;
    float: left;
    line-height: 1.8em;
    margin-bottom: 30px;
}
p.ptxt3 {
    color: #000;
    text-align: left;
    font-size: 1.8em;
    /* font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    width: 100%;
    float: left;
    line-height: 1.8em;
    margin-bottom: 30px;
}
p.ptxt2 {
    color: #000;
    text-align: left;
    font-size: 1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
   width: 100%;
    float: left;
	    line-height: 1.8em;
    margin-bottom: 50px;
}
span.yllo {
    color: #fff700;
}
.higazo {
    text-align: center;
    margin-bottom: 50px;
}

.fivefive {
    padding: 50px 0px;
    text-align: center;
	background-image:url(../img/polygon.png);
	background-size:cover;
	background-position:center;
}
.introimgwrapxx3 {
    background-image: url(../img/c.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /* background-color: #4c3000; */
    background-position: bottom;
}
.kii {
    font-size: 3em;
    text-align: center;
    padding: 40px 0px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    background-color: #4c3000;
    margin-bottom: 50px;
}


.pricear {
    text-align: center;
    margin-bottom: 20px;
}
.kii2 {
    font-size: 3em;
    text-align: center;
    padding: 40px 0px;
    font-weight: bold;
    line-height: 1.4em;
    color: #0070c3;
    background-color: #efefef;
    margin-bottom: 50px;
}

.onayamih {
    text-align: center;
	margin-bottom: 30px;
  
}


.kokomade {
    position: absolute;
    left: 16px;
}

.mainvis {
    text-align: center;
    clear: both;
    padding: 0px 0px 0px;
}
ul.onayamilist {
	font-size: 2.4em;
	text-align: left;
	line-height: 2.2em;
	width: 980px;
	margin: 0 auto;
	padding: 50px 0px;
}
.hopearea {
	background-color: #4c3000;
	overflow: hidden;
	background-image: url(../img/backred.jpg);
	background-repeat: no-repeat;
}

.voiceb {
    background-color: #fff;
    height: 200px;
    width: 150px;
    margin-right: 20px;
	
}

.hopeblock {
	margin: 0 auto;
	width: 980px;
	text-align: center;
	clear: both;
	overflow: hidden;
	position: relative;
}
ul.onayamilist {
	font-size: 2.4em;
	text-align: left;
	line-height: 1.8em;
	width: 65%;
	margin: 0 auto;
	padding: 40px 0px;
	float: left;
	color: #fff;
}
.speed {
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 40px 0px;
	font-size: 3em;
}
.srrow {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}

p.capp {
    font-size: 2em;
    margin-top: 10px;
    color: #4c3000;
}

span.runh {
    font-weight: bold;
}

th {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px 0px;
    border: none;
    font-size: 0.8em;
}

.poli {
    text-align: center;
    margin-bottom: 50px;
    font-size: 4em;
    padding: 10px;
    background-color: #4c3000;
    width: 300px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 100px;
    /* background-color: #eee; */
}
.zhyo {
    text-align: center;
    background-color: #fff;
    width: 800px;
    padding: 50px;
    margin: 0 auto;
    border-radius: 20px;
}

.costimgwrap {
    max-width: 800px;
    width: 95%;
    margin: 0 auto;
}

.costimgxf {
    float: left;
    margin-right: 50px;
}
.costarea02 {
    padding: 30px 0px;
	background-image:url(../img/naname.png);
	background-position:center;
	background-size:cover;
	overflow:hidden;
}

.infohsp {
    display: none;
}
p.pkl {
    font-size: 2.6em;
    font-weight: bold;
    color: #e60012;
}
.run {
    text-align: center;
    padding: 100px 0px;
	background-image:url(../img/run.png);
	background-size:cover;
	background-position:center;
}

p.pkl2 {
    font-size: 2em;
    line-height: 1.6em;
}
p.noi {
    width: 900px;
    text-align: left;
    margin: 0 auto;
    font-size: 1.6em;
}


.taiken {
    text-align: center;
    padding: 100px 0px;
	background-image:url(../img/daruma.png);
	background-size:cover;
	background-position:center;
}

.staffarea {
	background-image:url(../img/voiceback.png);
	background-size:cover;
	background-position:center;
	padding:50px 0px;
}
.ataffgo {
    text-align: center;
    margin-bottom: 50px;
}
li.vo {
    float: left;
    margin-right: 30px;
	    margin-bottom: 40px;
}

li.vo3 {
    float: left;
    margin-right: 0px;
	    margin-bottom: 40px;
}





li.vo6 {
    float: left;
    margin-right: 0px;
	    margin-bottom: 40px;
}

.voblock {
    overflow: hidden;
    /* margin: 0 auto; */
    width: 100%;
    margin: 0 auto;
  
}




.staffareawhite {
    max-width: 800px;
    background-color: #fff;
    padding: 60px 30px;
    margin: 0 auto;
    border-radius: 10px;
    width: 90%;
}

p.akared {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: bold;
    color: #e71f19;
}
p.blackp {
    text-align: center;
    font-size: 1.6em;
    line-height: 2em;
	 margin-bottom: 30px;
}
.four1 {
    text-align: center;
    margin: 70px 0px;
}
table.tete {
    width: 900px;
    margin: 0 auto;
    /* margin: 50px 0px; */
    padding: 30px 0px 10px;
}
.hikakuarea {
    text-align: center;
    /* margin-bottom: 100px; */
    padding: 50px 0px;
    background-color: #feffe3;
}
.about_area {
    width: 100%;
    height: 100%;

    overflow: hidden;
    padding: 100px 0px 100px;
}
.blueback {
    background-color: #4c3000;
    padding: 100px 0px;
}
.about_block {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
	font-weight: bold;
}
p.txt2 {
    font-size: 2.7em;
    line-height: 1.6em;
    margin-bottom: 50px;
}


.a01 {
	color: #fff;
	text-align: center;
	font-size: 5em;
	line-height: 1.3em;
}
.a02 {
    color: #e71f19;
    /* background-color: #fff; */
    text-align: center;
    /* padding: 20px 0px; */
    font-size: 3em;
    border-radius: 40px;
    width: 100%;
    margin: 0 auto;

    margin-bottom: 30px;
}
.a03 {
    font-size: 2.5em;
    color: #000000;
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    padding: 10px;
    border-radius: 100px;
}
.nagareimgb {
	display: none;
}

p.soto {
    float: left;
    margin-right: 10px;
}
.nagareimg {
    text-align: center;
    display: block;
    float: left;
	    margin-bottom: 20px;
}
.about_h {
	text-align: center;
	font-size: 3em;
	color: #fff;
	margin-bottom: 30px;
}
.lili li {
	float: left;
	margin-right: 40px;
	margin-bottom: 50px;
	list-style-type: none;
}
.about_hh {
	font-size: 2.5em;
	color: #fff;
	line-height: 1.6em;
}
.about_h2 {
	color: #fff;
	font-size: 2.4em;
	background-image: url(../img/no01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 93px;
	line-height: 3em;
	margin-bottom: 20px;
}
.about_h23 {
	color: #fff;
	font-size: 3.2em;
	background-image: url(../img/no03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 13px;
	padding-left: 93px;
	line-height: 3em;
	margin-bottom: 20px;
}

p.ntxt {
    font-size: 1.6em;
    line-height: 1.6em;
}

.oss {
	text-align: center;
}
span.tap {
	display: none;
}


.kiix img {
    /* font-size: 4em; */
    text-align: center;
 
    font-weight: bold;
    max-width: 500px;
    width: 95%;
    height: 100%;
    /* margin: 0 auto; */
    /* text-align: center; */
}
.kiix {
    text-align: center;
    font-size: 4em;
    padding: 0px 0px 30px;
    font-weight: bold;
}
.about_h2_2 {
	color: #fff;
	font-size: 2.4em;
	background-image: url(../img/no02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	padding-left: 93px;
	line-height: 2em;
	margin-bottom: 20px;
}
.about_img {
	text-align: center;
	margin-bottom: 50px;
}
.about_hh {
	font-size: 2em;
	color: #fff;
	line-height: 1.6em;
	color: #fff;
	background-image: url(../img/more.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 99px;
	padding-top: 0.5em;
	margin-bottom: 30px;
	background-image-size: 27%;
	background-size: 17%;
	min-height: 84px;
}
.about_block2 {
	width: 850px;
	margin: 0 auto;
	margin-bottom: 60px;
	overflow: hidden;
}
.about_img {
	text-align: center;
}
.about_block2 .sta_txt {
	float: left;
}

a {
    color: #494949;
}
.op {
	text-align: center;
	margin-bottom: 70px;
	width: 850px;
	border-bottom: dotted 1px #fff;
	padding-bottom: 70px;
}
span.no {
	display: none;
}
p.mark {
    text-align: center;
}

ul.moreul li {
	color: #fff;
	margin-bottom: 20px;
	font-size: 1.4em;
	background-image: url(../img/check.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;
	padding-left: 35px;
	list-style-type: none;
	background-size: 18px;
}
.sta01 {
	color: #fff;
}
.sta02 {
	margin-top: 1em;
}
.sta02 img {
	width: 100%;
	height: auto;
}
span.tap {
	display: none;
}
.sta_ti {
	border-radius: 100px;
	background-color: #f6ff00;
	color: #4c3000;
	font-size: 2em;
	padding: 10px 10px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.sta_p {
	font-size: 1.4em;
	margin-top: 20px;
	line-height: 1.4em;
	text-align: center;
}
.sta_block {
	float: right;
	width: 40%;
	overflow: hidden;
	padding-bottom: 80px;
	margin-top: 1.5em;
}
.sta_block2 {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 80px;
	border-bottom: dotted 1px #fff;
	text-align: center;
}
span.hy {
	font-size: 1.4em;
	color: #fff700;
}
.hopeareah {
	font-size: 3em;
	padding-top: 60px;
	color: #fff;
}
.redbasck {
	position: absolute;
	left: 365px;
	z-index: 0;
}

.listimg {
    color: #305e9a;
}

span.irogae {
    color: #4c3000;
}

a.ho2 {
	width: 263px;
	background-color: #ffffff;
	border-radius: 10px;
	display: block;
	float: left;
}
span.spantxt.green2 {
    /* color: #c3c3c3; */
    background-color: #737373;
    bottom: 33px;
}

p.nedanx {
    font-size: 3em;
    margin-bottom: 10px;
    color: #e71f19;
}

span.spa2 {
    display: none;
}


.fixbtn2 {
    display: none;
}
ul.onayamilist li {
	background-image: url(../img/check.jpg);
	background-repeat: no-repeat;
	background-position: 1px 13px;
	padding-left: 35px;
}
span.under {
	color: #fff700;
}
.hope02 {
	float: right;
	margin-top: 100px;
}
.hope03 {
	clear: both;
	font-size: 3em;
	color: #ff3333;
}
span.hopetxt {
	font-size: 1.8em;
	background: linear-gradient(transparent 72%, #fbff00 50%);
}
.reason_area {
	width: 100%;
	height: 100%;
	background-image: url(../img/back01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 100px 0px;
}
.reason_block {
	width: 980px;
	margin: 0 auto;
}
.fivereson {
	text-align: center;
	margin-bottom: 70px;
}
.fiveli {
	width: 17%;
	float: left;
	margin-bottom: 20px;
	margin-right: 31px;
}
.fivelilast {
	width: 17%;
	float: left;
	margin-bottom: 20px;
}
input[type="radio"] {
	margin-bottom: 10px;
}

.miryokumi {
    text-align: center;
    font-size: 4em;
    margin-bottom: 30px;
    font-weight: bold;
    color: #4c3000;
}

.miryokuarea {
    padding: 70px 0px;
	background-image:url(../img/ghaikei.png);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:right;
}

.miryokup {
    font-size: 3em;
    line-height: 2em;
    width: 670px;
    margin: 0 auto;
    /* text-align: center; */
    font-weight: bold;
}
h2 {
	font-size: 2.2em;
	color: #ff3333;
	padding: 14px 0px;
	text-align: center;
	line-height: 1.4em;
	border-bottom: 1px dotted #fff;
}
.movieblock {
   width: 1000px;
    margin: 0 auto;
}

span.muryo {
    font-size: 2em;
    color: #ff0000;
    font-weight: bold;
}

miryokumi {
    font-size: 4em;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    color: #4c3000;
}

.moviemi {
    text-align: center;
    margin-bottom: 30px;
}

.movieleft {
    float: left;
    margin-right: 20px;
    width: 400px;
}

.moviearea {
    padding: 50px 0px;
}
p.fivtxt {
	font-size: 1.4em;
	line-height: 2em;
	color: #fff;
	padding-top: 20px;
}
.info_area {
	padding: 13px 0px;
}
.info_block {
    max-width: 980px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* background-color: #fff; */
    /* padding: 30px; */
    border-radius: 20px;
    /* background-color: rgb(255, 255, 255,0.9); */
    /* border: 5px solid #4c3000; */
    /* background-image: url(../img/conback.png); */
    background-size: cover;
}
.infoh {
    font-size: 3em;
    /* margin-bottom: 20px; */
    color: #4c3000;
    font-weight: bold;
    line-height: 1.4em;
    text-align: center;
}

.toku2x {
    float: left;
    margin-right: 20px;
    width: 58%;
}

.toku1x {
    width: 38%;
    float: right;
}
.stepga img {
    width: 95%;
    height: 100%;
	max-width: 700px;
}
.infoh img {
    max-width: 980px;
    width: 95%;
    height: 100%;

}
span.yy {
	font-size: 1.4em;
	color: #fff700;
}

p.voictxt {
    font-size: 2.2em;
    margin-bottom: 10px;
    /* border-bottom: 1px dotted; */
    /* padding-bottom: 20px; */
    font-weight: bold;
    color: #4c3000;
}

p.voictxt2 {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #4c3000;
}
.vodiv {
    padding: 20px;
	height: 158px;
}
.ii_blockme {
    text-align: center;
 
}

.ii_block {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;



}
.swiper-pagination {
    position: unset !important;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
}
.img2 {
    display: block;
}

.img3 {
    display: none;
}

span.oror {
    color: #f6ff00;
}

.ii_area {
 overflow: hidden;
    max-width: 950px;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: left;
    font-size: 3em;
    /* background-size: 24%; */
    background-position-x: 505px;
    background-position-y: 0px;
    /* background-position: right; */
    /* background-position: right; */
    background-repeat: no-repeat;
    /* background-position-y: 0px; */
    /* padding-bottom: 50px; */
    z-index: 100;
}
ul.onaymili {
    color: #ffffff;
   

  
	    position: relative;
}
span.orange {
    color: #ff5050;
}


.omiarea {
   text-align:center;
   padding:100px 0px;
}


.omiarea img {
    width: 95%;
    max-width: 800px;
    height: 100%;
}
.per {
    position: absolute;
    top: 25px;
    left: 645px;
}
.info_yuso {
    float: left;
}

.go1{
    display:block;
}


go2{
    display:none;
}

.bg-mask {
    padding: 30px 0px;
    background-image: url(../img/woman.png);
    background-position: right;
    background-position-y: 183px;
    /* background-position-x: 210px; */
    background-repeat: no-repeat;
    width: 900px;
    margin: 0 auto;
}

.kiiro {
    text-align: center;
    line-height: 2em;
    font-size: 3em;
    padding: 50px 0px;
    background-color: #ffffec;
    font-weight: bold;
}






/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
  overflow: hidden;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}


/*ポップアップココまで*/

table.soryotable{
    margin-bottom: 10px;
	
	
	}
	
	
table.soryotable th {
    padding: 5px;
    width: 25%;
    font-size: 0.8em;
}
table.soryotable td {
    text-align: center;
    padding: 10px;
	font-size: 0.7em;
}


label.open_btn {
    text-decoration: underline;
}

.kitei {
    text-align: center;
    font-size: 3em;
    margin-bottom: 30px;
}




.kito {
    background-color: #fffeed;
    padding-left: 20px;
    font-size: 0.8em;
}




span.aka {
    color: #e71f19;
}





ul.onaymili li {
   
    line-height: 1.4em;
    background-image: url(../img/check.png);
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 39px;
    margin-bottom: 20px;
    background-size: 1em;
    color: #000000;
}
.rate_area {
    padding: 50px 0px;
	background-image:url(../img/haikei.png);
	background-size:cover;
	background-position:right;
}
.listimg {
    text-align: center;
    /* margin-bottom: 30px; */
    font-size: 4em;
    font-weight: bold;
    color: #000000;
    /* font-style: italic; */
    margin-bottom: 30px;
}

span.blufukai {
    color: #3b4d89;
}


.rate_ex {
    text-align: center;
    margin-bottom: 30px;
}

table.tablerate {
    width: 900px;
}

table.tablerate td {
    padding: 20px 20px;
}

table.tablerate th {
    background-color: #4c3000;
    color: #fff;
    padding: 20px;
    border: none;
}

p.rate_p {
    text-align: center;
    line-height: 1.8em;
    font-size: 1.8em;
    /* margin-bottom: 30px; */
    font-weight: bold;
}

.imgs {
    display: block;
    float: left;
    margin-right: 30px;
}
span.ororor {
    color: #4c3000;
}

.fivepc {
    display: block;
}

.fivesp {
    display: none;
}

.info_tel {
float: left;
}
p.info {
	float: left;
	clear: both;
	color: #fff;
	font-size: 1.6em;
	padding: 10px 0px 0px;
}


.info_telhead {
    float: right;
    margin-right: 20px;
	    margin-top: 0px;
}
.toilet {
    width: 800px;
    margin: 0 auto;
    padding: 50px 0px;
	
}

.toiletarea {
background-image:url(../img/back2.jpg);
	background-size:cover;
}
span.nv {
    font-size: 1.4em;
    color: #ff5f00;
    font-weight: bold;
}
.inf_woman {
	position: absolute;
}
.inf_woman {
    position: absolute;
    top: -19px;
    left: 730px;
    z-index: 0;
}

.toilettx {
    font-size: 3em;
    line-height: 1.6em;
    text-align: center;
    color: #003b53;
}


table.tabele {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.lasttxt {
    font-size: 3em;
    line-height: 1.6em;
    color: #4c3000;
    font-weight: bold;
}

.hikaku {
    text-align: center;
    padding: 50px 0px;
	background-image:url(../img/fback.png);
overflow: hidden;
}

.boo {

    height: auto;
    padding: 0px 10px;
    margin-top: -2px;
}

.boo22 {
margin-bottom: 20px;
    margin-top: -2px;
}
.booxy {
    background-color: #ffffff;
    height: 503px;
    padding: 0px 10px;
    margin-top: -2px;
}
.boo21 {
    background-color: #fff;
    padding: 0px 0px;
   height: 670px;
}
.servicearea {
    background-color: #eee;
    padding: 50px 0px;
    text-align: center;
}

span.orok {
    color: #4c3000;
}

.rate_ex {
    text-align: center;
    margin-bottom: 30px;
    font-size: 4em;
    font-weight: bold;
    color: #4c3000;
}


p.setxt {
    font-size: 3em;
    line-height: 1.6em;
    padding: 30px 0px;
    font-weight: bold;
}

p.hh {
    color: #4c3000;
    padding: 15px 0px;
    font-size: 1.8em;
    margin: 0 auto;
    /* border-bottom: 1px dotted; */
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}

p.hhka {
    color: #4c3000;
    padding: 44px 0px 0px;
    font-size: 2em;
    height: 67px;
    margin: 0 auto;
    /* border-bottom: 1px dotted; */
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}
.grapblock {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    padding: 70px 0px;
}

.graph {
    text-align: center;
    margin-bottom: 50px;
}

p.txtpxr {
    font-size: 1.8em;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding-top: 0px;
    line-height: 2em;
}


p.txtp {
   font-size: 1.6em;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    color: #000;
    padding-top: 0px;
    line-height: 1.6em;

}

.info_area {
   background-color: #f4f4f4;
    /* background: linear-gradient(to right, #d6d6d8 0%,#fdffff 31%,#fdffff 71%,#fdffff 72%,#d6d6d8 100%); */
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-position: center;

}
.rec_area {
	width: 100%;
	padding: 100px 0px;
	overflow: hidden;
}
.e001 {
	font-size: 3em;
	padding: 5px 0px;
}
.e002 {
	font-size: 2em;
	text-align: center;
	background-color: #016b98;
	padding: 10px 0px;
	color: #fff;
	width: 70%;
	border-radius: 30px;
	margin: 10px 0px;
}
.rec_block {
	width: 980px;
	margin: 0 auto;
}
.reh {
	text-align: center;
	margin-bottom: 50px;
}
.reccard {
	width: 26%;
	padding: 25px;
	background-color: #fffeed;
	border: 1px solid #c7aa69;
	border-radius: 10px;
	margin-right: 10px;
	margin-left: 10px;
	float: left;
}
.reccardlast {
	width: 26%;
	padding: 25px;
	background-color: #fffeed;
	border: 1px solid #c7aa69;
	border-radius: 10px;
	float: left;
}
.icon {
	text-align: center;
	margin-bottom: 30px;
}
.work {
	font-size: 1.8em;
	padding-bottom: 20px;
	border-bottom: 1px dotted;
	color: #c7aa69;
}
.work2 {
	font-size: 1.8em;
	padding: 20px 0px;
	color: #5d5d5d;
}
span.waku {
	padding: 5px;
	background-color: #727470;
	border-radius: 9px;
	color: #fff;
	margin-right: 5px;
}
.kind {
	font-size: 1.4em;
	margin-bottom: 26px;
}
.money {
	color: #fc4d4d;
	font-size: 2.5em;
}
.zpc{
	
	display:block;
	}
	
	.voiceareamain {
    text-align: center;
    margin: 50px 0px;
}
	
	.zsp{
	
	display:none;
	}
	
	
.repc{
	
	display:block;
	}
	
	.resp{
	
	display:none;
	}


.h2 {
    text-align: center;
    font-size: 3em;
    line-height: 1.8em;
    width: 100%;
    background-color: #4c3000;
    padding: 30px 0px;
    color: #fff;
    border: none;
    overflow: hidden;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
 
}
.voice_block {
	width: 980px;
	margin: 0 auto;
}
.intblock {
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.voice01 {
	float: left;
	width: 25%;
}
.voice02 {
	float: right;
	width: 70%;
	margin-bottom: 50px;
}
.v02 {
	padding-bottom: 17px;
	border-bottom: 1px dotted #4e4e4e;
	font-size: 2.5em;
	color: #000000;
	line-height: 1.5em;
}
.v03 {
	font-size: 1.4em;
	line-height: 2em;
	margin-top: 20px;
}
.v03txt {
	font-size: 1.2em;
}

.mapblock {
    margin-bottom: 50px;
}

.stepga {
    text-align: center;
    margin-top: 50px;
	    margin-bottom: 50px;
}

p.gokakujip {
    font-size: 2em;
    line-height: 1.6em;
    color: #4c3000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.nagare_block {
    max-width: 960px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0px 50px;
    position: relative;
}
.teachimg {
    float: left;
}
.imggaikan {
    float: left;
    margin-right: 30px;
}


.nagare_block2 {
       width: 785px;
    margin: 0 auto;
    overflow: hidden;
	    padding: 50px 0px;
}


.areamaps {
    width: 800px;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px;
}


.nagare_blockth {

    margin: 0 auto;
    overflow: hidden;
}
.nagaremi {
	text-align: center;
	text-align: center;
	margin-bottom: 50px;
}


.troubleareah {
    text-align: center;
    padding: 50px 0x;
    margin: 50px 0px 20px;
}

.nagare_area02 {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.nagareli {
	width: 19%;
	float: left;
	margin-right: 12px;
}
.nagarelilast {
    width: 160px;
    float: left;
}
.nagareh {
    font-size: 1.8em;
    padding: 10px 0px;
    text-align: center;
    color: #4c3000;
    margin: 0 auto;
    font-weight: bold;
    line-height: 1.2em;
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
}


.troubleblock {
    overflow: hidden;
    width: 888px;
    margin: 0 auto;
}

.troublearea {
    overflow: hidden;
    background-color: #fffeed;
	    padding-bottom: 50px;
}

.nagareh1 {
    font-size: 2em;
    padding: 20px 0px;
    text-align: center;
    border-bottom: 1px #000 dotted;
    color: #4c3000;
    margin: 0 auto;
        line-height: 2.2em;
    height: 40px;
}



.nagareh02 {
	font-size: 2em;
	padding: 20px 0px 10px;
	text-align: center;
	color: #4c3000;
	line-height: 1.5em;
}
.nagare_h {
	font-size: 3em;
	text-align: center;
	margin-bottom: 50px;
}

span.yyy {
    color: #f6ff00;
}
p.nagarep {
    font-size: 1.6em;
    line-height: 1.6em;
    text-align: left;
    padding: 10px 0px;
    /* width: 85%; */
    margin: 0 auto;
}

span.rre {
    color: #ff0000;
    font-weight: bold;
}

.intro_area {
    overflow: hidden;
    padding: 0px 0px 50px;
    max-width: 950px;
    width: 95%;
    margin: 0 auto;
}
.sagyou_info {
    width: 850px;
    height: auto;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff;
    border: #9f2929 5px solid;
    border-radius: 40px;
    margin-bottom: 100px;
    margin-top: 100px;
}
.sagyou_info p {
	font-size: 1.5em;
	font-weight: 100;
	line-height: 1.6em;
	margin-bottom: 30px;
	
}
.sagyou_info p.h_txt {
    font-size: 3em;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4c3000;
    border-bottom: 2px dotted #e76464;
    padding-bottom: 20px;
}
.sagyou_info p.h_title {
    font-weight: bold;
    font-size: 5em;
    line-height: 1.3em;
    color: #d70000;
	border-bottom: 2px dotted #d70000;
    margin-bottom: 10px;
	padding-bottom: 10px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.sagyou_info span.tx_b {
	font-weight: bold;
}
.sagyou_info .box {
    height: auto;
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    background-color: #9f2929;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-weight: bold;
}
.sagyou_info .box span.box_plus {
	font-size: 2em;
	padding: 0 8px;
}
.sagyou_info .s_box {
    height: auto;
    width: 120px;
    padding: 26px;
    margin: 6px;
    text-align: center;
    line-height: 1.4em;
    font-size: 3em;
    display: inline-block;
    border: #fff 3px solid;
}
.q_area {
	width: 750px;
	margin: 0 auto;
}
.intro_block {
	width: 100%;
	margin: 0 auto;
}

span.rere {
	color: #fb4b54;
}
.title_p {
    /* background-color: #eee; */
    clear: both;
    /* padding: 35px; */
    width: 100%;
    font-size: 1.6em;
    line-height: 2em;
    margin-top: 10px;
    overflow: hidden;
}
.title {
    font-size: 2em;
    border-bottom: 3px solid #4c3000;
    padding-bottom: 13px;
    background-image: url(../img/q.png);
    background-repeat: no-repeat;
    padding-left: 59px;
    background-position-y: 34%;
    padding-top: 5px;
    /* background-position-x: 7px; */

    line-height: 50px;
    color: #4c3000;
}

p.txtpxxx {
    font-size: 1.6em;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    color: #fff;
    padding-top: 0px;
    line-height: 1.6em;
    font-weight: bold;
}
.aicon {
	float: left;
	margin-right: 15px;
}

span.san {
    font-size: 2em;
}
p.qtext {
	font-size: 2em;
	color: #4c3000;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted;
	padding-left: 46px;
	background-image: url(../img/q.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-size: 29px;
}
p.ppp {
    width: 88%;
    float: left;
}

span.maru {
    font-size: 2em;
    color: #4c3000;
}

span.spa {
    display: none;
}

td.bbb3 {

    color: #fff;
    font-size: 1.6em;
    background-color: #777777;
    width: 20%;
    text-align: center;
}

.sweet {
    text-align: center;
    padding: 80px 0px;
    background-color: #fffeed;
}
.introduce {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    padding: 70px 0px;
    overflow: hidden;
}
.sweet img {
    width: 95%;
    height: 100%;
	max-width:800px;
}

td.bbb2 {
    background-color: #4c3000;
    color: #fff;
	text-align: center;
	    font-size: 1.6em;;
}

.teachimg img{
    width: 95%;
    height: 100%;
	max-width:300px;
}
p.teachp {
    font-size: 1.8em;
    line-height: 1.6em;
    float: right;
    width: 63%;
}
span.akairo {
    font-size: 1.6em;
    color: #4c3000;
    line-height: 1.4em;
}
.service_block {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
.graph img {
    width: 100%;
    height: 100%;
	max-width: 700px;
}
span.uchikesi {
    text-decoration: line-through;
}
p.jukouprice {
    font-size: 1.6em;
    line-height: 1.6em;
    font-weight: bold;
}
p.capt2 {
    clear: both;
    line-height: 1.6em;
    font-size: 0.8em;
    text-align: left;
}
.service_common {
	margin-bottom: 50px;
}
.service_floor {
	font-size: 4em;
	margin: 100px 0px 50px;
}

tr {
    border-bottom: 1px solid #eee;
    /* padding: 10px 0px; */
}

.arrow {
    float: left;
    margin-right: 10px;
    padding-top: 100px;
}
td {
    background-color: #efefef;
    padding-left: 20px;
    border: none;
	text-align: center;
}
td {
    background-color: #efefef;
    padding-left: 0px;
    font-size: 1em;
        padding: 20px 0px;
    text-align: left;
    font-size: 0.9em;
  

}
.re {
	background-color: #4c3000;
	color: #fff;
	padding: 10px 5px;
}
td.ggray {
    background-color: #efefef;
}

td.re2 {
	color: #4c3000;
}
.voicearea02 {
	background-color: #383838;
	overflow: hidden;
}
.voiceblock02 {
	width: 980px;
	margin: 0 auto;
}
.service_voice {
	font-size: 4em;
	margin: 100px 0px 40px;
	line-height: 1.4em;
	width: 980px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0px 50px;
}
.voicearea {
	width: 100%;


}
.voicearea02 {
	width: 100%;
	background-color: #fffeed;

}

.v3 {
	float: right;
}
p.ntext {
	float: left;
	padding: 35px 0px;
	color: #fff;
	font-size: 1.4em;
	font-size: normal;
	font-weight: normal;
	line-height: 2em;
}
.voiceblock01 {
   width: 800px;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
    padding: 50px 0px;
    margin: 0 auto;
}
p.vp {
	float: left;
	color: #fff;
	font-size: 2.5em;
	padding: 50px 0px 30px;
	border-bottom: 1px solid;
}
p.vp02 {
	float: left;
	color: #fff;
	font-size: 2.5em;
	padding: 50px 0px 30px;
	border-bottom: 1px solid;
}
p.mainimg {
	float: right;
}
p.mainimg {
	float: right;
}
th.cl {
	color: #000;
}
ul.sumnail {
	float: left;
	width: 59%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -webkit-box-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-justify-content: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.sumnail li {
	padding: 10px;
	list-style-type: none;
}



.introh20 {
    text-align: center;
    padding: 50px 0px;
    font-size: 4em;
    color: #4c3000;
}


.introh21 {
    text-align: center;
    padding: 50px 0px;
    font-size: 4em;
    color: #00910b;
}

.nagare_area {
    width: 100%;
    height: 100%;
    padding: 50px 0px 0px;
    background-size: cover;
    /* background-image: url(../img/nagareback.png); */
    overflow: hidden;

}

.hyo2 {
    display: none;
}

p.ntext {
    float: right;
    padding: 0px 0px;
    color: #000;
    font-size: 1.6em;
    font-size: normal;
    font-weight: normal;
    line-height: 2em;
    width: 76%;
}
p.ntext02 {
	float: left;
	padding: 35px 0px;
	color: #fff;
	font-size: 1.4em;
	font-size: normal;
	font-weight: normal;
	line-height: 2em;
	width: 41%;
}
p.service_commonp {
	font-size: 1.8em;
	line-height: 2em;
	text-align: center;
}
.service_floormap {
	margin-bottom: 70px;
}
.service_floormap img {
	width: 483px;
	height: auto;
}
.service_table {
	margin-bottom: 100px;
}
span.sred {
	color: #4c3000;
}
.wrap2 {
	overflow: hidden;
	margin-bottom: 100px;
}
.service_h {
	font-size: 4em;
	margin-bottom: 50px;
	margin-top: 50px;
}
.spantxt {
    background-color: #ff4d4d;
    padding: 5px 10px;
    color: #fff;
    /* position: absolute; */
    /* left: 218px; */
    /* bottom: 14px; */
    /* border-radius: 5px; */
    margin-right: 20px;
}
.spantxt2 {
	background-color: #737373;
	padding: 5px 10px;
	color: #fff;
	position: absolute;
	left: 218px;
	bottom: 38px;
	border-radius: 5px;
}
.areaspasce {
	text-align: center;
	margin: 70px 0px;
}
.spantxt3 {
	background-color: #4c3000;
	padding: 5px 10px;
	color: #fff;
	position: absolute;
	left: 218px;
	bottom: 43px;
	border-radius: 5px;
}
p.areap {
    font-size: 2em;
    margin-bottom: 30px;
}
.areaarea {
	font-size: 4.5em;
	margin-bottom: 35px;
	color: #9f2929;
}
.area {
	padding: 20px;
	font-size: 4em;
	background-color: #4c3000;
	width: 30%;
	margin: 0 auto;
	cp: #fff;
	border-radius: 100px;
	color: #fff;
	margin-bottom: 30px;
}
.areaarea {
    font-size: 3em;
    line-height: 1.4em;
    color: #9f2929;
}

span.rerq {
    color: #4c3000;
}
p.qtext02 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8em;
	padding-top: 20px;
	margin-bottom: 50px;
}
p.intro {
    text-align: center;
    width: 770px;
    font-size: 1.2em;
    text-align: left;
    padding: 20px;
    /* width: 100%; */
    background-color: #feffe3;
    margin: 0 auto;
    font-weight: bold;
    /* color: #f16969; */
    margin-bottom: 50px;
    line-height: 1.6em;
    margin-top: 50px;
}

span.akaa {
    color: #e71f19;
}
table.formTable {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 1.2em;
}

.card22 {
    background-color: #fff;
    /* border-radius: 20px; */
    padding: 20px;
    width: 20%;
    float: left;
    margin-right: 10px;
	height: 370px;
}

p.kop {
    font-size: 1.4em;
}

p.capt {
    float: left;
    line-height: 2em;
    font-size: 1.2em;
}
.card22last {
    background-color: #fff;
     padding: 20px;
    width: 20%;
    float: left;
    margin-right: 10px;
    float: left;
	height: 370px;
   
}

p.chop {
    font-size: 3em;
    text-align: center;
    margin-bottom: 30px;
    color: #4c3000;
}


.chnoticearea {
    padding: 100px 0px;
}


.chnotice {
    font-size: 1.4em;
    line-height: 1.6em;
    color: rgb(115, 115, 115);
    height: 300px;
    width: 60%;
    overflow: scroll;
    /* margin: 50px 0px; */
    margin: 0 auto;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    border-image: initial;
}

select.nagai {
    width: 100%;
}

.footlogo2 {
    text-align: center;
	margin-bottom: 30px;
 
}
select {
    height: 30px;
    width: 100%;
    float: left;
    padding: 0px 0px 0px 5px;
    border: 1px solid #c7c7c7;
    margin-right: 10px;
    color: #777777;
}
input[type=text] {
    
    width: 100%;
    padding: 10px;
    border: 1px solid #c7c7c7;
}
.eonblock {
    margin: 0 auto;
    width: 1000px;
}

span.eonor {
    color: #4c3000;
}

.imgeon {
    text-align: center;
    margin-bottom: 50px;
}
.eonh {
    margin-bottom: 50px;
    font-size: 3em;
    text-align: center;
    font-weight: bold;
}

p.eonp {
    text-align: center;
    font-size: 3em;
    line-height: 1.4em;
    margin-bottom: 30px;
}

p.eonp {
    text-align: center;
    font-size: 3em;
    line-height: 1.4em;
    margin-bottom: 30px;
	overflow: hidden;
}

.eonarea {
    background-color: #eee;
    padding: 100px 0px;
	overflow: hidden;
}

textarea {
	width: 100%;
	    font-size: 0.8em;
	transform: scale(1);
	 border: 1px solid #c7c7c7;
}

p.eonp2 {
    font-size: 1.4em;
    line-height: 1.4em;
}


.hidden {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #737373;
    height: 300px;
    width: 100%;
    /* margin: 0 auto; */
    overflow: scroll;
    margin: 50px 0px;
    /* margin: 0 auto; */
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.service_floor p {
	font-size: 0.4em;
	margin-top: 10px;
	color: #4c3000;
}
textarea {
    width: 100%;
    padding: 10px;
    font-family: 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
}
table.formTable td, table.formTable th {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
}
table.formTable th {
    width: 44%;
    text-align: left;
    position: relative;
}
#formWrap {
	max-width: 790px;
    width: 95%;
    margin: 0 auto;
    font-size: 1.6em;
    margin-bottom: 70px;
}
#formWrap02 {
	width: 790px;
	margin: 0 auto;
	font-size: 1.6em;
	margin-bottom: 70px;
}
.copy {
	background-color: #c7c7c7;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 1.4em;
}
.submitbtn {
    /* background-image: url(../img/submit.jpg); */
    background-repeat: no-repeat;
    /* height: 100px; */
    width: 400px;
    border: 0px;
    background-color: #fff;
    margin-top: 30px;
    /* text-indent: 110%; */
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
p.footer_text {
    font-size: 1.2em;
    line-height: 1.6em;
    text-align: center;
    color: #000;
    /* margin-bottom: 20px; */
}
.copy {
	background-color: #c7c7c7;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 1em;
}
.copy02 {
	background-color: #c7c7c7;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 1em;
	margin-bottom: 0px;
}
.foot_block {
    padding: 40px 0px;
    /* color: #000; */
    /* background-color: #000000; */
    border-top: 1px solid #d3d3d3;
}
.logocenter {
    width: 500px;
    max-width: 95%;
    margin: 0 auto;
}
.footlogo {
	width: 25%;
	float: left;
	margin-right: 40px;
}
span.tap {
	display: inline;
}
.accordionbox {
    width: 800px;
    /* margin: 10px auto 40px; */
    margin: 0 auto;
}
.accordionlist dt {
	display: block;
	background: #fff;
	padding: 20px 0 10px 5px;
	border-top: 1px solid #DFDFDF;
}
.accordionlist dt:first-child {
	border-top: none !important;
}
.accordionlist dt .title {
	padding-left: 10px;
    float: left;
    font-size: 2em;
    padding-top: -7px;
    padding-left: 70px;
    background-repeat: no-repeat;
line-height: 1.4em;
    width: 100%;
    /* padding-top: 13px; */
    border-bottom: solid 3px;
    border-color: #4c3000;
	font-weight: bold;
font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    font-weight: 900;
    font-style: normal;
	
}
.accordionlist dd {
	display: none;
	background: #fff;
	padding: 0px 0 20px 15px;
	font-size: 1.8em;
	line-height: 2em;
	clear: both;
}
.accordion_icon, .accordion_icon span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.accordion_icon {
	position: relative;
    width: 30px;
    height: 30px;
    float: right;
    /* margin-right: 5px; */
    bottom: 45px;
    left: 77px;
}
.accordion_icon span {
	position: absolute;
	left: 6px;
	width: 50%;
	height: 2px;
	background-color: #000000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
}
.accordion_icon span:nth-of-type(1) {
	top: 5px;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}
.accordion_icon span:nth-of-type(2) {
	top: 5px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
}
.accordion_icon.active span:nth-of-type(1) {
	display: none;
}
.accordion_icon.active span:nth-of-type(2) {
	top: 5px;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.lili li:nth-child(3n) {
	margin-right: 0px
}

.lili li:last-child {
	margin-right: -10px
}


.v32 {
	display: none;
}
span.tap {
	display: none;
}
.vp br {
	display: none;
}
.vp02 br {
	display: none;
}
.sp_nomi {
	display: none;
}


.horizontal_scroll img {
    vertical-align: bottom;
    width: 100%;
    max-width: 1100px;
    height: auto;
}




/* 横スクロールを解除 */
  .horizontal_scroll {
    overflow-x: inherit;
    padding: 0 8px 6px; } 

.horizontal_scroll > li {
  width: 100%;
  min-width: 140px; }


  .horizontal_scroll > li {
    min-width: inherit; } 

.horizontal_scroll > li:not(:last-child) {
  margin-right: 5px; }

.horizontal_scroll > li:last-child {
  padding-right: 5px; }


  .horizontal_scroll > li:last-child {
    padding-right: 0; } 

.horizontal_scroll img {
  vertical-align: bottom; }










}










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

.mainvis img{
    width: 100%;
    height: 100%;
}
body, html {
    width: 1240px;
}

.arrow {
    float: left;
    margin-right: 10px;
    padding-top: 100px;
    display: none;
}

span.ochiru {
    display: block;
    float: left;
}



}



@media screen and (max-width:973px) {
.tewrimg {
    float: unset;
    margin-right: 0px;
    text-align: center;
    margin-bottom: 20px;
}
p.age {
    width: 100%;
}
p.protxt {
    float: unset;
    font-size: 1.6em;
    line-height: 1.6em;
    /* margin-top: 20px; */
    width: 100%;
    /* color: #243192; */
}

.hitoimg {
    width: 100%;
    float: unset;
}
p.ptxt {
    color: #000;
    text-align: left;
    font-size: 1.6em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    float: unset;
}


}
@media screen and (max-width:925px) {
.info_tel {
    float: unset;
    text-align: center;
    margin-bottom: 20px;
}

.info_mail {
    float: unset;
    /* margin-right: 10px; */
    text-align: center;
    /* margin-bottom: 10px; */
    /* width: 100%; */
}


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

li:nth-child(3n) {
    margin-right: 60px;
}
}
@media screen and (max-width:640px) {
 body, html {
    width: 100%;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.vp br {
	display: inline;
}
.vp02 br {
	display: inline;
}
.sp_nomi {
	display: inline;
}
span.tap {
	display: inline;
}
.sumnail li {
	padding: 5px 3px;
}
.header {
    /* display: flex; */
    /* justify-content: space-between; */
    align-items: center;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1085px;
    display: none;
}

.head {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    overflow: hidden;
}

.hh12 {
    font-size: 7em;
    font-style: italic;
    text-align: center;
    color: #4c3000;
    margin-bottom: 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom-color: #ffffff;
	font-size: 1em;
	border: #ffffff;
	line-height: 1.2em;
}
td {
    background-color: #ffebeb;
    padding: 5px;
    border: #fff solid 1px;
}
p.capp {
    font-size: 1.2em;
    margin-top: 10px;
    color: #4c3000;
}


.hikakuarea {
    text-align: center;
    margin-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 50px; */
}
.hikakuarea img {
    width: 95%;
}
.remodal {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
	padding: 35px 10px;
	transform: translate3d(0, 0, 0);
	color: #2b2e38;
	background: #fff;
}
.copy {
	background-color: #c7c7c7;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 1em;
	margin-bottom: 83px;
}
.v32 {
	display: block;
}
.fixtel.reflection-img {
	display: block;
}
.fixbtn {
	display: block;
}
#page-top {
	position: fixed;
	bottom: 85px;
	right: 10px;
	font-size: 77%;
}
header {
    /* width: 90%; */
    margin: 0 auto;
    /* padding: 10px 0px; */
    overflow: hidden;
}
.logo {
	width: 100%;
}
h1 {
	font-size: 0.9em;
	text-align: unset;
	width: 100%;
	float: unset;
	margin: 0 auto;
	color: #fff;
	background-color: #4c3000;
}
#main h1 {
    font-size: 2em;
    line-height: 1.35;
    color: #ffffff;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    background: url(../img/common/bg_h1.png) no-repeat left bottom;
    /* margin: -2px 0 25px 0; */
    /* padding: 0 0 9px 0; */
    background-color: #5ec4ac;
    margin-bottom: 20px;
    border-radius: 100px;
}
.info {
	width: 40%;
	clear: none;
	padding-top: 25px;
	float: right;
	display: none;
}
.tel {
	float: right;
	margin-right: 0px;
	width: 50%;
	padding-top: 23px;
	display: none;
}
.logo {
	float: left;
	margin-top: 15px;
	width: 50%;
	display: none;
}
.logo02 {
    float: left;
    width: 60%;
    margin: 0 auto;
    margin-top: 10px;
    /* text-align: center; */
    display: block;
}

.freeul li {
    float: none;
    margin-right: 0px;
    width: 70%;
    margin: 0 auto;
}
.freeul li:last-child {
    float: none;
    margin-right: 0px;
    width: 70%;
    margin: 0 auto;
}

.ii_block {
    /* background-image: none; */
    background-position: right;
    background-repeat: no-repeat;
    /* background-color: #589629; */
}

.ii_area {
    overflow: hidden;
    width: 940px;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: left;
    font-size: 0.8em;
    /* background-image: none; */
    background-size: 41%;
    /* background-position-y: 100px; */
    l: ;
    background-position: right;
    background-position: right;
    background-repeat: no-repeat;
  padding-bottom: 20px;
    background-position-y: 40px;
	background-image:none;
}

.bg-mask {
  height: 100%;
  background: rgba(255,255,255,0.5);
}
p.txtp2 {
    font-size: 1.4em;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding: 0px;
    line-height: 1.6em;
}

.boo21 {
    background-color: unset;
    height: 100%;
    padding: 0px 0px 0px;
    margin: 0px;
    overflow: hidden;
}

.freearea {
    width: 890px;
    margin: 0 auto;
    padding: 30px 0px 50px
}

.ii_block {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0px 0px 0px;
}

.listp {
    font-size: 3em;
    color: #000;
    font-weight: bold;
    line-height: 1.4em;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
}

p.ntxt {
    font-size: 1.6em;
    line-height: 1.6em;
    float: left;
    width: 54%;
}
.omiarea {
    text-align: center;
    padding: 50px 0px;
}
p.txt2 {
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 20px;
}
	
.hikakuimg {
    font-size: 1.6em;
    line-height: 1.6em;
    width: 95%;
    max-width: 900px;
    margin: 0 auto;
}
	.youtubemura {
    padding: 20px 0px;
    text-align: center;
    /* background-color: #e99acb; */
}
.card {
    width: 95%;
    /* margin-bottom: 30px; */
    margin: 0 auto;
    margin-bottom: 10px;
}

ul.onaymili {
    margin: 0px 0px 0px;
    color: #ffffff;
    padding: 0px;
	padding-top: 30px;

}
.cimg {
    float: none;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.ctxt {
    font-size: 1.4em;
    text-align: center;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 0px;
    width: 95%;
    margin: 0 auto;
}

.imggaikan {
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.imggaikanmap {
    width: 90%;
    margin: 0 auto;
}

.imggaikanmap2 {
    width: 90%;
    margin: 0 auto;
}
.content {
    margin: 0 auto;
    padding: 0px;
    overflow: hidden;
}
.mapblock {
    margin-bottom: 0px;
}

p.runtxt {
    font-size: 1.4em;
    line-height: 1.6em;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    text-align: left;
}

p.ntext2 {
    clear: both;
    font-size: 1.4em;
    line-height: 1.6em;
    width: 100%;
    float: none;
}

.gokakuji {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 20px;
    color: #4c3000;
    text-align: center;
}


p.gokakujip {
    font-size: 1.4em;
    line-height: 1.6em;
    color: #4c3000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 30px;
}

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

.taiken {
    text-align: center;
    padding: 30px 0px;
    background-image: url(../img/daruma.png);
    background-size: cover;
    background-position: center;
}


.run {
    text-align: center;
    padding: 30px 0px;
    background-image: url(../img/run.png);
    background-size: cover;
    background-position: center;
}

.hikakuarea {
    text-align: center;
    /* margin-bottom: 100px; */
    padding: 30px 0px;

    background-size: cover;
    background-position: center;
}


.fivereason9 {
    margin: 0 auto;
    overflow: hidden;
    width: 90%;
    /* margin-right: 30px; */
}

p.areatxt {
    width: 100%;
    float: left;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
    margin-top: 20px;
    clear: both;
}

.onayamih {
    text-align: center;
    margin: 20px 0px;
    width: 90%;
    margin: 0 auto;
    padding: 20px 0px 0px;
    /* text-align: center; */
}

ul.onaymili li {
    font-size: 4em;
    line-height: 1.4em;
    background-repeat: no-repeat;
    background-position: 1px 4px;
    padding-left: 21px;
    margin-bottom: 10px;
    background-size: 1em;
}

.ii_blockme {
    text-align: center;
    margin: 50px 0px;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0px;
}

.booimg {
    padding-top: 35px;
    width: 30%;
    margin: 0 auto;
}

ul.imgli {
    width: 100%;
    margin: 0 auto;
  padding: 30px 0px 0px;
    overflow: hidden;

}

.ii_area {
    overflow: hidden;
    width: 90%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    text-align: left;
    font-size: 0.4em;

}

.info_mail {
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
}
.info_line {
    float: left;
    z-index: 9000000;
    position: static;
    /* left: 0px; */
	width: 100%;
}

.info_mail {
    float: left;
    margin-right: 0px;
	width: 100%;
}

p.cardtxt {
    font-size: 1em;
    line-height: 1.6em;
    width: 95%;
    margin: 0 auto;
}

p.denwa {
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: center;
    color: #e71f19;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 90%;
    margin-top: 20px;
    /* margin: 0 auto; */
    overflow: hidden;
}

.txtul li {
    float: left;
    background-color: #ff5f00;
    color: #fff;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 10px;
    font-size: 1.5em;
    text-align: center;
    line-height: 1.4em;
    margin-right: 20px;
    border-radius: 100px;
}

ul.freeul {
    overflow: hidden;
    margin-bottom: 30px;
    /* margin: 0 auto; */
    /* width: 00px; */
    width: 100%;
    margin: 0 auto;
	margin-bottom: 30px;
}



ul.txtul {
    margin-bottom: 30px;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.medal {
    /* top: 200px; */
    width: 50%;
    margin: 0 auto;
	
}



.listimg {
    width: 95%;
    margin: 0 auto;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
}
.freearea {
        width: 90%;
    margin: 0 auto;


}


ul.imgli3 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.imgli3 li {
    float: none;
    margin-right: 0px;
    list-style: none;
    width: 100%;
	overflow: hidden;
    margin-bottom: 30px;
	max-width: 100%;
}

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

.hiyoo {
    text-align: center;
    padding: 30px 0px;
    background-color: #feffe3;
}

p.pricep {
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
}

.hiyoo img {
    width:90%;
}

p.ip {
    text-align: center;
    line-height: 2em;
        font-size: 1.6em;
    padding: 0px 0px 30px;
}

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

.footlogo2 {
    text-align: center;
    /* margin-bottom: 30px; */
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.image {
    margin-bottom: 30px;
}

.hh1 {
    text-align: center;
    margin-bottom: 20px;
}

.zhyo {
    text-align: center;
    background-color: #fff;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 20px;
}

.blueback {
    background-color: #4c3000;
    padding: 50px 0px;
}

.gree {
    background-color: #4c3000;
    border-radius: 100px;
    color: #fff;
    padding: 10px 0px;
    font-size: 1.8em;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.listareax {
    text-align: center;
    padding: 50px 0px 0px;
    background-size: cover;
    background-position: center;
}

.head {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0px;
    overflow: hidden;
}


.infohsp {
    display: block;
	margin-bottom: 0px;
}

.listarea {
    text-align: left;
    padding: 50px 0px 0px;

    background-size: cover;
  background-position: left;
}

.cahmimg {
    text-align: center;
    padding: 20px 0px;
    width: 95%;
    margin: 0 auto;
}

p.stetwo {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.4em;
    display: block;
    margin-top: 20px;
}

.line {
    float: none;
    display: none;
}

.areatag {
    float: right;
    margin-right: 0px;
    width: 38%;
}

p.kigaru {
	clear: both;
	float: right;
	padding: 10px 0px;
	font-size: 1.2em;

}

.fixbtn2 {
    display: block;
}

.copy {
	background-color: #c7c7c7;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 1em;
    margin-bottom: 60px;
}
.copy02 {
	background-color: #c7c7c7;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 1em;
	margin-bottom: 0px;
}
.service_table {
	margin-bottom: 40px;
}
p.ntext {
    float: right;
    padding: 0px 0px;
    color: #000;
    font-size: 1.2em;
    font-size: normal;
    font-weight: normal;
    line-height: 2em;
    width: 56%;
}
.mainvis {
	display: none;
}
.spmainvis {
	display: block;

}
    .pck {
	display: none;

}
    .spk {
	display: block;

}
    
    
.hopeblock {
	margin: 0 auto;
	width: 90%;
	padding: 50px 0px;
	text-align: center;
}
ul.onayamilist {
	font-size: 1.6em;
	text-align: left;
	line-height: 1.8em;
	width: 100%;
	margin: 0 auto;
	padding: 10px 0px;
	float: left;
}
ul.onayamilist li {
	background-image: url(../img/check.jpg);
	background-repeat: no-repeat;
	background-position: 8px 3px;
	padding-left: 50px;
	padding-bottom: 10px;
}
.hope02 {
	float: none;
	margin-top: 50px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.hope03 {
	clear: both;
	font-size: 2em;
	color: #ff3333;
}
.speed {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0px;
	font-size: 2em;
	line-height: 1.5em;
}
.reason_area {
	width: 100%;
	height: 100%;
	background-image: url(../img/back01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 50px 0px;
}
.reason_block {
	width: 90%;
	margin: 0 auto;
}
.fivereson {
	text-align: center;
	margin-bottom: 30px;
}
.fiveli {
	width: 90%;
	float: none;
	margin-right: 31px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.nagaremi {
	text-align: center;
	text-align: center;
	margin-bottom: 30px;
}
.fiveimg {
	width: 50%;
	margin: 0 auto;
}
table {
	width: 100%;
}
.scroll {
	overflow: auto;
　　　　 white-space:nowrap;
　　
}
.scroll::-webkit-scrollbar {
　　 height:5px;
}
.scroll::-webkit-scrollbar-track {
　　 background:#F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
　　 background:#BCBCBC;
}
th {
	background-color: #4c3000;
	color: #fff;
	padding: 10px 5px;
}
.fivelilast {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.listimg2 {
    /* font-size: 4em; */
    /* font-weight: bold; */
    /* text-align: center; */
    /* margin-bottom: 50px; */
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 1.8em;
    font-weight: bold;
}

.introh20 {
    text-align: center;
    padding: 50px 0px 20px;
    font-size: 2em;
    color: #4c3000;
}

.movieblock {
    width: 100%;
    margin: 0 auto;
}
p.akawaku {
    text-align: center;
    font-size: 1.6em;
    line-height: 1.6em;
    background-color: #ff7676;
    width: 90%;
    padding: 20px;
    border-radius: 100px;
    margin: 0 auto;
    color: #fff;
    margin-bottom: 30px;
}
.higazo {
    text-align: center;
    margin-bottom: 10px;
}
.toku1 {
    float: unset;
    margin-right: 0px;
}
.go1{
    display:none;
}
.toku2mi {
    font-size: 2.8em;
    margin-bottom: 10px;
    font-family: dnp-shuei-shogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
}
	.toku2p {
    font-size: 1.6em;
    line-height: 2em;
}
.toku1 img {
    width: 80%;
    /* text-align: center; */
}
	.toku2 {
    width: 90%;
    float: unset;
    margin: 0 auto;
}
	.toku1 {
    text-align: center;
    margin-bottom: 30px;
}
go2{
    display:block;
}
.tokublock {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.stepga {
    text-align: center;
    margin-top: 20px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.chizuarea {
    padding: 20px 0px;
    width: 95%;
    margin: 0 auto;
}


p.mazuha {
    text-align: center;
    font-size: 3em;
    font-weight: bold;
}

p.nedan {
    font-size: 4em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    color: #ff7676;
}

.miryokup {
    font-size: 1.4em;
    line-height: 2em;
    width: 90%;
    margin: 0 auto;
    /* text-align: center; */
    font-weight: bold;
}

.ryoarea {
    padding-bottom: 50px;
    width: 95%;
    margin: 0 auto;
}

.h1han {
    width: 1087px;
    margin: 0 auto;
    color: #fff;
    padding: 0px 10px;
}
.kii {
    font-size: 1.6em;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
    line-height: 1.6em;
    background-color: #4c3000;
}

p.shumi1 {
    font-size: 1.4em;
    text-align: left;
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 1.6em;
}

table.tete {
    width: 900px;
    margin: 0 auto;
    /* margin: 50px 0px; */
    padding: 20px 0px;
}

.kii2 {
    font-size: 1.4em;
    text-align: center;
    padding: 20px 0px;
    font-weight: bold;
    line-height: 1.4em;
    color: #0070c3;
    background-color: #efefef;
    margin-bottom: 20px;
}
.grapblock {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0px 0px;
}
    .nagarexx_block {
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0px 0px 0px;
    /* position: relative; */
}
    .card {
overflow: hidden;
    margin: 0 auto;
    margin-bottom: 30px;
    float: unset;
    width: 100%;
    height: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 0px;
    width: 80%;
    margin-left: 0px;
    margin-right: 0px;
    margin: 0 auto;
    margin-bottom: 20px;
* {
    margin: 0;
    padding: 0;
}
user agent stylesheet
div {
    display: block;
}
body {
    line-height: 1;
    margin: 0;
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
    font-size: 62.5%;
    color: #000;
}
color rgb(0, 0, 0)
display block
font-family "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif
font-size 10px
height 336px
line-height 10px
margin-bottom 50px
margin-left 0px
margin-right 0px
margin-top 50px
padding-bottom 0px
padding-left 0px
padding-right 0px
padding-top 0px
width 1220.8px

}
  p.case3 {
    font-size: 1.6em;
    text-align: left;
    line-height: 1.6em;
}  
    .ulwrap {
    overflow: hidden;
    margin: 20px 0px 40px;
}
.ceoimg img {
    /* box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px, rgb(0 0 0 / 30%) 0px 8px 16px -8px; */
    width: 60%;
    margin: 0px 0px;
}
    .jo2 {
    float: unset;
    width: 100%;
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
}
    .ifra {
    width: 100%;
    float: unset;
    height: 200px;
    overflow: hidden;
}
    .jo {
    float: unset;
    width: 100%;
    font-size: 1.4em;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-align: left;
}
.pricear {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
}
    p.ptxt3 {
    color: #000;
    text-align: left;
    font-size: 1.4em;
    /* font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; */
    width: 100%;
    float: left;
    line-height: 1.8em;
    margin-bottom: 30px;
}
p.namep {
    float: left;
    width: 100%;
    font-size: 1.8em;
    text-align: left;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4c3000;
    line-height: 1.6em;
}
td.bblue {
    background-color: #9cdbcd;
    color: #fff;
    width: 15%;
}
.miryokumi {
    text-align: center;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
    color: #4c3000;
}
.per {
    position: absolute;
    top: 225px;
    background-size: 60%;
    left: unset; 
    display: block;
}
.bnr2 {
    text-align: center;
    margin: 30px 0px;
    width: 95%;
    margin: 0 auto;
    /* margin: 30px 0px 30px; */
    padding: 20px 0px;
}
.kii {
    font-size: 2em;
    text-align: center;
    padding: 40px 0px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
    background-color: #4c3000;
    margin-bottom: 0px;
}

.miryokuarea {
    padding: 30px 0px;
    background-image: url(../img/ghaikei.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
}
p.kakup {
    font-size: 1.4em;
    line-height: 1.6em;
    font-weight: bold;
    text-align: left;
    max-width: 713px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.kakshusapo {
    font-size: 2em;
    line-height: 1.6em;
    margin-bottom: 10px;
    margin-top: 0px;
    font-family: dnp-shuei-shogomincho-std, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #e71f19;
}
.moviearea {
    padding: 50px 0px;
    width: 95%;
    margin: 0 auto;
}


iframe {
    width: 100%;
    margin-bottom: 30px;
}

.moviemi {
    /* text-align: center; */
    margin-bottom: 30px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.movieleft {
    float: none;
    margin-right: 20px;
    width: 100%;
}


.nagare_area {
    width: 100%;
    height: 100%;
    background-size: cover;
    /* padding: 100px 0px; */
    overflow: hidden;
    margin-bottom: 0px;
}

.voiceblock01 {
    width: 800px;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
    padding: 20px 0px;
    margin: 0 auto;
}

.info_yuso {
    float: none;
}
.info_block {
    width: 100%;
    margin: 0 auto;
    position: relative;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* background-color: #fff; */
    padding: unset;
    /* border-radius: 10px; */
    /* background-color: rgb(255, 255, 255,0.9); */
}
.infoh {
    font-size: 2em;
    color: #4c3000;
    line-height: 1.4em;
    margin-bottom: 10px;
    text-align: center;
    padding-bottom: 0px;
}
p.info {
	float: left;
	clear: both;
	color: #fff;
	font-size: 1.4em;
	padding: 0px 0px 0px;
	width: 100%;
	line-height: 1.5em;
}
.info_tel {
    float: none;
    margin-right: 0px;
    margin-bottom: 10px;
}

.boxblock {
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
}
.listimg img {
    width: 100%;
    height: 100%;
    /* margin-bottom: 0px; */
}

.introh2 {
    background-color: #4c3000;
    text-align: center;
    padding: 20px;
    line-height: 1.2em;
    color: #fff;
    font-size: 1.5em;
    font-weight: bold;
}

.about_block {
	width: 90%;
	margin: 0 auto;
}
.about_area {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin-bottom: 30px;
    background-size: cover;
}

.intro {
    text-align: center;
    padding: 0px 0px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.kiix {
    font-size: 2em;
    text-align: center;
    padding: 40px 0px 20px 0px;
    font-weight: bold;
}

.a03 {
    font-size: 1.2em;
    color: #000000;
    text-align: center;
    padding: 6px;
    margin-bottom: 30px;
}
.about_h {
	text-align: center;
	font-size: 1.9em;
	color: #fff;
	margin-bottom: 30px;
	line-height: 1.6em;
}
.about_h2 {
	color: #fff;
	font-size: 1.6em;
	background-image: url(../img/no01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 70px;
	line-height: 1.8em;
	margin-bottom: 20px;
	background-size: 17%;
}

.costimg {
    text-align: center;
    padding: 30px 0px;
    width: 90%;
    margin: 0 auto;
}

.costarea2 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
}

.imgar {
    float: none;
    width: 95%;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 0 auto;
    margin-bottom: 50px;
}

.imgar2 {
    float: none;
    width: 95%;
    font-size: 1.6em;
    line-height: 1.6em;
    margin: 0 auto;
}


ul.imgli2xxx {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 0px;
}

ul.imgli2xxx img {
        width: 100%;
    height: 100%;
    float: unset;
    margin-bottom: 0px;
}
.boox22 {
    background-color: unset;
    height: 240px;
    padding: 0px 10px;
    margin-top: -2px;
	padding: 0px 10px;
    margin-top: -2px;
}

.a01 {
	color: #fff;
	text-align: center;
	font-size: 3em;
	line-height: 1.3em;
}
.about_block2 {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
}
.introimg img {
    margin-bottom: 0px;
    width: 70%;
    height: 100%;
}
span.go2 {
    width: 90%;
    display: block;
    margin: 0 auto;
}
	
	.qawrap {
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 0px;
}
.a02 {
    color: #e71f19;
    /* background-color: #fff; */
    text-align: center;
    /* padding: 10px; */
    font-size: 2em;
    border-radius: 40px;
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.3em;
}
.lili li {
	    float: left;
    margin-right: 20px;
    margin-bottom: 30px;
    list-style-type: none;
    width: 46%;
}
#main .txt_midashi.font17 {
    letter-spacing: 0;
    /* padding-top: 3px; */
    text-align: unset;
    font-size: 1.6em;
}
.img_float_l {
    float: unset;
    margin-right: unset;
    z-index: 2;
    margin-bottom: 20px;
}
.ml20 {
    margin-left: 10px !important;
}
.text_box {
    overflow: unset;
}
.lili li:nth-child(even) {
    margin-right: 0px;
    float: right;
}

.img_float_l {
    float: unset;
    margin-right: unset;
    z-index: 2;
    margin-bottom: 10px;
}
.about_hh {
	font-size: 1.4em;
	color: #fff;
	line-height: 2em;
	color: #fff;
	background-image: url(../img/more.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-left: 76px;
	padding-top: 0;
	margin-bottom: 30px;
	background-size: 17%;
}
ul.moreul li {
	color: #fff;
	margin-bottom: 20px;
	font-size: 1.4em;
	background-image: url(../img/check.jpg);
	background-repeat: no-repeat;
	background-position: 7px 11px;
	padding-left: 35px;
	list-style-type: none;
	background-size: 18px;
	line-height: 1.4em;
}

div#area01 {
    overflow: hidden;

}

#main p.txt_midashi {
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    clear: both;
    /* overflow: hidden; */
    color: #5ec5ac;
    letter-spacing: 1.2px;
}
#main p.txt_midashi {
    font-size: 1.6em;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: bold;
    color: #5ec5ac;
    letter-spacing: 1.2px;
}
.mb15 {
    /* margin-bottom: 15px !important; */
    font-size: 1.4em;
    text-align: left;
    line-height: 1.6em;
}
.txtarea.mb25 {
    overflow: unset;
}

.head {
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    padding: 0px 0px 0px;
    overflow: hidden;
}

#main h2 {
    color: #5ec5ac;
    background: url(../img/common/bg_h2.png) no-repeat left 6px;
    font-size: 2em;
    letter-spacing: 3px;
    /* padding-left: 26px; */
    border-bottom: solid 1px #5ec5ac;
    width: 95%;
    /* margin: 0 auto; */
    line-height: 1.35;
    padding-bottom: 10px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.infoinfo {
    width: 95%;
    margin: 0 auto;
}

.txtarea {
    text-align: center;
    overflow: hidden;
    background-image: url(../img/bbb.png);
    background-size: cover;
    background-position: center;
}

.fic {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px;
}
.logo02 {
      float: none;
    /* clear: both; */
   width: 15%;
    margin: 0 auto;
    /* margin-top: 10px; */
    /* text-align: center; */
    display: block;
    margin-bottom: 10px;
}
.sta_block {
	float: none;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 40px;
	border-bottom: dotted 1px #fff;
	text-align: center;
}


.about_h2_2 {
	color: #fff;
	font-size: 1.4em;
	background-image: url(../img/no02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 46px;
	line-height: 1.6em;
	margin-bottom: 20px;
	background-size: 10%;
}
.sta_ti {
	border-radius: 100px;
	background-color: #f6ff00;
	color: #4c3000;
	font-size: 2em;
	padding: 10px 10px;
	text-align: center;
	width: 50%;
	margin: 0 auto;
}
.sta_block2 {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
	padding-bottom: 40px;
	border-bottom: dotted 1px #fff;
	text-align: center;
}
.oss {
	text-align: center;
	margin-bottom: 20px;
}

table.tete2 {
    width: 95%;
    font-size: 1.6em;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.about_h23 {
	color: #fff;
	font-size: 2em;
	background-image: url(../img/no03.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 55px;
	line-height: 1.4em;
	margin-bottom: 0px;
	background-size: 13%;
}
.service_block {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.service_p {
	font-size: 1.43em;
	margin-top: -19px;
	margin-bottom: 40px;
	color: #4c3000;
}
p.mainimg {
	width: 60%;
	margin: 0 auto;
	padding-bottom: 20px;
	text-align: center;
	float: none;
}

.hyo2 {
    display: block;
}


ul.sumnail {
	float: left;
	width: 100%;
}
.sta01 {
	color: #fff;
	float: none;
}
.sta02 {
	float: none;
	margin-top: 30px;
}
.sta_p {
	font-size: 2.5em;
	margin-top: 20px;
	line-height: 1.4em;
}
span.hy {
	font-size: 1.2em;
	color: #fff700;
}
a.ho2 {
	width: 100%;
	background-color: #ffffff;
	display: block;
	float: left;
	border-radius: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.rec_area {
	width: 100%;
	padding: 50px 0px;
	overflow: hidden;
}
.v2 {
	display: none;
}
.v32 {
	display: none;
}

.infoh{
	display: none;
	
}
p.vp {
	float: left;
	color: #fff;
	font-size: 2em;
	padding: 50px 0px 30px;
	border-bottom: 1px solid;
	line-height: 1.5em;
}
span.click {
	display: none;
}
.imgs {
    width: 35%;
    float: none;
    margin-top: 0px;
    display: block;
    margin-bottom: 0px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.areaarea {
    font-size: 4.5em;
    margin-bottom: 15px;
    color: #9f2929;
}
.areaspasce {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	margin-top: 50px;
}
.areaarea {
    font-size: 2em;
    color: #9f2929;
    margin-top: 0px;
}
p.areap {
    font-size: 1.2em;
    margin-bottom: 20px;
}
.area {
	padding: 10px;
	font-size: 2em;
	background-color: #4c3000;
	width: 85%;
	margin: 0 auto;
	cp: #fff;
	border-radius: 100px;
	color: #fff;
	margin-bottom: 20px;
}
.rec_block {
	width: 90%;
	margin: 0 auto;
}
.rec_block {
	width: 90%;
	margin: 0 auto;
}
.icon {
	text-align: center;
	margin-bottom: 30px;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 25px;
}
.h2 {
	margin-bottom: 50px;
	text-align: center;
	font-size: 3em;
	line-height: 1.8em;
	width: 100%;
	background-color: #c7aa69;
	padding: 20px 0px;
	color: #fff;
	border: none;
}
.voice_block {
	width: 90%;
	margin: 0 auto;
}
.voice01 {
	float: none;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.voice02 {
	float: none;
	width: 100%;
	margin-bottom: 10px;
}

.yazi {
    float: none;
    width: 15%;
    margin-top: 0px;
    margin-bottom: 30px;
    margin: 0 auto;
    margin-bottom: 30px;
    transform: rotate(90deg);
}
.v02 {
	padding-bottom: 17px;
	border-bottom: 1px dotted #4e4e4e;
	font-size: 2em;
	color: #000000;
	line-height: 1.5em;
}
.nagareimgb {
	display: block;
	width: 38%;
	float: left;
	    margin-right: 20px;
}
.v03txt {
	font-size: 1em;
}
.sagyou_info {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    border: #9f2929 2px solid;
    margin-bottom: 50px;
    border-radius: 11px;
}

.listimgp {
    font-size: 1.8em;
    padding: 20px 0px 0px;
    line-height: 1.6em;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}








/* お部屋の広さ別参考価格 */

.p-content__foot {
    clear: both;
    width: 100%;
    margin: 0 auto;
}


.p-table__col {
    float: none;
    width: 95%;
    margin: 0 auto;
}


p.c-note {
    clear: both;
    font-size: 1.2em;
    margin-bottom: 50px;
    display: block;
    padding-top: 20px;
    text-align: center;
}

br.pc {
    display: none;
}
/* お部屋の広さ別参考価格END */





th {
    background-color: #efefef;
    color: #000;
    padding: 10px 5px;
    padding: 10px 0px;
    border: 1px #fff solid;
}
table {
    border-collapse: unset;
    /* border-spacing: 0; */
    border-bottom-color: #ffffff;
    font-size: 1em;
    border: #ffffff;
    line-height: 1.2em;
}


.hyo {
    display: none;
}

.repc{
	
	display:none;
	}
	
	.resp{
	
	display:block;
	}

	
	
	
.nagare_block {
	width: 100%;
	margin: 0 auto;
}

.nagare_block2 {
    width: 100%;
    margin: 0 auto;
}

.nagare_area {
	width: 100%;
	height: 100%;

	background-repeat: no-repeat;
	background-size: cover;

	overflow: hidden;
}


p.intortxt {
    font-size: 1.6em;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    line-height: 2em;
    text-align: left;
}

ul.imgli2xxx li {
    float: none;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
ul.imgli3xx {
    max-width: unset;
    margin: 0 auto;
    width: 100%;
}



.introh21 {
    text-align: center;
    padding: 50px 0px 20px;
    font-size: 2em;
    color: #00910b;
}

p.cca {
    text-align: center;
    font-size: 1.6em;
    padding: 10px 0px 20px;
    line-height: 1.4em;
    color: #4c3000;
}

.greer {
    float: none;
}
.nagareli {
	width: 100%;
	float: none;
	margin-right: 18px;
}
.nagareli img {
	width: 40%;
	float: right;
}
.nagareh {
    font-size: 1.6em;
    padding: 0px 0px 0px;
    text-align: left;
    color: #4c3000;
    border: none;
    width: 50%;
    margin-bottom: 10px;
    float: left;
    /* height: 20px; */
}

table.tete {
    width: 96%;
    margin: 0 auto;
	font-size: 1.6em;
}
.nagarelilast img {
	width: 100%;
	float: right;
}
.nagareimg {
	text-align: center;
	display: none;
}
.nagareli {
	width: 100%;
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
}
.nagareli02 {
	width: 50%;
	float: left;
	margin-right: 0px;
	margin-bottom: 30px;
}
p.mitsup {
    font-size: 1.4em;
    font-weight: bold;
    color: #0070c3;
    line-height: 1.6em;
    margin-bottom: 20px;
}

p.pinkp {
    font-size: 1.6em;
    line-height: 1.4em;
    text-align: center;
}
p.pinkh {
    font-size: 2.6em;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #ff3333;
}
.nagareh02 {
	font-size: 2em;
	padding: 0px 0px 10px;
	text-align: left;
	color: #4c3000;
	line-height: 1.5em;
}

.pink {
    width: 95%;
    margin: 0 auto;
    padding: 50px 0px;
}
span.no {
	width: 10%;
	background-color: #4c3000;
	height: 10%;
	color: #fff;
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
    ceoimgwrap {
    overflow: hidden;
    margin-bottom: 0px;
}
.spantxt3 {
	background-color: #4c3000;
	padding: 2px 6px;
	color: #fff;
	position: absolute;
	left: 118px;
	bottom: 34px;
	border-radius: 5px;
}
    .introimgwrapxx2 {
    background-image: url(../img/b.png);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    /* background-color: #4c3000; */
    background-position: center;
}
.nagarelilast {
    width: 90%;
    float: none;
    margin-right: 12px;
    margin: 0 auto;
    padding-bottom: 0px;
    clear: both;
    margin-bottom: 0px;
    overflow: hidden;
}
.sagyou_info .box {
   height: auto;
    width: 89%;
    margin: 0 auto;
    padding: 10px;
    background-color: #9f2929;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
}


.sagyou_info p {
    font-size: 1.2em;
    font-weight: 100;
    line-height: 20px;
    margin-bottom: 20px;
}

p.noi {
    width: 95%;
    text-align: left;
    margin: 0 auto;
    font-size: 1.2em;
}

.sagyou_info .s_box {
    height: auto;
    width: 70%;
    padding: 15px;
    margin: 6px;
    text-align: center;
    line-height: 1.4em;
    font-size: 2em;
    display: inline-block;
    border: #fff 3px solid;
}

.sagyou_info p.h_txt {
    font-size: 1.4em;
    line-height: 1.4em;
    font-weight: bold;
    margin-bottom: 10px;
}

.rate_ex {
    text-align: center;
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: bold;
    color: #4c3000;
}

.sagyou_info p.h_title {
    font-weight: bold;
    font-size: 2em;
    line-height: 1.2em;
    
    margin-bottom: 10px;
	    color: #ff3333;
}

.q_area {
	width: 90%;
	margin: 0 auto;
}
p.qtext02 {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.8em;
	padding-top: 20px;
	margin-bottom: 30px;
}
p.qtext {
	font-size: 1.8em;
	color: #d0ad5f;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dotted;
	padding-left: 46px;
	background-image: url(../img/q.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	background-size: 29px;
}
.intro_area {
	padding-bottom: 19px;
}
.h2 {
	margin-bottom: 0px;
	text-align: center;
	font-size: 1.8em;
	line-height: 1.8em;
	width: 100%;
	background-color: #4c3000;
	padding: 20px 0px;
	color: #fff;
	border: none;
	    margin-bottom: 0px;
}
p.ppp {
	    width: 95%;
    float: none;
}


.title_p {
    /* background-color: #eee; */
    clear: both;
    padding: 10px;
    width: 100%;
 
    line-height: 2em;
    margin-top: 0px;
    overflow: hidden;
}

.zpc{
	
	display:none;
	}
	
	.zsp{
	
	display:block;
	}

.eonarea {
    background-color: #eee;
    padding: 50px 0px;
    overflow: hidden;
}
p.intropp {
    font-size: 1.4em;
        color: #fff;
    line-height: 1.6em;
    margin-bottom: 20px;
}
p.eonp {
    text-align: center;
        font-size: 1.4em;
    line-height: 1.4em;
    margin-bottom: 10px;
    overflow: hidden;
}

.boox22 {
    background-color: unset;
    height: auto;
    margin-top: 0px;
    overflow: hidden;
}

.card22 {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    float: none;
    margin-right: 0px;
}

p.eonp2 {
    font-size: 1.2em;
    line-height: 1.4em;
}

.card22 {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 85%;
    float: none;
    margin-bottom: 20px;
    margin-right: 0px;
}

.card22last {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    width: 85%;
    float: none;
}

p.kop {
    font-size: 1em;
}

.chnoticearea {
    padding: 30px 0px;
}

.chnotice {
    font-size: 1em;
    line-height: 1.6em;
    color: rgb(115, 115, 115);
    height: 100px;
    width: 90%;
    overflow: scroll;
    /* margin: 50px 0px; */
    margin: 0 auto;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(226, 226, 226);
    border-image: initial;
}

p.chop {
    font-size: 2em;
    text-align: center;
    margin-bottom: 20px;
    color: #4c3000;
}
.ryokinhikaku2 {
    text-align: center;
    padding: 30px 0px 10px;
    /* background-image: url(../img/renk.png); */
    background-size: cover;
    background-position: center;
}
.eonh {
       margin-bottom: 20px;
    font-size: 1.8em;
}
.futatsu img {
   max-width: 100%;
   width: 50%;
    height: 100%;
    margin-bottom: 10px;
}
.imgli2 li {
    float: left;
    margin-right: 20px;
    list-style: none;
    width: 100%;
}
	span.namep {
    font-size: 1.4em;
    color: #4c3000;
    font-weight: bold;
    /* margin-bottom: 20px; */
    display: block;
}
	.futatsuxx {
    float: unset;
}
	.toku1x {
    width: 38%;
    float: unset;
    display: none;
}
	.toku2x {
    float: unset;
    margin-right: 0px;
    width: 95%;
    margin: 0 auto;
}
.toku1xue {
    display: block;
    width: 74%;
    margin: 0 auto;
    margin-bottom: 30px;
}
	
.introimg {
    text-align: center;
    padding: 30px 0px 0px;
    max-width: 850px;
    margin: 0 auto;
    width: 95%;
}.youtubeimg {
    font-size: 1.6em;
    line-height: 2em;
    margin-bottom: 30px;
    color: #fff;
}
.hitoimg2 {
    width: 100%;
    float: none;
    margin: 0 auto;
    margin-bottom: 0px;
}
.infoh img {
        max-width: unset;
    width: 100%;
    height: 100%;
    margin-bottom: 0px;
}
.ryokinx img {
   max-width: 90%;
    width: 90%;
    height: 100%;
    margin-bottom: 0px;
}
.waku {
    padding: 15px;
    /* border: 3px solid #243192; */
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
    max-width: 900px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
p.protxt {
    float: unset;
    font-size: 1.4em;
    line-height: 1.6em;
    /* margin-top: 20px; */
    width: 100%;
    /* color: #243192; */
}
.nagareli21 {
    width: 100%;
    max-width: unset;
    float: left;
    margin-right: 0px;
    /* margin: 0px 0px; */
    margin-bottom: 20px;
}
.nagarelilast21x {
    text-align: left;
    display: block;
    overflow: hidden;
    float: unset;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}
.futatsuxx img {
    max-width: 140px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
p.ptxtxx {
    color: #000;
    text-align: left;
    font-size: 1.4em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    line-height: 2em;
    /* float: right; */
    margin-bottom: 50px;
}
.tewrimg {
    float: unset;
    margin-right: 0px;
    width: 30%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.listimg2 img {
    width: 50%;
    height: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}
.eightimg {
    display: none;
}
.ryokinh img {
    max-width: 200px;
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
}
.eightimgsp {
    display: block;
}

.horizontal_scroll img {
    vertical-align: bottom;
    width: 800px;
	    height: 100%;
    max-width: unset;
}


.horizontal_scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 0 0 12px 8px;
  display: -ms-flexbox;
  display: flex; }






p.ptxt1 {
    font-size: 1.6em;
    text-align: left;
    line-height: 1.6em;
    margin-bottom: 0px;
    color: #ff0000;
}
p.blackp {
    text-align: left;
    font-size: 1.4em;
    line-height: 2em;
    margin-bottom: 20px;
}
p.ptxth {
    font-size: 2em;
    margin-bottom: 0px;
    color: #ff0000;
    text-align: left;
    line-height: 1.4em;
}
.hidaritxt {
    width: 100%;
    float: unset;
}
p.akared {
    text-align: center;
    line-height: 2em;
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: bold;
    color: #e71f19;
}
.staffareawhite {
    max-width: 800px;
    width: 90%;
    background-color: #fff;
    padding: 20px 10px;
    margin: 0 auto;
    border-radius: 10px;
}
p.ptxt2 {
    color: #000;
    text-align: left;
    font-size: 1.4em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    float: none;
    line-height: 1.8em;
    margin-bottom: 20px;
}
.costimgxf {
    float: none;
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.costimg {
    display:none;
}
li.drawer-item {
    font-size: 1.2em;
    padding: 15px 0px 15px;
    text-align: center;
    font-weight: bold;
    color: #4c3000;
    border-bottom: 1px solid #e3e3e3;
}
.costimg2 {
    display:block;
}
li:nth-child(3n) {
    margin-right: 0px;
}
p.pkl {
    font-size: 2em;
    font-weight: bold;
    color: #e60012;
}
.drawer-content {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 99;
    background: #ffffff;
    transition: .5s;
    opacity: 0.9;
}
p.pkl2 {
    font-size: 1.6em;
    line-height: 1.6em;
}

.costimgxf img {
  width:50%;
}

.hidden {
    font-size: 0.6em;
    line-height: 1.6em;
    color: #737373;
    height: 100px;
    width: 88%;
    margin: 0 auto;
    overflow: scroll;
    /* margin: 50px 0px; */
    /* margin: 0 auto; */
    padding: 10px;
    border: 1px solid #e2e2e2;
}

.bg-mask {
    padding: 50px 0px 20px;
      background-position: right;
    background-position-y: 128px;
    /* background-position-x: 210px; */
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
}

span.ff1 {
    display: none;
}


span.ff2 {
    display: block;
}

.kiiro {
    text-align: center;
    line-height: 1.6em;
    font-size: 1.4em;
    padding: 20px 0px;
    background-color: #ffffec;
    font-weight: bold;
    /* width: 90%; */
}

.eonblock {
    margin: 0 auto;
    width: 90%;
}

.boox img {
    width: 35%;
    float: left;
    margin-right: 0px;
    margin-bottom: 20px;
}

p.ppp {
	
	line-height: 2em;
}

.fixed_btn {
    position: fixed;
    /* bottom: 500px; */
    top: 300px;
    height: 300px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background-color: #9f2929;
    right: 0px;
    padding: 20px 20px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 3em;
    display: none;
}

#contents {
    padding: 20px;
    background-color: #ff0000;
    width: 60%;
    border-radius: 100px;
    /* color: #eee; */
    clear: both;
    margin-bottom: 100px;
    margin: 0 auto;
    margin-bottom: 100px;
    /* overflow: hidden; */
}
.kixwrap {
    background-image: url(../img/backz.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0px 0px;
   background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}
p.topback {
    font-size: 1.6em;
    margin-bottom: 60px;
}

.aicon {
    float: left;
    margin-right: 14px;
    width: 11%;
}
.pricear img {
    width: 95%;
    max-width: 700px;
    height: 100%;
}
.title {
   font-size: 1.4em;
    border-bottom: 3px solid #4c3000;
    padding-bottom: 15px;
    background-image: url(../img/q.png);
    background-repeat: no-repeat;
    padding-left: 55px;
    background-size: 12%;
    background-position-x: 9px;
    margin-top: 0px;
    line-height: 25px;
}
.wrap_block {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 30px;
}
p.read {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 2em;
    width: 95%;
    text-align: left;
    margin: 0 auto;
	    margin-bottom: 0px;
}
	.ryokinimg img {
    max-width: 400px;
    width: 50%;
    height: 100%;
    margin-bottom: 10px;
}
	.eight {
    text-align: center;
    padding: 10px 0px;
    background-color: rgba(255, 255, 255, 1);
    background-image: repeating-linear-gradient(134deg, #ffffff00, transparent 4px, rgba(255, 223, 223, 1) 4px, rgba(255, 223, 223, 1) 5px );
}
.ryokin {
    text-align: center;
    padding: 20px 0px;
  
    background-size: cover;
    background-position: center;
}
.boox {
    text-align: center;
    margin-bottom: 10px;
}

.youtubeimg img {
    width: 95%;
    max-width: 900px;
    height: 100%;
    margin-bottom: 20px;
}
.service_h {
	font-size: 2.4em;
	margin-bottom: 30px;
	margin-top: 50px;
}
ul.imgli3 img {
    width: 50%;
    height: 100%;
    float: unset;
    margin: 0 auto;
}
.donnah img {
    max-width: unset;
    width: 60%;
    height: 100%;
    margin-bottom: 30px;
}
p.donnp {
    font-size: 1.4em;
    line-height: 1.8em;
    text-align: left;
    width: 95%;
    margin: 0 auto;
}
.title_p {
    /* background-color: #eee; */
    clear: both;
    /* padding: 35px; */
    width: 100%;
    font-size: 1.4em;
    line-height: 2em;
    margin-top: 10px;
    overflow: hidden;
}
.txtsey {
    font-size: 1.4em;
    margin-bottom: 30px;
    line-height: 1.6em;
    font-weight: bold;
}
.voiceb {
    background-color: #fff;
    height: 200px;
    width: 150px;
    margin-right: 0px;
}
.areamaps {
    width: 100%;
    margin: 0 auto;
    /* text-align: center; */
    padding: 50px 0px;
}

.info_area {
 
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
    background-position: center;
}
.wrap2 {
	overflow: hidden;
	margin-bottom: 50px;
}
.service_common {
	margin-bottom: 20px;
}
ul.cardul li {
    float: unset;
    margin-right: 0px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.eight img {
    max-width: unset;
    width: 100%;
    height: 100%;
}
.cardul li:last-child {
    float: unset;
    margin-right: 0px;
    /* text-align: center; */
    margin: 0 auto;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 0!important;
}
ul.cardul {
    width: 100%;
    margin: 0 auto;
        overflow: unset;
}
p.service_commonp {
	font-size: 1.4em;
	line-height: 2em;
	text-align: left;
}
.service_floor {
	font-size: 2.6em;
	margin: 50px 0px 30px;
}
.service_voice {
	font-size: 2em;
	margin: 100px 0px 40px;
	line-height: 1.4em;
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0px 30px;
}
.chamarea {
    text-align: center;
    padding: 30px 0px;
}
p.intro {
	text-align: center;
	font-size: 1.8em;
	font-weight: bold;
	color: #4c3000;
	margin-bottom: 10px;
	line-height: 1.5em;
}
p.kaigo {
    text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
    font-weight: bold;
    color: #4c3000;
}
.fivesp img {
    margin-bottom: 30px;
    width: 95%;
    height: 100%;
}
.fivepc {
    display: none;
}

.fivesp {
    display: block;
}
.accordionlist dt .title {
    padding-left: 10px;
    float: left;
    font-size: 1.4em;
  
    padding-top: -7px;
    padding-left: 29px;
    background-repeat: no-repeat;
    background-size: 1em;
    width: 90%;
    height: auto;
}
.accordionlist dd {
	display: none;
	background: #fff;
	padding: 10px 0 0px 15px;
	font-size: 1.4em;
	line-height: 1.8em;
	clear: both;
}

.accordion_icon {
    position: relative;
    width: 21px;
    height: auto;
    float: right;
    /* margin-right: 5px; */
   bottom: -22px;
    left: auto;
}

p.ptxt {
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 20px;
}

ul li.vo:nth-child(even) {
    margin-right: 0px;
}

ul li.vo:nth-child(even){

}
br.sp {
    display: none;
}
br.sp {
    display: block;
}
.intro_area {
    overflow: hidden;
    padding: 20px 0px;
}
.accordionlist dt {
    display: block;
    background: #fff;
    padding: 10px 0 0px 5px;
    overflow: hidden;
    border-top: 1px solid #DFDFDF;
}
.accordionbox {
    width: 95%;
    overflow: hidden;
    margin: 0 auto;
}
.voiceblock01 {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.title {
    padding-left: 10px;
    float: left;
    font-size: 2.3em;
    padding-top: -7px;
    padding-left: 70px;
    background-repeat: no-repeat;
    /* height: 50px; */
    width: 100%;
    /* padding-top: 13px; */
    border-bottom: solid 2px;
    border-color: #4c3000;
    font-weight: bold;
    width: 90%;
}

.nagare_blockth {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.v1 {
	width: 100%;
}
.voiceblock02 {
	width: 100%;
	margin: 0 auto;
}

p.voictxt {
    font-size: 1.6em;
    margin-bottom: 10px;
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    font-weight: bold;
}



p.voictxt2 {
    font-size: 1.6em;
    margin-bottom: 10px;
    font-weight: bold;
}

p.voictxt3 {
    font-size: 1.4em;
    line-height: 1.6em;
}
.hitoimg {
    width: 60%;
    float: none;
    margin: 0 auto;
}
p.rate_p {
    text-align: center;
    line-height: 1.6em;
    font-size: 1.4em;
    margin-bottom: 30px;
    width: 90%;
    margin: 0 auto;
    text-align: left;
}
p.ptxt {
    color: #000;
    text-align: left;
    font-size: 1.4em;
    font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    width: 100%;
    float: none;
}
p.rate_p {
    text-align: left;
    line-height: 1.4em;
    font-size: 1.4em;
    margin-bottom: 30px;
}


li.vo {
    float: none;
    margin-right: 0px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

li.vo3 {
    float: none;
    margin-right: 0px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}



li.vo6 {
    float: none;
    margin-right: 0px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;

}

table.tablerate {
    width: 100%;
}

table.tablerate td {
    padding: 20px 20px;
    border: 1px solid #fff;
}


table.soryotable {
    margin-bottom: 10px;
    width: 100%;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
}

.popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 30px 10px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.4em;
    transition: 0.5s;
}

.roomimg {
    width: 90%;
    margin: 0 auto;
}
p.vp02 {
	float: left;
	color: #fff;
	font-size: 2.3em;
	padding: 50px 20px 30px;
	border-bottom: 1px solid;
	width: 46%;
	line-height: 1.5em;
}
.v3 {
	display: none;
}
p.ntext02 {
	float: left;
	padding: 25px 20px;
	color: #fff;
	font-size: 1.4em;
	font-size: normal;
	font-weight: normal;
	line-height: 2em;
	width: 90%;
}
#formWrap {
	width: 100%;
	margin: 0 auto;
	font-size: 1.6em;
	margin-bottom: 70px;
}
table.formTable {
	width: 95%;
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 0.9em;
}
textarea {
    width: 100%;
    font-size: 0.9em;
    transform: scale(1);
    border: 1px solid #c7c7c7;
}
table.formTable td, table.formTable th {
	padding: 15px 0px 0px 0px;
    background-color: #ffffff;
    width: 100%;
    float: left;
}
textarea {
	width: 100%;
}
.spantxt {
	background-color: #4c3000;
	padding: 0px 6px;
	color: #fff;
	position: absolute;
	left: 119px;
	bottom: 14px;
	border-radius: 5px;
	    display: none;
}
.e002 {
	font-size: 2em;
	text-align: center;
	background-color: #016b98;
	padding: 10px 0px;
	color: #fff;
	width: 100%;
	border-radius: 30px;
	margin: 10px 0px;
}

input[type="date"] {
    padding: 10px;
    width: unset;
    border: 1px solid#000;
}

p.end {
    font-size: 1.6em;
    padding: 100px 0px;
    line-height: 1.4em;
}
.spantxt2 {
	background-color: #737373;
	padding: 5px 7px;
	color: #fff;
	position: absolute;
	left: 119px;
	bottom: 40px;
	border-radius: 5px;
}
.imgli3xx img {
    width: 50%;
    float: unset;
    margin-right: 0px;
    margin-bottom: 20px;
}

.imgli3xx li {
    float: left;
    margin-right: 0px;
    list-style: none;
    max-width: unset;
    margin-bottom: 50px;
}
select {
    height: 30px;
    width: 80%;
    float: left;
    padding: 0px 0px 0px 5px;
    border: 1px solid #c7c7c7;
    margin-right: 10px;
}
.submitbtn {
    /* background-image: url(../img/submit.jpg); */
    background-repeat: no-repeat;
    height: 60px;
    /* margin: 0 auto; */
    width: 90%;
    border: 0px;
    background-color: #fff;
    margin-top: 0px;
    /* text-indent: 110%; */
    /* white-space: nowrap; */
    overflow: hidden;
    background-size: 100% auto;
    /* margin-right: -55px; */
    margin-top: 30px;
    /* margin: 0 auto; */
    /* text-align: center; */
    /* margin-right: -20px; */
}

select.nagai {
    width: 90%;
}
input[type="submit"] {
    background-color: #4c3000;
    /* display: none; */
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定: ;
    background-color: #4c3000;
    // 文字色を白に指定: ;
    color: #fff;
    border-style: none;
    border-radius: 10px;
    width: 90%;
    margin-right: 0px;
    margin-bottom: 20px;
    color: #fff;
    submitボタンのを枠を非表示にする border-style: none;
    border-radius: ;
	-webkit-appearance: none;
}

.pcbr{
    
    display:none;
    }

input[type="button"] {
    background-color: #4c3000;
    /* display: none; */
    width: 90%;
    padding: 15px 40px;
    font-size: 1.2em;
    // 背景色を黒に指定: ;
    background-color: #777777;
    // 文字色を白に指定: ;
    color: #fff;
    border-style: none;
    border-radius: 10px;
    margin-right: 0px;
    color: #fff;
    submitボタンのを枠を非表示にする border-style: none;
    border-radius: ;
	-webkit-appearance: none;
}


.footlogo {
	width: 40%;
	float: left;
	margin-right: 9px;
	text-align: center;
}
.logocenter {
	width: 100%;
	margin: 0 auto;
}
.logocenter img {
	width: 100%;
	margin: 0 auto;
}
.nagareli2 {
    width: 95%;
    float: none;
    margin-right: unset;
    margin: 0 auto;
    padding-bottom: 20px;
    clear: both;
    margin-bottom: 0px;
    overflow: hidden;
}
.nagarelilast2 {
	width: 90%;
	float: none;
	margin-right: 12px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.fivereason {
	width: 95%;
	height: 100%;
	margin: 0 auto;
}
span.hr {
	color: #4c3000;
	line-height: 50px;
}
.fivereason_h {
	font-size: 2em;
	color: #000;
	line-height: 1.4em;
}
img.im {
	width: 100%;
}
.midasihh {
    height: 50px;
    max-width: unset;
    width: 95%;
    height: 100%;
    margin: 0 auto;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    padding: 20px 0px 20px 0px;
    background: linear-gradient(-171deg, #4c3000, #f5de9b);
}
.kokomade {
    position: absolute;
    left: 16px;
    display: none;
}

.nagare_block {
    max-width: 920px;
    width: 95%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0px 0px;
    position: relative;
    height: unset;
}
input[type="date"] {
    margin-bottom: 10px;
}
.scr {
    width: 80%;
    overflow: scroll;
    height: 100px;
    font-size: 0.8em;
    line-height: 1.4em;
    overflow-x: hidden;
    border: 1px #c7c7c7 solid;
    padding: 10px;
    margin: 0 auto;
	margin-top: 20px;
    line-height: 2em;
}
.skakoi {
	background-color: #ffffff;
	padding: 10px 0px;
}
.fivereason_area {
	width: 100%;
	background-size: cover;
	background-image: none;
	padding: 30px 0px 50px;
	text-align: center;
	background-image: url(../img/back01.jpg);
	background-size: cover;
}
.hopeblock {
	margin: 0 auto;
	width: 90%;
	padding: 0px 0px;
	text-align: center;
}
.hopeareah {
	font-size: 2.5em;
	padding-top: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.srrow {
	width: 20%;
	margin: 0 auto;
	text-align: center;
}
p.footer_text {
    font-size: 1em;
    line-height: 1.6em;
    text-align: center;
    width: 90%;
    margin: 0 auto;

}
.foot_block {
	padding: 30px 0px;
}

.fixtel.reflection-img {
	display: block;

	margin: 0 auto;
	
}


p.hh {
   color: #4c3000;
    padding: 0px 0px 10px;
    font-size: 1.8em;
    width: 100%;
    /* margin: 0 auto; */
    /* border-bottom: 1px dotted; */
    line-height: 1.3em;
    float: none;
    text-align: center;
}
.lasttxt {
    font-size: 2em;
    line-height: 1.6em;
    color: #4c3000;
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
}

.boo {
    background-color: unset;
    height: 100%;
    overflow: hidden;
}



.imgli2 li {
  float: left;
    margin-right: 0px;
    list-style: none;
   margin-bottom: 30px;
}

.imgli20 li {
    float: left;
    margin-right: 0px;
    list-style: none;
    margin-bottom: 30px;
	    width: 100%;
}

.booxy {
    background-color: unset;
    height: auto;
    padding: 0px 10px;
    margin-top: unset;
    overflow: hidden;
    /* margin-left: 20px; */
    /* float: right; */
}
.toilettx {
    font-size: 1.4em;
    line-height: 1.6em;
    text-align: center;
    color: #003b53;
}

th img {
    width: 60%;
}

.mapim {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
}

th {
    background-color: #2b2e38;
    color: #fff;
    padding: 10px 0px;
    border: 1px solid #fff;
    font-size: 1em;
}

.boo2 {
    background-color: #fff;
    height: 200px;
    width: 100%;
}

.troubleblock {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.nagareh1 {
    font-size: 2em;
    padding: 0px 0px;
    text-align: left;
    border-bottom: none;
    color: #4c3000;
    margin: 0 auto;
    line-height: 2.2em;
    height: 40px;
}

.toilet {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0px;
}

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

p.txtp {
    font-size: 1.8em;
    text-align: left;
    /* margin: 0 auto; */
    width: 100%;
    overflow: hidden;
    line-height: 1.6em;
    height: auto;
    float: right;
    color: #000;
}
p.setxt {
    font-size: 1.3em;
    line-height: 1.6em;
    padding: 10px 0px;
    font-weight: bold;
}

p.hhka {
    color: #4c3000;
    padding: 10px 0px 0px;
    font-size: 2em;
    height: 39px;
    margin: 0 auto;
    /* border-bottom: 1px dotted; */
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
}
.head {
    width: 100%;
    margin: 0 auto;
    /* margin-bottom: 20px; */
    /* padding: 0px 0px 20px; */
    overflow: hidden;
    background-image: none;
    background-position: center;
    background-size: cover;
    background-color: #4c3000;
    /* color: #fff; */
    display: none;
}

ul.imgli2 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    overflow: hidden;
}

ul.imgli20 {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    overflow: hidden;
}

p.txtp20 {
    font-size: 1.4em;
    text-align: left;
    margin: 0 auto;
    width: 289px;
    padding-top: 0px;
    padding: 0px 10px;
    line-height: 1.6em;
}


input[type="date"] {
    padding: 0px 0px 0px 5px;
    width: 100%;
    border: 1px solid#c7c7c7;
}

.img2 {
    display: none;
}

.img3 {
    display: block;
}

.imgli li {
    float: none;
    margin-right: 0px;
    list-style: none;
    margin: 0 auto;
    padding-bottom: 30px;
    overflow: hidden;
}

p.kibou {
    /* clear: both; */
    text-align: left;
    margin: 50px 0px;
    color: #000000;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 1.6em;
    line-height: 1.6em;
}

.hh12 {
 font-size: 2em;
    font-style: normal;
    text-align: center;
    color: #000000;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.sweet {
    text-align: center;
    padding: 30px 0px;
    background-color: #fffeed;
}
.graph {
    text-align: center;
    margin-bottom: 20px;
}
table.tabele {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 100px;
}
p.txtpxr {
    font-size: 1.4em;
    text-align: left;
    margin: 0 auto;
    width: 100%;
    padding-top: 0px;
    line-height: 1.6em;
}
.teachimg {
    float: none;
    text-align: center;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}
p.jukouprice {
    font-size: 1.2em;
    line-height: 1.6em;
    font-weight: unset;
}

p.teachp {
    font-size: 1.4em;
    line-height: 1.6em;
    float: unset;
    width: 100%;
    overflow: hidden;
}
td {
    background-color: #efefef;
    padding-left: 0px;
    font-size: 1em;
    padding: 10px;
    text-align: left;
    font-size: 1.2em;
    font-weight: unset;
    line-height: 1.4em;
	width: 40%;
}

.kyo {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

p.capt {
    float: none;
    line-height: 1.4em;
    font-size: 1em;
    width: 90%;
    margin: 0 auto;
    padding-top: 40px;
}

.arrow {
    float: left;
    margin-right: 30px;
    padding-top: 100px;
    display: none;
}



































.fix {
    width: 100%;
    display: block;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0px;
    background: rgb(255 255 255 / 80%);
}

.logo02 img {
    margin-top: 10px;
}

.fixbtn {
    float: left;
    width: 41%;
    margin-left: 3%;
}

.fixtel.reflection-img {
    display: block;
	margin-right: 5px;

}

.fivereason_h {
	font-size: 2.4em;
	color: #000;
	line-height: 2em;
	margin-bottom: 20px;
}


p.intro {
    text-align: left;
    font-size: 1.2em;
    font-weight: normal;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.5em;
    margin: 20px 0px;
    width: 90%;
    margin: 0 auto;
    padding: 10px 10px;
    margin-top: 10px;
}



th.teb {
    color: #060606;
    font-size: 1em;
    text-align: left;
    position: relative;
}
span.spa {
   color: #ffffff;
    display: block;
    background-color: #ff6464;
    padding: 2px;
    width: 35px;
    /* height: 10%; */
    margin-top: 0px;
    float: l;
    float: left;
    margin-right: 10px;
  
}

textarea {
    width: 90%;
    padding: 10px;
    height: 120px;
}

.mapd {
    float: none;
    margin-right: 0px;
    width: 100%;
}

span.spa2 {
    color: #ffffff;
    display: block;
    background-color: #777777;
    padding: 2px;
    width: 35px;
    /* height: 10%; */
    /* margin-top: 10px; */
    /* overflow: hidden; */
    float: left;
    margin-right: 10px;
}
td.booksize {
    font-size: 1em;
}
.modal__content {
    background: #fff;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: auto;
	font-size: 1.2em;
    line-height: 1.6em;
}
input[type=text] {
    font-size: 16px;
   padding: 10px;
    width: 90%;
    margin-bottom: 15px;
}
footer {
    margin-bottom: 45px;
}

.e001 {
	font-size: 2em;
	padding: 5px 0px;
	line-height: 1.5em;
}
.fixbtn {
       float: left;
    width: 48%;
    margin-left: 0%;
    margin: 0 auto;
}
.fixbtn2 {
    float: right;
    width: 47%;
    margin-right: 1%;
}
.fixtel.reflection-img {
    width: 38%;
}
.fixtel {
	float: right;
	width: 54%;
	margin-right: 1.5%;
}
.fixhead {
    display: block;
}
.reflection-img {
	position: relative;
	overflow: hidden;
}

.drawer-open {
   display: flex;
    height: 37px;
    width: 37px;
    left: 86%;
    top: 0%;
    justify-content: center;
    align-items: center;
    position: fixed;
    /* float: revert; */
    z-index: 100;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    background-color: #4c3000;
}
.reflection {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 2s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 2s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 2s ease-in-out infinite;
}
.formWrap02 {
	width: 100%;
	margin: 0 auto;
}
@keyframes reflection {
0% {
transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-webkit-keyframes reflection {
0% {
-webkit-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-webkit-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-webkit-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-webkit-transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-moz-keyframes reflection {
0% {
-moz-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-moz-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-moz-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-moz-transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-ms-keyframes reflection {
0% {
-ms-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-ms-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-ms-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-ms-transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-o-keyframes reflection {
0% {
-o-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-o-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-o-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-o-transform:scale(50) rotate(45deg);
opacity:0;
}
}
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 .reflection-img {
width:510px;
height:350px;
position:relative;
overflow:hidden;
}
.reflection {
	height: 100%;
	width: 30px;
	position: absolute;
	top: -180px;
	left: 0;
	background-color: #fff;
	opacity: 0;
	transform: rotate(45deg);
	animation: reflection 2s ease-in-out infinite;
	-webkit-transform: rotate(45deg);
	-webkit-animation: reflection 2s ease-in-out infinite;
	-moz-transform: rotate(45deg);
	-moz-animation: reflection 2s ease-in-out infinite;
	-ms-transform: rotate(45deg);
	-ms-animation: reflection 2s ease-in-out infinite;
	-o-transform: rotate(45deg);
	-o-animation: reflection 2s ease-in-out infinite;
}
@keyframes reflection {
0% {
transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-webkit-keyframes reflection {
0% {
-webkit-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-webkit-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-webkit-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-webkit-transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-moz-keyframes reflection {
0% {
-moz-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-moz-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-moz-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-moz-transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-ms-keyframes reflection {
0% {
-ms-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-ms-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-ms-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-ms-transform:scale(50) rotate(45deg);
opacity:0;
}
}
@-o-keyframes reflection {
0% {
-o-transform:scale(0) rotate(45deg);
opacity:0;
}
80% {
-o-transform:scale(0) rotate(45deg);
opacity:0.5;
}
81% {
-o-transform:scale(4) rotate(45deg);
opacity:1;
}
100% {
-o-transform:scale(50) rotate(45deg);
opacity:0;
}
}
}

/* ポップアップ */
#containerBody {
	display:none;
	width:100%;
	height:100%;
	padding:0 10px;
	position:fixed;
	z-index:1000;
	background-color:rgba(0,0,0,.75);
	text-align:center;
}
#containerBody > a{
	width:100%;
	height:100%;
	display:block;
	position:fixed;
	z-index:1010;
}
#containerBody aside {
	margin:80px auto 15px auto;
	background-color:#22248A;
	position:relative;
	display:inline-block;
	text-align:center;
	max-width: 1200px;
	width:80%;
	z-index:1020;
}

#containerBody aside a {
	position:relative;
	display:block;
}
#containerBody aside .pop{
	width:100%;
	height:auto;
}
#containerBody aside .close {
	position:absolute;
	top:-40px;
	right:0;
	content:"";
	width:30px;
	height:30px;
	z-index:1021;
}
#containerBody .btn {
	position:absolute;
	bottom:10px;
	left:0;
	display:table;
	width:100%;
}
#containerBody .btn li {
    width: 70%;
    /*display: table-cell;*/
	text-align:center;
	/*float: right;*/
	margin: 0 auto;
}
#containerBody .btn img{
	width:96%;
	margin:0 auto;
}
@media only screen and (max-width: 768px) {
	#containerBody aside {
		width:100%;
	}
	#containerBody .btn {
		bottom:0.5vw;
	}
}

