
body {
background: #f3f6fd;
color: var(--navy);
margin: 0;
font-family: 'Noto Sans JP',"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

main {
  display: block;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-size: inherit;
  line-height: inherit;*/
   font-weight:bold;
   /*font-weight:500;*/
  margin: 0;
}

.fb100{
  font-weight:100;
}

.fb500{
  font-weight:500;
}
.fb600{
  font-weight:600;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

li{
  position: relative;
}

i{
display: inline-block;
font-style: normal;
}

strong,
em{
font-weight:bold;
}

a {
color: #2B2620;
display: inline-block;
text-decoration:none;
word-break: break-all;
}

img{
max-width: 100%;
height:auto;
vertical-align:bottom;
display: inline-block;
}

span{
  display: inline-block;
}

.cc{
display: grid;
place-content: center;
}

#main_contents{
  z-index: 1;
}
/* 汎用
----------------------------------------------------*/

.palt{
font-feature-settings: "palt";
}

.fade2.view,
.fade.view{
opacity: 1;
transition: 1.5s;
}

.fade2,
.fade{
opacity: 0;
}

.tra4 a:hover,
.ho a:hover img,
a.ho:hover img{
opacity: .7;
-webkit-transition: all .4s linear;
transition: all .4s linear;
}

.bo a,
a.bo{
text-decoration: none;
transition: all .4s linear;
}

.bo a:hover,
a:hover.bo{
text-decoration: underline;
}

.bo2 a,
a.bo2{
text-decoration: underline;
transition: all .4s linear;
}

.bo2 a:hover,
a:hover.bo2{
text-decoration: none;
}

.no_link{
pointer-events: none;
}

.tL{
	text-align: left;
}

.tC{
	text-align: center;
}

.tR {
	text-align: right;
}

.cB{
clear: both;
}

.pr{
position: relative;
}

.db{
display: block;
}

picture,
.ib{
display: inline-block;
}

.oh{overflow:hidden;}
.ov{overflow:visible ;}


.fn{font-weight:normal;}
.dn_en,._dn_100,
.dn{display: none;}

.fb{font-weight: bold;}

.fb400{font-weight: 400;}
.fb500{font-weight: 500;}



.ti{
text-indent: -1em;
padding-left: 1em;
}

.tra a,
.tra{
-webkit-transition: all .4s linear;
transition: all .4s linear;
}


.bb li,
.bb{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*左右反転*/
.r_x {
  transform: scale(-1, 1);
}

.list01 li{
padding-left:1em;
}

.list01 li:before {
display: block;
content: "";
top:15px;
left: 5px;
margin: auto;
position: absolute;
width: 4px;
height: 4px;
background-color: #333;
border-radius: 100%;
}

.z1{
z-index: 1;
position: relative;
}

.z2{
z-index: 2;
position: relative;
}

.z3{
z-index: 3;
position: relative;
}

.ls{
letter-spacing: 0;
}

.tate {
  writing-mode: vertical-rl;
}

.txt10{ font-size:10px; }

.txt12{ font-size:12px; line-height: 1.66;}

.txt14{ font-size:14px; }
.txt15{ font-size:15px;}
.txt16{ font-size:16px; line-height: 1.8;}
.txt18{ font-size:18px; line-height: 1.8;}

.txt20{ font-size:20px; line-height: 1.5;}
.txt22{ font-size:22px; }
.txt24{ font-size:24px; }

.txt26{ font-size:26px; line-height: 1.8;}
.txt28{ font-size:28px; line-height: 1.42;}
.txt30{ font-size:30px; line-height: 1.42;}
.txt32{ font-size:32px; line-height: 1.8;}
.txt34{ font-size:34px; }
.txt35{ font-size:35px; }
.txt36{ font-size:36px; }
.txt38{ font-size:38px; line-height: 1.2;}

.txt40{ font-size:40px; }
.txt42{ font-size:42px; }
.txt48{ font-size:48px; }
.txt50{ font-size:50px; }
.txt56{ font-size:56px; }
.txt60{ font-size:60px; }
.txt64{ font-size:64px; }
.txt70{ font-size:70px; line-height: 1.3;}
.txt80{ font-size:80px; }


.txt_w{
  color:#fff;
}

.bg_w{
  background:#fff;
}

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

.flex-start{
display: flex;
justify-content:flex-start;
flex-wrap: wrap;
}

.flex-end{
display: flex;
justify-content:flex-end;
flex-wrap: wrap;
}

.flex-center{
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.f-column{
 display: flex;
flex-direction: column;
}


.alc,.aic{align-items: center;}

.ale{
align-items: end;
}


.mb0_pc,
.mb0{margin-bottom: 0 !important;}
.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb90{margin-bottom:90px;}
.mb100{margin-bottom:100px;}

img{
max-width: 100%;
height:auto;
}


@media screen and (min-width: 737px) {/*-----------------------------*/
#container {
  width: 380px;
  margin-inline: auto;
  }

a[href^="tel:"] {
cursor: default;
pointer-events: none;
text-decoration: none !important;
}

.no_mw{
  max-width: none;
}

.nowrap{
white-space: nowrap;
}

.no_max img{
max-width: none;
}




.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt20{margin-top:20px;}
.mb_20{margin-bottom:-20px;}
.ml10{margin-left:10px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt45{padding-top:45px;}
.pt50{padding-top:50px;}
.pt150{padding-top:150px;}
.pb30{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb80{padding-bottom:80px;}
.pl10{padding-left:10px;}




.riv{
flex-direction:row-reverse;
}

#anchor-content{
margin-top: -110px;
padding-top: 110px;
}

.box1000 {
width: 1040px;
margin-left: auto;
margin-right: auto;
}




@media screen and (max-width: 736px) {/*-----------------------------*/

body{
letter-spacing: 0.3px;
line-height: 1.6;
min-width: 375px;
/*overflow: hidden;*/
}

}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}