@charset "utf-8";

/************************************************************************************************************ 
   Global ReDefine Common 
*************************************************************************************************************/
#container_all_w {
  width: 100% !important;
  text-align: left;
}

/************************************************************************************************************ 
   HTML ReDefine Common 
*************************************************************************************************************/
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

p {
  text-align: center;
  font-size: 1.1em;
  margin: 1em 0;
}

a {
  text-decoration: none;
  ;
}

a:hover {
  text-decoration: underline;
}

a img:hover {
  transform: scale(.98);
  transition: .1s;
}

a[href*="none:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h2 {
  color: rgb(230, 0, 18);
  background: url(../images/common/logo.png)no-repeat;
  background-size: contain;
  padding-left: 1.7em;
  line-height: 1.3em;
  ;
  font-size: 1.3em;
}

h3 {
  padding: .2em;
  background: rgb(230, 0, 18);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.8em;
  line-height: 1.3em;
}

h4 {
  margin: 1.2em auto;
}

ul {
  list-style: none;
  padding: 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  font-size: .9em;
}

dt {
  font-weight: bold;
  color: rgb(55, 55, 55);
}

dd {
  display: inline-block;
  margin: 0 0 1em;
  padding-bottom: .5em;
  border-bottom: 1px dotted rgb(55, 55, 55);
  width: 100%;
}

dd:last-child {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.pc {
  display: none;
}

.mr_header {
  padding: 1em 0;
  min-height: 60px;
}

.mr_side a {
  background: #2E3092;
  color: #fff;
  font-weight: bold;
  position: fixed;
  right: 0;
  bottom: 15%;
  writing-mode: vertical-rl;
  padding: 1em .5em;
}

.container {
  width: 92%;
  margin: 0 auto;
}

.menubox {
  display: inline-block;
  background: #2E3092;
  color: #fff;
  font-weight: bold;
  width: 33%;
  margin: 0;
  padding: .8em .5em;
  position: fixed;
  bottom: 0;
  z-index: 200;
  text-align: center;
  border: 1px solid #fff;
}

.menubox:hover {
  text-decoration: underline;
  color: #fff;
}

label.menu-btn.menubox {
  left: 0;
  cursor: pointer;
  border-left: none;
}

.menubox:nth-of-type(1) {
  left: 33.3%;
  width: 34%;
}

.menubox:nth-of-type(2) {
  right: 0;
  border-right: none;
}
.mr_header.lp .menubox {
  width:50%;
}
.mr_header.lp label.menu-btn.menubox {
  left: 0;
}
.mr_header.lp .menubox:nth-of-type(1) {
  left:50%;
  border-right: none;
}
.mr_header.lp .menubox:nth-of-type(2) {
  display:none;
}


#menu-btn-check:checked~.menu-btn {
  position: fixed;
}

.menu-btn:before {
  content: "< ";
}

#menu-btn-check:checked~.menu-btn:before {
  content: "> ";
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: rgba(255, 255, 255, .95);
  transition: all 0.5s;
}

.menu-content ul {
  padding: 0 5px;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
  background-color: rgb(230, 0, 18);
  margin: 1em auto;
  padding: .7em;
  position: relative;
  color: rgb(255, 255, 255);
  border-radius: 10px;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px rgb(255, 255, 255);
  border-right: solid 2px rgb(255, 255, 255);
  transform: rotate(45deg);
  position: absolute;
  right: 4%;
  top: 1.5em;
}

#menu-btn-check:checked~.menu-content {
  left: 0;
}

.list_blk {
  border: 1px solid rgb(150, 150, 150);
  border-radius: 5px;
  background: rgb(255, 255, 255);
  padding: 1.5em;
  text-align: left;
}

.list_blk dt,
.list_blk dd {
  font-size: 1.3em;
}

a.button {
  display: block;
  color: rgb(29, 32, 136);
  background: rgb(255, 255, 255);
  border: 2px solid rgb(29, 32, 136);
  border-radius: 10px;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  padding: .5em;
  max-width: 500px;
  margin: 0 auto;
}

a.button.rev {
  background: rgb(3, 110, 184);
  border: none;
  color: rgb(255, 255, 255);
}

a.button.arr:before {
  content: ">>";
}

.breadcrumbs {
  clear: both;
  background: rgb(173, 0, 3);
}

.breadcrumbs ul {
  color: rgb(255, 255, 255);
  font-size: .9em;
  padding: .5em 0;
}

.breadcrumbs li {
  padding: 0;
  margin: 0;
}

.breadcrumbs a {
  color: rgb(255, 255, 255);
}

.breadcrumbs a:after {
  content: " > ";
}

.breadcrumbs li:last-child a:after {
  content: "";
}

.mr_header.pc {
  display: none;
}

.mr_header.sp .menu-content .contentheader {
  border-bottom: 2px solid #111;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold;
  color: rgb(230, 0, 18);
  padding: .2em 0 .7em 0;
  overflow: auto;
}

.mr_header.sp .menu-content .contentheader .logo {
  position: absolute;
  left: 10px;
}

.mr_header.sp .menu-content .contentheader label {
  position: absolute;
  right: 10px;
}

.mr_header.sp .menu-content .contactblk {
  border: 3px solid rgb(230, 0, 18);
  border-radius: 5px;
  width: calc(100%-20px);
  margin: 10px;
  padding: 10px;
}

.mr_header.sp .menu-content .contactblk p {
  margin: 0;
  font-weight: bold;
  font-size: .95em;
}

.mr_header.sp .menu-content .contactblk .telno a {
  font-size: 1.7em;
  color:initial;
  text-decoration: underline;
}
.mr_header.sp .menu-content .contactblk .telno + p{
  font-weight: initial;
}

.mr_header.sp .menu-content .contactblk .telno img {
  width:30px;
  vertical-align:text-bottom;
  margin:0 5px 2px 0;
}

.mr_header.sp .menu-content .contactblk ul {
  margin: 0;
  text-align: center;
}
.mr_header.sp .menu-content .contactblk ul li{
  display:inline-block;
  width:49%;
  text-align:center;
}
.mr_header.sp .menu-content .contactblk ul li a{
  margin:10px 0;
}
.mr_header.sp .menu-content .contactblk ul li a::before {
  content:none;
}

/************************************************************************************************************ 
  HOME
*************************************************************************************************************/
.mr_slider {
  background: rgb(173, 0, 3);
  clear: both;
}

.mr_slider a {
  height: max-content;
}
.mr_slider span {
  display: flex;
}
.mr_slider span a {
  display: block;
}
.mr_slider span a.img-05-1 {
  width: 68%;
}
.mr_slider span a.img-05-2 {
  width: 32%;
}


.mr_banner_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1em;
}

.mr_banner_list a {
  width: 48%;
  max-width: 388px;
  margin: 1em 0 0 0;
}

.mr_banner_list span {
  width: 48%;
  max-width: 388px;
  margin: 1em 0 0 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.mr_banner_list img {
  border-radius: 4px;
  width: 388px;
}

.mr_banner_list span a{
  width: 100%;
  margin-top: 0;
  display: flex;
}
.mr_banner_list span a:first-child img {
  border-radius: 4px 4px 0 0;
  width: 388px;
}
.mr_banner_list span a:last-child img {
  border-radius: 0 0 4px 4px;
  width: 388px;
}

#virtual_shop {
  background: rgb(230, 0, 18);
  padding: 0 2% 1.8% 2%;
  margin: 0;
}

#virtual_shop h3 {
  margin-bottom: 20px;
  padding: .5em 0;
  font-size: 1.7em;
  position: relative;
  top: 20px;
  line-height: 1.5em;
}

#virtual_shop h3 span:nth-of-type(1) {
  font-weight: normal;
  position: relative;
  font-size: .7em;
  border-bottom: 2px solid rgb(255, 255, 255);
  top: -25px;
  padding-bottom: 5px;
}

#virtual_shop h3 span:nth-of-type(1):before {
  content: '';
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-color: rgb(230, 0, 18) transparent;
  border-width: 15px 15px 0 0;
  bottom: -10.5px;
  left: 50%;
  margin-left: -11px;
}

#virtual_shop h3 span:nth-of-type(1):after {
  content: '';
  position: absolute;
  display: block;
  z-index: 0;
  border-style: solid;
  border-color: white transparent;
  border-width: 15px 15px 0 0;
  bottom: -16.5px;
  left: 50%;
  margin-left: -14px;
}

#virtual_shop h3 span:nth-of-type(2) {
  display: inline-block;
  background: rgb(255, 255, 255);
  color: rgb(230, 0, 18);
  padding: 0.3em 0.2em 0.2em 0.2em;
  line-height: 0.8em;
  font-size: 0.95em;
  border-radius: 3px;
}

#virtual_shop ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

#virtual_shop ul li {
  width: 18%;
}

#virtual_shop ul li a img {
  border-radius: 5px;
}

#magokoro_point {
  background: rgb(244, 231, 209);
  box-sizing: border-box;
  padding: 1em 1em 0 1em;
  margin: 1em auto;
}

#magokoro_point h3 {
  background: none;
  margin: 0;
}

#magokoro_point ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#magokoro_point ul li {
  width: 48%;
  margin-bottom: 4%;
}

#magokoro_point ul li img {
  filter: drop-shadow(5px 5px 5px rgba(55, 55, 55, .8));
}

#reform_menu {
  padding: 1em 0;
}

#reform_menu h3 {
  margin: .5em 0 0 0;
}

#reform_menu .menu_blk {
  background: rgb(255, 255, 255);
  border-radius: 5px;
}

#reform_menu .menu_blk h4 {
  margin: 0;
}

#reform_menu .menu_blk h4 label,
#reform_menu .tg5 h4 {
  display: block;
  padding: 1em;
}

#reform_menu .tg5{
  margin-top: 1em;
}

#reform_menu .menu_blk.tgbox:nth-of-type(1) {
  background-image: url(../images/top/reform_menu_gasconro.jpg);
}

#reform_menu .menu_blk.tgbox:nth-of-type(2) {
  background-image: url(../images/top/reform_menu_kitchen.jpg);
}

#reform_menu .menu_blk.tgbox:nth-of-type(3) {
  background-image: url(../images/top/reform_menu_bath.jpg);
}

#reform_menu .menu_blk.tgbox:nth-of-type(4) {
  background-image: url(../images/top/reform_menu_toilet.jpg);
}

#reform_menu .menu_blk.tgbox:nth-of-type(5) {
  background-image: url(../images/top/reform_menu_washstand.jpg);
}

#reform_menu .menu_blk.tgbox,
#reform_menu .tg5 .menu_blk {
  background-color: rgb(255, 255, 255);
  background-position: right bottom;
  background-repeat: no-repeat;
}

#reform_menu .menu_blk.tgbox:nth-of-type(1) h4 {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(222, 222, 222, 1));
}

#reform_menu .menu_blk.tgbox:nth-of-type(2) h4 {
  background-image: linear-gradient(90deg, rgba(255, 244, 232, 1), rgba(240, 131, 0, 1));
}

#reform_menu .menu_blk.tgbox:nth-of-type(3) h4 {
  background-image: linear-gradient(90deg, rgba(234, 246, 253, 1), rgba(0, 167, 234, 1));
}

#reform_menu .menu_blk.tgbox:nth-of-type(4) h4 {
  background-image: linear-gradient(90deg, rgba(253, 239, 245, 1), rgba(232, 82, 152, 1));
}

#reform_menu .menu_blk.tgbox:nth-of-type(5) h4 {
  background-image: linear-gradient(90deg, rgba(244, 249, 237, 1), rgba(130, 192, 65, 1));
}

#reform_menu .menu_blk ul {
  margin: 0 0 1em 0;
}

#reform_menu .menu_blk a {
  color: rgb(55, 55, 55);
  display: block;
  padding: 1em;
  border-top: 1px dashed rgba(200, 200, 200, .8);
}

#reform_menu .menu_blk li:nth-of-type(1) a,
#reform_menu .menu_blk:nth-of-type(6)>a {
  border-top: none;
}

#reform_menu .menu_blk li a:after {
  content: ">>";
}

#reform_menu .menu_blk li a[href*="none:"]:after {
  content: ">>";
  opacity: 0;
}

#topics {
  margin: 1em auto;
}

.tgbox {
  position: relative;
}

.tgbox .tgtitle:not([for="toggle6"])::after,
.tgbox .tgtitle:not([for="toggle6"])::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: rgb(255, 255, 255);
  transition: all 0.3s;
}

.tgbox .tgtitle:not([for="toggle6"])::after {
  transform: rotate(90deg);
}

.tgbox .toggle {
  display: none;
}

.tgbox .tgtitle[for="toggle6"] {
  display: none;
  padding: 1em;
  text-align: center;
}

.tgbox .tgbody {
  max-height: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.tgbox .toggle:checked+.tgtitle+.tgbody {
  max-height: 6000px;
  transition: all 1.5s;
}

.tgbox .toggle:checked+.tgtitle:not([for="toggle6"])::before {
  transform: rotate(90deg) !important;
}

.m_modal {
  display: none;
  z-index: 0999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

.m_modal .movie-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.m_modal .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m_modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
}

.m_modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  max-width: 860px;
  padding: 0;
  transform: translate(-50%, -50%);
  background: #fff;
}

a.js-modal-close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  background: red;
  background: url(../images/top/icon_close.svg) no-repeat center/contain;
}

/************************************************************************************************************ 
   Point
*************************************************************************************************************/
.slogun {
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  margin-bottom: 0;
}

.caption {
  font-size: .9em;
  text-align: left;
}

.point_blk .container {
  border-top: 1px solid rgb(87, 87, 87);
  margin-top: 2em;
  padding-top: 2em;
}

#point01.point_blk .container {
  border-top: none;
  margin-top: 0;
}

.point_blk .container:before {
  content: "";
  display: block;
  width: 170px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
}

#point01 .container:before {
  background: url(../images/point/h3_point01.png)no-repeat;
  background-size: contain;
}

#point02 .container:before {
  background: url(../images/point/h3_point02.png)no-repeat;
  background-size: contain;
}

#point03 .container:before {
  background: url(../images/point/h3_point03.png)no-repeat;
  background-size: contain;
}

#point04 .container:before {
  background: url(../images/point/h3_point04.png)no-repeat;
  background-size: contain;
}

.point_blk .lead {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 0;
}

.point_blk h3 {
  color: rgb(230, 0, 18);
  background: none;
  margin-top: 0;
  font-size: 1.7em;
}

.point_blk h3 span {
  font-size: .5em;
}

.point_blk h3+p {
  font-weight: bold;
}

.point_blk .container p:not(.lead) {
  text-align: left;
}

.point_blk .container div:nth-of-type(2) {
  text-align: center;
}

.point_blk .heart {
  width: 50%;
  max-width: 200PX;
}

.hosyo,
.service {
  clear: both;
}

.hosyo div,
.service div,
.rescue div {
  background: rgb(255, 255, 255);
  filter: drop-shadow(0px 0px 5px rgba(55, 55, 55, .8));
  border-radius: 5px;
  margin: 1em;
  padding: .1em 1em;
}

.hosyo h4 {
  background: rgb(19, 157, 144);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.3em;
  padding: .2em;
}

.hosyo h4+p {
  color: rgb(230, 0, 18);
  text-align: center !important;
  font-size: 1.3em;
  font-weight: bold;
}

.hosyo h4+p span {
  font-size: .7em;
}

.ex .nara div,
.ex .mo div {
  position: relative;
}

.ex h4 {
  color: rgb(19, 157, 144);
  border-bottom: 2px solid rgb(19, 157, 144);
  font-size: 1.3em;
  text-align: left;
  padding-left: 80px;
}

.ex h4:before {
  content: "";
  background: url(../images/point/h4_ex.png)no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -15px;
  left: 0;
}

.ex .nara h4:after {
  content: "�Ȃ�";
  font-size: .8em;
}

.ex .mo h4:after {
  content: "��";
  font-size: .8em;
}

.ex .mo h4+ul {
  font-weight: bold;
  color: rgb(19, 157, 144);
  text-align: left;
  min-height: 100px;
}

.ex .mo h4+ul li {
  list-style-type: disc;
  margin-left: 1em;
}

.ex .mo div:nth-of-type(1) ul {
  background: url(../images/point/img_ex03.png)no-repeat right bottom;
  background-size: contain;
}

.ex .mo div:nth-of-type(2) ul {
  background: url(../images/point/img_ex04.png)no-repeat right bottom;
  background-size: contain;
}

.ex .mo div:nth-of-type(3) ul {
  background: url(../images/point/img_ex05.png)no-repeat right bottom;
  background-size: contain;
}

.ex .mo div:nth-of-type(4) ul {
  background: url(../images/point/img_ex06.png)no-repeat right bottom;
  background-size: contain;
}

.attention {
  border: 1px solid rgb(55, 55, 55);
  border-radius: 5px;
  padding: 1em;
  margin-bottom: 2em;
}

.attention p:nth-of-type(1) {
  background: url(../images/point/attention.png)no-repeat;
  background-size: contain;
  height: 50px;
  padding-left: 70px;
  box-sizing: initial;
}

.attention ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.attention li {
  width: 30%;
}

.notes {
  border: 1px solid rgb(29, 32, 136);
  border-radius: 5px;
  padding: 0 1em;
  color: rgb(29, 32, 136);
  font-size: .8em;
}

.notes p:nth-of-type(1) {
  background: rgb(29, 32, 136);
  color: rgb(255, 255, 255);
  font-weight: bold;
  font-size: 1.2em !important;
  border: 3px solid rgb(29, 32, 136);
}

.notes p:nth-of-type(1) span {
  background: rgb(255, 255, 255);
  padding: 0 .2em;
  margin-right: .5em;
  font-size: 1em !important;
  box-sizing: border-box;
  color: rgb(29, 32, 136);
}

.service h4 {
  background: rgb(229, 163, 65);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.3em;
  padding: .2em;
}

.service h4 span {
  font-size: .7em;
}

.service h4+p {
  font-weight: bold;
  color: rgb(230, 0, 18);
  text-align: center !important;
  font-size: 1.5em;
}

.trouble div {
  position: relative;
  text-align: center;
}

.trouble h4 {
  color: rgb(0, 140, 207);
  border-bottom: 2px solid rgb(0, 140, 207);
  font-size: 1.3em;
  text-align: left;
  padding-left: 80px;
}

.trouble h4:before {
  content: "";
  background: url(../images/point/h4_ex-blue.png)no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -15px;
  left: 0;
}

.rescue h4 {
  background: rgb(0, 140, 207);
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 1.3em;
  padding: .2em;
}

.rescue h4 span {
  font-size: .7em;
}

.rescue p:nth-of-type(1) {
  font-weight: bold;
  color: rgb(230, 0, 18);
}

.rescue h4+p {
  font-size: 2em;
  text-align: center !important;
}

.rescue h4+p span {
  font-size: .5em;
}

/************************************************************************************************************ 
   Flow
*************************************************************************************************************/
#flowcontent {
  background: rgb(244, 231, 209);
  box-sizing: border-box;
  margin: 2em auto 3em auto;
}

#flowcontent h3 {
  background: none;
  color: rgb(230, 0, 18);
  margin: 0;
}

#flowcontent ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding-bottom: 4%;
  font-size: .9em;
}

#flowcontent ul li {
  width: 23%;
  margin: 2% 1% 0 1%;
  align-items: stretch;
  height: 90px;
}

#flowcontent ul li a {
  display: block;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  height: 100%;
  text-decoration: none;
  color: rgb(55, 55, 55);
  padding: .5em 0;
  box-sizing: border-box;
  position: relative;
}

#flowcontent ul li a span {
  color: rgb(230, 0, 18);
  font-size: .8em;
}

#flowcontent .arrow {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid rgb(55, 55, 55);
  border-right: 1px solid rgb(55, 55, 55);
  transform: rotate(45deg) translate(-75%, 0);
  transition: border 0.3s ease;
}

.flow_blk {
  clear: both;
}

.flow_blk .container * {
  text-align: left;
}

.flow_blk h3 {
  background: none;
  color: rgb(230, 0, 18);
  margin: 0;
  padding: 0;
  line-height: 0.8;
}

.flow_blk h3::first-letter {
  font-size: 2em;
  vertical-align: middle;
}

#flow01 h3:before {
  content: "\02460";
}

#flow02 h3:before {
  content: "\02461";
}

#flow03 h3:before {
  content: "\02462";
}

#flow04 h3:before {
  content: "\02463";
}

#flow05 h3:before {
  content: "\02464";
}

#flow06 h3:before {
  content: "\02465";
}

#flow07 h3:before {
  content: "\02466";
}

.flow_blk h3+div {
  border-left: 1px solid rgb(150, 150, 150);
  margin-left: 1.8em;
  padding: 1em;
}

#flow07.flow_blk h3+div {
  border-left: none;
}

.flow_blk h3+div p,
.flow_blk h3+div h4,
.flow_blk h3+div h5,
.flow_blk h3+div img,
.recom2service {
  margin-top: 0;
  margin-left: .7em;
}

.recom2service {
  background: rgba(244, 231, 209, .5);
  padding: 1em;
  font-size: .9em;
  margin-bottom: 1em;
}

.flow_blk a {
  font-size: 0.9rem;
  color: rgb(230, 0, 18);
  text-decoration: underline;
}

.flow_blk h4 {
  font-size: 1.2rem;
  color: rgb(230, 0, 18);
  border-bottom: 1px solid rgb(230, 0, 18);
}

.flow_blk h5 {
  font-size: 1.0rem;
  margin: 0;
}

.flow_blk h5+p {
  margin-bottom: 0;
}

/************************************************************************************************************ 
   Common2
*************************************************************************************************************/
#reform_menu,
#shop_search {
  background: rgb(252, 229, 226);
  margin: 1em auto;
}

#shop_search .container {
  padding: 2em 0;
}

#shop_search .container h3 {
  margin: 0;
}

.mr_footer {
  background: rgb(230, 0, 18);
}

.mr_footer ul li {
  border-top: 1px dashed rgb(255, 255, 255);
}

.mr_footer ul li:nth-of-type(1) {
  border-top: none;
}

.mr_footer a {
  color: rgb(255, 255, 255);
  display: block;
  padding: 1em 0;
}

.mr_footer.lp {
  display:none;
}

.catalog_img {
  display: block;
  margin: auto;
}

#global_footer_php{
  padding-bottom:50px!important;
}

#global-footer{
  padding-bottom:50px;
}

#global-footer .pagetop img{
  position:fixed;
  bottom:60px;
  right:0;
  width:50px;
  opacity: .8;
}

@keyframes bound {
  from {
    transform: scale(1);
  }

  25% {
    transform: scale(0.95);
  }

  75% {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

@media only screen and (min-width:692px) {
  h2 {
    float: left;
  }

  dt {
    width: 20%;
    margin: 0 0 1em;
    padding-bottom: .5em;
    border-bottom: 1px dotted rgb(55, 55, 55);
  }

  dd {
    width: 80%;
  }

  dt:nth-last-of-type(1) {
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .mr_header.sp,
  br.sp {
    display: none;
  }

  .mr_header.pc {
    display: block;
  }

  .menu-btn {
    display: none;
  }

  .menu-content {
    width: initial;
    height: initial;
    position: initial;
    background-color: initial;
  }

  .menu-content ul {
    float: right;
    padding: 0;
  }

  .menu-content ul li {
    display: inline-block;
  }

  .menu-content ul li a {
    display: inline;
    width: initial;
    font-size: 0.92em;
    box-sizing: border-box;
    background-color: initial;
    color: rgb(55, 55, 55);
    margin: 0 0 0 1em;
    padding: 0;
    position: relative;
    border-radius: 10px;
  }

  .menu-content ul li a::before {
    display: none;
  }

  .breadcrumbs li {
    display: inline-block;
  }

  #virtual_shop h3 {
    font-size: 2.5vw;
  }

  #virtual_shop h3 span {
    vertical-align: middle;
    margin: 0 .5em;
  }

  #magokoro_point {
    background: url(../images/top/bg_magokoro_point.jpg)no-repeat right top;
    background-size: contain;
  }

  #magokoro_point h3 {
    text-align: left;
    max-width: 600px;
    margin: .1em 1em;
  }

  #magokoro_point ul {
    justify-content: left;
    margin-left: 2em;
  }

  #magokoro_point ul li {
    width: 22%;
    max-width: 175px;
    margin-right: 1em;
  }

  .point_blk .lead {
    text-align: left;
    font-size: 1.7em;
  }

  .point_blk h3 {
    text-align: left;
    font-size: 3em;
    margin-bottom: 0;
  }

  .point_blk {
    clear: both;
    overflow: auto;
  }

  .point_blk .container:before {
    margin: 0;
    text-align: left;
  }

  .point_blk .container div:nth-of-type(1) {
    float: left;
    width: 70%;
  }

  .point_blk .container div:nth-of-type(2) {
    float: left;
    width: 30%;
  }

  .hosyo,
  .ex .nara,
  .ex .mo,
  .trouble,
  .rescue {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100% !important;
  }

  .hosyo div {
    width: 30% !important;
    max-width: 280px;
    box-sizing: initial;
  }

  .hosyo h4,
  .service h4,
  .rescue h4 {
    font-size: 2em;
    padding: 0;
    margin: .5em 0;
    text-align: center;
  }

  .hosyo h4+p,
  .service h4+ul {
    font-size: 2em;
    text-align: center;
    list-style-type: none;
    margin: 0;
  }

  .rescue h4+p {
    font-size: 4em;
    margin: 0;
  }

  .hosyo h4+p span,
  .service h4+ul span,
  .rescue h4+p span {
    font-size: .5em;
  }

  .ex .nara div {
    width: 43% !important;
  }

  .ex .mo div,
  .trouble div {
    width: 19% !important;
  }

  .ex .nara h4 {
    font-size: 2.5em;
    padding-left: 150px;
    position: relative;
    top: 10px;
  }

  .ex .nara h4:before {
    width: 120px;
    height: 120px;
    top: -20px;
    left: 0;
  }

  .ex .mo h4:before {
    top: 10px;
  }

  .ex .mo li {
    width: 70%;
  }

  .attention,
  .notes {
    clear: both;
  }

  .attention {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .attention ul {
    display: initial;
    text-align: right;
    width: 78%;
  }

  .attention p:nth-of-type(1) {
    display: inline-block;
    width: 15%;
  }

  .attention p:nth-of-type(2) {
    width: 100%;
  }

  .attention li {
    display: inline-block;
    width: 7.5%;
  }

  .service {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .service div,
  .rescue div {
    width: 43% !important;
    box-sizing: initial;
  }

  .service ul {
    font-size: 1.3em;
  }

  .trouble h4 {
    font-size: 1.1em;
    position: relative;
    top: 10px;
  }

  .trouble h4:before {
    top: -20px;
  }

  .mr_footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .mr_footer ul li {
    width: 50%;
  }

  .mr_footer ul li:nth-of-type(2) {
    border-top: none;
  }

  .mr_banner_list a {
    width: 30%;
  }

  .mr_banner_list span {
    width: 30%;
  }

}

@media only screen and (min-width:1025px) {
  .pc {
    display: inline-block;
    color: rgb(55, 55, 55) !important;
  }

  .lp.mr_side {
    display:none;
  }

  .container {
    max-width: 1200px;
  }

  .menu-content ul li a {
    font-size: 1em;
  }

  .tgbox .tgtitle:not([for="toggle6"])::after,
  .tgbox .tgtitle:not([for="toggle6"])::before {
    display: none;
  }

  .tgbox .tgtitle:not([for="toggle6"])+.tgbody {
    max-height: 6000px;
  }

  #reform_menu .container,
  #reform_menu .tg5 .tgbody {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #reform_menu .tg5,
  #reform_menu h3,
  #reform_menu p {
    width: 100%;
  }

  #reform_menu h4 {
    font-size: 1.3em;
    padding: 1em;
  }

  #reform_menu .menu_blk h4 label {
    padding: 0;
  }

  #reform_menu .menu_blk.tgbox {
    width: 48%;
    background-position: left bottom;
    background-size: 30%;
  }

  #reform_menu .tg5 .menu_blk {
    width: 31%;
  }

  #reform_menu .tg5 .menu_blk:nth-of-type(1) {
    background-position: left -2% bottom;
    background-size: 34%;
  }

  #reform_menu .menu_blk.tgbox h4,
  #reform_menu .tg5 .menu_blk h4 {
    margin-left: 30.5%;
  }

  #reform_menu .tg5 .menu_blk h4 {
    font-size: 1em;
    margin-left: 33%;
  }

  #reform_menu .menu_blk {
    margin-bottom: 2em;
    filter: drop-shadow(1px 1px 2px rgba(55, 55, 55, .2));
  }

  #reform_menu .menu_blk ul {
    margin: 0;
    padding: .9em;
  }

  #reform_menu .menu_blk.tgbox ul {
    text-align: right;
  }

  #reform_menu .menu_blk.tgbox ul li {
    width: 34%;
  }

  #reform_menu .menu_blk li {
    display: inline-block;
    margin: .1em;
  }

  #reform_menu .tg5 .menu_blk li {
    display: block;
  }

  #reform_menu .menu_blk a {
    padding: 0;
    border-top: none;
  }

  #flowcontent ul {
    font-size: 1em;
  }

  #flowcontent ul li {
    width: 12%;
    min-height: 100px;
  }

  #flowcontent ul li a span {
    display: inline-block;
    margin-bottom: 1.2em;
  }

  #flowcontent ul li a:hover {
    background: rgb(230, 0, 18);
    color: rgb(255, 255, 255);
    transition: all 0.3s ease;
  }

  #flowcontent ul li a:hover span,
  #flowcontent ul li a:hover .pc {
    color: rgb(255, 255, 255) !important;
  }

  #flowcontent .arrow {
    bottom: -7%;
  }

  #flowcontent ul li a:hover .arrow {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
  }

  .flow_blk h3::first-letter {
    margin-right: 30.8%;
  }

  .flow_blk h3+div {
    overflow: auto;
  }

  .flow_blk h3+div>div:nth-of-type(1) {
    float: right;
    width: 68%;
  }

  .flow_blk h3+div>div:nth-of-type(2) {
    float: left;
    width: 30%;
  }
  #global_footer_php{
    padding-bottom:0!important;
  }
}