@charset "UTF-8";
html {
    scroll-behavior: smooth;
    letter-spacing: 0.04em;
}
body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    color: #454343;
    width: 100%;
    font-size: 14px;
overflow-x: hidden;
}
img {
    border: 0;
    vertical-align: top
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
    display: block
}
ul,
dl,
ol {
    text-indent: 0
}
li {
    list-style: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
a.noevent::before {
    content: "" !important;
    display: none !important
}

/*===サイト全体幅 ===*/
#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow:hidden;
}
.wrap {
  max-width: 1200px;
  width:100%;
  height: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  *zoom: 1;
  overflow:hidden;
}
@media screen and (max-width: 1199px) {
.wrap {
  max-width: 100%;
  width:95%;
}
}
@media screen and (max-width:480px) {

}

/*===表示範囲に合わせて言語関係なく改行 ===*/
p{
word-break: break-all;
}


/*=== PC none / SP none ===*/
@media screen and (min-width:481px) {
.pc_none_s{
display: none !important;
}
}
@media screen and (min-width:768px) {
.pc_none{
display: none !important;
}
}
@media screen and (max-width:767px) {
.sp_none{
display: none !important;
}
}
@media screen and (max-width:480px) {
.sp_none_s{
display: none !important;
}
}

/*=== PC表示で電話番号リンクを無効 ===*/
@media screen and (min-width: 768px){
a[href^=”tel:”] {
pointer-events: none;
cursor: default;
}
}

/*=== リンクをふわっとホバー ===*/
a:link {
    color: #333;
    text-decoration: none
}
a:visited {
    color: #333
}
a{
text-decoration: none;
}
a img:hover,a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
  transition : 1s;
}
/*=== テキスト関連 ===*/
.tac {  text-align:center;}
.tar {  text-align:right;}
.db {  display:block !important;}
.cb {  clear:both !important;}
.ofh {  overflow:hidden;}
.b {  font-weight:bold;}
.links {  border-bottom: 1px #555 dashed;}
.links:before {  content:"▼"; color: #e5450b; margin-right:0.3em;}
.m0auto {  margin:0 auto;}
.mb00 {
  margin-bottom: 0 !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mb02 {
  margin-bottom: 2% !important;
}
.mt02em {
  margin-top: 2em !important;
}
.mb005em {
  margin-bottom: 0.5em !important;
}
.mb01em {
  margin-bottom: 1em !important;
}
.mb02em {
  margin-bottom: 2em !important;
}
.mb04em {
  margin-bottom: 4em !important;
}
.ml01em {
  margin-left: 1em !important;
}
.wi_100per {
  width: 100% !important;
}
.fcorange {
  color: #e5450b !important;
}

