@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/css?family=Zen+Old+Mincho);
@import url(//fonts.googleapis.com/css?family=Zen+Antique);
@import url(//fonts.googleapis.com/css?family=Crimson+Text);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,500,700);

body {
  font-size:16px;
  color:#475f6c;
  margin: 0;
  padding: 0;
  position:relative;
  word-wrap: break-word;
  line-height:1.6;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
}

.kten{
  font-family: YakuHanMp, sans-serif;
}


h1,h2,h3,h4,h5,
ol,ul,li,dl,dd,
address,
div,img{
  margin: 0;
  padding: 0;
}

ol,ul,li,
dl,dd{
  list-style: none;
}

h1,h2,h3,h4,h5{
font-size: 100%;
}

p {margin:0;padding:0;}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

img{
  border: none;
  margin:0;padding:0;
  vertical-align:middle
}

 figure{margin:0}
 
 /* 選択した時の文字色・背景 */

::selection {
  background: #52658F;
  color: #fff;
}

//Firefox
::-moz-selection {
  background: #52658F;
  color: #fff;
}

/* .a
-------------------------------------------------- */
a {
  text-decoration: none;
  outline:none!important;
}

a:hover {
  text-decoration: none;
}

/* .line
-------------------------------------------------- */
hr {
  display: none;
}

.clr {
  height: 0;
  clear: both;
}

.clearfix:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

/* wrap
-------------------------------------------------- */
#wrap{
  width:100%;
  min-height: 100vh;
  diplay:block;
  position: relative;
}

/* #wrapper
------------------------------------------------- */
#wrapper {
  width:100%;
}

.sub-page {
  background-image: url(../images/bg.webp);
  background-repeat: repeat-xy;
}

.p_navi{
  width: 100%;
  box-sizing: border-box;
  font-size :0.8em;
  padding:0 0 5px;
  color: #6E6E6E;
  font-weight:400;
  font-family: 'Noto Sans JP', sans-serif;
  text-align :right;
}

.p_navi a {
  color: #6E6E6E;
  text-decoration: none;
}

.p_navi a:hover {  
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 820px) {
.p_navi{display:none;}
}

/* #container
-------------------------------------------------- */
#container{
  width: 100%;
  max-width:1200px;
  padding:0 2%;
  margin:0 auto;
  box-sizing: border-box;
}

@media screen and (max-width: 1280px) {
#container{
  padding:0 4%;
}
}

@media screen and (max-width: 568px) {
#container{
  padding:0 2%;
}
}

/* footer
--------------------------------------------------*/
footer{
  background:#333A56;
  box-sizing: border-box;
  width:100%;
  margin:0 auto;
  padding:2.5% 0 0;
  color:#FFF;
  font-family: 'Zen Old Mincho', serif;
}

@media only screen and  (max-width: 820px) {
footer {
  padding:5% 0 0;
}
}

.footerArea {
  width:100%;
  max-width:1100px;
  box-sizing: border-box;
  padding:0 2%;
  margin:0 auto;
}

.footerL{
  width: 49%;
  box-sizing: border-box;
  padding:0 5% 0 0;
  text-align: center;
  display:inline-block;
  vertical-align:middle;
}

@media only screen and  (max-width: 1280px) {
.footerL{
  padding:0 2% 0 0;
}
}

@media only screen and  (max-width: 820px) {
.footerL{
  width: 100%;
  padding:1% 2%;
  text-align: center;
  display:block;
}
}

.ftr_ttl{
  margin:0 auto;
  font-size:0.9em;
}

.ftr_ttl img{
  width:100%;
  max-width:180px;
  height:auto;
  margin-left:10px;
  margin-bottom:10px;
}

@media only screen and  (max-width: 568px) {
.ftr_ttl{
  letter-spacing:0em;
}

.ftr_ttl img{
  max-width:120px;
}
}

.ft_tx{
  margin:1%;
  line-height:1.8;
  font-size:0.95em;
}

.ft_tx strong{
  font-size:1.4em;
  font-family: Roboto,sans-serif;
  font-weight:500;
  line-height:1.6;
}

@media only screen and  (max-width: 568px) {
.ft_tx{
  line-height:1.8;
}

.ft_tx strong{
  font-size:1.3em;
}
}

footer .fa{
  color:#52658F;
  margin-right:5px;
}

.ft_tx a {
  text-decoration: none;
  color:#FFF;
}

.ft_tx a:hover {
  color:#FFF;
  text-decoration:none;
}

.ft_tx2{
  margin:0 auto 2%;
  color:#FFF;
  font-family: Roboto,sans-serif;
  font-weight:400;
}

.ft_tx2 a {
  text-decoration: none;
  color:#FFF;
}
.ft_tx2 a:hover {
  color:#FFF;
  text-decoration:underline;
}

footer .f_contact{
  width: 50%;
  display:inline-block;
  vertical-align:middle;
  box-sizing: border-box;
  padding:1px;
  margin-bottom:1%;
}

@media screen and (max-width: 820px) {
footer .f_contact{
  width: 94%;
  margin: 0 3% 20px;
  display:block;
  clear:both;
  text-align: center;
}
}

footer .f_contact p{
  font-size:13px;
  margin:5px 0;
}

footer .f_contact p span{
  font-size:14px;
}

footer .f_contact p strong{
  font-size:1.4em;
  font-family: Roboto,sans-serif;
  font-weight:500;
  line-height:1.6;
}

@media only screen and  (max-width: 568px) {
footer .f_contact p strong{
  font-size:1.3em;
}
}

footer .f_contact .f-res{
  width:100%;
  max-width:400px;
  margin: 20px 0 0;
}

@media only screen and  (max-width: 820px) {
footer .f_contact .f-res{
  margin: 2% auto 0;
}
}

footer .f_contact .f-res li{
  margin:3% 0;
  text-align: center;
}

footer .f_contact .resv a {
  display:block;
  padding:12px 0 10px;
  border:1px solid #52658F;
  background:#52658F;
  color:#FFF;
  text-decoration: none;
}

footer .f_contact .resv a:hover {
  color:#52658F;
  background:#FFF;
  border:1px solid #FFF;
  text-decoration: none;
}

footer .f_contact .resv a .fa {
  color:#FFF;
}
footer .f_contact .resv a:hover .fa {
  color:#52658F;
}

footer .f_contact .web a {
  display:block;
  padding:12px 0 10px;
  border:1px solid #52658F;
  background:#FFF;
  color:#52658F;
  text-decoration: none;
}

footer .f_contact .web a:hover {
  color:#FFF;
  background:#52658F;
  text-decoration: none;
}

footer .f_contact .web a:hover .fa {
  color:#FFF;
}

footer .f_contact .f-menu{
  width:100%;
  margin: 20px 0 0;
}

@media only screen and  (max-width: 820px) {
footer .f_contact .f-menu{
  margin: 2% auto 0;
}
}

footer .f_contact .f-menu li{
  display:inline-block;
  margin:0 10px;
  font-size:13px;
}

@media only screen and  (max-width: 820px) {
footer .f_contact .f-menu li{
  margin:10px;
}
}

footer .f_contact .f-menu li a {
  text-decoration: none;
  color:#FFF;
}
footer .f_contact .f-menu li a:hover {
  color:#FFF;
  text-decoration: underline;
}

footer .copy{
  text-align: center;
  font-size:13px;
  margin-top:2%;
  color:#FFF;
  padding:10px 0 9px;
  width:100%;
  background:#52658F;
  font-family: Roboto,sans-serif;
  font-weight:400;
  letter-spacing : 0.03em;
}

@media only screen and  (max-width: 568px) {
footer .copy{
  font-size:12px;
  margin-top:4%;
  letter-spacing : 0em;
}
}

footer .copy a {
  text-decoration: none;
  color:#FFF;
}
footer .copy a:hover {
  color:#FFF;
}

/* page_top
------------------------------------------------- */
#page_top {
  position: fixed;
  bottom: 2.5%;
  right: 0;
  z-index:100;
  width:50px;
}

@media screen and (max-width: 568px) {
#page_top {
  width:35px;
  right: 7px;
  bottom: 5px;
}
}

#page_top img{
  width:100%;
  height:auto;
}

#page_top:hover img{
  opacity: .7;
}

/*HIDE
------------------------------------------------- */
.pcHide{display: none;}

@media screen and (max-width: 900px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

@media screen and (max-width: 568px) {
.pcHide{display: block;}
.spHide{display: none;}
}
