@charset "UTF-8";

/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {	margin: 0;	padding: 0;	border: 0;	font-size: 100%;	font: inherit;	vertical-align: baseline;	box-sizing:border-box;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {	display: block;}
body { color: #1A1A1A; line-height: 1;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {	content: '';	content: none;}
table {border-collapse: collapse;border-spacing: 0;}
hr{ border: none;}
form button:hover{ cursor: pointer; cursor: hand; opacity: 0.8; }
 .wysiwyg  iframe{ max-width: 100%; }


.fadeCom{opacity: 0; -webkit-transition: 1500ms ease; -o-transition: 1500ms ease; transition: 1500ms ease; -webkit-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); -ms-transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); transform: translate3d(0, 30px, 0) scale(0.9825, 0.9825); -webkit-transition-property: opacity,transform; -o-transition-property: opacity,transform; transition-property: opacity,transform; }
 /* ===== 表示 ===== */
.fadeCom__On{-webkit-transform:translate3d(0, 0, 0) scale(1,1); -ms-transform:translate3d(0, 0, 0) scale(1,1); transform:translate3d(0, 0, 0) scale(1,1); opacity: 1; }

/* loading------------------------------------------------ */
#wrap.load{opacity: 1; transition: opacity 1800ms; -moz-transition: opacity 1800ms; -webkit-transition: opacity 1800ms; -o-transition: opacity 1800ms; }
#com_loading__box {height: 100%; width: 100%; position: fixed; top: 0; left: 0; background: #ccc; z-index: 99999999999999; -webkit-transition: all 400ms;   -o-transition: all 400ms;  -moz-transition: all 400ms;   transition: all 400ms; }
 /*プログレスバー*/
#com_loading {width: 0; height: 5px; background: #fff; position: fixed; top: 0; left: 0; -webkit-transition: all 0.2s linear 0s;    -o-transition: all 0.2s linear 0s;  -moz-transition: all 0.2s linear 0s;   transition: all 0.2s linear 0s; }
#com_loading__img {position: absolute; top: 50%; left: 50%; -webkit-transform: translate( -50%,-50% ); -ms-transform: translate( -50%,-50% ); transform: translate( -50%,-50% ); max-width: 80px; width: 60%; }

/*確認画面と完了画面を非表示*/
.confirm_area, .thanks_area { display: none; }

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output{ display: none; }
#systmttl{ display: none;}

.f-gothic{ font-family: "Noto Sans JP", sans-serif; }
.f-en{ font-family: "Work Sans", sans-serif; }

.slick-dots li.slick-active button{background: #28343B;}


@media screen and (min-width: 768px),print {

.morebtn{display: block;text-align: center;}
.morebtn a{display: block;width: 260px;height: 60px;font-weight: 700;font-size: 13px;letter-spacing: 0.65px;margin: 0 auto;padding: 18px 0 0 29px;position: relative;transition: all 0.3s ease-in-out;text-align: left;background: #fff;border: 1px solid #28343B;}
.morebtn a .arr{position: absolute;right: 23px;transition: all 0.3s ease-in-out;/* -webkit-filter: brightness(0) invert(1); *//* filter: brightness(0) invert(1); */}
.morebtn a:hover .arr { right: 13px; }

.morebtn2{text-align: center;}
.morebtn2 a{display: block;width: 130px;height: 50px;font-weight: 700;font-size: 14px;letter-spacing: 0;margin: 0 auto;padding: 13px 0 0 0;position: relative;transition: all 0.3s ease-in-out;text-align: left;color: #fff;z-index: 3;}
.morebtn2 a .arr{position: absolute;right: 0px;top: -5px;transition: all 0.3s ease-in-out;width: 60px;height: 60px;border-radius: 50%;background: #222222;padding: revert-layer;z-index: -1;padding: 9px 0 0 25px;}
.morebtn2 a .arr img{position: relative;left: 0;filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(266deg) brightness(105%) contrast(101%);transition: all 0.3s ease-in-out;width: 11px;}
.morebtn2 a:hover .arr img{ left: 10px; }

.morebtn3 a{width: 142px;border-bottom: 1px solid #fff;font-size: 14px;font-weight: 400;position: absolute;bottom: 10px;right: 10px;}
.morebtn3 span{   }
.morebtn3 span.arr{display: inline;position: absolute;top: -7px;filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(266deg) brightness(105%) contrast(101%);right: 0;}
.morebtn3 span.arr img{width: 14px; height: auto;}



.side-fix{ display: none;}

.system-pic{position: relative;overflow: hidden;}
.system-pic img{display: block;transition: transform 0.4s ease;transform: scale(1);transform-origin: center center;}
a:hover .system-pic img{transform: scale(1.05);}
.full-width { width: 100vw; position: relative; left: 50%;  right: 50%;  margin-left: -50vw;  margin-right: -50vw;}
/* bese */
body {font-size: 16px;overflow-x: hidden;line-height: 1.6;letter-spacing: 0.8px;font-weight: 500;}

header{width: 1200px;height: 150px;margin: 0px auto auto;position: relative;top: 0;left: 0;transition: all 0.3s ease-in-out;z-index: 6;}
header .h-logo{padding: 55px 0 0 0px;position: relative;left: -4px;}
header .headtext{position: absolute;top: 14px;left: 5px;color: #808080;font-size: 12px;letter-spacing: 0.6px;font-weight: 400;}
header .h-btn1{position: absolute;top: 65px;right: 670px;}
header .h-btn2{position: absolute;top: 65px;right: 605px;}
header .h-btn3{position: absolute;top: 0;right: 0;}
header .h-tel{position: absolute;top: 48px;right: 267px;}
header .h-tel2{position: absolute;top: 88px;right: 264px;}

#contentsfaq .accordion {margin: 3em auto; max-width: 60vw; }
#contentsfaq .toggle {display: none; }
#contentsfaq .option {position: relative;margin-bottom: 0;}
#contentsfaq .title, .content {-webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translateZ(0); transition: all 0.3s; }
#contentsfaq .title {padding: 25px 40px 20px 53px;display: block;color: #333;font-weight: 500;border-bottom: #F1F2ED 1px solid;}
#contentsfaq .title::after {content: "";display: block;background: url(../images/petreform/contentsfaq-icon03.svg)no-repeat;position: absolute;right: 33px;top: 30px;width: 16px;height: 14px;transform: rotate(180deg);transition: all 0.3s ease-in-out;}
#contentsfaq .content {max-height: 0; overflow: hidden; }
#contentsfaq .content p {margin: 0;padding: 26px 26px 26px 54px;font-size: 16px;line-height: 1.5;}
#contentsfaq .toggle:checked + .title + .content {max-height: 500px;transition: all 1.5s;background: #F5F5F5;}
#contentsfaq .toggle:checked + .title::after {transform: rotate(0deg) !important; }
#contentsfaq .iconq{position: absolute;top: 19px;left: 15px;}
#contentsfaq .icona{position: absolute;top: 18px;left: 15px;}

#contentsfaq {margin: 0 auto;position: relative;background: url('../images/petreform/contentsfaq-back01.png')no-repeat top center #E6E7E2;padding: 88px 0 55px;}
#contentsfaq h2 {text-align: center;}
#contentsfaq .inner-Box {margin: 0 auto;position: relative;width: 900px;background: #fff;padding: 50px;}

#refmmenuu.bottom-Box h2 {text-align: center;margin-bottom: 20px;}
#refmmenuu.bottom-Box {margin: 0 auto 99px;position: relative;width: 1200px;height: 440px;background: #F1F2ED;padding: 38px 50px;}
#refmmenuu.bottom-Box ul.list {display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#refmmenuu.bottom-Box ul li {margin-right: 40px;margin-bottom: 30px;}
#refmmenuu.bottom-Box ul li:nth-child(3n) { margin-right: 0px; }
#refmmenuu.bottom-Box ul li figure {  }
#refmmenuu.bottom-Box ul li a {  }
#refmmenuu.bottom-Box ul li a:hover {  }

#gnavi{background: url(../images/common/glnavi-back01.jpg)repeat-x;padding-bottom: 10px;}
#gnavi ul{ width: 1200px; margin: 0 auto; display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}

#fixnavi{right: 30px;position: relative;}

#pullnavi { opacity: 0; transition: opacity 0.3s, transform 0.3s; transform: translateY(-100%); }
#pullnavi.upMove { opacity: 0; transform: translateY(-100%); }
#pullnavi.dwMove { opacity: 1; transform: translateY(0); }

#pullnavi {position: fixed;top: 0;left: 0;z-index: 10;}
#pullnavi {background: #fff;width: 100%;box-shadow: 0px 3px 20px #00000029;}
#pullnavi .inbox{width: 100%;min-width: 1280px;height: 70px;margin: 0px auto 20px auto;padding-top: 14px;position: relative;}

   .pc-menu{position: fixed;top: 20px;right: 12px;z-index: 999;}
   .pc-menu:hover{ opacity: 0.8; cursor: pointer; cursor: hand;}

   .side-fix{position: fixed;top: 160px;right: 0;z-index: 10;width: 50px;}
   .side-fix ul{ display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
   .fix-pagetop{position: fixed;bottom: 0;right: 0;}
   #pc-menu-open{display: none;background: #E6E7E2;background-size: cover;width: 100vw;height: 100vh;position: fixed;top: 0;z-index: 10000;overflow-y: scroll;}
   #pc-menu-open .open-close-01{position: absolute;top: 20px;right: 12px;}
   #pc-menu-open .bn-list{padding: 50px 0 35px;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
   #pc-menu-open .bn-list li{margin-right: 20px;}
   #pc-menu-open .bn-list li:nth-child(4){margin-right: 0px;}
   #pc-menu-open .menu-open-Box{ width: 1100px; margin: 0 auto; font-size: 16px;}

   #pc-menu-open .footer-Box{margin: 0 auto -13px;font-size: 16px;color: #1A1A1A;position: relative;max-width: 1132px;padding: 0 0px 71px 0px;}
   #pc-menu-open .footer-Box a{color: #1A1A1A;}
   #pc-menu-open .f-link-Box{ margin-bottom: -10px; }
   #pc-menu-open .f-home-link {margin-bottom: 41px;font-size: 17px;letter-spacing: 0px;color: #1A1A1A;position: relative;font-weight: 400;margin-right: -20px;}
   #pc-menu-open .f-home-link a{}
   #pc-menu-open .f-home-link span {font-size: 20px;letter-spacing: 1px;color: #1A1A1A;display: inline-block;font-weight: bold;position: relative;margin-bottom: 4px;}
   #pc-menu-open .f-link-Box .parent{ font-size: 14px; color: #1A1A1A; }
   #pc-menu-open .f-link-Box .child{ font-size: 14px;}
   #pc-menu-open .f-link-Box a::before{content: "> ";padding-right: 4px;}
   #pc-menu-open .f-link-Box .fficon a::before{content: "";margin-right: 9px;}

   #pc-menu-open .f-link-Box ul{margin-bottom: 53px;}
   #pc-menu-open .f-link-Box li{margin-bottom: 9.3px;font-size: 16px;font-weight: 400;letter-spacing: 0px;}
   #pc-menu-open .f-link-Box li a{display: block;margin-bottom: 8px;}
   #pc-menu-open .f-link-Box li.befoo a::after{content: url(../images/common/contentsfoot-icon01.png);position: relative;top: 2px;right: -9px;}
   #pc-menu-open .f-link-Box li a::before{padding-right: 6px;}
   #pc-menu-open .f-link-Box li span{font-weight: bold;display: block;font-size: 20px;letter-spacing: 1px;margin-bottom: -2px;color: #0A9293;}

   #pc-menu-open .f-link-l{float: left;width: 261px;position: relative;top: -5px;}
   #pc-menu-open .f-link-l2{float: left;width: 438px;position: relative;top: -5px;}
   #pc-menu-open .f-link-l3{float: left;width: 212px;position: relative;top: -5px;}
   #pc-menu-open .f-link-l4{float: left;width: 189px;position: relative;top: -5px;}
   
   #pc-menu-open .f-con-Box{width: 1160px;background: #fff;margin: 0 -14px;padding: 45px 51px;position: relative;}
   #pc-menu-open .f-con-Box .sns-list{display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 36px;position: relative;}
   #pc-menu-open .f-con-Box .sns-list li{margin-right: 10px;}
   #pc-menu-open .f-con-Box .f-logo{margin-bottom: 13px;padding: 0 0 26px 50px;border-bottom: 1px solid #333;}
   #pc-menu-open .f-con-Box .fttext{margin-bottom: -18px;font-size: 14px;letter-spacing: 0px;font-weight: 400;line-height: 1.69;color: #1a1a1a;text-align: center;}
   #pc-menu-open .pagetop{position: fixed;bottom: 14px;right: 15px;}

   #pc-menu-open .f-con-Box .h-btn1{position: absolute;top: 52px;right: 529px;}
   #pc-menu-open .f-con-Box .h-btn2{position: absolute;top: 52px;right: 464px;}
   #pc-menu-open .f-con-Box .h-tel{position: absolute;top: 41px;right: 103px;}
   #pc-menu-open .f-con-Box .h-tel2{position: absolute;top: 81px;right: 101px;}

   #contentsend {margin: 0 auto 90px;position: relative;background: url('../images/common/contentsend-back01.png')no-repeat top center;text-align: center;padding: 253px 0 0;}
   #contentsend .inner-Box1 {margin: 0 auto;position: relative;width: 1100px;padding-bottom: 67px;}
   #contentsend .inner-Box1 h2 {margin-bottom: 16px;}
   #contentsend .inner-Box1 h2 span{  }
   #contentsend .inner-Box1 h2 img {  }
   #contentsend .inner-Box1 h3 {font-size: 21px;line-height: 1.67;font-weight: 700;letter-spacing: 0px;margin-bottom: -31px;position: relative;}
   #contentsend .inner-Box1 p.tel.tel1 {position: relative;top: 0;left: 15px;margin-bottom: 27px;}
   #contentsend .inner-Box1 p.tel.tel2 {position: relative;top: 0;left: 0;margin-bottom: -68px;}
   #contentsend .inner-Box1 p.etext {font-size: 16px;line-height: 1.94;font-weight: 500;letter-spacing: 0;margin-bottom: 30px;position: relative;}
   #contentsend .inner-Box1 figure.img {position: absolute;bottom: 0;right: 72px;}
   #contentsend .inner-Box1 figure.img img{  }
   #contentsend .inner-Box2 {margin: 0 auto;position: relative;background: #0B9293;width: 1160px;padding: 60px 70px 9px 70px;}
   #contentsend .inner-Box2 ul{margin-bottom: 30px;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
   #contentsend .inner-Box2 ul li {margin-right: 0;}
   #contentsend .inner-Box2 ul li:nth-child(2n) { margin-right: 0px; }
   #contentsend .inner-Box2 ul li figure {  }
   #contentsend .inner-Box2 ul li a {  }
   #contentsend .inner-Box2 ul li a:hover {  }
   #contentsend .inner-Box2 p.text {font-size: 16px;line-height: 1.94;font-weight: 400;letter-spacing: 0px;margin-bottom: 30px;position: relative;color: #fff;}
   

   footer{width: 100%;background: url(../images/common/contentsfoot-back01.png)no-repeat bottom center #F47600;padding: 66px 40px 40px;line-height: 1.6;color: #fff;position: relative;}
   footer a{ color: #fff;}
   footer .footer-Box{margin: 0 auto -13px;font-size: 16px;color: #fff;position: relative;max-width: 1132px;padding: 0 0px 71px 0px;}
   footer .footer-Box a{color: #fff;}
   footer .f-link-Box{ margin-bottom: -10px; }
   footer .f-home-link {margin-bottom: 41px;font-size: 17px;letter-spacing: 0px;color: #fff;position: relative;font-weight: 400;margin-right: -20px;}
   footer .f-home-link a{}
   footer .f-home-link span {font-size: 20px;letter-spacing: 1px;color: #fff;display: inline-block;font-weight: 400;position: relative;margin-bottom: 4px;}
   footer .f-link-Box .parent{ font-size: 14px; color: #fff; }
   footer .f-link-Box .child{ font-size: 14px;}
   footer .f-link-Box a::before{content: "> ";padding-right: 4px;}
   footer .f-link-Box .fficon a::before{content: "";margin-right: 9px;}
   /*footer .f-link-Box li::before{ content: "> "; }*/
   footer .f-link-Box ul{margin-bottom: 53px;}
   footer .f-link-Box li{margin-bottom: 9.3px;font-size: 16px;font-weight: 400;letter-spacing: 0px;}
   footer .f-link-Box li a{display: block;margin-bottom: 8px;}
   footer .f-link-Box li.befoo a::after{content: url(../images/common/contentsfoot-icon01.png);position: relative;top: 2px;right: -9px;}
   footer .f-link-Box li a::before{padding-right: 6px;}
   footer .f-link-Box li span{font-weight: 400;display: block;font-size: 20px;letter-spacing: 1px;margin-bottom: -2px;color: #FFEE00;}

   footer .f-link-l{float: left;width: 261px;position: relative;top: -5px;}
   footer .f-link-l2{float: left;width: 438px;position: relative;top: -5px;}
   footer .f-link-l3{float: left;width: 212px;position: relative;top: -5px;}
   footer .f-link-l4{float: left;width: 189px;position: relative;top: -5px;}
   
   footer .f-con-Box{width: 1160px;background: #fff;margin: 0 -14px;padding: 45px 51px;position: relative;}
   footer .f-con-Box .sns-list{display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 36px;position: relative;}
   footer .f-con-Box .sns-list li{margin-right: 10px;}
   footer .f-con-Box .f-logo{margin-bottom: 13px;padding: 0 0 26px 50px;border-bottom: 1px solid #333;}
   footer .f-con-Box .fttext{margin-bottom: -18px;font-size: 14px;letter-spacing: 0px;font-weight: 400;line-height: 1.69;color: #1a1a1a;text-align: center;}
   footer .pagetop{position: fixed;bottom: 14px;right: 15px;}

   footer .f-con-Box .h-btn1{position: absolute;top: 52px;right: 529px;}
   footer .f-con-Box .h-btn2{position: absolute;top: 52px;right: 464px;}
   footer .f-con-Box .h-tel{position: absolute;top: 41px;right: 103px;}
   footer .f-con-Box .h-tel2{position: absolute;top: 81px;right: 101px;}


   .copyright{font-size: 12px;font-weight: 400;display: block;letter-spacing: 0.6px;position: relative;bottom: -30px;right: 0;color: #FFFFFF;text-align: center;}

   /* common */
.required{  }
.required::after{content: "必須";background: #F56500;color: #fff;font-size: 13px;padding: 8px 0 0;display: block;position: absolute;top: 28px;right: 4px;width: 50px;height: 24px;text-align: center;border-radius: 5px;line-height: 1;}
   
.foin-Box .fmtt1{ background: #ECEAE3; font-size: 20px; padding: 20px; margin-bottom: 20px; font-family: "Shippori Mincho", serif;}

.priv-title{ text-align: center; margin-bottom: 20px; }
.priv-text{ padding: 20px; overflow-y:scroll; height: 250px; border:#ccc solid 1px; margin-bottom: 30px; background: #fff; }
.priv-text .priv-ttl{ margin-bottom: 10px; font-size: 16px; font-weight: bold; }
.priv-text p{ margin-bottom: 20px; font-size: 13px; margin-bottom: 20px; padding-bottom: 20px; border-bottom: #ccc solid 1px; }
.priv{ text-align: center; margin-bottom: 30px; }
.priv-text .tt{ margin-bottom: 10px;  font-size: 20px; color: #333; font-weight: bold; }

/* form -------------------------------------*/
.form-Box{margin-bottom: -30px;line-height: 1.6;padding: 66px 0 70px 0;background: url(../images/contact/contents01-back01.png);}
.form-Box .form-in-Box{padding: 0px 0px 40px;width: 100%;margin: 0 auto;max-width: 1240px;position: relative;z-index: 3;}
.foin-Box{margin: 0 auto;}
.form-Box .form-list { font-size: 16px; margin-bottom: 30px;}
.form-Box .error { margin-bottom: 16px;}
.form-Box .fgb-Box{background: #fff;padding: 0px 120px 120px;box-shadow: 0px 30px 30px #00000026;}
.form-Box .formttl{text-align: center;margin-bottom: -21px;position: relative;z-index: 4;font-size: 24px;letter-spacing: 1.2px;}
.form-Box .formttl span{position: relative;top: -9px;left: -2px;}
.form-Box .eigyo{width: 735px;margin: 0 auto;color: #C4791F;font-size: 16px;letter-spacing: 0.8px;font-weight: 400;margin-bottom: 60px;}
.form-Box .eigyo span{display: inline-block;background: #fff;padding: 6px 14px;}
.form-Box .list{margin: 0px auto 39px;font-size: 14px;letter-spacing: 0.7px;width: 986px;font-weight: 400;}
.form-Box .list li{margin-bottom: 2px;}

.form-Box .attention-color { color: #f00;}
.form-Box .form-list li { padding-left: 16px; text-indent: -16px; margin-bottom: 3px; }
.form-Box table {border-top: #DDDDDD 1px solid;margin-bottom: 50px;font-size: 18px;line-height: 1.6;letter-spacing: 0.9px;width: 100%;border-collapse: collapse;}
.form-Box th {border-bottom: #DDDDDD 1px solid;text-align: left;width: 36.4%;padding: 28px 4px 32px 75px;vertical-align: top;font-weight: 500;position: relative;}
.form-Box th p{ display: inline;}
.form-Box td {border-bottom: #DDDDDD 1px solid;text-align: left;width: 70%;padding: 27px 60px 21px 20px;vertical-align: top;}
.form-Box td img { max-width: 100%; height: auto;}
.form-Box .from-btn-01 { text-align: center; }
.form-Box .from-btn-02 { margin-top: 24px; width: 900px; margin-left: auto; margin-right: auto; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.form-Box .button {border: 0;padding: 0;margin: 0;text-align: center;}
.form-Box .button:hover { cursor: pointer; cursor: hand; opacity: 0.8;}
.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {font-size: 15px;padding: 1%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;margin-bottom: 5px;}
.form-Box textarea {width: 100%; min-height: 120px;}

.form-Box .subtxt{ font-size: 14px; }
.btn-send{ text-align: center; }
.btn-item{ display: inline-block; margin: 0 10px; }

#priv{text-align: left;}

.btn-confirm{ text-align: center; }
.sendbaclal{margin: 30px auto 30px!important;width: 800px;}
.confirm_button:disabled,.confirm_button:disabled:hover{filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;cursor: default !important;}
.confirm_button,.confirm_button:disabled:hover{overflow: hidden;display: block;width: 640px;height: 100px;background: url(../images/common/fmbtn01.png)no-repeat;position: relative;border: none;margin: 0 auto;}

.confirm_area{/* width: 660px; */margin: 0 auto;}
.agtext{ text-align: center;}
.back_button{overflow: hidden;display: block;width: 440px;height: 80px;position: relative;font-size: 20px;font-weight: 500;transition: background 0.3s ease-in-out;text-align: center;font-style: normal;margin: 0 auto;border-radius: 10px;background: none;border: none;text-decoration: underline;}
.back_button span.arr {position: absolute;top: 33px;right: 30px;line-height: 0;transition: all 0.3s ease-in-out;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.back_button span.arr img{width: 16px;height: auto;transition: filter 0.3s;}
.back_button:hover{ opacity: 0.9;}
.back_button:hover span.arr {right: 22px;}
.back_button:hover span.arr img{ filter: invert(1); }

#send_area{width: auto;width: 640px;margin: 0 auto;position: relative;}
#send_button{cursor: pointer !important;display: block;width: 640px;height: 100px;background: url(../images/common/fmbtn02.png)no-repeat;transition: all 0.3s ease-in-out;border: none;overflow: hidden!important;padding-top: 100px;}
.confirm_area{/* width: 730px; */margin: 0 auto;}

#back_area{width: 640px;position: relative;margin: 0 auto;}
.confirm_area{/* text-align: center; */padding-top: 6px;}

   
   
   
   /* 2カラムサイト----------------
   #tow-cl{ width: 1100px; margin: 0 auto; padding: 20px 0;}
   #tow-cl main{ width: 800px!important; float: left;  }
   #tow-cl #side{ width: 280px; float: left; margin-right: 19px; background: #333; height: 800px; }
   #blog #tow-cl #side{ display: none;}
   #blog #tow-cl main{ width: 1100px !important;}*/
   /* 1カラムサイト */
   /*#one-cl{ }*/
   

   .main-title{width: 100%;padding: 35px 0 32px;text-align: center;margin-bottom: 14px;background: #F1F2ED;}
   .main-title .en {display: none;}
   .main-title .jp {display: block;font-size: 21px;font-weight: 500;letter-spacing: 1.05px;}
   h2.sub-title{ padding: 25px 20px 10px; margin-bottom: 50px; font-size: 28px; font-weight: bold; letter-spacing: 2px; text-align: center; border-bottom: solid 2px #000;}
   .seo_bread_list{ width: 1200px; margin: 0 auto 20px; }
   .seo_bread_list li{ margin-right: 20px; float: left;  }
   .seo_bread_list li::after{ content: " >"; }
   .seo_bread_list li:last-child::after{ content: ""; }
   
   /*pc・タブレットcss*/
   /*pc_defaultset*/
   .pc { display: block !important; }
   /*pcのみ表示ブロック*/
   .pc2 { display: inline-block !important; }
   /*pcのみ表示ブロック*/
   .sp, .sp2 { display: none !important; }
   /*スマホのみ表示ブロック*/
   .h_menu { display: none; }
   /*スマホ用ヘッダ*/
   .sp-header { display: none; }
   /*スマホ用メニュー*/
   #sp-global-nav { display: none; }
   /*スマホ用メニュー*/
   .sp-fix-list { display: none; }
   /* Antialiasing ※任意　*/
   
   .fit img { object-fit: cover; font-family: "object-fit: cover;"; }
   
   html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }
   

   body { -webkit-text-size-adjust: 100%; }
   img { vertical-align: bottom; }
   a {text-decoration: none;color: #1A1A1A;}
   a:hover { text-decoration: underline; }
   .nobd a:hover { text-decoration: none !important; }
   
   /* clearfix */
   .clearfix { zoom: 1; }
   .clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }
   /* wysiwyg */
   .wysiwyg { word-wrap: break-word; margin-bottom: 30px;}
   .wysiwyg strong { font-weight: bolder; }
   .wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
   .wysiwyg img {max-width: 100% !important;width: auto!important;height: auto!important;!importan;!importa;!import;!impor;!impo;!impoe;!impo;!impoe;!impo;!imp;!im;!i;!;}
   .wysiwyg p { min-height: 15px; min-width: 10px; line-height: 1.6;}
   .wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
   .wysiwyg a{ color: #BF9C28;}
   .wysiwyg h1 { padding: 12px 24px; font-size: 24px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h2 { padding: 12px; font-size: 22px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h3 { padding: 5px 20px; font-size: 20px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h4 { padding: 0 0 10px; font-size: 18px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h5 { padding: 0 0 10px; font-size: 18px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg h6 { padding: 10px; font-size: 16px; line-height: 1.6; margin: 10px 5px;}
   .wysiwyg ul { list-style-type: disc; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
   .wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 16px; margin: 5px 0 10px 20px}
   .wysiwyg table{ table-layout: fixed;}
   .wysiwyg table th,
   .wysiwyg table td { border: 1px solid #999; padding: 10px; font-size: 16px; margin: 10px 5px;}
.wysiwyg iframe{ height: 500px !important; width: 800px !important; margin: 0 auto 40px; display: block;}
   
   /* リンク透明 
   a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }*/
   /* リンク透明にしない */
   .noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
   /*---------------------------------------- 　　外部サービス ----------------------------------------*/
   /* ggmap */
   /* <div class="ggmap">iframeのコピーしたコード</div> */
   .ggmap { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }
   .ggmap iframe, .ggmap object, .ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
   /* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
   .youtube { position: relative; width: 100%; padding-top: 56.25%; }
   .youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
   /*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
   @font-face { font-family: 'jp-sttl01';
   /* お好きな名前にしましょう */
   src: url("../font/.eot");
   /* IE9以上用 */
   src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
   /* iOS, Android用 */
   /* 念の為指定しておきます */
   font-weight: normal;
   /* 念の為指定しておきます */
   font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
   .myWebFontClass { font-family: 'jp-sttl01'; }
   }
   @media screen and (max-width: 1200px) {
   html { overflow: auto; }
   body { overflow: visible; }
   }

   @media screen and (min-width:768px) and ( max-width:1290px) {
	
      header{left: -40px;}
   .pc-menu{right: -4px;top: 7px;}
      
   }
   

@media screen and (max-width: 767px) {
#gnavi{ display: none;}
   .morebtn{text-align: center;}
   .morebtn a{display: block;width: 62.80vw;height: 12.13vw;font-weight: 700;font-size: 3.14vw;letter-spacing: 0.16vw;margin: 0 auto;padding: 3.17vw 0 0 7.2vw;position: relative;transition: all 0.3s ease-in-out;text-align: left;border: 1px solid #28343B;background: #fff;}
   .morebtn a .arr{position: absolute;width: 4.7vw;right: 5.2vw;top: 3.2vw;}
   .morebtn a .arr img{ position: relative; left: 0; filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(266deg) brightness(105%) contrast(101%); transition: all 0.3s ease-in-out;}
   
   .morebtn2{text-align: center;}
   .morebtn2 a{display: block;height: 13.33vw;width: 31.5vw;font-weight: 700;font-size: 3.38vw;letter-spacing: 0;padding: 3.47vw 0 0 0;position: relative;transition: all 0.3s ease-in-out;text-align: left;color: #fff;z-index: 3;}
   .morebtn2 a .arr{position: absolute;right: 0.0vw;top: -1vw;transition: all 0.3s ease-in-out;height: 14.49vw;width: 14.49vw;border-radius: 50%;background: #222222;padding: revert-layer;z-index: -1;padding: 2.5vw 5.7vw 0 6.27vw;}
   .morebtn2 a .arr img{position: relative;left: 0;filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(266deg) brightness(105%) contrast(101%);transition: all 0.3s ease-in-out;}
   
   .morebtn3 a{border-bottom: 0.27vw solid #fff;font-size: 3.73vw;font-weight: 400;position: absolute;bottom: 2.67vw;right: 2.67vw;}
   .morebtn3 span{   }
   .morebtn3 span.arr{display: inline;position: absolute;top: 0vw;filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(266deg) brightness(105%) contrast(101%);right: 0;}
   .morebtn3 span.arr img{width: 2.83vw;height: auto;}

.mw_wp_form input[type="file"] { display: inline-block; width: 100%; font-size: 3.8vw; }
html{ font-size:62.5%;}

body { overflow: hidden; font-size: 3.6vw; font-family: sans-serif; -webkit-text-size-adjust: 100%;line-height: 1.6; background: url(../images/common/sp-bodyback.png)no-repeat top center; background-size: 100% auto; }
.pc, .pc2 { display: none !important; }
/*pcのみ表示ブロック*/
.sp { display: block !important; }
/*スマホのみ表示ブロック*/
.sp2 { display: inline-block !important; }
/*スマホのみ表示ブロック*/
.no-br { display: none; }
/*スマホでbrを解除したい場合に使用*/
.sp_display_block { display: block !important; }
/*スマホでflexboxを解除したい場合等に使用*/
.pc-menu{ display: none; }
.side-fix{ display: none; }
.fix-list{ display: none; }
#pc-menu-open{ display: none; }
#g-nav{ display: none; }

.sp-header{height: 19.5vw;}
.sp-header .h-logo{padding: 4.5vw 0 0 5vw;}
.sp-header .h-logo img {height: 10.2vw;width: auto;}
.sp-header .h-menu {position: fixed;top: 0;right: 0.6vw;z-index: 997;width: 16.3vw;}
.sp-header .h-menu img {height: 16.8vw;width: auto;}

#fix-header{ display: none; }
nav#sp-global-nav {font-size: 3.8vw;z-index: 999;position: fixed;top: 0;width: 100vw;height: 100vh;display: none;background: #E6E7E2;background-size: cover;box-sizing: border-box;overflow: scroll;}
nav#sp-global-nav .h-logo {padding: 4.6vw 0 0 5vw;margin-bottom: 7vw;}
nav#sp-global-nav .h-logo img {height: 10.2vw;width: auto;}
nav#sp-global-nav .open-close-01 {position: fixed;top: 0.4vw;right: 0;width: 17vw;z-index: 998;}
nav#sp-global-nav .open-close-01 img {height: 16.7vw;width: auto;}
nav#sp-global-nav .bn-list{display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;display: -webkit-box;display: -moz-flex;display: -ms-flex;display: -o-flex;display: -ms-flexbox;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-ms-flex-wrap: wrap;flex-wrap: wrap;

/* センター寄せ追加 */-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;padding: 0 0 2.4vw;background: url(../images/common/sp-open-line.png) no-repeat bottom center;background-size: 100% auto;margin-bottom: 4.3vw;}
nav#sp-global-nav .bn-list li{width: 41.1vw;margin-right: 2.5vw;margin-bottom: 2.9vw;}
nav#sp-global-nav .bn-list li:nth-child(4) { width: 44.1vw; }
nav#sp-global-nav .bn-list li:nth-child(5) { width: 44.1vw; }

nav#sp-global-nav .f-home-link{margin-bottom: 3.9vw;margin-top: -4.7vw;}
nav#sp-global-nav .f-home-link a{font-size: 3.38vw;letter-spacing: 0.1vw;font-weight: 400;display: block;position: relative;background: url(../images/common/sp-open-line.png)no-repeat bottom center;background-size: 100% auto;padding: 3.8vw 7.3vw 4.4vw 7.3vw;}
nav#sp-global-nav .f-home-link a::before{content: ">";position: absolute;top: 3.7vw;right: 7.1vw;}

nav#sp-global-nav .list{margin-bottom: 4.8vw;}
nav#sp-global-nav .list li span{font-size: 4.35vw;letter-spacing: 0.22vw;font-weight: 500;display: block;position: relative;padding: 2vw 6.8vw;background: url(../images/common/sp-open-line.png)no-repeat bottom center;background-size: 100% auto;color: #0A9293;}
nav#sp-global-nav .list li a{font-size: 3.38vw;letter-spacing: 0.17vw;font-weight: 400;display: block;position: relative;padding: 3.8vw 7.3vw;background: url(../images/common/sp-open-line.png)no-repeat bottom center;background-size: 100% auto;}
nav#sp-global-nav .list li a::before{content: ">";position: absolute;top: 3.5vw;right: 7.2vw;}

nav#sp-global-nav .f-con-Box{background: #fff;margin: 11.3vw 2.7vw 25.2vw;padding: 7.87vw 4.82vw 4.97vw 4.82vw;position: relative;}
nav#sp-global-nav .f-con-Box .sns-list{display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 8.7vw;position: relative;}
nav#sp-global-nav .f-con-Box .sns-list li{margin-right: 2.42vw;}
nav#sp-global-nav .f-con-Box .f-logo{margin-bottom: 2.74vw;padding: 0 35.6vw 2.78vw 0.68vw;border-bottom: 0.24vw solid #333;}
nav#sp-global-nav .f-con-Box .fttext{margin-bottom: 0vw;font-size: 2.90vw;letter-spacing: 0.0vw;font-weight: 400;line-height: 1.75;color: #1a1a1a;text-align: center;}
nav#sp-global-nav .pagetop{position: fixed;bottom: 3.38vw;right: 3.62vw;}

nav#sp-global-nav .f-con-Box .h-btn1{position: absolute;top: 12.56vw;right: 0vw;}
nav#sp-global-nav .f-con-Box .h-btn2{position: absolute;top: 9.36vw;right: 23.4vw;width: 12vw;}
nav#sp-global-nav .f-con-Box .h-tel{position: absolute;top: 9.9vw;right: 24.88vw;display: none;}
nav#sp-global-nav .f-con-Box .h-tel2{display: none;position: absolute;top: 19.57vw;right: 24.4vw;}

#contentsfaq {position: relative;background: url('../images/petreform/sp-contentsfaq-back01.png')no-repeat top center #E6E7E2;padding: 8.86vw 0 11.49vw;background-size: 100% auto;}
#contentsfaq h2 {text-align: center;margin: 0 22.6vw 1vw;}
#contentsfaq .inner-Box {position: relative;background: #fff;padding: 4.78vw 2.78vw;}

#contentsfaq .accordion {margin: 3em auto; max-width: 60vw; }
#contentsfaq .toggle {display: none; }
#contentsfaq .option {position: relative;margin-bottom: -1px;border-top: #F1F2ED 1px solid;border-bottom: #F1F2ED 1px solid;}
#contentsfaq .title, .content {-webkit-backface-visibility: hidden; backface-visibility: hidden; transform: translateZ(0); transition: all 0.3s; }
#contentsfaq .title {padding: 4.2vw 9vw 3vw 12.3vw;display: block;color: #333;font-weight: bold;margin-bottom: 3vw;}
#contentsfaq .title::after {transform: rotate(90deg); }
#contentsfaq .content {max-height: 0; overflow: hidden; }
#contentsfaq .content p {margin: 0;/* padding: 4vw; */line-height: 1.5;font-size: 3.86vw;font-weight: 500;padding: 4vw 10vw 5vw 12vw;}
#contentsfaq .toggle:checked + .title + .content {max-height: 165.2vw;transition: all 1.5s;background: #F5F5F5;}
#contentsfaq .title::after {content: "";display: block;background: url(../images/petreform/contentsfaq-icon03.svg)no-repeat;position: absolute;right: 1.77vw;top: 7.25vw;width: 3.86vw;height: 3.38vw;transform: rotate(180deg);transition: all 0.3s ease-in-out;background-size: 100% auto;}
#contentsfaq .toggle:checked + .title::after {transform: rotate(0deg) !important; }
#contentsfaq .iconq{position: absolute;top: 2.59vw;left: 0.22vw;width: 7.2vw;}
#contentsfaq .icona{position: absolute;top: 0;left: 0vw;width: 7.4vw;}

#refmmenuu.bottom-Box h2 {text-align: center;margin: 0 14vw 4.83vw;}
#refmmenuu.bottom-Box {margin: 0 auto 5.91vw;position: relative;background: #F1F2ED;padding: 7.18vw 9.08vw 2.18vw 9.08vw;}
#refmmenuu.bottom-Box ul.list {display: -webkit-box; display: -moz-flex; display: -ms-flex; display: -o-flex; display: -ms-flexbox; display: flex; -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; flex-wrap: wrap;}
#refmmenuu.bottom-Box ul li {margin-bottom: 6.05vw;}
#refmmenuu.bottom-Box ul li:nth-child(3n) { margin-right: 0.0vw; }
#refmmenuu.bottom-Box ul li figure {  }
#refmmenuu.bottom-Box ul li a {  }
#refmmenuu.bottom-Box ul li a:hover {  }

.side-fix{ display: none!important; }
.sp-fix-list { position: fixed; bottom: 0; width: 100%; z-index: 996; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; align-items: flex-end;}
.sp-fix-list .tel {  }
.sp-fix-list .icon { }


.pagetop{ display: none;}

.sp-page-top a {text-align: center;display: block;padding: 7vw 0 8.5vw;}
.sp-page-top a img {width: 27.7vw;height: auto;}

#contentsend {margin: 0 auto;position: relative;background: url('../images/common/sp-contentsend-back01.png')no-repeat top center;text-align: center;padding: 28.11vw 0 0;background-size: 100% auto;}
#contentsend .inner-Box1 {position: relative;}
#contentsend .inner-Box1 h2 {margin: 0 10vw 2.56vw 13.6vw;}
#contentsend .inner-Box1 h2 span{  }
#contentsend .inner-Box1 h2 img {  }
#contentsend .inner-Box1 h3 {font-size: 3.14vw;line-height: 1.77;font-weight: 700;letter-spacing: 0.0vw;margin-bottom: 8.7vw;position: relative;}
#contentsend .inner-Box1 p.tel.tel1 {position: relative;top: 0;margin: 0 4.1vw 4.52vw;}
#contentsend .inner-Box1 p.tel.tel2 {position: relative;top: 0;left: 0;margin: 0 4.1vw 9.5vw;}
#contentsend .inner-Box1 p.etext {font-size: 2.90vw;line-height: 1.67;font-weight: 500;letter-spacing: 0;margin-bottom: 10.15vw;padding-right: 29vw;position: relative;}
#contentsend .inner-Box1 figure.img {position: absolute;bottom: -10.2vw;right: 12.89vw;width: 22.5vw;}
#contentsend .inner-Box1 figure.img img{  }
#contentsend .inner-Box2 {position: relative;background: #0B9293;padding: 8.49vw 3.91vw 2.17vw;}
#contentsend .inner-Box2 ul{margin-bottom: 2.25vw;display: -webkit-box;display: -ms-flexbox;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
#contentsend .inner-Box2 ul li {margin-right: 0;}
#contentsend .inner-Box2 ul li:nth-child(2n) { margin-right: 0.0vw; }
#contentsend .inner-Box2 ul li figure {  }
#contentsend .inner-Box2 ul li a {  }
#contentsend .inner-Box2 ul li a:hover {  }
#contentsend .inner-Box2 p.text {font-size: 2.90vw;line-height: 1.94;font-weight: 400;letter-spacing: 0.0vw;margin-bottom: 4.75vw;position: relative;color: #fff;}

footer .f-home-link{ display: none; }
footer .f-link-Box{ display: none; }

footer{width: 100%;background: url(../images/common/sp-contentsfoot-back01.png)no-repeat bottom center #F47600;padding: 0.44vw 2.86vw 9.66vw;line-height: 1.6;color: #fff;position: relative;background-size: 100% auto;}
footer a{ color: #fff;}
footer .footer-Box{margin: 0 auto 0vw;font-size: 3.86vw;color: #fff;position: relative;padding: 0 0.0vw 17.15vw 0.0vw;}
footer .footer-Box a{color: #fff;}
footer .f-link-Box{ margin-bottom: 0vw; }

footer .f-con-Box{background: #fff;margin: 0 0vw 3.6vw;padding: 7.87vw 4.82vw 4.97vw 4.82vw;position: relative;}
footer .f-con-Box .sns-list{display: -webkit-box;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;-webkit-box-lines: multiple;-moz-box-lines: multiple;-webkit-flex-wrap: wrap;-moz-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-top: 8.7vw;position: relative;}
footer .f-con-Box .sns-list li{margin-right: 2.42vw;}
footer .f-con-Box .f-logo{margin-bottom: 2.74vw;padding: 0 35.6vw 2.78vw 0.68vw;border-bottom: 0.24vw solid #333;}
footer .f-con-Box .fttext{margin-bottom: 0vw;font-size: 2.90vw;letter-spacing: 0.0vw;font-weight: 400;line-height: 1.75;color: #1a1a1a;text-align: center;}
footer .pagetop{position: fixed;bottom: 3.38vw;right: 3.62vw;}

footer .f-con-Box .h-btn1{position: absolute;top: 12.56vw;right: 0vw;}
footer .f-con-Box .h-btn2{position: absolute;top: 9.36vw;right: 23.4vw;width: 12vw;}
footer .f-con-Box .h-tel{position: absolute;top: 9.9vw;right: 24.88vw;display: none;}
footer .f-con-Box .h-tel2{display: none;position: absolute;top: 19.57vw;right: 24.4vw;}


.copyright{font-size: 2.42vw;font-weight: 400;display: block;letter-spacing: 0.14vw;position: relative;bottom: 0vw;right: 0;color: #FFFFFF;text-align: center;}

.required{  }
.required::after{content: "必須";color: #333;background: #F56601;font-size: 3.38vw;padding: 1.1vw 2.6vw;position: absolute;top: 3vw;right: 1vw;border-radius: 1vw;color: #fff;}

/* form -------------------------------------*/
.form-Box{line-height: 1.6;position: relative;z-index: 3;background: url(../images/contact/contents01-back01.png);}
.form-Box .form-in-Box{padding: 0vw 0.2vw 16vw;}
.form-Box .form-list { font-size: 3.2vw; margin-bottom: 10vw;}
.form-Box .error { margin-bottom: 3.6vw;}
.form-Box .attention-color { color: #f00;}
.form-Box .form-list li { padding-left: 3.6vw; text-indent: -3.6vw; margin-bottom: 0.4vw; }
.form-Box table {margin-bottom: 10vw;font-size: 3.4vw;line-height: 1.6;width: 100%;border-top: #DDDDDD 1px solid;}
.form-Box tr { margin-bottom: 0 !important}
.form-Box th {text-align: left;width: 100%;padding: 4vw 19vw 3vw 2vw;vertical-align: top;display: block;position: relative;}
.form-Box th p{ display: inline;}
.form-Box td {border-bottom: #DDDDDD 1px solid;text-align: left;width: 100%;padding: 1vw 0.8vw 3vw;vertical-align: top;display: block;}
.form-Box .from-btn-01 { text-align: center; }
.form-Box .from-btn-02 { margin-top: 10vw;}
.form-Box .button { border: 0; padding: 0; margin: 0; background: none;}
.form-Box .from-btn-02 p { margin-bottom: 3vw;}
.form-Box input[type="text"],
.form-Box input[type="email"],
.form-Box input[type="tel"],
.form-Box input[type="date"],
.form-Box input[type="datetime-local"],
.form-Box select,
.form-Box textarea {width: 92vw;margin-bottom: 2vw;font-size: 4.3vw;padding: 2vw;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
.form-Box input.input-txt1 {width: 25vw; }
.form-Box textarea {font-size: 4.3vw; line-height: 1.6; min-height: 20vw;}
.form-Box select{font-size: 4.3vw; padding: 3vw 2vw 4vw; width: 60vw;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.foin-Box .fmtt1{ background: #ECEAE3; font-size: 4.83vw; padding: 4.83vw; margin-bottom: 4.83vw; font-family: "Shippori Mincho", serif;}
input[type="checkbox"]{ margin: 0 2vw 0 1vw;}

.form-Box .list{margin: 0 0vw 6.52vw;font-size: 1.93vw;letter-spacing: 0vw;}
.form-Box .list li{margin-bottom: 0.37vw;}
.form-Box .subtxt{ font-size: 3vw; }

.priv-title{ text-align: center; margin-bottom: 4vw; }
.priv-text{ padding: 3vw; overflow-y:scroll; height: 40vw; border:#ccc solid 0.2vw; margin-bottom: 5vw; background: #fff; }
.priv-text .priv-ttl{margin-bottom: 2vw;font-size: 3.9vw;font-weight: bold;}
.priv-text p{ margin-bottom: 4vw; font-size: 3.2vw; margin-bottom: 4vw; padding-bottom: 4vw; border-bottom: #ccc solid 0.2vw; }
.priv{text-align: left;margin-bottom: 5vw;}
.priv-text .tt{ margin-bottom: 3vw;  font-size: 4.8vw; font-weight: bold; }
.wpcf7-list-item{margin-right: 2vw!important;margin-bottom: 1.5vw!important;}
.btn-confirm{ text-align: center; }
.btn-send{ text-align: center; }
.btn-item{ display: inline-block; margin: 0 1.3vw; }

.form-Box .eigyo{color: #C4791F;font-size: 3.86vw;letter-spacing: 0.19vw;font-weight: 400;margin-bottom: 4.49vw;}
.form-Box .eigyo span{display: block;background: #fff;padding: 1.45vw 3.38vw;}

.fgb-Box{background: #fff;padding: 8vw 2.8vw;}
.form-Box .formttl{text-align: center;margin-bottom: -4vw;position: relative;z-index: 4;font-size: 4.11vw;letter-spacing: 0.21vw;}
.form-Box .formttl span{ display: inline-block; width: 6.2vw; position: relative; top: -1.5vw; }

.sendbaclal{margin: 8.0vw auto 8.0vw!important;}


.confirm_button:disabled,.confirm_button:disabled:hover{filter:alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;cursor: default !important;}
.confirm_button,.confirm_button:disabled:hover{overflow: hidden;display: block;width: 91.79vw;height: 19.32vw;background: url(../images/common/sp-fmbtn01.png)no-repeat;position: relative;border: none;background-size: 100% auto;}

.confirm_area{/*  */margin: 0 4vw;}
.agtext{ text-align: center;}
.back_button{overflow: hidden;display: block;width: 91.79vw;height: 6.32vw;position: relative;font-size: 4.83vw;font-weight: 500;transition: background 0.3s ease-in-out;text-align: center;font-style: normal;border-radius: 2.42vw;background: none;border: none;text-decoration: underline;}
.back_button span.arr {position: absolute;top: 7.97vw;right: 7.25vw;line-height: 0;transition: all 0.3s ease-in-out;-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.back_button span.arr img{width: 3.86vw;height: auto;transition: filter 0.3s;}
.back_button:hover{ opacity: 0.9;}
.back_button:hover span.arr {right: 5.31vw;}
.back_button:hover span.arr img{ filter: invert(1); }

#send_area{width: auto;position: relative;}
#send_button{cursor: pointer !important;display: block;width: 91.79vw;height: 19.32vw;background: url(../images/common/sp-fmbtn02.png)no-repeat;transition: all 0.3s ease-in-out;border: none;overflow: hidden!important;padding-top: 24.15vw;background-size: 100% auto;}


.confirm_area{/*  */margin: 0 4vw;}

#back_area{position: relative;margin: 0 4vw;}
.confirm_area{/* text-align: center; */padding-top: 1.6vw;}

.confirm_area{/*  */margin: 0 4vw;}

#back_area{position: relative;}
.confirm_area{/* text-align: center; */padding-top: 1.45vw;}

#your-date-picker,#your-date-picker2{ padding: 2vw!important; height: 14vw!important; }
#your-date-picker::before,#your-date-picker2::before{ content: "日付を選択してください"; font-size: 3vw; }

#back_area{position: relative;margin: 0;}
.confirm_area{/* text-align: center; */padding-top: 1.4vw;font-size: 4.266vw;margin: 0;padding-bottom: 4vw;}
.btn-send{ text-align: center; }
.btn-item{ display: inline-block; margin: 0 2.4vw; }

.wp-block-table table {border-collapse: unset!important;width: 100%;}





.main-title{width: 100%;text-align: center;margin-bottom: 5.1vw;padding: 6.3vw 0 6.2vw;background: #F1F2ED;}
.main-title .en {display: none;}
.main-title .jp {display: block;font-size: 4.11vw;letter-spacing: 0.24vw;font-weight: 500;}

h2.sub-title{ font-weight: bold; padding: 3vw 3vw 1vw; margin-bottom: 5vw; font-size: 5vw; letter-spacing: 0.3vw; text-align: center; border-bottom: solid #000 0.2vw;}

.seo_bread_list{width: 100%;padding: 2vw 1.3vw 3.5vw;margin: 0 auto;font-size: 2.90vw;color: #666;line-height: 1.6;display: none;}
/*.seo_bread_list{display: none;}*/
 .seo_bread_list a { color: #666;}
.seo_bread_list li{ margin-right: 1.5vw; float: left;  }
.seo_bread_list li::after{ content: ">"; }
.seo_bread_list li:last-child::after{ content: none; } 

/* 2カラムサイト---------------- */
#tow-cl #side{ display: none;}

.fit img { object-fit: cover; }
.wysiwyg img { width: auto !important; height: auto !important; }
html { -webkit-font-smoothing: subpixel-antialiased; -moz-osx-font-smoothing: none; overflow-x: hidden; }
/* WEB FONTs 游ゴシックかすれ予防*/

*:focus { outline: none!important;}
a { -webkit-tap-highlight-color:rgba(0,0,0,0); cursor:pointer;}

body { -webkit-text-size-adjust: 100%; }
img {vertical-align: bottom;width: 100%;height: auto;}
a { text-decoration: none; color: #090909; }
a:hover { text-decoration: underline; }
.nobd a:hover { text-decoration: none !important; }
.clearfix { zoom: 1; }
.clearfix:after { display: block; clear: both; height: 0; visibility: hidden; line-height: 0; content: "."; }

/* wysiwyg */
.wysiwyg {word-wrap: break-word;margin-bottom: 5vw;font-size: 3.6vw;margin-top: 4vw;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto; }
.wysiwyg p {min-height: 3vw;min-width: 3vw;line-height: 1.6;margin-bottom: 5vw;}
.wysiwyg a{ color: #BF9C28;}

.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #333; font-weight: bold; text-align: left;}
.wysiwyg h1 { padding: 3vw; font-size: 4.2vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h2 { padding: 3vw; font-size: 4.2vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h3 {font-size: 4.2vw;line-height: 1.6;padding: 1vw 2vw;margin: 0.2vw 0 4.2vw;}
.wysiwyg h4 { padding: 0 0 3vw; font-size: 4vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h5 { padding: 0 0 3vw; font-size: 3.6vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg h6 { padding: 3vw; font-size: 3.6vw; line-height: 1.6; margin: 0.2vw 0 4.2vw;}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; margin: 0.2vw 0 4.2vw 8vw}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; font-size: 3.6vw; margin: 0.2vw 0 4.2vw 8vw}
.wysiwyg table {width: 100% !important;/* table-layout: fixed; */}
.wysiwyg table th,
.wysiwyg table td { border: 0.2vw solid #999; padding: 3vw; font-size: 3.6vw; margin: 0.2vw 0 4.2vw 8vw}
.wysiwyg iframe{ height: 50vw !important; width: 100% !important; margin-bottom: 4vw!important; }

#popupbanner{position: fixed;right: 2.25vw;bottom: 22.25vw;z-index: 10;width: 46vw;}
#popupbanner a{ }
#popupbanner a img{ width: 100%; height: auto;}
#popupbanner span{position: absolute;top: -3.4vw;right: -1vw;display: block;}

/* img-block */
/* アンカーリンク調整 */
.hideAnchor { display: block; height: 0; overflow: hidden; text-indent: -9999px; margin-top: -2vw; padding-bottom: 2vw; }
/* スクロール縦 */
.scroll-y { box-sizing: border-box; overflow-y: scroll; transform: translateZ(0); }
/* リンク透明 */
a img:hover { -ms-filter: "alpha( opacity=80 )"; filter: alpha(opacity=80); opacity: 0.8; }
/* リンク透明にしない */
.noop a img:hover { -ms-filter: "alpha( opacity=100 )"; filter: alpha(opacity=100); opacity: 1.0; }
/*---------------------------------------- 　　外部サービス ----------------------------------------*/
/* ggmap */
/* <div class="ggmap">iframeのコピーしたコード</div> */
.sp-ggmap { position: relative; padding-bottom: 56.25%; padding-top: 5vw; height: 0; overflow: hidden; }
.sp-ggmap iframe, .sp-ggmap object, .sp-ggmap embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/* <div class="youtube"><iframe  src="youtubeのURL?rel=0" frameborder="0" allowfullscreen></iframe></div> */
.youtube { position: relative; width: 100%; padding-top: 56.25%; }
.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }
/*---------------------------------------- 　　webフォント（サーバー置き）　 ----------------------------------------*/
@font-face { font-family: 'jp-sttl01';
/* お好きな名前にしましょう */
src: url("../font/.eot");
/* IE9以上用 */
src: url("../font/bokutachi.eot?#iefix") format("embedded-opentype"), url("../font/NotoSansCJKjp-Medium.woff") format("woff"), url("../font/NotoSansCJKjp-Medium.woff") format("woff");
/* iOS, Android用 */
/* 念の為指定しておきます */
font-weight: normal;
/* 念の為指定しておきます */
font-style: normal; vertical-align: top; margin: 0px; padding: 0px; }
.myWebFontClass { font-family: 'jp-sttl01'; }
}
@media screen and (max-height: 450px) {
   /* 高さ450px以下の場合 andoroidのフォーム対策 ストーカーバナー用　*/
	.sp-fix-list{display: none;}
}

.wysiwyg h1 {background-color: #707070;color: #fff;}
.wysiwyg h2 { border-top: 1px solid #333; border-bottom: 1px solid #333;}
.wysiwyg h3 {border-left: 6px solid #BF9C28;}
.wysiwyg h4 { border-bottom: 1px solid #000;}
.wysiwyg h5 { border-bottom: 1px dashed #000;}
.wysiwyg h6 {background-color: #EBEBDE;}


