@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');


/*-----------------------------------------------
 __webfont
-----------------------------------------------*/

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NotoSerifJP-Regular.woff) format('woff2'),
       url(../fonts/NotoSerifJP-Regular.woff) format('woff');
  font-display: swap;
 }

.mincho {
  font-family: 'Noto Serif JP','Noto Serif Japanese', "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", '游明朝', YuMincho, 'HG明朝E', Meiryo UI,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 200;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff2) format('woff2'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.woff) format('woff'),
       url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Light.otf) format('opentype');
}
 
@font-face {
   font-family: 'Noto Sans Japanese';
   font-weight: 300;
   src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-DemiLight.otf) format('opentype');
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:400;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype")
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:500;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype")
}

@font-face{
  font-family:'Noto Sans Japanese';
  font-weight:700;
  src:url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"),
    url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype")
}

@font-face{
  font-family:'OpenSans';
  font-weight:400;
  src:url("../fonts/OpenSans-Regular.woff") format("woff"),
    url("../fonts/OpenSans-Regular.ttf") format("truetype")
}

@font-face{
  font-family:'OpenSans';
  font-weight:600;
  src:url("../fonts/OpenSans-Semibold.woff") format("woff"),
    url("../fonts/OpenSans-Semibold.ttf") format("truetype")
}

@font-face{
  font-family:'OpenSans';
  font-weight:700;
  src:url("../fonts/OpenSans-Bold.woff") format("woff"),
    url("../fonts/OpenSans-Bold.ttf") format("truetype")
}


/*-------------------------------------
css animation
------------------------------------*/


@-webkit-keyframes maskAnm{
  0%{width:0%}
  100%{width:100%}
}

@keyframes maskAnm{
  0%{width:0%}
  100%{width:100%}
}

/* @-webkit-keyframes maskAnmlast{
  0%,50%{
    left:0%;
    width:100%;
  }
  100%{
    left:100%;
    width:0%;
  }
} */

@-webkit-keyframes maskAnmlast{
  0%{
    left:0%;
    width:100%;
    opacity: 1;
  }
50%{
    left:50%;
    width:50%;
    opacity: 1;
  }
  99%{
    left:50%;
    width:50%;
    opacity: 0;
  }
  100%{
    left:100%;
    width:0%;
    opacity: 0;
  }
}

/* @keyframes maskAnmlast{
  0%,50%{
    left:0%;
    width:100%;
  }
  100%{
    left:100%;
    width:0%;
  }
} */

@keyframes maskAnmlast{
  0%{
    left:0%;
    width:100%;
    opacity: 1;
  }
50%{
    left:50%;
    width:50%;
    opacity: 1;
  }
  99%{
    left:50%;
    width:50%;
    opacity: 0;
  }
  100%{
    left:100%;
    width:0%;
    opacity: 0;
  }
}

@-webkit-keyframes maskAnmRe{
  0%{
    width:0%;
    /* right: 0%; */
  }
  100%{
    width:100%;
    /* right:0%; */
  }
}

@-webkit-keyframes maskAnmRehide{
  0%{
    width:100%;
    right: 0%;
  }
  100%{
    width:0%;
    right:100%;
  }
}

@-webkit-keyframes maskAnmhide{
  0%{
    width:100%;
    left: 0%;
  }
  100%{
    width:0%;
    left:100%;
  }
}

@keyframes maskAnmRe{
  0%{
    width:0%;
    /* right: 0%; */
  }
  100%{
    width:100%;
    /* right:0%; */
  }
}

@keyframes maskAnmRehide{
  0%{
    width:100%;
    right: 0%;
  }
  100%{
    width:0%;
    right:100%;
  }
}

@keyframes maskAnmhide{
  0%{
    width:100%;
    left: 0%;
  }
  100%{
    width:0%;
    left:100%;
  }
}

@-webkit-keyframes coverhide{
  0%{
    width:100%;
  }
  100%{
    width:0%;
  }
}

@keyframes coverhide{
  0%{
    width:100%;
  }
  100%{
    width:0%;
  }
}



@-webkit-keyframes maskAnmlastRe{
  0%{
    right:0%;
    width:100%;
    opacity: 1;
  }
50%{
    right:50%;
    width:50%;
    opacity: 1;
  }
  99%{
    right:50%;
    width:50%;
    opacity: 0;
  }
  100%{
    right:100%;
    width:0%;
    opacity: 0;
  }
}

@keyframes maskAnmlastRe{
  0%{
    right:0%;
    width:100%;
    opacity: 1;
  }
50%{
    right:50%;
    width:50%;
    opacity: 1;
  }
  99%{
    right:50%;
    width:50%;
    opacity: 0;
  }
  100%{
    right:100%;
    width:0%;
    opacity: 0;
  }
}

@-webkit-keyframes copyfadeIn{
  0%{
    opacity:0;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100%{
    opacity:1;
    transform: scale3d(1.0, 1.0, 1.0);
  }
}

@keyframes  copyfadeIn{
  0%{
    opacity:0;
    transform: scale3d(1.2, 1.2, 1.2);
  }
  100%{
    opacity:1;
    transform: scale3d(1.0, 1.0, 1.0);
  }
}

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

@keyframes  copyfadeOut{
  0%{opacity:1}
  100%{opacity:0}
}


@-webkit-keyframes NoMasktlt{
  0%{
    width:100%;
  }
/*   50%{
    width:75%;
  } */
  100%{
    width:0%;
  }
}

@keyframes NoMasktlt{
  0%{
    width:100%;
  }
/*   50%{
    width:75%;
  } */
  100%{
    width:0%;
  }
}

@-webkit-keyframes NoMasktlt2{
  0%{
    left:0%;
    width:100%;
  }
/*   50%{
    width:75%;
  } */
  100%{
    left:100%;
    width:0%;
  }
}

@keyframes NoMasktlt2{
  0%{
    left:0%;
    width:100%;
  }
/*   50%{
    width:75%;
  } */
  100%{
    left:100%;
    width:0%;
  }
}


@-webkit-keyframes barShow{
  0%{
    width:0%;
  }
  100%{
    width:100%;
  }
}

@keyframes barShow{
  0%{
    width:0%;
  }
  100%{
    width:100%;
  }
}

@-webkit-keyframes scrolldown{
  0%{
    top: -50px;
  }
  100%{
    top: -50px;
  }
}

@keyframes  scrolldown{
  0%{
    top: -50px;
  }
  100%{
    top: -50px;
  }
}

@-webkit-keyframes txtInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes txtInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


@-webkit-keyframes txtOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes txtOutDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}


/* @-webkit-keyframes scrollDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes scrollDown {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
}
 */

@-webkit-keyframes bgroop {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -1003px 0;
    }
}
@keyframes bgroop {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -1003px 0;
    }
}

@-webkit-keyframes bgroop_b {
    from {
        background-position: 0  0;
    }
    to {
        background-position: -894px 0;
    }
}
@keyframes bgroop_b {
    from {
        background-position: 0 0;
    }
    to {
        background-position: -894px 0;
    }
}

/*-----------------------------------------------
 __default style
-----------------------------------------------*/
 y, html {
    /* important */
    height: 100%;
    width: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height:1.6;
  font-size: 100%;
  font-family:"sans-serif", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000000;
  width:100%;
  overflow-x: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body:not(:target) {
    font-size: 15px; /* IE11（\9を消せばIE11にも適用） */
  }
}

/* .mincho{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
} */

h1 {
  margin: 0;
  padding: 0 0 0px 0;
  font-size: 450%;
  color: #000;
  /* min-height: 400px; */
  text-shadow: none;
  letter-spacing: 0.2em;
    text-align: left;
}

.h1-eg {
    font-size: 150%;
    font-weight: 500;
    letter-spacing: .1rem;
}

.under-h1 {
    position: relative;
    width: 1000px;
}

.under {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}



h2 {
  margin: 10px auto 70px;
  padding: 15px 0px;
  font-size: 280%;
  color: #fff;
  font-weight: 400;
  min-height: 30px;
  text-align: left;
  letter-spacing: 0.2em;
  text-align: left;
  background: #F4AF1B;
    border-radius: 50px;
    width: 50%;
    box-shadow: 0px 3px 6px rgba(129, 129, 129, 0.4);
}


h2.h2-02 {
  margin: 10px auto 40px;
  padding: 15px 0px;
  font-size: 280%;
  color: inherit;
  font-weight: 400;
  min-height: 30px;
  text-align: left;
  letter-spacing: 0.2em;
  text-align: center;
  background: none;
    border-radius: none;
    width: 100%;
    box-shadow:none;
}



h3 {
  margin: 20px 0px 5px;
  padding: 10px 5px;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
  text-indent: 0px;
  letter-spacing: 0.1em;
  font-weight: 500;
    margin: 0 auto;
    width: 100%;
}

h3 {
	position: relative;
    position: absolute;
	display: table-cell;
    left: 50%;
  transform: translateY(-50%) translateX(-50%);
	padding: 0 30px;
    
}
h3:before, h3:after {
	content: '';
	position: absolute;
	top: 50%;
    
	display: inline-block;
	width: 44px;
	height: 3px;
	background-color: #F4AF1B;
}
h3:before {
	left:  150px;
	transform: rotate(60deg);
}
h3:after {
	right: 150px;
	transform: rotate(-60deg);
}

.h3_sec {
    padding: 50px 0 0 0;
    text-align: center;
    margin: 0 auto;
    position: relative;
}



h4 {
	position: relative;
    margin: 10px 0px 0px;
    padding: 10px 0px 10px;
	padding-left: 45px;
    font-size: 110%;
    margin: 30px 0 5px 0;
    /* min-height: 32px; */
    letter-spacing: 0.1em;
    background: #EEF3F6;
    
}
h4:before {
	position: absolute;
	content: '';
	top: calc(55% - 5px);
	width: 20px;
	left: 15px;
	height: 4px;
	border-top: solid 4px #133B55;
}


h5 {
  margin: 20px 0 5px 0;
  padding: 0px;
  font-size: 110%;
  font-weight: bold;
  color: #133B55;
    letter-spacing: .1rem;
}


h6 {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-weight: normal;
}

.subeng{
  width: 100%;
  padding: 20px 0;
  margin: 0 auto;
  color: #333;
  font-size: 150%;
  text-align: center;
  letter-spacing: 0.3em
}

.subeng.v2{
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

p {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}

ol {
	margin: 0px;
	padding: 0px;
}

.main-nav li {
	line-height: 0.2;
}

li {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
    list-style: none;
    list-style-image: none;
}

ul.list-style  {
    padding-left: 20px;
    margin: 0;
}

ul.list-style li {
	list-style: disc;
    padding: 10px 0;
}

ul.list-style2  {
    padding-left: 20px;
    margin: 0;
}

ul.list-style2 li {
	list-style: disc;
    padding: 10px 0;
}

ul.list-m.list-line {
    margin: 20px 0;
    list-style: none;
}

ul.list-m.list-line li::after {
    display: block;
    content: '';
    position: absolute;
    top: 14px;
    left: 0.5em;
    width: 12px;
    height: 2px;
    background-color: #FFDD00;
}

ul.list-m.list-line li {
    padding-bottom: 7px;
    border-bottom: 2px dotted #ccc;
    font-size: 90%;
    margin-left: 0;
    padding-left: 30px;
    padding-top: 5px;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 10px;
}



/* ul.list-style.list-m {
     padding-left: 25px;
    margin: 20px 0;
}


ul.list-style.list-m li {
    padding: 5px 0;
} */

.main-nav li {
	margin: 0px;
	padding: 0px;
	line-height: 0.2;
    list-style: none;
    list-style-image: none;
}
ol li {
    list-style: decimal;
}

dl {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}

dt {
	margin: 0px;
	padding: 0px;
	line-height: 1.2;
}

dd {
	margin: 0px;
	padding: 0px;
}

blockquote {
	margin: 0px;
	padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

input {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

img {
  border: medium none;
}


/*ここからテーブル*/
table {
  margin-top: 0.1em;
  margin-bottom: 0.1em;
  border-collapse: collapse;
  border: 1px solid #999999;
  font-size: 100%;
}

table.nobdr{
    border: 0px solid #999999;
}

table.design{
  
}

table.table004 caption {
  margin-top: 1em;
  text-align: left;
}

table tr.line2n{
  background-color: #cae4ff;
}

table td {
  border: solid 1px #acacac;
  padding: 8px;
}

table th {
  border: solid 1px #61b8e8;
  border: solid 1px #acacac;
  padding: 8px;
  background: #f9fcff;
  text-align: center;
  font-weight: normal;
  font-weight: 500;
}


table td.nobdr, table th.nobdr{
  border: solid 0px #999;
}

table.nobdr th, table.nobdr td{
  border: solid 0px #999;
}

table td.bdr_b, table th.bdr_b{
  border: 0px dotted #cccccc;
  border-bottom: dotted 1px #cccccc;
}

table.time{
  margin-bottom: 50px;
}

table.time th{
  background-color: #f5f5f5;
  font-weight: 500;
}

table.time td, table.time th{
  padding: 12px 8px;
}

table.time caption{
  background-color: #01419a;
  color: #fff;
  margin: 0;
  padding: 12px 0;
  font-size: 130%;
  font-weight: 500;
  text-align: center;
}

table.time .bikou{
  width: 20%;
}


.wt100{
  width: 100%;
}

.wt98{
  width: 98%;
}

.wt90{
  width: 90%;
}

.wt10{
  width: 10%;
}

.wt15{
  width: 15%;
}

.wt20,.wt20t{
  width: 20%;
}

.wt23{
  width: 23%;
}

.wt25{
  width: 25%;
}

.wt30{
  width: 30%;
}

.wt33{
  width: 33%;
}

.wt35{
  width: 35%;
}

.wt40,wt40t{
  width: 40%;
}

.wt43{
  width: 43%;
}

.wt50{
  width: 50%;
}

.wt60{
  width: 60%;
}

.wt65{
  width: 65%;
}

.wt70{
  width: 70%;
}

.wt80{
  width: 80%;
}

.fs250{
  font-size: 250%;
}

.fs150{
  font-size: 150%;
}

.fs130{
  font-size: 130%;
}

.fs80{
  font-size: 80%;
}

.fs120{
  font-size: 120%;
}

select {
  
}

.pdd10{
  padding: 10px;
}

.c-txt{
  text-align: center;
}

.l-txt{
  text-align: left;
}

.r-txt{
  text-align: right;
}

.v-mdl{
  vertical-align: middle;
}

.t_int{
  text-indent: 20px;
}

.m_auto{
  margin: 0 auto;
}

.red{
  color: #D64141;
}

.blue{
  color: #0056c5;
}

.s_blue{
  color: #26b4ff;
}

.gray{
  color: #666666;
}

.lgreen{
  color: #0eaa32;
}

.white{
  color: #fff;
}

.cl:before,
.cl:after{
  content:"";
  display: table;
}
.cl:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cl{
  *zoom:1;
}

.inblk{
  display: inline-block;
  vertical-align: top;
}

.pc{
  display: inherit;
}

.sp{
  display: none;
}

.anim_fadeup, .anim_fadeup2n, .anim_right{
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  /* opacity: 0; */
}

.anim_fadeup.op0{
  opacity: 0;
}

.anim_fadeup.is_show{
  -webkit-animation: 1.0s ease-in-out .3s forwards fadeInUp;
  animation: 1.0s ease-in-out .3s forwards fadeInUp;
}

.anim_fadeup2n.is_show{
  -webkit-animation: 1.0s ease-in-out .7s forwards fadeInUp;
  animation: 1.0s ease-in-out .7s forwards fadeInUp;
}

.anim_fadeup2n.is_show .top_img1{
  -webkit-animation: 1.0s ease-in-out forwards fadeInUp;
  animation: 1.0s ease-in-out forwards fadeInUp;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.anim_fadeup2n.is_show .top_img2{
  -webkit-animation: 1.0s ease-in-out forwards fadeInUp;
  animation: 1.0s ease-in-out forwards fadeInUp;
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}


/*-----------------------------------------------
 __Base Link Color Setting
-----------------------------------------------*/

a:link {
	BACKGROUND-COLOR: transparent;
	/*color: #000099;*/
	color: #004b8c;
	text-decoration: underline;
}

a:visited {
	color:#004b8c;
	/* color:#d4bd7f; */
	text-decoration: underline;
}

a:hover {
	/*font-weight: bold;*/
	color: #c70026;
	text-decoration: underline;
}

a:active {
	/*color: #1e90ff;*/
}


/*-----------------------------------------------
 __Link button
-----------------------------------------------*/
.linkbtn{
  width:280px;
  margin: 50px auto 0px;
  text-align: left;
  position: relative;
}

.linkbtn.btn02{
  width:150px;
  text-align: right;
  margin-top: 10px;
  margin-right: 0;
}

.linkbtn.btn02 a {
  line-height: 35px;
    font-size: 90%;
    letter-spacing: .1rem;
}

.linkbtn a{
  width: 100%;
  display: block;
  margin: 0;
  text-align: center;
  text-decoration:none;
  background-color: transparent;
  font-size: 110%;
  font-weight: 500;
  color: #fff;
  border: 1px solid #133B55;
  background-color: #133B55;
}

.linkbtn a {
  outline: none;
  position: relative;
  z-index: 2;
  line-height: 50px;
  overflow: hidden;
}
.linkbtn.sub a{
  color: #fff;
  background-color: #812e2e;
  padding: 0 10px;
  font-size: 100%;
  line-height: 40px;
}

 .linkbtn a::before,
.linkbtn a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.linkbtn a,
.linkbtn a::before,
.linkbtn a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.linkbtn a:hover {
  color: #133B55;
    background: #fff;
}


.linkbtn a::after {
  z-index: -1;

}

/*-----------------------------------------------
 __container
-----------------------------------------------*/

section{
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
}

#wrapper_out {
  margin: 0 auto;
  padding: 0;
  min-width: 1180px;
  max-width: 100%;
  text-align: left;
}

.wrapper {
  margin: 0 auto 0;
  padding: 0px 0px;
  padding: 1px 0px 0;
  width: 100%;
  text-align: left;
  z-index: 10;
}

.wrapper.bg01 {
  background: #FFFBEE;
    border-top: 10px solid #FEDB77;
}


.wrapper.bg01.none {
    border-top: none;
}

.wrapper.bg-foot {
  background: #FFFBEE;
}

.txt_sec{
  margin: 0 auto 0;
  padding: 0px 10px 15px;
    width: 50%;
}

.content {
  padding: 200px 10px 130px 10px;
  width: 1100px;
  margin: 0px auto;
}

.content p{
  padding: 10px 0px;
  margin: 0 auto;
}

.content.foot-content {
  padding: 80px 10px 100px 10px;
  width: 1100px;
  margin: 0px auto;
}



/*----------------------------------------
ヘッダー
------------------------------------------*/

header{
  padding: 0 0;
  margin: 0 auto;
  min-width: 1180px;
  max-width: 100%;
  max-height: 70px;
  width: 96%;
  /* background-color: #FFD55A; */
     background-color: #FFFBEE;
  position: fixed;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, 0%);
  top: 26px;
  z-index: 500;
  -moz-transition: all .3 ease;
  -webkit-transition: all .3 ease;
  transition: all .3s ease;
  box-shadow: 0px 3px 6px rgba(183, 183, 183, 0.4);
    border-radius: 50px;
}

/* header.fix{
  width: 100%;
  margin: 0 auto;
  top: 0px;
} */


/*----------------------------------------
トップスライド
------------------------------------------*/
#top_slide{
  padding: 0 0 0px;
  margin: 70px auto 0;
  min-width: 1180px;
}


.s_cover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.1);
    background-image: url(image/05.png);
    background-repeat: repeat;
    z-index: 10;
}



.top_cover{
  /* padding: 10; */
  width: 100%;
  height: 100%;
  margin: 0 auto;
  min-width: 1024px;
  z-index: -10;
  background-color: #fff;
  background-image: url(../img/copy_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 1;
}

.top_cover.noshow{
  opacity: 0;
}

.s_cover.v2{
  height: 420px;
}


html, body { height:100%; }
/* すべての写真を格納するdiv定義 */

#pcontainer {
    position:relative;
    width:100%;
    height: 100vh;
   /*  margin: 65px 0 0; */
}


.slide-top {
   /* display: flex;
    justify-content:  center;
    position: relative; */
    background-image: url(image/slide-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 100vh;
        margin-top: 130px;
    background-position: right bottom;
}





/* .slide-right {
    background-image: url(image/slide-right.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 55%;
    height: 100vh;
} */

p.top-p {
    font-size: 270%;
    line-height: 2;
    font-weight: 400;
}

p.line span{
     background:linear-gradient(transparent 70%, rgba(255, 213, 90, 0.62) 70%);
    color: #B20000;
    font-size: 160%;
    font-weight: 400;
}


p.top-p span{
     background:linear-gradient(transparent 70%, rgba(255, 213, 90, 0.62) 70%);
}


.slide-left {
    /* padding: 250px 0 0 70px; */
    width: 60%;
    position: absolute;
    top: 45%;
    left: 5%;
    transform: translateY(-50%) ;
    -webkit- transform: translateY(-50%);
}

.service-top {
    background: #FFFBEE;
    padding: 20px 30px;
    border-radius: 30px;
    margin-top: 50px;
    width: 50%;
    min-width: 60%;
}

.service-top p {
    padding: 5px 0;
    font-weight: 500;
    letter-spacing: .1rem;

}

.tel-top {
    border-top: solid #D64141 2px;
    margin-top: 15px;
    text-align: center;
}


.tel-flex {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: 75%;
}

.tel-flex p {
    font-size: 250%;
    /* font-weight: bold; */
    letter-spacing: .2rem;
    padding: 0 10px 0 10px;
    color: #D64141;
    text-align: center;
    margin: 30px 0;
    width: 100%;
}


.arrow-top {
    display: flex;
}


.tel-flex img {
    width: 40px;
}

.arrow-top {
    margin: 50px 0;
    width: 50%;
    justify-content: center;
    
}

.arrow-top a {
     display: block;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    width: 100%;
    text-decoration: none;
    
}

.arrow-top a .arrow-p {
    /* width: 70%; */
    font-size: 120%;
    padding-right: 15px;
    
}

.arrow-top a  {
    color: inherit;
    
}


.arrow-top {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-top a .arrow-img {
   transition: 0.3s;
    
}

.arrow-top a:hover .arrow-img {
   /* display: flex;
    justify-content:  center;
    position: relative; */
    background-image: url(image/arrow02.png);
    /* background-position: right bottom; */
    
    
}

.arrow-img {
   /* display: flex;
    justify-content:  center;
    position: relative; */
    background-image: url(image/arrow01.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35%;
    height: 65px;
    /* background-position: right bottom; */
    
}


.orange-line {
    background: #FFD55A;
    color: #fff;
    padding: 35px;
    text-align: center;
    font-size: 180%;
    font-weight: bold;
    letter-spacing: .1rem;
    
}



.flex-box {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 20px 0;
}


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

.h3-sp {
  display: none;
}

.flex-item {
    background: #FFFBEE;
    border: 2px solid #F4AF1B;
    border-radius: 40px 10px 40px 10px;
    width: 38%;
    padding: 40px 30px;
    letter-spacing: .1rem;
}


.fff .flex-item {
    background: #fff;
}


.flex-item p {
    padding: 0;
}

.flex-item p.cost {
    font-size: 150%;
}


.flex-item p.price span {
    color: #D64141;
    font-size: 170%;
}

.flex-item p.price {
    font-size: 100%;
}

p.price span {
    background: linear-gradient(transparent 70%, rgba(255, 213, 90, 0.62) 70%);
}

.cost-img01 {
    background-image: url(image/icon01.png);
    background-repeat: no-repeat;
    background-position: 350px;
    background-size: 100px;
}

.cost-img02 {
    background-image: url(image/icon02.png);
    background-repeat: no-repeat;
    background-position: 350px;
    background-size: 100px;
}

.fff .cost-img01 {
    background-image: url(image/icon01.png);
    background-repeat: no-repeat;
    background-position: 350px;
    background-size: 100px;
}

.fff .cost-img02 {
    background-image: url(image/icon02.png);
    background-repeat: no-repeat;
    background-position: 350px;
    background-size: 100px;
}

      
.fff.srvall .cost-img01 {
    width: 90%;
    padding: 30px 10px;
    margin: 0 auto 30px;
    background-position: 10px;
    background-size: 70px;
    background-image: url(image/icon07.png);
}
      
.fff.srvall .cost-img02 {
    width: 90%;
    padding: 30px 10px;
    margin: 0 auto 30px;
    background-position: 15px;
    background-size: 60px;
    background-image: url(image/icon06.png);
}
      
.fff.srvall .cost-img03 {
    width: 90%;
    padding: 30px 10px;
    margin: 0 auto 30px;
    background-position: 20px;
    background-size: 60px;
    background-image: url(image/icon10.png);
    background-repeat: no-repeat;
}
      
.fff .price {
    padding-left: 90px;
}



.srv_sec {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.service-box{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
  /* border: 0px solid #ccc; */
    margin: 100px 0 30px 0;
}

.service-item{
  /* width:calc(25% - 2px); */
  width:calc(23% - 2px);
  text-align: center;
  background-color: #fff;
  border: 3px solid #F4AF1B;
    border-radius: 10px;
    min-height: 310px;
    margin-bottom: 25px;
}

.service-item.lastchild{
  display: none;
}

p.service-p {
  margin: 15px 0;
}


.service-item.none{
  /* width:calc(25% - 2px); */
  width:calc(23% - 2px);
  text-align: left;
  background-color: inherit;
  border: none;
    border-radius: none;
    margin-bottom: 25px;
    background-image: url(image/logo01.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 140px;
    
}

.service-item.none p{
 text-align: center;
    font-size: 120%;
    line-height: 1.8;
    padding: 30px 0 0 15px;
    font-weight: 700;
}


.service-item.none p span{
    font-size: 150%;
}


.service-item.none p span{
 background: linear-gradient(transparent 70%, rgba(255, 213, 90, 0.62) 70%);
}


.service-item {
  text-decoration: none;
  color: #333;
  padding: 10px 0;
  display: block;

}

.service-item p{
  padding: 0;
  letter-spacing: .1rem;
    text-align: center;
    font-size: 120%;
  /*color: #333;*/
}

.service-item p span.fs-small{
    font-size: 75%;
  /*color: #333;*/
}


.srvicon{
  border-radius: 50%;
  /* width: 180px; */
  width: 80%;
  /* height: 160px; */
  margin: 0 auto;
 -moz-transition: all .5 ease;
  -webkit-transition: all .5 ease;
  transition: all .5s ease;
    background-size: 45px;
    background-repeat: repeat;
    padding-bottom: 0px;
}


.srvicon img{
  width: 90%;
  padding-top: 0%;
}

.srvicon.wt-img01 img {
  width: 65%;
}


.srvicon.wt-img02 img {
  width: 80%;
  padding-top: 30%
}

h3 span{
 background: linear-gradient(transparent 70%, rgba(255, 213, 90, 0.62) 70%);
}


.flex-item.flex-none {
    margin: 0 auto;
    width: 70%;
    padding: 70px 60px;
    /* margin-top: 100px; */
}


.area {
    display: flex;
    align-items: center;
}


.area p{
    font-size: 150%;
}

.cat02 {
    background-image: url(image/logo02.png);
    width: 70%;
    height: 80px;
    background-size: 180px;
    background-repeat: no-repeat;
    background-position: right bottom;
    margin: 0 auto;
}


.flex-item.flex-none.line-item {
    margin: 0 auto;
    width: 70%;
    padding: 70px 60px;
    background: #0CAB4B;
    border: none;
    font-size: 100%;
    margin-top: 150px;
    position: relative;
}

.line-img {
    position: absolute;
    top: -50px;
    width: 100%;
}



.flex-item.flex-none.line-item p{
    font-size: 110%;
    color: #fff;
    /* width: 80%; */
    /* margin: 0; */
    width: 78%;
    margin: 0 2% 0 0;
}

.flex-item.flex-none.line-item  img{
    width: 20%;
}

.contact-box {
    margin: 40px 0 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .1rem;
}

.contact-p {
    font-size: 150%;
}

.contact-item.tel {
   display: flex;
    align-items: center;
}

.contact-item img {
    width: 10%;
    margin: 0 10px 0 50px;
}

p.contact-tel {
    font-size: 260%;
    width: 100%;
}

dl.kurashi {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    font-size: 110%;
    letter-spacing: .1rem;
    margin-top: 10px;
}

dl.kurashi dt {
  width: 20%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

dl.kurashi dd {
  width: 80%;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.kurashi-foot {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.kurashi-title {
    width: 55%;
}

.kurashi-dl {
    width: 45%;
}

.kurashi-title p {
    padding: 0;
    line-height: 2;
}

.kurashi-title p a {
    font-size: 200%;
    text-decoration: none;
    color: inherit;
}


/* 表示画面サイズ幅が640px以下で画像切り替え */
@media screen and (max-width: 640px) {
#photo1 { background-image: url(image/top_slide01.png); }
}

/*----------------------------------------
フッター
------------------------------------------*/





/*-------------------------------------------
webfont-set
-------------------------------------------*/
.noto_100{
  font-family:'Noto Sans Japanese';
  font-weight: 100;
}

.noto_200{
  font-family:'Noto Sans Japanese';
  font-weight: 200;
}

.noto_300{
  font-family:'Noto Sans Japanese';
  font-weight: 300;
}

.noto_400{
  font-family:'Noto Sans Japanese';
  font-weight: 400;
}

.noto_500{
  font-family:'Noto Sans Japanese';
  font-weight: 500;
}

.noto_700{
  font-family:'Noto Sans Japanese';
  font-weight: 700;
}

.open_400{
  font-family:'OpenSans';
  font-weight: 400;
}

.open_500{
  font-family:'OpenSans';
  font-weight: 500;
}

.open_700{
  font-family:'OpenSans';
  font-weight: 700;
}







/* HEADER
------------------------------- */

.page-header {
    display: flex;
    justify-content: space-between;
    min-width: 100%;
    
}

.logo img {
    width:100%;
    /* padding: 12px 0 0px 10px; */
    -moz-transition: all .3 ease;
    -webkit-transition: all .3 ease;
    transition: all .3s ease;
    
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px 0 0px 15px;
    position: relative;
    overflow: hidden;
}

.cat-img {
    background-image: url(image/logo03.png);
    background-repeat: no-repeat;
    background-size: 80px;
    width: 60px;
    height: 65px;
    overflow: hidden;
    background-position: bottom left 10px;
    padding-left: 40px
}


.main-nav li.tel-img a {
    padding: 0px 0;
}

li.tel-img {
   
}

li.tel-img img {
    width: 50px;
}

.logo a {
    text-decoration: none;
    color: inherit;
}

.logo-name {
    font-size: 160%;
    line-height: 0.8;
    padding: 0;
    margin: 0;
    letter-spacing: 0.1rem;
   /*  font-weight: bold; */
    
}

.logo-name span {
    font-size: 50%;
    font-weight: normal;
    letter-spacing: 0;
}


.main-nav {
    font-size: 100%;
    list-style: none;
    display: flex;
    align-items: center;
}


.main-nav li a {
    color: inherit;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 33px 0;
    margin-right: 40px;
    text-align: center;
    -moz-transition: all .3 ease;
   -webkit-transition: all .3 ease;
    transition: all .3s ease;
   /*  font-weight: bold; */
    font-size: 100%;
    text-decoration: none;
    /* font-weight: 500; */
    letter-spacing: .1rem;
}

.main-nav li a:hover {
   color: #F4AF1B;
}






/* 改行
------------------------------- */

@media screen and (min-width: 650px){
  .pc-br { display:block; }
  .sp-br { display:none; }
}
@media screen and (max-width: 650px){
  .pc-br { display:none; }
  .sp-br { display:block; }
}







/* リンク
------------------------------- */

.list-item ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0px 0;
    font-weight: 500;
}


.list-item li {
    padding: 15px 10px;
    width: 30%;
    letter-spacing: 0.1rem;
}

.list-item a {
   text-decoration: none;
    color: #303030;
    transition: 0.2s;
}

.link-box {
   display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-box .list-item {
   width: 70%;
}

.link-box .btn-item {
   width: 25%;
}

.link-box .btn-item a {
   width: 96%;
    padding: 0;
    margin: 0;
    border: 5px solid #fafafa;
    transition: 0.3s;
}

.list-item li a:hover {
    color: #53cbff;
}







/* トップリンク
------------------------------------------*/
/* page-top */
#page-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 77%;
  z-index: 500;
}

.arr_sec {
  /* background-color: #5ce121; */
  background-color: #F4AF1B;
  text-decoration: none;
  color: #fff;
  width: 64px;
  height: 64px;
  text-align: center;
  display: block;
/*   border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%; */
  cursor: pointer;
  box-shadow: 0px 2px 10px rgba(255, 226, 147, 0.4);
    border-radius: 50px;
}


p.top_bar{
  width:25px;
  margin: 0 auto;
  padding: 15px 0 0;
  border-bottom: 4px solid #fff;
  display: block;
}


.top_arr{
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 0;
  padding-left: 15px;
  -webkit-transition: all .2 ease;
  transition: all .2s ease;
}

.top_arr::before{
  content: '';
  width: 15px;
  height: 15px;
  border: 0px;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 95%;
  left: -1.5px;
  margin-top: -4px;
}

.arr_sec:hover .top_arr{
  margin-top: 5px;
}


.copyright {
    /* border-top: 1px solid #fff; */
   background-image:url(image/copyright.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.copyright p {
    text-align: center;
    /* color: #fff; */
    padding: 20px 0;
   
}

footer{
  width: 100%;
  margin: 0px 0 0;
  padding: 0px 0 0;
}


/*-----------------------------------------------
 __ホバーメニュー
-----------------------------------------------*/
.navbtn{
  position: fixed;
  /* top: 0px; */
  /* top: 27px; */
  /* right: 0px; */
  z-index: 9000;
  -webkit-transition: all .5 ease;
  transition: all .5s ease;
  display: none;
}

.navbtn.telsp{
  position: fixed;
  top: 0px;
  /* top: 27px; */
  right: 100px;
  z-index: 9000;
  -webkit-transition: all .5 ease;
  transition: all .5s ease;
  display: none;
}

.navbtn.mini{
  top: 22px;
  /* top: 13px; */
}

.navtxt{
  position: fixed;
  top: 58px;
  right: 12px;
  z-index: 9000;
  -webkit-transition: all .5 ease;
  transition: all .5s ease;
  color: #fff
}

.navtxt.mini{
  top: 43px;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 30px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  /* background-color: #00196b; */
  background-color: #F4AF1B;
  border-radius: 4px;
    box-shadow: 0px 2px 5px rgb(252, 226, 196);
}



.menu-trigger span:nth-of-type(1) {
    top: 23px;
    left: 6px;
}
.menu-trigger span:nth-of-type(2) {
    top: 35px;
    left: 6px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: -20px;
  left: 6px;
}

.navbtn .menu-trigger.active span, .navbtn.mini .menu-trigger.active span {
  /* background-color: #fff; */
    box-shadow: none;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg);
}

.hover_sec{
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto;
  z-index: 100;
  /* background-color: #0056c5; */
  /* background-color: #fff; */
  background-color: rgba(0,0,0,0.3);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.hover_sec.active{
  visibility: inherit;
  opacity: 1;
}

.kurashi-hover {
    font-size: 170%;
    letter-spacing: 0.1rem;
    padding-top: 15px;
}


.menu_inner{
  /* min-width: 100%; min-height: 100%; */
  width: auto; height: auto;
  width: 85%;
  height: 90vh;
  padding: 0;
  z-index: 800;
  background-color: #fff;
  /* background-color:rgba(14, 170, 50, 0.75);
  background-color:rgba(60, 60, 60, 0.8); */
  /* background-color:rgba(0, 52, 34, 0.9); */
  position: relative;
  float: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  /* overflow-y: scroll; */
  border-radius: 20px;
  margin: 10px 10px 0 auto;
  box-shadow: 0 5px 10px rgba(150, 150, 150, 0.5);
    background-image: url(image/nav.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
   z-index: 1000;
    background-image: url(image/hover.png);
    background-size: cover;
}

.menu_img{
/*   width: 50%;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
  flex-basis: 50%;
  display: block;
  position: relative; */
  margin: 0 auto;
  padding: 0;
  flex-basis: 50%;
  display: block;
  opacity: 0;
}

.menu_img.is_show{
  -webkit-animation: 1.0s ease-in-out .3s forwards fadeInUp;
  animation: 1.0s ease-in-out .3s forwards fadeInUp;
}

/* .m_pict{
  width: calc(100% - 160px);
  height: calc(100% - 80px);
  margin: auto;
  position: absolute;
  top: 40px;
  left: 80px;
  opacity: 1;
  pointer-events: none;
  overflow: hidden;
  transition: opacity .6s ease;
} */

.menu_info{
  width: 70%;
  max-width: 600px;
  margin: 0px auto;
  padding: 20px 0;
  list-style-type: none;
  list-style-image: none;
  letter-spacing: -.40em;
  text-align: center;
  border: 3px solid #01419a
}

.menu_info li{
  display: block;
  letter-spacing: normal;
  margin: 0 2%;
  padding: 10px 0;
  background-color: transparent;
  /* width: 46%; */
  vertical-align:middle;
  /* min-height: 60px; */
}

.menu_info li img{
  width: 30%;
}

.menu_txt{
  color: #01419a;
}

.menu_txt span{
  font-size: 180%;
}

.menu_txt p{
  font-size: 130%;
  line-height: 2.0;
  padding-bottom: 0px;
}

.menu_info li.addtxt{
  color: #01419a;
  line-height: 1.6;
  padding-bottom: 30px;
}

/* .m_pict{
  background-image: url(../pic/l_img00.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

} */

.menu_link {
    width: 80%;
    margin: 0 auto;
   /*  margin-top: 15%; */
}

.tel-flex {
    display: flex;
    /* align-items: center;
    line-height: 1.4rem; */
    width: 100%;
    justify-content: center;
    align-items: center;
}



.menu_link ul {
    margin-bottom: 10px;
    margin-top: 30px;
    
}

.menu_link ul li {
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 5px #FFD55A solid;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 25px;
    
}

.menu_link ul li a {
    text-decoration: none;
    color: #000;
    font-size: 120%;
    letter-spacing: 0.1rem;
    
    
}




.mlink{
  width: 100%;
  padding: 0 0 0;
  margin: 30px auto 0;
  list-style-type: none;
  list-style-image: none;
  letter-spacing: -.40em;
  /* text-align: center; */
  max-width: 600px;
  /* border-top: 1px solid #00196b; */
}

.mlink:first-child{
  /* margin-bottom: 30px; */
}

.mlink li{
  letter-spacing: normal;
  width: 100%;
  margin: 5px 0;
  padding: 5px 0;
  font-size: 120%;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  opacity: 0;
  /* border-bottom: 1px solid #00196b; */
  background-color: #fff;
}

/* .menu_link.is_show .mlink li{
  -webkit-animation: 0.2s ease-in-out forwards fadeInUp;
  animation: 0.2s ease-in-out forwards fadeInUp;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
} */

.mlink li.sub{
  width: 30%;
  font-size: 100%;
  padding: 10px 0;
}

.mlink li a{
  width: 90%;
  margin: 0 auto;
  height: auto;
  padding: 5px 0;
  display: block;
  color: #fff;
  color: #000;
  text-decoration: none;
  position: relative;
  -moz-transition: all .5 ease;
  -webkit-transition: all .5 ease;
  transition: all .5s ease;
  cursor: pointer;
}

.mlink li a::after{
  display: block;
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 8px;
  right: 0px;
  color: #000;
  font-weight: bold;
  font-size: 80%;
   background-color: transparent;
  -moz-transition: all .3 ease;
  -webkit-transition: all .3 ease;
  transition: all .3s ease;
}

.mlink li a:hover:after{
  right: -10px;
}


a.btn.sp-nav,
a.btn.sp-nav,
button.btn.sp-nav {
  font-size: 90%;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border-radius: 0.5rem;
  width: 80%;
    margin: 0 auto;
    margin-bottom: 15px;
}

/* a.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
    width: 100%;
}
 */


a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn--contact {
  font-size: 100%;
  width: 85%;
  margin: 0 auto;
  display: block;

  padding:15px 20px;

  color: #fff;
  border-radius: 100vh;
  background: #ff8419;
  -webkit-box-shadow: 0 5px 0 #cb5300;
  box-shadow: 0 5px 0 #cb5300;
  margin-bottom: 20px;
}

a.btn--contact i {
  font-size: 1.5rem;
}

a.btn--contact i.fa-position-left {
  font-size: 1.5rem;

  left: 1rem;
}

a.btn--contact .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #eb6100;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--contact:hover {
  color: #fff;
}

a.btn--tel {
  display: block;

  margin-top: 15px;
  padding: 1rem 0 1rem 2.2rem;

  color: #fff;
  border-radius: 100vh;
  background: #094;
  -webkit-box-shadow: 0 5px 0 #008039;
  box-shadow: 0 5px 0 #008039;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-position-left {
  font-size: 3rem;

  left: 2rem;
}

a.btn--tel .number {
  line-height: 1;

  display: inline-block;

  margin-top: 0.5rem;
  padding: 0.25rem 2rem;

  letter-spacing: 0;

  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

.hover-tel {
    background: #F4AF1B;
    padding: 15px;
    border-radius: 50px;
    display: block;
    text-align: center;
    margin:  0 0 10px 0;
}


.hover-tel a {
    color: #fff;
    font-size: 130%;
    font-weight: 500;
    letter-spacing: .1rem;
    text-align: center;
}

.cat02.hover-cat {
    background-image: url(image/logo02.png);
    width: 80%;
    height: 65px;
    background-size: 100px;
}

.cheap {
    font-size: 150%;
}

span.cheap-line {
    font-size: 230%;
    font-weight: 500;
    letter-spacing: .2rem;
    background: linear-gradient(transparent 70%, rgba(255, 213, 90, 0.62) 70%);
}


































