/*!****************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/modern-css-reset/dist/reset.css ***!
  \****************************************************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/import-glob-loader/index.js!./src/css/styles.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
body {
  color: #333;
  letter-spacing: .8px;
  font-family: fot-udkakugo-large-pr6n, sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4; }

h1 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 1.8rem; }

h2 {
  font-size: 1.6rem;
  margin: 0 0 30px; }

p {
  font-size: 1rem;
  margin-bottom: 20px; }
  p.strong {
    font-weight: bold; }

a[href^='tel'] {
  font-size: 1.6rem;
  color: #f00;
  font-weight: bold;
  letter-spacing: .1px; }

.error {
  border-color: red; }

.error_message {
  display: none;
  font-size: 1rem;
  color: #f00;
  padding: 3px 6px 10px;
  text-align: center; }
  .error_message.active {
    display: block; }
  .error_message + .error_message {
    margin: -10px 0 0px; }

.brd-rad {
  border-radius: 8px 8px; }

.bg-a {
  color: #fff;
  background-color: #ED1C24; }
  /* background-color: #e91e63; } */
  /* background-color: #dc7633; } */

.bg-b {
  color: #fff;
  background-color: #5dade2; }

.bg-r {
  color: #fff;
  background-color: #e91e63; }

.inlineblk {
	width: 30px;
	margin: 0 10px 0 0;
	transform: translateY(-2.5px);
	vertical-align: middle;
  display: inline-block; }

input[type='tel'],
input[type='text'] {
	width: 100%;
  padding: 7.5px; }

textarea {
  padding: 7.5px; }

input[type='button'].back_to,
input[type='submit'] {
  max-width: 100%;
  display: block;
  border: none;
  padding: 6px 0;
  margin: 0 auto 20px;
  width: 80vw;
  border-radius: 6px; }

input[type='file'] {
  max-width: 100%;
  font-size: .9rem; }

button {
  display: block;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  width: 80vw;
  max-width: 500px;
  padding: 6px 0;
  margin: 0 auto 20px; }

a.view_all {
	color: #1464AA;
	border-radius: 10px;
	border: 1px solid #1464AA;
  text-align: center;
  text-decoration: none;
  display: block;
  background-color: transparent;
  width: 80vw;
  max-width: 500px;
  padding: 6px 0;
  margin: 0 auto 20px; }

.header {
  box-sizing: unset;
  height: 50px;
  padding: 10px 0 10px 15px;
  margin: 0 0 ;
  background-color: #1464aa;
  text-align: left;
}
.header img {
  display: initial;
  max-height: 100%;
}

footer {
  padding: 40px 0 20px;
  background-color: #f8f8f8;
  text-align: center;
  display: flex;
  justify-content: center; }

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.container {
  margin: auto;
  padding: 0 0 50px 0;
  max-width: 630px; }

.call-list {
	border-radius: 10px;
	margin: 0 10px;
	padding: 10px 20px;
	background-color: #E6E6E6;
}

body.pg_top .container h2 {
  text-align: left;
	padding-left: 10px;
  font-size: 1.3rem;
  margin-bottom: 0; }

body.pg_top .container p.strong {
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
	padding: 0 10px;
}
body.pg_top .container p.strong_ex {
	font-size: .9rem;
  text-align: left;
	padding: 0 0;
	margin: 5px 0 10px;
}

body.pg_top .container .reporting {
	font-size: 1.3rem;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 50px;
	padding-top:    14px;
	padding-bottom: 14px;
}

body.pg_top .container .telephone {
	font-size: .9rem;
  text-align: left;
	background: none #fff;
	border-radius: 6px;
	padding: 10px 0 10px 10px;
}
body.pg_top .container .telephone span {
  display: inline-block;
	color: #1464AA;
	padding: 0 0 0;
	width: 58%;
  vertical-align: middle;
	font-weight: bold;
}
body.pg_top .container .telephone a {
	font-size: .9rem;
	letter-spacing: -1px;
	color: #ff0000;
  display: inline-block;
	width: 41%;
	padding: 0 5px 0 10px;
  vertical-align: middle;
	text-align: right;
	text-decoration: none;
}

body.pg_top .container p.zero_comment {
  padding: 20px 0;
  text-align: center; }

body.pg_top h2,
body.pg_comment_list h2 {
  color: #fff;
  text-align: center;
  padding: 10px 0;
  /* background-color: rgba(0, 100, 200, 0.8); */
	background-color: #1464aa;
  font-weight: bold; }

body.pg_comment_list h2 {
  margin: 0 0 0; }

body.pg_report_list h2,
body.pg_report_detail h2,
body.pg_report_confirm h2,
body.pg_report_complete h2 {
  text-align: center;
  padding: 10px 0;
  color: #333;
  background-color: white; }

body.pg_report_confirm h3,
body.pg_report_complete h3 {
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background-color: rgba(60, 60, 60, 0.4); }

body.pg_report_confirm p,
body.pg_report_complete p {
  text-align: center; }

body.pg_report_complete p {
  margin: 20px 0 100px; }

body.pg_report_gmap h3 {
  text-align: center;
  margin: 15px 0 20px; }

body.pg_report_gmap p {
  text-align: center; }
body.pg_report_gmap .back_to {
	margin-top: 20px !important;
}

.telephone {
  margin: 0 0 10px; }

time {
  letter-spacing: .1px;
  font-size: .9rem; }

body.pg_error p {
  padding: 30px 0 60px;
  text-align: center; }

/* PAGE SECOND */
.comment-list {
  margin: 0 0 20px; }
  .comment-list--detail {
    padding: 10px;
    border-bottom: 1px solid rgba(0, 100, 200, 0.8); }
    .comment-list--detail a {
			color: #1464AA;
      display: block;
      text-decoration: none; }
    .comment-list--detail time {
      color: #333;
      letter-spacing: 0px;
      display: block;
      margin: 0 0 1.5px; }
    .comment-list--detail h3 {
      font-weight: normal;
      font-size: 1.2rem;
      margin: 0 0 3px; }
    .comment-list--detail p {
      margin: 0 0 5px; }
      .comment-list--detail p.department {
        color: #999; }
      .comment-list--detail p.context {
        margin-top: 30px; }

body.pg_comment_detail .comment-list--detail {
  border-bottom: none; }

.pager {
  display: flex;
  justify-content: center;
  margin: 50px 0 20px; }
  .pager a {
    margin: 0 5px;
    font-size: 1rem; }
    .pager a.selected {
      color: #333;
      text-decoration: none; }

.gotop a {
  text-align: center;
  text-decoration: none;
  display: block;
  border: none;
  width: 80vw;
  max-width: 500px;
  padding: 6px 0;
  margin: 0 auto 20px; }

.gotop_obi {
  display: block;
  padding: 10px 0;
  text-align: center; }

.goback {
  margin: 50px 0 20px 0; }
  .goback a {
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    display: block;
    border: none;
    width: 80vw;
    max-width: 500px;
    padding: 6px 0;
    margin: 0 auto 20px; }

.report_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 50px; }
  .report_list__item {
    font-size: 1.2rem;
    margin: 2px;
    text-align: center;
    align-self: stretch;
    width: 48%;
    min-height: 90px; }
    .report_list__item a, .report_list__item span {
      color: #fff;
      text-align: center;
      width: 100%;
      display: flex;
      justify-content: center;
      border-radius: 10px;
      background-color: #787878;
      height: 100%;
      padding: 10px 0;
      text-decoration: none; }
    .report_list__item span {
      align-items: center; }

.report_list__selected {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 10px 20px;
  justify-content: space-between; }
  .report_list__selected_item {
    font-size: 1rem;
    text-align: center;
    width: 48%;
    margin-bottom: 2%;
    color: #fff;
    border-radius: 10px;
    background-color: #787878;
    padding: 10px 0;
    text-decoration: none; }

.frm_comment {
  margin: 0 0 30px; }
  .frm_comment textarea {
    width: 100%;
    height: 200px;
    border-radius: 7px; }

.location {
  position: relative;
  margin: 0 0 30px;
  text-align: center; }
  .location p {
    padding: 0 0 0 50px;
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    margin: 0;
    background-image: url(../images/gmap3.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat; }
  .location_selector {
    position: absolute;
    transform: translateY(-50%);
    width: 100%;
    display: none; }
    .location_selector.active {
      display: block; }
    .location_selector a {
      color: #fff;
      text-decoration: none;
      text-align: left;
      margin: auto;
      padding: 20px;
      display: block;
      border-bottom: 1px solid #ccc;
      max-width: 500px;
      background: none #999; }

.add_photos {
  text-align: center;
  margin: 0 0 90px; }
  .add_photos label {
    padding: 0 0 0 50px;
    background-color: transparent;
    cursor: pointer;
    background-image: url(../images/upload.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat; }
  .add_photos input[type='file'] {
    display: none; }

.comment {
  margin: 20px 10px; }
  .comment p {
    text-align: left !important; }

.location_img {
  margin: 0 0 20px; }

.photo__selected {
  margin: 0 0 50px; }

.search_box {
  color: #fff;
  margin: 0 0 0; }
  .search_box input[type='text'] {
    width: 100%;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: url(../images/search.png);
    background-position: 10px center;
    background-size: auto 25px;
    background-repeat: no-repeat; }
    .search_box input[type='text']::-moz-placeholder {
      text-align: center;
      vertical-align: middle;
      font-size: 1.1rem; }
    .search_box input[type='text']::placeholder {
      text-align: center;
      vertical-align: middle;
      font-size: 1.1rem; }
    .search_box input[type='text']:focus {
      background-image: none; }

.search_result {
	margin: 0 0 60px;
}
.search_result_item {
  border-bottom: 1px solid #ccc;
  background-image: url(../images/pin.png);
  background-position: left center;
  background-size: auto 35px;
  background-repeat: no-repeat;
  padding: 0 0 0 50px; }
  .search_result_item p {
    margin: 10px 0; }
  .search_result_item p:nth-of-type(1) {
    margin-bottom: 5px; }
  .search_result_item p:nth-of-type(2) {
    margin-top: 0;
    color: #999; }


.ft-pagetop {
  background-color: #1464aa;
}
.ft-pagetop a {
  cursor: pointer;
  display: block;
  text-align: center;
  padding: 20px 0;
}
.ft-pagetop img {
  display: initial;
}

.ft-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border-top: 1px solid #cecece;
}
.ft-menu div {
  width: 50%;
  text-align: center;
  border-bottom: 1px solid #cecece;
}
.ft-menu div:nth-child(2n) {
  border-left: 1px solid #cecece;
}
.ft-menu div a {
  font-size: 1.0rem;
  color: inherit;
  display: block;
  padding: 20px 0;
  text-decoration: none;
}
.ft-menu div a:hover {
  text-decoration: underline;
}

.photo_w {
  max-width: 100%;
  margin: 20px auto 0;
  text-align: center;
}
.photo_w img {
  vertical-align: bottom;
  display: initial;
}

.preview_img {
	text-align: center;
}
.preview_img span {
  font-size: 1rem;
	margin: 0 0 5px;
  color: #999;
	display: block;
}
.preview_img img {
	vertical-align: top;
	display: inline;
	max-width: 100%;
}

.gmap {
  position: relative;
}
.gmap:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width:  50px;
  height: 50px;
  background-image: url('../images/center_position.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.attention {
  padding: 0 10px;
  margin: 10px 0 30px;
  font-size: 1rem;
  text-align: center;
  color: #ff1111;
}

.k-mate {
  text-align: center;
}
.k-mate img {
  max-width: 80%;
  display: initial;
}

.input_box {
	margin: 25px 0 0;
	padding: 0 10px;
}
.input_box p {
	font-size: 1.3rem;
	padding: 0;
	margin: 0 0 5px;
}
.required {
	color: #f00;
}

.preview_name,
.preview_tel,
.preview_comment {
  margin: 20px 10px 0;
}
.preview_name p,
.preview_tel p,
.preview_comment p {
	font-size: 1.2rem !important;
	text-align: left !important;
}




/* humberger menu */
.DSmenu {width: 280px;background:#FFF;-webkit-transform:translateX(300px);transform:translateX(300px);-webkit-transition:ease .25s;transition:ease .25s;position:absolute;position:fixed;top:0;right:0;z-index:10010000;}
.DSmenu.action {width: 275px;background:#FFF;-webkit-transform:translateX(0);transform:translateX(0);}
.DSmenu .DSbtn {position:absolute;/* zoom: .6; */top: 0;left:-100px;background:#1464aa;width:100px;height:70px;-webkit-transition:ease .25s;transition:ease .25s;cursor:pointer;}
/*
.DSmenu .DSbtn:hover {
position:absolute; 
top:0; 
left:-100px; 
background:#FFC800; 
width:100px; 
height:94px;
}
*/
.DSmenu.action .DSbtn {
}

.DSmenu ul {
width:100%;	
-webkit-margin-before: 0;
-webkit-margin-after: 0;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
-webkit-padding-start: 0px;
}
.DSmenu ul li {list-style-type:none;padding:10px 20px;background:#FFF;width:100%;/*font-size:24px;*/font-size: 1.2rem;}
.DSmenu ul a li {
color:#999;
}
.DSmenu ul li:hover {
list-style-type:none;
padding:10px 20px;
background:#F6F6F6;
width:100%;
}


.DSmenu .DSbtn .hambarg:nth-child(1) {position:absolute;top: 35%;left: 40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:5px;width: 30px;background:#fff;-webkit-transition:ease .25s;transition:ease .25s;}
.hambarg:nth-child(2) {position:absolute;top:50%;left: 40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:5px;width: 30px;background:#fff;-webkit-transition:ease .25s;transition:ease .25s;}
.hambarg:nth-child(3) {position:absolute;top: 65%;left: 40%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);height:5px;width: 30px;background:#fff;-webkit-transition:ease .25s;transition:ease .25s;}
.DSmenu.action .DSbtn .hambarg:nth-child(1) {top:50%;-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg);left: 50%;}
.DSmenu.action .DSbtn .hambarg:nth-child(2) { 
top:50%;
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
opacity:0;
 }
.DSmenu.action .DSbtn .hambarg:nth-child(3) {top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);left: 50%;}
.head-bar {
background:#333; 
position:absolute; 
position:fixed; 
top:0; 
left:0; 
width:100%; 
height:100px; 
overflow:hidden;
}

.section {
-webkit-transition:ease .25s;
transition:ease .25s;	
}
.section.blur {
opacity:0.25;
transform:translateX(100px);
/*-webkit-filter: blur(5px);
filter: blur(5px);*/
}
/*
@media (max-width:767px){
h1 {
font-size:32px;
line-height:50px;
}
p {
font-size:24px;
}
.DSmenu .DSbtn {
position:absolute; top:0; 
right:-50px; 
background:#FFC800; 
width:50px; 
height:50px; 	
-webkit-transition:ease .25s;
transition:ease .25s;
}
.DSmenu .DSbtn:hover {
position:absolute; 
top:0; 
right:-50px; 
background:#FFC800; 
width:50px; 
height:50px;	
}
.DSmenu .DSbtn .hambarg:nth-child(1) {
height:1px;
width:30px;
}
.hambarg:nth-child(2) {
height:1px;
width:30px;
}
.hambarg:nth-child(3) {
height:1px;
width:30px;
}
.head-bar {
height:50px; 
}

}
*/
